2022-05-18T04:43:56.4432627Z Requested labels: macos-11 2022-05-18T04:43:56.4432666Z Job defined at: pytorch/pytorch/.github/workflows/_mac-test.yml@refs/heads/master 2022-05-18T04:43:56.4432679Z Waiting for a runner to pick up this job... 2022-05-18T04:43:58.0458565Z Job is waiting for a hosted runner to come online. 2022-05-18T04:44:04.3902126Z Job is about to start running on the hosted runner: GitHub Actions 40 (hosted) 2022-05-18T04:44:09.4152510Z Current runner version: '2.291.1' 2022-05-18T04:44:09.4193640Z ##[group]Operating System 2022-05-18T04:44:09.4194340Z macOS 2022-05-18T04:44:09.4194670Z 11.6.5 2022-05-18T04:44:09.4194930Z 20G527 2022-05-18T04:44:09.4195380Z ##[endgroup] 2022-05-18T04:44:09.4195750Z ##[group]Virtual Environment 2022-05-18T04:44:09.4196170Z Environment: macos-11 2022-05-18T04:44:09.4196530Z Version: 20220508.1 2022-05-18T04:44:09.4197180Z Included Software: https://github.com/actions/virtual-environments/blob/macOS-11/20220508.1/images/macos/macos-11-Readme.md 2022-05-18T04:44:09.4197840Z Image Release: https://github.com/actions/virtual-environments/releases/tag/macOS-11%2F20220508.1 2022-05-18T04:44:09.4198350Z ##[endgroup] 2022-05-18T04:44:09.4198740Z ##[group]Virtual Environment Provisioner 2022-05-18T04:44:09.4199220Z 1.0.0.0-main-20220421-1 2022-05-18T04:44:09.4199590Z ##[endgroup] 2022-05-18T04:44:09.4200580Z ##[group]GITHUB_TOKEN Permissions 2022-05-18T04:44:09.4201350Z Actions: write 2022-05-18T04:44:09.4202090Z Checks: write 2022-05-18T04:44:09.4202490Z Contents: write 2022-05-18T04:44:09.4202850Z Deployments: write 2022-05-18T04:44:09.4203300Z Discussions: write 2022-05-18T04:44:09.4203670Z Issues: write 2022-05-18T04:44:09.4204010Z Metadata: read 2022-05-18T04:44:09.4204310Z Packages: write 2022-05-18T04:44:09.4204660Z Pages: write 2022-05-18T04:44:09.4205110Z PullRequests: write 2022-05-18T04:44:09.4205500Z RepositoryProjects: write 2022-05-18T04:44:09.4205890Z SecurityEvents: write 2022-05-18T04:44:09.4206200Z Statuses: write 2022-05-18T04:44:09.4206640Z ##[endgroup] 2022-05-18T04:44:09.4211410Z Secret source: Actions 2022-05-18T04:44:09.4211970Z Prepare workflow directory 2022-05-18T04:44:09.5924130Z Prepare all required actions 2022-05-18T04:44:09.6168440Z Getting action download info 2022-05-18T04:44:09.8642890Z Download action repository 'pytorch/pytorch@master' (SHA:7b8cf1f7366bff95e9954037a58a8bb0edaaebd3) 2022-05-18T04:44:27.7703060Z Download action repository 'conda-incubator/setup-miniconda@v2' (SHA:35d1405e78aa3f784fe3ce9a2eb378d5eeb62169) 2022-05-18T04:44:28.3537550Z Getting action download info 2022-05-18T04:44:28.5569020Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-05-18T04:44:29.1421280Z Getting action download info 2022-05-18T04:44:29.3377580Z Download action repository 'nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a' (SHA:71062288b76e2b6214ebde0e673ce0de1755740a) 2022-05-18T04:44:30.0096490Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-05-18T04:44:30.0096970Z with: 2022-05-18T04:44:30.0097260Z submodules: recursive 2022-05-18T04:44:30.0097540Z fetch-depth: 0 2022-05-18T04:44:30.0097980Z env: 2022-05-18T04:44:30.0098240Z IN_CI: 1 2022-05-18T04:44:30.0098460Z IS_GHA: 1 2022-05-18T04:44:30.0098740Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:44:30.0099070Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T04:44:30.0099400Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T04:44:30.0099840Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T04:44:30.0100180Z TEST_CONFIG: default 2022-05-18T04:44:30.0100420Z SHARD_NUMBER: 1 2022-05-18T04:44:30.0100840Z NUM_TEST_SHARDS: 2 2022-05-18T04:44:30.0101110Z PR_BODY: 2022-05-18T04:44:30.0101370Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:44:30.0101720Z ##[endgroup] 2022-05-18T04:44:30.0456380Z ##[group]Run echo "${GITHUB_WORKSPACE}" 2022-05-18T04:44:30.0457190Z echo "${GITHUB_WORKSPACE}" 2022-05-18T04:44:30.0457530Z if [ -z "${NO_SUDO}" ]; then 2022-05-18T04:44:30.0457810Z  sudo rm -rf "${GITHUB_WORKSPACE}" 2022-05-18T04:44:30.0458100Z else 2022-05-18T04:44:30.0458380Z  rm -rf "${GITHUB_WORKSPACE}" 2022-05-18T04:44:30.0458650Z fi 2022-05-18T04:44:30.0458960Z mkdir "${GITHUB_WORKSPACE}" 2022-05-18T04:44:30.0766160Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T04:44:30.0766670Z env: 2022-05-18T04:44:30.0766940Z IN_CI: 1 2022-05-18T04:44:30.0768040Z IS_GHA: 1 2022-05-18T04:44:30.0768250Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:44:30.0768500Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T04:44:30.0768830Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T04:44:30.0769170Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T04:44:30.0769470Z TEST_CONFIG: default 2022-05-18T04:44:30.0769690Z SHARD_NUMBER: 1 2022-05-18T04:44:30.0770050Z NUM_TEST_SHARDS: 2 2022-05-18T04:44:30.0770330Z PR_BODY: 2022-05-18T04:44:30.0770600Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:44:30.0770900Z NO_SUDO: 2022-05-18T04:44:30.0771130Z ##[endgroup] 2022-05-18T04:44:30.1454640Z /Users/runner/work/pytorch/pytorch 2022-05-18T04:44:30.2087620Z ##[group]Run malfet/checkout@silent-checkout 2022-05-18T04:44:30.2087920Z with: 2022-05-18T04:44:30.2088200Z ref: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:44:30.2088660Z fetch-depth: 0 2022-05-18T04:44:30.2088940Z submodules: recursive 2022-05-18T04:44:30.2089220Z quiet-checkout: true 2022-05-18T04:44:30.2089700Z repository: pytorch/pytorch 2022-05-18T04:44:30.2090270Z token: *** 2022-05-18T04:44:30.2090570Z ssh-strict: true 2022-05-18T04:44:30.2090860Z persist-credentials: true 2022-05-18T04:44:30.2091140Z clean: true 2022-05-18T04:44:30.2091510Z lfs: false 2022-05-18T04:44:30.2091810Z set-safe-directory: true 2022-05-18T04:44:30.2092040Z env: 2022-05-18T04:44:30.2092280Z IN_CI: 1 2022-05-18T04:44:30.2092670Z IS_GHA: 1 2022-05-18T04:44:30.2093100Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:44:30.2093420Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T04:44:30.2093710Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T04:44:30.2094040Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T04:44:30.2094520Z TEST_CONFIG: default 2022-05-18T04:44:30.2094820Z SHARD_NUMBER: 1 2022-05-18T04:44:30.2095080Z NUM_TEST_SHARDS: 2 2022-05-18T04:44:30.2095340Z PR_BODY: 2022-05-18T04:44:30.2095580Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:44:30.2095990Z ##[endgroup] 2022-05-18T04:44:31.4942440Z Syncing repository: pytorch/pytorch 2022-05-18T04:44:31.4944650Z ##[group]Getting Git version info 2022-05-18T04:44:31.4945240Z Working directory is '/Users/runner/work/pytorch/pytorch' 2022-05-18T04:44:31.4945830Z [command]/usr/local/bin/git version 2022-05-18T04:44:31.8122020Z git version 2.35.1 2022-05-18T04:44:31.8243310Z ##[endgroup] 2022-05-18T04:44:31.8397510Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/4215438f-8a95-4fc1-8ceb-e34cc1073c88/.gitconfig' 2022-05-18T04:44:31.8412710Z Temporarily overriding HOME='/Users/runner/work/_temp/4215438f-8a95-4fc1-8ceb-e34cc1073c88' before making global git config changes 2022-05-18T04:44:31.8439820Z Adding repository directory to the temporary git global config as a safe directory 2022-05-18T04:44:31.8441060Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pytorch/pytorch 2022-05-18T04:44:31.8443430Z Deleting the contents of '/Users/runner/work/pytorch/pytorch' 2022-05-18T04:44:31.8445460Z ##[group]Initializing the repository 2022-05-18T04:44:31.8446010Z [command]/usr/local/bin/git init /Users/runner/work/pytorch/pytorch 2022-05-18T04:44:31.8645650Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-05-18T04:44:31.8646720Z hint: is subject to change. To configure the initial branch name to use in all 2022-05-18T04:44:31.8650030Z hint: of your new repositories, which will suppress this warning, call: 2022-05-18T04:44:31.8650800Z hint: 2022-05-18T04:44:31.8651950Z hint: git config --global init.defaultBranch 2022-05-18T04:44:31.8652670Z hint: 2022-05-18T04:44:31.8653480Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-05-18T04:44:31.8654500Z hint: 'development'. The just-created branch can be renamed via this command: 2022-05-18T04:44:31.8655260Z hint: 2022-05-18T04:44:31.8656440Z hint: git branch -m 2022-05-18T04:44:31.8681990Z Initialized empty Git repository in /Users/runner/work/pytorch/pytorch/.git/ 2022-05-18T04:44:31.8701310Z [command]/usr/local/bin/git remote add origin https://github.com/pytorch/pytorch 2022-05-18T04:44:31.8814740Z ##[endgroup] 2022-05-18T04:44:31.8815900Z ##[group]Disabling automatic garbage collection 2022-05-18T04:44:31.8825500Z [command]/usr/local/bin/git config --local gc.auto 0 2022-05-18T04:44:31.8914760Z ##[endgroup] 2022-05-18T04:44:31.8915800Z ##[group]Setting up auth 2022-05-18T04:44:31.8933220Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-05-18T04:44:31.9023850Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-05-18T04:44:32.0553140Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-05-18T04:44:32.0654060Z [command]/usr/local/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-05-18T04:44:32.1798860Z [command]/usr/local/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-05-18T04:44:32.1907670Z ##[endgroup] 2022-05-18T04:44:32.1911890Z ##[group]Fetching the repository 2022-05-18T04:44:32.1941500Z [command]/usr/local/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-05-18T04:45:37.7618700Z [command]/usr/local/bin/git rev-parse --verify --quiet 3b2375291aab7b48442f2e6fb1ef66cebc761e24^{object} 2022-05-18T04:45:37.7918280Z 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:45:37.7931520Z ##[endgroup] 2022-05-18T04:45:37.7932290Z ##[group]Determining the checkout info 2022-05-18T04:45:37.7934280Z ##[endgroup] 2022-05-18T04:45:37.7964430Z ##[group]Checking out the ref 2022-05-18T04:45:37.7965780Z [command]/usr/local/bin/git checkout --quiet --force 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:45:41.5304830Z ##[endgroup] 2022-05-18T04:45:41.5305570Z ##[group]Setting up auth for fetching submodules 2022-05-18T04:45:41.5319020Z [command]/usr/local/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-05-18T04:45:41.5432520Z [command]/usr/local/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-05-18T04:45:41.5522800Z [command]/usr/local/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-05-18T04:45:41.5612700Z [command]/usr/local/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-05-18T04:45:41.5697290Z ##[endgroup] 2022-05-18T04:45:41.5698230Z ##[group]Fetching submodules 2022-05-18T04:45:41.5708970Z [command]/usr/local/bin/git submodule sync --recursive 2022-05-18T04:45:41.6702650Z [command]/usr/local/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-05-18T04:45:41.7674030Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-05-18T04:45:41.7687540Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-05-18T04:45:41.7705340Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-05-18T04:45:41.7721270Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-05-18T04:45:41.7739950Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-05-18T04:45:41.7757910Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-05-18T04:45:41.7774950Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-05-18T04:45:41.7792870Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-05-18T04:45:41.7811410Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-05-18T04:45:41.7829380Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-05-18T04:45:41.7849140Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-05-18T04:45:41.7868770Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-05-18T04:45:41.7888550Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-05-18T04:45:41.7906070Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-05-18T04:45:41.7926330Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-05-18T04:45:41.7945490Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:45:41.7967460Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-05-18T04:45:41.7987300Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-05-18T04:45:41.8008840Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-05-18T04:45:41.8028990Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-05-18T04:45:41.8050040Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-05-18T04:45:41.8070890Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-05-18T04:45:41.8092450Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-05-18T04:45:41.8113480Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-05-18T04:45:41.8136560Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-05-18T04:45:41.8157660Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-05-18T04:45:41.8180010Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-05-18T04:45:41.8202430Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-05-18T04:45:41.8225640Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-05-18T04:45:41.8248390Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-05-18T04:45:41.8271280Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-05-18T04:45:41.8295690Z Submodule 'third_party/python-peachpy' (https://github.com/Maratyszcza/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-05-18T04:45:41.8318720Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-05-18T04:45:41.8342810Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-05-18T04:45:41.8366700Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-05-18T04:45:41.8391270Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-05-18T04:45:41.8415640Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-05-18T04:45:41.8661430Z Cloning into '/Users/runner/work/pytorch/pytorch/android/libs/fbjni'... 2022-05-18T04:45:42.4232700Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/FP16'... 2022-05-18T04:45:42.9070460Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/FXdiv'... 2022-05-18T04:45:43.3904580Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/NNPACK'... 2022-05-18T04:45:43.9927170Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/QNNPACK'... 2022-05-18T04:45:44.5341800Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/XNNPACK'... 2022-05-18T04:45:52.0729200Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/benchmark'... 2022-05-18T04:45:52.7007660Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/cpuinfo'... 2022-05-18T04:45:53.4306720Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/cub'... 2022-05-18T04:45:55.5953170Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-05-18T04:45:57.2607800Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/eigen'... 2022-05-18T04:46:03.6720140Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/fbgemm'... 2022-05-18T04:46:04.7098770Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/flatbuffers'... 2022-05-18T04:46:06.7178820Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/fmt'... 2022-05-18T04:46:08.8299730Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/foxi'... 2022-05-18T04:46:09.3036070Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-05-18T04:46:10.5996790Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/gloo'... 2022-05-18T04:46:12.5096430Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/googletest'... 2022-05-18T04:46:14.3980830Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/ideep'... 2022-05-18T04:46:15.2405890Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/ios-cmake'... 2022-05-18T04:46:15.7040990Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/kineto'... 2022-05-18T04:46:18.1620150Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/nccl/nccl'... 2022-05-18T04:46:18.8199370Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/neon2sse'... 2022-05-18T04:46:19.3948590Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/onnx'... 2022-05-18T04:46:21.5900560Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-05-18T04:46:22.4090940Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/pocketfft'... 2022-05-18T04:46:22.9326840Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/protobuf'... 2022-05-18T04:46:29.5988370Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/psimd'... 2022-05-18T04:46:30.1210750Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/pthreadpool'... 2022-05-18T04:46:30.6199710Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/pybind11'... 2022-05-18T04:46:31.8943180Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/python-enum'... 2022-05-18T04:46:32.4470020Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/python-peachpy'... 2022-05-18T04:46:33.0221790Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/python-six'... 2022-05-18T04:46:33.6263310Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/sleef'... 2022-05-18T04:46:34.4299310Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/tbb'... 2022-05-18T04:46:38.0267860Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/tensorpipe'... 2022-05-18T04:46:39.0137330Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/zstd'... 2022-05-18T04:46:51.8502170Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-05-18T04:46:55.3461250Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-05-18T04:46:55.6412930Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-05-18T04:46:56.5560880Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-05-18T04:46:56.7367090Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-05-18T04:49:39.6432160Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-05-18T04:49:44.0562290Z Submodule path 'third_party/benchmark': checked out 'e991355c02b93fe17713efe04cbc2e278e00fdbd' 2022-05-18T04:50:05.7100200Z Submodule path 'third_party/cpuinfo': checked out '5916273f79a21551890fd3d56fc5375a78d1598d' 2022-05-18T04:50:16.8751170Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-05-18T04:50:34.3311250Z Submodule path 'third_party/cudnn_frontend': checked out '43709ab96c47e26eebcdac72f93f946d44ceffa8' 2022-05-18T04:50:36.8525150Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-05-18T04:50:37.0464590Z Submodule path 'third_party/fbgemm': checked out '2e9be65810107a9595da717f95d21924b73be833' 2022-05-18T04:50:37.0788960Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:50:37.0792300Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:50:37.0793100Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:50:37.1029400Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-05-18T04:50:38.1608400Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-05-18T04:50:39.1543780Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-05-18T04:50:40.9987980Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out '8b35b4cffb62ecb58a903bf91cb7537d7a672211' 2022-05-18T04:50:41.3695830Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-05-18T04:50:41.5826300Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-05-18T04:50:42.0207750Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-05-18T04:50:42.1714510Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-05-18T04:50:42.2741910Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-05-18T04:50:42.4893220Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-05-18T04:50:42.6572840Z Submodule path 'third_party/gloo': checked out 'c22a5cfba94edf8ea4f53a174d38aa0c629d070f' 2022-05-18T04:50:42.8514200Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-05-18T04:50:42.9442440Z Submodule path 'third_party/ideep': checked out '02b17c5748c9349dcc586c359af800c684d9b1ab' 2022-05-18T04:50:42.9682290Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-05-18T04:50:42.9886840Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-05-18T04:50:52.6563290Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-05-18T04:50:52.6857040Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T04:50:52.7206680Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-05-18T04:51:01.2123250Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-05-18T04:51:01.3200250Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-05-18T04:51:01.5615440Z Submodule path 'third_party/kineto': checked out 'b2b48c00c6e5bd8e807e2231adb229db6a1d1c22' 2022-05-18T04:51:01.6040680Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:51:01.6142580Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:51:01.6344540Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-05-18T04:51:03.2138130Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-05-18T04:51:04.7657160Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-05-18T04:51:04.9549180Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-05-18T04:51:05.0930980Z Submodule path 'third_party/nccl/nccl': checked out '7e515921295adaab72adf56ea71a0fafb0ecb5f3' 2022-05-18T04:51:05.1820850Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-05-18T04:51:06.8857850Z Submodule path 'third_party/onnx': checked out '96046b8ccfb8e6fa82f6b2b34b3d56add2e8849c' 2022-05-18T04:51:06.9091380Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-05-18T04:51:06.9106560Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-05-18T04:51:06.9326450Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-05-18T04:51:07.6468740Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-05-18T04:51:08.8830490Z Submodule path 'third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-05-18T04:51:09.0381190Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '59a2ac2745d8a57ac94c6accced73620d59fb844' 2022-05-18T04:51:09.1402660Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-05-18T04:51:09.1616850Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:51:09.1821190Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-05-18T04:51:12.4091490Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-05-18T04:51:12.4520910Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T04:51:12.4539720Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T04:51:12.4797640Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-05-18T04:51:13.2763610Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-05-18T04:51:14.7445080Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-05-18T04:51:14.9579480Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-05-18T04:51:14.9929510Z 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-05-18T04:51:15.0228570Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-05-18T04:51:15.8080120Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-05-18T04:51:15.9169420Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-05-18T04:51:16.8402680Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-05-18T04:51:16.8695130Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:51:16.8703590Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-05-18T04:51:16.9052140Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-05-18T04:51:17.7803290Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-05-18T04:51:19.2678100Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-05-18T04:51:19.4970620Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-05-18T04:51:19.5859500Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-05-18T04:51:19.6858010Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-05-18T04:51:19.8525140Z Submodule path 'third_party/pybind11': checked out '8de7772cc72daca8e947b79b83fea46214931604' 2022-05-18T04:51:19.9715980Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-05-18T04:51:20.1304710Z Submodule path 'third_party/python-peachpy': checked out '07d8fde8ac45d7705129475c0f94ed8925b93473' 2022-05-18T04:51:20.2412470Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-05-18T04:51:20.4379630Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-05-18T04:51:21.0898310Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-05-18T04:51:21.2876520Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-05-18T04:51:21.3178840Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:51:21.3278500Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:51:21.3380440Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:51:21.3480880Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:51:21.3581170Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-05-18T04:51:23.0118260Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-05-18T04:51:23.5348010Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-05-18T04:51:25.9470040Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-05-18T04:51:28.2948200Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-05-18T04:51:28.4411230Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-05-18T04:51:28.7453860Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-05-18T04:51:28.9282600Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-05-18T04:51:28.9547270Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:51:28.9849570Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-05-18T04:51:29.7199230Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-05-18T04:51:30.0598180Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-05-18T04:51:30.1191460Z [command]/usr/local/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-05-18T04:51:30.2750030Z Entering 'android/libs/fbjni' 2022-05-18T04:51:30.3089270Z Entering 'third_party/FP16' 2022-05-18T04:51:30.3310250Z Entering 'third_party/FXdiv' 2022-05-18T04:51:30.3680900Z Entering 'third_party/NNPACK' 2022-05-18T04:51:30.3915110Z Entering 'third_party/QNNPACK' 2022-05-18T04:51:30.4195800Z Entering 'third_party/XNNPACK' 2022-05-18T04:51:30.4489300Z Entering 'third_party/benchmark' 2022-05-18T04:51:30.4795750Z Entering 'third_party/cpuinfo' 2022-05-18T04:51:30.5065620Z Entering 'third_party/cub' 2022-05-18T04:51:30.5376600Z Entering 'third_party/cudnn_frontend' 2022-05-18T04:51:30.5704090Z Entering 'third_party/eigen' 2022-05-18T04:51:30.6023620Z Entering 'third_party/fbgemm' 2022-05-18T04:51:30.6325420Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:51:30.6565410Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:51:30.6850650Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:51:30.7174050Z Entering 'third_party/flatbuffers' 2022-05-18T04:51:30.7427960Z Entering 'third_party/fmt' 2022-05-18T04:51:30.7707580Z Entering 'third_party/foxi' 2022-05-18T04:51:30.8063800Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:51:30.8365610Z Entering 'third_party/gloo' 2022-05-18T04:51:30.8611460Z Entering 'third_party/googletest' 2022-05-18T04:51:30.8869320Z Entering 'third_party/ideep' 2022-05-18T04:51:30.9164050Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T04:51:30.9503500Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T04:51:30.9738380Z Entering 'third_party/ios-cmake' 2022-05-18T04:51:31.0026370Z Entering 'third_party/kineto' 2022-05-18T04:51:31.0280290Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:51:31.0565530Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:51:31.0880040Z Entering 'third_party/nccl/nccl' 2022-05-18T04:51:31.1136170Z Entering 'third_party/neon2sse' 2022-05-18T04:51:31.1438030Z Entering 'third_party/onnx' 2022-05-18T04:51:31.1732180Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T04:51:31.1989330Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T04:51:31.2266820Z Entering 'third_party/onnx-tensorrt' 2022-05-18T04:51:31.2551930Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:51:31.2853250Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T04:51:31.3164610Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T04:51:31.3428590Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T04:51:31.3730070Z Entering 'third_party/pocketfft' 2022-05-18T04:51:31.3991610Z Entering 'third_party/protobuf' 2022-05-18T04:51:31.4306470Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:51:31.4607680Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T04:51:31.4818550Z Entering 'third_party/psimd' 2022-05-18T04:51:31.5121480Z Entering 'third_party/pthreadpool' 2022-05-18T04:51:31.5476300Z Entering 'third_party/pybind11' 2022-05-18T04:51:31.5665630Z Entering 'third_party/python-enum' 2022-05-18T04:51:31.5973970Z Entering 'third_party/python-peachpy' 2022-05-18T04:51:31.6241720Z Entering 'third_party/python-six' 2022-05-18T04:51:31.6520770Z Entering 'third_party/sleef' 2022-05-18T04:51:31.6822670Z Entering 'third_party/tbb' 2022-05-18T04:51:31.7122430Z Entering 'third_party/tensorpipe' 2022-05-18T04:51:31.7370210Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:51:31.7695760Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:51:31.7908410Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:51:31.8189970Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:51:31.8510440Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:51:31.8814280Z Entering 'third_party/zstd' 2022-05-18T04:51:31.9089410Z ##[endgroup] 2022-05-18T04:51:31.9193960Z ##[group]Persisting credentials for submodules 2022-05-18T04:51:31.9280590Z [command]/usr/local/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-05-18T04:51:32.0803860Z Entering 'android/libs/fbjni' 2022-05-18T04:51:32.1079260Z Entering 'third_party/FP16' 2022-05-18T04:51:32.1360600Z Entering 'third_party/FXdiv' 2022-05-18T04:51:32.1658440Z Entering 'third_party/NNPACK' 2022-05-18T04:51:32.1918550Z Entering 'third_party/QNNPACK' 2022-05-18T04:51:32.2182750Z Entering 'third_party/XNNPACK' 2022-05-18T04:51:32.2536680Z Entering 'third_party/benchmark' 2022-05-18T04:51:32.2752860Z Entering 'third_party/cpuinfo' 2022-05-18T04:51:32.3097770Z Entering 'third_party/cub' 2022-05-18T04:51:32.3398520Z Entering 'third_party/cudnn_frontend' 2022-05-18T04:51:32.3598910Z Entering 'third_party/eigen' 2022-05-18T04:51:32.3900290Z Entering 'third_party/fbgemm' 2022-05-18T04:51:32.4201950Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:51:32.4502890Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:51:32.4703340Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:51:32.5004970Z Entering 'third_party/flatbuffers' 2022-05-18T04:51:32.5305070Z Entering 'third_party/fmt' 2022-05-18T04:51:32.5605810Z Entering 'third_party/foxi' 2022-05-18T04:51:32.5806680Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:51:32.6111230Z Entering 'third_party/gloo' 2022-05-18T04:51:32.6392860Z Entering 'third_party/googletest' 2022-05-18T04:51:32.6633570Z Entering 'third_party/ideep' 2022-05-18T04:51:32.6895600Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T04:51:32.7172110Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T04:51:32.7441300Z Entering 'third_party/ios-cmake' 2022-05-18T04:51:32.7710620Z Entering 'third_party/kineto' 2022-05-18T04:51:32.7914640Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:51:32.8122350Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:51:32.8368010Z Entering 'third_party/nccl/nccl' 2022-05-18T04:51:32.8582180Z Entering 'third_party/neon2sse' 2022-05-18T04:51:32.8806860Z Entering 'third_party/onnx' 2022-05-18T04:51:32.9036460Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T04:51:32.9249740Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T04:51:32.9510810Z Entering 'third_party/onnx-tensorrt' 2022-05-18T04:51:32.9720150Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:51:32.9944390Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T04:51:33.0145540Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T04:51:33.0341560Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T04:51:33.0560670Z Entering 'third_party/pocketfft' 2022-05-18T04:51:33.0757080Z Entering 'third_party/protobuf' 2022-05-18T04:51:33.0969990Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:51:33.1187710Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T04:51:33.1377260Z Entering 'third_party/psimd' 2022-05-18T04:51:33.1560560Z Entering 'third_party/pthreadpool' 2022-05-18T04:51:33.1756760Z Entering 'third_party/pybind11' 2022-05-18T04:51:33.1942350Z Entering 'third_party/python-enum' 2022-05-18T04:51:33.2134440Z Entering 'third_party/python-peachpy' 2022-05-18T04:51:33.2329170Z Entering 'third_party/python-six' 2022-05-18T04:51:33.2601570Z Entering 'third_party/sleef' 2022-05-18T04:51:33.2853600Z Entering 'third_party/tbb' 2022-05-18T04:51:33.3054850Z Entering 'third_party/tensorpipe' 2022-05-18T04:51:33.3246920Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:51:33.3442890Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:51:33.3641750Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:51:33.3851090Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:51:33.4081010Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:51:33.4322490Z Entering 'third_party/zstd' 2022-05-18T04:51:33.4571760Z [command]/usr/local/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-05-18T04:51:33.5973090Z Entering 'android/libs/fbjni' 2022-05-18T04:51:33.6275540Z file:/Users/runner/work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-05-18T04:51:33.6357490Z Entering 'third_party/FP16' 2022-05-18T04:51:33.6658710Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-05-18T04:51:33.6759510Z Entering 'third_party/FXdiv' 2022-05-18T04:51:33.7060940Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-05-18T04:51:33.7161570Z Entering 'third_party/NNPACK' 2022-05-18T04:51:33.7377500Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-05-18T04:51:33.7478990Z Entering 'third_party/QNNPACK' 2022-05-18T04:51:33.7810810Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-05-18T04:51:33.7912380Z Entering 'third_party/XNNPACK' 2022-05-18T04:51:33.8231330Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-05-18T04:51:33.8333440Z Entering 'third_party/benchmark' 2022-05-18T04:51:33.8634220Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-05-18T04:51:33.8734960Z Entering 'third_party/cpuinfo' 2022-05-18T04:51:33.9035990Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-05-18T04:51:33.9136840Z Entering 'third_party/cub' 2022-05-18T04:51:33.9337230Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-05-18T04:51:33.9419580Z Entering 'third_party/cudnn_frontend' 2022-05-18T04:51:33.9717870Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-05-18T04:51:33.9796710Z Entering 'third_party/eigen' 2022-05-18T04:51:34.0064460Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-05-18T04:51:34.0195400Z Entering 'third_party/fbgemm' 2022-05-18T04:51:34.0508930Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-05-18T04:51:34.0609550Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:51:34.0819300Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-05-18T04:51:34.0901260Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:51:34.1186680Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-05-18T04:51:34.1277980Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:51:34.1550030Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-05-18T04:51:34.1683180Z Entering 'third_party/flatbuffers' 2022-05-18T04:51:34.1983710Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-05-18T04:51:34.2084010Z Entering 'third_party/fmt' 2022-05-18T04:51:34.2279110Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-05-18T04:51:34.2380800Z Entering 'third_party/foxi' 2022-05-18T04:51:34.2642450Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-05-18T04:51:34.2790700Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:51:34.3051920Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-05-18T04:51:34.3146680Z Entering 'third_party/gloo' 2022-05-18T04:51:34.3428900Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-05-18T04:51:34.3514280Z Entering 'third_party/googletest' 2022-05-18T04:51:34.3795280Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-05-18T04:51:34.3894650Z Entering 'third_party/ideep' 2022-05-18T04:51:34.4140030Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-05-18T04:51:34.4283330Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T04:51:34.4518370Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-05-18T04:51:34.4639450Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T04:51:34.4890070Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-05-18T04:51:34.4991000Z Entering 'third_party/ios-cmake' 2022-05-18T04:51:34.5300400Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-05-18T04:51:34.5365570Z Entering 'third_party/kineto' 2022-05-18T04:51:34.5645440Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-05-18T04:51:34.5758430Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:51:34.5999090Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-05-18T04:51:34.6097810Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:51:34.6350900Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-05-18T04:51:34.6469950Z Entering 'third_party/nccl/nccl' 2022-05-18T04:51:34.6725920Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-05-18T04:51:34.6846130Z Entering 'third_party/neon2sse' 2022-05-18T04:51:34.7092940Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-05-18T04:51:34.7211410Z Entering 'third_party/onnx' 2022-05-18T04:51:34.7468250Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-05-18T04:51:34.7579890Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T04:51:34.7850410Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-05-18T04:51:34.7962520Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T04:51:34.8227280Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-05-18T04:51:34.8336940Z Entering 'third_party/onnx-tensorrt' 2022-05-18T04:51:34.8592130Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-05-18T04:51:34.8697430Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:51:34.8979120Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-05-18T04:51:34.9153100Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T04:51:34.9341470Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-05-18T04:51:34.9448810Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T04:51:34.9699480Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-05-18T04:51:34.9789740Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T04:51:35.0043960Z file:/Users/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-05-18T04:51:35.0149300Z Entering 'third_party/pocketfft' 2022-05-18T04:51:35.0430070Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-05-18T04:51:35.0505480Z Entering 'third_party/protobuf' 2022-05-18T04:51:35.0775540Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-05-18T04:51:35.0879160Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:51:35.1129610Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-05-18T04:51:35.1227970Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T04:51:35.1493340Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-05-18T04:51:35.1583260Z Entering 'third_party/psimd' 2022-05-18T04:51:35.1851860Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-05-18T04:51:35.1953710Z Entering 'third_party/pthreadpool' 2022-05-18T04:51:35.2287130Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-05-18T04:51:35.2388790Z Entering 'third_party/pybind11' 2022-05-18T04:51:35.2568430Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-05-18T04:51:35.2667890Z Entering 'third_party/python-enum' 2022-05-18T04:51:35.2897700Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-05-18T04:51:35.3015350Z Entering 'third_party/python-peachpy' 2022-05-18T04:51:35.3272730Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-05-18T04:51:35.3378380Z Entering 'third_party/python-six' 2022-05-18T04:51:35.3629990Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-05-18T04:51:35.3730100Z Entering 'third_party/sleef' 2022-05-18T04:51:35.4004600Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-05-18T04:51:35.4106030Z Entering 'third_party/tbb' 2022-05-18T04:51:35.4342690Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-05-18T04:51:35.4431170Z Entering 'third_party/tensorpipe' 2022-05-18T04:51:35.4680460Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-05-18T04:51:35.4795890Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:51:35.5024790Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-05-18T04:51:35.5108310Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:51:35.5342030Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-05-18T04:51:35.5458840Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:51:35.5761090Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-05-18T04:51:35.5963130Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:51:35.6164960Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-05-18T04:51:35.6269080Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:51:35.6571170Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-05-18T04:51:35.6671460Z Entering 'third_party/zstd' 2022-05-18T04:51:35.6872760Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-05-18T04:51:36.1098020Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-05-18T04:51:36.1143420Z Entering 'android/libs/fbjni' 2022-05-18T04:51:36.1192270Z Entering 'third_party/FP16' 2022-05-18T04:51:36.1233350Z Entering 'third_party/FXdiv' 2022-05-18T04:51:36.1266410Z Entering 'third_party/NNPACK' 2022-05-18T04:51:36.1345100Z Entering 'third_party/QNNPACK' 2022-05-18T04:51:36.1376540Z Entering 'third_party/XNNPACK' 2022-05-18T04:51:36.1447320Z Entering 'third_party/benchmark' 2022-05-18T04:51:36.1501390Z Entering 'third_party/cpuinfo' 2022-05-18T04:51:36.1542050Z Entering 'third_party/cub' 2022-05-18T04:51:36.1635280Z Entering 'third_party/cudnn_frontend' 2022-05-18T04:51:36.1947920Z Entering 'third_party/eigen' 2022-05-18T04:51:36.2210120Z Entering 'third_party/fbgemm' 2022-05-18T04:51:36.2515320Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:51:36.2775140Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:51:36.3052700Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:51:36.3393890Z Entering 'third_party/flatbuffers' 2022-05-18T04:51:36.3617600Z Entering 'third_party/fmt' 2022-05-18T04:51:36.3926160Z Entering 'third_party/foxi' 2022-05-18T04:51:36.4200340Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:51:36.4496060Z Entering 'third_party/gloo' 2022-05-18T04:51:36.4751180Z Entering 'third_party/googletest' 2022-05-18T04:51:36.5034820Z Entering 'third_party/ideep' 2022-05-18T04:51:36.5320780Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T04:51:36.5587110Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T04:51:36.5862210Z Entering 'third_party/ios-cmake' 2022-05-18T04:51:36.6155330Z Entering 'third_party/kineto' 2022-05-18T04:51:36.6430590Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:51:36.6694720Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:51:36.7001860Z Entering 'third_party/nccl/nccl' 2022-05-18T04:51:36.7245190Z Entering 'third_party/neon2sse' 2022-05-18T04:51:36.7527270Z Entering 'third_party/onnx' 2022-05-18T04:51:36.7819590Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T04:51:36.8081880Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T04:51:36.8359190Z Entering 'third_party/onnx-tensorrt' 2022-05-18T04:51:36.8677280Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:51:36.8911350Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T04:51:36.9187210Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T04:51:36.9502510Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T04:51:36.9755800Z Entering 'third_party/pocketfft' 2022-05-18T04:51:37.0023160Z Entering 'third_party/protobuf' 2022-05-18T04:51:37.0307450Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:51:37.0611280Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T04:51:37.0885290Z Entering 'third_party/psimd' 2022-05-18T04:51:37.1159210Z Entering 'third_party/pthreadpool' 2022-05-18T04:51:37.1434500Z Entering 'third_party/pybind11' 2022-05-18T04:51:37.1702200Z Entering 'third_party/python-enum' 2022-05-18T04:51:37.1971090Z Entering 'third_party/python-peachpy' 2022-05-18T04:51:37.2258900Z Entering 'third_party/python-six' 2022-05-18T04:51:37.2565400Z Entering 'third_party/sleef' 2022-05-18T04:51:37.2795170Z Entering 'third_party/tbb' 2022-05-18T04:51:37.3072340Z Entering 'third_party/tensorpipe' 2022-05-18T04:51:37.3370750Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:51:37.3621780Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:51:37.4002680Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:51:37.4629300Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:51:37.4911220Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:51:37.5193700Z Entering 'third_party/zstd' 2022-05-18T04:51:37.5495030Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-05-18T04:51:37.7094530Z Entering 'android/libs/fbjni' 2022-05-18T04:51:37.7369710Z Entering 'third_party/FP16' 2022-05-18T04:51:37.7670510Z Entering 'third_party/FXdiv' 2022-05-18T04:51:37.7950350Z Entering 'third_party/NNPACK' 2022-05-18T04:51:37.8255930Z Entering 'third_party/QNNPACK' 2022-05-18T04:51:37.8514850Z Entering 'third_party/XNNPACK' 2022-05-18T04:51:37.8805390Z Entering 'third_party/benchmark' 2022-05-18T04:51:37.9077210Z Entering 'third_party/cpuinfo' 2022-05-18T04:51:37.9356720Z Entering 'third_party/cub' 2022-05-18T04:51:37.9640540Z Entering 'third_party/cudnn_frontend' 2022-05-18T04:51:37.9936160Z Entering 'third_party/eigen' 2022-05-18T04:51:38.0251840Z Entering 'third_party/fbgemm' 2022-05-18T04:51:38.0557010Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:51:38.0791880Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:51:38.1070520Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:51:38.1374620Z Entering 'third_party/flatbuffers' 2022-05-18T04:51:38.1661810Z Entering 'third_party/fmt' 2022-05-18T04:51:38.1939130Z Entering 'third_party/foxi' 2022-05-18T04:51:38.2213280Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:51:38.2515330Z Entering 'third_party/gloo' 2022-05-18T04:51:38.2773480Z Entering 'third_party/googletest' 2022-05-18T04:51:38.3064840Z Entering 'third_party/ideep' 2022-05-18T04:51:38.3367480Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T04:51:38.3622430Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T04:51:38.3946240Z Entering 'third_party/ios-cmake' 2022-05-18T04:51:38.4243280Z Entering 'third_party/kineto' 2022-05-18T04:51:38.4484570Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:51:38.4761330Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:51:38.5042140Z Entering 'third_party/nccl/nccl' 2022-05-18T04:51:38.5331380Z Entering 'third_party/neon2sse' 2022-05-18T04:51:38.5623460Z Entering 'third_party/onnx' 2022-05-18T04:51:38.5916530Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T04:51:38.6183650Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T04:51:38.6482910Z Entering 'third_party/onnx-tensorrt' 2022-05-18T04:51:38.6747600Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:51:38.7071070Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T04:51:38.7333470Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T04:51:38.7613310Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T04:51:38.7984740Z Entering 'third_party/pocketfft' 2022-05-18T04:51:38.8184350Z Entering 'third_party/protobuf' 2022-05-18T04:51:38.8473680Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:51:38.8750240Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T04:51:38.9025190Z Entering 'third_party/psimd' 2022-05-18T04:51:38.9299360Z Entering 'third_party/pthreadpool' 2022-05-18T04:51:38.9600020Z Entering 'third_party/pybind11' 2022-05-18T04:51:38.9858160Z Entering 'third_party/python-enum' 2022-05-18T04:51:39.0155090Z Entering 'third_party/python-peachpy' 2022-05-18T04:51:39.0421980Z Entering 'third_party/python-six' 2022-05-18T04:51:39.0718760Z Entering 'third_party/sleef' 2022-05-18T04:51:39.0975070Z Entering 'third_party/tbb' 2022-05-18T04:51:39.1324890Z Entering 'third_party/tensorpipe' 2022-05-18T04:51:39.1543980Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:51:39.1908020Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:51:39.2092860Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:51:39.2367060Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:51:39.2660190Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:51:39.2929570Z Entering 'third_party/zstd' 2022-05-18T04:51:39.3231570Z ##[endgroup] 2022-05-18T04:51:39.3532500Z [command]/usr/local/bin/git log -1 --format='%H' 2022-05-18T04:51:39.3793380Z '3b2375291aab7b48442f2e6fb1ef66cebc761e24' 2022-05-18T04:51:39.4139100Z Prepare all required actions 2022-05-18T04:51:39.4139560Z Getting action download info 2022-05-18T04:51:40.1415480Z Download action repository 'seemethere/download-artifact-s3@v3' (SHA:64048a097659c8ca71ceacbb3c01cee9ed6f1b05) 2022-05-18T04:51:41.5080640Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-05-18T04:51:42.3580020Z ##[group]Run ./.github/actions/download-build-artifacts 2022-05-18T04:51:42.3580860Z with: 2022-05-18T04:51:42.3581210Z name: macos-11-py3-x86-64 2022-05-18T04:51:42.3581480Z use-gha: true 2022-05-18T04:51:42.3581690Z env: 2022-05-18T04:51:42.3582090Z IN_CI: 1 2022-05-18T04:51:42.3582350Z IS_GHA: 1 2022-05-18T04:51:42.3582600Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:51:42.3582900Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T04:51:42.3583180Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T04:51:42.3583690Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T04:51:42.3584050Z TEST_CONFIG: default 2022-05-18T04:51:42.3584280Z SHARD_NUMBER: 1 2022-05-18T04:51:42.3584720Z NUM_TEST_SHARDS: 2 2022-05-18T04:51:42.3585010Z PR_BODY: 2022-05-18T04:51:42.3585270Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:51:42.3585530Z ##[endgroup] 2022-05-18T04:51:42.3654600Z ##[group]Run actions/download-artifact@v2 2022-05-18T04:51:42.3654900Z with: 2022-05-18T04:51:42.3655160Z name: macos-11-py3-x86-64 2022-05-18T04:51:42.3655580Z env: 2022-05-18T04:51:42.3655800Z IN_CI: 1 2022-05-18T04:51:42.3656030Z IS_GHA: 1 2022-05-18T04:51:42.3656280Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:51:42.3656840Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T04:51:42.3657430Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T04:51:42.3657760Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T04:51:42.3658030Z TEST_CONFIG: default 2022-05-18T04:51:42.3658280Z SHARD_NUMBER: 1 2022-05-18T04:51:42.3658680Z NUM_TEST_SHARDS: 2 2022-05-18T04:51:42.3658950Z PR_BODY: 2022-05-18T04:51:42.3659230Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:51:42.3659470Z ##[endgroup] 2022-05-18T04:51:44.9491750Z Starting download for macos-11-py3-x86-64 2022-05-18T04:51:46.3279890Z Directory structure has been setup for the artifact 2022-05-18T04:51:46.3281440Z Total number of files that will be downloaded: 1 2022-05-18T04:51:47.3347300Z Total file count: 1 ---- Processed file #0 (0.0%) 2022-05-18T04:51:48.3934260Z Total file count: 1 ---- Processed file #0 (0.0%) 2022-05-18T04:51:49.4325580Z Total file count: 1 ---- Processed file #0 (0.0%) 2022-05-18T04:51:50.4317880Z Total file count: 1 ---- Processed file #0 (0.0%) 2022-05-18T04:51:51.4904670Z Total file count: 1 ---- Processed file #0 (0.0%) 2022-05-18T04:51:51.8541130Z Artifact macos-11-py3-x86-64 was downloaded to /Users/runner/work/pytorch/pytorch 2022-05-18T04:51:51.8722080Z Artifact download has finished successfully 2022-05-18T04:51:51.8864230Z ##[group]Run unzip -o artifacts.zip 2022-05-18T04:51:51.8864580Z unzip -o artifacts.zip 2022-05-18T04:51:51.9173360Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T04:51:51.9173720Z env: 2022-05-18T04:51:51.9173960Z IN_CI: 1 2022-05-18T04:51:51.9174330Z IS_GHA: 1 2022-05-18T04:51:51.9174610Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:51:51.9174890Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T04:51:51.9175200Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T04:51:51.9175510Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T04:51:51.9175970Z TEST_CONFIG: default 2022-05-18T04:51:51.9176410Z SHARD_NUMBER: 1 2022-05-18T04:51:51.9176660Z NUM_TEST_SHARDS: 2 2022-05-18T04:51:51.9176880Z PR_BODY: 2022-05-18T04:51:51.9177280Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:51:51.9177560Z ##[endgroup] 2022-05-18T04:51:51.9720510Z Archive: artifacts.zip 2022-05-18T04:51:51.9820630Z creating: dist/ 2022-05-18T04:51:52.8374610Z inflating: dist/torch-1.12.0a0+git3b23752-cp38-cp38-macosx_10_11_x86_64.whl 2022-05-18T04:51:52.8448700Z ##[group]Run df -H 2022-05-18T04:51:52.8449460Z df -H 2022-05-18T04:51:52.8758030Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T04:51:52.8758350Z env: 2022-05-18T04:51:52.8758550Z IN_CI: 1 2022-05-18T04:51:52.8758770Z IS_GHA: 1 2022-05-18T04:51:52.8759010Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:51:52.8759300Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T04:51:52.8759620Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T04:51:52.8760270Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T04:51:52.8760580Z TEST_CONFIG: default 2022-05-18T04:51:52.8760830Z SHARD_NUMBER: 1 2022-05-18T04:51:52.8761200Z NUM_TEST_SHARDS: 2 2022-05-18T04:51:52.8761490Z PR_BODY: 2022-05-18T04:51:52.8761740Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:51:52.8761970Z ##[endgroup] 2022-05-18T04:51:52.9226680Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2022-05-18T04:51:52.9328800Z /dev/disk1s5s1 408G 15G 167G 9% 553785 3981986615 0% / 2022-05-18T04:51:52.9430190Z devfs 188k 188k 0B 100% 636 0 100% /dev 2022-05-18T04:51:52.9531660Z /dev/disk1s4 408G 1.1M 167G 1% 3 3982540397 0% /System/Volumes/VM 2022-05-18T04:51:52.9633140Z /dev/disk1s2 408G 529M 167G 1% 2677 3982537723 0% /System/Volumes/Preboot 2022-05-18T04:51:52.9734490Z /dev/disk1s6 408G 4.2M 167G 1% 19 3982540381 0% /System/Volumes/Update 2022-05-18T04:51:52.9835940Z /dev/disk1s1 408G 223G 167G 58% 5607458 3976932942 0% /System/Volumes/Data 2022-05-18T04:51:52.9937260Z map auto_home 0B 0B 0B 100% 0 0 100% /System/Volumes/Data/home 2022-05-18T04:51:53.0141340Z ##[group]Run conda-incubator/setup-miniconda@v2 2022-05-18T04:51:53.0141860Z with: 2022-05-18T04:51:53.0142140Z auto-update-conda: true 2022-05-18T04:51:53.0142420Z python-version: 3.8 2022-05-18T04:51:53.0142690Z activate-environment: build 2022-05-18T04:51:53.0143110Z auto-activate-base: true 2022-05-18T04:51:53.0143380Z remove-profiles: true 2022-05-18T04:51:53.0143640Z architecture: x64 2022-05-18T04:51:53.0143940Z clean-patched-environment-file: true 2022-05-18T04:51:53.0144220Z env: 2022-05-18T04:51:53.0144580Z IN_CI: 1 2022-05-18T04:51:53.0144790Z IS_GHA: 1 2022-05-18T04:51:53.0145040Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:51:53.0145340Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T04:51:53.0146230Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T04:51:53.0146560Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T04:51:53.0146850Z TEST_CONFIG: default 2022-05-18T04:51:53.0147070Z SHARD_NUMBER: 1 2022-05-18T04:51:53.0147520Z NUM_TEST_SHARDS: 2 2022-05-18T04:51:53.0147770Z PR_BODY: 2022-05-18T04:51:53.0148030Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:51:53.0148300Z ##[endgroup] 2022-05-18T04:51:53.1424600Z ##[group]Gathering Inputs... 2022-05-18T04:51:53.1441910Z ##[endgroup] 2022-05-18T04:51:53.1444850Z ##[group]Creating bootstrap condarc file in /Users/runner/.condarc... 2022-05-18T04:51:53.1464130Z ##[endgroup] 2022-05-18T04:51:53.1465170Z ##[group]Ensuring installer... 2022-05-18T04:51:53.1466690Z Can we use bundled Miniconda? 2022-05-18T04:51:53.1469860Z ... will use bundled Miniconda. 2022-05-18T04:51:53.1471620Z ##[endgroup] 2022-05-18T04:51:53.1474110Z ##[group]Setup environment variables... 2022-05-18T04:51:53.1476120Z Add "/usr/local/miniconda/condabin" to PATH 2022-05-18T04:51:53.1484290Z ##[endgroup] 2022-05-18T04:51:53.1485100Z ##[group]Parsing environment... 2022-05-18T04:51:53.1486870Z ##[endgroup] 2022-05-18T04:51:53.1488220Z ##[group]Configuring conda package cache... 2022-05-18T04:51:53.1540810Z [command]/usr/local/miniconda/condabin/conda config --add pkgs_dirs /Users/runner/conda_pkgs_dir 2022-05-18T04:51:54.1217180Z ##[endgroup] 2022-05-18T04:51:54.1318780Z ##[group]Applying initial configuration... 2022-05-18T04:51:54.1418980Z auto_activate_base: true 2022-05-18T04:51:54.1519870Z [command]/usr/local/miniconda/condabin/conda config --set auto_activate_base true 2022-05-18T04:51:54.3462080Z auto_update_conda: true 2022-05-18T04:51:54.3470600Z [command]/usr/local/miniconda/condabin/conda config --set auto_update_conda true 2022-05-18T04:51:54.5996330Z always_yes: true 2022-05-18T04:51:54.6004030Z [command]/usr/local/miniconda/condabin/conda config --set always_yes true 2022-05-18T04:51:54.8417060Z changeps1: false 2022-05-18T04:51:54.8425160Z [command]/usr/local/miniconda/condabin/conda config --set changeps1 false 2022-05-18T04:51:55.0804370Z [command]/usr/local/miniconda/condabin/conda config --show-sources 2022-05-18T04:51:55.2941330Z ==> /Users/runner/.condarc <== 2022-05-18T04:51:55.3045390Z auto_update_conda: True 2022-05-18T04:51:55.3147760Z auto_activate_base: True 2022-05-18T04:51:55.3249350Z notify_outdated_conda: False 2022-05-18T04:51:55.3350830Z changeps1: False 2022-05-18T04:51:55.3452110Z pkgs_dirs: 2022-05-18T04:51:55.3553860Z - /Users/runner/conda_pkgs_dir 2022-05-18T04:51:55.3654040Z always_yes: True 2022-05-18T04:51:55.3754030Z 2022-05-18T04:51:55.3855570Z [command]/usr/local/miniconda/condabin/conda config --show 2022-05-18T04:51:56.0005450Z add_anaconda_token: True 2022-05-18T04:51:56.0006500Z add_pip_as_python_dependency: True 2022-05-18T04:51:56.0007010Z aggressive_update_packages: 2022-05-18T04:51:56.0007580Z - ca-certificates 2022-05-18T04:51:56.0007920Z - certifi 2022-05-18T04:51:56.0008500Z - openssl 2022-05-18T04:51:56.0008920Z allow_conda_downgrades: False 2022-05-18T04:51:56.0009190Z allow_cycles: True 2022-05-18T04:51:56.0009460Z allow_non_channel_urls: False 2022-05-18T04:51:56.0009900Z allow_softlinks: False 2022-05-18T04:51:56.0010140Z always_copy: False 2022-05-18T04:51:56.0011270Z always_softlink: False 2022-05-18T04:51:56.0011590Z always_yes: True 2022-05-18T04:51:56.0012000Z anaconda_upload: None 2022-05-18T04:51:56.0012300Z auto_activate_base: True 2022-05-18T04:51:56.0012520Z auto_stack: 0 2022-05-18T04:51:56.0012780Z auto_update_conda: True 2022-05-18T04:51:56.0013030Z bld_path: 2022-05-18T04:51:56.0013440Z changeps1: False 2022-05-18T04:51:56.0013760Z channel_alias: https://conda.anaconda.org 2022-05-18T04:51:56.0014040Z channel_priority: flexible 2022-05-18T04:51:56.0014310Z channels: 2022-05-18T04:51:56.0014800Z - defaults 2022-05-18T04:51:56.0015080Z client_ssl_cert: None 2022-05-18T04:51:56.0015350Z client_ssl_cert_key: None 2022-05-18T04:51:56.0015610Z clobber: False 2022-05-18T04:51:56.0015830Z conda_build: {} 2022-05-18T04:51:56.0016520Z create_default_packages: [] 2022-05-18T04:51:56.0016940Z croot: /usr/local/miniconda/conda-bld 2022-05-18T04:51:56.0017230Z custom_channels: 2022-05-18T04:51:56.0017530Z pkgs/main: https://repo.anaconda.com 2022-05-18T04:51:56.0017990Z pkgs/r: https://repo.anaconda.com 2022-05-18T04:51:56.0018330Z pkgs/pro: https://repo.anaconda.com 2022-05-18T04:51:56.0018630Z custom_multichannels: 2022-05-18T04:51:56.0018880Z defaults: 2022-05-18T04:51:56.0019440Z - https://repo.anaconda.com/pkgs/main 2022-05-18T04:51:56.0019880Z - https://repo.anaconda.com/pkgs/r 2022-05-18T04:51:56.0020190Z local: 2022-05-18T04:51:56.0020420Z debug: False 2022-05-18T04:51:56.0020670Z default_channels: 2022-05-18T04:51:56.0021260Z - https://repo.anaconda.com/pkgs/main 2022-05-18T04:51:56.0021700Z - https://repo.anaconda.com/pkgs/r 2022-05-18T04:51:56.0021970Z default_python: 3.9 2022-05-18T04:51:56.0022230Z default_threads: None 2022-05-18T04:51:56.0022650Z deps_modifier: not_set 2022-05-18T04:51:56.0022940Z dev: False 2022-05-18T04:51:56.0023190Z disallowed_packages: [] 2022-05-18T04:51:56.0023420Z download_only: False 2022-05-18T04:51:56.0023680Z dry_run: False 2022-05-18T04:51:56.0024100Z enable_private_envs: False 2022-05-18T04:51:56.0024390Z env_prompt: ({default_env}) 2022-05-18T04:51:56.0024660Z envs_dirs: 2022-05-18T04:51:56.0024980Z - /usr/local/miniconda/envs 2022-05-18T04:51:56.0025510Z - /Users/runner/.conda/envs 2022-05-18T04:51:56.0026020Z error_upload_url: https://conda.io/conda-post/unexpected-error 2022-05-18T04:51:56.0026350Z execute_threads: 1 2022-05-18T04:51:56.0026620Z extra_safety_checks: False 2022-05-18T04:51:56.0027010Z force: False 2022-05-18T04:51:56.0027240Z force_32bit: False 2022-05-18T04:51:56.0027490Z force_reinstall: False 2022-05-18T04:51:56.0027750Z force_remove: False 2022-05-18T04:51:56.0028000Z ignore_pinned: False 2022-05-18T04:51:56.0028390Z json: False 2022-05-18T04:51:56.0028610Z local_repodata_ttl: 1 2022-05-18T04:51:56.0028880Z migrated_channel_aliases: [] 2022-05-18T04:51:56.0029430Z migrated_custom_channels: {} 2022-05-18T04:51:56.0030010Z non_admin_enabled: True 2022-05-18T04:51:56.0030340Z notify_outdated_conda: False 2022-05-18T04:51:56.0030610Z offline: False 2022-05-18T04:51:56.0030880Z override_channels_enabled: True 2022-05-18T04:51:56.0031290Z path_conflict: clobber 2022-05-18T04:51:56.0031550Z pinned_packages: [] 2022-05-18T04:51:56.0031810Z pip_interop_enabled: False 2022-05-18T04:51:56.0032080Z pkgs_dirs: 2022-05-18T04:51:56.0032460Z - /Users/runner/conda_pkgs_dir 2022-05-18T04:51:56.0032880Z proxy_servers: {} 2022-05-18T04:51:56.0033100Z quiet: False 2022-05-18T04:51:56.0033350Z remote_backoff_factor: 1 2022-05-18T04:51:56.0033630Z remote_connect_timeout_secs: 9.15 2022-05-18T04:51:56.0034010Z remote_max_retries: 3 2022-05-18T04:51:56.0034310Z remote_read_timeout_secs: 60.0 2022-05-18T04:51:56.0034580Z repodata_fns: 2022-05-18T04:51:56.0034920Z - current_repodata.json 2022-05-18T04:51:56.0035260Z - repodata.json 2022-05-18T04:51:56.0035670Z repodata_threads: None 2022-05-18T04:51:56.0035940Z report_errors: None 2022-05-18T04:51:56.0036360Z restore_free_channel: False 2022-05-18T04:51:56.0036630Z rollback_enabled: True 2022-05-18T04:51:56.0037030Z root_prefix: /usr/local/miniconda 2022-05-18T04:51:56.0037760Z safety_checks: warn 2022-05-18T04:51:56.0038080Z sat_solver: pycosat 2022-05-18T04:51:56.0038350Z separate_format_cache: False 2022-05-18T04:51:56.0038740Z shortcuts: True 2022-05-18T04:51:56.0038980Z show_channel_urls: None 2022-05-18T04:51:56.0039250Z signing_metadata_url_base: None 2022-05-18T04:51:56.0039540Z solver_ignore_timestamps: False 2022-05-18T04:51:56.0039810Z ssl_verify: True 2022-05-18T04:51:56.0040300Z subdir: osx-64 2022-05-18T04:51:56.0040520Z subdirs: 2022-05-18T04:51:56.0040820Z - osx-64 2022-05-18T04:51:56.0041130Z - noarch 2022-05-18T04:51:56.0041480Z target_prefix_override: 2022-05-18T04:51:56.0060110Z track_features: [] 2022-05-18T04:51:56.0060490Z unsatisfiable_hints: True 2022-05-18T04:51:56.0061130Z unsatisfiable_hints_check_depth: 2 2022-05-18T04:51:56.0061830Z update_modifier: update_specs 2022-05-18T04:51:56.0062140Z use_index_cache: False 2022-05-18T04:51:56.0062410Z use_local: False 2022-05-18T04:51:56.0062660Z use_only_tar_bz2: False 2022-05-18T04:51:56.0062920Z verbosity: 0 2022-05-18T04:51:56.0063140Z verify_threads: 1 2022-05-18T04:51:56.0063560Z whitelist_channels: [] 2022-05-18T04:51:56.0195230Z ##[endgroup] 2022-05-18T04:51:56.0195810Z ##[group]Initializing conda shell integration... 2022-05-18T04:51:56.0201000Z Fixing conda folders ownership 2022-05-18T04:51:56.0242780Z [command]/usr/bin/sudo chown -R runner:staff /usr/local/miniconda 2022-05-18T04:52:03.0930600Z Removing "/Users/runner/.bashrc" 2022-05-18T04:52:03.1030930Z Removing "/Users/runner/.bash_profile" 2022-05-18T04:52:03.1748530Z [command]/usr/local/miniconda/condabin/conda init --all 2022-05-18T04:52:10.3144530Z no change /usr/local/miniconda/condabin/conda 2022-05-18T04:52:10.3145210Z no change /usr/local/miniconda/bin/conda 2022-05-18T04:52:10.3145870Z no change /usr/local/miniconda/bin/conda-env 2022-05-18T04:52:10.3146230Z no change /usr/local/miniconda/bin/activate 2022-05-18T04:52:10.3146530Z no change /usr/local/miniconda/bin/deactivate 2022-05-18T04:52:10.3146850Z no change /usr/local/miniconda/etc/profile.d/conda.sh 2022-05-18T04:52:10.3147210Z no change /usr/local/miniconda/etc/fish/conf.d/conda.fish 2022-05-18T04:52:10.3147570Z no change /usr/local/miniconda/shell/condabin/Conda.psm1 2022-05-18T04:52:10.3148080Z no change /usr/local/miniconda/shell/condabin/conda-hook.ps1 2022-05-18T04:52:10.3149220Z no change /usr/local/miniconda/lib/python3.9/site-packages/xontrib/conda.xsh 2022-05-18T04:52:10.3149660Z no change /usr/local/miniconda/etc/profile.d/conda.csh 2022-05-18T04:52:10.3149970Z modified /Users/runner/.bash_profile 2022-05-18T04:52:10.3150290Z modified /Users/runner/.zshrc 2022-05-18T04:52:10.3150870Z modified /Users/runner/.config/fish/config.fish 2022-05-18T04:52:10.3151280Z modified /Users/runner/.xonshrc 2022-05-18T04:52:10.3151580Z modified /Users/runner/.tcshrc 2022-05-18T04:52:10.3151910Z modified /Users/runner/.config/powershell/profile.ps1 2022-05-18T04:52:10.3152120Z 2022-05-18T04:52:10.3152440Z ==> For changes to take effect, close and re-open your current shell. <== 2022-05-18T04:52:10.3152690Z 2022-05-18T04:52:10.3394820Z Renaming "/Users/runner/.bash_profile" to "/Users/runner/.profile" 2022-05-18T04:52:10.3395710Z 2022-05-18T04:52:10.3414990Z Append to "/Users/runner/.profile": 2022-05-18T04:52:10.3415770Z 2022-05-18T04:52:10.3416790Z # ---------------------------------------------------------------------------- 2022-05-18T04:52:10.3417570Z # Conda Setup Action: Basic configuration 2022-05-18T04:52:10.3418970Z set -eo pipefail 2022-05-18T04:52:10.3419670Z # Conda Setup Action: Custom activation 2022-05-18T04:52:10.3420650Z conda activate "build" 2022-05-18T04:52:10.3422080Z # ---------------------------------------------------------------------------- 2022-05-18T04:52:10.3422710Z 2022-05-18T04:52:10.3423520Z Append to "/Users/runner/.zshrc": 2022-05-18T04:52:10.3424170Z 2022-05-18T04:52:10.3425610Z # ---------------------------------------------------------------------------- 2022-05-18T04:52:10.3426770Z # Conda Setup Action: Basic configuration 2022-05-18T04:52:10.3427610Z set -eo pipefail 2022-05-18T04:52:10.3429010Z # Conda Setup Action: Custom activation 2022-05-18T04:52:10.3430400Z conda activate "build" 2022-05-18T04:52:10.3432560Z # ---------------------------------------------------------------------------- 2022-05-18T04:52:10.3433130Z 2022-05-18T04:52:10.3433590Z Append to "/Users/runner/.config/fish/config.fish": 2022-05-18T04:52:10.3434230Z 2022-05-18T04:52:10.3435070Z # ---------------------------------------------------------------------------- 2022-05-18T04:52:10.3435820Z # Conda Setup Action: Basic configuration 2022-05-18T04:52:10.3436550Z set -eo pipefail 2022-05-18T04:52:10.3437670Z # Conda Setup Action: Custom activation 2022-05-18T04:52:10.3438290Z conda activate "build" 2022-05-18T04:52:10.3438830Z # ---------------------------------------------------------------------------- 2022-05-18T04:52:10.3439080Z 2022-05-18T04:52:10.3439230Z Append to "/Users/runner/.tcshrc": 2022-05-18T04:52:10.3439500Z 2022-05-18T04:52:10.3439960Z # ---------------------------------------------------------------------------- 2022-05-18T04:52:10.3440330Z # Conda Setup Action: Basic configuration 2022-05-18T04:52:10.3440710Z set -eo pipefail 2022-05-18T04:52:10.3440940Z # Conda Setup Action: Custom activation 2022-05-18T04:52:10.3441240Z conda activate "build" 2022-05-18T04:52:10.3441730Z # ---------------------------------------------------------------------------- 2022-05-18T04:52:10.3441970Z 2022-05-18T04:52:10.3442110Z Append to "/Users/runner/.xonshrc": 2022-05-18T04:52:10.3442370Z 2022-05-18T04:52:10.3442780Z # ---------------------------------------------------------------------------- 2022-05-18T04:52:10.3443150Z # Conda Setup Action: Basic configuration 2022-05-18T04:52:10.3443530Z set -eo pipefail 2022-05-18T04:52:10.3443800Z # Conda Setup Action: Custom activation 2022-05-18T04:52:10.3444090Z conda activate "build" 2022-05-18T04:52:10.3444580Z # ---------------------------------------------------------------------------- 2022-05-18T04:52:10.3444810Z 2022-05-18T04:52:10.3444980Z Append to "/Users/runner/.config/powershell/profile.ps1": 2022-05-18T04:52:10.3445240Z 2022-05-18T04:52:10.3445680Z # ---------------------------------------------------------------------------- 2022-05-18T04:52:10.3446050Z # Conda Setup Action: Custom activation 2022-05-18T04:52:10.3446330Z conda activate "build" 2022-05-18T04:52:10.3446810Z # ---------------------------------------------------------------------------- 2022-05-18T04:52:10.3447030Z 2022-05-18T04:52:10.3447430Z ##[endgroup] 2022-05-18T04:52:10.3448000Z ##[group]Adding tools to 'base' env... 2022-05-18T04:52:10.3448300Z Do we need to update conda? 2022-05-18T04:52:10.3448590Z Do we need to update mamba? 2022-05-18T04:52:10.3448860Z Do we need to update python? 2022-05-18T04:52:10.3449280Z Do we need to update conda-build? 2022-05-18T04:52:10.3449650Z No tools were installed in 'base' env. 2022-05-18T04:52:10.3450080Z No post-install actions were taken on 'base' env. 2022-05-18T04:52:10.3450560Z ##[endgroup] 2022-05-18T04:52:10.3451000Z ##[group]Ensuring environment... 2022-05-18T04:52:10.3451280Z Can we conda create (from explicit)? 2022-05-18T04:52:10.3452570Z Can we conda create (simple)? 2022-05-18T04:52:10.3454800Z ... will conda create (simple). 2022-05-18T04:52:10.3458410Z Adding spec: python=3.8 2022-05-18T04:52:10.3459180Z ##[group]Updating 'build' env from conda create (simple)... 2022-05-18T04:52:10.3464060Z [command]/usr/local/miniconda/condabin/conda create --name build python=3.8 2022-05-18T04:52:14.3202800Z Collecting package metadata (current_repodata.json): ...working... done 2022-05-18T04:52:14.4200190Z Solving environment: ...working... done 2022-05-18T04:52:14.5442890Z 2022-05-18T04:52:14.5544160Z ## Package Plan ## 2022-05-18T04:52:14.5689700Z 2022-05-18T04:52:14.5875610Z environment location: /usr/local/miniconda/envs/build 2022-05-18T04:52:14.5986870Z 2022-05-18T04:52:14.6096300Z added / updated specs: 2022-05-18T04:52:14.6198340Z - python=3.8 2022-05-18T04:52:14.6297940Z 2022-05-18T04:52:14.6323030Z 2022-05-18T04:52:14.6324420Z The following packages will be downloaded: 2022-05-18T04:52:14.6324660Z 2022-05-18T04:52:14.6324800Z package | build 2022-05-18T04:52:14.6325420Z ---------------------------|----------------- 2022-05-18T04:52:14.6325890Z ca-certificates-2022.4.26 | hecd8cb5_0 124 KB 2022-05-18T04:52:14.6326400Z certifi-2021.10.8 | py38hecd8cb5_2 152 KB 2022-05-18T04:52:14.6327060Z libcxx-12.0.0 | h2f01273_0 805 KB 2022-05-18T04:52:14.6327560Z libffi-3.3 | hb1e8313_2 44 KB 2022-05-18T04:52:14.6328580Z ncurses-6.3 | hca72f7f_2 856 KB 2022-05-18T04:52:14.6330620Z openssl-1.1.1o | hca72f7f_0 2.2 MB 2022-05-18T04:52:14.6331150Z pip-21.2.4 | py38hecd8cb5_0 1.8 MB 2022-05-18T04:52:14.6331630Z python-3.8.13 | hdfd78df_0 10.8 MB 2022-05-18T04:52:14.6332120Z readline-8.1.2 | hca72f7f_1 321 KB 2022-05-18T04:52:14.6332580Z setuptools-61.2.0 | py38hecd8cb5_0 1012 KB 2022-05-18T04:52:14.6332990Z sqlite-3.38.3 | h707629a_0 1.2 MB 2022-05-18T04:52:14.6333390Z tk-8.6.11 | h3fd3227_1 3.0 MB 2022-05-18T04:52:14.6333830Z wheel-0.37.1 | pyhd3eb1b0_0 33 KB 2022-05-18T04:52:14.6334230Z xz-5.2.5 | hca72f7f_1 244 KB 2022-05-18T04:52:14.6334630Z zlib-1.2.12 | h4dc903c_2 94 KB 2022-05-18T04:52:14.6335120Z ------------------------------------------------------------ 2022-05-18T04:52:14.6335460Z Total: 22.6 MB 2022-05-18T04:52:14.6335640Z 2022-05-18T04:52:14.6335800Z The following NEW packages will be INSTALLED: 2022-05-18T04:52:14.6336170Z 2022-05-18T04:52:14.6353630Z ca-certificates pkgs/main/osx-64::ca-certificates-2022.4.26-hecd8cb5_0 2022-05-18T04:52:14.6354320Z certifi pkgs/main/osx-64::certifi-2021.10.8-py38hecd8cb5_2 2022-05-18T04:52:14.6354950Z libcxx pkgs/main/osx-64::libcxx-12.0.0-h2f01273_0 2022-05-18T04:52:14.6355570Z libffi pkgs/main/osx-64::libffi-3.3-hb1e8313_2 2022-05-18T04:52:14.6356290Z ncurses pkgs/main/osx-64::ncurses-6.3-hca72f7f_2 2022-05-18T04:52:14.6356890Z openssl pkgs/main/osx-64::openssl-1.1.1o-hca72f7f_0 2022-05-18T04:52:14.6357440Z pip pkgs/main/osx-64::pip-21.2.4-py38hecd8cb5_0 2022-05-18T04:52:14.6358000Z python pkgs/main/osx-64::python-3.8.13-hdfd78df_0 2022-05-18T04:52:14.6358570Z readline pkgs/main/osx-64::readline-8.1.2-hca72f7f_1 2022-05-18T04:52:14.6359170Z setuptools pkgs/main/osx-64::setuptools-61.2.0-py38hecd8cb5_0 2022-05-18T04:52:14.6359700Z sqlite pkgs/main/osx-64::sqlite-3.38.3-h707629a_0 2022-05-18T04:52:14.6360250Z tk pkgs/main/osx-64::tk-8.6.11-h3fd3227_1 2022-05-18T04:52:14.6361120Z wheel pkgs/main/noarch::wheel-0.37.1-pyhd3eb1b0_0 2022-05-18T04:52:14.6361890Z xz pkgs/main/osx-64::xz-5.2.5-hca72f7f_1 2022-05-18T04:52:14.6362430Z zlib pkgs/main/osx-64::zlib-1.2.12-h4dc903c_2 2022-05-18T04:52:14.6362630Z 2022-05-18T04:52:14.6362640Z 2022-05-18T04:52:14.6362640Z 2022-05-18T04:52:14.6362790Z Downloading and Extracting Packages 2022-05-18T04:52:14.6362980Z 2022-05-18T04:52:14.9130200Z readline-8.1.2 | 321 KB | | 0% 2022-05-18T04:52:15.0267770Z readline-8.1.2 | 321 KB | 4 | 5% 2022-05-18T04:52:15.0271390Z readline-8.1.2 | 321 KB | ########## | 100% 2022-05-18T04:52:15.0275460Z readline-8.1.2 | 321 KB | ########## | 100% 2022-05-18T04:52:15.0277110Z 2022-05-18T04:52:15.4503960Z tk-8.6.11 | 3.0 MB | | 0% 2022-05-18T04:52:15.4604900Z tk-8.6.11 | 3.0 MB | ########## | 100% 2022-05-18T04:52:15.4635220Z tk-8.6.11 | 3.0 MB | ########## | 100% 2022-05-18T04:52:15.4636450Z 2022-05-18T04:52:15.5763830Z sqlite-3.38.3 | 1.2 MB | | 0% 2022-05-18T04:52:15.5766330Z sqlite-3.38.3 | 1.2 MB | ########## | 100% 2022-05-18T04:52:15.5770770Z sqlite-3.38.3 | 1.2 MB | ########## | 100% 2022-05-18T04:52:15.5771180Z 2022-05-18T04:52:15.6764190Z xz-5.2.5 | 244 KB | | 0% 2022-05-18T04:52:15.6767260Z xz-5.2.5 | 244 KB | ########## | 100% 2022-05-18T04:52:15.6767870Z 2022-05-18T04:52:15.7772990Z python-3.8.13 | 10.8 MB | | 0% 2022-05-18T04:52:17.0429400Z python-3.8.13 | 10.8 MB | ######5 | 66% 2022-05-18T04:52:17.0530560Z python-3.8.13 | 10.8 MB | ########## | 100% 2022-05-18T04:52:17.0630550Z 2022-05-18T04:52:17.1215830Z certifi-2021.10.8 | 152 KB | | 0% 2022-05-18T04:52:17.1316400Z certifi-2021.10.8 | 152 KB | ########## | 100% 2022-05-18T04:52:17.1350120Z 2022-05-18T04:52:17.6398690Z pip-21.2.4 | 1.8 MB | | 0% 2022-05-18T04:52:17.6401260Z pip-21.2.4 | 1.8 MB | ########## | 100% 2022-05-18T04:52:17.6405570Z pip-21.2.4 | 1.8 MB | ########## | 100% 2022-05-18T04:52:17.6405830Z 2022-05-18T04:52:17.7542460Z zlib-1.2.12 | 94 KB | | 0% 2022-05-18T04:52:17.7615250Z zlib-1.2.12 | 94 KB | ########## | 100% 2022-05-18T04:52:17.7616350Z zlib-1.2.12 | 94 KB | ########## | 100% 2022-05-18T04:52:17.7616880Z 2022-05-18T04:52:19.0266370Z ncurses-6.3 | 856 KB | | 0% 2022-05-18T04:52:19.0329050Z ncurses-6.3 | 856 KB | ########## | 100% 2022-05-18T04:52:19.0352710Z ncurses-6.3 | 856 KB | ########## | 100% 2022-05-18T04:52:19.0433150Z 2022-05-18T04:52:19.1211200Z wheel-0.37.1 | 33 KB | | 0% 2022-05-18T04:52:19.1241460Z wheel-0.37.1 | 33 KB | ########## | 100% 2022-05-18T04:52:19.1248950Z 2022-05-18T04:52:19.2352680Z ca-certificates-2022 | 124 KB | | 0% 2022-05-18T04:52:19.2397660Z ca-certificates-2022 | 124 KB | ########## | 100% 2022-05-18T04:52:19.2409370Z ca-certificates-2022 | 124 KB | ########## | 100% 2022-05-18T04:52:19.2424310Z 2022-05-18T04:52:19.5359700Z openssl-1.1.1o | 2.2 MB | | 0% 2022-05-18T04:52:19.5377980Z openssl-1.1.1o | 2.2 MB | ########## | 100% 2022-05-18T04:52:19.5383280Z openssl-1.1.1o | 2.2 MB | ########## | 100% 2022-05-18T04:52:19.5401620Z 2022-05-18T04:52:19.8798390Z setuptools-61.2.0 | 1012 KB | | 0% 2022-05-18T04:52:19.8887620Z setuptools-61.2.0 | 1012 KB | ########## | 100% 2022-05-18T04:52:19.8888170Z setuptools-61.2.0 | 1012 KB | ########## | 100% 2022-05-18T04:52:19.8912440Z 2022-05-18T04:52:20.0091550Z libffi-3.3 | 44 KB | | 0% 2022-05-18T04:52:20.0162220Z libffi-3.3 | 44 KB | ########## | 100% 2022-05-18T04:52:20.0200600Z libffi-3.3 | 44 KB | ########## | 100% 2022-05-18T04:52:20.0226640Z 2022-05-18T04:52:20.3001930Z libcxx-12.0.0 | 805 KB | | 0% 2022-05-18T04:52:20.3101810Z libcxx-12.0.0 | 805 KB | ########## | 100% 2022-05-18T04:52:20.3189990Z libcxx-12.0.0 | 805 KB | ########## | 100% 2022-05-18T04:52:20.8879600Z Preparing transaction: ...working... done 2022-05-18T04:52:22.9603250Z Verifying transaction: ...working... done 2022-05-18T04:52:29.3568350Z Executing transaction: ...working... done 2022-05-18T04:52:29.4223340Z # 2022-05-18T04:52:29.4276040Z # To activate this environment, use 2022-05-18T04:52:29.4328510Z # 2022-05-18T04:52:29.4392340Z # $ conda activate build 2022-05-18T04:52:29.4450260Z # 2022-05-18T04:52:29.4501750Z # To deactivate an active environment, use 2022-05-18T04:52:29.4589070Z # 2022-05-18T04:52:29.4642700Z # $ conda deactivate 2022-05-18T04:52:29.4684080Z 2022-05-18T04:52:29.7269100Z ##[endgroup] 2022-05-18T04:52:29.7306660Z ##[endgroup] 2022-05-18T04:52:29.7351410Z setup-miniconda ran successfully 2022-05-18T04:52:29.7405220Z ##[group]Run # Install dependencies 2022-05-18T04:52:29.7405560Z # Install dependencies 2022-05-18T04:52:29.7405790Z brew install libomp 2022-05-18T04:52:29.7982180Z shell: /bin/bash -e -l {0} 2022-05-18T04:52:29.7982420Z env: 2022-05-18T04:52:29.7982600Z IN_CI: 1 2022-05-18T04:52:29.7982770Z IS_GHA: 1 2022-05-18T04:52:29.7982970Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:52:29.7983520Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T04:52:29.7983780Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T04:52:29.7984040Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T04:52:29.7984270Z TEST_CONFIG: default 2022-05-18T04:52:29.7984460Z SHARD_NUMBER: 1 2022-05-18T04:52:29.7984650Z NUM_TEST_SHARDS: 2 2022-05-18T04:52:29.7984840Z PR_BODY: 2022-05-18T04:52:29.7985040Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:52:29.7985280Z CONDA_PKGS_DIR: /Users/runner/conda_pkgs_dir 2022-05-18T04:52:29.7985510Z ##[endgroup] 2022-05-18T04:52:37.5173800Z Warning: libomp 14.0.0 is already installed and up-to-date. 2022-05-18T04:52:37.5202890Z To reinstall 14.0.0, run: 2022-05-18T04:52:37.5225200Z brew reinstall libomp 2022-05-18T04:52:37.5297830Z ##[group]Run .github/scripts/parse_ref.py 2022-05-18T04:52:37.5298260Z .github/scripts/parse_ref.py 2022-05-18T04:52:37.5603610Z shell: /bin/bash -e -l {0} 2022-05-18T04:52:37.5604060Z env: 2022-05-18T04:52:37.5604460Z IN_CI: 1 2022-05-18T04:52:37.5604700Z IS_GHA: 1 2022-05-18T04:52:37.5604950Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:52:37.5605400Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T04:52:37.5605740Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T04:52:37.5606030Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T04:52:37.5606320Z TEST_CONFIG: default 2022-05-18T04:52:37.5606570Z SHARD_NUMBER: 1 2022-05-18T04:52:37.5606960Z NUM_TEST_SHARDS: 2 2022-05-18T04:52:37.5607210Z PR_BODY: 2022-05-18T04:52:37.5607500Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:52:37.5607800Z CONDA_PKGS_DIR: /Users/runner/conda_pkgs_dir 2022-05-18T04:52:37.5624350Z ##[endgroup] 2022-05-18T04:52:38.4466360Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-05-18T04:52:38.4467080Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-05-18T04:52:38.4467450Z export COMMIT_MESSAGES 2022-05-18T04:52:38.4467750Z python3 -mpip install dist/*.whl 2022-05-18T04:52:38.4468260Z .jenkins/pytorch/macos-test.sh 2022-05-18T04:52:38.4795940Z shell: /bin/bash -e -l {0} 2022-05-18T04:52:38.4796240Z env: 2022-05-18T04:52:38.4796440Z IN_CI: 1 2022-05-18T04:52:38.4796840Z IS_GHA: 1 2022-05-18T04:52:38.4797120Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:52:38.4797430Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T04:52:38.4797760Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T04:52:38.4798220Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T04:52:38.4798490Z TEST_CONFIG: default 2022-05-18T04:52:38.4798750Z SHARD_NUMBER: 1 2022-05-18T04:52:38.4799000Z NUM_TEST_SHARDS: 2 2022-05-18T04:52:38.4799450Z PR_BODY: 2022-05-18T04:52:38.4799750Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:52:38.4800030Z CONDA_PKGS_DIR: /Users/runner/conda_pkgs_dir 2022-05-18T04:52:38.4800310Z ##[endgroup] 2022-05-18T04:52:41.8026370Z Processing ./dist/torch-1.12.0a0+git3b23752-cp38-cp38-macosx_10_11_x86_64.whl 2022-05-18T04:52:42.5012120Z Collecting typing-extensions 2022-05-18T04:52:42.6860980Z Downloading typing_extensions-4.2.0-py3-none-any.whl (24 kB) 2022-05-18T04:52:42.8670940Z Installing collected packages: typing-extensions, torch 2022-05-18T04:52:55.8822380Z Successfully installed torch-1.12.0a0+git3b23752 typing-extensions-4.2.0 2022-05-18T04:52:56.3235990Z +++++ dirname .jenkins/pytorch/common.sh 2022-05-18T04:52:56.3258880Z ++++ cd .jenkins/pytorch 2022-05-18T04:52:56.3259840Z ++++ pwd -P 2022-05-18T04:52:56.3263210Z +++ SCRIPT_DIR=/Users/runner/work/pytorch/pytorch/.jenkins/pytorch 2022-05-18T04:52:56.3264280Z +++ [[ macos-11-py3-x86-64 == *linux* ]] 2022-05-18T04:52:56.3265130Z +++ [[ macos-11-py3-x86-64 == *rocm* ]] 2022-05-18T04:52:56.3265500Z +++ echo ENTERED_USER_LAND 2022-05-18T04:52:56.3265760Z +++ export IN_CI=1 2022-05-18T04:52:56.3266000Z +++ IN_CI=1 2022-05-18T04:52:56.3266410Z ENTERED_USER_LAND 2022-05-18T04:52:56.3266830Z +++ declare -f -t trap_add 2022-05-18T04:52:56.3267120Z +++ trap_add cleanup EXIT 2022-05-18T04:52:56.3268050Z +++ trap_add_cmd=cleanup 2022-05-18T04:52:56.3268270Z +++ shift 2022-05-18T04:52:56.3268870Z +++ for trap_add_name in '"$@"' 2022-05-18T04:52:56.3282320Z +++++ trap -p EXIT 2022-05-18T04:52:56.3285390Z ++++ eval 'extract_trap_cmd ' 2022-05-18T04:52:56.3285710Z +++++ extract_trap_cmd 2022-05-18T04:52:56.3286300Z +++++ printf '%s\n' '' 2022-05-18T04:52:56.3286840Z ++++ printf '%s\n' cleanup 2022-05-18T04:52:56.3289300Z +++ trap -- ' 2022-05-18T04:52:56.3289660Z cleanup' EXIT 2022-05-18T04:52:56.3292040Z +++ [[ macos-11-py3-x86-64 != *win-* ]] 2022-05-18T04:52:56.3292350Z +++ which sccache 2022-05-18T04:52:56.3408150Z +++ which ccache 2022-05-18T04:52:56.3433880Z +++ '[' -z macos-11-py3-x86-64 ']' 2022-05-18T04:52:56.3434430Z +++ [[ macos-11-py3-x86-64 == *linux-trusty-py3.6-gcc7* ]] 2022-05-18T04:52:56.3434980Z +++ BUILD_TEST_LIBTORCH=0 2022-05-18T04:52:56.3435270Z +++ [[ default == *xla* ]] 2022-05-18T04:52:56.3435690Z +++ [[ macos-11-py3-x86-64 == *centos* ]] 2022-05-18T04:52:56.3436140Z +++ [[ macos-11-py3-x86-64 == *linux-bionic* ]] 2022-05-18T04:52:56.3436740Z +++ [[ macos-11-py3-x86-64 == *linux-focal* ]] 2022-05-18T04:52:56.3441990Z ++ sysctl -a 2022-05-18T04:52:56.3445200Z ++ grep machdep.cpu 2022-05-18T04:52:56.3721200Z machdep.cpu.address_bits.physical: 43 2022-05-18T04:52:56.3722410Z machdep.cpu.address_bits.virtual: 48 2022-05-18T04:52:56.3723080Z machdep.cpu.arch_perf.events: 255 2022-05-18T04:52:56.3723410Z machdep.cpu.arch_perf.events_number: 7 2022-05-18T04:52:56.3723730Z machdep.cpu.arch_perf.fixed_number: 0 2022-05-18T04:52:56.3724040Z machdep.cpu.arch_perf.fixed_width: 0 2022-05-18T04:52:56.3724550Z machdep.cpu.arch_perf.number: 8 2022-05-18T04:52:56.3725470Z machdep.cpu.arch_perf.version: 1 2022-05-18T04:52:56.3725850Z machdep.cpu.arch_perf.width: 48 2022-05-18T04:52:56.3726280Z machdep.cpu.cache.L2_associativity: 8 2022-05-18T04:52:56.3726780Z machdep.cpu.cache.linesize: 64 2022-05-18T04:52:56.3727120Z machdep.cpu.cache.size: 256 2022-05-18T04:52:56.3727390Z machdep.cpu.mwait.extensions: 3 2022-05-18T04:52:56.3727730Z machdep.cpu.mwait.linesize_max: 4096 2022-05-18T04:52:56.3728050Z machdep.cpu.mwait.linesize_min: 64 2022-05-18T04:52:56.3728530Z machdep.cpu.mwait.sub_Cstates: 16 2022-05-18T04:52:56.3728850Z machdep.cpu.thermal.ACNT_MCNT: 0 2022-05-18T04:52:56.3729180Z machdep.cpu.thermal.core_power_limits: 0 2022-05-18T04:52:56.3729490Z machdep.cpu.thermal.dynamic_acceleration: 0 2022-05-18T04:52:56.3730010Z machdep.cpu.thermal.energy_policy: 0 2022-05-18T04:52:56.3730370Z machdep.cpu.thermal.fine_grain_clock_mod: 0 2022-05-18T04:52:56.3730710Z machdep.cpu.thermal.hardware_feedback: 0 2022-05-18T04:52:56.3731060Z machdep.cpu.thermal.invariant_APIC_timer: 1 2022-05-18T04:52:56.3731580Z machdep.cpu.thermal.package_thermal_intr: 0 2022-05-18T04:52:56.3731900Z machdep.cpu.thermal.sensor: 0 2022-05-18T04:52:56.3732210Z machdep.cpu.thermal.thresholds: 0 2022-05-18T04:52:56.3732530Z machdep.cpu.tlb.data.small: 64 2022-05-18T04:52:56.3732830Z machdep.cpu.tlb.inst.large: 8 2022-05-18T04:52:56.3733330Z machdep.cpu.tlb.inst.small: 128 2022-05-18T04:52:56.3733600Z machdep.cpu.tlb.shared: 512 2022-05-18T04:52:56.3733910Z machdep.cpu.tsc_ccc.denominator: 0 2022-05-18T04:52:56.3734220Z machdep.cpu.tsc_ccc.numerator: 0 2022-05-18T04:52:56.3734700Z machdep.cpu.xsave.extended_state: 7 832 832 0 2022-05-18T04:52:56.3735070Z machdep.cpu.xsave.extended_state1: 0 0 0 0 2022-05-18T04:52:56.3735370Z machdep.cpu.brand: 0 2022-05-18T04:52:56.3735920Z machdep.cpu.brand_string: Intel(R) Xeon(R) CPU E5-1650 v2 @ 3.50GHz 2022-05-18T04:52:56.3736270Z machdep.cpu.core_count: 3 2022-05-18T04:52:56.3736750Z machdep.cpu.cores_per_package: 4 2022-05-18T04:52:56.3737060Z machdep.cpu.extfamily: 0 2022-05-18T04:52:56.3737370Z machdep.cpu.extfeature_bits: 4967106816 2022-05-18T04:52:56.3737730Z machdep.cpu.extfeatures: SYSCALL XD EM64T LAHF RDTSCP TSCI 2022-05-18T04:52:56.3738190Z machdep.cpu.extmodel: 3 2022-05-18T04:52:56.3738490Z machdep.cpu.family: 6 2022-05-18T04:52:56.3738790Z machdep.cpu.feature_bits: 18427078393948011519 2022-05-18T04:52:56.3739750Z machdep.cpu.features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFSH MMX FXSR SSE SSE2 SS HTT SSE3 PCLMULQDQ MON VMX SSSE3 CX16 SSE4.1 SSE4.2 x2APIC POPCNT AES VMM PCID XSAVE OSXSAVE TSCTMR AVX1.0 RDRAND F16C 2022-05-18T04:52:56.3740460Z machdep.cpu.leaf7_feature_bits: 643 0 2022-05-18T04:52:56.3740820Z machdep.cpu.leaf7_feature_bits_edx: 3154117632 2022-05-18T04:52:56.3741240Z machdep.cpu.leaf7_features: RDWRFSGS TSC_THREAD_OFFSET SMEP ERMS MDCLEAR IBRS STIBP L1DF ACAPMSR SSBD 2022-05-18T04:52:56.3741590Z machdep.cpu.logical_per_package: 4 2022-05-18T04:52:56.3741890Z machdep.cpu.max_basic: 13 2022-05-18T04:52:56.3742360Z machdep.cpu.max_ext: 2147483656 2022-05-18T04:52:56.3742670Z machdep.cpu.microcode_version: 1070 2022-05-18T04:52:56.3742960Z machdep.cpu.model: 58 2022-05-18T04:52:56.3743250Z machdep.cpu.processor_flag: 0 2022-05-18T04:52:56.3743700Z machdep.cpu.signature: 198313 2022-05-18T04:52:56.3744020Z machdep.cpu.stepping: 9 2022-05-18T04:52:56.3744320Z machdep.cpu.thread_count: 3 2022-05-18T04:52:56.3744620Z machdep.cpu.vendor: GenuineIntel 2022-05-18T04:52:56.3745450Z ++ retry conda install -y mkl=2021.2.0 mkl-include=2021.2.0 numpy=1.18.5 pyyaml=5.3 setuptools=46.0.0 cmake=3.19 cffi ninja typing_extensions dataclasses pip 2022-05-18T04:52:56.3746230Z ++ conda install -y mkl=2021.2.0 mkl-include=2021.2.0 numpy=1.18.5 pyyaml=5.3 setuptools=46.0.0 cmake=3.19 cffi ninja typing_extensions dataclasses pip 2022-05-18T04:52:57.8155720Z Collecting package metadata (current_repodata.json): ...working... done 2022-05-18T04:52:57.8168030Z Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve. 2022-05-18T04:53:04.7186050Z Collecting package metadata (repodata.json): ...working... done 2022-05-18T04:53:09.2949950Z Solving environment: ...working... done 2022-05-18T04:53:09.3431120Z 2022-05-18T04:53:09.3532710Z ## Package Plan ## 2022-05-18T04:53:09.3632190Z 2022-05-18T04:53:09.3733460Z environment location: /usr/local/miniconda/envs/build 2022-05-18T04:53:09.3784610Z 2022-05-18T04:53:09.3858480Z added / updated specs: 2022-05-18T04:53:09.3871090Z - cffi 2022-05-18T04:53:09.3881390Z - cmake=3.19 2022-05-18T04:53:09.3882510Z - dataclasses 2022-05-18T04:53:09.3893880Z - mkl-include=2021.2.0 2022-05-18T04:53:09.3920020Z - mkl=2021.2.0 2022-05-18T04:53:09.3933010Z - ninja 2022-05-18T04:53:09.3935330Z - numpy=1.18.5 2022-05-18T04:53:09.3936250Z - pip 2022-05-18T04:53:09.3937250Z - pyyaml=5.3 2022-05-18T04:53:09.3956140Z - setuptools=46.0.0 2022-05-18T04:53:09.3985730Z - typing_extensions 2022-05-18T04:53:09.3987050Z 2022-05-18T04:53:09.3987510Z 2022-05-18T04:53:09.3988150Z The following packages will be downloaded: 2022-05-18T04:53:09.3988860Z 2022-05-18T04:53:09.3989050Z package | build 2022-05-18T04:53:09.3989520Z ---------------------------|----------------- 2022-05-18T04:53:09.3989990Z blas-1.0 | openblas 45 KB 2022-05-18T04:53:09.3990690Z bzip2-1.0.8 | h1de35cc_0 75 KB 2022-05-18T04:53:09.3991280Z c-ares-1.18.1 | hca72f7f_0 100 KB 2022-05-18T04:53:09.3991690Z cffi-1.15.0 | py38hc55c11b_1 218 KB 2022-05-18T04:53:09.3992150Z cmake-3.19.6 | h04fa861_0 6.3 MB 2022-05-18T04:53:09.3992760Z dataclasses-0.8 | pyh6d0b6a4_7 8 KB 2022-05-18T04:53:09.3993260Z expat-2.4.4 | he9d5cce_0 123 KB 2022-05-18T04:53:09.3993720Z intel-openmp-2021.4.0 | hecd8cb5_3538 961 KB 2022-05-18T04:53:09.3994180Z krb5-1.19.2 | hcd88c3b_0 1.1 MB 2022-05-18T04:53:09.3994760Z libcurl-7.82.0 | h6dfd666_0 314 KB 2022-05-18T04:53:09.3995300Z libedit-3.1.20210910 | hca72f7f_0 139 KB 2022-05-18T04:53:09.3995770Z libev-4.33 | h9ed2024_1 106 KB 2022-05-18T04:53:09.3996750Z libgfortran-3.0.1 | h93005f0_2 426 KB 2022-05-18T04:53:09.3997210Z libnghttp2-1.46.0 | ha29bfda_0 687 KB 2022-05-18T04:53:09.3997860Z libopenblas-0.3.18 | h9a5756b_0 4.9 MB 2022-05-18T04:53:09.3998310Z libssh2-1.10.0 | h0a4fc7d_0 258 KB 2022-05-18T04:53:09.3998740Z libuv-1.40.0 | haf1e3a3_0 334 KB 2022-05-18T04:53:09.3999130Z lz4-c-1.9.3 | h23ab428_1 140 KB 2022-05-18T04:53:09.3999740Z mkl-2021.2.0 | hecd8cb5_269 100.0 MB 2022-05-18T04:53:09.4000230Z mkl-include-2021.2.0 | hecd8cb5_269 464 KB 2022-05-18T04:53:09.4000670Z ninja-1.10.2 | hecd8cb5_5 9 KB 2022-05-18T04:53:09.4001110Z ninja-base-1.10.2 | haf03e11_5 118 KB 2022-05-18T04:53:09.4001720Z numpy-1.18.5 | py38h00fe2a6_0 5 KB 2022-05-18T04:53:09.4002180Z numpy-base-1.18.5 | py38hc72aeb7_0 3.9 MB 2022-05-18T04:53:09.4002650Z pycparser-2.21 | pyhd3eb1b0_0 94 KB 2022-05-18T04:53:09.4003100Z pyyaml-5.3.1 | py38haf1e3a3_1 168 KB 2022-05-18T04:53:09.4003540Z rhash-1.4.1 | hbcfaee0_1 193 KB 2022-05-18T04:53:09.4004160Z setuptools-46.0.0 | py38_0 522 KB 2022-05-18T04:53:09.4004620Z typing_extensions-4.1.1 | pyh06a4308_0 28 KB 2022-05-18T04:53:09.4005470Z yaml-0.2.5 | haf1e3a3_0 72 KB 2022-05-18T04:53:09.4005950Z zstd-1.4.9 | h322a384_0 476 KB 2022-05-18T04:53:09.4006540Z ------------------------------------------------------------ 2022-05-18T04:53:09.4006900Z Total: 122.1 MB 2022-05-18T04:53:09.4007080Z 2022-05-18T04:53:09.4007240Z The following NEW packages will be INSTALLED: 2022-05-18T04:53:09.4007430Z 2022-05-18T04:53:09.4007950Z blas pkgs/main/osx-64::blas-1.0-openblas 2022-05-18T04:53:09.4008620Z bzip2 pkgs/main/osx-64::bzip2-1.0.8-h1de35cc_0 2022-05-18T04:53:09.4009210Z c-ares pkgs/main/osx-64::c-ares-1.18.1-hca72f7f_0 2022-05-18T04:53:09.4009730Z cffi pkgs/main/osx-64::cffi-1.15.0-py38hc55c11b_1 2022-05-18T04:53:09.4010270Z cmake pkgs/main/osx-64::cmake-3.19.6-h04fa861_0 2022-05-18T04:53:09.4010780Z dataclasses pkgs/main/noarch::dataclasses-0.8-pyh6d0b6a4_7 2022-05-18T04:53:09.4011530Z expat pkgs/main/osx-64::expat-2.4.4-he9d5cce_0 2022-05-18T04:53:09.4012130Z intel-openmp pkgs/main/osx-64::intel-openmp-2021.4.0-hecd8cb5_3538 2022-05-18T04:53:09.4012680Z krb5 pkgs/main/osx-64::krb5-1.19.2-hcd88c3b_0 2022-05-18T04:53:09.4013220Z libcurl pkgs/main/osx-64::libcurl-7.82.0-h6dfd666_0 2022-05-18T04:53:09.4013910Z libedit pkgs/main/osx-64::libedit-3.1.20210910-hca72f7f_0 2022-05-18T04:53:09.4014470Z libev pkgs/main/osx-64::libev-4.33-h9ed2024_1 2022-05-18T04:53:09.4015010Z libgfortran pkgs/main/osx-64::libgfortran-3.0.1-h93005f0_2 2022-05-18T04:53:09.4015570Z libnghttp2 pkgs/main/osx-64::libnghttp2-1.46.0-ha29bfda_0 2022-05-18T04:53:09.4016280Z libopenblas pkgs/main/osx-64::libopenblas-0.3.18-h9a5756b_0 2022-05-18T04:53:09.4016880Z libssh2 pkgs/main/osx-64::libssh2-1.10.0-h0a4fc7d_0 2022-05-18T04:53:09.4017420Z libuv pkgs/main/osx-64::libuv-1.40.0-haf1e3a3_0 2022-05-18T04:53:09.4017910Z lz4-c pkgs/main/osx-64::lz4-c-1.9.3-h23ab428_1 2022-05-18T04:53:09.4018450Z mkl pkgs/main/osx-64::mkl-2021.2.0-hecd8cb5_269 2022-05-18T04:53:09.4019180Z mkl-include pkgs/main/osx-64::mkl-include-2021.2.0-hecd8cb5_269 2022-05-18T04:53:09.4019730Z ninja pkgs/main/osx-64::ninja-1.10.2-hecd8cb5_5 2022-05-18T04:53:09.4020610Z ninja-base pkgs/main/osx-64::ninja-base-1.10.2-haf03e11_5 2022-05-18T04:53:09.4021170Z numpy pkgs/main/osx-64::numpy-1.18.5-py38h00fe2a6_0 2022-05-18T04:53:09.4021930Z numpy-base pkgs/main/osx-64::numpy-base-1.18.5-py38hc72aeb7_0 2022-05-18T04:53:09.4022480Z pycparser pkgs/main/noarch::pycparser-2.21-pyhd3eb1b0_0 2022-05-18T04:53:09.4023010Z pyyaml pkgs/main/osx-64::pyyaml-5.3.1-py38haf1e3a3_1 2022-05-18T04:53:09.4023540Z rhash pkgs/main/osx-64::rhash-1.4.1-hbcfaee0_1 2022-05-18T04:53:09.4024220Z typing_extensions pkgs/main/noarch::typing_extensions-4.1.1-pyh06a4308_0 2022-05-18T04:53:09.4024830Z yaml pkgs/main/osx-64::yaml-0.2.5-haf1e3a3_0 2022-05-18T04:53:09.4025350Z zstd pkgs/main/osx-64::zstd-1.4.9-h322a384_0 2022-05-18T04:53:09.4025550Z 2022-05-18T04:53:09.4025700Z The following packages will be DOWNGRADED: 2022-05-18T04:53:09.4025890Z 2022-05-18T04:53:09.4026360Z setuptools 61.2.0-py38hecd8cb5_0 --> 46.0.0-py38_0 2022-05-18T04:53:09.4026590Z 2022-05-18T04:53:09.4026600Z 2022-05-18T04:53:09.4026600Z 2022-05-18T04:53:09.4026740Z Downloading and Extracting Packages 2022-05-18T04:53:09.4026920Z 2022-05-18T04:53:09.4786720Z blas-1.0 | 45 KB | | 0% 2022-05-18T04:53:09.4789560Z blas-1.0 | 45 KB | ########## | 100% 2022-05-18T04:53:09.4794890Z blas-1.0 | 45 KB | ########## | 100% 2022-05-18T04:53:09.4795510Z 2022-05-18T04:53:09.5805260Z libuv-1.40.0 | 334 KB | | 0% 2022-05-18T04:53:09.8424260Z libuv-1.40.0 | 334 KB | ###8 | 38% 2022-05-18T04:53:09.8995250Z libuv-1.40.0 | 334 KB | #######6 | 77% 2022-05-18T04:53:09.9000770Z libuv-1.40.0 | 334 KB | ########## | 100% 2022-05-18T04:53:09.9000970Z 2022-05-18T04:53:10.0507180Z ninja-base-1.10.2 | 118 KB | | 0% 2022-05-18T04:53:10.1641330Z ninja-base-1.10.2 | 118 KB | #3 | 14% 2022-05-18T04:53:10.1648970Z ninja-base-1.10.2 | 118 KB | ########## | 100% 2022-05-18T04:53:10.1650020Z ninja-base-1.10.2 | 118 KB | ########## | 100% 2022-05-18T04:53:10.1650910Z 2022-05-18T04:53:10.2515010Z rhash-1.4.1 | 193 KB | | 0% 2022-05-18T04:53:10.2519860Z rhash-1.4.1 | 193 KB | ########## | 100% 2022-05-18T04:53:10.2520070Z 2022-05-18T04:53:10.4306660Z mkl-include-2021.2.0 | 464 KB | | 0% 2022-05-18T04:53:10.4307980Z mkl-include-2021.2.0 | 464 KB | ########## | 100% 2022-05-18T04:53:10.4308990Z mkl-include-2021.2.0 | 464 KB | ########## | 100% 2022-05-18T04:53:10.4309610Z 2022-05-18T04:53:10.5089830Z pycparser-2.21 | 94 KB | | 0% 2022-05-18T04:53:10.5094620Z pycparser-2.21 | 94 KB | ########## | 100% 2022-05-18T04:53:10.5094830Z 2022-05-18T04:53:10.6098380Z cmake-3.19.6 | 6.3 MB | | 0% 2022-05-18T04:53:12.0520520Z cmake-3.19.6 | 6.3 MB | ########9 | 90% 2022-05-18T04:53:12.0525460Z cmake-3.19.6 | 6.3 MB | ########## | 100% 2022-05-18T04:53:12.0525750Z 2022-05-18T04:53:12.1345760Z bzip2-1.0.8 | 75 KB | | 0% 2022-05-18T04:53:12.1352710Z bzip2-1.0.8 | 75 KB | ########## | 100% 2022-05-18T04:53:12.1365920Z 2022-05-18T04:53:12.1945640Z ninja-1.10.2 | 9 KB | | 0% 2022-05-18T04:53:12.1950010Z ninja-1.10.2 | 9 KB | ########## | 100% 2022-05-18T04:53:12.1950250Z 2022-05-18T04:53:12.3666150Z krb5-1.19.2 | 1.1 MB | | 0% 2022-05-18T04:53:12.3668270Z krb5-1.19.2 | 1.1 MB | ########## | 100% 2022-05-18T04:53:12.3669180Z krb5-1.19.2 | 1.1 MB | ########## | 100% 2022-05-18T04:53:12.3669890Z 2022-05-18T04:53:12.4312330Z numpy-1.18.5 | 5 KB | | 0% 2022-05-18T04:53:12.4317110Z numpy-1.18.5 | 5 KB | ########## | 100% 2022-05-18T04:53:12.4318850Z 2022-05-18T04:53:12.5465080Z c-ares-1.18.1 | 100 KB | | 0% 2022-05-18T04:53:12.5469480Z c-ares-1.18.1 | 100 KB | ########## | 100% 2022-05-18T04:53:12.5475500Z c-ares-1.18.1 | 100 KB | ########## | 100% 2022-05-18T04:53:12.5475750Z 2022-05-18T04:53:12.6957480Z libssh2-1.10.0 | 258 KB | | 0% 2022-05-18T04:53:12.6960190Z libssh2-1.10.0 | 258 KB | ########## | 100% 2022-05-18T04:53:12.6967420Z libssh2-1.10.0 | 258 KB | ########## | 100% 2022-05-18T04:53:12.6967620Z 2022-05-18T04:53:12.7831530Z pyyaml-5.3.1 | 168 KB | | 0% 2022-05-18T04:53:12.7836620Z pyyaml-5.3.1 | 168 KB | ########## | 100% 2022-05-18T04:53:12.7836850Z 2022-05-18T04:53:12.8840050Z mkl-2021.2.0 | 100.0 MB | | 0% 2022-05-18T04:53:12.9840600Z mkl-2021.2.0 | 100.0 MB | 6 | 6% 2022-05-18T04:53:13.0852540Z mkl-2021.2.0 | 100.0 MB | #4 | 15% 2022-05-18T04:53:13.1853510Z mkl-2021.2.0 | 100.0 MB | ##3 | 23% 2022-05-18T04:53:13.3762580Z mkl-2021.2.0 | 100.0 MB | ###1 | 31% 2022-05-18T04:53:13.4764370Z mkl-2021.2.0 | 100.0 MB | ###8 | 39% 2022-05-18T04:53:13.5765070Z mkl-2021.2.0 | 100.0 MB | ####6 | 47% 2022-05-18T04:53:13.6766760Z mkl-2021.2.0 | 100.0 MB | #####5 | 56% 2022-05-18T04:53:13.7766790Z mkl-2021.2.0 | 100.0 MB | ######5 | 65% 2022-05-18T04:53:13.8768200Z mkl-2021.2.0 | 100.0 MB | #######4 | 75% 2022-05-18T04:53:13.9768700Z mkl-2021.2.0 | 100.0 MB | ########4 | 85% 2022-05-18T04:53:19.2091450Z mkl-2021.2.0 | 100.0 MB | #########4 | 95% 2022-05-18T04:53:19.2096210Z mkl-2021.2.0 | 100.0 MB | ########## | 100% 2022-05-18T04:53:19.2096430Z 2022-05-18T04:53:19.3186240Z expat-2.4.4 | 123 KB | | 0% 2022-05-18T04:53:19.3189170Z expat-2.4.4 | 123 KB | ########## | 100% 2022-05-18T04:53:19.3194190Z expat-2.4.4 | 123 KB | ########## | 100% 2022-05-18T04:53:19.3194350Z 2022-05-18T04:53:19.4077650Z libcurl-7.82.0 | 314 KB | | 0% 2022-05-18T04:53:19.4080580Z libcurl-7.82.0 | 314 KB | ########## | 100% 2022-05-18T04:53:19.4081200Z 2022-05-18T04:53:19.4926450Z libedit-3.1.20210910 | 139 KB | | 0% 2022-05-18T04:53:19.4930720Z libedit-3.1.20210910 | 139 KB | ########## | 100% 2022-05-18T04:53:19.4931010Z 2022-05-18T04:53:20.1144160Z numpy-base-1.18.5 | 3.9 MB | | 0% 2022-05-18T04:53:20.1146850Z numpy-base-1.18.5 | 3.9 MB | ########## | 100% 2022-05-18T04:53:20.1151280Z numpy-base-1.18.5 | 3.9 MB | ########## | 100% 2022-05-18T04:53:20.1151830Z 2022-05-18T04:53:20.1810870Z yaml-0.2.5 | 72 KB | | 0% 2022-05-18T04:53:20.1815440Z yaml-0.2.5 | 72 KB | ########## | 100% 2022-05-18T04:53:20.1815690Z 2022-05-18T04:53:20.2878950Z libnghttp2-1.46.0 | 687 KB | | 0% 2022-05-18T04:53:20.2954350Z libnghttp2-1.46.0 | 687 KB | ########## | 100% 2022-05-18T04:53:20.2956790Z libnghttp2-1.46.0 | 687 KB | ########## | 100% 2022-05-18T04:53:20.2957240Z 2022-05-18T04:53:20.3592920Z libev-4.33 | 106 KB | | 0% 2022-05-18T04:53:20.3597500Z libev-4.33 | 106 KB | ########## | 100% 2022-05-18T04:53:20.3597720Z 2022-05-18T04:53:20.4209590Z dataclasses-0.8 | 8 KB | | 0% 2022-05-18T04:53:20.4213570Z dataclasses-0.8 | 8 KB | ########## | 100% 2022-05-18T04:53:20.4213950Z 2022-05-18T04:53:20.4845550Z typing_extensions-4. | 28 KB | | 0% 2022-05-18T04:53:20.4849290Z typing_extensions-4. | 28 KB | ########## | 100% 2022-05-18T04:53:20.4849500Z 2022-05-18T04:53:20.5949490Z intel-openmp-2021.4. | 961 KB | | 0% 2022-05-18T04:53:20.6049950Z intel-openmp-2021.4. | 961 KB | ########## | 100% 2022-05-18T04:53:20.6151500Z intel-openmp-2021.4. | 961 KB | ########## | 100% 2022-05-18T04:53:20.6251750Z 2022-05-18T04:53:20.6922620Z cffi-1.15.0 | 218 KB | | 0% 2022-05-18T04:53:20.6927220Z cffi-1.15.0 | 218 KB | ########## | 100% 2022-05-18T04:53:20.6927440Z 2022-05-18T04:53:20.8604010Z setuptools-46.0.0 | 522 KB | | 0% 2022-05-18T04:53:20.8606960Z setuptools-46.0.0 | 522 KB | ########## | 100% 2022-05-18T04:53:20.8612270Z setuptools-46.0.0 | 522 KB | ########## | 100% 2022-05-18T04:53:20.8612470Z 2022-05-18T04:53:21.3767160Z libopenblas-0.3.18 | 4.9 MB | | 0% 2022-05-18T04:53:21.3769950Z libopenblas-0.3.18 | 4.9 MB | ########## | 100% 2022-05-18T04:53:21.3774720Z libopenblas-0.3.18 | 4.9 MB | ########## | 100% 2022-05-18T04:53:21.3774920Z 2022-05-18T04:53:21.4719830Z zstd-1.4.9 | 476 KB | | 0% 2022-05-18T04:53:21.4723780Z zstd-1.4.9 | 476 KB | ########## | 100% 2022-05-18T04:53:21.4724020Z 2022-05-18T04:53:21.5541180Z lz4-c-1.9.3 | 140 KB | | 0% 2022-05-18T04:53:21.5544980Z lz4-c-1.9.3 | 140 KB | ########## | 100% 2022-05-18T04:53:21.5545160Z 2022-05-18T04:53:21.6379710Z libgfortran-3.0.1 | 426 KB | | 0% 2022-05-18T04:53:21.6382930Z libgfortran-3.0.1 | 426 KB | ########## | 100% 2022-05-18T04:53:21.8965510Z Preparing transaction: ...working... done 2022-05-18T04:53:23.7087270Z Verifying transaction: ...working... done 2022-05-18T04:53:28.1350500Z Executing transaction: ...working... done 2022-05-18T04:53:28.8905660Z ++ retry conda install -y -c conda-forge certifi wheel=0.36.2 2022-05-18T04:53:28.8920180Z ++ conda install -y -c conda-forge certifi wheel=0.36.2 2022-05-18T04:53:41.3624130Z Collecting package metadata (current_repodata.json): ...working... done 2022-05-18T04:53:41.3629180Z Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve. 2022-05-18T04:54:31.8782960Z Collecting package metadata (repodata.json): ...working... done 2022-05-18T04:54:47.8497740Z Solving environment: ...working... done 2022-05-18T04:54:47.9649840Z 2022-05-18T04:54:47.9650370Z ## Package Plan ## 2022-05-18T04:54:47.9650580Z 2022-05-18T04:54:47.9650730Z environment location: /usr/local/miniconda/envs/build 2022-05-18T04:54:47.9650910Z 2022-05-18T04:54:47.9651000Z added / updated specs: 2022-05-18T04:54:47.9651440Z - certifi 2022-05-18T04:54:47.9651710Z - wheel=0.36.2 2022-05-18T04:54:47.9651840Z 2022-05-18T04:54:47.9651840Z 2022-05-18T04:54:47.9651970Z The following packages will be downloaded: 2022-05-18T04:54:47.9652150Z 2022-05-18T04:54:47.9652250Z package | build 2022-05-18T04:54:47.9652610Z ---------------------------|----------------- 2022-05-18T04:54:47.9653030Z ca-certificates-2021.10.8 | h033912b_0 139 KB conda-forge 2022-05-18T04:54:47.9653470Z certifi-2021.10.8 | py38h50d1736_2 145 KB conda-forge 2022-05-18T04:54:47.9653890Z openssl-1.1.1o | hfe4f2af_0 1.9 MB conda-forge 2022-05-18T04:54:47.9654300Z python_abi-3.8 | 2_cp38 4 KB conda-forge 2022-05-18T04:54:47.9654710Z wheel-0.36.2 | pyhd3deb0d_0 31 KB conda-forge 2022-05-18T04:54:47.9655110Z ------------------------------------------------------------ 2022-05-18T04:54:47.9655400Z Total: 2.2 MB 2022-05-18T04:54:47.9655760Z 2022-05-18T04:54:47.9655910Z The following NEW packages will be INSTALLED: 2022-05-18T04:54:47.9656070Z 2022-05-18T04:54:47.9656460Z python_abi conda-forge/osx-64::python_abi-3.8-2_cp38 2022-05-18T04:54:47.9656640Z 2022-05-18T04:54:47.9656920Z The following packages will be SUPERSEDED by a higher-priority channel: 2022-05-18T04:54:47.9657130Z 2022-05-18T04:54:47.9657570Z ca-certificates pkgs/main::ca-certificates-2022.4.26-~ --> conda-forge::ca-certificates-2021.10.8-h033912b_0 2022-05-18T04:54:47.9658830Z certifi pkgs/main::certifi-2021.10.8-py38hecd~ --> conda-forge::certifi-2021.10.8-py38h50d1736_2 2022-05-18T04:54:47.9659420Z openssl pkgs/main::openssl-1.1.1o-hca72f7f_0 --> conda-forge::openssl-1.1.1o-hfe4f2af_0 2022-05-18T04:54:47.9659960Z wheel pkgs/main::wheel-0.37.1-pyhd3eb1b0_0 --> conda-forge::wheel-0.36.2-pyhd3deb0d_0 2022-05-18T04:54:47.9660180Z 2022-05-18T04:54:47.9660180Z 2022-05-18T04:54:47.9660190Z 2022-05-18T04:54:47.9660300Z Downloading and Extracting Packages 2022-05-18T04:54:47.9660450Z 2022-05-18T04:54:48.0940160Z wheel-0.36.2 | 31 KB | | 0% 2022-05-18T04:54:48.1186260Z wheel-0.36.2 | 31 KB | #####2 | 52% 2022-05-18T04:54:48.1189960Z wheel-0.36.2 | 31 KB | ########## | 100% 2022-05-18T04:54:48.1190130Z 2022-05-18T04:54:48.1866390Z ca-certificates-2021 | 139 KB | | 0% 2022-05-18T04:54:48.1869260Z ca-certificates-2021 | 139 KB | ########## | 100% 2022-05-18T04:54:48.1869450Z 2022-05-18T04:54:48.2566120Z certifi-2021.10.8 | 145 KB | | 0% 2022-05-18T04:54:48.2568340Z certifi-2021.10.8 | 145 KB | ########## | 100% 2022-05-18T04:54:48.2568510Z 2022-05-18T04:54:48.2971520Z python_abi-3.8 | 4 KB | | 0% 2022-05-18T04:54:48.2974880Z python_abi-3.8 | 4 KB | ########## | 100% 2022-05-18T04:54:48.2975470Z 2022-05-18T04:54:48.7159980Z openssl-1.1.1o | 1.9 MB | | 0% 2022-05-18T04:54:48.7161690Z openssl-1.1.1o | 1.9 MB | ########## | 100% 2022-05-18T04:54:48.7181340Z openssl-1.1.1o | 1.9 MB | ########## | 100% 2022-05-18T04:54:48.7374220Z Preparing transaction: ...working... done 2022-05-18T04:54:48.8412260Z Verifying transaction: ...working... done 2022-05-18T04:54:49.7641560Z Executing transaction: ...working... done 2022-05-18T04:54:55.3945650Z ++ retry conda install -y pillow 2022-05-18T04:54:55.3949180Z ++ conda install -y pillow 2022-05-18T04:54:57.1707810Z Collecting package metadata (current_repodata.json): ...working... done 2022-05-18T04:54:57.5960830Z Solving environment: ...working... done 2022-05-18T04:54:57.6784340Z 2022-05-18T04:54:57.6785150Z ## Package Plan ## 2022-05-18T04:54:57.6785700Z 2022-05-18T04:54:57.6786750Z environment location: /usr/local/miniconda/envs/build 2022-05-18T04:54:57.6787660Z 2022-05-18T04:54:57.6788260Z added / updated specs: 2022-05-18T04:54:57.6789550Z - pillow 2022-05-18T04:54:57.6790170Z 2022-05-18T04:54:57.6790430Z 2022-05-18T04:54:57.6790830Z The following packages will be downloaded: 2022-05-18T04:54:57.6791320Z 2022-05-18T04:54:57.6791710Z package | build 2022-05-18T04:54:57.6792420Z ---------------------------|----------------- 2022-05-18T04:54:57.6793200Z freetype-2.11.0 | hd8bbffd_0 589 KB 2022-05-18T04:54:57.6793960Z giflib-5.2.1 | haf1e3a3_0 70 KB 2022-05-18T04:54:57.6794730Z jpeg-9e | hca72f7f_0 225 KB 2022-05-18T04:54:57.6795750Z lcms2-2.12 | hf1fd2bf_0 284 KB 2022-05-18T04:54:57.6797060Z libpng-1.6.37 | ha441bb4_0 262 KB 2022-05-18T04:54:57.6797800Z libtiff-4.2.0 | h87d7836_0 462 KB 2022-05-18T04:54:57.6798550Z libwebp-1.2.2 | h56c3ce4_0 72 KB 2022-05-18T04:54:57.6799630Z libwebp-base-1.2.2 | hca72f7f_0 393 KB 2022-05-18T04:54:57.6800400Z pillow-9.0.1 | py38hde71d04_0 617 KB 2022-05-18T04:54:57.6801160Z ------------------------------------------------------------ 2022-05-18T04:54:57.6801800Z Total: 2.9 MB 2022-05-18T04:54:57.6802230Z 2022-05-18T04:54:57.6803330Z The following NEW packages will be INSTALLED: 2022-05-18T04:54:57.6804090Z 2022-05-18T04:54:57.6805660Z freetype pkgs/main/osx-64::freetype-2.11.0-hd8bbffd_0 2022-05-18T04:54:57.6807840Z giflib pkgs/main/osx-64::giflib-5.2.1-haf1e3a3_0 2022-05-18T04:54:57.6809240Z jpeg pkgs/main/osx-64::jpeg-9e-hca72f7f_0 2022-05-18T04:54:57.6810460Z lcms2 pkgs/main/osx-64::lcms2-2.12-hf1fd2bf_0 2022-05-18T04:54:57.6811390Z libpng pkgs/main/osx-64::libpng-1.6.37-ha441bb4_0 2022-05-18T04:54:57.6812260Z libtiff pkgs/main/osx-64::libtiff-4.2.0-h87d7836_0 2022-05-18T04:54:57.6813120Z libwebp pkgs/main/osx-64::libwebp-1.2.2-h56c3ce4_0 2022-05-18T04:54:57.6814480Z libwebp-base pkgs/main/osx-64::libwebp-base-1.2.2-hca72f7f_0 2022-05-18T04:54:57.6815410Z pillow pkgs/main/osx-64::pillow-9.0.1-py38hde71d04_0 2022-05-18T04:54:57.6815930Z 2022-05-18T04:54:57.6816330Z The following packages will be UPDATED: 2022-05-18T04:54:57.6819040Z 2022-05-18T04:54:57.6819890Z ca-certificates conda-forge::ca-certificates-2021.10.~ --> pkgs/main::ca-certificates-2022.4.26-hecd8cb5_0 2022-05-18T04:54:57.6820510Z 2022-05-18T04:54:57.6821110Z The following packages will be SUPERSEDED by a higher-priority channel: 2022-05-18T04:54:57.6821640Z 2022-05-18T04:54:57.6822360Z certifi conda-forge::certifi-2021.10.8-py38h5~ --> pkgs/main::certifi-2021.10.8-py38hecd8cb5_2 2022-05-18T04:54:57.6824010Z openssl conda-forge::openssl-1.1.1o-hfe4f2af_0 --> pkgs/main::openssl-1.1.1o-hca72f7f_0 2022-05-18T04:54:57.6824590Z 2022-05-18T04:54:57.6824870Z 2022-05-18T04:54:57.6825200Z 2022-05-18T04:54:57.6825700Z Downloading and Extracting Packages 2022-05-18T04:54:57.6826200Z 2022-05-18T04:54:57.8060700Z libwebp-base-1.2.2 | 393 KB | | 0% 2022-05-18T04:54:57.8847750Z libwebp-base-1.2.2 | 393 KB | ####4 | 45% 2022-05-18T04:54:57.8850300Z libwebp-base-1.2.2 | 393 KB | ########## | 100% 2022-05-18T04:54:57.8850470Z 2022-05-18T04:54:58.0172660Z freetype-2.11.0 | 589 KB | | 0% 2022-05-18T04:54:58.0175560Z freetype-2.11.0 | 589 KB | ########## | 100% 2022-05-18T04:54:58.0180540Z freetype-2.11.0 | 589 KB | ########## | 100% 2022-05-18T04:54:58.0182440Z 2022-05-18T04:54:58.1135840Z lcms2-2.12 | 284 KB | | 0% 2022-05-18T04:54:58.1139460Z lcms2-2.12 | 284 KB | ########## | 100% 2022-05-18T04:54:58.1139620Z 2022-05-18T04:54:58.2099410Z jpeg-9e | 225 KB | | 0% 2022-05-18T04:54:58.2103390Z jpeg-9e | 225 KB | ########## | 100% 2022-05-18T04:54:58.2103550Z 2022-05-18T04:54:58.2895930Z libwebp-1.2.2 | 72 KB | | 0% 2022-05-18T04:54:58.2900890Z libwebp-1.2.2 | 72 KB | ########## | 100% 2022-05-18T04:54:58.2901060Z 2022-05-18T04:54:58.3833650Z giflib-5.2.1 | 70 KB | | 0% 2022-05-18T04:54:58.3837970Z giflib-5.2.1 | 70 KB | ########## | 100% 2022-05-18T04:54:58.3838590Z 2022-05-18T04:54:58.4994710Z libtiff-4.2.0 | 462 KB | | 0% 2022-05-18T04:54:58.4997980Z libtiff-4.2.0 | 462 KB | ########## | 100% 2022-05-18T04:54:58.5002480Z libtiff-4.2.0 | 462 KB | ########## | 100% 2022-05-18T04:54:58.5002640Z 2022-05-18T04:54:58.6262840Z libpng-1.6.37 | 262 KB | | 0% 2022-05-18T04:54:58.6266550Z libpng-1.6.37 | 262 KB | ########## | 100% 2022-05-18T04:54:58.6271060Z libpng-1.6.37 | 262 KB | ########## | 100% 2022-05-18T04:54:58.6271470Z 2022-05-18T04:54:58.8134670Z pillow-9.0.1 | 617 KB | | 0% 2022-05-18T04:54:58.8138330Z pillow-9.0.1 | 617 KB | ########## | 100% 2022-05-18T04:54:58.8142930Z pillow-9.0.1 | 617 KB | ########## | 100% 2022-05-18T04:54:58.8576380Z Preparing transaction: ...working... done 2022-05-18T04:54:59.1512980Z Verifying transaction: ...working... done 2022-05-18T04:54:59.5647600Z Executing transaction: ...working... done 2022-05-18T04:54:59.9421460Z ++ retry conda install -y libuv pkg-config 2022-05-18T04:54:59.9523950Z ++ conda install -y libuv pkg-config 2022-05-18T04:55:01.4160610Z Collecting package metadata (current_repodata.json): ...working... done 2022-05-18T04:55:01.9918160Z Solving environment: ...working... done 2022-05-18T04:55:02.0870240Z 2022-05-18T04:55:02.0871040Z ## Package Plan ## 2022-05-18T04:55:02.0871590Z 2022-05-18T04:55:02.0872030Z environment location: /usr/local/miniconda/envs/build 2022-05-18T04:55:02.0872510Z 2022-05-18T04:55:02.0872880Z added / updated specs: 2022-05-18T04:55:02.0873660Z - libuv 2022-05-18T04:55:02.0874290Z - pkg-config 2022-05-18T04:55:02.0874750Z 2022-05-18T04:55:02.0875040Z 2022-05-18T04:55:02.0875450Z The following packages will be downloaded: 2022-05-18T04:55:02.0875910Z 2022-05-18T04:55:02.0876290Z package | build 2022-05-18T04:55:02.0876980Z ---------------------------|----------------- 2022-05-18T04:55:02.0877750Z libiconv-1.16 | hca72f7f_2 695 KB 2022-05-18T04:55:02.0878530Z pkg-config-0.29.2 | h3efe00b_8 228 KB 2022-05-18T04:55:02.0879300Z ------------------------------------------------------------ 2022-05-18T04:55:02.0879930Z Total: 922 KB 2022-05-18T04:55:02.0880370Z 2022-05-18T04:55:02.0880770Z The following NEW packages will be INSTALLED: 2022-05-18T04:55:02.0881220Z 2022-05-18T04:55:02.0881870Z libiconv pkgs/main/osx-64::libiconv-1.16-hca72f7f_2 2022-05-18T04:55:02.0882750Z pkg-config pkgs/main/osx-64::pkg-config-0.29.2-h3efe00b_8 2022-05-18T04:55:02.0883260Z 2022-05-18T04:55:02.0883490Z 2022-05-18T04:55:02.0884280Z 2022-05-18T04:55:02.0884770Z Downloading and Extracting Packages 2022-05-18T04:55:02.0885200Z 2022-05-18T04:55:02.5344340Z pkg-config-0.29.2 | 228 KB | | 0% 2022-05-18T04:55:02.6079080Z pkg-config-0.29.2 | 228 KB | 7 | 7% 2022-05-18T04:55:02.6082410Z pkg-config-0.29.2 | 228 KB | ########## | 100% 2022-05-18T04:55:02.6082630Z 2022-05-18T04:55:02.7166750Z libiconv-1.16 | 695 KB | | 0% 2022-05-18T04:55:02.7170680Z libiconv-1.16 | 695 KB | ########## | 100% 2022-05-18T04:55:02.7174890Z libiconv-1.16 | 695 KB | ########## | 100% 2022-05-18T04:55:02.7302700Z Preparing transaction: ...working... done 2022-05-18T04:55:02.7958270Z Verifying transaction: ...working... done 2022-05-18T04:55:02.8102150Z Executing transaction: ...working... done 2022-05-18T04:55:03.0486710Z ++ export MACOSX_DEPLOYMENT_TARGET=10.9 2022-05-18T04:55:03.0588220Z ++ MACOSX_DEPLOYMENT_TARGET=10.9 2022-05-18T04:55:03.0688620Z ++ export CXX=clang++ 2022-05-18T04:55:03.0724850Z ++ CXX=clang++ 2022-05-18T04:55:03.0726330Z ++ export CC=clang 2022-05-18T04:55:03.0726840Z ++ CC=clang 2022-05-18T04:55:03.0727590Z + conda install -y six 2022-05-18T04:55:04.9792050Z Collecting package metadata (current_repodata.json): ...working... done 2022-05-18T04:55:05.8198780Z Solving environment: ...working... done 2022-05-18T04:55:05.9652810Z 2022-05-18T04:55:05.9699360Z ## Package Plan ## 2022-05-18T04:55:05.9739880Z 2022-05-18T04:55:05.9840930Z environment location: /usr/local/miniconda/envs/build 2022-05-18T04:55:05.9940930Z 2022-05-18T04:55:06.0041580Z added / updated specs: 2022-05-18T04:55:06.0142590Z - six 2022-05-18T04:55:06.0242650Z 2022-05-18T04:55:06.0343350Z 2022-05-18T04:55:06.0444150Z The following packages will be downloaded: 2022-05-18T04:55:06.0501560Z 2022-05-18T04:55:06.0591820Z package | build 2022-05-18T04:55:06.0626240Z ---------------------------|----------------- 2022-05-18T04:55:06.0653010Z six-1.16.0 | pyhd3eb1b0_1 18 KB 2022-05-18T04:55:06.0704540Z ------------------------------------------------------------ 2022-05-18T04:55:06.0796510Z Total: 18 KB 2022-05-18T04:55:06.0831140Z 2022-05-18T04:55:06.0846750Z The following NEW packages will be INSTALLED: 2022-05-18T04:55:06.0910300Z 2022-05-18T04:55:06.0960770Z six pkgs/main/noarch::six-1.16.0-pyhd3eb1b0_1 2022-05-18T04:55:06.0966170Z 2022-05-18T04:55:06.0995480Z 2022-05-18T04:55:06.1096010Z 2022-05-18T04:55:06.1196890Z Downloading and Extracting Packages 2022-05-18T04:55:06.1297940Z 2022-05-18T04:55:07.3428580Z six-1.16.0 | 18 KB | | 0% 2022-05-18T04:55:07.3964860Z six-1.16.0 | 18 KB | ########6 | 87% 2022-05-18T04:55:07.3967970Z six-1.16.0 | 18 KB | ########## | 100% 2022-05-18T04:55:07.4015210Z Preparing transaction: ...working... done 2022-05-18T04:55:07.4312550Z Verifying transaction: ...working... done 2022-05-18T04:55:08.0814260Z Executing transaction: ...working... done 2022-05-18T04:55:08.2967210Z + pip install -q hypothesis expecttest==0.1.3 'librosa>=0.6.2' 'numba<=0.49.1' psutil scipy==1.6.3 2022-05-18T04:55:31.5331460Z + pip install 'unittest-xml-reporting<=3.2.0,>=2.0.0' pytest 2022-05-18T04:55:32.7449690Z Collecting unittest-xml-reporting<=3.2.0,>=2.0.0 2022-05-18T04:55:33.0966570Z Downloading unittest_xml_reporting-3.2.0-py2.py3-none-any.whl (20 kB) 2022-05-18T04:55:33.3370650Z Collecting pytest 2022-05-18T04:55:33.3509830Z Downloading pytest-7.1.2-py3-none-any.whl (297 kB) 2022-05-18T04:55:34.1322630Z Collecting lxml 2022-05-18T04:55:34.1532300Z Downloading lxml-4.8.0-cp38-cp38-macosx_10_14_x86_64.whl (4.5 MB) 2022-05-18T04:55:34.4734280Z Collecting tomli>=1.0.0 2022-05-18T04:55:34.4874330Z Downloading tomli-2.0.1-py3-none-any.whl (12 kB) 2022-05-18T04:55:34.5500210Z Collecting pluggy<2.0,>=0.12 2022-05-18T04:55:34.5637970Z Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2022-05-18T04:55:34.5930400Z Collecting iniconfig 2022-05-18T04:55:34.6074000Z Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB) 2022-05-18T04:55:34.6127660Z Requirement already satisfied: attrs>=19.2.0 in /usr/local/miniconda/envs/build/lib/python3.8/site-packages (from pytest) (21.4.0) 2022-05-18T04:55:34.6790660Z Collecting py>=1.8.2 2022-05-18T04:55:34.6932770Z Downloading py-1.11.0-py2.py3-none-any.whl (98 kB) 2022-05-18T04:55:34.7015480Z Requirement already satisfied: packaging in /usr/local/miniconda/envs/build/lib/python3.8/site-packages (from pytest) (21.3) 2022-05-18T04:55:34.7723130Z Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/miniconda/envs/build/lib/python3.8/site-packages (from packaging->pytest) (3.0.9) 2022-05-18T04:55:35.0941790Z Installing collected packages: tomli, py, pluggy, lxml, iniconfig, unittest-xml-reporting, pytest 2022-05-18T04:55:35.8672940Z Successfully installed iniconfig-1.1.1 lxml-4.8.0 pluggy-1.0.0 py-1.11.0 pytest-7.1.2 tomli-2.0.1 unittest-xml-reporting-3.2.0 2022-05-18T04:55:36.1374840Z + '[' -z 1 ']' 2022-05-18T04:55:36.1375830Z + export CMAKE_PREFIX_PATH=/miniconda3/ 2022-05-18T04:55:36.1377050Z + CMAKE_PREFIX_PATH=/miniconda3/ 2022-05-18T04:55:36.1377920Z ~/work/pytorch/pytorch/test ~/work/pytorch/pytorch 2022-05-18T04:55:36.1378380Z + '[' -z 1 ']' 2022-05-18T04:55:36.1378690Z + '[' -z 1 ']' 2022-05-18T04:55:36.1378880Z + pushd test 2022-05-18T04:55:36.1387430Z ++ python -c 'import torch; print(int(torch.backends.openmp.is_available()))' 2022-05-18T04:55:50.2649740Z + [[ ! 1 == \1 ]] 2022-05-18T04:55:50.2650020Z + popd 2022-05-18T04:55:50.2650720Z ~/work/pytorch/pytorch 2022-05-18T04:55:50.2655910Z + [[ 2 -gt 1 ]] 2022-05-18T04:55:50.2656130Z + test_python_shard 1 2022-05-18T04:55:50.2656410Z + [[ -z 2 ]] 2022-05-18T04:55:50.2656620Z + setup_test_python 2022-05-18T04:55:50.2656850Z + export GLOO_SOCKET_IFNAME=lo0 2022-05-18T04:55:50.2657080Z + GLOO_SOCKET_IFNAME=lo0 2022-05-18T04:55:50.2666630Z ++ ninja --version 2022-05-18T04:55:50.4868530Z + echo 'Ninja version: 1.10.2' 2022-05-18T04:55:50.4868810Z Ninja version: 1.10.2 2022-05-18T04:55:50.4897460Z + ulimit -n 1024 2022-05-18T04:55:50.4913390Z + python test/run_test.py --verbose --exclude-jit-executor --shard 1 2 2022-05-18T04:55:57.8426610Z Selected tests: 2022-05-18T04:55:57.8427530Z Ignoring disabled issues: [] 2022-05-18T04:55:57.8427850Z benchmark_utils/test_benchmark_utils 2022-05-18T04:55:57.8428220Z distributed/_shard/checkpoint/test_file_system_checkpoint 2022-05-18T04:55:57.8428540Z distributed/_shard/sharded_tensor/ops/test_binary_cmp 2022-05-18T04:55:57.8428910Z distributed/_shard/sharded_tensor/ops/test_elementwise_ops 2022-05-18T04:55:57.8429230Z distributed/_shard/sharded_tensor/ops/test_embedding_bag 2022-05-18T04:55:57.8429510Z distributed/_shard/sharded_tensor/ops/test_linear 2022-05-18T04:55:57.8429810Z distributed/_shard/sharded_tensor/ops/test_matrix_ops 2022-05-18T04:55:57.8430110Z distributed/_shard/sharded_tensor/ops/test_tensor_ops 2022-05-18T04:55:57.8430400Z distributed/_shard/sharded_tensor/test_sharded_tensor 2022-05-18T04:55:57.8430690Z distributed/_shard/sharding_plan/test_sharding_plan 2022-05-18T04:55:57.8431040Z distributed/_shard/test_partial_tensor 2022-05-18T04:55:57.8431300Z distributed/_shard/test_sharder 2022-05-18T04:55:57.8431550Z distributed/elastic/events/lib_test 2022-05-18T04:55:57.8431820Z distributed/elastic/multiprocessing/api_test 2022-05-18T04:55:57.8432100Z distributed/elastic/timer/local_timer_example 2022-05-18T04:55:57.8432370Z distributed/elastic/utils/distributed_test 2022-05-18T04:55:57.8432630Z distributed/elastic/utils/util_test 2022-05-18T04:55:57.8432890Z distributed/fsdp/test_flatten_params_wrapper 2022-05-18T04:55:57.8433150Z distributed/fsdp/test_fsdp_checkpoint 2022-05-18T04:55:57.8433400Z distributed/fsdp/test_fsdp_comm 2022-05-18T04:55:57.8433640Z distributed/fsdp/test_fsdp_exec_order 2022-05-18T04:55:57.8433890Z distributed/fsdp/test_fsdp_grad_acc 2022-05-18T04:55:57.8434630Z distributed/fsdp/test_fsdp_input 2022-05-18T04:55:57.8434930Z distributed/fsdp/test_fsdp_meta 2022-05-18T04:55:57.8435180Z distributed/fsdp/test_fsdp_mixed_precision 2022-05-18T04:55:57.8435530Z distributed/fsdp/test_fsdp_multiple_wrapping 2022-05-18T04:55:57.8435790Z distributed/fsdp/test_fsdp_overlap 2022-05-18T04:55:57.8436180Z distributed/fsdp/test_fsdp_sharded_grad_scaler 2022-05-18T04:55:57.8436460Z distributed/fsdp/test_fsdp_summon_full_params 2022-05-18T04:55:57.8436780Z distributed/fsdp/test_fsdp_uneven 2022-05-18T04:55:57.8437070Z distributed/fsdp/test_utils 2022-05-18T04:55:57.8437360Z distributed/nn/jit/test_instantiator 2022-05-18T04:55:57.8437630Z distributed/pipeline/sync/skip/test_api 2022-05-18T04:55:57.8437930Z distributed/pipeline/sync/skip/test_inspect_skip_layout 2022-05-18T04:55:57.8438260Z distributed/pipeline/sync/skip/test_portal 2022-05-18T04:55:57.8438540Z distributed/pipeline/sync/skip/test_tracker 2022-05-18T04:55:57.8438810Z distributed/pipeline/sync/test_balance 2022-05-18T04:55:57.8439080Z distributed/pipeline/sync/test_checkpoint 2022-05-18T04:55:57.8439360Z distributed/pipeline/sync/test_deferred_batch_norm 2022-05-18T04:55:57.8439700Z distributed/pipeline/sync/test_inplace 2022-05-18T04:55:57.8439950Z distributed/pipeline/sync/test_phony 2022-05-18T04:55:57.8440210Z distributed/pipeline/sync/test_pipeline 2022-05-18T04:55:57.8440490Z distributed/pipeline/sync/test_transparency 2022-05-18T04:55:57.8440770Z distributed/rpc/cuda/test_tensorpipe_agent 2022-05-18T04:55:57.8441030Z distributed/rpc/test_tensorpipe_agent 2022-05-18T04:55:57.8441260Z distributed/test_c10d_gloo 2022-05-18T04:55:57.8441500Z distributed/test_c10d_spawn_gloo 2022-05-18T04:55:57.8441730Z distributed/test_data_parallel 2022-05-18T04:55:57.8442090Z distributed/test_launcher 2022-05-18T04:55:57.8442370Z distributed/test_pg_wrapper 2022-05-18T04:55:57.8442600Z distributions/test_constraints 2022-05-18T04:55:57.8442800Z lazy/test_bindings 2022-05-18T04:55:57.8443000Z lazy/test_reuse_ir 2022-05-18T04:55:57.8443250Z test_ao_sparsity 2022-05-18T04:55:57.8443460Z test_autograd 2022-05-18T04:55:57.8443710Z test_bundled_inputs 2022-05-18T04:55:57.8443900Z test_cpp_api_parity 2022-05-18T04:55:57.8444120Z test_cpp_extensions_aot_no_ninja 2022-05-18T04:55:57.8444330Z test_cuda 2022-05-18T04:55:57.8444880Z test_dataloader 2022-05-18T04:55:57.8445140Z test_decomp 2022-05-18T04:55:57.8445310Z test_deploy 2022-05-18T04:55:57.8445510Z test_expanded_weights 2022-05-18T04:55:57.8445710Z test_function_schema 2022-05-18T04:55:57.8445920Z test_functional_optim 2022-05-18T04:55:57.8446120Z test_futures 2022-05-18T04:55:57.8446310Z test_fx_experimental 2022-05-18T04:55:57.8446500Z test_import_stats 2022-05-18T04:55:57.8446740Z test_jit 2022-05-18T04:55:57.8446960Z test_jit_cuda_fuser 2022-05-18T04:55:57.8447150Z test_jit_fuser_te 2022-05-18T04:55:57.8447340Z test_jiterator 2022-05-18T04:55:57.8447510Z test_linalg 2022-05-18T04:55:57.8447690Z test_masked 2022-05-18T04:55:57.8447870Z test_mkldnn 2022-05-18T04:55:57.8448060Z test_model_dump 2022-05-18T04:55:57.8448240Z test_modules 2022-05-18T04:55:57.8448420Z test_mps 2022-05-18T04:55:57.8448620Z test_multiprocessing_spawn 2022-05-18T04:55:57.8448840Z test_namedtuple_return_api 2022-05-18T04:55:57.8449040Z test_native_mha 2022-05-18T04:55:57.8449230Z test_nn 2022-05-18T04:55:57.8450080Z test_numpy_interop 2022-05-18T04:55:57.8450270Z test_ops 2022-05-18T04:55:57.8450440Z test_ops_jit 2022-05-18T04:55:57.8450620Z test_overrides 2022-05-18T04:55:57.8450820Z test_per_overload_api 2022-05-18T04:55:57.8451010Z test_profiler 2022-05-18T04:55:57.8451210Z test_public_bindings 2022-05-18T04:55:57.8451400Z test_pytree 2022-05-18T04:55:57.8451570Z test_reductions 2022-05-18T04:55:57.8451770Z test_serialization 2022-05-18T04:55:57.8451960Z test_shape_ops 2022-05-18T04:55:57.8452150Z test_sort_and_select 2022-05-18T04:55:57.8452350Z test_sparse_csr 2022-05-18T04:55:57.8452530Z test_stateless 2022-05-18T04:55:57.8453170Z test_tensor_creation_ops 2022-05-18T04:55:57.8453430Z test_tensorexpr 2022-05-18T04:55:57.8453620Z test_testing 2022-05-18T04:55:57.8453810Z test_type_hints 2022-05-18T04:55:57.8454000Z test_type_promotion 2022-05-18T04:55:57.8454270Z test_utils 2022-05-18T04:55:57.8454460Z test_vmap 2022-05-18T04:55:57.8454660Z test_xnnpack_integration 2022-05-18T04:55:57.8455340Z Running benchmark_utils/test_benchmark_utils ... [2022-05-18 04:55:57.842264] 2022-05-18T04:55:57.8456180Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'benchmark_utils/test_benchmark_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:55:57.842387] 2022-05-18T04:55:57.8456680Z Uh oh, boto3 is not found. Either it is not installed or we failed to import s3_stat_parser. 2022-05-18T04:55:57.8457060Z If not installed, please install boto3 for automatic sharding and test categorization. 2022-05-18T04:55:57.8457410Z Gathered no reports from S3. Please proceed without them. 2022-05-18T04:55:57.8457860Z Exporting S3 test stats to .pytorch-test-times.json. 2022-05-18T04:55:57.8458190Z Gathered no stats from S3. Proceeding with default sharding plan. 2022-05-18T04:55:57.8458480Z Prioritized test from test file changes. 2022-05-18T04:55:57.8458730Z reordering tests for PR: 2022-05-18T04:55:57.8458930Z prioritized: [] 2022-05-18T04:55:57.8465860Z the rest: ['benchmark_utils/test_benchmark_utils', 'distributed/_shard/checkpoint/test_file_system_checkpoint', 'distributed/_shard/sharded_tensor/ops/test_binary_cmp', 'distributed/_shard/sharded_tensor/ops/test_elementwise_ops', 'distributed/_shard/sharded_tensor/ops/test_embedding_bag', 'distributed/_shard/sharded_tensor/ops/test_linear', 'distributed/_shard/sharded_tensor/ops/test_matrix_ops', 'distributed/_shard/sharded_tensor/ops/test_tensor_ops', 'distributed/_shard/sharded_tensor/test_sharded_tensor', 'distributed/_shard/sharding_plan/test_sharding_plan', 'distributed/_shard/test_partial_tensor', 'distributed/_shard/test_sharder', 'distributed/elastic/events/lib_test', 'distributed/elastic/multiprocessing/api_test', 'distributed/elastic/timer/local_timer_example', 'distributed/elastic/utils/distributed_test', 'distributed/elastic/utils/util_test', 'distributed/fsdp/test_flatten_params_wrapper', 'distributed/fsdp/test_fsdp_checkpoint', 'distributed/fsdp/test_fsdp_comm', 'distributed/fsdp/test_fsdp_exec_order', 'distributed/fsdp/test_fsdp_grad_acc', 'distributed/fsdp/test_fsdp_input', 'distributed/fsdp/test_fsdp_meta', 'distributed/fsdp/test_fsdp_mixed_precision', 'distributed/fsdp/test_fsdp_multiple_wrapping', 'distributed/fsdp/test_fsdp_overlap', 'distributed/fsdp/test_fsdp_sharded_grad_scaler', 'distributed/fsdp/test_fsdp_summon_full_params', 'distributed/fsdp/test_fsdp_uneven', 'distributed/fsdp/test_utils', 'distributed/nn/jit/test_instantiator', 'distributed/pipeline/sync/skip/test_api', 'distributed/pipeline/sync/skip/test_inspect_skip_layout', 'distributed/pipeline/sync/skip/test_portal', 'distributed/pipeline/sync/skip/test_tracker', 'distributed/pipeline/sync/test_balance', 'distributed/pipeline/sync/test_checkpoint', 'distributed/pipeline/sync/test_deferred_batch_norm', 'distributed/pipeline/sync/test_inplace', 'distributed/pipeline/sync/test_phony', 'distributed/pipeline/sync/test_pipeline', 'distributed/pipeline/sync/test_transparency', 'distributed/rpc/cuda/test_tensorpipe_agent', 'distributed/rpc/test_tensorpipe_agent', 'distributed/test_c10d_gloo', 'distributed/test_c10d_spawn_gloo', 'distributed/test_data_parallel', 'distributed/test_launcher', 'distributed/test_pg_wrapper', 'distributions/test_constraints', 'lazy/test_bindings', 'lazy/test_reuse_ir', 'test_ao_sparsity', 'test_autograd', 'test_bundled_inputs', 'test_cpp_api_parity', 'test_cpp_extensions_aot_no_ninja', 'test_cuda', 'test_dataloader', 'test_decomp', 'test_deploy', 'test_expanded_weights', 'test_function_schema', 'test_functional_optim', 'test_futures', 'test_fx_experimental', 'test_import_stats', 'test_jit', 'test_jit_cuda_fuser', 'test_jit_fuser_te', 'test_jiterator', 'test_linalg', 'test_masked', 'test_mkldnn', 'test_model_dump', 'test_modules', 'test_mps', 'test_multiprocessing_spawn', 'test_namedtuple_return_api', 'test_native_mha', 'test_nn', 'test_numpy_interop', 'test_ops', 'test_ops_jit', 'test_overrides', 'test_per_overload_api', 'test_profiler', 'test_public_bindings', 'test_pytree', 'test_reductions', 'test_serialization', 'test_shape_ops', 'test_sort_and_select', 'test_sparse_csr', 'test_stateless', 'test_tensor_creation_ops', 'test_tensorexpr', 'test_testing', 'test_type_hints', 'test_type_promotion', 'test_utils', 'test_vmap', 'test_xnnpack_integration'] 2022-05-18T04:55:57.8470240Z 2022-05-18T04:55:59.7316400Z 2022-05-18T04:55:59.7317190Z Test results will be stored in test-reports/python-unittest/benchmark_utils.test_benchmark_utils 2022-05-18T04:55:59.7318000Z Running tests... 2022-05-18T04:55:59.7318800Z ---------------------------------------------------------------------- 2022-05-18T04:56:01.9823470Z test_adaptive_timer (__main__.TestBenchmarkUtils) ... ok (2.250s) 2022-05-18T04:56:01.9861360Z test_collect_callgrind (__main__.TestBenchmarkUtils) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T04:56:01.9881120Z test_collect_cpp_callgrind (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.002s) 2022-05-18T04:56:02.1748980Z test_compare (__main__.TestBenchmarkUtils) ... ok (0.187s) 2022-05-18T04:56:02.1758020Z test_cpp_timer (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-05-18T04:56:02.1806160Z test_fuzzer (__main__.TestBenchmarkUtils) ... ok (0.005s) 2022-05-18T04:56:02.2441670Z test_manipulate_callgrind_stats (__main__.TestBenchmarkUtils) ... ok (0.063s) 2022-05-18T04:56:02.2877080Z test_timer (__main__.TestBenchmarkUtils) ... ok (0.043s) 2022-05-18T04:56:02.2885170Z test_timer_tiny_fast_snippet (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-05-18T04:56:02.2982160Z 2022-05-18T04:56:02.2984390Z ---------------------------------------------------------------------- 2022-05-18T04:56:02.2984780Z Ran 9 tests in 2.557s 2022-05-18T04:56:02.2987220Z 2022-05-18T04:56:02.2987750Z OK (skipped=4) 2022-05-18T04:56:02.2988170Z 2022-05-18T04:56:02.2988520Z Generating XML reports... 2022-05-18T04:56:02.2989550Z Generated XML report: test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20220518045559.xml 2022-05-18T04:56:02.6269640Z Running distributed/_shard/checkpoint/test_file_system_checkpoint ... [2022-05-18 04:56:02.626423] 2022-05-18T04:56:02.6343080Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/_shard/checkpoint/test_file_system_checkpoint.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:56:02.626531] 2022-05-18T04:56:03.9709790Z 2022-05-18T04:56:03.9710580Z Test results will be stored in test-reports/python-unittest/distributed._shard.checkpoint.test_file_system_checkpoint 2022-05-18T04:56:03.9745490Z Running tests... 2022-05-18T04:56:03.9746420Z ---------------------------------------------------------------------- 2022-05-18T04:56:03.9747220Z test_load_rowwise_to_colwise (__main__.TestDistributedReshardOnLoad) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:03.9778550Z test_load_with_different_shard_plan (__main__.TestDistributedReshardOnLoad) ... skip: c10d was not compiled with the NCCL backend (0.004s) 2022-05-18T04:56:03.9791130Z test_save_load_bytes (__main__.TestDistributedReshardOnLoad) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:04.4632990Z test_read_write_only_tensor (__main__.TestDistributedStateDictSaveLoad) ... ok (0.484s) 2022-05-18T04:56:04.4653520Z test_read_write_shard_tensor (__main__.TestDistributedStateDictSaveLoadWithSharedTensor) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:04.4725510Z 2022-05-18T04:56:04.4726460Z ---------------------------------------------------------------------- 2022-05-18T04:56:04.4732500Z Ran 5 tests in 0.494s 2022-05-18T04:56:04.4733130Z 2022-05-18T04:56:04.4735210Z OK (skipped=4) 2022-05-18T04:56:04.4736190Z 2022-05-18T04:56:04.4736580Z Generating XML reports... 2022-05-18T04:56:04.4737590Z Generated XML report: test-reports/python-unittest/distributed._shard.checkpoint.test_file_system_checkpoint/TEST-TestDistributedStateDictSaveLoad-20220518045603.xml 2022-05-18T04:56:04.4740360Z Generated XML report: test-reports/python-unittest/distributed._shard.checkpoint.test_file_system_checkpoint/TEST-TestDistributedReshardOnLoad-20220518045603.xml 2022-05-18T04:56:04.4741600Z Generated XML report: test-reports/python-unittest/distributed._shard.checkpoint.test_file_system_checkpoint/TEST-TestDistributedStateDictSaveLoadWithSharedTensor-20220518045603.xml 2022-05-18T04:56:04.7362740Z Running distributed/_shard/sharded_tensor/ops/test_binary_cmp ... [2022-05-18 04:56:04.735410] 2022-05-18T04:56:04.7464780Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/_shard/sharded_tensor/ops/test_binary_cmp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:56:04.735517] 2022-05-18T04:56:06.1136020Z 2022-05-18T04:56:06.1136830Z Test results will be stored in test-reports/python-unittest/distributed._shard.sharded_tensor.ops.test_binary_cmp 2022-05-18T04:56:06.1137320Z Running tests... 2022-05-18T04:56:06.1137750Z ---------------------------------------------------------------------- 2022-05-18T04:56:06.1150710Z test_torch_allclose (__main__.TestShardedTensorBinaryOps) 2022-05-18T04:56:06.1151320Z Test torch.allclose(ShardedTensor, ShardedTensor) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:06.1156360Z test_torch_allclose_tensor_specs (__main__.TestShardedTensorBinaryOps) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T04:56:06.1162920Z test_torch_equal (__main__.TestShardedTensorBinaryOps) 2022-05-18T04:56:06.1163790Z Test torch.equal(ShardedTensor, ShardedTensor) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:06.1168780Z test_torch_equal_tensor_specs (__main__.TestShardedTensorBinaryOps) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T04:56:06.1238160Z 2022-05-18T04:56:06.1238900Z ---------------------------------------------------------------------- 2022-05-18T04:56:06.1239720Z Ran 4 tests in 0.003s 2022-05-18T04:56:06.1239860Z 2022-05-18T04:56:06.1240140Z OK (skipped=4) 2022-05-18T04:56:06.1240280Z 2022-05-18T04:56:06.1242170Z Generating XML reports... 2022-05-18T04:56:06.1243300Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_tensor.ops.test_binary_cmp/TEST-TestShardedTensorBinaryOps-20220518045606.xml 2022-05-18T04:56:06.2990100Z Running distributed/_shard/sharded_tensor/ops/test_elementwise_ops ... [2022-05-18 04:56:06.296785] 2022-05-18T04:56:06.3000560Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/_shard/sharded_tensor/ops/test_elementwise_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:56:06.296928] 2022-05-18T04:56:07.7080820Z 2022-05-18T04:56:07.7081790Z Test results will be stored in test-reports/python-unittest/distributed._shard.sharded_tensor.ops.test_elementwise_ops 2022-05-18T04:56:07.7082720Z Running tests... 2022-05-18T04:56:07.7083600Z ---------------------------------------------------------------------- 2022-05-18T04:56:07.7096020Z test_sharded_dropout (__main__.TestShardedTensorElementWiseOps) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:07.7107610Z test_sharded_gelu (__main__.TestShardedTensorElementWiseOps) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:07.7119000Z test_sharded_relu (__main__.TestShardedTensorElementWiseOps) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:07.7183450Z 2022-05-18T04:56:07.7184200Z ---------------------------------------------------------------------- 2022-05-18T04:56:07.7185050Z Ran 3 tests in 0.004s 2022-05-18T04:56:07.7185240Z 2022-05-18T04:56:07.7185330Z OK (skipped=3) 2022-05-18T04:56:07.7185450Z 2022-05-18T04:56:07.7185540Z Generating XML reports... 2022-05-18T04:56:07.7186360Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_tensor.ops.test_elementwise_ops/TEST-TestShardedTensorElementWiseOps-20220518045607.xml 2022-05-18T04:56:07.9674810Z Running distributed/_shard/sharded_tensor/ops/test_embedding_bag ... [2022-05-18 04:56:07.967067] 2022-05-18T04:56:07.9682200Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/_shard/sharded_tensor/ops/test_embedding_bag.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:56:07.967233] 2022-05-18T04:56:09.2716170Z 2022-05-18T04:56:09.2716950Z Test results will be stored in test-reports/python-unittest/distributed._shard.sharded_tensor.ops.test_embedding_bag 2022-05-18T04:56:09.2717330Z Running tests... 2022-05-18T04:56:09.2717750Z ---------------------------------------------------------------------- 2022-05-18T04:56:09.2722570Z test_sharded_embedding_bag_colwise (__main__.TestShardedEmbeddingBag) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:09.2728430Z test_sharded_embedding_bag_rowwise (__main__.TestShardedEmbeddingBag) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:09.2790180Z 2022-05-18T04:56:09.2791470Z ---------------------------------------------------------------------- 2022-05-18T04:56:09.2792040Z Ran 2 tests in 0.001s 2022-05-18T04:56:09.2792580Z 2022-05-18T04:56:09.2792680Z OK (skipped=2) 2022-05-18T04:56:09.4699730Z 2022-05-18T04:56:09.4700100Z Generating XML reports... 2022-05-18T04:56:09.4700980Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_tensor.ops.test_embedding_bag/TEST-TestShardedEmbeddingBag-20220518045609.xml 2022-05-18T04:56:09.4701620Z Running distributed/_shard/sharded_tensor/ops/test_linear ... [2022-05-18 04:56:09.469131] 2022-05-18T04:56:09.4704060Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/_shard/sharded_tensor/ops/test_linear.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:56:09.469255] 2022-05-18T04:56:10.7540480Z 2022-05-18T04:56:10.7541530Z Test results will be stored in test-reports/python-unittest/distributed._shard.sharded_tensor.ops.test_linear 2022-05-18T04:56:10.7542890Z Running tests... 2022-05-18T04:56:10.7544430Z ---------------------------------------------------------------------- 2022-05-18T04:56:10.7566190Z test_sharded_linear_colwise (__main__.TestShardedTensorOpsLinear) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:10.7623060Z test_sharded_linear_errors (__main__.TestShardedTensorOpsLinear) ... skip: c10d was not compiled with the NCCL backend (0.005s) 2022-05-18T04:56:10.7641660Z test_sharded_linear_rowwise (__main__.TestShardedTensorOpsLinear) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:10.7709210Z 2022-05-18T04:56:10.7710040Z ---------------------------------------------------------------------- 2022-05-18T04:56:10.7710600Z Ran 3 tests in 0.010s 2022-05-18T04:56:10.7710740Z 2022-05-18T04:56:10.7710830Z OK (skipped=3) 2022-05-18T04:56:10.7711000Z 2022-05-18T04:56:10.7711110Z Generating XML reports... 2022-05-18T04:56:10.7711780Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_tensor.ops.test_linear/TEST-TestShardedTensorOpsLinear-20220518045610.xml 2022-05-18T04:56:10.9483740Z Running distributed/_shard/sharded_tensor/ops/test_matrix_ops ... [2022-05-18 04:56:10.948015] 2022-05-18T04:56:10.9584170Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/_shard/sharded_tensor/ops/test_matrix_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:56:10.948135] 2022-05-18T04:56:12.2225340Z 2022-05-18T04:56:12.2226710Z Test results will be stored in test-reports/python-unittest/distributed._shard.sharded_tensor.ops.test_matrix_ops 2022-05-18T04:56:12.2283690Z Running tests... 2022-05-18T04:56:12.2286110Z ---------------------------------------------------------------------- 2022-05-18T04:56:12.2287580Z test_sharded_tensor_contiguous (__main__.TestShardedTensorMatrixOps) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:12.2290490Z test_sharded_tensor_layer_norm (__main__.TestShardedTensorMatrixOps) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:12.2293160Z test_sharded_tensor_layer_norm_error (__main__.TestShardedTensorMatrixOps) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:12.2294090Z test_sharded_tensor_masked_fill (__main__.TestShardedTensorMatrixOps) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:12.2299160Z test_sharded_tensor_masked_fill_error (__main__.TestShardedTensorMatrixOps) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:12.2314030Z test_sharded_tensor_softmax (__main__.TestShardedTensorMatrixOps) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:12.2335280Z test_sharded_tensor_transpose (__main__.TestShardedTensorMatrixOps) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:12.2343850Z test_sharded_tensor_transpose_error (__main__.TestShardedTensorMatrixOps) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:12.2361430Z test_sharded_tensor_type_as (__main__.TestShardedTensorMatrixOps) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:12.2378160Z test_sharded_tensor_view (__main__.TestShardedTensorMatrixOps) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:12.2393810Z test_sharded_tensor_view_error (__main__.TestShardedTensorMatrixOps) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:12.2486670Z 2022-05-18T04:56:12.2487870Z ---------------------------------------------------------------------- 2022-05-18T04:56:12.2488980Z Ran 11 tests in 0.017s 2022-05-18T04:56:12.2490170Z 2022-05-18T04:56:12.2490480Z OK (skipped=11) 2022-05-18T04:56:12.2490650Z 2022-05-18T04:56:12.2490740Z Generating XML reports... 2022-05-18T04:56:12.2491500Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_tensor.ops.test_matrix_ops/TEST-TestShardedTensorMatrixOps-20220518045612.xml 2022-05-18T04:56:12.4507680Z Running distributed/_shard/sharded_tensor/ops/test_tensor_ops ... [2022-05-18 04:56:12.450421] 2022-05-18T04:56:12.4514100Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/_shard/sharded_tensor/ops/test_tensor_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:56:12.450540] 2022-05-18T04:56:13.8072070Z 2022-05-18T04:56:13.8072910Z Test results will be stored in test-reports/python-unittest/distributed._shard.sharded_tensor.ops.test_tensor_ops 2022-05-18T04:56:13.8174250Z Running tests... 2022-05-18T04:56:13.8275870Z ---------------------------------------------------------------------- 2022-05-18T04:56:13.8365310Z test_clone (__main__.TestTensorOps) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:13.8366210Z test_deep_copy (__main__.TestTensorOps) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:13.8366930Z test_detach (__main__.TestTensorOps) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:13.8367610Z test_set_requires_grad (__main__.TestTensorOps) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:13.8368100Z 2022-05-18T04:56:13.8368750Z ---------------------------------------------------------------------- 2022-05-18T04:56:13.8369310Z Ran 4 tests in 0.007s 2022-05-18T04:56:13.8369690Z 2022-05-18T04:56:13.8369980Z OK (skipped=4) 2022-05-18T04:56:13.8370340Z 2022-05-18T04:56:13.8370650Z Generating XML reports... 2022-05-18T04:56:13.8372290Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_tensor.ops.test_tensor_ops/TEST-TestTensorOps-20220518045613.xml 2022-05-18T04:56:13.9945010Z Running distributed/_shard/sharded_tensor/test_sharded_tensor ... [2022-05-18 04:56:13.994159] 2022-05-18T04:56:13.9951450Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/_shard/sharded_tensor/test_sharded_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:56:13.994276] 2022-05-18T04:56:15.3818390Z 2022-05-18T04:56:15.3822430Z Test results will be stored in test-reports/python-unittest/distributed._shard.sharded_tensor.test_sharded_tensor 2022-05-18T04:56:15.3831760Z Running tests... 2022-05-18T04:56:15.3834560Z ---------------------------------------------------------------------- 2022-05-18T04:56:15.3839110Z test_empty (__main__.TestCreateTensorFromParams) ... skip: CUDA GPU is needed (0.002s) 2022-05-18T04:56:15.3851570Z test_local_tensor (__main__.TestLocalTensor) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:15.3869030Z test_local_tensor_error (__main__.TestLocalTensor) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:15.3881540Z test_collect_local_shard (__main__.TestModuleHookApi) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:15.3931270Z test_reshard_output (__main__.TestModuleHookApi) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:15.3932270Z test_shard_parameter (__main__.TestShardParameter) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:15.3949010Z test_shard_parameter_errors (__main__.TestShardParameter) ... skip: c10d was not compiled with the NCCL backend (0.003s) 2022-05-18T04:56:15.3968580Z test_shard_tensor (__main__.TestShardTensor) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:15.4003620Z test_shard_tensor_errors (__main__.TestShardTensor) ... skip: c10d was not compiled with the NCCL backend (0.003s) 2022-05-18T04:56:15.4031720Z test_cleanup (__main__.TestShardedTensorChunked) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:15.4052470Z test_complete_world_size (__main__.TestShardedTensorChunked) ... skip: c10d was not compiled with the NCCL backend (0.003s) 2022-05-18T04:56:15.4081590Z test_create_sharded_tensor_like (__main__.TestShardedTensorChunked) 2022-05-18T04:56:15.4086060Z Test tensor like methods, i.e. torch.zeros_like(...), torch.full_like, etc. ... skip: c10d was not compiled with the NCCL backend (0.003s) 2022-05-18T04:56:15.4115580Z test_create_sharded_tensor_with_full (__main__.TestShardedTensorChunked) 2022-05-18T04:56:15.4116710Z Test sharded_tensor.full(...) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:15.4140040Z test_create_sharded_tensor_with_ones (__main__.TestShardedTensorChunked) 2022-05-18T04:56:15.4147960Z Test sharded_tensor.ones(...) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:15.4154170Z test_create_sharded_tensor_with_rand (__main__.TestShardedTensorChunked) 2022-05-18T04:56:15.4156620Z Test sharded_tensor.rand(...)/randn(...) ... skip: c10d was not compiled with the NCCL backend (0.003s) 2022-05-18T04:56:15.4170050Z test_create_sharded_tensor_with_zeros (__main__.TestShardedTensorChunked) 2022-05-18T04:56:15.4171580Z Test sharded_tensor.zeros(...) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:15.4193100Z test_gather_even (__main__.TestShardedTensorChunked) 2022-05-18T04:56:15.4197220Z Test _sharded_tensor.gather(...) with evenly distributed._shards ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:15.4213410Z test_gather_uneven (__main__.TestShardedTensorChunked) 2022-05-18T04:56:15.4214730Z Test _sharded_tensor.gather(...) with unevenly distributed._shards ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:15.4241900Z test_insufficient_sharding_dims (__main__.TestShardedTensorChunked) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:15.4251310Z test_invalid_pg_rpc_ranks (__main__.TestShardedTensorChunked) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:15.4300970Z test_invalid_sharding (__main__.TestShardedTensorChunked) ... skip: c10d was not compiled with the NCCL backend (0.004s) 2022-05-18T04:56:15.4315810Z test_load_state_dict_errors (__main__.TestShardedTensorChunked) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:15.4343630Z test_multiple_local_shards (__main__.TestShardedTensorChunked) ... skip: c10d was not compiled with the NCCL backend (0.003s) 2022-05-18T04:56:15.4375660Z test_new_group (__main__.TestShardedTensorChunked) ... skip: c10d was not compiled with the NCCL backend (0.003s) 2022-05-18T04:56:15.4413720Z test_partial_world_size (__main__.TestShardedTensorChunked) ... skip: c10d was not compiled with the NCCL backend (0.003s) 2022-05-18T04:56:15.4442780Z test_sharded_tensor_metadata (__main__.TestShardedTensorChunked) ... skip: c10d was not compiled with the NCCL backend (0.003s) 2022-05-18T04:56:15.4497960Z test_sharded_tensor_sizes (__main__.TestShardedTensorChunked) ... skip: c10d was not compiled with the NCCL backend (0.004s) 2022-05-18T04:56:15.4506960Z test_sharding_columns (__main__.TestShardedTensorChunked) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:15.4519970Z test_state_dict (__main__.TestShardedTensorChunked) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:15.4539700Z test_state_dict_new_group (__main__.TestShardedTensorChunked) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:15.4557110Z test_state_dict_no_sharded_tensors (__main__.TestShardedTensorChunked) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:15.4571770Z test_custom_op (__main__.TestShardedTensorCustomOps) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:15.4584150Z test_custom_op_errors (__main__.TestShardedTensorCustomOps) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:15.4600760Z test_custom_op_override (__main__.TestShardedTensorCustomOps) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:15.4623970Z test_create_sharded_tensor_with_ones (__main__.TestShardedTensorEnumerable) 2022-05-18T04:56:15.4624910Z Test sharded_tensor.ones(...) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:15.4646710Z test_gather_even (__main__.TestShardedTensorEnumerable) 2022-05-18T04:56:15.4647660Z Test _sharded_tensor.gather(...) with evenly distributed._shards ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:15.4673310Z test_gather_uneven (__main__.TestShardedTensorEnumerable) 2022-05-18T04:56:15.4674950Z Test _sharded_tensor.gather(...) with unevenly distributed._shards ... skip: c10d was not compiled with the NCCL backend (0.003s) 2022-05-18T04:56:15.4721660Z test_grid_sharding (__main__.TestShardedTensorEnumerable) ... skip: c10d was not compiled with the NCCL backend (0.004s) 2022-05-18T04:56:15.4771580Z test_multiple_local_shards (__main__.TestShardedTensorEnumerable) ... skip: c10d was not compiled with the NCCL backend (0.005s) 2022-05-18T04:56:15.4812180Z test_new_group (__main__.TestShardedTensorEnumerable) ... skip: c10d was not compiled with the NCCL backend (0.004s) 2022-05-18T04:56:15.4851820Z test_partial_world_size (__main__.TestShardedTensorEnumerable) ... skip: c10d was not compiled with the NCCL backend (0.004s) 2022-05-18T04:56:15.4901390Z test_sharded_tensor_metadata (__main__.TestShardedTensorEnumerable) ... skip: c10d was not compiled with the NCCL backend (0.005s) 2022-05-18T04:56:15.4946490Z test_sharded_tensor_to_cpu (__main__.TestShardedTensorEnumerable) ... skip: c10d was not compiled with the NCCL backend (0.004s) 2022-05-18T04:56:15.4993770Z test_uneven_shards (__main__.TestShardedTensorEnumerable) ... skip: c10d was not compiled with the NCCL backend (0.005s) 2022-05-18T04:56:15.5034500Z test_with_rpc_names (__main__.TestShardedTensorEnumerable) ... skip: c10d was not compiled with the NCCL backend (0.004s) 2022-05-18T04:56:15.5071170Z test_init_from_local_shards (__main__.TestShardedTensorFromLocalShards) ... skip: c10d was not compiled with the NCCL backend (0.003s) 2022-05-18T04:56:15.5116930Z test_init_from_local_shards_and_global_metadata (__main__.TestShardedTensorFromLocalShards) ... skip: c10d was not compiled with the NCCL backend (0.004s) 2022-05-18T04:56:15.5172350Z test_init_from_local_shards_and_global_metadata_invalid_shards (__main__.TestShardedTensorFromLocalShards) ... skip: c10d was not compiled with the NCCL backend (0.006s) 2022-05-18T04:56:15.5209930Z test_init_from_local_shards_invalid_local_shards (__main__.TestShardedTensorFromLocalShards) ... skip: c10d was not compiled with the NCCL backend (0.004s) 2022-05-18T04:56:16.0761270Z test_init_from_local_shards_invalid_pin_memory (__main__.TestShardedTensorFromLocalShards) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 5939 2022-05-18T04:56:16.0886760Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 5940 2022-05-18T04:56:16.1044660Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 5941 2022-05-18T04:56:16.1152810Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 5942 2022-05-18T04:56:19.5680870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:56:19.5896640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:56:19.5911880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:56:19.6098280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:56:19.6130260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:56:19.6238370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:56:19.6440730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:56:19.6442670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:56:19.6444130Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:56:19.6446060Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:56:19.6931970Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:56:19.6933370Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:56:20.0775400Z skip: Need at least 4 CUDA devices (4.556s) 2022-05-18T04:56:20.0878080Z test_init_from_local_shards_invalid_property_cross_ranks (__main__.TestShardedTensorFromLocalShards) ... skip: c10d was not compiled with the NCCL backend (0.004s) 2022-05-18T04:56:20.0951600Z test_init_from_local_shards_invalid_shards_gaps (__main__.TestShardedTensorFromLocalShards) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:20.0953010Z test_init_from_local_shards_invalid_shards_overlap (__main__.TestShardedTensorFromLocalShards) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:20.0954000Z test_init_from_local_shards_new_group (__main__.TestShardedTensorFromLocalShards) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:20.0955350Z test_local_shards (__main__.TestShardedTensorFromLocalShards) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:20.0956320Z test_init_from_local_tensor (__main__.TestShardedTensorFromLocalTensor) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:20.0957310Z test_init_from_local_tensor_errors (__main__.TestShardedTensorFromLocalTensor) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:20.1610060Z test_serialize_and_deserialize (__main__.TestShardedTensorMetadata) ... ok (0.070s) 2022-05-18T04:56:20.1906950Z 2022-05-18T04:56:20.1907930Z ---------------------------------------------------------------------- 2022-05-18T04:56:20.1908370Z Ran 58 tests in 4.779s 2022-05-18T04:56:20.1908550Z 2022-05-18T04:56:20.1908880Z OK (skipped=57) 2022-05-18T04:56:20.1909070Z 2022-05-18T04:56:20.1909160Z Generating XML reports... 2022-05-18T04:56:20.1909900Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_tensor.test_sharded_tensor/TEST-TestShardedTensorMetadata-20220518045615.xml 2022-05-18T04:56:20.1910810Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_tensor.test_sharded_tensor/TEST-TestCreateTensorFromParams-20220518045615.xml 2022-05-18T04:56:20.1911660Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_tensor.test_sharded_tensor/TEST-TestLocalTensor-20220518045615.xml 2022-05-18T04:56:20.1928530Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_tensor.test_sharded_tensor/TEST-TestModuleHookApi-20220518045615.xml 2022-05-18T04:56:20.1929690Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_tensor.test_sharded_tensor/TEST-TestShardParameter-20220518045615.xml 2022-05-18T04:56:20.1930480Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_tensor.test_sharded_tensor/TEST-TestShardTensor-20220518045615.xml 2022-05-18T04:56:20.1931270Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_tensor.test_sharded_tensor/TEST-TestShardedTensorChunked-20220518045615.xml 2022-05-18T04:56:20.1932090Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_tensor.test_sharded_tensor/TEST-TestShardedTensorCustomOps-20220518045615.xml 2022-05-18T04:56:20.1932900Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_tensor.test_sharded_tensor/TEST-TestShardedTensorEnumerable-20220518045615.xml 2022-05-18T04:56:20.1934320Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_tensor.test_sharded_tensor/TEST-TestShardedTensorFromLocalShards-20220518045615.xml 2022-05-18T04:56:20.1935170Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_tensor.test_sharded_tensor/TEST-TestShardedTensorFromLocalTensor-20220518045615.xml 2022-05-18T04:56:20.4848840Z Running distributed/_shard/sharding_plan/test_sharding_plan ... [2022-05-18 04:56:20.484296] 2022-05-18T04:56:20.4850240Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/_shard/sharding_plan/test_sharding_plan.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:56:20.484416] 2022-05-18T04:56:22.0126070Z Running distributed/_shard/test_partial_tensor ... [2022-05-18 04:56:22.012183] 2022-05-18T04:56:22.0127460Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/_shard/test_partial_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:56:22.012302] 2022-05-18T04:56:23.4468280Z 2022-05-18T04:56:23.4469030Z Test results will be stored in test-reports/python-unittest/distributed._shard.test_partial_tensor 2022-05-18T04:56:23.4469520Z Running tests... 2022-05-18T04:56:23.4470990Z ---------------------------------------------------------------------- 2022-05-18T04:56:23.4572240Z test_cat (__main__.TestPartialTensorOps) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:23.4674050Z test_cat_errors (__main__.TestPartialTensorOps) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:23.4775480Z test_transpose (__main__.TestPartialTensorOps) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:23.4876870Z test_partial_tensor_reshard (__main__.TestPartialTensorReshard) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:56:23.4978260Z test_partial_tensor_reshard_errors (__main__.TestPartialTensorReshard) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:56:23.5079260Z 2022-05-18T04:56:23.5183540Z ---------------------------------------------------------------------- 2022-05-18T04:56:23.5242210Z Ran 5 tests in 0.008s 2022-05-18T04:56:23.5244820Z 2022-05-18T04:56:23.5245380Z OK (skipped=5) 2022-05-18T04:56:23.5245950Z 2022-05-18T04:56:23.5246330Z Generating XML reports... 2022-05-18T04:56:23.5247110Z Generated XML report: test-reports/python-unittest/distributed._shard.test_partial_tensor/TEST-TestPartialTensorOps-20220518045623.xml 2022-05-18T04:56:23.5247870Z Generated XML report: test-reports/python-unittest/distributed._shard.test_partial_tensor/TEST-TestPartialTensorReshard-20220518045623.xml 2022-05-18T04:56:23.6471890Z Running distributed/_shard/test_sharder ... [2022-05-18 04:56:23.646756] 2022-05-18T04:56:23.6472650Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/_shard/test_sharder.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:56:23.646878] 2022-05-18T04:56:25.0575080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppty68qfq 2022-05-18T04:56:25.0676420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppty68qfq/_remote_module_non_scriptable.py 2022-05-18T04:56:25.2832980Z Running distributed/elastic/events/lib_test ... [2022-05-18 04:56:25.282635] 2022-05-18T04:56:25.2834650Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributed/elastic/events/lib_test.py', '-v'] ... [2022-05-18 04:56:25.282800] 2022-05-18T04:56:26.4079520Z ============================= test session starts ============================== 2022-05-18T04:56:26.4180480Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T04:56:26.4276310Z cachedir: .pytest_cache 2022-05-18T04:56:26.4293390Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T04:56:26.4295630Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T04:56:26.4296960Z plugins: hypothesis-6.46.5 2022-05-18T04:56:27.4668640Z collecting ... collected 8 items 2022-05-18T04:56:27.4668860Z 2022-05-18T04:56:27.4688260Z distributed/elastic/events/lib_test.py::EventLibTest::test_event_created PASSED [ 12%] 2022-05-18T04:56:27.4703060Z distributed/elastic/events/lib_test.py::EventLibTest::test_event_deser PASSED [ 25%] 2022-05-18T04:56:27.4725390Z distributed/elastic/events/lib_test.py::EventLibTest::test_get_or_create_logger PASSED [ 37%] 2022-05-18T04:56:27.9949120Z distributed/elastic/events/lib_test.py::RdzvEventLibTest::test_construct_and_record_rdzv_event PASSED [ 50%] 2022-05-18T04:56:27.9966810Z distributed/elastic/events/lib_test.py::RdzvEventLibTest::test_construct_and_record_rdzv_event_does_not_run_if_invalid_dest PASSED [ 62%] 2022-05-18T04:56:27.9985600Z distributed/elastic/events/lib_test.py::RdzvEventLibTest::test_rdzv_event_created PASSED [ 75%] 2022-05-18T04:56:28.0011110Z distributed/elastic/events/lib_test.py::RdzvEventLibTest::test_rdzv_event_deserialize PASSED [ 87%] 2022-05-18T04:56:28.0042450Z distributed/elastic/events/lib_test.py::RdzvEventLibTest::test_rdzv_event_str PASSED [100%] 2022-05-18T04:56:28.0043050Z 2022-05-18T04:56:28.0043550Z ============================== 8 passed in 2.41s =============================== 2022-05-18T04:56:28.2090720Z Running distributed/elastic/multiprocessing/api_test ... [2022-05-18 04:56:28.207949] 2022-05-18T04:56:28.2160540Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/elastic/multiprocessing/api_test.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:56:28.208085] 2022-05-18T04:56:29.6929890Z NOTE: Redirects are currently not supported in Windows or MacOs. 2022-05-18T04:56:29.8383410Z 2022-05-18T04:56:29.8384270Z Test results will be stored in test-reports/python-unittest/distributed.elastic.multiprocessing.api_test 2022-05-18T04:56:29.8385080Z Running tests... 2022-05-18T04:56:29.8385860Z ---------------------------------------------------------------------- 2022-05-18T04:56:30.3022100Z test_get_failures (__main__.RunProcResultsTest) ... ok (0.464s) 2022-05-18T04:56:30.3123230Z test_is_failed (__main__.RunProcResultsTest) ... ok (0.002s) 2022-05-18T04:56:30.3223080Z test_from_str_bad_input (__main__.StdTest) ... ok (0.002s) 2022-05-18T04:56:30.3323880Z test_from_value (__main__.StdTest) ... ok (0.002s) 2022-05-18T04:56:30.3424650Z test_from_value_map (__main__.StdTest) ... ok (0.001s) 2022-05-18T04:56:30.3524790Z 2022-05-18T04:56:30.3626000Z ---------------------------------------------------------------------- 2022-05-18T04:56:30.3725900Z Ran 5 tests in 0.472s 2022-05-18T04:56:30.3744510Z 2022-05-18T04:56:30.3745080Z OK 2022-05-18T04:56:30.3745560Z 2022-05-18T04:56:30.3745970Z Generating XML reports... 2022-05-18T04:56:30.3747140Z Generated XML report: test-reports/python-unittest/distributed.elastic.multiprocessing.api_test/TEST-RunProcResultsTest-20220518045629.xml 2022-05-18T04:56:30.3748280Z Generated XML report: test-reports/python-unittest/distributed.elastic.multiprocessing.api_test/TEST-StdTest-20220518045629.xml 2022-05-18T04:56:30.5816810Z Running distributed/elastic/timer/local_timer_example ... [2022-05-18 04:56:30.574736] 2022-05-18T04:56:30.5845910Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/elastic/timer/local_timer_example.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:56:30.574861] 2022-05-18T04:56:31.9317780Z 2022-05-18T04:56:31.9321440Z Test results will be stored in test-reports/python-unittest/distributed.elastic.timer.local_timer_example 2022-05-18T04:56:31.9418360Z Running tests... 2022-05-18T04:56:31.9519480Z ---------------------------------------------------------------------- 2022-05-18T04:56:31.9621080Z 2022-05-18T04:56:31.9723890Z ---------------------------------------------------------------------- 2022-05-18T04:56:31.9824390Z Ran 0 tests in 0.000s 2022-05-18T04:56:31.9924620Z 2022-05-18T04:56:32.0025490Z OK 2022-05-18T04:56:32.0125470Z 2022-05-18T04:56:32.0226440Z Generating XML reports... 2022-05-18T04:56:32.1325970Z Running distributed/elastic/utils/distributed_test ... [2022-05-18 04:56:32.131131] 2022-05-18T04:56:32.1340460Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/elastic/utils/distributed_test.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:56:32.131249] 2022-05-18T04:56:33.6165140Z tests incompatible with tsan or asan 2022-05-18T04:56:33.8022760Z Running distributed/elastic/utils/util_test ... [2022-05-18 04:56:33.801669] 2022-05-18T04:56:33.8122810Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/elastic/utils/util_test.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:56:33.801787] 2022-05-18T04:56:35.0409430Z 2022-05-18T04:56:35.0410270Z Test results will be stored in test-reports/python-unittest/distributed.elastic.utils.util_test 2022-05-18T04:56:35.0410650Z Running tests... 2022-05-18T04:56:35.0411050Z ---------------------------------------------------------------------- 2022-05-18T04:56:35.4916790Z test_get_all_rank_0 (__main__.StoreUtilTest) ... ok (0.451s) 2022-05-18T04:56:35.4951520Z test_get_all_rank_n (__main__.StoreUtilTest) ... ok (0.003s) 2022-05-18T04:56:35.4997340Z test_synchronize (__main__.StoreUtilTest) ... ok (0.004s) 2022-05-18T04:56:35.8872410Z test_get_logger (__main__.UtilTest) ... ok (0.387s) 2022-05-18T04:56:35.8888160Z test_get_logger_custom_name (__main__.UtilTest) ... ok (0.001s) 2022-05-18T04:56:35.8917450Z test_get_logger_different (__main__.UtilTest) ... ok (0.003s) 2022-05-18T04:56:35.8955940Z test_get_logger_none (__main__.UtilTest) ... ok (0.004s) 2022-05-18T04:56:35.9039290Z 2022-05-18T04:56:35.9040310Z ---------------------------------------------------------------------- 2022-05-18T04:56:35.9041130Z Ran 7 tests in 0.855s 2022-05-18T04:56:35.9041570Z 2022-05-18T04:56:35.9041920Z OK 2022-05-18T04:56:35.9042340Z 2022-05-18T04:56:35.9042730Z Generating XML reports... 2022-05-18T04:56:35.9043690Z Generated XML report: test-reports/python-unittest/distributed.elastic.utils.util_test/TEST-StoreUtilTest-20220518045635.xml 2022-05-18T04:56:35.9044760Z Generated XML report: test-reports/python-unittest/distributed.elastic.utils.util_test/TEST-UtilTest-20220518045635.xml 2022-05-18T04:56:36.1927820Z Running distributed/fsdp/test_flatten_params_wrapper ... [2022-05-18 04:56:36.186797] 2022-05-18T04:56:36.2026740Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_flatten_params_wrapper.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:56:36.186927] 2022-05-18T04:56:37.6908970Z 2022-05-18T04:56:37.6909810Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_flatten_params_wrapper 2022-05-18T04:56:37.6911030Z Running tests... 2022-05-18T04:56:37.6912000Z ---------------------------------------------------------------------- 2022-05-18T04:56:38.1734180Z test_empty_module (__main__.TestFlattenParams) ... ok (0.482s) 2022-05-18T04:56:38.1867840Z test_flatten_nothing (__main__.TestFlattenParams) ... ok (0.013s) 2022-05-18T04:56:38.2028760Z test_num_params (__main__.TestFlattenParams) ... ok (0.016s) 2022-05-18T04:56:39.2346170Z test_output (__main__.TestFlattenParams) ... ok (1.032s) 2022-05-18T04:56:39.2538220Z test_partial_flattening (__main__.TestFlattenParams) ... ok (0.019s) 2022-05-18T04:56:39.2700270Z test_sharded_flat_param (__main__.TestFlattenParams) ... ok (0.016s) 2022-05-18T04:56:39.2895780Z test_shared_params_num_params (__main__.TestFlattenParams) ... ok (0.020s) 2022-05-18T04:56:39.3268630Z test_shared_params_output (__main__.TestFlattenParams) ... ok (0.037s) 2022-05-18T04:56:39.5496800Z test_shared_params_pnorm_after_step (__main__.TestFlattenParams) ... ok (0.223s) 2022-05-18T04:56:39.5506900Z test_empty_module (__main__.TestFlattenParamsCUDA) ... skip: test requires a GPU (0.001s) 2022-05-18T04:56:39.5511730Z test_flatten_nothing (__main__.TestFlattenParamsCUDA) ... skip: test requires a GPU (0.000s) 2022-05-18T04:56:39.5516810Z test_num_params (__main__.TestFlattenParamsCUDA) ... skip: test requires a GPU (0.000s) 2022-05-18T04:56:39.5521540Z test_output (__main__.TestFlattenParamsCUDA) ... skip: test requires a GPU (0.000s) 2022-05-18T04:56:39.5554670Z test_partial_flattening (__main__.TestFlattenParamsCUDA) ... skip: test requires a GPU (0.003s) 2022-05-18T04:56:39.5631510Z test_sharded_flat_param (__main__.TestFlattenParamsCUDA) ... skip: test requires a GPU (0.008s) 2022-05-18T04:56:39.5635780Z test_shared_params_num_params (__main__.TestFlattenParamsCUDA) ... skip: test requires a GPU (0.000s) 2022-05-18T04:56:39.5639790Z test_shared_params_output (__main__.TestFlattenParamsCUDA) ... skip: test requires a GPU (0.000s) 2022-05-18T04:56:39.5647420Z test_shared_params_pnorm_after_step (__main__.TestFlattenParamsCUDA) ... skip: test requires a GPU (0.001s) 2022-05-18T04:56:39.5656140Z test_empty_module (__main__.TestFlattenParamsCUDAHalf) ... skip: test requires a GPU (0.001s) 2022-05-18T04:56:39.5661240Z test_flatten_nothing (__main__.TestFlattenParamsCUDAHalf) ... skip: test requires a GPU (0.000s) 2022-05-18T04:56:39.5665380Z test_num_params (__main__.TestFlattenParamsCUDAHalf) ... skip: test requires a GPU (0.000s) 2022-05-18T04:56:39.5669600Z test_output (__main__.TestFlattenParamsCUDAHalf) ... skip: test requires a GPU (0.000s) 2022-05-18T04:56:39.5698040Z test_partial_flattening (__main__.TestFlattenParamsCUDAHalf) ... skip: test requires a GPU (0.003s) 2022-05-18T04:56:39.5774150Z test_sharded_flat_param (__main__.TestFlattenParamsCUDAHalf) ... skip: test requires a GPU (0.008s) 2022-05-18T04:56:39.5778360Z test_shared_params_num_params (__main__.TestFlattenParamsCUDAHalf) ... skip: test requires a GPU (0.000s) 2022-05-18T04:56:39.5782260Z test_shared_params_output (__main__.TestFlattenParamsCUDAHalf) ... skip: test requires a GPU (0.000s) 2022-05-18T04:56:39.5789670Z test_shared_params_pnorm_after_step (__main__.TestFlattenParamsCUDAHalf) ... skip: test requires a GPU (0.001s) 2022-05-18T04:56:39.5920790Z 2022-05-18T04:56:39.5921650Z ---------------------------------------------------------------------- 2022-05-18T04:56:39.5922000Z Ran 27 tests in 1.888s 2022-05-18T04:56:39.5922130Z 2022-05-18T04:56:39.5922220Z OK (skipped=18) 2022-05-18T04:56:39.5922340Z 2022-05-18T04:56:39.5922430Z Generating XML reports... 2022-05-18T04:56:39.5923060Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_flatten_params_wrapper/TEST-TestFlattenParams-20220518045637.xml 2022-05-18T04:56:39.5923820Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_flatten_params_wrapper/TEST-TestFlattenParamsCUDA-20220518045637.xml 2022-05-18T04:56:39.5924700Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_flatten_params_wrapper/TEST-TestFlattenParamsCUDAHalf-20220518045637.xml 2022-05-18T04:56:39.8668690Z Running distributed/fsdp/test_fsdp_checkpoint ... [2022-05-18 04:56:39.866480] 2022-05-18T04:56:39.8669960Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_checkpoint.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:56:39.866631] 2022-05-18T04:56:41.7050720Z 2022-05-18T04:56:41.7051540Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_checkpoint 2022-05-18T04:56:41.7052130Z Running tests... 2022-05-18T04:56:41.7053200Z ---------------------------------------------------------------------- 2022-05-18T04:56:42.3196330Z test_basic_checkpoint_end_to_end_cpu_offload_CPUOffload(offload_params=False)_offload_activations_False (__main__.TestFSDPCheckpoint) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6031 2022-05-18T04:56:42.3320500Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6032 2022-05-18T04:56:42.3498830Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6033 2022-05-18T04:56:42.3620610Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6034 2022-05-18T04:56:45.4905480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:56:45.4907540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:56:45.4909420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:56:45.5281060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:56:45.5286360Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:56:45.5408100Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:56:45.5416130Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:56:45.5441730Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:56:45.6161960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:56:45.6262710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:56:45.6264360Z dist init r=2, world=4 2022-05-18T04:56:45.6363190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:56:45.6363550Z dist init r=0, world=4 2022-05-18T04:56:45.6463760Z dist init r=3, world=4 2022-05-18T04:56:45.6464160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:56:45.6565020Z dist init r=1, world=4 2022-05-18T04:56:46.1479470Z skip: Need at least 2 CUDA devices (4.443s) 2022-05-18T04:56:46.1580580Z test_basic_checkpoint_end_to_end_cpu_offload_CPUOffload(offload_params=False)_offload_activations_True (__main__.TestFSDPCheckpoint) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6050 2022-05-18T04:56:46.1641250Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6051 2022-05-18T04:56:46.1933150Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6052 2022-05-18T04:56:46.2034660Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6053 2022-05-18T04:56:49.7878490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:56:49.7885120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:56:49.8420500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:56:49.8451950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:56:49.8473890Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:56:49.8488390Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:56:49.8917810Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:56:49.9052520Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:56:49.9747470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:56:49.9852670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:56:49.9854070Z dist init r=3, world=4 2022-05-18T04:56:49.9957470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:56:49.9957830Z dist init r=0, world=4 2022-05-18T04:56:50.0060120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:56:50.0060470Z dist init r=2, world=4 2022-05-18T04:56:50.0261790Z dist init r=1, world=4 2022-05-18T04:56:50.5850930Z skip: Need at least 2 CUDA devices (4.437s) 2022-05-18T04:56:50.5968060Z test_basic_checkpoint_end_to_end_cpu_offload_CPUOffload(offload_params=True)_offload_activations_False (__main__.TestFSDPCheckpoint) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6066 2022-05-18T04:56:50.6067900Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6067 2022-05-18T04:56:50.6195340Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6068 2022-05-18T04:56:50.6338320Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6069 2022-05-18T04:56:54.2294280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:56:54.2295400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:56:54.2606920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:56:54.2610970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:56:54.2614010Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:56:54.2618380Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:56:54.2682390Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:56:54.2783210Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:56:54.2783610Z dist init r=1, world=4 2022-05-18T04:56:54.2783940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:56:54.2884130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:56:54.2884480Z dist init r=0, world=4 2022-05-18T04:56:54.2984620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:56:54.2985120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:56:54.2985420Z dist init r=3, world=4 2022-05-18T04:56:54.3085150Z dist init r=2, world=4 2022-05-18T04:56:55.0996910Z skip: Need at least 2 CUDA devices (4.514s) 2022-05-18T04:56:55.1209640Z test_basic_checkpoint_end_to_end_cpu_offload_CPUOffload(offload_params=True)_offload_activations_True (__main__.TestFSDPCheckpoint) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6085 2022-05-18T04:56:55.1311720Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6086 2022-05-18T04:56:55.1420690Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6087 2022-05-18T04:56:55.1536570Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6088 2022-05-18T04:56:58.9254550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:56:58.9368590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:56:59.0012990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:56:59.0021210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:56:59.0023870Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:56:59.0024970Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:56:59.0217360Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:56:59.0866400Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:56:59.1746550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:56:59.1908870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:56:59.1909230Z dist init r=3, world=4 2022-05-18T04:56:59.2045480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:56:59.2045860Z dist init r=0, world=4 2022-05-18T04:56:59.2174020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:56:59.2174370Z dist init r=1, world=4 2022-05-18T04:56:59.2275600Z dist init r=2, world=4 2022-05-18T04:57:00.0302990Z skip: Need at least 2 CUDA devices (4.920s) 2022-05-18T04:57:00.0562000Z test_checkpoint_fsdp_wrapping_cpu_offload_CPUOffload(offload_params=False)_offload_activations_False (__main__.TestFSDPCheckpoint) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6111 2022-05-18T04:57:00.0641600Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6112 2022-05-18T04:57:00.0949950Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6113 2022-05-18T04:57:00.1507180Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6114 2022-05-18T04:57:04.6166580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:57:04.6174550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:04.6964170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:04.6968040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:57:04.6970390Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:04.6971570Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:04.7223720Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:04.7350770Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:04.7907050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:04.8020690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:57:04.8021200Z dist init r=0, world=4 2022-05-18T04:57:04.8112590Z dist init r=2, world=4 2022-05-18T04:57:04.8212160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:57:04.8224190Z dist init r=3, world=4 2022-05-18T04:57:04.8319820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:04.8415610Z dist init r=1, world=4 2022-05-18T04:57:05.5175320Z skip: Need at least 2 CUDA devices (5.498s) 2022-05-18T04:57:05.5240680Z test_checkpoint_fsdp_wrapping_cpu_offload_CPUOffload(offload_params=False)_offload_activations_True (__main__.TestFSDPCheckpoint) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71009 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.004s) 2022-05-18T04:57:05.5326870Z test_checkpoint_fsdp_wrapping_cpu_offload_CPUOffload(offload_params=True)_offload_activations_False (__main__.TestFSDPCheckpoint) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6143 2022-05-18T04:57:05.5418940Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6144 2022-05-18T04:57:05.5561710Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6145 2022-05-18T04:57:05.5702900Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6146 2022-05-18T04:57:09.3979540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:57:09.4085690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:09.4095470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:57:09.4100430Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:09.4101270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:09.4103000Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:09.4715860Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:09.4921590Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:09.5546790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:57:09.5652650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:57:09.5653010Z dist init r=3, world=4 2022-05-18T04:57:09.5749320Z dist init r=2, world=4 2022-05-18T04:57:09.5849650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:09.5856870Z dist init r=1, world=4 2022-05-18T04:57:09.5953650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:09.6051940Z dist init r=0, world=4 2022-05-18T04:57:10.1246200Z skip: Need at least 2 CUDA devices (4.602s) 2022-05-18T04:57:10.1339870Z test_checkpoint_fsdp_wrapping_cpu_offload_CPUOffload(offload_params=True)_offload_activations_True (__main__.TestFSDPCheckpoint) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71349 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.004s) 2022-05-18T04:57:10.1441320Z 2022-05-18T04:57:10.1542510Z ---------------------------------------------------------------------- 2022-05-18T04:57:10.1614810Z Ran 8 tests in 28.425s 2022-05-18T04:57:10.1674560Z 2022-05-18T04:57:10.1717700Z OK (skipped=8) 2022-05-18T04:57:10.1765740Z 2022-05-18T04:57:10.1804600Z Generating XML reports... 2022-05-18T04:57:10.1832070Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_checkpoint/TEST-TestFSDPCheckpoint-20220518045641.xml 2022-05-18T04:57:10.4587970Z Running distributed/fsdp/test_fsdp_comm ... [2022-05-18 04:57:10.458122] 2022-05-18T04:57:10.4597620Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_comm.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:57:10.458254] 2022-05-18T04:57:12.0236840Z 2022-05-18T04:57:12.0237580Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_comm 2022-05-18T04:57:12.0327000Z Running tests... 2022-05-18T04:57:12.0394610Z ---------------------------------------------------------------------- 2022-05-18T04:57:12.0404850Z test_communication_nested_model_False_use_no_sync_False_sharding_strategy_None (__main__.TestCommunication) 2022-05-18T04:57:12.5047010Z Tests FSDP's communication cost in terms of calls to collective ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6174 2022-05-18T04:57:12.5148080Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6175 2022-05-18T04:57:12.5317260Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6176 2022-05-18T04:57:12.5433640Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6177 2022-05-18T04:57:16.6165450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:16.6438260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:16.6440500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:57:16.6450590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:57:16.6457310Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:16.6459850Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:16.6464440Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:16.7073910Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:16.7955650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:16.8060560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:57:16.8060920Z dist init r=2, world=4 2022-05-18T04:57:16.8241660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:57:16.8242070Z dist init r=0, world=4 2022-05-18T04:57:16.8400660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:16.8401230Z dist init r=3, world=4 2022-05-18T04:57:16.8500460Z dist init r=1, world=4 2022-05-18T04:57:17.5742800Z skip: Need at least 2 CUDA devices (5.549s) 2022-05-18T04:57:17.5807360Z test_communication_nested_model_False_use_no_sync_False_sharding_strategy_ShardingStrategy_SHARD_GRAD_OP (__main__.TestCommunication) 2022-05-18T04:57:17.5929040Z Tests FSDP's communication cost in terms of calls to collective ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6183 2022-05-18T04:57:17.6064540Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6184 2022-05-18T04:57:17.6200200Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6185 2022-05-18T04:57:17.6302110Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6186 2022-05-18T04:57:20.7298980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:57:20.7303190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:20.7308960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:20.7318370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:57:20.7321930Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:20.7423620Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:20.7921010Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:20.7922250Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:20.8804360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:20.8918270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:20.8918680Z dist init r=1, world=4 2022-05-18T04:57:20.9013070Z dist init r=0, world=4 2022-05-18T04:57:20.9106200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:57:20.9120620Z dist init r=3, world=4 2022-05-18T04:57:20.9217800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:57:20.9308750Z dist init r=2, world=4 2022-05-18T04:57:21.2344560Z skip: Need at least 2 CUDA devices (3.661s) 2022-05-18T04:57:21.2396500Z test_communication_nested_model_False_use_no_sync_True_sharding_strategy_None (__main__.TestCommunication) 2022-05-18T04:57:21.2467090Z Tests FSDP's communication cost in terms of calls to collective ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6191 2022-05-18T04:57:21.2534020Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6192 2022-05-18T04:57:21.2638180Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6193 2022-05-18T04:57:21.2756880Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6194 2022-05-18T04:57:25.1350580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:25.1351130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:25.1353350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:57:25.1426270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:57:25.1428890Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:25.1461210Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:25.1463500Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:25.1467970Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:25.1800890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:25.1904100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:57:25.1904590Z dist init r=0, world=4 2022-05-18T04:57:25.2010240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:57:25.2010640Z dist init r=3, world=4 2022-05-18T04:57:25.2206500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:25.2206880Z dist init r=2, world=4 2022-05-18T04:57:25.2309990Z dist init r=1, world=4 2022-05-18T04:57:25.7261780Z skip: Need at least 2 CUDA devices (4.490s) 2022-05-18T04:57:25.7364960Z test_communication_nested_model_False_use_no_sync_True_sharding_strategy_ShardingStrategy_SHARD_GRAD_OP (__main__.TestCommunication) 2022-05-18T04:57:25.7466840Z Tests FSDP's communication cost in terms of calls to collective ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6199 2022-05-18T04:57:25.7577490Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6200 2022-05-18T04:57:25.7679360Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6201 2022-05-18T04:57:25.7881050Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6202 2022-05-18T04:57:28.7515710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:28.7675310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:28.7679120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:57:28.7680040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:57:28.7681360Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:28.7683030Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:28.7685580Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:28.7688320Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:28.8383710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:57:28.8487390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:28.8487740Z dist init r=0, world=4 2022-05-18T04:57:28.8591000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:57:28.8591440Z dist init r=2, world=4 2022-05-18T04:57:28.8694560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:28.8694920Z dist init r=3, world=4 2022-05-18T04:57:28.8891140Z dist init r=1, world=4 2022-05-18T04:57:29.3923030Z skip: Need at least 2 CUDA devices (3.667s) 2022-05-18T04:57:29.3966400Z test_communication_nested_model_True_use_no_sync_False_sharding_strategy_None (__main__.TestCommunication) 2022-05-18T04:57:29.4047960Z Tests FSDP's communication cost in terms of calls to collective ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6219 2022-05-18T04:57:29.4186480Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6220 2022-05-18T04:57:29.4309180Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6221 2022-05-18T04:57:29.4411070Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6222 2022-05-18T04:57:32.8252820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:32.8266150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:32.8289690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:57:32.8290440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:57:32.8291700Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:32.8908530Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:32.8915730Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:32.9074360Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:32.9101430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:57:32.9203090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:32.9204530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:57:32.9204840Z dist init r=0, world=4 2022-05-18T04:57:32.9207620Z dist init r=2, world=4 2022-05-18T04:57:32.9224560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:32.9306050Z dist init r=3, world=4 2022-05-18T04:57:32.9407130Z dist init r=1, world=4 2022-05-18T04:57:33.5895250Z skip: Need at least 2 CUDA devices (4.197s) 2022-05-18T04:57:33.5939790Z test_communication_nested_model_True_use_no_sync_False_sharding_strategy_ShardingStrategy_SHARD_GRAD_OP (__main__.TestCommunication) 2022-05-18T04:57:33.5996280Z Tests FSDP's communication cost in terms of calls to collective ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6243 2022-05-18T04:57:33.6064420Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6244 2022-05-18T04:57:33.6164670Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6245 2022-05-18T04:57:33.6296070Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6246 2022-05-18T04:57:36.8760340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:36.8928530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:36.9464480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:57:36.9466150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:57:36.9467400Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:36.9468910Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:36.9473990Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:37.0234750Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:37.0795990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:57:37.0908200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:37.0908570Z dist init r=1, world=4 2022-05-18T04:57:37.1001130Z dist init r=2, world=4 2022-05-18T04:57:37.1101420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:37.1128510Z dist init r=0, world=4 2022-05-18T04:57:37.1230020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:57:37.1230380Z dist init r=3, world=4 2022-05-18T04:57:37.6651490Z skip: Need at least 2 CUDA devices (4.070s) 2022-05-18T04:57:37.6732660Z test_communication_nested_model_True_use_no_sync_True_sharding_strategy_None (__main__.TestCommunication) 2022-05-18T04:57:37.6850530Z Tests FSDP's communication cost in terms of calls to collective ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6257 2022-05-18T04:57:37.6851330Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6258 2022-05-18T04:57:37.7076560Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6259 2022-05-18T04:57:37.7178370Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6260 2022-05-18T04:57:41.2954360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:41.2976070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:41.2977350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:57:41.2982720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:57:41.2985300Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:41.3066770Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:41.3146480Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:41.3804780Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:41.3911440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:41.3911800Z dist init r=1, world=4 2022-05-18T04:57:41.4023850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:57:41.4024230Z dist init r=3, world=4 2022-05-18T04:57:41.4128990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:57:41.4129360Z dist init r=2, world=4 2022-05-18T04:57:41.4318150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:41.4318520Z dist init r=0, world=4 2022-05-18T04:57:41.9927810Z skip: Need at least 2 CUDA devices (4.332s) 2022-05-18T04:57:42.0030880Z test_communication_nested_model_True_use_no_sync_True_sharding_strategy_ShardingStrategy_SHARD_GRAD_OP (__main__.TestCommunication) 2022-05-18T04:57:42.0159050Z Tests FSDP's communication cost in terms of calls to collective ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6265 2022-05-18T04:57:42.0283400Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6266 2022-05-18T04:57:42.0385370Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6267 2022-05-18T04:57:42.0486900Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6268 2022-05-18T04:57:44.3872670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:44.3874900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:44.3877890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:57:44.3880250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:57:44.3881950Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:44.3884220Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:44.3985220Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:44.4093500Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:44.4975430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:44.5076060Z dist init r=0, world=4 2022-05-18T04:57:44.5177580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:44.5177960Z dist init r=2, world=4 2022-05-18T04:57:44.5181950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:57:44.5282740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:57:44.5283100Z dist init r=3, world=4 2022-05-18T04:57:44.5287310Z dist init r=1, world=4 2022-05-18T04:57:44.8946490Z skip: Need at least 2 CUDA devices (2.902s) 2022-05-18T04:57:44.9068220Z 2022-05-18T04:57:44.9069320Z ---------------------------------------------------------------------- 2022-05-18T04:57:44.9069710Z Ran 8 tests in 32.872s 2022-05-18T04:57:44.9069840Z 2022-05-18T04:57:44.9069930Z OK (skipped=8) 2022-05-18T04:57:44.9070040Z 2022-05-18T04:57:44.9070140Z Generating XML reports... 2022-05-18T04:57:44.9070780Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_comm/TEST-TestCommunication-20220518045712.xml 2022-05-18T04:57:45.2003220Z Running distributed/fsdp/test_fsdp_exec_order ... [2022-05-18 04:57:45.199201] 2022-05-18T04:57:45.2004600Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_exec_order.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:57:45.199354] 2022-05-18T04:57:46.4504290Z 2022-05-18T04:57:46.4505110Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_exec_order 2022-05-18T04:57:46.4505580Z Running tests... 2022-05-18T04:57:46.4506240Z ---------------------------------------------------------------------- 2022-05-18T04:57:46.4518260Z test_invalid_first_iter_order_sharding_strategy_ShardingStrategy_FULL_SHARD (__main__.TestFSDPExecOrder) 2022-05-18T04:57:46.9350030Z Tests that FSDP errors if the all-gather order differs across ranks ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6278 2022-05-18T04:57:46.9444450Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6279 2022-05-18T04:57:46.9593200Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6280 2022-05-18T04:57:46.9715360Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6281 2022-05-18T04:57:48.9163010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:57:48.9442930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:57:48.9444420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:48.9445900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:48.9448250Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:48.9450090Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:48.9452430Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:48.9609180Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:48.9622050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:48.9626210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:57:48.9629720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:48.9630040Z dist init r=2, world=4 2022-05-18T04:57:48.9729990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:57:48.9730530Z dist init r=0, world=4 2022-05-18T04:57:48.9735200Z dist init r=1, world=4 2022-05-18T04:57:48.9836020Z dist init r=3, world=4 2022-05-18T04:57:49.2703120Z skip: Need at least 2 CUDA devices (2.820s) 2022-05-18T04:57:49.2725930Z test_invalid_first_iter_order_sharding_strategy_ShardingStrategy_SHARD_GRAD_OP (__main__.TestFSDPExecOrder) 2022-05-18T04:57:49.2793140Z Tests that FSDP errors if the all-gather order differs across ranks ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6286 2022-05-18T04:57:49.2859040Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6287 2022-05-18T04:57:49.3107170Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6288 2022-05-18T04:57:49.3208650Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6289 2022-05-18T04:57:51.2283990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:51.2771700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:51.2774150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:57:51.2775790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:57:51.2777000Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:51.2778520Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:51.2780890Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:51.3483450Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:51.3598510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:57:51.3599180Z dist init r=2, world=4 2022-05-18T04:57:51.3599600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:51.3701140Z dist init r=0, world=4 2022-05-18T04:57:51.3715140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:57:51.3817700Z dist init r=3, world=4 2022-05-18T04:57:51.3903760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:51.4005200Z dist init r=1, world=4 2022-05-18T04:57:51.7707640Z skip: Need at least 2 CUDA devices (2.500s) 2022-05-18T04:57:51.7748900Z test_invalid_later_iter_order_sharding_strategy_ShardingStrategy_FULL_SHARD_iters_before_path_change_1 (__main__.TestFSDPExecOrder) 2022-05-18T04:57:51.7810570Z Tests that FSDP warns the user if the all-gather order changes after ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6294 2022-05-18T04:57:51.7869730Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6295 2022-05-18T04:57:51.7946770Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6296 2022-05-18T04:57:51.8053360Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6297 2022-05-18T04:57:53.6630430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:53.6634580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:57:53.6637130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:57:53.6739350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:53.6744430Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:53.6746510Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:53.6749290Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:53.7517090Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:53.7531100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:57:53.7635320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:53.7636330Z dist init r=3, world=4 2022-05-18T04:57:53.7737570Z dist init r=1, world=4 2022-05-18T04:57:53.7738560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:53.8054040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:57:53.8054400Z dist init r=0, world=4 2022-05-18T04:57:53.8153270Z dist init r=2, world=4 2022-05-18T04:57:54.1151510Z skip: Need at least 2 CUDA devices (2.344s) 2022-05-18T04:57:54.1187910Z test_invalid_later_iter_order_sharding_strategy_ShardingStrategy_FULL_SHARD_iters_before_path_change_3 (__main__.TestFSDPExecOrder) 2022-05-18T04:57:54.1258450Z Tests that FSDP warns the user if the all-gather order changes after ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6302 2022-05-18T04:57:54.1326930Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6303 2022-05-18T04:57:54.1578190Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6304 2022-05-18T04:57:54.1679940Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6305 2022-05-18T04:57:56.0878430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:56.0966530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:57:56.0968040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:56.0976600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:57:56.0979570Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:56.1242120Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:56.1242920Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:56.1420450Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:56.1542460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:57:56.1542820Z dist init r=0, world=4 2022-05-18T04:57:56.1640670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:56.1641040Z dist init r=2, world=4 2022-05-18T04:57:56.1747120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:56.1747490Z dist init r=1, world=4 2022-05-18T04:57:56.1849300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:57:56.1849650Z dist init r=3, world=4 2022-05-18T04:57:56.5182090Z skip: Need at least 2 CUDA devices (2.403s) 2022-05-18T04:57:56.5219420Z test_invalid_later_iter_order_sharding_strategy_ShardingStrategy_SHARD_GRAD_OP_iters_before_path_change_1 (__main__.TestFSDPExecOrder) 2022-05-18T04:57:56.5280940Z Tests that FSDP warns the user if the all-gather order changes after ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6310 2022-05-18T04:57:56.5360260Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6311 2022-05-18T04:57:56.5431850Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6312 2022-05-18T04:57:56.5539560Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6313 2022-05-18T04:57:58.4761330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:58.4764050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:58.5178170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:57:58.5179980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:57:58.5181770Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:58.5182510Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:58.5292330Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:58.5621380Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:57:58.5913130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:58.6020040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:58.6020420Z dist init r=3, world=4 2022-05-18T04:57:58.6128090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:57:58.6128440Z dist init r=1, world=4 2022-05-18T04:57:58.6319670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:57:58.6320010Z dist init r=0, world=4 2022-05-18T04:57:58.6428580Z dist init r=2, world=4 2022-05-18T04:57:59.0169450Z skip: Need at least 2 CUDA devices (2.498s) 2022-05-18T04:57:59.0207640Z test_invalid_later_iter_order_sharding_strategy_ShardingStrategy_SHARD_GRAD_OP_iters_before_path_change_3 (__main__.TestFSDPExecOrder) 2022-05-18T04:57:59.0274320Z Tests that FSDP warns the user if the all-gather order changes after ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6319 2022-05-18T04:57:59.0343810Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6320 2022-05-18T04:57:59.0418480Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6321 2022-05-18T04:57:59.0582470Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6322 2022-05-18T04:58:01.0184320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:01.0303220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:01.1046370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:01.1056850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:01.1059830Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:01.1060640Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:01.1329640Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:01.1683340Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:01.2560440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:01.2664590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:01.2664940Z dist init r=0, world=4 2022-05-18T04:58:01.2765150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:01.2765610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:01.2765900Z dist init r=1, world=4 2022-05-18T04:58:01.2865400Z dist init r=3, world=4 2022-05-18T04:58:01.2965930Z dist init r=2, world=4 2022-05-18T04:58:01.6564060Z skip: Need at least 2 CUDA devices (2.639s) 2022-05-18T04:58:01.6656730Z test_train_eval_sharding_strategy_ShardingStrategy_FULL_SHARD (__main__.TestFSDPExecOrder) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6327 2022-05-18T04:58:01.6727810Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6328 2022-05-18T04:58:01.6798550Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6329 2022-05-18T04:58:01.6904400Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6330 2022-05-18T04:58:03.5879260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:03.6105080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:03.6108160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:03.6114210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:03.6117920Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:03.6218240Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:03.6349540Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:03.6350730Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:03.6371520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:03.6371900Z dist init r=1, world=4 2022-05-18T04:58:03.6467840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:03.6468210Z dist init r=3, world=4 2022-05-18T04:58:03.6564650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:03.6565000Z dist init r=0, world=4 2022-05-18T04:58:03.6593990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:03.6594340Z dist init r=2, world=4 2022-05-18T04:58:03.9809700Z skip: Need at least 2 CUDA devices (2.324s) 2022-05-18T04:58:03.9904720Z test_train_eval_sharding_strategy_ShardingStrategy_SHARD_GRAD_OP (__main__.TestFSDPExecOrder) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6335 2022-05-18T04:58:03.9979100Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6336 2022-05-18T04:58:04.0215490Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6337 2022-05-18T04:58:04.0317060Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6338 2022-05-18T04:58:06.0577180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:06.0628780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:06.0629640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:06.0632180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:06.0634270Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:06.0635050Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:06.0635690Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:06.1448290Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:06.1809800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:06.1914880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:06.1915340Z dist init r=0, world=4 2022-05-18T04:58:06.2022990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:06.2023340Z dist init r=2, world=4 2022-05-18T04:58:06.2124830Z dist init r=3, world=4 2022-05-18T04:58:06.2127930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:06.2229290Z dist init r=1, world=4 2022-05-18T04:58:06.5887630Z skip: Need at least 2 CUDA devices (2.607s) 2022-05-18T04:58:06.6007030Z 2022-05-18T04:58:06.6007950Z ---------------------------------------------------------------------- 2022-05-18T04:58:06.6008320Z Ran 8 tests in 20.139s 2022-05-18T04:58:06.6008450Z 2022-05-18T04:58:06.6008550Z OK (skipped=8) 2022-05-18T04:58:06.6008680Z 2022-05-18T04:58:06.6008780Z Generating XML reports... 2022-05-18T04:58:06.6009390Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_exec_order/TEST-TestFSDPExecOrder-20220518045746.xml 2022-05-18T04:58:06.8929090Z Running distributed/fsdp/test_fsdp_grad_acc ... [2022-05-18 04:58:06.892400] 2022-05-18T04:58:06.8932020Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_grad_acc.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:58:06.892589] 2022-05-18T04:58:08.1549880Z 2022-05-18T04:58:08.1551200Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_grad_acc 2022-05-18T04:58:08.1551630Z Running tests... 2022-05-18T04:58:08.1552050Z ---------------------------------------------------------------------- 2022-05-18T04:58:08.1581240Z test_grad_acc_configs_[(use_no_sync=False,num_iters=3),(use_no_sync=True,num_iters=3),(use_no_sync=False,num_iters=3)]_cpu_offload_CPUOffload(offload_params=False)_backward_prefetch_BackwardPrefetch_BACKWARD_POST (__main__.TestGradAcc) 2022-05-18T04:58:08.6188670Z Tests gradient accumulation. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6347 2022-05-18T04:58:08.6342150Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6348 2022-05-18T04:58:08.6466480Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6349 2022-05-18T04:58:08.6575310Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6350 2022-05-18T04:58:10.5962200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:10.6432710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:10.6438160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:10.6440830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:10.6487550Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:10.6512800Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:10.6752260Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:10.6755220Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:10.7664720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:10.7665070Z dist init r=2, world=4 2022-05-18T04:58:10.7767830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:10.7770270Z dist init r=0, world=4 2022-05-18T04:58:10.7873840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:10.7969020Z dist init r=1, world=4 2022-05-18T04:58:10.7982210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:10.8075210Z dist init r=3, world=4 2022-05-18T04:58:11.1185990Z skip: Need at least 2 CUDA devices (2.963s) 2022-05-18T04:58:11.1211310Z test_grad_acc_configs_[(use_no_sync=False,num_iters=3),(use_no_sync=True,num_iters=3),(use_no_sync=False,num_iters=3)]_cpu_offload_CPUOffload(offload_params=False)_backward_prefetch_BackwardPrefetch_BACKWARD_PRE (__main__.TestGradAcc) 2022-05-18T04:58:11.1266730Z Tests gradient accumulation. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6355 2022-05-18T04:58:11.1334190Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6356 2022-05-18T04:58:11.1439580Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6357 2022-05-18T04:58:11.1545460Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6358 2022-05-18T04:58:13.0882600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:13.1175210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:13.1285090Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:13.1419320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:13.1422530Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:13.1426080Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:13.2081000Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:13.2082100Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:13.2098690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:13.2207640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:13.2208000Z dist init r=0, world=4 2022-05-18T04:58:13.2303670Z dist init r=1, world=4 2022-05-18T04:58:13.2386160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:13.2410540Z dist init r=2, world=4 2022-05-18T04:58:13.2508360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:13.2589400Z dist init r=3, world=4 2022-05-18T04:58:13.6453120Z skip: Need at least 2 CUDA devices (2.526s) 2022-05-18T04:58:13.6476620Z test_grad_acc_configs_[(use_no_sync=False,num_iters=3),(use_no_sync=True,num_iters=3),(use_no_sync=False,num_iters=3)]_cpu_offload_CPUOffload(offload_params=False)_backward_prefetch_None (__main__.TestGradAcc) 2022-05-18T04:58:13.6540910Z Tests gradient accumulation. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6363 2022-05-18T04:58:13.6619720Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6364 2022-05-18T04:58:13.6692010Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6365 2022-05-18T04:58:13.6795480Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6366 2022-05-18T04:58:15.6572690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:15.6582500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:15.7329740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:15.7331500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:15.7332960Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:15.7334500Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:15.7442390Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:15.7669200Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:15.8349120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:15.8455090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:15.8455480Z dist init r=0, world=4 2022-05-18T04:58:15.8647610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:15.8648080Z dist init r=1, world=4 2022-05-18T04:58:15.8757800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:15.8758150Z dist init r=2, world=4 2022-05-18T04:58:15.8859820Z dist init r=3, world=4 2022-05-18T04:58:16.3581330Z skip: Need at least 2 CUDA devices (2.713s) 2022-05-18T04:58:16.3606500Z test_grad_acc_configs_[(use_no_sync=False,num_iters=3),(use_no_sync=True,num_iters=3),(use_no_sync=False,num_iters=3)]_cpu_offload_CPUOffload(offload_params=True)_backward_prefetch_BackwardPrefetch_BACKWARD_POST (__main__.TestGradAcc) 2022-05-18T04:58:16.3669570Z Tests gradient accumulation. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6371 2022-05-18T04:58:16.3748050Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6372 2022-05-18T04:58:16.3826370Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6373 2022-05-18T04:58:16.3927370Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6374 2022-05-18T04:58:18.3929720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:18.3933360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:18.3935350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:18.3937420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:18.3939210Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:18.3941210Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:18.3945630Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:18.3948040Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:18.3960060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:18.3963370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:18.4064950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:18.4065300Z dist init r=1, world=4 2022-05-18T04:58:18.4065780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:18.4067000Z dist init r=2, world=4 2022-05-18T04:58:18.4168010Z dist init r=0, world=4 2022-05-18T04:58:18.4268350Z dist init r=3, world=4 2022-05-18T04:58:18.7516530Z skip: Need at least 2 CUDA devices (2.393s) 2022-05-18T04:58:18.7541550Z test_grad_acc_configs_[(use_no_sync=False,num_iters=3),(use_no_sync=True,num_iters=3),(use_no_sync=False,num_iters=3)]_cpu_offload_CPUOffload(offload_params=True)_backward_prefetch_BackwardPrefetch_BACKWARD_PRE (__main__.TestGradAcc) 2022-05-18T04:58:18.7603940Z Tests gradient accumulation. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6380 2022-05-18T04:58:18.7677860Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6381 2022-05-18T04:58:18.7898090Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6382 2022-05-18T04:58:18.7999960Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6383 2022-05-18T04:58:20.6431540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:20.6435310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:20.6439330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:20.6446790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:20.6450170Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:20.6545400Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:20.6548380Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:20.6550570Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:20.6565410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:20.6666580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:20.6666930Z dist init r=3, world=4 2022-05-18T04:58:20.6757720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:20.6758120Z dist init r=0, world=4 2022-05-18T04:58:20.6775970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:20.6776330Z dist init r=1, world=4 2022-05-18T04:58:20.6875080Z dist init r=2, world=4 2022-05-18T04:58:21.0003410Z skip: Need at least 2 CUDA devices (2.248s) 2022-05-18T04:58:21.0028000Z test_grad_acc_configs_[(use_no_sync=False,num_iters=3),(use_no_sync=True,num_iters=3),(use_no_sync=False,num_iters=3)]_cpu_offload_CPUOffload(offload_params=True)_backward_prefetch_None (__main__.TestGradAcc) 2022-05-18T04:58:21.0086380Z Tests gradient accumulation. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6388 2022-05-18T04:58:21.0154700Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6389 2022-05-18T04:58:21.0224460Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6390 2022-05-18T04:58:21.0332800Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6391 2022-05-18T04:58:22.9259610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:22.9261200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:22.9267430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:22.9270300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:22.9271570Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:22.9273740Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:22.9381690Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:23.0168090Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:23.1071740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:23.1174130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:23.1174510Z dist init r=1, world=4 2022-05-18T04:58:23.1278170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:23.1278650Z dist init r=2, world=4 2022-05-18T04:58:23.1380320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:23.1380690Z dist init r=0, world=4 2022-05-18T04:58:23.1580570Z dist init r=3, world=4 2022-05-18T04:58:23.5177890Z skip: Need at least 2 CUDA devices (2.517s) 2022-05-18T04:58:23.5204300Z test_grad_acc_configs_[(use_no_sync=True,num_iters=3),(use_no_sync=False,num_iters=3),(use_no_sync=True,num_iters=3)]_cpu_offload_CPUOffload(offload_params=False)_backward_prefetch_BackwardPrefetch_BACKWARD_POST (__main__.TestGradAcc) 2022-05-18T04:58:23.5261080Z Tests gradient accumulation. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6396 2022-05-18T04:58:23.5340510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6397 2022-05-18T04:58:23.5412140Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6398 2022-05-18T04:58:23.5517330Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6399 2022-05-18T04:58:25.4144910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:25.4147590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:25.4261230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:25.4263110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:25.4264610Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:25.4266880Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:25.4937250Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:25.4941600Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:25.5176700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:25.5279410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:25.5279770Z dist init r=3, world=4 2022-05-18T04:58:25.5393270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:25.5393630Z dist init r=0, world=4 2022-05-18T04:58:25.5581530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:25.5581880Z dist init r=2, world=4 2022-05-18T04:58:25.5684980Z dist init r=1, world=4 2022-05-18T04:58:25.9005270Z skip: Need at least 2 CUDA devices (2.382s) 2022-05-18T04:58:25.9032220Z test_grad_acc_configs_[(use_no_sync=True,num_iters=3),(use_no_sync=False,num_iters=3),(use_no_sync=True,num_iters=3)]_cpu_offload_CPUOffload(offload_params=False)_backward_prefetch_BackwardPrefetch_BACKWARD_PRE (__main__.TestGradAcc) 2022-05-18T04:58:25.9092470Z Tests gradient accumulation. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6404 2022-05-18T04:58:25.9169490Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6405 2022-05-18T04:58:25.9323230Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6406 2022-05-18T04:58:25.9436020Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6407 2022-05-18T04:58:27.8418710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:27.8420000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:27.9293920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:27.9294920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:27.9297700Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:27.9299300Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:27.9302770Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:27.9307200Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:28.0169090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:28.0272450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:28.0272880Z dist init r=1, world=4 2022-05-18T04:58:28.0377840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:28.0378180Z dist init r=3, world=4 2022-05-18T04:58:28.0500480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:28.0500840Z dist init r=0, world=4 2022-05-18T04:58:28.0677600Z dist init r=2, world=4 2022-05-18T04:58:28.3581520Z skip: Need at least 2 CUDA devices (2.457s) 2022-05-18T04:58:28.3607760Z test_grad_acc_configs_[(use_no_sync=True,num_iters=3),(use_no_sync=False,num_iters=3),(use_no_sync=True,num_iters=3)]_cpu_offload_CPUOffload(offload_params=False)_backward_prefetch_None (__main__.TestGradAcc) 2022-05-18T04:58:28.3670570Z Tests gradient accumulation. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6413 2022-05-18T04:58:28.3734240Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6414 2022-05-18T04:58:28.3874120Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6415 2022-05-18T04:58:28.3978790Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6416 2022-05-18T04:58:30.3419910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:30.3421440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:30.3561610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:30.3562570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:30.3564400Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:30.3566840Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:30.3917610Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:30.4418970Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:30.5279850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:30.5280190Z dist init r=3, world=4 2022-05-18T04:58:30.5281460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:30.5385930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:30.5386280Z dist init r=0, world=4 2022-05-18T04:58:30.5582800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:30.5583170Z dist init r=1, world=4 2022-05-18T04:58:30.5686390Z dist init r=2, world=4 2022-05-18T04:58:30.9429850Z skip: Need at least 2 CUDA devices (2.585s) 2022-05-18T04:58:30.9457200Z test_grad_acc_configs_[(use_no_sync=True,num_iters=3),(use_no_sync=False,num_iters=3),(use_no_sync=True,num_iters=3)]_cpu_offload_CPUOffload(offload_params=True)_backward_prefetch_BackwardPrefetch_BACKWARD_POST (__main__.TestGradAcc) 2022-05-18T04:58:30.9520040Z Tests gradient accumulation. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6421 2022-05-18T04:58:30.9603700Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6422 2022-05-18T04:58:30.9678800Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6423 2022-05-18T04:58:30.9754540Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6424 2022-05-18T04:58:32.8062940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:32.8551760Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:32.8552840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:32.8923150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:32.8925610Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:32.9024210Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:32.9422820Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:32.9427910Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:32.9536290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:32.9536640Z dist init r=0, world=4 2022-05-18T04:58:32.9645230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:32.9645580Z dist init r=1, world=4 2022-05-18T04:58:32.9738460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:32.9748760Z dist init r=2, world=4 2022-05-18T04:58:32.9840210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:32.9849570Z dist init r=3, world=4 2022-05-18T04:58:33.4069380Z skip: Need at least 2 CUDA devices (2.463s) 2022-05-18T04:58:33.4091900Z test_grad_acc_configs_[(use_no_sync=True,num_iters=3),(use_no_sync=False,num_iters=3),(use_no_sync=True,num_iters=3)]_cpu_offload_CPUOffload(offload_params=True)_backward_prefetch_BackwardPrefetch_BACKWARD_PRE (__main__.TestGradAcc) 2022-05-18T04:58:33.4150740Z Tests gradient accumulation. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6429 2022-05-18T04:58:33.4221830Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6430 2022-05-18T04:58:33.4308740Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6431 2022-05-18T04:58:33.4418750Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6432 2022-05-18T04:58:35.4308830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:35.4421100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:35.4423630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:35.4429760Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:35.4432790Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:35.5169030Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:35.5170170Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:35.5172580Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:35.5292950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:35.5397460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:35.5397820Z dist init r=2, world=4 2022-05-18T04:58:35.5507080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:35.5507440Z dist init r=0, world=4 2022-05-18T04:58:35.5700540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:35.5700950Z dist init r=3, world=4 2022-05-18T04:58:35.5805360Z dist init r=1, world=4 2022-05-18T04:58:35.8619300Z skip: Need at least 2 CUDA devices (2.455s) 2022-05-18T04:58:35.8645300Z test_grad_acc_configs_[(use_no_sync=True,num_iters=3),(use_no_sync=False,num_iters=3),(use_no_sync=True,num_iters=3)]_cpu_offload_CPUOffload(offload_params=True)_backward_prefetch_None (__main__.TestGradAcc) 2022-05-18T04:58:35.8710670Z Tests gradient accumulation. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6437 2022-05-18T04:58:35.8780740Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6438 2022-05-18T04:58:35.9025240Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6439 2022-05-18T04:58:35.9126970Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6440 2022-05-18T04:58:37.8934990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:37.8938570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:37.8944960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:37.8948120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:37.8949310Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:37.8951240Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:37.9448240Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:37.9450990Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:58:38.0178210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:38.0293020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:38.0293370Z dist init r=3, world=4 2022-05-18T04:58:38.0294250Z dist init r=0, world=4 2022-05-18T04:58:38.0396600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:38.0485160Z dist init r=1, world=4 2022-05-18T04:58:38.0587200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:38.0596900Z dist init r=2, world=4 2022-05-18T04:58:38.4139300Z skip: Need at least 2 CUDA devices (2.552s) 2022-05-18T04:58:38.4274670Z 2022-05-18T04:58:38.4275990Z ---------------------------------------------------------------------- 2022-05-18T04:58:38.4276350Z Ran 12 tests in 30.260s 2022-05-18T04:58:38.4276510Z 2022-05-18T04:58:38.4276590Z OK (skipped=12) 2022-05-18T04:58:38.4276720Z 2022-05-18T04:58:38.4276820Z Generating XML reports... 2022-05-18T04:58:38.4277380Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_grad_acc/TEST-TestGradAcc-20220518045808.xml 2022-05-18T04:58:38.7202370Z Running distributed/fsdp/test_fsdp_input ... [2022-05-18 04:58:38.719835] 2022-05-18T04:58:38.7203520Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_input.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:58:38.719966] 2022-05-18T04:58:39.9737450Z 2022-05-18T04:58:39.9737730Z Running tests... 2022-05-18T04:58:39.9738450Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_input 2022-05-18T04:58:39.9760580Z ---------------------------------------------------------------------- 2022-05-18T04:58:39.9760950Z test_input_type_dict (__main__.TestInput) 2022-05-18T04:58:40.4355030Z Test FSDP with input being a list or a dict, only single GPU. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6449 2022-05-18T04:58:41.6886600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:41.6888950Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 1 nodes. 2022-05-18T04:58:41.6895370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:41.6900050Z dist init r=0, world=1 2022-05-18T04:58:41.8688810Z skip: Need at least 1 CUDA device (1.895s) 2022-05-18T04:58:41.8718540Z test_input_type_list (__main__.TestInput) 2022-05-18T04:58:41.8782980Z Test FSDP with input being a list or a dict, only single GPU. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6451 2022-05-18T04:58:43.1356420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:43.1359140Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 1 nodes. 2022-05-18T04:58:43.1365970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:43.1370930Z dist init r=0, world=1 2022-05-18T04:58:43.3931880Z skip: Need at least 1 CUDA device (1.524s) 2022-05-18T04:58:43.4035740Z 2022-05-18T04:58:43.4036490Z ---------------------------------------------------------------------- 2022-05-18T04:58:43.4036870Z Ran 2 tests in 3.420s 2022-05-18T04:58:43.4037010Z 2022-05-18T04:58:43.4037090Z OK (skipped=2) 2022-05-18T04:58:43.4037220Z 2022-05-18T04:58:43.4037310Z Generating XML reports... 2022-05-18T04:58:43.4039000Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_input/TEST-TestInput-20220518045839.xml 2022-05-18T04:58:43.6933880Z Running distributed/fsdp/test_fsdp_meta ... [2022-05-18 04:58:43.692762] 2022-05-18T04:58:43.6935190Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:58:43.692890] 2022-05-18T04:58:44.9412760Z 2022-05-18T04:58:44.9413580Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_meta 2022-05-18T04:58:44.9414710Z Running tests... 2022-05-18T04:58:44.9415140Z ---------------------------------------------------------------------- 2022-05-18T04:58:45.3964200Z test_bad_arg_meta (__main__.TestFSDPWithMetaDevice) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6456 2022-05-18T04:58:45.4049320Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6457 2022-05-18T04:58:46.7207240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:46.7669590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:46.7671810Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:58:46.7677590Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:58:46.7685510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:46.7686290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:46.7689670Z dist init r=1, world=2 2022-05-18T04:58:46.7690360Z dist init r=0, world=2 2022-05-18T04:58:47.1525150Z skip: Need at least 2 CUDA devices (2.211s) 2022-05-18T04:58:47.1539020Z test_bad_arg_torchdistx (__main__.TestFSDPWithMetaDevice) ... skip: Test requires torchdistX: https://github.com/pytorch/torchdistX (0.001s) 2022-05-18T04:58:47.1609520Z test_nested_model_with_meta_device_default_init_auto_wrap_False (__main__.TestFSDPWithMetaDevice) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6460 2022-05-18T04:58:47.1671250Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6461 2022-05-18T04:58:48.5174670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:48.5175900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:48.5177590Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:58:48.5179160Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:58:48.5294460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:48.5295260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:48.5297940Z dist init r=1, world=2 2022-05-18T04:58:48.5298610Z dist init r=0, world=2 2022-05-18T04:58:48.8921590Z skip: Need at least 2 CUDA devices (1.738s) 2022-05-18T04:58:48.8996730Z test_nested_model_with_meta_device_default_init_auto_wrap_True (__main__.TestFSDPWithMetaDevice) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6465 2022-05-18T04:58:48.9074410Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6466 2022-05-18T04:58:50.2631680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:50.2633000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:50.2634490Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:58:50.2636780Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:58:50.2645840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:50.2646790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:50.2650180Z dist init r=1, world=2 2022-05-18T04:58:50.2650850Z dist init r=0, world=2 2022-05-18T04:58:50.5517020Z skip: Need at least 2 CUDA devices (1.659s) 2022-05-18T04:58:50.5593460Z test_nested_model_with_meta_device_reset_params_auto_wrap_False (__main__.TestFSDPWithMetaDevice) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6469 2022-05-18T04:58:50.5689940Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6470 2022-05-18T04:58:51.9539770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:52.0294490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:52.0297150Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:58:52.0947590Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:58:52.0955980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:52.0956800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:52.0960600Z dist init r=0, world=2 2022-05-18T04:58:52.0961150Z dist init r=1, world=2 2022-05-18T04:58:52.2997340Z skip: Need at least 2 CUDA devices (1.748s) 2022-05-18T04:58:52.3096770Z test_nested_model_with_meta_device_reset_params_auto_wrap_True (__main__.TestFSDPWithMetaDevice) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6473 2022-05-18T04:58:52.3164850Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6474 2022-05-18T04:58:53.6803900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:53.6805610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:53.6807530Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:58:53.6810400Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:58:53.6820560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:53.6821260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:53.6825000Z dist init r=1, world=2 2022-05-18T04:58:53.6825540Z dist init r=0, world=2 2022-05-18T04:58:53.8946930Z skip: Need at least 2 CUDA devices (1.595s) 2022-05-18T04:58:53.8964690Z test_nested_model_with_torchdistX_default_init_auto_wrap_False (__main__.TestFSDPWithMetaDevice) ... skip: Test requires torchdistX: https://github.com/pytorch/torchdistX (0.001s) 2022-05-18T04:58:53.8972790Z test_nested_model_with_torchdistX_default_init_auto_wrap_True (__main__.TestFSDPWithMetaDevice) ... skip: Test requires torchdistX: https://github.com/pytorch/torchdistX (0.001s) 2022-05-18T04:58:53.8980950Z test_nested_model_with_torchdistX_init_fn_auto_wrap_False (__main__.TestFSDPWithMetaDevice) ... skip: Test requires torchdistX: https://github.com/pytorch/torchdistX (0.001s) 2022-05-18T04:58:53.8989170Z test_nested_model_with_torchdistX_init_fn_auto_wrap_True (__main__.TestFSDPWithMetaDevice) ... skip: Test requires torchdistX: https://github.com/pytorch/torchdistX (0.001s) 2022-05-18T04:58:53.9058830Z test_simple_model_with_meta_device_default_init (__main__.TestFSDPWithMetaDevice) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6478 2022-05-18T04:58:53.9134810Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6479 2022-05-18T04:58:55.3451180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:55.3453420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:55.3455570Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:58:55.3457010Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:58:55.3468340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:55.3469530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:55.3472760Z dist init r=0, world=2 2022-05-18T04:58:55.3473390Z dist init r=1, world=2 2022-05-18T04:58:55.5500860Z skip: Need at least 2 CUDA devices (1.651s) 2022-05-18T04:58:55.5573270Z test_simple_model_with_meta_device_reset_params (__main__.TestFSDPWithMetaDevice) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6482 2022-05-18T04:58:55.5641110Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6483 2022-05-18T04:58:56.8986600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:56.9812210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:56.9814300Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:58:57.0356980Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:58:57.0368010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:57.0370180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:57.0370940Z dist init r=1, world=2 2022-05-18T04:58:57.0371700Z dist init r=0, world=2 2022-05-18T04:58:57.4075840Z skip: Need at least 2 CUDA devices (1.857s) 2022-05-18T04:58:57.4089820Z test_simple_model_with_torchdistX_default_init (__main__.TestFSDPWithMetaDevice) ... skip: Test requires torchdistX: https://github.com/pytorch/torchdistX (0.001s) 2022-05-18T04:58:57.4096190Z test_simple_model_with_torchdistX_init_fn (__main__.TestFSDPWithMetaDevice) ... skip: Test requires torchdistX: https://github.com/pytorch/torchdistX (0.001s) 2022-05-18T04:58:57.4221880Z 2022-05-18T04:58:57.4222650Z ---------------------------------------------------------------------- 2022-05-18T04:58:57.4223010Z Ran 14 tests in 12.469s 2022-05-18T04:58:57.4223150Z 2022-05-18T04:58:57.4223220Z OK (skipped=14) 2022-05-18T04:58:57.4223350Z 2022-05-18T04:58:57.4223440Z Generating XML reports... 2022-05-18T04:58:57.4224070Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_meta/TEST-TestFSDPWithMetaDevice-20220518045844.xml 2022-05-18T04:58:57.7112910Z Running distributed/fsdp/test_fsdp_mixed_precision ... [2022-05-18 04:58:57.710755] 2022-05-18T04:58:57.7114270Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_mixed_precision.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:58:57.710960] 2022-05-18T04:58:59.4026250Z 2022-05-18T04:58:59.4027100Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_mixed_precision 2022-05-18T04:58:59.4027480Z Running tests... 2022-05-18T04:58:59.4027880Z ---------------------------------------------------------------------- 2022-05-18T04:58:59.4309230Z test_mixed_precision_e2e_full_shard_mp_fp16_offload_false_prefetch_post_fp32_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6490 2022-05-18T04:58:59.4404000Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6491 2022-05-18T04:59:01.2848800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:01.2897670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:01.2900240Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:01.3023150Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:01.3031620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:01.3032860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:01.3035610Z dist init r=0, world=2 2022-05-18T04:59:01.3036170Z dist init r=1, world=2 2022-05-18T04:59:01.5927350Z skip: Need at least 2 CUDA devices (2.190s) 2022-05-18T04:59:01.5998970Z test_mixed_precision_e2e_full_shard_mp_fp16_offload_false_prefetch_post_fp32_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6494 2022-05-18T04:59:01.6073060Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6495 2022-05-18T04:59:03.4476300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:03.5305260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:03.5308170Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:03.6172860Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:03.6182940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:03.6183760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:03.6188080Z dist init r=1, world=2 2022-05-18T04:59:03.6188650Z dist init r=0, world=2 2022-05-18T04:59:03.9938790Z skip: Need at least 2 CUDA devices (2.401s) 2022-05-18T04:59:04.0017270Z test_mixed_precision_e2e_full_shard_mp_fp16_offload_false_prefetch_post_fp64_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6498 2022-05-18T04:59:04.0085560Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6499 2022-05-18T04:59:05.7967230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:05.7969670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:05.7971810Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:05.7972700Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:05.7982230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:05.7982960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:05.7986730Z dist init r=0, world=2 2022-05-18T04:59:05.7987300Z dist init r=1, world=2 2022-05-18T04:59:06.2025050Z skip: Need at least 2 CUDA devices (2.208s) 2022-05-18T04:59:06.2102170Z test_mixed_precision_e2e_full_shard_mp_fp16_offload_false_prefetch_post_fp64_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6502 2022-05-18T04:59:06.2161390Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6503 2022-05-18T04:59:08.0292580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:08.0402650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:08.0405360Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:08.0413300Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:08.0421810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:08.0423020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:08.0426330Z dist init r=1, world=2 2022-05-18T04:59:08.0426990Z dist init r=0, world=2 2022-05-18T04:59:08.3940360Z skip: Need at least 2 CUDA devices (2.191s) 2022-05-18T04:59:08.4017410Z test_mixed_precision_e2e_full_shard_mp_fp16_offload_false_prefetch_pre_fp32_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6507 2022-05-18T04:59:08.4080010Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6508 2022-05-18T04:59:10.2155060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:10.3029950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:10.3031620Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:10.3915440Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:10.3924140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:10.3925420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:10.3928410Z dist init r=0, world=2 2022-05-18T04:59:10.3929040Z dist init r=1, world=2 2022-05-18T04:59:10.8046650Z skip: Need at least 2 CUDA devices (2.410s) 2022-05-18T04:59:10.8128780Z test_mixed_precision_e2e_full_shard_mp_fp16_offload_false_prefetch_pre_fp32_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6511 2022-05-18T04:59:10.8195800Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6512 2022-05-18T04:59:12.6541780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:12.7377220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:12.7380080Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:12.8244200Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:12.8253130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:12.8254260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:12.8257300Z dist init r=1, world=2 2022-05-18T04:59:12.8257940Z dist init r=0, world=2 2022-05-18T04:59:13.1734180Z skip: Need at least 2 CUDA devices (2.368s) 2022-05-18T04:59:13.1814120Z test_mixed_precision_e2e_full_shard_mp_fp16_offload_false_prefetch_pre_fp64_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6515 2022-05-18T04:59:13.1881330Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6516 2022-05-18T04:59:15.0571690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:15.0573670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:15.0575060Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:15.0576910Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:15.0585040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:15.0586300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:15.0589260Z dist init r=1, world=2 2022-05-18T04:59:15.0589890Z dist init r=0, world=2 2022-05-18T04:59:15.3630590Z skip: Need at least 2 CUDA devices (2.189s) 2022-05-18T04:59:15.3715040Z test_mixed_precision_e2e_full_shard_mp_fp16_offload_false_prefetch_pre_fp64_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6519 2022-05-18T04:59:15.3790380Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6520 2022-05-18T04:59:17.1870570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:17.1999830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:17.2002520Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:17.2664250Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:17.2672870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:17.2673890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:17.2677550Z dist init r=0, world=2 2022-05-18T04:59:17.2678240Z dist init r=1, world=2 2022-05-18T04:59:17.6438000Z skip: Need at least 2 CUDA devices (2.280s) 2022-05-18T04:59:17.6512710Z test_mixed_precision_e2e_full_shard_mp_fp16_offload_true_prefetch_post_fp32_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6523 2022-05-18T04:59:17.6569790Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6524 2022-05-18T04:59:19.4737740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:19.5169250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:19.5171940Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:19.5588060Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:19.5596590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:19.5597500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:19.5601180Z dist init r=0, world=2 2022-05-18T04:59:19.5601740Z dist init r=1, world=2 2022-05-18T04:59:19.8972690Z skip: Need at least 2 CUDA devices (2.253s) 2022-05-18T04:59:19.9047430Z test_mixed_precision_e2e_full_shard_mp_fp16_offload_true_prefetch_post_fp32_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6528 2022-05-18T04:59:19.9118760Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6529 2022-05-18T04:59:21.7415220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:21.7527300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:21.7530030Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:21.7970290Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:21.7979450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:21.7980620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:21.7983870Z dist init r=0, world=2 2022-05-18T04:59:21.7984520Z dist init r=1, world=2 2022-05-18T04:59:22.2692140Z skip: Need at least 2 CUDA devices (2.372s) 2022-05-18T04:59:22.2766930Z test_mixed_precision_e2e_full_shard_mp_fp16_offload_true_prefetch_post_fp64_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6532 2022-05-18T04:59:22.2836040Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6533 2022-05-18T04:59:24.1130390Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:24.1243990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:24.1246980Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:24.1415460Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:24.1423940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:24.1424790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:24.1427950Z dist init r=0, world=2 2022-05-18T04:59:24.1428650Z dist init r=1, world=2 2022-05-18T04:59:24.5185110Z skip: Need at least 2 CUDA devices (2.249s) 2022-05-18T04:59:24.5265800Z test_mixed_precision_e2e_full_shard_mp_fp16_offload_true_prefetch_post_fp64_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6536 2022-05-18T04:59:24.5350440Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6537 2022-05-18T04:59:26.3463850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:26.3577470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:26.3579550Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:26.3585840Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:26.3593830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:26.3594840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:26.3597990Z dist init r=0, world=2 2022-05-18T04:59:26.3598610Z dist init r=1, world=2 2022-05-18T04:59:26.6520170Z skip: Need at least 2 CUDA devices (2.133s) 2022-05-18T04:59:26.6610570Z test_mixed_precision_e2e_full_shard_mp_fp16_offload_true_prefetch_pre_fp32_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6540 2022-05-18T04:59:26.6681480Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6541 2022-05-18T04:59:28.5646070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:28.6496490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:28.6499280Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:28.7354010Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:28.7362700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:28.7363980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:28.7367120Z dist init r=0, world=2 2022-05-18T04:59:28.7367810Z dist init r=1, world=2 2022-05-18T04:59:29.2126110Z skip: Need at least 2 CUDA devices (2.560s) 2022-05-18T04:59:29.2205950Z test_mixed_precision_e2e_full_shard_mp_fp16_offload_true_prefetch_pre_fp32_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6545 2022-05-18T04:59:29.2280660Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6546 2022-05-18T04:59:31.0427930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:31.0430730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:31.0431730Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:31.0434160Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:31.1162730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:31.1163500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:31.1166630Z dist init r=1, world=2 2022-05-18T04:59:31.1167170Z dist init r=0, world=2 2022-05-18T04:59:31.4474040Z skip: Need at least 2 CUDA devices (2.234s) 2022-05-18T04:59:31.4554030Z test_mixed_precision_e2e_full_shard_mp_fp16_offload_true_prefetch_pre_fp64_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6549 2022-05-18T04:59:31.4612270Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6550 2022-05-18T04:59:33.2484400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:33.2485400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:33.2487160Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:33.2489570Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:33.2498210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:33.2499300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:33.2502140Z dist init r=1, world=2 2022-05-18T04:59:33.2502820Z dist init r=0, world=2 2022-05-18T04:59:33.6106910Z skip: Need at least 2 CUDA devices (2.163s) 2022-05-18T04:59:33.6180190Z test_mixed_precision_e2e_full_shard_mp_fp16_offload_true_prefetch_pre_fp64_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6566 2022-05-18T04:59:33.6239460Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6567 2022-05-18T04:59:35.4994960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:35.4996690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:35.4997950Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:35.4999280Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:35.5739040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:35.5739890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:35.5742540Z dist init r=0, world=2 2022-05-18T04:59:35.5743270Z dist init r=1, world=2 2022-05-18T04:59:35.9005190Z skip: Need at least 2 CUDA devices (2.289s) 2022-05-18T04:59:35.9084710Z test_mixed_precision_e2e_full_shard_mp_no_mp_offload_false_prefetch_post_fp32_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6570 2022-05-18T04:59:35.9150250Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6571 2022-05-18T04:59:37.8488770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:37.8490130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:37.8491280Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:37.8492880Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:37.9359180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:37.9361230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:37.9362750Z dist init r=0, world=2 2022-05-18T04:59:37.9363960Z dist init r=1, world=2 2022-05-18T04:59:38.2767470Z skip: Need at least 2 CUDA devices (2.376s) 2022-05-18T04:59:38.2875040Z test_mixed_precision_e2e_full_shard_mp_no_mp_offload_false_prefetch_post_fp32_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6575 2022-05-18T04:59:38.2953450Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6576 2022-05-18T04:59:40.1228020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:40.1497710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:40.1500270Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:40.1991700Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:40.2000000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:40.2001240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:40.2004160Z dist init r=0, world=2 2022-05-18T04:59:40.2004790Z dist init r=1, world=2 2022-05-18T04:59:40.5451460Z skip: Need at least 2 CUDA devices (2.268s) 2022-05-18T04:59:40.5543430Z test_mixed_precision_e2e_full_shard_mp_no_mp_offload_false_prefetch_post_fp64_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6579 2022-05-18T04:59:40.5624030Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6580 2022-05-18T04:59:42.3920730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:42.4034490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:42.4037380Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:42.4336550Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:42.4345150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:42.4346050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:42.4349690Z dist init r=0, world=2 2022-05-18T04:59:42.4350240Z dist init r=1, world=2 2022-05-18T04:59:42.9062210Z skip: Need at least 2 CUDA devices (2.361s) 2022-05-18T04:59:42.9137870Z test_mixed_precision_e2e_full_shard_mp_no_mp_offload_false_prefetch_post_fp64_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6583 2022-05-18T04:59:42.9202320Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6584 2022-05-18T04:59:44.6554440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:44.6555800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:44.6557160Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:44.6558810Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:44.6567530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:44.6568590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:44.6571580Z dist init r=0, world=2 2022-05-18T04:59:44.6572140Z dist init r=1, world=2 2022-05-18T04:59:45.0176160Z skip: Need at least 2 CUDA devices (2.111s) 2022-05-18T04:59:45.0248550Z test_mixed_precision_e2e_full_shard_mp_no_mp_offload_false_prefetch_pre_fp32_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6587 2022-05-18T04:59:45.0309700Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6588 2022-05-18T04:59:46.7475770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:46.7476850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:46.7478190Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:46.7479910Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:46.7487460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:46.7488690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:46.7491330Z dist init r=1, world=2 2022-05-18T04:59:46.7491980Z dist init r=0, world=2 2022-05-18T04:59:47.1632410Z skip: Need at least 2 CUDA devices (2.145s) 2022-05-18T04:59:47.1711290Z test_mixed_precision_e2e_full_shard_mp_no_mp_offload_false_prefetch_pre_fp32_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6591 2022-05-18T04:59:47.1789310Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6592 2022-05-18T04:59:49.0299020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:49.0301080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:49.0302410Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:49.0304330Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:49.0313240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:49.0314240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:49.0317330Z dist init r=0, world=2 2022-05-18T04:59:49.0317980Z dist init r=1, world=2 2022-05-18T04:59:49.4951140Z skip: Need at least 2 CUDA devices (2.331s) 2022-05-18T04:59:49.5030040Z test_mixed_precision_e2e_full_shard_mp_no_mp_offload_false_prefetch_pre_fp64_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6596 2022-05-18T04:59:49.5099290Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6597 2022-05-18T04:59:51.2645750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:51.2758380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:51.2760780Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:51.3497320Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:51.3505790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:51.3506910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:51.3510200Z dist init r=0, world=2 2022-05-18T04:59:51.3510860Z dist init r=1, world=2 2022-05-18T04:59:51.6154200Z skip: Need at least 2 CUDA devices (2.120s) 2022-05-18T04:59:51.6227710Z test_mixed_precision_e2e_full_shard_mp_no_mp_offload_false_prefetch_pre_fp64_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6600 2022-05-18T04:59:51.6290610Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6601 2022-05-18T04:59:53.3219610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:53.3220880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:53.3222030Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:53.3223530Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:53.3232140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:53.3233140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:53.3235980Z dist init r=1, world=2 2022-05-18T04:59:53.3236610Z dist init r=0, world=2 2022-05-18T04:59:53.7173690Z skip: Need at least 2 CUDA devices (2.102s) 2022-05-18T04:59:53.7252040Z test_mixed_precision_e2e_full_shard_mp_no_mp_offload_true_prefetch_post_fp32_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6604 2022-05-18T04:59:53.7331100Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6605 2022-05-18T04:59:55.4420440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:55.5178690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:55.5181210Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:55.5281390Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:55.5288540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:55.5289250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:55.5292640Z dist init r=1, world=2 2022-05-18T04:59:55.5293160Z dist init r=0, world=2 2022-05-18T04:59:55.8935900Z skip: Need at least 2 CUDA devices (2.176s) 2022-05-18T04:59:55.9010960Z test_mixed_precision_e2e_full_shard_mp_no_mp_offload_true_prefetch_post_fp32_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6608 2022-05-18T04:59:55.9071180Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6609 2022-05-18T04:59:57.6239340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:57.6240370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:57.6241640Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:57.6243860Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:57.6253230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:57.6254000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:57.6257500Z dist init r=0, world=2 2022-05-18T04:59:57.6257960Z dist init r=1, world=2 2022-05-18T04:59:57.9516490Z skip: Need at least 2 CUDA devices (2.058s) 2022-05-18T04:59:57.9591430Z test_mixed_precision_e2e_full_shard_mp_no_mp_offload_true_prefetch_post_fp64_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6612 2022-05-18T04:59:57.9646220Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6613 2022-05-18T04:59:59.7135100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:59.7136990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:59.7138610Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:59.7140010Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:59:59.7154190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:59.7155230Z dist init r=1, world=2 2022-05-18T04:59:59.7156240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:59.7156540Z dist init r=0, world=2 2022-05-18T05:00:00.0624180Z skip: Need at least 2 CUDA devices (2.110s) 2022-05-18T05:00:00.0721630Z test_mixed_precision_e2e_full_shard_mp_no_mp_offload_true_prefetch_post_fp64_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6617 2022-05-18T05:00:00.0777720Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6618 2022-05-18T05:00:01.9039750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:01.9041640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:01.9042940Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:01.9044330Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:01.9053140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:01.9054240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:01.9057320Z dist init r=1, world=2 2022-05-18T05:00:01.9057980Z dist init r=0, world=2 2022-05-18T05:00:02.2670980Z skip: Need at least 2 CUDA devices (2.204s) 2022-05-18T05:00:02.2750600Z test_mixed_precision_e2e_full_shard_mp_no_mp_offload_true_prefetch_pre_fp32_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6621 2022-05-18T05:00:02.2822450Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6622 2022-05-18T05:00:04.0133330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:04.0240790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:04.0243830Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:04.0325920Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:04.0333080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:04.0333840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:04.0336950Z dist init r=1, world=2 2022-05-18T05:00:04.0337610Z dist init r=0, world=2 2022-05-18T05:00:04.3934180Z skip: Need at least 2 CUDA devices (2.126s) 2022-05-18T05:00:04.4005580Z test_mixed_precision_e2e_full_shard_mp_no_mp_offload_true_prefetch_pre_fp32_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6625 2022-05-18T05:00:04.4063750Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6626 2022-05-18T05:00:06.1511130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:06.1516480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:06.1519160Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:06.1521170Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:06.1528660Z dist init r=0, world=2 2022-05-18T05:00:06.1561500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:06.1562480Z dist init r=1, world=2 2022-05-18T05:00:06.1563260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:06.4133280Z skip: Need at least 2 CUDA devices (2.020s) 2022-05-18T05:00:06.4209820Z test_mixed_precision_e2e_full_shard_mp_no_mp_offload_true_prefetch_pre_fp64_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6629 2022-05-18T05:00:06.4274700Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6630 2022-05-18T05:00:08.0867060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:08.1684820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:08.1686880Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:08.1794040Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:08.1803440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:08.1804430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:08.1807740Z dist init r=0, world=2 2022-05-18T05:00:08.1808330Z dist init r=1, world=2 2022-05-18T05:00:08.5975940Z skip: Need at least 2 CUDA devices (2.184s) 2022-05-18T05:00:08.6057730Z test_mixed_precision_e2e_full_shard_mp_no_mp_offload_true_prefetch_pre_fp64_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6633 2022-05-18T05:00:08.6117590Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6634 2022-05-18T05:00:10.5211400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:10.5212600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:10.5213790Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:10.5215680Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:10.5955700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:10.5956470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:10.5959140Z dist init r=1, world=2 2022-05-18T05:00:10.5959710Z dist init r=0, world=2 2022-05-18T05:00:10.9618480Z skip: Need at least 2 CUDA devices (2.364s) 2022-05-18T05:00:10.9694250Z test_mixed_precision_e2e_full_shard_mp_only_param_and_buf_offload_false_prefetch_post_fp32_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6638 2022-05-18T05:00:10.9763550Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6639 2022-05-18T05:00:12.7328800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:12.7788130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:12.7790020Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:12.7794060Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:12.7802710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:12.7803840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:12.7806670Z dist init r=0, world=2 2022-05-18T05:00:12.7807280Z dist init r=1, world=2 2022-05-18T05:00:13.1701990Z skip: Need at least 2 CUDA devices (2.208s) 2022-05-18T05:00:13.1778580Z test_mixed_precision_e2e_full_shard_mp_only_param_and_buf_offload_false_prefetch_post_fp32_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6642 2022-05-18T05:00:13.1841050Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6643 2022-05-18T05:00:14.8936030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:14.9046670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:14.9049350Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:14.9244250Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:14.9251690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:14.9252830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:14.9255470Z dist init r=1, world=2 2022-05-18T05:00:14.9256020Z dist init r=0, world=2 2022-05-18T05:00:15.2711070Z skip: Need at least 2 CUDA devices (2.101s) 2022-05-18T05:00:15.2799180Z test_mixed_precision_e2e_full_shard_mp_only_param_and_buf_offload_false_prefetch_post_fp64_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6646 2022-05-18T05:00:15.2866230Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6647 2022-05-18T05:00:16.9808580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:16.9809630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:16.9811580Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:16.9813600Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:16.9822430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:16.9823300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:16.9826870Z dist init r=0, world=2 2022-05-18T05:00:16.9827430Z dist init r=1, world=2 2022-05-18T05:00:17.3913130Z skip: Need at least 2 CUDA devices (2.120s) 2022-05-18T05:00:17.3997560Z test_mixed_precision_e2e_full_shard_mp_only_param_and_buf_offload_false_prefetch_post_fp64_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6650 2022-05-18T05:00:17.4065060Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6651 2022-05-18T05:00:19.1312150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:19.1313090Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:19.1314970Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:19.1316430Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:19.1325820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:19.1326630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:19.1329590Z dist init r=0, world=2 2022-05-18T05:00:19.1330250Z dist init r=1, world=2 2022-05-18T05:00:19.4662060Z skip: Need at least 2 CUDA devices (2.075s) 2022-05-18T05:00:19.4736300Z test_mixed_precision_e2e_full_shard_mp_only_param_and_buf_offload_false_prefetch_pre_fp32_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6655 2022-05-18T05:00:19.4793120Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6656 2022-05-18T05:00:21.3084290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:21.3086300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:21.3087460Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:21.3089490Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:21.3099070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:21.3100040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:21.3103130Z dist init r=0, world=2 2022-05-18T05:00:21.3103680Z dist init r=1, world=2 2022-05-18T05:00:21.6133920Z skip: Need at least 2 CUDA devices (2.147s) 2022-05-18T05:00:21.6213540Z test_mixed_precision_e2e_full_shard_mp_only_param_and_buf_offload_false_prefetch_pre_fp32_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6659 2022-05-18T05:00:21.6273920Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6660 2022-05-18T05:00:23.4217970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:23.4337570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:23.4339990Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:23.5152420Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:23.5160700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:23.5161650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:23.5165100Z dist init r=0, world=2 2022-05-18T05:00:23.5165640Z dist init r=1, world=2 2022-05-18T05:00:23.9680760Z skip: Need at least 2 CUDA devices (2.354s) 2022-05-18T05:00:23.9761250Z test_mixed_precision_e2e_full_shard_mp_only_param_and_buf_offload_false_prefetch_pre_fp64_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6663 2022-05-18T05:00:23.9836080Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6664 2022-05-18T05:00:25.7566160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:25.8405650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:25.8407940Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:25.9274650Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:25.9283220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:25.9284150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:25.9287400Z dist init r=0, world=2 2022-05-18T05:00:25.9288070Z dist init r=1, world=2 2022-05-18T05:00:26.2659450Z skip: Need at least 2 CUDA devices (2.298s) 2022-05-18T05:00:26.2745380Z test_mixed_precision_e2e_full_shard_mp_only_param_and_buf_offload_false_prefetch_pre_fp64_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6667 2022-05-18T05:00:26.2818340Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6668 2022-05-18T05:00:28.2193920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:28.2197360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:28.2198180Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:28.2200120Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:28.2208780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:28.2209770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:28.2212900Z dist init r=1, world=2 2022-05-18T05:00:28.2213520Z dist init r=0, world=2 2022-05-18T05:00:28.6124280Z skip: Need at least 2 CUDA devices (2.346s) 2022-05-18T05:00:28.6202550Z test_mixed_precision_e2e_full_shard_mp_only_param_and_buf_offload_true_prefetch_post_fp32_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6671 2022-05-18T05:00:28.6275290Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6672 2022-05-18T05:00:30.3857820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:30.4715360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:30.4716820Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:30.5203980Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:30.5212250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:30.5213520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:30.5216550Z dist init r=0, world=2 2022-05-18T05:00:30.5217370Z dist init r=1, world=2 2022-05-18T05:00:31.0158880Z skip: Need at least 2 CUDA devices (2.403s) 2022-05-18T05:00:31.0234730Z test_mixed_precision_e2e_full_shard_mp_only_param_and_buf_offload_true_prefetch_post_fp32_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6676 2022-05-18T05:00:31.0292710Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6677 2022-05-18T05:00:32.7490610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:32.7491810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:32.7493800Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:32.7494920Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:32.7658310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:32.7659200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:32.7661450Z dist init r=0, world=2 2022-05-18T05:00:32.7662190Z dist init r=1, world=2 2022-05-18T05:00:33.1503240Z skip: Need at least 2 CUDA devices (2.134s) 2022-05-18T05:00:33.1580460Z test_mixed_precision_e2e_full_shard_mp_only_param_and_buf_offload_true_prefetch_post_fp64_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6680 2022-05-18T05:00:33.1657910Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6681 2022-05-18T05:00:34.9016920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:34.9018350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:34.9020070Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:34.9021250Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:34.9029770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:34.9030870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:34.9033600Z dist init r=1, world=2 2022-05-18T05:00:34.9034220Z dist init r=0, world=2 2022-05-18T05:00:35.2665550Z skip: Need at least 2 CUDA devices (2.116s) 2022-05-18T05:00:35.2749560Z test_mixed_precision_e2e_full_shard_mp_only_param_and_buf_offload_true_prefetch_post_fp64_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6684 2022-05-18T05:00:35.2806740Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6685 2022-05-18T05:00:37.0511210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:37.0682120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:37.0684800Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:37.1399000Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:37.1406640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:37.1407620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:37.1410520Z dist init r=0, world=2 2022-05-18T05:00:37.1411030Z dist init r=1, world=2 2022-05-18T05:00:37.5156220Z skip: Need at least 2 CUDA devices (2.249s) 2022-05-18T05:00:37.5234120Z test_mixed_precision_e2e_full_shard_mp_only_param_and_buf_offload_true_prefetch_pre_fp32_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6688 2022-05-18T05:00:37.5310450Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6689 2022-05-18T05:00:39.3025270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:39.3128460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:39.3131500Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:39.3929730Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:39.3937820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:39.3938640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:39.3941670Z dist init r=0, world=2 2022-05-18T05:00:39.3942370Z dist init r=1, world=2 2022-05-18T05:00:39.7675640Z skip: Need at least 2 CUDA devices (2.252s) 2022-05-18T05:00:39.7752010Z test_mixed_precision_e2e_full_shard_mp_only_param_and_buf_offload_true_prefetch_pre_fp32_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6693 2022-05-18T05:00:39.7819800Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6694 2022-05-18T05:00:41.4742680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:41.4744230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:41.4745200Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:41.4747030Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:41.4755020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:41.4756270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:41.4759000Z dist init r=1, world=2 2022-05-18T05:00:41.4759640Z dist init r=0, world=2 2022-05-18T05:00:41.7674960Z skip: Need at least 2 CUDA devices (2.000s) 2022-05-18T05:00:41.7751150Z test_mixed_precision_e2e_full_shard_mp_only_param_and_buf_offload_true_prefetch_pre_fp64_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6697 2022-05-18T05:00:41.7815870Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6698 2022-05-18T05:00:43.4447530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:43.5133900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:43.5136290Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:43.5141990Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:43.5150080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:43.5150860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:43.5154270Z dist init r=0, world=2 2022-05-18T05:00:43.5154940Z dist init r=1, world=2 2022-05-18T05:00:43.8926570Z skip: Need at least 2 CUDA devices (2.125s) 2022-05-18T05:00:43.9006770Z test_mixed_precision_e2e_full_shard_mp_only_param_and_buf_offload_true_prefetch_pre_fp64_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6701 2022-05-18T05:00:43.9077710Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6702 2022-05-18T05:00:45.7785600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:45.7787180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:45.7789250Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:45.7790740Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:45.7799230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:45.7800390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:45.7803100Z dist init r=0, world=2 2022-05-18T05:00:45.7803780Z dist init r=1, world=2 2022-05-18T05:00:46.1628980Z skip: Need at least 2 CUDA devices (2.270s) 2022-05-18T05:00:46.1715140Z test_mixed_precision_e2e_full_shard_mp_only_reduce_offload_false_prefetch_post_fp32_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6705 2022-05-18T05:00:46.1784010Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6706 2022-05-18T05:00:47.9951520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:48.0156630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:48.0158780Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:48.0971540Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:48.0980190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:48.0980990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:48.0984470Z dist init r=0, world=2 2022-05-18T05:00:48.0985010Z dist init r=1, world=2 2022-05-18T05:00:48.4621380Z skip: Need at least 2 CUDA devices (2.299s) 2022-05-18T05:00:48.4694350Z test_mixed_precision_e2e_full_shard_mp_only_reduce_offload_false_prefetch_post_fp32_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6709 2022-05-18T05:00:48.4752530Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6710 2022-05-18T05:00:50.3674580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:50.3676990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:50.3678540Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:50.3680210Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:50.3689520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:50.3690240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:50.3693670Z dist init r=0, world=2 2022-05-18T05:00:50.3694240Z dist init r=1, world=2 2022-05-18T05:00:50.6554770Z skip: Need at least 2 CUDA devices (2.193s) 2022-05-18T05:00:50.6629590Z test_mixed_precision_e2e_full_shard_mp_only_reduce_offload_false_prefetch_post_fp64_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6714 2022-05-18T05:00:50.6694240Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6715 2022-05-18T05:00:52.5156030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:52.5157830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:52.5159150Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:52.5161100Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:52.5169940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:52.5170820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:52.5173570Z dist init r=1, world=2 2022-05-18T05:00:52.5174230Z dist init r=0, world=2 2022-05-18T05:00:52.8911630Z skip: Need at least 2 CUDA devices (2.235s) 2022-05-18T05:00:52.8994100Z test_mixed_precision_e2e_full_shard_mp_only_reduce_offload_false_prefetch_post_fp64_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6718 2022-05-18T05:00:52.9067360Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6719 2022-05-18T05:00:54.7819820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:54.7821470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:54.7823230Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:54.7824410Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:54.7833140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:54.7833970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:54.7837390Z dist init r=1, world=2 2022-05-18T05:00:54.7838080Z dist init r=0, world=2 2022-05-18T05:00:55.1675530Z skip: Need at least 2 CUDA devices (2.276s) 2022-05-18T05:00:55.1754630Z test_mixed_precision_e2e_full_shard_mp_only_reduce_offload_false_prefetch_pre_fp32_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6722 2022-05-18T05:00:55.1831480Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6723 2022-05-18T05:00:57.0281670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:57.0283270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:57.0285010Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:57.0287420Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:57.0412060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:57.0412850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:57.0415650Z dist init r=1, world=2 2022-05-18T05:00:57.0416370Z dist init r=0, world=2 2022-05-18T05:00:57.4715450Z skip: Need at least 2 CUDA devices (2.304s) 2022-05-18T05:00:57.4792000Z test_mixed_precision_e2e_full_shard_mp_only_reduce_offload_false_prefetch_pre_fp32_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6726 2022-05-18T05:00:57.4862550Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6727 2022-05-18T05:00:59.3009810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:59.3885250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:59.3887700Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:59.4705180Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:00:59.4713780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:59.4714890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:59.4717670Z dist init r=0, world=2 2022-05-18T05:00:59.4718300Z dist init r=1, world=2 2022-05-18T05:00:59.9090350Z skip: Need at least 2 CUDA devices (2.437s) 2022-05-18T05:00:59.9175020Z test_mixed_precision_e2e_full_shard_mp_only_reduce_offload_false_prefetch_pre_fp64_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6731 2022-05-18T05:00:59.9242610Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6732 2022-05-18T05:01:01.6520550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:01.6521510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:01.6523020Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:01.6524960Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:01.6533010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:01.6533730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:01.6536830Z dist init r=0, world=2 2022-05-18T05:01:01.6537350Z dist init r=1, world=2 2022-05-18T05:01:01.9571100Z skip: Need at least 2 CUDA devices (2.048s) 2022-05-18T05:01:01.9650260Z test_mixed_precision_e2e_full_shard_mp_only_reduce_offload_false_prefetch_pre_fp64_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6735 2022-05-18T05:01:01.9718840Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6736 2022-05-18T05:01:03.6796340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:03.7660110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:03.7668370Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:03.8151510Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:03.8158570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:03.8159610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:03.8162760Z dist init r=1, world=2 2022-05-18T05:01:03.8163370Z dist init r=0, world=2 2022-05-18T05:01:04.0949770Z skip: Need at least 2 CUDA devices (2.137s) 2022-05-18T05:01:04.1030480Z test_mixed_precision_e2e_full_shard_mp_only_reduce_offload_true_prefetch_post_fp32_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6739 2022-05-18T05:01:04.1110720Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6740 2022-05-18T05:01:05.8293700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:05.8896320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:05.8899290Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:05.9145620Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:05.9152820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:05.9154230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:05.9156910Z dist init r=1, world=2 2022-05-18T05:01:05.9157530Z dist init r=0, world=2 2022-05-18T05:01:06.2366430Z skip: Need at least 2 CUDA devices (2.141s) 2022-05-18T05:01:06.2446330Z test_mixed_precision_e2e_full_shard_mp_only_reduce_offload_true_prefetch_post_fp32_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6743 2022-05-18T05:01:06.2509190Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6744 2022-05-18T05:01:07.9283880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:07.9285230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:07.9286860Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:07.9288160Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:07.9296050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:07.9297240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:07.9300150Z dist init r=1, world=2 2022-05-18T05:01:07.9300710Z dist init r=0, world=2 2022-05-18T05:01:08.3499750Z skip: Need at least 2 CUDA devices (2.113s) 2022-05-18T05:01:08.3575350Z test_mixed_precision_e2e_full_shard_mp_only_reduce_offload_true_prefetch_post_fp64_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6747 2022-05-18T05:01:08.3629620Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6748 2022-05-18T05:01:10.1521180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:10.1856100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:10.1884860Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:10.1963570Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:10.1972250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:10.1973160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:10.1976490Z dist init r=0, world=2 2022-05-18T05:01:10.1977180Z dist init r=1, world=2 2022-05-18T05:01:10.5774830Z skip: Need at least 2 CUDA devices (2.227s) 2022-05-18T05:01:10.5848730Z test_mixed_precision_e2e_full_shard_mp_only_reduce_offload_true_prefetch_post_fp64_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6752 2022-05-18T05:01:10.5910860Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6753 2022-05-18T05:01:12.3869030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:12.3966500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:12.3968530Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:12.4081380Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:12.4092910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:12.4093610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:12.4096820Z dist init r=0, world=2 2022-05-18T05:01:12.4097710Z dist init r=1, world=2 2022-05-18T05:01:12.7188660Z skip: Need at least 2 CUDA devices (2.141s) 2022-05-18T05:01:12.7269860Z test_mixed_precision_e2e_full_shard_mp_only_reduce_offload_true_prefetch_pre_fp32_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6756 2022-05-18T05:01:12.7338360Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6757 2022-05-18T05:01:14.6345490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:14.6436450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:14.6438780Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:14.6560740Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:14.6570690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:14.6571410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:14.6574610Z dist init r=1, world=2 2022-05-18T05:01:14.6575180Z dist init r=0, world=2 2022-05-18T05:01:15.1905310Z skip: Need at least 2 CUDA devices (2.471s) 2022-05-18T05:01:15.1987850Z test_mixed_precision_e2e_full_shard_mp_only_reduce_offload_true_prefetch_pre_fp32_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6760 2022-05-18T05:01:15.2059200Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6761 2022-05-18T05:01:17.1492480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:17.1494320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:17.1496800Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:17.1499520Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:17.1507320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:17.1508500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:17.1512410Z dist init r=1, world=2 2022-05-18T05:01:17.1513050Z dist init r=0, world=2 2022-05-18T05:01:17.6034840Z skip: Need at least 2 CUDA devices (2.413s) 2022-05-18T05:01:17.6116720Z test_mixed_precision_e2e_full_shard_mp_only_reduce_offload_true_prefetch_pre_fp64_none (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6764 2022-05-18T05:01:17.6179300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6765 2022-05-18T05:01:19.5030120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:19.5132770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:19.5135350Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:19.5143710Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:19.5153240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:19.5157320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:19.5158170Z dist init r=1, world=2 2022-05-18T05:01:19.5158880Z dist init r=0, world=2 2022-05-18T05:01:19.9703240Z skip: Need at least 2 CUDA devices (2.366s) 2022-05-18T05:01:19.9782340Z test_mixed_precision_e2e_full_shard_mp_only_reduce_offload_true_prefetch_pre_fp64_sharded_grad_scaler (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6769 2022-05-18T05:01:19.9855470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6770 2022-05-18T05:01:21.7823340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:21.7824370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:21.7826200Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:21.7827280Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:21.7835620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:21.7836820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:21.7842270Z dist init r=1, world=2 2022-05-18T05:01:21.7843060Z dist init r=0, world=2 2022-05-18T05:01:22.0853490Z skip: Need at least 2 CUDA devices (2.115s) 2022-05-18T05:01:22.0925660Z test_mixed_precision_no_reshard_after_forward (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6773 2022-05-18T05:01:22.0986620Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6774 2022-05-18T05:01:23.8851250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:23.9690680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:23.9693340Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:23.9871230Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:23.9880400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:23.9881630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:23.9885990Z dist init r=0, world=2 2022-05-18T05:01:23.9886640Z dist init r=1, world=2 2022-05-18T05:01:24.3902590Z skip: Need at least 2 CUDA devices (2.305s) 2022-05-18T05:01:24.3936790Z test_mixed_precision_resnet (__main__.TestFSDPMixedPrecisionSharded) 2022-05-18T05:01:24.3937900Z End to end test to ensure mixed precision + auto_wrap works ... skip: no torchvision (0.003s) 2022-05-18T05:01:24.4034000Z test_mp_batchnorm_convert_sync_bn_False (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6777 2022-05-18T05:01:24.4108040Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6778 2022-05-18T05:01:26.2880700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:26.2934010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:26.2937260Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:26.3146580Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:26.3155720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:26.3156690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:26.3161320Z dist init r=1, world=2 2022-05-18T05:01:26.3162300Z dist init r=0, world=2 2022-05-18T05:01:26.6649340Z skip: Need at least 2 CUDA devices (2.271s) 2022-05-18T05:01:26.6755970Z test_mp_batchnorm_convert_sync_bn_True (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6781 2022-05-18T05:01:26.6821860Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6782 2022-05-18T05:01:28.5604120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:28.5628680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:28.5629070Z dist init r=0, world=2 2022-05-18T05:01:28.5630480Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:28.5630820Z dist init r=1, world=2 2022-05-18T05:01:28.5631960Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:28.5632940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:28.5633740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:28.8625730Z skip: Need at least 2 CUDA devices (2.197s) 2022-05-18T05:01:28.8699710Z test_mp_embedding_default (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6785 2022-05-18T05:01:28.8760080Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6786 2022-05-18T05:01:30.8437090Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:30.9246040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:30.9248210Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:30.9726060Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:30.9734790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:30.9736020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:30.9739290Z dist init r=0, world=2 2022-05-18T05:01:30.9739980Z dist init r=1, world=2 2022-05-18T05:01:31.2647730Z skip: Need at least 2 CUDA devices (2.402s) 2022-05-18T05:01:31.2719450Z test_mp_embedding_only_params_and_bufs (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6790 2022-05-18T05:01:31.2787850Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6791 2022-05-18T05:01:33.0070470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:33.0168150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:33.0170770Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:33.0908730Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:33.0917400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:33.0918700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:33.0921640Z dist init r=0, world=2 2022-05-18T05:01:33.0922260Z dist init r=1, world=2 2022-05-18T05:01:33.3912620Z skip: Need at least 2 CUDA devices (2.126s) 2022-05-18T05:01:33.3985380Z test_mp_embedding_params_and_reduce_diff (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6794 2022-05-18T05:01:33.4041590Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6795 2022-05-18T05:01:35.1387110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:35.1388520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:35.1389930Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:35.1391080Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:35.2040690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:35.2041560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:35.2044030Z dist init r=0, world=2 2022-05-18T05:01:35.2044590Z dist init r=1, world=2 2022-05-18T05:01:35.4910830Z skip: Need at least 2 CUDA devices (2.099s) 2022-05-18T05:01:35.4990410Z test_mp_embedding_reduce (__main__.TestFSDPMixedPrecisionSharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6798 2022-05-18T05:01:35.5067040Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6799 2022-05-18T05:01:37.2368760Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:37.3105630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:37.3107960Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:37.3294080Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:01:37.3303100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:37.3303830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:37.3307470Z dist init r=0, world=2 2022-05-18T05:01:37.3308020Z dist init r=1, world=2 2022-05-18T05:01:37.6368290Z skip: Need at least 2 CUDA devices (2.145s) 2022-05-18T05:01:37.6454140Z test_mixed_precision_e2e_full_shard (__main__.TestFSDPMixedPrecisionUnsharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6802 2022-05-18T05:01:39.2730470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:39.2732590Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 1 nodes. 2022-05-18T05:01:39.2738850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:39.2743380Z dist init r=0, world=1 2022-05-18T05:01:39.6396120Z skip: Need at least 1 CUDA device (2.002s) 2022-05-18T05:01:39.6469710Z test_mixed_precision_no_reshard_after_forward (__main__.TestFSDPMixedPrecisionUnsharded) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6804 2022-05-18T05:01:41.2904770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:41.2906850Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 1 nodes. 2022-05-18T05:01:41.2913400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:41.2917930Z dist init r=0, world=1 2022-05-18T05:01:41.7131860Z skip: Need at least 1 CUDA device (2.073s) 2022-05-18T05:01:41.7411170Z 2022-05-18T05:01:41.7412370Z ---------------------------------------------------------------------- 2022-05-18T05:01:41.7413130Z Ran 74 tests in 162.314s 2022-05-18T05:01:41.7413580Z 2022-05-18T05:01:41.7414440Z OK (skipped=74) 2022-05-18T05:01:41.7414650Z 2022-05-18T05:01:41.7414740Z Generating XML reports... 2022-05-18T05:01:41.7415450Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_mixed_precision/TEST-TestFSDPMixedPrecisionSharded-20220518045859.xml 2022-05-18T05:01:41.7416270Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_mixed_precision/TEST-TestFSDPMixedPrecisionUnsharded-20220518045859.xml 2022-05-18T05:01:42.0331360Z Running distributed/fsdp/test_fsdp_multiple_wrapping ... [2022-05-18 05:01:42.032487] 2022-05-18T05:01:42.0332740Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_multiple_wrapping.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:01:42.032625] 2022-05-18T05:01:43.2657640Z 2022-05-18T05:01:43.2658480Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_multiple_wrapping 2022-05-18T05:01:43.2658860Z Running tests... 2022-05-18T05:01:43.2659280Z ---------------------------------------------------------------------- 2022-05-18T05:01:43.2675040Z test_multiple_wrapping (__main__.TestMultipleWrapping) 2022-05-18T05:01:43.7132600Z This test simulates wrapping the module after training to run inference. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6812 2022-05-18T05:01:43.7283790Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6813 2022-05-18T05:01:43.7400640Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6814 2022-05-18T05:01:43.7460590Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6815 2022-05-18T05:01:45.5998680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:45.6000400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:45.6374370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:45.6639150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:45.6642040Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:01:45.6735750Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:01:45.6737810Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:01:45.6743800Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:01:45.6755230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:45.6865960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:45.6866310Z dist init r=0, world=4 2022-05-18T05:01:45.6958290Z dist init r=2, world=4 2022-05-18T05:01:45.6968180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:45.7068210Z dist init r=3, world=4 2022-05-18T05:01:45.7161540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:45.7169910Z dist init r=1, world=4 2022-05-18T05:01:46.0250230Z skip: Need at least 2 CUDA devices (2.759s) 2022-05-18T05:01:46.0327640Z 2022-05-18T05:01:46.0328370Z ---------------------------------------------------------------------- 2022-05-18T05:01:46.0328700Z Ran 1 test in 2.760s 2022-05-18T05:01:46.0328840Z 2022-05-18T05:01:46.0329030Z OK (skipped=1) 2022-05-18T05:01:46.0329170Z 2022-05-18T05:01:46.0329270Z Generating XML reports... 2022-05-18T05:01:46.0330340Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_multiple_wrapping/TEST-TestMultipleWrapping-20220518050143.xml 2022-05-18T05:01:46.2836590Z Running distributed/fsdp/test_fsdp_overlap ... [2022-05-18 05:01:46.282975] 2022-05-18T05:01:46.2837940Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_overlap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:01:46.283096] 2022-05-18T05:01:47.5249130Z 2022-05-18T05:01:47.5249460Z Running tests... 2022-05-18T05:01:47.5250080Z ---------------------------------------------------------------------- 2022-05-18T05:01:47.5250620Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_overlap 2022-05-18T05:01:47.9669420Z test_forward_overlap (__main__.TestForwardOverlapWorldSizeOne) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6823 2022-05-18T05:01:49.2461200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:49.2463720Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 1 nodes. 2022-05-18T05:01:49.2470520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:49.2474790Z dist init r=0, world=1 2022-05-18T05:01:49.4127970Z skip: Need at least 2 CUDA devices (1.888s) 2022-05-18T05:01:49.4149250Z test_forward_overlap (__main__.TestForwardOverlapWorldSizeTwo) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71183 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-05-18T05:01:49.4230980Z 2022-05-18T05:01:49.4231500Z ---------------------------------------------------------------------- 2022-05-18T05:01:49.4232420Z Ran 2 tests in 1.890s 2022-05-18T05:01:49.4233000Z 2022-05-18T05:01:49.4233630Z OK (skipped=2) 2022-05-18T05:01:49.4233770Z 2022-05-18T05:01:49.4233950Z Generating XML reports... 2022-05-18T05:01:49.4234620Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_overlap/TEST-TestForwardOverlapWorldSizeOne-20220518050147.xml 2022-05-18T05:01:49.4235420Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_overlap/TEST-TestForwardOverlapWorldSizeTwo-20220518050147.xml 2022-05-18T05:01:49.6823430Z Running distributed/fsdp/test_fsdp_sharded_grad_scaler ... [2022-05-18 05:01:49.681532] 2022-05-18T05:01:49.6824880Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_sharded_grad_scaler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:01:49.681658] 2022-05-18T05:01:50.9334900Z 2022-05-18T05:01:50.9335700Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_sharded_grad_scaler 2022-05-18T05:01:50.9336080Z Running tests... 2022-05-18T05:01:50.9336480Z ---------------------------------------------------------------------- 2022-05-18T05:01:50.9353910Z test_grad_scaling (__main__.TestShardGradScaler) ... skip: no supported device (cuda, xla) found (0.002s) 2022-05-18T05:01:50.9368030Z test_inf_gradients_skip_optim_step (__main__.TestShardGradScaler) ... skip: no supported device (cuda, xla) found (0.001s) 2022-05-18T05:01:50.9407530Z test_scaling_unscaling_sparse (__main__.TestShardGradScaler) ... skip: no supported device (cuda, xla) found (0.004s) 2022-05-18T05:01:51.3675570Z test_scaler_enabled_offload_false_none_mixed_precision (__main__.TestShardedGradScalerParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6829 2022-05-18T05:01:51.3844980Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6830 2022-05-18T05:01:51.3958220Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6831 2022-05-18T05:01:51.4010060Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6832 2022-05-18T05:01:53.3896330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:53.3897850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:53.3906130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:53.3908220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:53.3910000Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:01:53.3911940Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:01:53.4021980Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:01:53.4023840Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:01:53.4763540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:53.4866740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:53.4867120Z dist init r=0, world=4 2022-05-18T05:01:53.4971850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:53.4972300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:53.4972600Z dist init r=1, world=4 2022-05-18T05:01:53.5170980Z dist init r=2, world=4 2022-05-18T05:01:53.5275360Z dist init r=3, world=4 2022-05-18T05:01:53.7921370Z skip: Need at least 2 CUDA devices (2.851s) 2022-05-18T05:01:53.8005240Z test_scaler_enabled_offload_false_none_none (__main__.TestShardedGradScalerParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6837 2022-05-18T05:01:53.8072000Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6838 2022-05-18T05:01:53.8328580Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6839 2022-05-18T05:01:53.8376010Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6840 2022-05-18T05:01:55.7180960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:55.7293720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:55.7297340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:55.7304000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:55.7307130Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:01:55.7416740Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:01:55.8044570Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:01:55.8170510Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:01:55.8895260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:55.8998280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:55.8998740Z dist init r=1, world=4 2022-05-18T05:01:55.8999050Z dist init r=3, world=4 2022-05-18T05:01:55.9201040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:55.9201450Z dist init r=2, world=4 2022-05-18T05:01:55.9202630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:55.9202980Z dist init r=0, world=4 2022-05-18T05:01:56.2649600Z skip: Need at least 2 CUDA devices (2.472s) 2022-05-18T05:01:56.2738830Z test_scaler_enabled_offload_false_shard_grad_op_mixed_precision (__main__.TestShardedGradScalerParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6845 2022-05-18T05:01:56.2805590Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6846 2022-05-18T05:01:56.2886730Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6847 2022-05-18T05:01:56.3028170Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6848 2022-05-18T05:01:58.1504900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:58.1505720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:58.1507180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:58.1518070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:58.1520880Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:01:58.1620040Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:01:58.1621540Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:01:58.2265420Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:01:58.2279590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:58.2382860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:58.2383220Z dist init r=2, world=4 2022-05-18T05:01:58.2486600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:58.2486950Z dist init r=0, world=4 2022-05-18T05:01:58.2687000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:58.2688140Z dist init r=3, world=4 2022-05-18T05:01:58.2790710Z dist init r=1, world=4 2022-05-18T05:01:58.5146300Z skip: Need at least 2 CUDA devices (2.249s) 2022-05-18T05:01:58.5229660Z test_scaler_enabled_offload_false_shard_grad_op_none (__main__.TestShardedGradScalerParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6853 2022-05-18T05:01:58.5290430Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6854 2022-05-18T05:01:58.5528340Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6855 2022-05-18T05:01:58.5577020Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6856 2022-05-18T05:02:00.5364790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:00.5367610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:00.5377050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:00.5379020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:00.5380330Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:02:00.5383230Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:02:00.5488700Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:02:00.5968610Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:02:00.6397410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:00.6501010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:00.6501380Z dist init r=2, world=4 2022-05-18T05:02:00.6634130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:00.6634490Z dist init r=0, world=4 2022-05-18T05:02:00.6805590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:00.6805950Z dist init r=3, world=4 2022-05-18T05:02:00.6905680Z dist init r=1, world=4 2022-05-18T05:02:01.0148240Z skip: Need at least 2 CUDA devices (2.500s) 2022-05-18T05:02:01.0221180Z test_scaler_enabled_offload_true_none_mixed_precision (__main__.TestShardedGradScalerParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6862 2022-05-18T05:02:01.0297970Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6863 2022-05-18T05:02:01.0608840Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6864 2022-05-18T05:02:01.0710450Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6865 2022-05-18T05:02:02.9957570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:02.9960330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:02.9961890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:03.0139290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:03.0148090Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:02:03.0818140Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:02:03.0824640Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:02:03.0825760Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:02:03.0943580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:03.0943940Z dist init r=2, world=4 2022-05-18T05:02:03.1047870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:03.1048230Z dist init r=1, world=4 2022-05-18T05:02:03.1232700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:03.1233080Z dist init r=3, world=4 2022-05-18T05:02:03.1349110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:03.1349690Z dist init r=0, world=4 2022-05-18T05:02:03.3898940Z skip: Need at least 2 CUDA devices (2.375s) 2022-05-18T05:02:03.3980340Z test_scaler_enabled_offload_true_none_none (__main__.TestShardedGradScalerParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6870 2022-05-18T05:02:03.4051760Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6871 2022-05-18T05:02:03.4326950Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6872 2022-05-18T05:02:03.4428670Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6873 2022-05-18T05:02:05.4017940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:05.4020370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:05.4023500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:05.4028320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:05.4030070Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:02:05.4031470Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:02:05.4135620Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:02:05.4140100Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:02:05.4771490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:05.4875140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:05.4875480Z dist init r=3, world=4 2022-05-18T05:02:05.4980530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:05.4980910Z dist init r=2, world=4 2022-05-18T05:02:05.5176770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:05.5177120Z dist init r=1, world=4 2022-05-18T05:02:05.5281560Z dist init r=0, world=4 2022-05-18T05:02:05.8404400Z skip: Need at least 2 CUDA devices (2.450s) 2022-05-18T05:02:05.8480490Z test_scaler_enabled_offload_true_shard_grad_op_mixed_precision (__main__.TestShardedGradScalerParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6878 2022-05-18T05:02:05.8549930Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6879 2022-05-18T05:02:05.8781640Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6880 2022-05-18T05:02:05.8892150Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6881 2022-05-18T05:02:07.7886440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:07.8517980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:07.8519120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:07.8521950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:07.8523550Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:02:07.8525700Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:02:07.8527790Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:02:07.8667760Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:02:07.8893030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:07.8996290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:07.8996650Z dist init r=3, world=4 2022-05-18T05:02:07.9108680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:07.9109030Z dist init r=2, world=4 2022-05-18T05:02:07.9297790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:07.9298200Z dist init r=0, world=4 2022-05-18T05:02:07.9403900Z dist init r=1, world=4 2022-05-18T05:02:08.2392980Z skip: Need at least 2 CUDA devices (2.398s) 2022-05-18T05:02:08.2468690Z test_scaler_enabled_offload_true_shard_grad_op_none (__main__.TestShardedGradScalerParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6886 2022-05-18T05:02:08.2528940Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6887 2022-05-18T05:02:08.2671350Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6888 2022-05-18T05:02:08.2873090Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6889 2022-05-18T05:02:10.1495840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:10.1630700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:10.1634060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:10.1639140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:10.1641660Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:02:10.1741940Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:02:10.2409070Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:02:10.2410630Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:02:10.2639270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:10.2742890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:10.2743250Z dist init r=1, world=4 2022-05-18T05:02:10.2843410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:10.2843770Z dist init r=3, world=4 2022-05-18T05:02:10.2943760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:10.2944200Z dist init r=0, world=4 2022-05-18T05:02:10.3044150Z dist init r=2, world=4 2022-05-18T05:02:10.7639500Z skip: Need at least 2 CUDA devices (2.524s) 2022-05-18T05:02:10.7774670Z 2022-05-18T05:02:10.7775380Z ---------------------------------------------------------------------- 2022-05-18T05:02:10.7775700Z Ran 11 tests in 19.831s 2022-05-18T05:02:10.7775860Z 2022-05-18T05:02:10.7775950Z OK (skipped=11) 2022-05-18T05:02:10.7776080Z 2022-05-18T05:02:10.7776170Z Generating XML reports... 2022-05-18T05:02:10.7776780Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_sharded_grad_scaler/TEST-TestShardGradScaler-20220518050150.xml 2022-05-18T05:02:10.7777620Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_sharded_grad_scaler/TEST-TestShardedGradScalerParityWithDDP-20220518050150.xml 2022-05-18T05:02:11.0206860Z Running distributed/fsdp/test_fsdp_summon_full_params ... [2022-05-18 05:02:11.020111] 2022-05-18T05:02:11.0208320Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_summon_full_params.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:02:11.020237] 2022-05-18T05:02:12.1902530Z 2022-05-18T05:02:12.1902870Z Running tests... 2022-05-18T05:02:12.1903490Z ---------------------------------------------------------------------- 2022-05-18T05:02:12.1904050Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_summon_full_params 2022-05-18T05:02:12.6533510Z test_cannot_summon_full_params_from_backward (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6898 2022-05-18T05:02:12.6597520Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6899 2022-05-18T05:02:13.8857050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:13.8860770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:13.8862070Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:13.8863380Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:13.8971310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:13.8972300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:13.8975610Z dist init r=1, world=2 2022-05-18T05:02:13.8976230Z dist init r=0, world=2 2022-05-18T05:02:14.1408650Z skip: Need at least 2 CUDA devices (1.950s) 2022-05-18T05:02:14.1479320Z test_cannot_summon_full_params_from_forward (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6902 2022-05-18T05:02:14.1543130Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6903 2022-05-18T05:02:15.4187740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:15.4189180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:15.4190930Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:15.4192730Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:15.4302540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:15.4303540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:15.4306490Z dist init r=0, world=2 2022-05-18T05:02:15.4307130Z dist init r=1, world=2 2022-05-18T05:02:15.6152060Z skip: Need at least 2 CUDA devices (1.474s) 2022-05-18T05:02:15.6235420Z test_named_parameters_buffers_prefix__recurse_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6906 2022-05-18T05:02:15.6300070Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6907 2022-05-18T05:02:16.8701780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:16.8702890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:16.8704350Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:16.8706080Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:16.8882030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:16.8883010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:16.8885570Z dist init r=0, world=2 2022-05-18T05:02:16.8886250Z dist init r=1, world=2 2022-05-18T05:02:17.2040580Z skip: Need at least 2 CUDA devices (1.588s) 2022-05-18T05:02:17.2122450Z test_named_parameters_buffers_prefix__recurse_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6910 2022-05-18T05:02:17.2183400Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6911 2022-05-18T05:02:18.4769500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:18.4771270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:18.4772980Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:18.4774430Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:18.4884000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:18.4884750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:18.4887750Z dist init r=0, world=2 2022-05-18T05:02:18.4888390Z dist init r=1, world=2 2022-05-18T05:02:18.8015100Z skip: Need at least 2 CUDA devices (1.597s) 2022-05-18T05:02:18.8097140Z test_named_parameters_buffers_prefix_test_prefix_recurse_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6914 2022-05-18T05:02:18.8159220Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6915 2022-05-18T05:02:20.0627470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:20.0750460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:20.0756690Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:20.1462630Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:20.1470000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:20.1473770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:20.1474090Z dist init r=0, world=2 2022-05-18T05:02:20.1475430Z dist init r=1, world=2 2022-05-18T05:02:20.3894650Z skip: Need at least 2 CUDA devices (1.588s) 2022-05-18T05:02:20.3973470Z test_named_parameters_buffers_prefix_test_prefix_recurse_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6918 2022-05-18T05:02:20.4035840Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6919 2022-05-18T05:02:21.7634080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:21.7636090Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:21.7637180Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:21.7640040Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:21.7648590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:21.7649300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:21.7652800Z dist init r=1, world=2 2022-05-18T05:02:21.7653300Z dist init r=0, world=2 2022-05-18T05:02:22.0141840Z skip: Need at least 2 CUDA devices (1.624s) 2022-05-18T05:02:22.0233370Z test_params_are_unflattenned_rank0_only_False_offload_to_cpu_False_mixed_precision_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6923 2022-05-18T05:02:22.0296270Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6924 2022-05-18T05:02:23.2775660Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:23.2776610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:23.2778360Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:23.2780190Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:23.2788740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:23.2789660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:23.2793030Z dist init r=0, world=2 2022-05-18T05:02:23.2793550Z dist init r=1, world=2 2022-05-18T05:02:23.6160780Z skip: Need at least 2 CUDA devices (1.602s) 2022-05-18T05:02:23.6249670Z test_params_are_unflattenned_rank0_only_False_offload_to_cpu_False_mixed_precision_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6927 2022-05-18T05:02:23.6310020Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6928 2022-05-18T05:02:24.8624130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:24.8625600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:24.8627190Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:24.8628880Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:24.8635860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:24.8636910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:24.8640210Z dist init r=1, world=2 2022-05-18T05:02:24.8640780Z dist init r=0, world=2 2022-05-18T05:02:25.2006420Z skip: Need at least 2 CUDA devices (1.584s) 2022-05-18T05:02:25.2099320Z test_params_are_unflattenned_rank0_only_False_offload_to_cpu_True_mixed_precision_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6931 2022-05-18T05:02:25.2157140Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6932 2022-05-18T05:02:26.4355420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:26.4356900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:26.4358200Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:26.4360050Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:26.5144430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:26.5147620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:26.5154100Z dist init r=1, world=2 2022-05-18T05:02:26.5155630Z dist init r=0, world=2 2022-05-18T05:02:26.8904030Z skip: Need at least 2 CUDA devices (1.689s) 2022-05-18T05:02:26.8992710Z test_params_are_unflattenned_rank0_only_False_offload_to_cpu_True_mixed_precision_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6935 2022-05-18T05:02:26.9055650Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6936 2022-05-18T05:02:28.1054570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:28.1056000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:28.1057290Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:28.1059960Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:28.1067610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:28.1068660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:28.1071480Z dist init r=0, world=2 2022-05-18T05:02:28.1072130Z dist init r=1, world=2 2022-05-18T05:02:28.3902200Z skip: Need at least 2 CUDA devices (1.499s) 2022-05-18T05:02:28.3990160Z test_params_are_unflattenned_rank0_only_True_offload_to_cpu_False_mixed_precision_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6939 2022-05-18T05:02:28.4049360Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6940 2022-05-18T05:02:29.7632000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:29.7633540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:29.7635200Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:29.7636270Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:29.7644230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:29.7645270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:29.7648020Z dist init r=0, world=2 2022-05-18T05:02:29.7648680Z dist init r=1, world=2 2022-05-18T05:02:30.0136300Z skip: Need at least 2 CUDA devices (1.623s) 2022-05-18T05:02:30.0226950Z test_params_are_unflattenned_rank0_only_True_offload_to_cpu_False_mixed_precision_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6943 2022-05-18T05:02:30.0280560Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6944 2022-05-18T05:02:31.2817300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:31.3376060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:31.3378510Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:31.3583160Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:31.3591080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:31.3592000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:31.3594880Z dist init r=0, world=2 2022-05-18T05:02:31.3595420Z dist init r=1, world=2 2022-05-18T05:02:31.6537780Z skip: Need at least 2 CUDA devices (1.640s) 2022-05-18T05:02:31.6627990Z test_params_are_unflattenned_rank0_only_True_offload_to_cpu_True_mixed_precision_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6948 2022-05-18T05:02:31.6687920Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6949 2022-05-18T05:02:32.8914560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:32.9766770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:32.9769890Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:33.0634490Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:33.0642920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:33.0643670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:33.0646800Z dist init r=0, world=2 2022-05-18T05:02:33.0647350Z dist init r=1, world=2 2022-05-18T05:02:33.2634100Z skip: Need at least 2 CUDA devices (1.609s) 2022-05-18T05:02:33.2724420Z test_params_are_unflattenned_rank0_only_True_offload_to_cpu_True_mixed_precision_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6952 2022-05-18T05:02:33.2785900Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6953 2022-05-18T05:02:34.4979420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:34.4980900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:34.4982520Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:34.4983900Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:34.4990770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:34.4991930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:34.4997000Z dist init r=0, world=2 2022-05-18T05:02:34.4997590Z dist init r=1, world=2 2022-05-18T05:02:34.7653660Z skip: Need at least 2 CUDA devices (1.502s) 2022-05-18T05:02:34.7739300Z test_params_count_and_value_rank0_only_False_offload_to_cpu_False_mixed_precision_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6956 2022-05-18T05:02:34.7793730Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6957 2022-05-18T05:02:36.0303610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:36.0413820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:36.0416920Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:36.0515540Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:36.0522770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:36.0524800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:36.0527130Z dist init r=1, world=2 2022-05-18T05:02:36.0527760Z dist init r=0, world=2 2022-05-18T05:02:36.2348030Z skip: Need at least 2 CUDA devices (1.469s) 2022-05-18T05:02:36.2436410Z test_params_count_and_value_rank0_only_False_offload_to_cpu_False_mixed_precision_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6960 2022-05-18T05:02:36.2496580Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6961 2022-05-18T05:02:37.5312620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:37.5409850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:37.5412610Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:37.5532740Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:37.5540210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:37.5541220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:37.5543680Z dist init r=1, world=2 2022-05-18T05:02:37.5545640Z dist init r=0, world=2 2022-05-18T05:02:37.7632940Z skip: Need at least 2 CUDA devices (1.528s) 2022-05-18T05:02:37.7716260Z test_params_count_and_value_rank0_only_False_offload_to_cpu_True_mixed_precision_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6964 2022-05-18T05:02:37.7774200Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6965 2022-05-18T05:02:39.0423500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:39.0520420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:39.0523540Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:39.0625440Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:39.0632720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:39.0633460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:39.0636710Z dist init r=1, world=2 2022-05-18T05:02:39.0637430Z dist init r=0, world=2 2022-05-18T05:02:39.3608800Z skip: Need at least 2 CUDA devices (1.597s) 2022-05-18T05:02:39.3695220Z test_params_count_and_value_rank0_only_False_offload_to_cpu_True_mixed_precision_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6968 2022-05-18T05:02:39.3751520Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6969 2022-05-18T05:02:40.6328050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:40.6638170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:40.6644880Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:40.6747810Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:40.6755720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:40.6756400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:40.6760720Z dist init r=0, world=2 2022-05-18T05:02:40.6761260Z dist init r=1, world=2 2022-05-18T05:02:41.1384690Z skip: Need at least 2 CUDA devices (1.777s) 2022-05-18T05:02:41.1475710Z test_params_count_and_value_rank0_only_True_offload_to_cpu_False_mixed_precision_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6973 2022-05-18T05:02:41.1527280Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6974 2022-05-18T05:02:42.4320410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:42.4321730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:42.4322990Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:42.4324300Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:42.4333540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:42.4334230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:42.4337070Z dist init r=0, world=2 2022-05-18T05:02:42.4337590Z dist init r=1, world=2 2022-05-18T05:02:42.7545020Z skip: Need at least 2 CUDA devices (1.616s) 2022-05-18T05:02:42.7633840Z test_params_count_and_value_rank0_only_True_offload_to_cpu_False_mixed_precision_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6977 2022-05-18T05:02:42.7693260Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6978 2022-05-18T05:02:44.0440140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:44.0442160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:44.0443640Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:44.0444420Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:44.0451190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:44.0452020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:44.0456770Z dist init r=0, world=2 2022-05-18T05:02:44.0457320Z dist init r=1, world=2 2022-05-18T05:02:44.3797090Z skip: Need at least 2 CUDA devices (1.625s) 2022-05-18T05:02:44.3888120Z test_params_count_and_value_rank0_only_True_offload_to_cpu_True_mixed_precision_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6981 2022-05-18T05:02:44.3940310Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6982 2022-05-18T05:02:45.6637240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:45.6740070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:45.6742550Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:45.6745040Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:45.7611770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:45.7613450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:45.7615070Z dist init r=1, world=2 2022-05-18T05:02:45.7615690Z dist init r=0, world=2 2022-05-18T05:02:46.1312910Z skip: Need at least 2 CUDA devices (1.751s) 2022-05-18T05:02:46.1401880Z test_params_count_and_value_rank0_only_True_offload_to_cpu_True_mixed_precision_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6985 2022-05-18T05:02:46.1462000Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6986 2022-05-18T05:02:47.4037000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:47.4039760Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:47.4040250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:47.4041860Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:47.4369120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:47.4369940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:47.4373200Z dist init r=0, world=2 2022-05-18T05:02:47.4373890Z dist init r=1, world=2 2022-05-18T05:02:47.7311000Z skip: Need at least 2 CUDA devices (1.599s) 2022-05-18T05:02:47.7381320Z test_raises_rank0_with_writeback (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6989 2022-05-18T05:02:47.7443470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6990 2022-05-18T05:02:49.0060410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:49.0061630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:49.0062830Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:49.0064970Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:49.0078790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:49.0086460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:49.0087490Z dist init r=0, world=2 2022-05-18T05:02:49.0090420Z dist init r=1, world=2 2022-05-18T05:02:49.2833390Z skip: Need at least 2 CUDA devices (1.552s) 2022-05-18T05:02:49.2935320Z test_reshard_outside_forward_backward_iteration_rank0_only_False_offload_to_cpu_False_mixed_precision_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6993 2022-05-18T05:02:49.2993730Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6994 2022-05-18T05:02:50.5563320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:50.5564060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:50.5572280Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:50.5573880Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:50.5583610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:50.5584290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:50.5586820Z dist init r=1, world=2 2022-05-18T05:02:50.5589270Z dist init r=0, world=2 2022-05-18T05:02:50.8628700Z skip: Need at least 2 CUDA devices (1.579s) 2022-05-18T05:02:50.8800290Z test_reshard_outside_forward_backward_iteration_rank0_only_False_offload_to_cpu_False_mixed_precision_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6998 2022-05-18T05:02:50.8869200Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6999 2022-05-18T05:02:52.1610990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:52.1612400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:52.1614700Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:52.1616940Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:52.1622710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:52.1623560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:52.1626390Z dist init r=0, world=2 2022-05-18T05:02:52.1627350Z dist init r=1, world=2 2022-05-18T05:02:52.3845200Z skip: Need at least 2 CUDA devices (1.521s) 2022-05-18T05:02:52.3945300Z test_reshard_outside_forward_backward_iteration_rank0_only_False_offload_to_cpu_True_mixed_precision_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7002 2022-05-18T05:02:52.3999210Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7003 2022-05-18T05:02:53.6267790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:53.6341810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:53.6344830Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:53.6451700Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:53.6459140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:53.6459920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:53.6463010Z dist init r=0, world=2 2022-05-18T05:02:53.6463700Z dist init r=1, world=2 2022-05-18T05:02:53.8320120Z skip: Need at least 2 CUDA devices (1.447s) 2022-05-18T05:02:53.8418670Z test_reshard_outside_forward_backward_iteration_rank0_only_False_offload_to_cpu_True_mixed_precision_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7006 2022-05-18T05:02:53.8471280Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7007 2022-05-18T05:02:55.0713480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:55.1568720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:55.1571470Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:55.2100290Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:55.2107520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:55.2108550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:55.2111660Z dist init r=0, world=2 2022-05-18T05:02:55.2112330Z dist init r=1, world=2 2022-05-18T05:02:55.3885090Z skip: Need at least 2 CUDA devices (1.556s) 2022-05-18T05:02:55.3985240Z test_reshard_outside_forward_backward_iteration_rank0_only_True_offload_to_cpu_False_mixed_precision_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7010 2022-05-18T05:02:55.4042220Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7011 2022-05-18T05:02:56.6307910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:56.6374670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:56.6377650Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:56.7129440Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:56.7137560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:56.7138430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:56.7140820Z dist init r=0, world=2 2022-05-18T05:02:56.7141510Z dist init r=1, world=2 2022-05-18T05:02:56.9137870Z skip: Need at least 2 CUDA devices (1.525s) 2022-05-18T05:02:56.9234580Z test_reshard_outside_forward_backward_iteration_rank0_only_True_offload_to_cpu_False_mixed_precision_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7014 2022-05-18T05:02:56.9285610Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7015 2022-05-18T05:02:58.1589650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:58.1700100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:58.1703090Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:58.2131540Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:58.2139130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:58.2139850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:58.2143100Z dist init r=1, world=2 2022-05-18T05:02:58.2143630Z dist init r=0, world=2 2022-05-18T05:02:58.4189780Z skip: Need at least 2 CUDA devices (1.505s) 2022-05-18T05:02:58.4286410Z test_reshard_outside_forward_backward_iteration_rank0_only_True_offload_to_cpu_True_mixed_precision_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7018 2022-05-18T05:02:58.4347650Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7019 2022-05-18T05:02:59.6588630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:59.6589500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:59.6591060Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:59.6592730Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:02:59.7073800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:59.7074480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:59.7077590Z dist init r=1, world=2 2022-05-18T05:02:59.7078090Z dist init r=0, world=2 2022-05-18T05:03:00.0068830Z skip: Need at least 2 CUDA devices (1.588s) 2022-05-18T05:03:00.0167810Z test_reshard_outside_forward_backward_iteration_rank0_only_True_offload_to_cpu_True_mixed_precision_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7022 2022-05-18T05:03:00.0241730Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7023 2022-05-18T05:03:01.2892500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:01.2893780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:01.2895240Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:01.2896320Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:01.3752580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:01.3753960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:01.3756750Z dist init r=0, world=2 2022-05-18T05:03:01.3757430Z dist init r=1, world=2 2022-05-18T05:03:01.6140530Z skip: Need at least 2 CUDA devices (1.607s) 2022-05-18T05:03:01.6217380Z test_summon_from_non_fsdp (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7027 2022-05-18T05:03:01.6274070Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7028 2022-05-18T05:03:02.9049890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:02.9510180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:02.9513430Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:02.9801090Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:02.9808740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:02.9809480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:02.9812390Z dist init r=1, world=2 2022-05-18T05:03:02.9813090Z dist init r=0, world=2 2022-05-18T05:03:03.2190340Z skip: Need at least 2 CUDA devices (1.605s) 2022-05-18T05:03:03.2277780Z test_summon_full_param_recursive_recurse_False_summon_outer_False_mixed_precision_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7031 2022-05-18T05:03:03.2333960Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7032 2022-05-18T05:03:04.5495880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:04.5497250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:04.5499070Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:04.5499750Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:04.6366010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:04.6367100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:04.6370460Z dist init r=1, world=2 2022-05-18T05:03:04.6371070Z dist init r=0, world=2 2022-05-18T05:03:04.8551830Z skip: Need at least 2 CUDA devices (1.636s) 2022-05-18T05:03:04.8643650Z test_summon_full_param_recursive_recurse_False_summon_outer_False_mixed_precision_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7035 2022-05-18T05:03:04.8698730Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7036 2022-05-18T05:03:06.0956810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:06.1066700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:06.1069750Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:06.1369980Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:06.1377120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:06.1378140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:06.1381140Z dist init r=0, world=2 2022-05-18T05:03:06.1381790Z dist init r=1, world=2 2022-05-18T05:03:06.4010110Z skip: Need at least 2 CUDA devices (1.546s) 2022-05-18T05:03:06.4098950Z test_summon_full_param_recursive_recurse_False_summon_outer_True_mixed_precision_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7039 2022-05-18T05:03:06.4159470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7040 2022-05-18T05:03:07.6395980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:07.6515940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:07.6522850Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:07.7243750Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:07.7251080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:07.7252030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:07.7255350Z dist init r=0, world=2 2022-05-18T05:03:07.7255870Z dist init r=1, world=2 2022-05-18T05:03:08.0390940Z skip: Need at least 2 CUDA devices (1.638s) 2022-05-18T05:03:08.0479900Z test_summon_full_param_recursive_recurse_False_summon_outer_True_mixed_precision_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7043 2022-05-18T05:03:08.0539240Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7044 2022-05-18T05:03:09.2709780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:09.3565180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:09.3568480Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:09.4439600Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:09.4461030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:09.4462940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:09.4467010Z dist init r=1, world=2 2022-05-18T05:03:09.4467540Z dist init r=0, world=2 2022-05-18T05:03:09.6203120Z skip: Need at least 2 CUDA devices (1.581s) 2022-05-18T05:03:09.6292610Z test_summon_full_param_recursive_recurse_True_summon_outer_False_mixed_precision_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7047 2022-05-18T05:03:09.6348910Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7048 2022-05-18T05:03:10.8473840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:10.8585830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:10.8588750Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:10.8703770Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:10.8710990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:10.8711690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:10.8714500Z dist init r=0, world=2 2022-05-18T05:03:10.8715150Z dist init r=1, world=2 2022-05-18T05:03:11.1878110Z skip: Need at least 2 CUDA devices (1.567s) 2022-05-18T05:03:11.1980940Z test_summon_full_param_recursive_recurse_True_summon_outer_False_mixed_precision_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7052 2022-05-18T05:03:11.2220860Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7053 2022-05-18T05:03:12.4832300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:12.4833390Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:12.4835740Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:12.4837070Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:12.5124310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:12.5125280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:12.5128430Z dist init r=0, world=2 2022-05-18T05:03:12.5129100Z dist init r=1, world=2 2022-05-18T05:03:12.7519880Z skip: Need at least 2 CUDA devices (1.564s) 2022-05-18T05:03:12.7606310Z test_summon_full_param_recursive_recurse_True_summon_outer_True_mixed_precision_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7056 2022-05-18T05:03:12.7668580Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7057 2022-05-18T05:03:13.9974150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:13.9975520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:13.9977040Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:13.9978370Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:13.9985910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:13.9987030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:13.9990230Z dist init r=1, world=2 2022-05-18T05:03:13.9990900Z dist init r=0, world=2 2022-05-18T05:03:14.2127700Z skip: Need at least 2 CUDA devices (1.460s) 2022-05-18T05:03:14.2237620Z test_summon_full_param_recursive_recurse_True_summon_outer_True_mixed_precision_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7060 2022-05-18T05:03:14.2293590Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7061 2022-05-18T05:03:15.4576620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:15.5432890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:15.5435490Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:15.6297620Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:15.6304770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:15.6305710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:15.6309050Z dist init r=1, world=2 2022-05-18T05:03:15.6309700Z dist init r=0, world=2 2022-05-18T05:03:15.8652020Z skip: Need at least 2 CUDA devices (1.652s) 2022-05-18T05:03:15.8734940Z test_summon_full_param_shard_value_mixed_precision_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7064 2022-05-18T05:03:15.8792900Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7065 2022-05-18T05:03:17.2345170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:17.2421210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:17.2421570Z dist init r=1, world=2 2022-05-18T05:03:17.2422830Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:17.2423280Z dist init r=0, world=2 2022-05-18T05:03:17.2424840Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:17.2425610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:17.2426250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:17.5146220Z skip: Need at least 2 CUDA devices (1.649s) 2022-05-18T05:03:17.5225110Z test_summon_full_param_shard_value_mixed_precision_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7068 2022-05-18T05:03:17.5277190Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7069 2022-05-18T05:03:18.8324670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:18.8325590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:18.8327120Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:18.8328820Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:18.8337320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:18.8338050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:18.8341460Z dist init r=0, world=2 2022-05-18T05:03:18.8341980Z dist init r=1, world=2 2022-05-18T05:03:19.0383870Z skip: Need at least 2 CUDA devices (1.523s) 2022-05-18T05:03:19.0459570Z test_summon_full_param_writeback_writeback_False_cpu_offload_CPUOffload(offload_params=False)_mixed_precision_False_modify_outer_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7072 2022-05-18T05:03:19.0520030Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7073 2022-05-18T05:03:20.3229250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:20.3230680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:20.3232460Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:20.3233780Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:20.3242030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:20.3242830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:20.3246110Z dist init r=0, world=2 2022-05-18T05:03:20.3246780Z dist init r=1, world=2 2022-05-18T05:03:20.5026040Z skip: Need at least 2 CUDA devices (1.464s) 2022-05-18T05:03:20.5100600Z test_summon_full_param_writeback_writeback_False_cpu_offload_CPUOffload(offload_params=False)_mixed_precision_False_modify_outer_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7076 2022-05-18T05:03:20.5156930Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7077 2022-05-18T05:03:21.8912280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:21.8913920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:21.8915470Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:21.8917430Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:21.8925670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:21.8926520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:21.8929190Z dist init r=0, world=2 2022-05-18T05:03:21.8929840Z dist init r=1, world=2 2022-05-18T05:03:22.2409950Z skip: Need at least 2 CUDA devices (1.738s) 2022-05-18T05:03:22.2482480Z test_summon_full_param_writeback_writeback_False_cpu_offload_CPUOffload(offload_params=False)_mixed_precision_True_modify_outer_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7081 2022-05-18T05:03:22.2542380Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7082 2022-05-18T05:03:23.4956270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:23.5807770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:23.5810510Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:23.6674080Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:23.6681350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:23.6682330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:23.6685600Z dist init r=1, world=2 2022-05-18T05:03:23.6686300Z dist init r=0, world=2 2022-05-18T05:03:23.8432730Z skip: Need at least 2 CUDA devices (1.602s) 2022-05-18T05:03:23.8502950Z test_summon_full_param_writeback_writeback_False_cpu_offload_CPUOffload(offload_params=False)_mixed_precision_True_modify_outer_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7085 2022-05-18T05:03:23.8566990Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7086 2022-05-18T05:03:25.0699200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:25.0799160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:25.0802210Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:25.1367660Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:25.1374890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:25.1375780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:25.1379090Z dist init r=1, world=2 2022-05-18T05:03:25.1379600Z dist init r=0, world=2 2022-05-18T05:03:25.5135530Z skip: Need at least 2 CUDA devices (1.670s) 2022-05-18T05:03:25.5210640Z test_summon_full_param_writeback_writeback_False_cpu_offload_CPUOffload(offload_params=True)_mixed_precision_False_modify_outer_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7089 2022-05-18T05:03:25.5264600Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7090 2022-05-18T05:03:26.7645030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:26.7646030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:26.7648240Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:26.7649710Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:26.7658730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:26.7659500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:26.7662700Z dist init r=1, world=2 2022-05-18T05:03:26.7663460Z dist init r=0, world=2 2022-05-18T05:03:27.0481230Z skip: Need at least 2 CUDA devices (1.534s) 2022-05-18T05:03:27.0555110Z test_summon_full_param_writeback_writeback_False_cpu_offload_CPUOffload(offload_params=True)_mixed_precision_False_modify_outer_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7093 2022-05-18T05:03:27.0616840Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7094 2022-05-18T05:03:28.2696070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:28.2697480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:28.2698630Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:28.2700610Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:28.3555160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:28.3556000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:28.3558890Z dist init r=0, world=2 2022-05-18T05:03:28.3559370Z dist init r=1, world=2 2022-05-18T05:03:28.6375840Z skip: Need at least 2 CUDA devices (1.589s) 2022-05-18T05:03:28.6448200Z test_summon_full_param_writeback_writeback_False_cpu_offload_CPUOffload(offload_params=True)_mixed_precision_True_modify_outer_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7097 2022-05-18T05:03:28.6503670Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7098 2022-05-18T05:03:29.8948920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:29.9205810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:29.9213290Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:29.9789240Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:29.9796340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:29.9797280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:29.9800520Z dist init r=1, world=2 2022-05-18T05:03:29.9801200Z dist init r=0, world=2 2022-05-18T05:03:30.2641420Z skip: Need at least 2 CUDA devices (1.626s) 2022-05-18T05:03:30.2714520Z test_summon_full_param_writeback_writeback_False_cpu_offload_CPUOffload(offload_params=True)_mixed_precision_True_modify_outer_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7101 2022-05-18T05:03:30.2759930Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7102 2022-05-18T05:03:31.5186720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:31.5288420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:31.5291210Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:31.5296800Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:31.5303620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:31.5304520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:31.5307760Z dist init r=0, world=2 2022-05-18T05:03:31.5308350Z dist init r=1, world=2 2022-05-18T05:03:31.7633810Z skip: Need at least 2 CUDA devices (1.499s) 2022-05-18T05:03:31.7706600Z test_summon_full_param_writeback_writeback_True_cpu_offload_CPUOffload(offload_params=False)_mixed_precision_False_modify_outer_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7106 2022-05-18T05:03:31.7763790Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7107 2022-05-18T05:03:33.0160880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:33.0831620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:33.0834350Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:33.1210400Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:33.1217520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:33.1218220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:33.1221330Z dist init r=0, world=2 2022-05-18T05:03:33.1221990Z dist init r=1, world=2 2022-05-18T05:03:33.3877250Z skip: Need at least 2 CUDA devices (1.624s) 2022-05-18T05:03:33.3949270Z test_summon_full_param_writeback_writeback_True_cpu_offload_CPUOffload(offload_params=False)_mixed_precision_False_modify_outer_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7110 2022-05-18T05:03:33.4010470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7111 2022-05-18T05:03:34.6209350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:34.6367870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:34.6370640Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:34.7059210Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:34.7066630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:34.7067550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:34.7070910Z dist init r=1, world=2 2022-05-18T05:03:34.7071470Z dist init r=0, world=2 2022-05-18T05:03:34.9603800Z skip: Need at least 2 CUDA devices (1.572s) 2022-05-18T05:03:34.9674790Z test_summon_full_param_writeback_writeback_True_cpu_offload_CPUOffload(offload_params=False)_mixed_precision_True_modify_outer_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7114 2022-05-18T05:03:34.9728090Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7115 2022-05-18T05:03:36.2636490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:36.2642020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:36.2645850Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:36.2651650Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:36.2665150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:36.2666090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:36.2668880Z dist init r=1, world=2 2022-05-18T05:03:36.2669400Z dist init r=0, world=2 2022-05-18T05:03:36.5129270Z skip: Need at least 2 CUDA devices (1.552s) 2022-05-18T05:03:36.5202410Z test_summon_full_param_writeback_writeback_True_cpu_offload_CPUOffload(offload_params=False)_mixed_precision_True_modify_outer_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7118 2022-05-18T05:03:36.5261700Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7119 2022-05-18T05:03:37.7398690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:37.7617820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:37.7620290Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:37.8245620Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:37.8253350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:37.8254350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:37.8257500Z dist init r=0, world=2 2022-05-18T05:03:37.8258130Z dist init r=1, world=2 2022-05-18T05:03:38.0724060Z skip: Need at least 2 CUDA devices (1.559s) 2022-05-18T05:03:38.0798440Z test_summon_full_param_writeback_writeback_True_cpu_offload_CPUOffload(offload_params=True)_mixed_precision_False_modify_outer_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7122 2022-05-18T05:03:38.0859630Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7123 2022-05-18T05:03:39.3289420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:39.3413830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:39.3421730Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:39.3435550Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:39.3455690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:39.3458060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:39.3461130Z dist init r=1, world=2 2022-05-18T05:03:39.3461780Z dist init r=0, world=2 2022-05-18T05:03:39.5375050Z skip: Need at least 2 CUDA devices (1.465s) 2022-05-18T05:03:39.5451680Z test_summon_full_param_writeback_writeback_True_cpu_offload_CPUOffload(offload_params=True)_mixed_precision_False_modify_outer_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7126 2022-05-18T05:03:39.5514800Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7127 2022-05-18T05:03:40.7773400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:40.7774660Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:40.7776070Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:40.7777530Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:40.7785410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:40.7786230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:40.7788650Z dist init r=1, world=2 2022-05-18T05:03:40.7789270Z dist init r=0, world=2 2022-05-18T05:03:40.9667940Z skip: Need at least 2 CUDA devices (1.429s) 2022-05-18T05:03:40.9740890Z test_summon_full_param_writeback_writeback_True_cpu_offload_CPUOffload(offload_params=True)_mixed_precision_True_modify_outer_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7130 2022-05-18T05:03:40.9803420Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7131 2022-05-18T05:03:42.2202210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:42.2618670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:42.2622030Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:42.3275050Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:42.3386980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:42.3387330Z dist init r=0, world=2 2022-05-18T05:03:42.3397230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:42.3489420Z dist init r=1, world=2 2022-05-18T05:03:42.5141040Z skip: Need at least 2 CUDA devices (1.547s) 2022-05-18T05:03:42.5211740Z test_summon_full_param_writeback_writeback_True_cpu_offload_CPUOffload(offload_params=True)_mixed_precision_True_modify_outer_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7135 2022-05-18T05:03:42.5264840Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7136 2022-05-18T05:03:43.7451860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:43.7453230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:43.7455120Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:43.7456340Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:43.7575280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:43.7576070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:43.7579500Z dist init r=0, world=2 2022-05-18T05:03:43.7580040Z dist init r=1, world=2 2022-05-18T05:03:43.9886340Z skip: Need at least 2 CUDA devices (1.474s) 2022-05-18T05:03:43.9969000Z test_summon_full_params_equivalence_rank0_only_False_offload_to_cpu_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7139 2022-05-18T05:03:44.0023480Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7140 2022-05-18T05:03:45.2475490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:45.2476380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:45.2477970Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:45.2479070Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:45.2488290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:45.2489130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:45.2491980Z dist init r=1, world=2 2022-05-18T05:03:45.2492510Z dist init r=0, world=2 2022-05-18T05:03:45.4762770Z skip: Need at least 2 CUDA devices (1.487s) 2022-05-18T05:03:45.4845360Z test_summon_full_params_equivalence_rank0_only_False_offload_to_cpu_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7143 2022-05-18T05:03:45.4911030Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7144 2022-05-18T05:03:46.7303020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:46.8165950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:46.8168880Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:46.9028810Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:46.9036750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:46.9037850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:46.9041050Z dist init r=0, world=2 2022-05-18T05:03:46.9041690Z dist init r=1, world=2 2022-05-18T05:03:47.1382240Z skip: Need at least 2 CUDA devices (1.662s) 2022-05-18T05:03:47.1463340Z test_summon_full_params_equivalence_rank0_only_True_offload_to_cpu_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7147 2022-05-18T05:03:47.1525570Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7148 2022-05-18T05:03:48.3827920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:48.3829370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:48.3830840Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:48.3832280Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:48.4520490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:48.4521270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:48.4524110Z dist init r=0, world=2 2022-05-18T05:03:48.4524780Z dist init r=1, world=2 2022-05-18T05:03:48.7212890Z skip: Need at least 2 CUDA devices (1.583s) 2022-05-18T05:03:48.7297270Z test_summon_full_params_equivalence_rank0_only_True_offload_to_cpu_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7151 2022-05-18T05:03:48.7360670Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7152 2022-05-18T05:03:50.0801250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:50.0802830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:50.0804460Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:50.0805500Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:50.1650370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:50.1651590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:50.1653740Z dist init r=1, world=2 2022-05-18T05:03:50.1654400Z dist init r=0, world=2 2022-05-18T05:03:50.3547830Z skip: Need at least 2 CUDA devices (1.633s) 2022-05-18T05:03:50.3628920Z test_summon_full_params_respects_reshard_after_forward_mixed_precision_False (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7155 2022-05-18T05:03:50.3685560Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7156 2022-05-18T05:03:51.5843250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:51.5844770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:51.5846130Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:51.5847340Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:51.5962360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:51.5995690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:51.5996050Z dist init r=0, world=2 2022-05-18T05:03:51.6183380Z dist init r=1, world=2 2022-05-18T05:03:51.8886460Z skip: Need at least 2 CUDA devices (1.534s) 2022-05-18T05:03:51.8967600Z test_summon_full_params_respects_reshard_after_forward_mixed_precision_True (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7160 2022-05-18T05:03:51.9031790Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7161 2022-05-18T05:03:53.1450740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:53.2162950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:53.2166050Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:53.2286110Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:53.2293500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:53.2294270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:53.2297890Z dist init r=1, world=2 2022-05-18T05:03:53.2298420Z dist init r=0, world=2 2022-05-18T05:03:53.4809220Z skip: Need at least 2 CUDA devices (1.592s) 2022-05-18T05:03:53.4889530Z test_summon_single_param (__main__.TestSummonFullParams) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7164 2022-05-18T05:03:53.4949150Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7165 2022-05-18T05:03:54.7143220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:54.7144130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:54.7145800Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:54.7147360Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:03:54.7156080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:54.7156870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:54.7160360Z dist init r=1, world=2 2022-05-18T05:03:54.7160890Z dist init r=0, world=2 2022-05-18T05:03:54.9729130Z skip: Need at least 2 CUDA devices (1.492s) 2022-05-18T05:03:54.9804620Z test_summon_full_param_writeback_writeback_False_modify_outer_False_mixed_precision_False (__main__.TestSummonFullParamsNoShard) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7168 2022-05-18T05:03:56.1717390Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:56.1720550Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 1 nodes. 2022-05-18T05:03:56.1727080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:56.1731870Z dist init r=0, world=1 2022-05-18T05:03:56.3671260Z skip: Need at least 2 CUDA devices (1.394s) 2022-05-18T05:03:56.3743030Z test_summon_full_param_writeback_writeback_False_modify_outer_False_mixed_precision_True (__main__.TestSummonFullParamsNoShard) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7170 2022-05-18T05:03:57.5758140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:57.5760930Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 1 nodes. 2022-05-18T05:03:57.5767200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:57.5771700Z dist init r=0, world=1 2022-05-18T05:03:57.9110980Z skip: Need at least 2 CUDA devices (1.544s) 2022-05-18T05:03:57.9187750Z test_summon_full_param_writeback_writeback_False_modify_outer_True_mixed_precision_False (__main__.TestSummonFullParamsNoShard) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7172 2022-05-18T05:03:59.1344140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:59.1347110Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 1 nodes. 2022-05-18T05:03:59.1357140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:59.1361940Z dist init r=0, world=1 2022-05-18T05:03:59.4856900Z skip: Need at least 2 CUDA devices (1.574s) 2022-05-18T05:03:59.4928340Z test_summon_full_param_writeback_writeback_False_modify_outer_True_mixed_precision_True (__main__.TestSummonFullParamsNoShard) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7174 2022-05-18T05:04:00.7069980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:00.7072240Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 1 nodes. 2022-05-18T05:04:00.7079860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:00.7085550Z dist init r=0, world=1 2022-05-18T05:04:01.0118030Z skip: Need at least 2 CUDA devices (1.526s) 2022-05-18T05:04:01.0190360Z test_summon_full_param_writeback_writeback_True_modify_outer_False_mixed_precision_False (__main__.TestSummonFullParamsNoShard) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7176 2022-05-18T05:04:02.2617420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:02.2619650Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 1 nodes. 2022-05-18T05:04:02.2625800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:02.2630360Z dist init r=0, world=1 2022-05-18T05:04:02.5946650Z skip: Need at least 2 CUDA devices (1.583s) 2022-05-18T05:04:02.6020680Z test_summon_full_param_writeback_writeback_True_modify_outer_False_mixed_precision_True (__main__.TestSummonFullParamsNoShard) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7179 2022-05-18T05:04:03.7919100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:03.7920600Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 1 nodes. 2022-05-18T05:04:03.7926550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:03.7931340Z dist init r=0, world=1 2022-05-18T05:04:03.9643090Z skip: Need at least 2 CUDA devices (1.369s) 2022-05-18T05:04:03.9716530Z test_summon_full_param_writeback_writeback_True_modify_outer_True_mixed_precision_False (__main__.TestSummonFullParamsNoShard) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7181 2022-05-18T05:04:05.2177500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:05.2179820Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 1 nodes. 2022-05-18T05:04:05.2186050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:05.2191440Z dist init r=0, world=1 2022-05-18T05:04:05.3887910Z skip: Need at least 2 CUDA devices (1.424s) 2022-05-18T05:04:05.3962610Z test_summon_full_param_writeback_writeback_True_modify_outer_True_mixed_precision_True (__main__.TestSummonFullParamsNoShard) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7183 2022-05-18T05:04:06.5951360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:06.5953890Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 1 nodes. 2022-05-18T05:04:06.5960350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:06.5965000Z dist init r=0, world=1 2022-05-18T05:04:06.9973810Z skip: Need at least 2 CUDA devices (1.608s) 2022-05-18T05:04:07.0240760Z 2022-05-18T05:04:07.0241490Z ---------------------------------------------------------------------- 2022-05-18T05:04:07.0241820Z Ran 73 tests in 114.809s 2022-05-18T05:04:07.0241960Z 2022-05-18T05:04:07.0242040Z OK (skipped=73) 2022-05-18T05:04:07.0242160Z 2022-05-18T05:04:07.0242260Z Generating XML reports... 2022-05-18T05:04:07.0243280Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_summon_full_params/TEST-TestSummonFullParams-20220518050212.xml 2022-05-18T05:04:07.0244050Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_summon_full_params/TEST-TestSummonFullParamsNoShard-20220518050212.xml 2022-05-18T05:04:07.2799700Z Running distributed/fsdp/test_fsdp_uneven ... [2022-05-18 05:04:07.279604] 2022-05-18T05:04:07.2800990Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_uneven.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:04:07.279740] 2022-05-18T05:04:08.4675680Z 2022-05-18T05:04:08.4676440Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_uneven 2022-05-18T05:04:08.4676810Z Running tests... 2022-05-18T05:04:08.4677210Z ---------------------------------------------------------------------- 2022-05-18T05:04:08.4694470Z test_one_iteration (__main__.TestUnevenParamShard) 2022-05-18T05:04:08.9173450Z Test FSDP with uneven divide of parameter shards. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7190 2022-05-18T05:04:08.9295360Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7191 2022-05-18T05:04:08.9448170Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7192 2022-05-18T05:04:08.9551310Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7193 2022-05-18T05:04:10.7736300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:10.7770710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:10.7771980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:10.8285050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:10.8287790Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:04:10.8393930Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:04:10.8396470Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:04:10.8859740Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:04:10.8869630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:10.8971280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:10.8971790Z dist init r=0, world=4 2022-05-18T05:04:10.9049920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:10.9050300Z dist init r=1, world=4 2022-05-18T05:04:10.9077950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:10.9078280Z dist init r=2, world=4 2022-05-18T05:04:10.9179430Z dist init r=3, world=4 2022-05-18T05:04:11.3612520Z skip: Need at least 2 CUDA devices (2.893s) 2022-05-18T05:04:11.3682740Z 2022-05-18T05:04:11.3683360Z ---------------------------------------------------------------------- 2022-05-18T05:04:11.3684160Z Ran 1 test in 2.894s 2022-05-18T05:04:11.3684330Z 2022-05-18T05:04:11.3684410Z OK (skipped=1) 2022-05-18T05:04:11.3684540Z 2022-05-18T05:04:11.3684640Z Generating XML reports... 2022-05-18T05:04:11.3685270Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_uneven/TEST-TestUnevenParamShard-20220518050408.xml 2022-05-18T05:04:11.6181000Z Running distributed/fsdp/test_utils ... [2022-05-18 05:04:11.617470] 2022-05-18T05:04:11.6182060Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:04:11.617646] 2022-05-18T05:04:12.8719610Z 2022-05-18T05:04:12.8719930Z Running tests... 2022-05-18T05:04:12.8720620Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_utils 2022-05-18T05:04:13.2763360Z ---------------------------------------------------------------------- 2022-05-18T05:04:13.2763820Z test_apply_to_tensors_cpu_cuda (__main__.TestUtils) ... skip: Skipped due to lack of GPU (0.404s) 2022-05-18T05:04:13.2809120Z test_apply_to_tensors_devices_['cpu'] (__main__.TestUtils) ... ok (0.005s) 2022-05-18T05:04:13.2841370Z test_apply_to_tensors_devices_['cuda'] (__main__.TestUtils) ... skip: Skipped due to lack of GPU (0.003s) 2022-05-18T05:04:13.2852500Z test_packed_sequence (__main__.TestUtils) 2022-05-18T05:04:13.3215200Z Test to ensure RNN packed sequences are modified correctly. ... ok (0.037s) 2022-05-18T05:04:13.3232780Z test_replace_by_prefix (__main__.TestUtils) ... ok (0.002s) 2022-05-18T05:04:13.3291880Z 2022-05-18T05:04:13.3292320Z ---------------------------------------------------------------------- 2022-05-18T05:04:13.3292600Z Ran 5 tests in 0.452s 2022-05-18T05:04:13.3292730Z 2022-05-18T05:04:13.3292810Z OK (skipped=2) 2022-05-18T05:04:13.3292930Z 2022-05-18T05:04:13.3293030Z Generating XML reports... 2022-05-18T05:04:13.3293560Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_utils/TEST-TestUtils-20220518050412.xml 2022-05-18T05:04:13.5504620Z Running distributed/nn/jit/test_instantiator ... [2022-05-18 05:04:13.549924] 2022-05-18T05:04:13.5505950Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/nn/jit/test_instantiator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:04:13.550043] 2022-05-18T05:04:14.6711770Z 2022-05-18T05:04:14.6712570Z Test results will be stored in test-reports/python-unittest/distributed.nn.jit.test_instantiator 2022-05-18T05:04:14.6712970Z Running tests... 2022-05-18T05:04:14.6713380Z ---------------------------------------------------------------------- 2022-05-18T05:04:15.0739170Z test_get_arg_return_types_from_interface (__main__.TestInstantiator) ... ok (0.403s) 2022-05-18T05:04:15.0773740Z test_instantiate_non_scripted_remote_module_template (__main__.TestInstantiator) ... ok (0.003s) 2022-05-18T05:04:15.0979780Z test_instantiate_scripted_remote_module_template (__main__.TestInstantiator) ... ok (0.021s) 2022-05-18T05:04:15.1030030Z 2022-05-18T05:04:15.1030960Z ---------------------------------------------------------------------- 2022-05-18T05:04:15.1031280Z Ran 3 tests in 0.427s 2022-05-18T05:04:15.1031430Z 2022-05-18T05:04:15.1031500Z OK 2022-05-18T05:04:15.1031600Z 2022-05-18T05:04:15.1031690Z Generating XML reports... 2022-05-18T05:04:15.1032390Z Generated XML report: test-reports/python-unittest/distributed.nn.jit.test_instantiator/TEST-TestInstantiator-20220518050414.xml 2022-05-18T05:04:15.3131880Z Running distributed/pipeline/sync/skip/test_api ... [2022-05-18 05:04:15.312656] 2022-05-18T05:04:15.3132660Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributed/pipeline/sync/skip/test_api.py', '-v'] ... [2022-05-18 05:04:15.312777] 2022-05-18T05:04:16.6767290Z ============================= test session starts ============================== 2022-05-18T05:04:16.6768050Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T05:04:16.6768360Z cachedir: .pytest_cache 2022-05-18T05:04:16.6768930Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T05:04:16.6769290Z torch: 1.12.0a0+git3b23752 2022-05-18T05:04:16.6769560Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T05:04:16.6769920Z plugins: hypothesis-6.46.5 2022-05-18T05:04:16.7067180Z collecting ... collected 3 items 2022-05-18T05:04:16.7067380Z 2022-05-18T05:04:16.7111430Z distributed/pipeline/sync/skip/test_api.py::test_namespace_difference PASSED [ 33%] 2022-05-18T05:04:16.7129700Z distributed/pipeline/sync/skip/test_api.py::test_namespace_copy PASSED [ 66%] 2022-05-18T05:04:16.7183000Z distributed/pipeline/sync/skip/test_api.py::test_skippable_repr PASSED [100%] 2022-05-18T05:04:16.7183240Z 2022-05-18T05:04:16.7183370Z ============================== 3 passed in 0.19s =============================== 2022-05-18T05:04:16.8773840Z Running distributed/pipeline/sync/skip/test_inspect_skip_layout ... [2022-05-18 05:04:16.875349] 2022-05-18T05:04:16.8831660Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributed/pipeline/sync/skip/test_inspect_skip_layout.py', '-v'] ... [2022-05-18 05:04:16.875469] 2022-05-18T05:04:18.2604370Z ============================= test session starts ============================== 2022-05-18T05:04:18.2605200Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T05:04:18.2605560Z cachedir: .pytest_cache 2022-05-18T05:04:18.2606400Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T05:04:18.2606810Z torch: 1.12.0a0+git3b23752 2022-05-18T05:04:18.2607100Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T05:04:18.2607490Z plugins: hypothesis-6.46.5 2022-05-18T05:04:18.2855380Z collecting ... collected 6 items 2022-05-18T05:04:18.2855810Z 2022-05-18T05:04:18.2900800Z distributed/pipeline/sync/skip/test_inspect_skip_layout.py::test_no_skippables PASSED [ 16%] 2022-05-18T05:04:18.2922640Z distributed/pipeline/sync/skip/test_inspect_skip_layout.py::test_inner_partition PASSED [ 33%] 2022-05-18T05:04:18.2943910Z distributed/pipeline/sync/skip/test_inspect_skip_layout.py::test_adjoining_partitions PASSED [ 50%] 2022-05-18T05:04:18.2966470Z distributed/pipeline/sync/skip/test_inspect_skip_layout.py::test_far_partitions PASSED [ 66%] 2022-05-18T05:04:18.2989560Z distributed/pipeline/sync/skip/test_inspect_skip_layout.py::test_pop_2_from_different_partitions PASSED [ 83%] 2022-05-18T05:04:18.3024300Z distributed/pipeline/sync/skip/test_inspect_skip_layout.py::test_namespace PASSED [100%] 2022-05-18T05:04:18.3024530Z 2022-05-18T05:04:18.3024660Z ============================== 6 passed in 0.19s =============================== 2022-05-18T05:04:18.4629890Z Running distributed/pipeline/sync/skip/test_portal ... [2022-05-18 05:04:18.462612] 2022-05-18T05:04:18.4630630Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributed/pipeline/sync/skip/test_portal.py', '-v'] ... [2022-05-18 05:04:18.462729] 2022-05-18T05:04:19.8513170Z ============================= test session starts ============================== 2022-05-18T05:04:19.8514020Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T05:04:19.8514600Z cachedir: .pytest_cache 2022-05-18T05:04:19.8515340Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T05:04:19.8516150Z torch: 1.12.0a0+git3b23752 2022-05-18T05:04:19.8516810Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T05:04:19.8517440Z plugins: hypothesis-6.46.5 2022-05-18T05:04:19.8951130Z collecting ... collected 10 items 2022-05-18T05:04:19.8951330Z 2022-05-18T05:04:19.8964620Z distributed/pipeline/sync/skip/test_portal.py::test_copy_returns_on_next_device SKIPPED [ 10%] 2022-05-18T05:04:19.9020960Z distributed/pipeline/sync/skip/test_portal.py::test_blue_orange PASSED [ 20%] 2022-05-18T05:04:19.9043890Z distributed/pipeline/sync/skip/test_portal.py::test_blue_orange_not_requires_grad PASSED [ 30%] 2022-05-18T05:04:19.9063000Z distributed/pipeline/sync/skip/test_portal.py::test_use_grad PASSED [ 40%] 2022-05-18T05:04:19.9083270Z distributed/pipeline/sync/skip/test_portal.py::TestTensorLife::test_tensor_life_0 PASSED [ 50%] 2022-05-18T05:04:19.9102830Z distributed/pipeline/sync/skip/test_portal.py::TestTensorLife::test_tensor_life_1 PASSED [ 60%] 2022-05-18T05:04:19.9122430Z distributed/pipeline/sync/skip/test_portal.py::TestTensorLife::test_tensor_life_2 PASSED [ 70%] 2022-05-18T05:04:19.9142740Z distributed/pipeline/sync/skip/test_portal.py::TestTensorLife::test_tensor_life_3 PASSED [ 80%] 2022-05-18T05:04:19.9162970Z distributed/pipeline/sync/skip/test_portal.py::TestTensorLife::test_tensor_life_4 PASSED [ 90%] 2022-05-18T05:04:19.9196360Z distributed/pipeline/sync/skip/test_portal.py::TestTensorLife::test_tensor_life_3_plus_1 PASSED [100%] 2022-05-18T05:04:19.9196600Z 2022-05-18T05:04:19.9196750Z =========================== short test summary info ============================ 2022-05-18T05:04:19.9197070Z SKIPPED [1] distributed/pipeline/sync/skip/test_portal.py:17: cuda required 2022-05-18T05:04:19.9197390Z ========================= 9 passed, 1 skipped in 0.22s ========================= 2022-05-18T05:04:20.0804080Z Running distributed/pipeline/sync/skip/test_tracker ... [2022-05-18 05:04:20.080017] 2022-05-18T05:04:20.0804830Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributed/pipeline/sync/skip/test_tracker.py', '-v'] ... [2022-05-18 05:04:20.080143] 2022-05-18T05:04:21.4452970Z ============================= test session starts ============================== 2022-05-18T05:04:21.4454210Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T05:04:21.4454580Z cachedir: .pytest_cache 2022-05-18T05:04:21.4456050Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T05:04:21.4456480Z torch: 1.12.0a0+git3b23752 2022-05-18T05:04:21.4456770Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T05:04:21.4457340Z plugins: hypothesis-6.46.5 2022-05-18T05:04:21.4763390Z collecting ... collected 6 items 2022-05-18T05:04:21.4763610Z 2022-05-18T05:04:21.4814560Z distributed/pipeline/sync/skip/test_tracker.py::test_default_skip_tracker PASSED [ 16%] 2022-05-18T05:04:21.4826680Z distributed/pipeline/sync/skip/test_tracker.py::test_default_skip_tracker_by_data_parallel SKIPPED [ 33%] 2022-05-18T05:04:21.4849580Z distributed/pipeline/sync/skip/test_tracker.py::test_reuse_portal PASSED [ 50%] 2022-05-18T05:04:21.4868830Z distributed/pipeline/sync/skip/test_tracker.py::test_no_copy_no_portal PASSED [ 66%] 2022-05-18T05:04:21.4887640Z distributed/pipeline/sync/skip/test_tracker.py::test_tensor_life_without_checkpointing PASSED [ 83%] 2022-05-18T05:04:21.4920620Z distributed/pipeline/sync/skip/test_tracker.py::test_tensor_life_with_checkpointing PASSED [100%] 2022-05-18T05:04:21.4921320Z 2022-05-18T05:04:21.4921630Z =========================== short test summary info ============================ 2022-05-18T05:04:21.4922130Z SKIPPED [1] distributed/pipeline/sync/skip/test_tracker.py:39: cuda required 2022-05-18T05:04:21.4922750Z ========================= 5 passed, 1 skipped in 0.19s ========================= 2022-05-18T05:04:21.6565960Z Running distributed/pipeline/sync/test_balance ... [2022-05-18 05:04:21.656241] 2022-05-18T05:04:21.6566640Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributed/pipeline/sync/test_balance.py', '-v'] ... [2022-05-18 05:04:21.656360] 2022-05-18T05:04:23.0514670Z ============================= test session starts ============================== 2022-05-18T05:04:23.0515440Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T05:04:23.0515750Z cachedir: .pytest_cache 2022-05-18T05:04:23.0516320Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T05:04:23.0516690Z torch: 1.12.0a0+git3b23752 2022-05-18T05:04:23.0516970Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T05:04:23.0517790Z plugins: hypothesis-6.46.5 2022-05-18T05:04:23.0908200Z collecting ... collected 15 items 2022-05-18T05:04:23.0908460Z 2022-05-18T05:04:23.0949530Z distributed/pipeline/sync/test_balance.py::test_blockpartition PASSED [ 6%] 2022-05-18T05:04:23.0967730Z distributed/pipeline/sync/test_balance.py::test_blockpartition_zeros PASSED [ 13%] 2022-05-18T05:04:23.0987270Z distributed/pipeline/sync/test_balance.py::test_blockpartition_non_positive_partitions PASSED [ 20%] 2022-05-18T05:04:23.1005590Z distributed/pipeline/sync/test_balance.py::test_blockpartition_short_sequence PASSED [ 26%] 2022-05-18T05:04:23.1017110Z distributed/pipeline/sync/test_balance.py::test_balance_by_time[cpu] SKIPPED [ 33%] 2022-05-18T05:04:24.1068500Z distributed/pipeline/sync/test_balance.py::test_balance_by_time_loop_resets_input PASSED [ 40%] 2022-05-18T05:04:24.1071910Z distributed/pipeline/sync/test_balance.py::test_balance_by_size_latent SKIPPED [ 46%] 2022-05-18T05:04:24.1082310Z distributed/pipeline/sync/test_balance.py::test_balance_by_size_param SKIPPED [ 53%] 2022-05-18T05:04:24.1092900Z distributed/pipeline/sync/test_balance.py::test_balance_by_size_param_scale SKIPPED [ 60%] 2022-05-18T05:04:24.1132480Z distributed/pipeline/sync/test_balance.py::test_layerwise_sandbox[cpu] PASSED [ 66%] 2022-05-18T05:04:25.1172600Z distributed/pipeline/sync/test_balance.py::test_sandbox_during_profiling[cpu] PASSED [ 73%] 2022-05-18T05:04:26.1213020Z distributed/pipeline/sync/test_balance.py::test_not_training PASSED [ 80%] 2022-05-18T05:04:27.1251240Z distributed/pipeline/sync/test_balance.py::test_balance_by_time_tuple PASSED [ 86%] 2022-05-18T05:04:27.1262200Z distributed/pipeline/sync/test_balance.py::test_balance_by_size_tuple SKIPPED [ 93%] 2022-05-18T05:04:27.1277040Z [W NNPACK.cpp:51] Could not initialize NNPACK! Reason: Unsupported hardware. 2022-05-18T05:04:27.1313620Z distributed/pipeline/sync/test_balance.py::test_already_has_grad PASSED [100%] 2022-05-18T05:04:27.1314030Z 2022-05-18T05:04:27.1314460Z =========================== short test summary info ============================ 2022-05-18T05:04:27.1314850Z SKIPPED [1] distributed/pipeline/sync/test_balance.py:47: Flaky due to time.sleep() 2022-05-18T05:04:27.1315220Z SKIPPED [1] distributed/pipeline/sync/test_balance.py:77: cuda required 2022-05-18T05:04:27.1315570Z SKIPPED [1] distributed/pipeline/sync/test_balance.py:100: cuda required 2022-05-18T05:04:27.1315910Z SKIPPED [1] distributed/pipeline/sync/test_balance.py:113: cuda required 2022-05-18T05:04:27.1316250Z SKIPPED [1] distributed/pipeline/sync/test_balance.py:204: cuda required 2022-05-18T05:04:27.1316570Z ======================== 10 passed, 5 skipped in 4.23s ========================= 2022-05-18T05:04:27.2929430Z Running distributed/pipeline/sync/test_checkpoint ... [2022-05-18 05:04:27.292556] 2022-05-18T05:04:27.2930110Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributed/pipeline/sync/test_checkpoint.py', '-v'] ... [2022-05-18 05:04:27.292669] 2022-05-18T05:04:28.6656200Z ============================= test session starts ============================== 2022-05-18T05:04:28.6657050Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T05:04:28.6657780Z cachedir: .pytest_cache 2022-05-18T05:04:28.6658720Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T05:04:28.6659110Z torch: 1.12.0a0+git3b23752 2022-05-18T05:04:28.6659390Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T05:04:28.6659760Z plugins: hypothesis-6.46.5 2022-05-18T05:04:28.6924130Z collecting ... collected 7 items 2022-05-18T05:04:28.6924350Z 2022-05-18T05:04:28.6991320Z distributed/pipeline/sync/test_checkpoint.py::test_serial_checkpoints[cpu] PASSED [ 14%] 2022-05-18T05:04:28.7014020Z distributed/pipeline/sync/test_checkpoint.py::test_not_requires_grad PASSED [ 28%] 2022-05-18T05:04:28.7036710Z distributed/pipeline/sync/test_checkpoint.py::test_not_requires_grad_with_parameter PASSED [ 42%] 2022-05-18T05:04:28.7382530Z distributed/pipeline/sync/test_checkpoint.py::test_random_in_checkpoint[cpu] PASSED [ 57%] 2022-05-18T05:04:28.7404740Z distributed/pipeline/sync/test_checkpoint.py::test_detect_checkpointing_recomputing PASSED [ 71%] 2022-05-18T05:04:28.7424000Z distributed/pipeline/sync/test_checkpoint.py::test_detect_checkpointing_recomputing_without_checkpoint PASSED [ 85%] 2022-05-18T05:04:28.7459660Z distributed/pipeline/sync/test_checkpoint.py::test_non_grad_output PASSED [100%] 2022-05-18T05:04:28.7459890Z 2022-05-18T05:04:28.7460050Z ============================== 7 passed in 0.23s =============================== 2022-05-18T05:04:28.9048640Z Running distributed/pipeline/sync/test_deferred_batch_norm ... [2022-05-18 05:04:28.904254] 2022-05-18T05:04:28.9049370Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributed/pipeline/sync/test_deferred_batch_norm.py', '-v'] ... [2022-05-18 05:04:28.904377] 2022-05-18T05:04:30.2952920Z ============================= test session starts ============================== 2022-05-18T05:04:30.2953750Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T05:04:30.2954070Z cachedir: .pytest_cache 2022-05-18T05:04:30.2954630Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T05:04:30.2955000Z torch: 1.12.0a0+git3b23752 2022-05-18T05:04:30.2955280Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T05:04:30.2955640Z plugins: hypothesis-6.46.5 2022-05-18T05:04:30.3354160Z collecting ... collected 11 items 2022-05-18T05:04:30.3354400Z 2022-05-18T05:04:30.4379500Z distributed/pipeline/sync/test_deferred_batch_norm.py::test_transparency[True-1] PASSED [ 9%] 2022-05-18T05:04:30.5199380Z distributed/pipeline/sync/test_deferred_batch_norm.py::test_transparency[True-4] PASSED [ 18%] 2022-05-18T05:04:30.5857070Z distributed/pipeline/sync/test_deferred_batch_norm.py::test_transparency[False-1] PASSED [ 27%] 2022-05-18T05:04:30.6458660Z distributed/pipeline/sync/test_deferred_batch_norm.py::test_transparency[False-4] PASSED [ 36%] 2022-05-18T05:04:30.6776620Z distributed/pipeline/sync/test_deferred_batch_norm.py::test_running_stats[0.1] PASSED [ 45%] 2022-05-18T05:04:30.7090060Z distributed/pipeline/sync/test_deferred_batch_norm.py::test_running_stats[None] PASSED [ 54%] 2022-05-18T05:04:30.7116340Z distributed/pipeline/sync/test_deferred_batch_norm.py::test_convert_deferred_batch_norm PASSED [ 63%] 2022-05-18T05:04:30.7668010Z distributed/pipeline/sync/test_deferred_batch_norm.py::test_eval PASSED [ 72%] 2022-05-18T05:04:31.0304140Z distributed/pipeline/sync/test_deferred_batch_norm.py::test_optimize PASSED [ 81%] 2022-05-18T05:04:31.2789760Z distributed/pipeline/sync/test_deferred_batch_norm.py::test_conv_bn PASSED [ 90%] 2022-05-18T05:04:31.3074460Z distributed/pipeline/sync/test_deferred_batch_norm.py::test_input_requiring_grad PASSED [100%] 2022-05-18T05:04:31.3074830Z 2022-05-18T05:04:31.3075300Z ============================== 11 passed in 1.16s ============================== 2022-05-18T05:04:31.4801470Z Running distributed/pipeline/sync/test_inplace ... [2022-05-18 05:04:31.479646] 2022-05-18T05:04:31.4802130Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributed/pipeline/sync/test_inplace.py', '-v'] ... [2022-05-18 05:04:31.479767] 2022-05-18T05:04:32.8599530Z ============================= test session starts ============================== 2022-05-18T05:04:32.8600640Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T05:04:32.8601010Z cachedir: .pytest_cache 2022-05-18T05:04:32.8601580Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T05:04:32.8601960Z torch: 1.12.0a0+git3b23752 2022-05-18T05:04:32.8602630Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T05:04:32.8603030Z plugins: hypothesis-6.46.5 2022-05-18T05:04:32.8794430Z collecting ... collected 3 items 2022-05-18T05:04:32.8794920Z 2022-05-18T05:04:33.1360500Z distributed/pipeline/sync/test_inplace.py::test_inplace_on_requires_grad PASSED [ 33%] 2022-05-18T05:04:33.1487250Z distributed/pipeline/sync/test_inplace.py::test_inplace_on_not_requires_grad XFAIL [ 66%] 2022-05-18T05:04:33.1617200Z distributed/pipeline/sync/test_inplace.py::test_inplace_incorrect_grad XFAIL [100%] 2022-05-18T05:04:33.1617600Z 2022-05-18T05:04:33.1617770Z =========================== short test summary info ============================ 2022-05-18T05:04:33.1618350Z XFAIL distributed/pipeline/sync/test_inplace.py::test_inplace_on_not_requires_grad 2022-05-18T05:04:33.1618730Z XFAIL distributed/pipeline/sync/test_inplace.py::test_inplace_incorrect_grad 2022-05-18T05:04:33.3304690Z Running distributed/pipeline/sync/test_phony ... [2022-05-18 05:04:33.329934] 2022-05-18T05:04:33.3305170Z ========================= 1 passed, 2 xfailed in 0.45s ========================= 2022-05-18T05:04:33.3306140Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributed/pipeline/sync/test_phony.py', '-v'] ... [2022-05-18 05:04:33.330079] 2022-05-18T05:04:34.7117970Z ============================= test session starts ============================== 2022-05-18T05:04:34.7119040Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T05:04:34.7119370Z cachedir: .pytest_cache 2022-05-18T05:04:34.7120410Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T05:04:34.7120840Z torch: 1.12.0a0+git3b23752 2022-05-18T05:04:34.7121120Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T05:04:34.7121520Z plugins: hypothesis-6.46.5 2022-05-18T05:04:34.7363860Z collecting ... collected 4 items 2022-05-18T05:04:34.7364090Z 2022-05-18T05:04:34.7409980Z distributed/pipeline/sync/test_phony.py::test_phony_size PASSED [ 25%] 2022-05-18T05:04:34.7428370Z distributed/pipeline/sync/test_phony.py::test_phony_requires_grad PASSED [ 50%] 2022-05-18T05:04:34.7446350Z distributed/pipeline/sync/test_phony.py::test_cached_phony PASSED [ 75%] 2022-05-18T05:04:34.7482280Z distributed/pipeline/sync/test_phony.py::test_phony_in_autograd_function PASSED [100%] 2022-05-18T05:04:34.7482530Z 2022-05-18T05:04:34.7482660Z ============================== 4 passed in 0.19s =============================== 2022-05-18T05:04:34.9226070Z Running distributed/pipeline/sync/test_pipeline ... [2022-05-18 05:04:34.922236] 2022-05-18T05:04:34.9226750Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributed/pipeline/sync/test_pipeline.py', '-v'] ... [2022-05-18 05:04:34.922357] 2022-05-18T05:04:36.2976980Z ============================= test session starts ============================== 2022-05-18T05:04:36.2977770Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T05:04:36.2978090Z cachedir: .pytest_cache 2022-05-18T05:04:36.2978760Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T05:04:36.2979120Z torch: 1.12.0a0+git3b23752 2022-05-18T05:04:36.2979400Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T05:04:36.2979750Z plugins: hypothesis-6.46.5 2022-05-18T05:04:36.3201440Z collecting ... collected 1 item 2022-05-18T05:04:36.3201620Z 2022-05-18T05:04:36.3254720Z distributed/pipeline/sync/test_pipeline.py::test_clock_cycles PASSED [100%] 2022-05-18T05:04:36.3255130Z 2022-05-18T05:04:36.3255700Z ============================== 1 passed in 0.17s =============================== 2022-05-18T05:04:36.4841540Z Running distributed/pipeline/sync/test_transparency ... [2022-05-18 05:04:36.483809] 2022-05-18T05:04:36.4842770Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributed/pipeline/sync/test_transparency.py', '-v'] ... [2022-05-18 05:04:36.483934] 2022-05-18T05:04:37.8713340Z ============================= test session starts ============================== 2022-05-18T05:04:37.8714310Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T05:04:37.8714650Z cachedir: .pytest_cache 2022-05-18T05:04:37.8715200Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T05:04:37.8715590Z torch: 1.12.0a0+git3b23752 2022-05-18T05:04:37.8715880Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T05:04:37.8716250Z plugins: hypothesis-6.46.5 2022-05-18T05:04:37.8891590Z collecting ... collected 1 item 2022-05-18T05:04:37.8892720Z 2022-05-18T05:04:37.9549660Z distributed/pipeline/sync/test_transparency.py::test_simple_linears PASSED [100%] 2022-05-18T05:04:37.9549950Z 2022-05-18T05:04:37.9550080Z ============================== 1 passed in 0.23s =============================== 2022-05-18T05:04:38.1172550Z Running distributed/rpc/cuda/test_tensorpipe_agent ... [2022-05-18 05:04:38.116725] 2022-05-18T05:04:38.1173950Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/rpc/cuda/test_tensorpipe_agent.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:04:38.116855] 2022-05-18T05:04:39.2653980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpze_w2omp 2022-05-18T05:04:39.2656510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpze_w2omp/_remote_module_non_scriptable.py 2022-05-18T05:04:39.7110450Z ]> 2022-05-18T05:04:39.7111390Z test_ddp_dist_autograd_local_vs_remote_gpu (__main__.TensorPipeCudaDdpComparisonTest) 2022-05-18T05:04:39.7112440Z , <__main__.TensorPipeCudaDistAutogradTest testMethod=test_gpu_to_cpu_continuation>, <__main__.TensorPipeCudaDistAutogradTest testMethod=test_gpu_to_cpu_continuation_gpu_root>]> 2022-05-18T05:04:39.7113670Z test_gpu_simple (__main__.TensorPipeCudaDistAutogradTest) 2022-05-18T05:04:39.7114090Z test_gpu_to_cpu_continuation (__main__.TensorPipeCudaDistAutogradTest) 2022-05-18T05:04:39.7114490Z test_gpu_to_cpu_continuation_gpu_root (__main__.TensorPipeCudaDistAutogradTest) 2022-05-18T05:04:39.7115260Z , <__main__.TensorPipeCudaRemoteModuleTest testMethod=test_input_moved_to_cuda_device_script>, <__main__.TensorPipeCudaRemoteModuleTest testMethod=test_invalid_devices>, <__main__.TensorPipeCudaRemoteModuleTest testMethod=test_valid_device>]> 2022-05-18T05:04:39.7116010Z test_input_moved_to_cuda_device (__main__.TensorPipeCudaRemoteModuleTest) 2022-05-18T05:04:39.7116390Z test_input_moved_to_cuda_device_script (__main__.TensorPipeCudaRemoteModuleTest) 2022-05-18T05:04:39.7116760Z test_invalid_devices (__main__.TensorPipeCudaRemoteModuleTest) 2022-05-18T05:04:39.7117100Z test_valid_device (__main__.TensorPipeCudaRemoteModuleTest) 2022-05-18T05:04:39.7117500Z ]> 2022-05-18T05:04:39.7117870Z test_profiler_remote_cuda (__main__.TensorPipeCudaRpcTest) 2022-05-18T05:04:39.7118970Z , <__main__.TensorPipePipeWithDDPTest testMethod=test_basic_gloo_ckpt_except_last>, <__main__.TensorPipePipeWithDDPTest testMethod=test_basic_gloo_ckpt_never>, <__main__.TensorPipePipeWithDDPTest testMethod=test_basic_gloo_ckpt_never_find_unused>, <__main__.TensorPipePipeWithDDPTest testMethod=test_basic_nccl_ckpt_always>, <__main__.TensorPipePipeWithDDPTest testMethod=test_basic_nccl_ckpt_except_last>, <__main__.TensorPipePipeWithDDPTest testMethod=test_basic_nccl_ckpt_never>, <__main__.TensorPipePipeWithDDPTest testMethod=test_basic_nccl_ckpt_never_find_unused>]> 2022-05-18T05:04:39.7120480Z test_basic_gloo_ckpt_always (__main__.TensorPipePipeWithDDPTest) 2022-05-18T05:04:39.7120830Z test_basic_gloo_ckpt_except_last (__main__.TensorPipePipeWithDDPTest) 2022-05-18T05:04:39.7121180Z test_basic_gloo_ckpt_never (__main__.TensorPipePipeWithDDPTest) 2022-05-18T05:04:39.7121530Z test_basic_gloo_ckpt_never_find_unused (__main__.TensorPipePipeWithDDPTest) 2022-05-18T05:04:39.7121890Z test_basic_nccl_ckpt_always (__main__.TensorPipePipeWithDDPTest) 2022-05-18T05:04:39.7122240Z test_basic_nccl_ckpt_except_last (__main__.TensorPipePipeWithDDPTest) 2022-05-18T05:04:39.7122580Z test_basic_nccl_ckpt_never (__main__.TensorPipePipeWithDDPTest) 2022-05-18T05:04:39.7122940Z test_basic_nccl_ckpt_never_find_unused (__main__.TensorPipePipeWithDDPTest) 2022-05-18T05:04:39.7136510Z , <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_async_execution_with_cuda_future>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_cuda_future_callback_changes_devices>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_cuda_future_can_extract_cuda_sparse_tensor>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_cuda_future_can_extract_cuda_tensor>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_cuda_future_can_extract_custom_class_with_cuda_sparse_tensor>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_cuda_future_can_extract_custom_class_with_cuda_tensor>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_cuda_future_can_extract_list_with_cuda_sparse_tensor>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_cuda_future_can_extract_list_with_cuda_tensor>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_cuda_future_device_as_device>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_cuda_future_device_as_int>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_cuda_future_device_as_str>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_cuda_future_device_not_cuda>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_cuda_future_modify_tensor_inplace>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_cuda_future_replace_tensor>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_cuda_future_value_on_bad_device>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_custom_stream>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_custom_stream_multi>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_custom_stream_nested>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_custom_stream_nested_multi>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_cpu>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_cpu_to_gpu_default>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_cpu_to_gpu_non_default>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_gpu_default>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_gpu_default_to_non_default>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_gpu_mixed_1>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_gpu_mixed_2>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_gpu_mixed_3>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_gpu_mixed_4>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_gpu_mixed_5>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_gpu_mixed_6>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_gpu_mixed_7>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_gpu_mixed_8>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_gpu_mixed_self_1>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_gpu_mixed_self_2>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_gpu_mixed_self_3>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_gpu_mixed_self_4>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_gpu_mixed_self_5>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_gpu_mixed_self_6>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_gpu_mixed_self_7>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_gpu_mixed_self_8>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_gpu_non_default>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_gpu_non_default_to_default>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_gpu_to_cpu_default>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_map_gpu_to_cpu_non_default>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_maps_gpu>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_maps_in_options>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_maps_invalid_max_local_device>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_maps_invalid_max_remote_device>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_maps_invalid_min_device>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_maps_many_to_one>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_maps_missing_config>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_maps_missing_config_loop>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_maps_missing_config_not_timeout>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_maps_missing_config_remote>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_maps_missing_config_remote_response>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_maps_missing_config_response>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_maps_missing_config_response_loop>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_maps_multi_gpu>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_maps_multi_gpu_self>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_maps_one_to_many>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_maps_remote>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_maps_return_to_gpu>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_maps_return_to_gpu_self>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_maps_wrong_worker_name>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_device_mismatch>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_devices_option_mismatch>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_devices_option_mismatch_reverse>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_meta_multiple_tensors>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_owner_rref_forward_synchronization1>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_owner_rref_forward_synchronization2>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_owner_rref_forward_synchronization3>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_owner_rref_forward_synchronization4>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_rref_as_arg_synchronization1>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_rref_as_arg_synchronization2>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_rref_as_arg_synchronization3>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_rref_as_arg_synchronization4>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_rref_as_arg_synchronization5>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_rref_forward_synchronization1>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_rref_forward_synchronization2>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_rref_forward_synchronization3>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_rref_forward_synchronization4>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_rref_to_here_synchronization1>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_rref_to_here_synchronization2>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_rref_to_here_synchronization3>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_rref_to_here_synchronization4>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_rref_with_unpickleable_attributes>, <__main__.TensorPipeTensorPipeAgentCudaRpcTest testMethod=test_tensor_view_as_return_value>]> 2022-05-18T05:04:39.7148900Z test_async_execution_nested_with_cuda_future (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7149340Z test_async_execution_with_cuda_future (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7149930Z test_cuda_future_callback_changes_devices (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7150420Z test_cuda_future_can_extract_cuda_sparse_tensor (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7150850Z test_cuda_future_can_extract_cuda_tensor (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7151320Z test_cuda_future_can_extract_custom_class_with_cuda_sparse_tensor (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7151800Z test_cuda_future_can_extract_custom_class_with_cuda_tensor (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7152270Z test_cuda_future_can_extract_list_with_cuda_sparse_tensor (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7152730Z test_cuda_future_can_extract_list_with_cuda_tensor (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7153380Z test_cuda_future_device_as_device (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7153790Z test_cuda_future_device_as_int (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7154190Z test_cuda_future_device_as_str (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7154590Z test_cuda_future_device_not_cuda (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7155010Z test_cuda_future_modify_tensor_inplace (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7155430Z test_cuda_future_replace_tensor (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7155840Z test_cuda_future_value_on_bad_device (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7156230Z test_custom_stream (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7156610Z test_custom_stream_multi (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7156990Z test_custom_stream_nested (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7157390Z test_custom_stream_nested_multi (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7157780Z test_device_map_cpu (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7158180Z test_device_map_cpu_to_gpu_default (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7158600Z test_device_map_cpu_to_gpu_non_default (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7159230Z test_device_map_gpu_default (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7159650Z test_device_map_gpu_default_to_non_default (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7160140Z test_device_map_gpu_mixed_1 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7160540Z test_device_map_gpu_mixed_2 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7160940Z test_device_map_gpu_mixed_3 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7161320Z test_device_map_gpu_mixed_4 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7161710Z test_device_map_gpu_mixed_5 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7162090Z test_device_map_gpu_mixed_6 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7162470Z test_device_map_gpu_mixed_7 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7162960Z test_device_map_gpu_mixed_8 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7163350Z test_device_map_gpu_mixed_self_1 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7163740Z test_device_map_gpu_mixed_self_2 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7164130Z test_device_map_gpu_mixed_self_3 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7164510Z test_device_map_gpu_mixed_self_4 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7164900Z test_device_map_gpu_mixed_self_5 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7165280Z test_device_map_gpu_mixed_self_6 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7165830Z test_device_map_gpu_mixed_self_7 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7166260Z test_device_map_gpu_mixed_self_8 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7166650Z test_device_map_gpu_non_default (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7167060Z test_device_map_gpu_non_default_to_default (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7167470Z test_device_map_gpu_to_cpu_default (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7167870Z test_device_map_gpu_to_cpu_non_default (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7168260Z test_device_maps_gpu (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7168640Z test_device_maps_in_options (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7169040Z test_device_maps_invalid_max_local_device (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7169460Z test_device_maps_invalid_max_remote_device (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7169870Z test_device_maps_invalid_min_device (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7170270Z test_device_maps_many_to_one (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7170670Z test_device_maps_missing_config (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7171070Z test_device_maps_missing_config_loop (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7171470Z test_device_maps_missing_config_not_timeout (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7171890Z test_device_maps_missing_config_remote (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7172310Z test_device_maps_missing_config_remote_response (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7172730Z test_device_maps_missing_config_response (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7173160Z test_device_maps_missing_config_response_loop (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7173570Z test_device_maps_multi_gpu (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7173960Z test_device_maps_multi_gpu_self (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7174550Z test_device_maps_one_to_many (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7174930Z test_device_maps_remote (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7175430Z test_device_maps_return_to_gpu (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7175840Z test_device_maps_return_to_gpu_self (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7176250Z test_device_maps_wrong_worker_name (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7176650Z test_device_mismatch (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7177030Z test_devices_option_mismatch (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7177450Z test_devices_option_mismatch_reverse (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7177850Z test_meta_multiple_tensors (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7178270Z test_owner_rref_forward_synchronization1 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7178710Z test_owner_rref_forward_synchronization2 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7179140Z test_owner_rref_forward_synchronization3 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7179560Z test_owner_rref_forward_synchronization4 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7179970Z test_rref_as_arg_synchronization1 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7180380Z test_rref_as_arg_synchronization2 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7180940Z test_rref_as_arg_synchronization3 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7181400Z test_rref_as_arg_synchronization4 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7181800Z test_rref_as_arg_synchronization5 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7182210Z test_rref_forward_synchronization1 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7182630Z test_rref_forward_synchronization2 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7183150Z test_rref_forward_synchronization3 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7183580Z test_rref_forward_synchronization4 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7183990Z test_rref_to_here_synchronization1 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7184400Z test_rref_to_here_synchronization2 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7184810Z test_rref_to_here_synchronization3 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7185210Z test_rref_to_here_synchronization4 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7185630Z test_rref_with_unpickleable_attributes (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7186030Z test_tensor_view_as_return_value (__main__.TensorPipeTensorPipeAgentCudaRpcTest) 2022-05-18T05:04:39.7186810Z , <__main__.TensorPipeTensorPipeCudaDistAutogradTest testMethod=test_dist_autograd_sync_streams>, <__main__.TensorPipeTensorPipeCudaDistAutogradTest testMethod=test_gradients_synchronizations>]> 2022-05-18T05:04:39.7187580Z test_device_maps_backward_pass (__main__.TensorPipeTensorPipeCudaDistAutogradTest) 2022-05-18T05:04:39.7188010Z test_dist_autograd_sync_streams (__main__.TensorPipeTensorPipeCudaDistAutogradTest) 2022-05-18T05:04:39.7188450Z test_gradients_synchronizations (__main__.TensorPipeTensorPipeCudaDistAutogradTest) 2022-05-18T05:04:40.8530070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq9td_nse 2022-05-18T05:04:40.8533580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq9td_nse/_remote_module_non_scriptable.py 2022-05-18T05:04:41.3066140Z 2022-05-18T05:04:41.3066930Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:04:41.3067310Z Running tests... 2022-05-18T05:04:41.3067710Z ---------------------------------------------------------------------- 2022-05-18T05:04:41.3111200Z test_ddp_dist_autograd_local_vs_remote_gpu (__main__.TensorPipeCudaDdpComparisonTest) ... skip: c10d was not compiled with the NCCL backend (0.004s) 2022-05-18T05:04:41.3171240Z 2022-05-18T05:04:41.3171740Z ---------------------------------------------------------------------- 2022-05-18T05:04:41.3172260Z Ran 1 test in 0.005s 2022-05-18T05:04:41.3172430Z 2022-05-18T05:04:41.3172520Z OK (skipped=1) 2022-05-18T05:04:41.3172810Z 2022-05-18T05:04:41.3172910Z Generating XML reports... 2022-05-18T05:04:41.3173590Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeCudaDdpComparisonTest-20220518050441.xml 2022-05-18T05:04:42.6505090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpavdzvqzw 2022-05-18T05:04:42.6509670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpavdzvqzw/_remote_module_non_scriptable.py 2022-05-18T05:04:43.0745500Z 2022-05-18T05:04:43.0746290Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:04:43.0747110Z Running tests... 2022-05-18T05:04:43.0747590Z ---------------------------------------------------------------------- 2022-05-18T05:04:43.4817710Z test_gpu_simple (__main__.TensorPipeCudaDistAutogradTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70753 for platform(s) mac. If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.407s) 2022-05-18T05:04:43.4864580Z 2022-05-18T05:04:43.4865120Z ---------------------------------------------------------------------- 2022-05-18T05:04:43.4865410Z Ran 1 test in 0.407s 2022-05-18T05:04:43.4865540Z 2022-05-18T05:04:43.4865620Z OK (skipped=1) 2022-05-18T05:04:43.4865740Z 2022-05-18T05:04:43.4865840Z Generating XML reports... 2022-05-18T05:04:43.4866480Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeCudaDistAutogradTest-20220518050443.xml 2022-05-18T05:04:44.8378790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz7i12l1t 2022-05-18T05:04:44.8382170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz7i12l1t/_remote_module_non_scriptable.py 2022-05-18T05:04:45.2629020Z 2022-05-18T05:04:45.2629340Z Running tests... 2022-05-18T05:04:45.2629960Z ---------------------------------------------------------------------- 2022-05-18T05:04:45.2630530Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:04:45.6851660Z test_gpu_to_cpu_continuation (__main__.TensorPipeCudaDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7244 2022-05-18T05:04:45.7007610Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7245 2022-05-18T05:04:45.7170400Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7246 2022-05-18T05:04:45.7183540Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7247 2022-05-18T05:04:47.3743210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6zqr0yea 2022-05-18T05:04:47.3743890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6zqr0yea/_remote_module_non_scriptable.py 2022-05-18T05:04:47.4578220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3q91d3tk 2022-05-18T05:04:47.4679410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3q91d3tk/_remote_module_non_scriptable.py 2022-05-18T05:04:47.4841740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprua30p2x 2022-05-18T05:04:47.4937420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprua30p2x/_remote_module_non_scriptable.py 2022-05-18T05:04:47.5197640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyu1rjnxw 2022-05-18T05:04:47.5224060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyu1rjnxw/_remote_module_non_scriptable.py 2022-05-18T05:04:48.0101740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:48.0805880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:48.1907400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:48.2475540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:48.6193130Z skip: Need at least 1 CUDA device (3.356s) 2022-05-18T05:04:48.6261710Z 2022-05-18T05:04:48.6262360Z ---------------------------------------------------------------------- 2022-05-18T05:04:48.6263040Z Ran 1 test in 3.357s 2022-05-18T05:04:48.6263230Z 2022-05-18T05:04:48.6263310Z OK (skipped=1) 2022-05-18T05:04:48.6263440Z 2022-05-18T05:04:48.6263530Z Generating XML reports... 2022-05-18T05:04:48.6264210Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeCudaDistAutogradTest-20220518050445.xml 2022-05-18T05:04:50.0475880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphuft7t2y 2022-05-18T05:04:50.0478940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphuft7t2y/_remote_module_non_scriptable.py 2022-05-18T05:04:50.4782730Z 2022-05-18T05:04:50.4783520Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:04:50.4783900Z Running tests... 2022-05-18T05:04:50.4784320Z ---------------------------------------------------------------------- 2022-05-18T05:04:50.8933830Z test_gpu_to_cpu_continuation_gpu_root (__main__.TensorPipeCudaDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7255 2022-05-18T05:04:50.9069270Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7256 2022-05-18T05:04:50.9215190Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7257 2022-05-18T05:04:50.9318180Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7258 2022-05-18T05:04:52.7341920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf4257ncl 2022-05-18T05:04:52.7377660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf4257ncl/_remote_module_non_scriptable.py 2022-05-18T05:04:52.7579300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8d5y_7y9 2022-05-18T05:04:52.7680640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8d5y_7y9/_remote_module_non_scriptable.py 2022-05-18T05:04:52.7781940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphni756ud 2022-05-18T05:04:52.7883710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphni756ud/_remote_module_non_scriptable.py 2022-05-18T05:04:52.8014290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsrl6j4ww 2022-05-18T05:04:52.8095820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsrl6j4ww/_remote_module_non_scriptable.py 2022-05-18T05:04:53.4183340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:53.4321500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:53.4522890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:53.4640560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:53.7970480Z skip: Need at least 1 CUDA device (3.319s) 2022-05-18T05:04:53.8041590Z 2022-05-18T05:04:53.8042220Z ---------------------------------------------------------------------- 2022-05-18T05:04:53.8042520Z Ran 1 test in 3.319s 2022-05-18T05:04:53.8042650Z 2022-05-18T05:04:53.8042720Z OK (skipped=1) 2022-05-18T05:04:53.8042850Z 2022-05-18T05:04:53.8042940Z Generating XML reports... 2022-05-18T05:04:53.8043600Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeCudaDistAutogradTest-20220518050450.xml 2022-05-18T05:04:55.2576440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7fx37tly 2022-05-18T05:04:55.2579390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7fx37tly/_remote_module_non_scriptable.py 2022-05-18T05:04:55.6884040Z 2022-05-18T05:04:55.6884310Z Running tests... 2022-05-18T05:04:55.6884950Z ---------------------------------------------------------------------- 2022-05-18T05:04:55.6885540Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:04:56.1438770Z test_input_moved_to_cuda_device (__main__.TensorPipeCudaRemoteModuleTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7267 2022-05-18T05:04:56.1519990Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7268 2022-05-18T05:04:57.3434700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw_y82ynj 2022-05-18T05:04:57.3437640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw_y82ynj/_remote_module_non_scriptable.py 2022-05-18T05:04:57.3451970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjpo919p0 2022-05-18T05:04:57.3455920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjpo919p0/_remote_module_non_scriptable.py 2022-05-18T05:04:57.7789230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:57.7790460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:57.9904600Z skip: Need at least 1 CUDA device (2.302s) 2022-05-18T05:04:57.9986350Z 2022-05-18T05:04:57.9987070Z ---------------------------------------------------------------------- 2022-05-18T05:04:57.9987400Z Ran 1 test in 2.302s 2022-05-18T05:04:57.9987550Z 2022-05-18T05:04:57.9987650Z OK (skipped=1) 2022-05-18T05:04:57.9987780Z 2022-05-18T05:04:57.9987880Z Generating XML reports... 2022-05-18T05:04:57.9988540Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeCudaRemoteModuleTest-20220518050455.xml 2022-05-18T05:04:59.3906710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp54bbix_9 2022-05-18T05:04:59.3909480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp54bbix_9/_remote_module_non_scriptable.py 2022-05-18T05:04:59.8316970Z 2022-05-18T05:04:59.8317810Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:04:59.8318180Z Running tests... 2022-05-18T05:04:59.8318580Z ---------------------------------------------------------------------- 2022-05-18T05:05:00.2722050Z test_input_moved_to_cuda_device_script (__main__.TensorPipeCudaRemoteModuleTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7274 2022-05-18T05:05:00.2814630Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7275 2022-05-18T05:05:01.5016620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl2soxzxu 2022-05-18T05:05:01.5020330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl2soxzxu/_remote_module_non_scriptable.py 2022-05-18T05:05:01.5022850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1o0r0c5s 2022-05-18T05:05:01.5026640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1o0r0c5s/_remote_module_non_scriptable.py 2022-05-18T05:05:01.9390500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:01.9477040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:02.2307440Z skip: Need at least 1 CUDA device (2.399s) 2022-05-18T05:05:02.2377090Z 2022-05-18T05:05:02.2377740Z ---------------------------------------------------------------------- 2022-05-18T05:05:02.2378090Z Ran 1 test in 2.399s 2022-05-18T05:05:02.2378220Z 2022-05-18T05:05:02.2378310Z OK (skipped=1) 2022-05-18T05:05:02.2378420Z 2022-05-18T05:05:02.2378520Z Generating XML reports... 2022-05-18T05:05:02.2379180Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeCudaRemoteModuleTest-20220518050459.xml 2022-05-18T05:05:03.6696110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx1tmdi_4 2022-05-18T05:05:03.6698930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx1tmdi_4/_remote_module_non_scriptable.py 2022-05-18T05:05:04.1078330Z 2022-05-18T05:05:04.1079330Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:05:04.1079780Z Running tests... 2022-05-18T05:05:04.1080260Z ---------------------------------------------------------------------- 2022-05-18T05:05:04.5284150Z test_invalid_devices (__main__.TensorPipeCudaRemoteModuleTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7282 2022-05-18T05:05:04.5407440Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7283 2022-05-18T05:05:05.7519560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3p6s5k6r 2022-05-18T05:05:05.7522490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3p6s5k6r/_remote_module_non_scriptable.py 2022-05-18T05:05:05.7555930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpipo0uxrg 2022-05-18T05:05:05.7559540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpipo0uxrg/_remote_module_non_scriptable.py 2022-05-18T05:05:06.1884390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:06.1913800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:06.5486750Z skip: Need at least 1 CUDA device (2.441s) 2022-05-18T05:05:06.5559860Z 2022-05-18T05:05:06.5560700Z ---------------------------------------------------------------------- 2022-05-18T05:05:06.5561030Z Ran 1 test in 2.441s 2022-05-18T05:05:06.5561170Z 2022-05-18T05:05:06.5561250Z OK (skipped=1) 2022-05-18T05:05:06.5561370Z 2022-05-18T05:05:06.5561470Z Generating XML reports... 2022-05-18T05:05:06.5562140Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeCudaRemoteModuleTest-20220518050504.xml 2022-05-18T05:05:07.9530730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfspyyaiw 2022-05-18T05:05:07.9533680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfspyyaiw/_remote_module_non_scriptable.py 2022-05-18T05:05:08.3934760Z 2022-05-18T05:05:08.3935810Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:05:08.3936470Z Running tests... 2022-05-18T05:05:08.3936940Z ---------------------------------------------------------------------- 2022-05-18T05:05:08.8206490Z test_valid_device (__main__.TensorPipeCudaRemoteModuleTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7289 2022-05-18T05:05:08.8329760Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7290 2022-05-18T05:05:10.0415560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf2yzl_nd 2022-05-18T05:05:10.0418090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf2yzl_nd/_remote_module_non_scriptable.py 2022-05-18T05:05:10.0641850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7thj12pn 2022-05-18T05:05:10.0644950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7thj12pn/_remote_module_non_scriptable.py 2022-05-18T05:05:10.4952360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:10.5136780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:10.7419960Z skip: Need at least 1 CUDA device (2.348s) 2022-05-18T05:05:10.7498450Z 2022-05-18T05:05:10.7499220Z ---------------------------------------------------------------------- 2022-05-18T05:05:10.7499560Z Ran 1 test in 2.349s 2022-05-18T05:05:10.7499690Z 2022-05-18T05:05:10.7499780Z OK (skipped=1) 2022-05-18T05:05:10.7499900Z 2022-05-18T05:05:10.7500000Z Generating XML reports... 2022-05-18T05:05:10.7500670Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeCudaRemoteModuleTest-20220518050508.xml 2022-05-18T05:05:12.1655590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp9xn090i 2022-05-18T05:05:12.1659020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp9xn090i/_remote_module_non_scriptable.py 2022-05-18T05:05:12.6102110Z 2022-05-18T05:05:12.6102900Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:05:12.6103280Z Running tests... 2022-05-18T05:05:12.6103710Z ---------------------------------------------------------------------- 2022-05-18T05:05:13.0603760Z test_profiler_remote_cuda (__main__.TensorPipeCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7297 2022-05-18T05:05:13.0698710Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7298 2022-05-18T05:05:13.0847100Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7299 2022-05-18T05:05:13.0958200Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7300 2022-05-18T05:05:14.8433980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp39yi1wbv 2022-05-18T05:05:14.8521480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp39yi1wbv/_remote_module_non_scriptable.py 2022-05-18T05:05:14.8571040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp27njydgr 2022-05-18T05:05:14.8672530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp27njydgr/_remote_module_non_scriptable.py 2022-05-18T05:05:14.8673190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpupoasu1e 2022-05-18T05:05:14.8725280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpupoasu1e/_remote_module_non_scriptable.py 2022-05-18T05:05:14.8825790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc5oykyqr 2022-05-18T05:05:14.8926050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc5oykyqr/_remote_module_non_scriptable.py 2022-05-18T05:05:15.5127060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:15.5204250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:15.5302380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:15.5420210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:15.8366120Z skip: Need at least 2 CUDA devices (3.226s) 2022-05-18T05:05:15.8439190Z 2022-05-18T05:05:15.8441900Z ---------------------------------------------------------------------- 2022-05-18T05:05:15.8442570Z Ran 1 test in 3.227s 2022-05-18T05:05:15.8443210Z 2022-05-18T05:05:15.8443610Z OK (skipped=1) 2022-05-18T05:05:15.8443980Z 2022-05-18T05:05:15.8444190Z Generating XML reports... 2022-05-18T05:05:15.8444900Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeCudaRpcTest-20220518050512.xml 2022-05-18T05:05:17.2681920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps2fj4i56 2022-05-18T05:05:17.2688160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps2fj4i56/_remote_module_non_scriptable.py 2022-05-18T05:05:17.7069490Z 2022-05-18T05:05:17.7070290Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:05:17.7070690Z Running tests... 2022-05-18T05:05:17.7071090Z ---------------------------------------------------------------------- 2022-05-18T05:05:18.1351140Z test_basic_gloo_ckpt_always (__main__.TensorPipePipeWithDDPTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7308 2022-05-18T05:05:18.1443370Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7309 2022-05-18T05:05:19.3520650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4_pdmpt_ 2022-05-18T05:05:19.3521740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf5378srv 2022-05-18T05:05:19.3524170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4_pdmpt_/_remote_module_non_scriptable.py 2022-05-18T05:05:19.3525510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf5378srv/_remote_module_non_scriptable.py 2022-05-18T05:05:19.7953250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:19.7954060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:20.0143670Z skip: Need at least 4 CUDA devices (2.307s) 2022-05-18T05:05:20.0231040Z 2022-05-18T05:05:20.0231760Z ---------------------------------------------------------------------- 2022-05-18T05:05:20.0232080Z Ran 1 test in 2.308s 2022-05-18T05:05:20.0232250Z 2022-05-18T05:05:20.0232340Z OK (skipped=1) 2022-05-18T05:05:20.0232460Z 2022-05-18T05:05:20.0232550Z Generating XML reports... 2022-05-18T05:05:20.0233200Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipePipeWithDDPTest-20220518050517.xml 2022-05-18T05:05:21.4340710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw_jkz3g3 2022-05-18T05:05:21.4343940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw_jkz3g3/_remote_module_non_scriptable.py 2022-05-18T05:05:21.8839970Z 2022-05-18T05:05:21.8840720Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:05:21.8841240Z Running tests... 2022-05-18T05:05:21.8841640Z ---------------------------------------------------------------------- 2022-05-18T05:05:22.3094880Z test_basic_gloo_ckpt_except_last (__main__.TensorPipePipeWithDDPTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7315 2022-05-18T05:05:22.3160090Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7316 2022-05-18T05:05:23.5122110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptlufr3gv 2022-05-18T05:05:23.5123290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph657ae7i 2022-05-18T05:05:23.5125080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptlufr3gv/_remote_module_non_scriptable.py 2022-05-18T05:05:23.5126010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph657ae7i/_remote_module_non_scriptable.py 2022-05-18T05:05:23.9544520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:23.9557840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:24.1875010Z skip: Need at least 4 CUDA devices (2.303s) 2022-05-18T05:05:24.1953860Z 2022-05-18T05:05:24.1954600Z ---------------------------------------------------------------------- 2022-05-18T05:05:24.1954960Z Ran 1 test in 2.304s 2022-05-18T05:05:24.1955110Z 2022-05-18T05:05:24.1955190Z OK (skipped=1) 2022-05-18T05:05:24.1955310Z 2022-05-18T05:05:24.1957670Z Generating XML reports... 2022-05-18T05:05:24.1958790Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipePipeWithDDPTest-20220518050521.xml 2022-05-18T05:05:25.6229330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwr_j28ot 2022-05-18T05:05:25.6232470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwr_j28ot/_remote_module_non_scriptable.py 2022-05-18T05:05:26.0676300Z 2022-05-18T05:05:26.0677080Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:05:26.0677460Z Running tests... 2022-05-18T05:05:26.0677870Z ---------------------------------------------------------------------- 2022-05-18T05:05:26.4932550Z test_basic_gloo_ckpt_never (__main__.TensorPipePipeWithDDPTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7323 2022-05-18T05:05:26.5026450Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7324 2022-05-18T05:05:27.6972290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6eer3qhd 2022-05-18T05:05:27.6973420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp65k2r_45 2022-05-18T05:05:27.6975260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp65k2r_45/_remote_module_non_scriptable.py 2022-05-18T05:05:27.6976200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6eer3qhd/_remote_module_non_scriptable.py 2022-05-18T05:05:28.1472010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:28.1536780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:28.3864630Z skip: Need at least 4 CUDA devices (2.319s) 2022-05-18T05:05:28.3937310Z 2022-05-18T05:05:28.3938420Z ---------------------------------------------------------------------- 2022-05-18T05:05:28.3938760Z Ran 1 test in 2.319s 2022-05-18T05:05:28.3938910Z 2022-05-18T05:05:28.3939090Z OK (skipped=1) 2022-05-18T05:05:28.3939220Z 2022-05-18T05:05:28.3939350Z Generating XML reports... 2022-05-18T05:05:28.3940800Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipePipeWithDDPTest-20220518050526.xml 2022-05-18T05:05:29.8036220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2ts7gebx 2022-05-18T05:05:29.8040800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2ts7gebx/_remote_module_non_scriptable.py 2022-05-18T05:05:30.2521280Z 2022-05-18T05:05:30.2522090Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:05:30.2523510Z Running tests... 2022-05-18T05:05:30.2524730Z ---------------------------------------------------------------------- 2022-05-18T05:05:30.6736620Z test_basic_gloo_ckpt_never_find_unused (__main__.TensorPipePipeWithDDPTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7330 2022-05-18T05:05:30.6867430Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7331 2022-05-18T05:05:31.9413780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9y7ejww4 2022-05-18T05:05:31.9416390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9y7ejww4/_remote_module_non_scriptable.py 2022-05-18T05:05:31.9692220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplxz9fs0n 2022-05-18T05:05:31.9696540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplxz9fs0n/_remote_module_non_scriptable.py 2022-05-18T05:05:32.3773040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:32.4102480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:32.6822220Z skip: Need at least 4 CUDA devices (2.430s) 2022-05-18T05:05:32.6894960Z 2022-05-18T05:05:32.6895870Z ---------------------------------------------------------------------- 2022-05-18T05:05:32.6896500Z Ran 1 test in 2.430s 2022-05-18T05:05:32.6896950Z 2022-05-18T05:05:32.6897220Z OK (skipped=1) 2022-05-18T05:05:32.6897380Z 2022-05-18T05:05:32.6897490Z Generating XML reports... 2022-05-18T05:05:32.6898520Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipePipeWithDDPTest-20220518050530.xml 2022-05-18T05:05:34.2097580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzbw1skes 2022-05-18T05:05:34.2101000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzbw1skes/_remote_module_non_scriptable.py 2022-05-18T05:05:34.6542820Z 2022-05-18T05:05:34.6543610Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:05:34.6544010Z Running tests... 2022-05-18T05:05:34.6544410Z ---------------------------------------------------------------------- 2022-05-18T05:05:34.6551680Z test_basic_nccl_ckpt_always (__main__.TensorPipePipeWithDDPTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:05:34.6609010Z 2022-05-18T05:05:34.6609600Z ---------------------------------------------------------------------- 2022-05-18T05:05:34.6609930Z Ran 1 test in 0.001s 2022-05-18T05:05:34.6610070Z 2022-05-18T05:05:34.6610150Z OK (skipped=1) 2022-05-18T05:05:34.6610270Z 2022-05-18T05:05:34.6610360Z Generating XML reports... 2022-05-18T05:05:34.6611150Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipePipeWithDDPTest-20220518050534.xml 2022-05-18T05:05:35.9973420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiub7byho 2022-05-18T05:05:35.9977440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiub7byho/_remote_module_non_scriptable.py 2022-05-18T05:05:36.4561690Z 2022-05-18T05:05:36.4562530Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:05:36.4562910Z Running tests... 2022-05-18T05:05:36.4563610Z ---------------------------------------------------------------------- 2022-05-18T05:05:36.4569580Z test_basic_nccl_ckpt_except_last (__main__.TensorPipePipeWithDDPTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:05:36.4623900Z 2022-05-18T05:05:36.4624600Z ---------------------------------------------------------------------- 2022-05-18T05:05:36.4624930Z Ran 1 test in 0.001s 2022-05-18T05:05:36.4625070Z 2022-05-18T05:05:36.4625940Z OK (skipped=1) 2022-05-18T05:05:36.4626390Z 2022-05-18T05:05:36.4626720Z Generating XML reports... 2022-05-18T05:05:36.4627420Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipePipeWithDDPTest-20220518050536.xml 2022-05-18T05:05:37.7685900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3tj7ujpu 2022-05-18T05:05:37.7689160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3tj7ujpu/_remote_module_non_scriptable.py 2022-05-18T05:05:38.2002720Z 2022-05-18T05:05:38.2003820Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:05:38.2004220Z Running tests... 2022-05-18T05:05:38.2004650Z ---------------------------------------------------------------------- 2022-05-18T05:05:38.2011760Z test_basic_nccl_ckpt_never (__main__.TensorPipePipeWithDDPTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:05:38.2066330Z 2022-05-18T05:05:38.2066900Z ---------------------------------------------------------------------- 2022-05-18T05:05:38.2067270Z Ran 1 test in 0.001s 2022-05-18T05:05:38.2067410Z 2022-05-18T05:05:38.2067480Z OK (skipped=1) 2022-05-18T05:05:38.2067600Z 2022-05-18T05:05:38.2067690Z Generating XML reports... 2022-05-18T05:05:38.2068330Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipePipeWithDDPTest-20220518050538.xml 2022-05-18T05:05:39.4993240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsq8hg71k 2022-05-18T05:05:39.4996750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsq8hg71k/_remote_module_non_scriptable.py 2022-05-18T05:05:39.9311950Z 2022-05-18T05:05:39.9312780Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:05:39.9313150Z Running tests... 2022-05-18T05:05:39.9313550Z ---------------------------------------------------------------------- 2022-05-18T05:05:39.9319920Z test_basic_nccl_ckpt_never_find_unused (__main__.TensorPipePipeWithDDPTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:05:39.9373700Z 2022-05-18T05:05:39.9374330Z ---------------------------------------------------------------------- 2022-05-18T05:05:39.9374910Z Ran 1 test in 0.001s 2022-05-18T05:05:39.9375070Z 2022-05-18T05:05:39.9375500Z OK (skipped=1) 2022-05-18T05:05:39.9375640Z 2022-05-18T05:05:39.9375740Z Generating XML reports... 2022-05-18T05:05:39.9376390Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipePipeWithDDPTest-20220518050539.xml 2022-05-18T05:05:41.2050280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgycalfrq 2022-05-18T05:05:41.2053510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgycalfrq/_remote_module_non_scriptable.py 2022-05-18T05:05:41.6365450Z 2022-05-18T05:05:41.6366070Z Running tests... 2022-05-18T05:05:41.6366700Z ---------------------------------------------------------------------- 2022-05-18T05:05:41.6367270Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:05:42.0841690Z test_async_execution_nested_with_cuda_future (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7346 2022-05-18T05:05:42.0948320Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7347 2022-05-18T05:05:42.1078980Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7348 2022-05-18T05:05:42.1191070Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7349 2022-05-18T05:05:44.0042410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaodg5dgj 2022-05-18T05:05:44.0079830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaodg5dgj/_remote_module_non_scriptable.py 2022-05-18T05:05:44.0266490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpztjyqcf5 2022-05-18T05:05:44.0335530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpztjyqcf5/_remote_module_non_scriptable.py 2022-05-18T05:05:44.0651090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdvz09jyz 2022-05-18T05:05:44.0716460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdvz09jyz/_remote_module_non_scriptable.py 2022-05-18T05:05:44.0772130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplmgdl5yt 2022-05-18T05:05:44.0870310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplmgdl5yt/_remote_module_non_scriptable.py 2022-05-18T05:05:44.6671120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:44.7168240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:44.7797210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:44.8974510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:45.2111060Z skip: Need at least 1 CUDA device (3.574s) 2022-05-18T05:05:45.2180960Z 2022-05-18T05:05:45.2181440Z ---------------------------------------------------------------------- 2022-05-18T05:05:45.2181730Z Ran 1 test in 3.575s 2022-05-18T05:05:45.2181870Z 2022-05-18T05:05:45.2181950Z OK (skipped=1) 2022-05-18T05:05:45.2182070Z 2022-05-18T05:05:45.2182160Z Generating XML reports... 2022-05-18T05:05:45.2182860Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050541.xml 2022-05-18T05:05:46.6060890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm351g1gd 2022-05-18T05:05:46.6064550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm351g1gd/_remote_module_non_scriptable.py 2022-05-18T05:05:47.0290890Z 2022-05-18T05:05:47.0291610Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:05:47.0292690Z Running tests... 2022-05-18T05:05:47.0293520Z ---------------------------------------------------------------------- 2022-05-18T05:05:47.4624900Z test_async_execution_with_cuda_future (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7358 2022-05-18T05:05:47.4764660Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7359 2022-05-18T05:05:47.4897160Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7360 2022-05-18T05:05:47.5015940Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7361 2022-05-18T05:05:49.2371490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6xieefeh 2022-05-18T05:05:49.2430750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6xieefeh/_remote_module_non_scriptable.py 2022-05-18T05:05:49.2471080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4ms9pqoe 2022-05-18T05:05:49.2494840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4ms9pqoe/_remote_module_non_scriptable.py 2022-05-18T05:05:49.2893040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl72b3lco 2022-05-18T05:05:49.2994530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl72b3lco/_remote_module_non_scriptable.py 2022-05-18T05:05:49.3297710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpquv9opln 2022-05-18T05:05:49.3358120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpquv9opln/_remote_module_non_scriptable.py 2022-05-18T05:05:49.9378380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:49.9395050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:49.9845650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:50.0881130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:50.3894730Z skip: Need at least 1 CUDA device (3.360s) 2022-05-18T05:05:50.3971890Z 2022-05-18T05:05:50.3972670Z ---------------------------------------------------------------------- 2022-05-18T05:05:50.3975090Z Ran 1 test in 3.361s 2022-05-18T05:05:50.3975290Z 2022-05-18T05:05:50.3975640Z OK (skipped=1) 2022-05-18T05:05:50.3975780Z 2022-05-18T05:05:50.3975890Z Generating XML reports... 2022-05-18T05:05:50.3976600Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050547.xml 2022-05-18T05:05:51.7993850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8pgryxc8 2022-05-18T05:05:51.7997130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8pgryxc8/_remote_module_non_scriptable.py 2022-05-18T05:05:52.2302360Z 2022-05-18T05:05:52.2303120Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:05:52.2304220Z Running tests... 2022-05-18T05:05:52.2305390Z ---------------------------------------------------------------------- 2022-05-18T05:05:52.6407770Z test_cuda_future_callback_changes_devices (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7369 2022-05-18T05:05:52.6505940Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7370 2022-05-18T05:05:52.6614330Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7371 2022-05-18T05:05:52.6754880Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7372 2022-05-18T05:05:54.5257660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd11cfsvv 2022-05-18T05:05:54.5335960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd11cfsvv/_remote_module_non_scriptable.py 2022-05-18T05:05:54.5816070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjr46anu3 2022-05-18T05:05:54.5909310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjr46anu3/_remote_module_non_scriptable.py 2022-05-18T05:05:54.6010660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp_9treqb 2022-05-18T05:05:54.6111020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp_9treqb/_remote_module_non_scriptable.py 2022-05-18T05:05:54.6120180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6irui1cm 2022-05-18T05:05:54.6213480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6irui1cm/_remote_module_non_scriptable.py 2022-05-18T05:05:55.2058880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:55.2825910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:55.3022170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:55.3676400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:55.7656530Z skip: Need at least 2 CUDA devices (3.535s) 2022-05-18T05:05:55.7730490Z 2022-05-18T05:05:55.7731350Z ---------------------------------------------------------------------- 2022-05-18T05:05:55.7731720Z Ran 1 test in 3.536s 2022-05-18T05:05:55.7731860Z 2022-05-18T05:05:55.7731940Z OK (skipped=1) 2022-05-18T05:05:55.7732060Z 2022-05-18T05:05:55.7732180Z Generating XML reports... 2022-05-18T05:05:55.7732870Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050552.xml 2022-05-18T05:05:57.1479930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprvqq1l67 2022-05-18T05:05:57.1483280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprvqq1l67/_remote_module_non_scriptable.py 2022-05-18T05:05:57.5758000Z 2022-05-18T05:05:57.5758780Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:05:57.5759160Z Running tests... 2022-05-18T05:05:57.5759570Z ---------------------------------------------------------------------- 2022-05-18T05:05:58.0015450Z test_cuda_future_can_extract_cuda_sparse_tensor (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7381 2022-05-18T05:05:58.0083710Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7382 2022-05-18T05:05:58.0244670Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7383 2022-05-18T05:05:58.0347410Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7384 2022-05-18T05:05:59.7722760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9kyix3hn 2022-05-18T05:05:59.7758090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9kyix3hn/_remote_module_non_scriptable.py 2022-05-18T05:05:59.8297500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwgonam4t 2022-05-18T05:05:59.8393030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwgonam4t/_remote_module_non_scriptable.py 2022-05-18T05:05:59.8487320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvjswxe9b 2022-05-18T05:05:59.8503140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvjswxe9b/_remote_module_non_scriptable.py 2022-05-18T05:05:59.8691860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9dfebate 2022-05-18T05:05:59.8754640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9dfebate/_remote_module_non_scriptable.py 2022-05-18T05:06:00.4320320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:00.4862580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:00.5074010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:00.5888550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:00.8671960Z skip: Need at least 1 CUDA device (3.291s) 2022-05-18T05:06:00.8749540Z 2022-05-18T05:06:00.8750290Z ---------------------------------------------------------------------- 2022-05-18T05:06:00.8750650Z Ran 1 test in 3.292s 2022-05-18T05:06:00.8750780Z 2022-05-18T05:06:00.8750860Z OK (skipped=1) 2022-05-18T05:06:00.8750980Z 2022-05-18T05:06:00.8751070Z Generating XML reports... 2022-05-18T05:06:00.8751750Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050557.xml 2022-05-18T05:06:02.2605260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpevhza_71 2022-05-18T05:06:02.2608980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpevhza_71/_remote_module_non_scriptable.py 2022-05-18T05:06:02.6950000Z 2022-05-18T05:06:02.6950980Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:06:02.6951390Z Running tests... 2022-05-18T05:06:02.6951800Z ---------------------------------------------------------------------- 2022-05-18T05:06:03.1162300Z test_cuda_future_can_extract_cuda_tensor (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7392 2022-05-18T05:06:03.1282260Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7393 2022-05-18T05:06:03.1424280Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7394 2022-05-18T05:06:03.1598420Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7395 2022-05-18T05:06:05.0617580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw3bfijfb 2022-05-18T05:06:05.0715550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw3bfijfb/_remote_module_non_scriptable.py 2022-05-18T05:06:05.0762250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjae8c2d7 2022-05-18T05:06:05.0862530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjae8c2d7/_remote_module_non_scriptable.py 2022-05-18T05:06:05.1093970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxe6voyig 2022-05-18T05:06:05.1112020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxe6voyig/_remote_module_non_scriptable.py 2022-05-18T05:06:05.1255430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnvauzu1p 2022-05-18T05:06:05.1356890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnvauzu1p/_remote_module_non_scriptable.py 2022-05-18T05:06:05.7150600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:05.7585400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:05.7811020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:05.8030230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:06.2276650Z skip: Need at least 1 CUDA device (3.532s) 2022-05-18T05:06:06.2351580Z 2022-05-18T05:06:06.2352320Z ---------------------------------------------------------------------- 2022-05-18T05:06:06.2352650Z Ran 1 test in 3.533s 2022-05-18T05:06:06.2353030Z 2022-05-18T05:06:06.2353150Z OK (skipped=1) 2022-05-18T05:06:06.2353280Z 2022-05-18T05:06:06.2353380Z Generating XML reports... 2022-05-18T05:06:06.2354180Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050602.xml 2022-05-18T05:06:07.6548910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8t4mzfmq 2022-05-18T05:06:07.6552250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8t4mzfmq/_remote_module_non_scriptable.py 2022-05-18T05:06:08.0940620Z 2022-05-18T05:06:08.0941420Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:06:08.0942000Z Running tests... 2022-05-18T05:06:08.0942410Z ---------------------------------------------------------------------- 2022-05-18T05:06:08.5221330Z test_cuda_future_can_extract_custom_class_with_cuda_sparse_tensor (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7404 2022-05-18T05:06:08.5293990Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7405 2022-05-18T05:06:08.5415430Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7406 2022-05-18T05:06:08.5535410Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7407 2022-05-18T05:06:10.3282400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2rca5el6 2022-05-18T05:06:10.3357390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2rca5el6/_remote_module_non_scriptable.py 2022-05-18T05:06:10.3475610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw5epowle 2022-05-18T05:06:10.3572620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw5epowle/_remote_module_non_scriptable.py 2022-05-18T05:06:10.3696860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgtybmc4q 2022-05-18T05:06:10.3761870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgtybmc4q/_remote_module_non_scriptable.py 2022-05-18T05:06:10.3811020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpftb27m8y 2022-05-18T05:06:10.3877160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpftb27m8y/_remote_module_non_scriptable.py 2022-05-18T05:06:11.0219330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:11.0437970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:11.0512460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:11.0671040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:11.4498320Z skip: Need at least 1 CUDA device (3.356s) 2022-05-18T05:06:11.4566940Z 2022-05-18T05:06:11.4568000Z ---------------------------------------------------------------------- 2022-05-18T05:06:11.4568880Z Ran 1 test in 3.356s 2022-05-18T05:06:11.4569240Z 2022-05-18T05:06:11.4569340Z OK (skipped=1) 2022-05-18T05:06:11.4569600Z 2022-05-18T05:06:11.4570070Z Generating XML reports... 2022-05-18T05:06:11.4570780Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050608.xml 2022-05-18T05:06:13.0676030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplcgeu1p9 2022-05-18T05:06:13.0681040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplcgeu1p9/_remote_module_non_scriptable.py 2022-05-18T05:06:13.5457220Z 2022-05-18T05:06:13.5458460Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:06:13.5458920Z Running tests... 2022-05-18T05:06:13.5459330Z ---------------------------------------------------------------------- 2022-05-18T05:06:13.9793580Z test_cuda_future_can_extract_custom_class_with_cuda_tensor (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7416 2022-05-18T05:06:13.9873570Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7417 2022-05-18T05:06:13.9995500Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7418 2022-05-18T05:06:14.0116450Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7419 2022-05-18T05:06:15.7838340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ofly6k1 2022-05-18T05:06:15.7865160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ofly6k1/_remote_module_non_scriptable.py 2022-05-18T05:06:15.8272670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0k24xnqe 2022-05-18T05:06:15.8314380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0k24xnqe/_remote_module_non_scriptable.py 2022-05-18T05:06:15.8352040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl8xyoqi9 2022-05-18T05:06:15.8385080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl8xyoqi9/_remote_module_non_scriptable.py 2022-05-18T05:06:15.8484170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprxg5xw4r 2022-05-18T05:06:15.8509110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprxg5xw4r/_remote_module_non_scriptable.py 2022-05-18T05:06:16.4811920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:16.5047470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:16.5127020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:16.5136270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:16.9586040Z skip: Need at least 1 CUDA device (3.412s) 2022-05-18T05:06:16.9660490Z 2022-05-18T05:06:16.9661320Z ---------------------------------------------------------------------- 2022-05-18T05:06:16.9662090Z Ran 1 test in 3.413s 2022-05-18T05:06:16.9662280Z 2022-05-18T05:06:16.9662370Z OK (skipped=1) 2022-05-18T05:06:16.9662490Z 2022-05-18T05:06:16.9662590Z Generating XML reports... 2022-05-18T05:06:16.9663290Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050613.xml 2022-05-18T05:06:18.3681870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn5wy7vxn 2022-05-18T05:06:18.3685270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn5wy7vxn/_remote_module_non_scriptable.py 2022-05-18T05:06:18.8171200Z 2022-05-18T05:06:18.8172300Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:06:18.8172770Z Running tests... 2022-05-18T05:06:18.8173250Z ---------------------------------------------------------------------- 2022-05-18T05:06:19.2443310Z test_cuda_future_can_extract_list_with_cuda_sparse_tensor (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7427 2022-05-18T05:06:19.2599630Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7428 2022-05-18T05:06:19.2711140Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7429 2022-05-18T05:06:19.2855830Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7430 2022-05-18T05:06:21.0043410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp67u14e_e 2022-05-18T05:06:21.0103920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp67u14e_e/_remote_module_non_scriptable.py 2022-05-18T05:06:21.0461250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpya40h84g 2022-05-18T05:06:21.0512810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpya40h84g/_remote_module_non_scriptable.py 2022-05-18T05:06:21.0719270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqw90yu8b 2022-05-18T05:06:21.0814550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqw90yu8b/_remote_module_non_scriptable.py 2022-05-18T05:06:21.1023480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphjf1mj31 2022-05-18T05:06:21.1038360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphjf1mj31/_remote_module_non_scriptable.py 2022-05-18T05:06:21.7078120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:21.7149340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:21.8069160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:21.8332360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:22.0840380Z skip: Need at least 1 CUDA device (3.267s) 2022-05-18T05:06:22.0912740Z 2022-05-18T05:06:22.0913330Z ---------------------------------------------------------------------- 2022-05-18T05:06:22.0913670Z Ran 1 test in 3.267s 2022-05-18T05:06:22.0913820Z 2022-05-18T05:06:22.0913910Z OK (skipped=1) 2022-05-18T05:06:22.0914030Z 2022-05-18T05:06:22.0914130Z Generating XML reports... 2022-05-18T05:06:22.0914820Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050618.xml 2022-05-18T05:06:23.4625810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnjq1ocb2 2022-05-18T05:06:23.4628280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnjq1ocb2/_remote_module_non_scriptable.py 2022-05-18T05:06:23.9209000Z 2022-05-18T05:06:23.9209750Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:06:23.9210460Z Running tests... 2022-05-18T05:06:23.9211550Z ---------------------------------------------------------------------- 2022-05-18T05:06:24.3459820Z test_cuda_future_can_extract_list_with_cuda_tensor (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7439 2022-05-18T05:06:24.3566390Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7440 2022-05-18T05:06:24.3726550Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7441 2022-05-18T05:06:24.3848750Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7442 2022-05-18T05:06:26.2496180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv89zttfw 2022-05-18T05:06:26.2597370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv89zttfw/_remote_module_non_scriptable.py 2022-05-18T05:06:26.2808260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7a6jos00 2022-05-18T05:06:26.2881680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7a6jos00/_remote_module_non_scriptable.py 2022-05-18T05:06:26.2967680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp11qg3txm 2022-05-18T05:06:26.3009080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp11qg3txm/_remote_module_non_scriptable.py 2022-05-18T05:06:26.3094530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvvfn4lx0 2022-05-18T05:06:26.3191750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvvfn4lx0/_remote_module_non_scriptable.py 2022-05-18T05:06:26.9421950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:26.9957540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:27.0011180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:27.0612650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:27.4988640Z skip: Need at least 1 CUDA device (3.578s) 2022-05-18T05:06:27.5062340Z 2022-05-18T05:06:27.5063100Z ---------------------------------------------------------------------- 2022-05-18T05:06:27.5063520Z Ran 1 test in 3.578s 2022-05-18T05:06:27.5063660Z 2022-05-18T05:06:27.5063740Z OK (skipped=1) 2022-05-18T05:06:27.5063870Z 2022-05-18T05:06:27.5063960Z Generating XML reports... 2022-05-18T05:06:27.5064870Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050623.xml 2022-05-18T05:06:28.8787420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm_3j5tsv 2022-05-18T05:06:28.8790150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm_3j5tsv/_remote_module_non_scriptable.py 2022-05-18T05:06:29.3234730Z 2022-05-18T05:06:29.3235530Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:06:29.3236570Z Running tests... 2022-05-18T05:06:29.3237680Z ---------------------------------------------------------------------- 2022-05-18T05:06:29.7495340Z test_cuda_future_device_as_device (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7450 2022-05-18T05:06:29.7581710Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7451 2022-05-18T05:06:29.7731950Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7452 2022-05-18T05:06:29.7840180Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7453 2022-05-18T05:06:31.6158800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7q_wsl70 2022-05-18T05:06:31.6188140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7q_wsl70/_remote_module_non_scriptable.py 2022-05-18T05:06:31.6405730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt1s034th 2022-05-18T05:06:31.6458810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt1s034th/_remote_module_non_scriptable.py 2022-05-18T05:06:31.6794160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0hbuyee1 2022-05-18T05:06:31.6820680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0hbuyee1/_remote_module_non_scriptable.py 2022-05-18T05:06:31.7612830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0xiiykf4 2022-05-18T05:06:31.7654280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0xiiykf4/_remote_module_non_scriptable.py 2022-05-18T05:06:32.3145820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:32.3411110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:32.3951350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:32.4735640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:32.7863290Z skip: Need at least 1 CUDA device (3.463s) 2022-05-18T05:06:32.7939400Z 2022-05-18T05:06:32.7940070Z ---------------------------------------------------------------------- 2022-05-18T05:06:32.7940400Z Ran 1 test in 3.463s 2022-05-18T05:06:32.7940530Z 2022-05-18T05:06:32.7940600Z OK (skipped=1) 2022-05-18T05:06:32.7940720Z 2022-05-18T05:06:32.7940820Z Generating XML reports... 2022-05-18T05:06:32.7941500Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050629.xml 2022-05-18T05:06:34.2228390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkulgyfmq 2022-05-18T05:06:34.2231540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkulgyfmq/_remote_module_non_scriptable.py 2022-05-18T05:06:34.6506860Z 2022-05-18T05:06:34.6507050Z Running tests... 2022-05-18T05:06:34.6507640Z ---------------------------------------------------------------------- 2022-05-18T05:06:34.6508190Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:06:35.0701440Z test_cuda_future_device_as_int (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7462 2022-05-18T05:06:35.0765490Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7463 2022-05-18T05:06:35.0963400Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7464 2022-05-18T05:06:35.1071350Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7465 2022-05-18T05:06:36.9750160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc4y8zbqo 2022-05-18T05:06:36.9760670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc4y8zbqo/_remote_module_non_scriptable.py 2022-05-18T05:06:36.9872040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuf6z_6yd 2022-05-18T05:06:36.9959370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuf6z_6yd/_remote_module_non_scriptable.py 2022-05-18T05:06:37.0060520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2bs8mcqn 2022-05-18T05:06:37.0100630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2bs8mcqn/_remote_module_non_scriptable.py 2022-05-18T05:06:37.0279930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3qw5qs08 2022-05-18T05:06:37.0305730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3qw5qs08/_remote_module_non_scriptable.py 2022-05-18T05:06:37.6691830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:37.6728170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:37.6829640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:37.6835820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:38.1035810Z skip: Need at least 1 CUDA device (3.453s) 2022-05-18T05:06:38.1107810Z 2022-05-18T05:06:38.1108520Z ---------------------------------------------------------------------- 2022-05-18T05:06:38.1108840Z Ran 1 test in 3.453s 2022-05-18T05:06:38.1108970Z 2022-05-18T05:06:38.1109060Z OK (skipped=1) 2022-05-18T05:06:38.1109180Z 2022-05-18T05:06:38.1109280Z Generating XML reports... 2022-05-18T05:06:38.1110380Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050634.xml 2022-05-18T05:06:39.4843600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzwzgac8d 2022-05-18T05:06:39.4846860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzwzgac8d/_remote_module_non_scriptable.py 2022-05-18T05:06:39.9193490Z 2022-05-18T05:06:39.9194300Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:06:39.9194700Z Running tests... 2022-05-18T05:06:39.9195110Z ---------------------------------------------------------------------- 2022-05-18T05:06:40.3672230Z test_cuda_future_device_as_str (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7473 2022-05-18T05:06:40.3806740Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7474 2022-05-18T05:06:40.3993700Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7475 2022-05-18T05:06:40.3996940Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7476 2022-05-18T05:06:42.2264920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplf59z016 2022-05-18T05:06:42.2329840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplf59z016/_remote_module_non_scriptable.py 2022-05-18T05:06:42.2432500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvcmg27xg 2022-05-18T05:06:42.2433290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvcmg27xg/_remote_module_non_scriptable.py 2022-05-18T05:06:42.2768910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpquyco363 2022-05-18T05:06:42.2850940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpquyco363/_remote_module_non_scriptable.py 2022-05-18T05:06:42.7540070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:42.7758730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:42.7931540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:43.2525630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzx9_ohn_ 2022-05-18T05:06:43.2627980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzx9_ohn_/_remote_module_non_scriptable.py 2022-05-18T05:06:43.7809590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:44.0836100Z skip: Need at least 1 CUDA device (4.164s) 2022-05-18T05:06:44.0905170Z 2022-05-18T05:06:44.0905890Z ---------------------------------------------------------------------- 2022-05-18T05:06:44.0906310Z Ran 1 test in 4.165s 2022-05-18T05:06:44.0906640Z 2022-05-18T05:06:44.0907140Z OK (skipped=1) 2022-05-18T05:06:44.0907350Z 2022-05-18T05:06:44.0907460Z Generating XML reports... 2022-05-18T05:06:44.0908230Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050639.xml 2022-05-18T05:06:45.4911150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgiekcz17 2022-05-18T05:06:45.4914150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgiekcz17/_remote_module_non_scriptable.py 2022-05-18T05:06:45.9199220Z 2022-05-18T05:06:45.9199540Z Running tests... 2022-05-18T05:06:45.9200170Z ---------------------------------------------------------------------- 2022-05-18T05:06:45.9200740Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:06:46.3404970Z test_cuda_future_device_not_cuda (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7485 2022-05-18T05:06:46.3577980Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7486 2022-05-18T05:06:46.3691040Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7487 2022-05-18T05:06:46.3886360Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7488 2022-05-18T05:06:48.3277170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1rzny5ys 2022-05-18T05:06:48.3379640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1rzny5ys/_remote_module_non_scriptable.py 2022-05-18T05:06:48.3481110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp19lwmz43 2022-05-18T05:06:48.3501940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp19lwmz43/_remote_module_non_scriptable.py 2022-05-18T05:06:48.3605270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1wtjy28e 2022-05-18T05:06:48.3707010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbqyli5ui 2022-05-18T05:06:48.3707700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1wtjy28e/_remote_module_non_scriptable.py 2022-05-18T05:06:48.3753570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbqyli5ui/_remote_module_non_scriptable.py 2022-05-18T05:06:49.0295930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:49.0395650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:49.0970190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:49.1071950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:49.4324630Z skip: Need at least 1 CUDA device (3.512s) 2022-05-18T05:06:49.4405150Z 2022-05-18T05:06:49.4405830Z ---------------------------------------------------------------------- 2022-05-18T05:06:49.4406130Z Ran 1 test in 3.513s 2022-05-18T05:06:49.4406270Z 2022-05-18T05:06:49.4406360Z OK (skipped=1) 2022-05-18T05:06:49.4406480Z 2022-05-18T05:06:49.4406570Z Generating XML reports... 2022-05-18T05:06:49.4407270Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050645.xml 2022-05-18T05:06:50.8289740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptfscn445 2022-05-18T05:06:50.8293090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptfscn445/_remote_module_non_scriptable.py 2022-05-18T05:06:51.2620050Z 2022-05-18T05:06:51.2620840Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:06:51.2621210Z Running tests... 2022-05-18T05:06:51.2621590Z ---------------------------------------------------------------------- 2022-05-18T05:06:51.6763600Z test_cuda_future_modify_tensor_inplace (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7496 2022-05-18T05:06:51.6923950Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7497 2022-05-18T05:06:51.7031090Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7498 2022-05-18T05:06:51.7207780Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7499 2022-05-18T05:06:53.5182360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqposjx72 2022-05-18T05:06:53.5278060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqposjx72/_remote_module_non_scriptable.py 2022-05-18T05:06:53.5594980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4ykmfu2u 2022-05-18T05:06:53.5606660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4ykmfu2u/_remote_module_non_scriptable.py 2022-05-18T05:06:53.5801900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplysnif02 2022-05-18T05:06:53.5902570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplysnif02/_remote_module_non_scriptable.py 2022-05-18T05:06:53.6004100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp5mlseyl 2022-05-18T05:06:53.6008810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp5mlseyl/_remote_module_non_scriptable.py 2022-05-18T05:06:54.2673090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:54.2774670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:54.3165110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:54.3645730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:54.7416780Z skip: Need at least 1 CUDA device (3.479s) 2022-05-18T05:06:54.7493610Z 2022-05-18T05:06:54.7494250Z ---------------------------------------------------------------------- 2022-05-18T05:06:54.7494560Z Ran 1 test in 3.480s 2022-05-18T05:06:54.7494700Z 2022-05-18T05:06:54.7494910Z OK (skipped=1) 2022-05-18T05:06:54.7495030Z 2022-05-18T05:06:54.7495130Z Generating XML reports... 2022-05-18T05:06:54.7495840Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050651.xml 2022-05-18T05:06:56.1358410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplcd2dxd7 2022-05-18T05:06:56.1361370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplcd2dxd7/_remote_module_non_scriptable.py 2022-05-18T05:06:56.5717580Z 2022-05-18T05:06:56.5717900Z Running tests... 2022-05-18T05:06:56.5725760Z ---------------------------------------------------------------------- 2022-05-18T05:06:56.5726440Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:06:56.9847250Z test_cuda_future_replace_tensor (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7508 2022-05-18T05:06:57.0021200Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7509 2022-05-18T05:06:57.0162050Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7510 2022-05-18T05:06:57.0277880Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7511 2022-05-18T05:06:58.7636760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfuf4zhlg 2022-05-18T05:06:58.7729550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfuf4zhlg/_remote_module_non_scriptable.py 2022-05-18T05:06:58.8227630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuuhininh 2022-05-18T05:06:58.8292620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuuhininh/_remote_module_non_scriptable.py 2022-05-18T05:06:58.8365920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjqnqjlki 2022-05-18T05:06:58.8430580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjqnqjlki/_remote_module_non_scriptable.py 2022-05-18T05:06:58.8473350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4t3eabzc 2022-05-18T05:06:58.8574570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4t3eabzc/_remote_module_non_scriptable.py 2022-05-18T05:06:59.4774050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:59.5169280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:59.5826820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:59.5930340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:59.8711660Z skip: Need at least 1 CUDA device (3.299s) 2022-05-18T05:06:59.8781700Z 2022-05-18T05:06:59.8782420Z ---------------------------------------------------------------------- 2022-05-18T05:06:59.8782840Z Ran 1 test in 3.300s 2022-05-18T05:06:59.8782980Z 2022-05-18T05:06:59.8783070Z OK (skipped=1) 2022-05-18T05:06:59.8783190Z 2022-05-18T05:06:59.8783300Z Generating XML reports... 2022-05-18T05:06:59.8783990Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050656.xml 2022-05-18T05:07:01.2674430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxlcfswyp 2022-05-18T05:07:01.2677330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxlcfswyp/_remote_module_non_scriptable.py 2022-05-18T05:07:01.7022620Z 2022-05-18T05:07:01.7023410Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:07:01.7023800Z Running tests... 2022-05-18T05:07:01.7024760Z ---------------------------------------------------------------------- 2022-05-18T05:07:02.1243150Z test_cuda_future_value_on_bad_device (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7519 2022-05-18T05:07:02.1312840Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7520 2022-05-18T05:07:02.1442250Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7521 2022-05-18T05:07:02.1553730Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7522 2022-05-18T05:07:03.9852280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8h46qg9c 2022-05-18T05:07:03.9888770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8h46qg9c/_remote_module_non_scriptable.py 2022-05-18T05:07:04.0068550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprtedehom 2022-05-18T05:07:04.0170110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvbcvet0u 2022-05-18T05:07:04.0222710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvbcvet0u/_remote_module_non_scriptable.py 2022-05-18T05:07:04.0324040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprtedehom/_remote_module_non_scriptable.py 2022-05-18T05:07:04.1069100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk83zmeaz 2022-05-18T05:07:04.1171640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk83zmeaz/_remote_module_non_scriptable.py 2022-05-18T05:07:04.7459590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:04.7479880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:04.7831940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:04.7997700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:05.0994690Z skip: Need at least 2 CUDA devices (3.397s) 2022-05-18T05:07:05.1079620Z 2022-05-18T05:07:05.1080210Z ---------------------------------------------------------------------- 2022-05-18T05:07:05.1080550Z Ran 1 test in 3.398s 2022-05-18T05:07:05.1080690Z 2022-05-18T05:07:05.1080960Z OK (skipped=1) 2022-05-18T05:07:05.1081360Z 2022-05-18T05:07:05.1081520Z Generating XML reports... 2022-05-18T05:07:05.1082660Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050701.xml 2022-05-18T05:07:06.5515660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptwpqhuqu 2022-05-18T05:07:06.5519090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptwpqhuqu/_remote_module_non_scriptable.py 2022-05-18T05:07:06.9878520Z 2022-05-18T05:07:06.9879330Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:07:06.9879770Z Running tests... 2022-05-18T05:07:06.9880350Z ---------------------------------------------------------------------- 2022-05-18T05:07:07.4134980Z test_custom_stream (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7531 2022-05-18T05:07:07.4215050Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7532 2022-05-18T05:07:07.4334030Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7533 2022-05-18T05:07:07.4438120Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7534 2022-05-18T05:07:09.2014300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf81kg56b 2022-05-18T05:07:09.2017410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf81kg56b/_remote_module_non_scriptable.py 2022-05-18T05:07:09.2271480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4ziujbbf 2022-05-18T05:07:09.2274030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4ziujbbf/_remote_module_non_scriptable.py 2022-05-18T05:07:09.2561800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplzmyx2vt 2022-05-18T05:07:09.2564560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplzmyx2vt/_remote_module_non_scriptable.py 2022-05-18T05:07:09.2805520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjoge1vwn 2022-05-18T05:07:09.2942400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjoge1vwn/_remote_module_non_scriptable.py 2022-05-18T05:07:09.8729570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:09.9425710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:10.0311840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:10.0320170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:10.5138170Z skip: Need at least 2 CUDA devices (3.526s) 2022-05-18T05:07:10.5207770Z 2022-05-18T05:07:10.5208430Z ---------------------------------------------------------------------- 2022-05-18T05:07:10.5208740Z Ran 1 test in 3.526s 2022-05-18T05:07:10.5208870Z 2022-05-18T05:07:10.5208960Z OK (skipped=1) 2022-05-18T05:07:10.5209100Z 2022-05-18T05:07:10.5209200Z Generating XML reports... 2022-05-18T05:07:10.5209930Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050706.xml 2022-05-18T05:07:11.9119910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4v_sp6dv 2022-05-18T05:07:11.9123290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4v_sp6dv/_remote_module_non_scriptable.py 2022-05-18T05:07:12.3536570Z 2022-05-18T05:07:12.3537920Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:07:12.3538770Z Running tests... 2022-05-18T05:07:12.3539400Z ---------------------------------------------------------------------- 2022-05-18T05:07:12.7795300Z test_custom_stream_multi (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7542 2022-05-18T05:07:12.7906020Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7543 2022-05-18T05:07:12.8061530Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7544 2022-05-18T05:07:12.8170670Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7545 2022-05-18T05:07:14.7044000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwjwmoxlt 2022-05-18T05:07:14.7097780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwjwmoxlt/_remote_module_non_scriptable.py 2022-05-18T05:07:14.7214500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp43j_m65q 2022-05-18T05:07:14.7280260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp43j_m65q/_remote_module_non_scriptable.py 2022-05-18T05:07:14.7330540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbftzdysp 2022-05-18T05:07:14.7395080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbftzdysp/_remote_module_non_scriptable.py 2022-05-18T05:07:14.7739980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx6oofqct 2022-05-18T05:07:14.7796160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx6oofqct/_remote_module_non_scriptable.py 2022-05-18T05:07:15.4282750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:15.4518820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:15.4565040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:15.4827580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:15.7559190Z skip: Need at least 2 CUDA devices (3.402s) 2022-05-18T05:07:15.7630730Z 2022-05-18T05:07:15.7631570Z ---------------------------------------------------------------------- 2022-05-18T05:07:15.7632010Z Ran 1 test in 3.403s 2022-05-18T05:07:15.7632160Z 2022-05-18T05:07:15.7632240Z OK (skipped=1) 2022-05-18T05:07:15.7632360Z 2022-05-18T05:07:15.7632460Z Generating XML reports... 2022-05-18T05:07:15.7633180Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050712.xml 2022-05-18T05:07:17.1522260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplanv1er1 2022-05-18T05:07:17.1525460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplanv1er1/_remote_module_non_scriptable.py 2022-05-18T05:07:17.5839820Z 2022-05-18T05:07:17.5840620Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:07:17.5841750Z Running tests... 2022-05-18T05:07:17.5842590Z ---------------------------------------------------------------------- 2022-05-18T05:07:18.0101600Z test_custom_stream_nested (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7554 2022-05-18T05:07:18.0169880Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7555 2022-05-18T05:07:18.0242210Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7556 2022-05-18T05:07:18.0323120Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7557 2022-05-18T05:07:19.9712260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpilvv764q 2022-05-18T05:07:19.9762210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps_ot2d59 2022-05-18T05:07:19.9863660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps_ot2d59/_remote_module_non_scriptable.py 2022-05-18T05:07:19.9864320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpilvv764q/_remote_module_non_scriptable.py 2022-05-18T05:07:19.9884970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzgkuytpd 2022-05-18T05:07:19.9954350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzgkuytpd/_remote_module_non_scriptable.py 2022-05-18T05:07:20.0078890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfndr6vgh 2022-05-18T05:07:20.0174650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfndr6vgh/_remote_module_non_scriptable.py 2022-05-18T05:07:20.6566570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:20.6598220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:20.7022740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:20.7056070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:21.0135950Z skip: Need at least 2 CUDA devices (3.429s) 2022-05-18T05:07:21.0205910Z 2022-05-18T05:07:21.0206630Z ---------------------------------------------------------------------- 2022-05-18T05:07:21.0206930Z Ran 1 test in 3.430s 2022-05-18T05:07:21.0207060Z 2022-05-18T05:07:21.0207620Z OK (skipped=1) 2022-05-18T05:07:21.0207750Z 2022-05-18T05:07:21.0207850Z Generating XML reports... 2022-05-18T05:07:21.0208530Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050717.xml 2022-05-18T05:07:22.4453090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc6ja6lvz 2022-05-18T05:07:22.4456500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc6ja6lvz/_remote_module_non_scriptable.py 2022-05-18T05:07:22.8899920Z 2022-05-18T05:07:22.8900730Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:07:22.8901120Z Running tests... 2022-05-18T05:07:22.8901570Z ---------------------------------------------------------------------- 2022-05-18T05:07:23.3528150Z test_custom_stream_nested_multi (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7565 2022-05-18T05:07:23.3627260Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7566 2022-05-18T05:07:23.3707750Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7567 2022-05-18T05:07:23.3845810Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7568 2022-05-18T05:07:25.3983800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprc7hw29e 2022-05-18T05:07:25.4040390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprc7hw29e/_remote_module_non_scriptable.py 2022-05-18T05:07:25.4400440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq26ww6hm 2022-05-18T05:07:25.4453880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq26ww6hm/_remote_module_non_scriptable.py 2022-05-18T05:07:25.4493630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmu7_lxcv 2022-05-18T05:07:25.4585200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmu7_lxcv/_remote_module_non_scriptable.py 2022-05-18T05:07:25.4717930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi35575uc 2022-05-18T05:07:25.4743830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi35575uc/_remote_module_non_scriptable.py 2022-05-18T05:07:26.0901260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:26.1166990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:26.1202040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:26.1314130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:26.4676070Z skip: Need at least 2 CUDA devices (3.577s) 2022-05-18T05:07:26.4748120Z 2022-05-18T05:07:26.4748980Z ---------------------------------------------------------------------- 2022-05-18T05:07:26.4749760Z Ran 1 test in 3.578s 2022-05-18T05:07:26.4749940Z 2022-05-18T05:07:26.4750040Z OK (skipped=1) 2022-05-18T05:07:26.4750260Z 2022-05-18T05:07:26.4750580Z Generating XML reports... 2022-05-18T05:07:26.4751500Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050722.xml 2022-05-18T05:07:27.9142050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdsq4gpeb 2022-05-18T05:07:27.9145220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdsq4gpeb/_remote_module_non_scriptable.py 2022-05-18T05:07:28.3524020Z 2022-05-18T05:07:28.3525060Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:07:28.3525490Z Running tests... 2022-05-18T05:07:28.3525970Z ---------------------------------------------------------------------- 2022-05-18T05:07:28.7787210Z test_device_map_cpu (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7577 2022-05-18T05:07:28.7874840Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7578 2022-05-18T05:07:28.8003000Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7579 2022-05-18T05:07:28.8132170Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7580 2022-05-18T05:07:30.7024490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmperzg2ov1 2022-05-18T05:07:30.7096340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmperzg2ov1/_remote_module_non_scriptable.py 2022-05-18T05:07:30.7203160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_a_eb6yu 2022-05-18T05:07:30.7242440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_a_eb6yu/_remote_module_non_scriptable.py 2022-05-18T05:07:30.7309150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq9i_tyr5 2022-05-18T05:07:30.7410510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq9i_tyr5/_remote_module_non_scriptable.py 2022-05-18T05:07:30.7900530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzy0nk6q7 2022-05-18T05:07:30.8001810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzy0nk6q7/_remote_module_non_scriptable.py 2022-05-18T05:07:31.3950470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:31.4330310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:31.4357630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:31.4537740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:32.2615590Z ok (3.909s) 2022-05-18T05:07:32.2702700Z 2022-05-18T05:07:32.2703280Z ---------------------------------------------------------------------- 2022-05-18T05:07:32.2703600Z Ran 1 test in 3.910s 2022-05-18T05:07:32.2704240Z 2022-05-18T05:07:32.2704320Z OK 2022-05-18T05:07:32.2704460Z 2022-05-18T05:07:32.2704560Z Generating XML reports... 2022-05-18T05:07:32.2705270Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050728.xml 2022-05-18T05:07:33.7479050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpan8lq749 2022-05-18T05:07:33.7483310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpan8lq749/_remote_module_non_scriptable.py 2022-05-18T05:07:34.1872700Z 2022-05-18T05:07:34.1872880Z Running tests... 2022-05-18T05:07:34.1873460Z ---------------------------------------------------------------------- 2022-05-18T05:07:34.1874240Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:07:34.6984250Z test_device_map_cpu_to_gpu_default (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7589 2022-05-18T05:07:34.7063570Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7590 2022-05-18T05:07:34.7178590Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7591 2022-05-18T05:07:34.7343080Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7592 2022-05-18T05:07:36.6002450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq94mw_qk 2022-05-18T05:07:36.6080130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq94mw_qk/_remote_module_non_scriptable.py 2022-05-18T05:07:36.6139640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf6p4g26j 2022-05-18T05:07:36.6190220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf6p4g26j/_remote_module_non_scriptable.py 2022-05-18T05:07:36.6329680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbdbbodvs 2022-05-18T05:07:36.6405310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2qwcet0c 2022-05-18T05:07:36.6504860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2qwcet0c/_remote_module_non_scriptable.py 2022-05-18T05:07:36.6542990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbdbbodvs/_remote_module_non_scriptable.py 2022-05-18T05:07:37.2810760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:37.3150210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:37.3322500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:37.3330050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:37.6461150Z skip: Need at least 1 CUDA device (3.458s) 2022-05-18T05:07:37.6541740Z 2022-05-18T05:07:37.6543580Z ---------------------------------------------------------------------- 2022-05-18T05:07:37.6545700Z Ran 1 test in 3.459s 2022-05-18T05:07:37.6550040Z 2022-05-18T05:07:37.6553840Z OK (skipped=1) 2022-05-18T05:07:37.6554760Z 2022-05-18T05:07:37.6582910Z Generating XML reports... 2022-05-18T05:07:37.6586350Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050734.xml 2022-05-18T05:07:39.0883320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3z_kzjxz 2022-05-18T05:07:39.0886770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3z_kzjxz/_remote_module_non_scriptable.py 2022-05-18T05:07:39.5191810Z 2022-05-18T05:07:39.5192620Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:07:39.5193450Z Running tests... 2022-05-18T05:07:39.5193960Z ---------------------------------------------------------------------- 2022-05-18T05:07:39.9911710Z test_device_map_cpu_to_gpu_non_default (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7600 2022-05-18T05:07:39.9977470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7601 2022-05-18T05:07:40.0042620Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7602 2022-05-18T05:07:40.0175250Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7603 2022-05-18T05:07:41.9363270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkb4fvaqu 2022-05-18T05:07:41.9463290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp74gff6b3 2022-05-18T05:07:41.9564640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkb4fvaqu/_remote_module_non_scriptable.py 2022-05-18T05:07:41.9665320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp74gff6b3/_remote_module_non_scriptable.py 2022-05-18T05:07:41.9766160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr5q4lvui 2022-05-18T05:07:41.9859010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr5q4lvui/_remote_module_non_scriptable.py 2022-05-18T05:07:42.0155990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt_vfxy0v 2022-05-18T05:07:42.0227430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt_vfxy0v/_remote_module_non_scriptable.py 2022-05-18T05:07:42.6605140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:42.6646660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:42.6668700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:42.7786190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:43.0324700Z skip: Need at least 2 CUDA devices (3.513s) 2022-05-18T05:07:43.0402860Z 2022-05-18T05:07:43.0403760Z ---------------------------------------------------------------------- 2022-05-18T05:07:43.0404360Z Ran 1 test in 3.514s 2022-05-18T05:07:43.0404530Z 2022-05-18T05:07:43.0404610Z OK (skipped=1) 2022-05-18T05:07:43.0404730Z 2022-05-18T05:07:43.0404820Z Generating XML reports... 2022-05-18T05:07:43.0405520Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050739.xml 2022-05-18T05:07:44.4755640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmpbnc8bj 2022-05-18T05:07:44.4759090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmpbnc8bj/_remote_module_non_scriptable.py 2022-05-18T05:07:44.9899250Z 2022-05-18T05:07:44.9900070Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:07:44.9901050Z Running tests... 2022-05-18T05:07:44.9901570Z ---------------------------------------------------------------------- 2022-05-18T05:07:45.4214750Z test_device_map_gpu_default (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7612 2022-05-18T05:07:45.4317420Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7613 2022-05-18T05:07:45.4455690Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7614 2022-05-18T05:07:45.4586480Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7615 2022-05-18T05:07:47.2601340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5__ppe7e 2022-05-18T05:07:47.2673150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5__ppe7e/_remote_module_non_scriptable.py 2022-05-18T05:07:47.2741600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjuanhvdd 2022-05-18T05:07:47.2785590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjuanhvdd/_remote_module_non_scriptable.py 2022-05-18T05:07:47.2810930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj6ame9hu 2022-05-18T05:07:47.2871100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj6ame9hu/_remote_module_non_scriptable.py 2022-05-18T05:07:47.2890890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprqlthmub 2022-05-18T05:07:47.2955860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprqlthmub/_remote_module_non_scriptable.py 2022-05-18T05:07:47.9039440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:47.9131070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:47.9177400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:47.9264330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:48.2481240Z skip: Need at least 2 CUDA devices (3.258s) 2022-05-18T05:07:48.2550370Z 2022-05-18T05:07:48.2550910Z ---------------------------------------------------------------------- 2022-05-18T05:07:48.2551770Z Ran 1 test in 3.259s 2022-05-18T05:07:48.2551900Z 2022-05-18T05:07:48.2552000Z OK (skipped=1) 2022-05-18T05:07:48.2552120Z 2022-05-18T05:07:48.2552220Z Generating XML reports... 2022-05-18T05:07:48.2553300Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050744.xml 2022-05-18T05:07:49.6664720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplko4pfxy 2022-05-18T05:07:49.6668580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplko4pfxy/_remote_module_non_scriptable.py 2022-05-18T05:07:50.1071860Z 2022-05-18T05:07:50.1072190Z Running tests... 2022-05-18T05:07:50.1072820Z ---------------------------------------------------------------------- 2022-05-18T05:07:50.1073380Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:07:50.5464030Z test_device_map_gpu_default_to_non_default (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7623 2022-05-18T05:07:50.5537960Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7624 2022-05-18T05:07:50.5596740Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7625 2022-05-18T05:07:50.5705190Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7626 2022-05-18T05:07:52.3050720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsj53b10c 2022-05-18T05:07:52.3100420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsj53b10c/_remote_module_non_scriptable.py 2022-05-18T05:07:52.3204430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpetiy326n 2022-05-18T05:07:52.3291770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpetiy326n/_remote_module_non_scriptable.py 2022-05-18T05:07:52.3302230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj382pzaf 2022-05-18T05:07:52.3403590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj382pzaf/_remote_module_non_scriptable.py 2022-05-18T05:07:52.3404250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp88df8d3x 2022-05-18T05:07:52.3505870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp88df8d3x/_remote_module_non_scriptable.py 2022-05-18T05:07:52.9558450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:52.9774120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:52.9804260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:53.0120620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:53.3191820Z skip: Need at least 2 CUDA devices (3.212s) 2022-05-18T05:07:53.3269760Z 2022-05-18T05:07:53.3270750Z ---------------------------------------------------------------------- 2022-05-18T05:07:53.3271280Z Ran 1 test in 3.212s 2022-05-18T05:07:53.3271660Z 2022-05-18T05:07:53.3271850Z OK (skipped=1) 2022-05-18T05:07:53.3271980Z 2022-05-18T05:07:53.3272080Z Generating XML reports... 2022-05-18T05:07:53.3272780Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050750.xml 2022-05-18T05:07:54.7872570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb8chk6n7 2022-05-18T05:07:54.7879790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb8chk6n7/_remote_module_non_scriptable.py 2022-05-18T05:07:55.3130130Z 2022-05-18T05:07:55.3130940Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:07:55.3131310Z Running tests... 2022-05-18T05:07:55.3131720Z ---------------------------------------------------------------------- 2022-05-18T05:07:55.7443860Z test_device_map_gpu_mixed_1 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7635 2022-05-18T05:07:55.7542130Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7636 2022-05-18T05:07:55.7687160Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7637 2022-05-18T05:07:55.7842580Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7638 2022-05-18T05:07:57.7819040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl7r6glat 2022-05-18T05:07:57.7917430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl7r6glat/_remote_module_non_scriptable.py 2022-05-18T05:07:57.8274860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprrj45n_7 2022-05-18T05:07:57.8347590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprrj45n_7/_remote_module_non_scriptable.py 2022-05-18T05:07:57.8448910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4ikkq1os 2022-05-18T05:07:57.8562220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4ikkq1os/_remote_module_non_scriptable.py 2022-05-18T05:07:57.8663530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiocmgx0p 2022-05-18T05:07:57.8764850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiocmgx0p/_remote_module_non_scriptable.py 2022-05-18T05:07:58.4785450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:58.5305640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:58.5427010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:58.5716450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:58.9910530Z skip: Need at least 2 CUDA devices (3.678s) 2022-05-18T05:07:58.9996510Z 2022-05-18T05:07:58.9997370Z ---------------------------------------------------------------------- 2022-05-18T05:07:58.9997720Z Ran 1 test in 3.678s 2022-05-18T05:07:58.9997850Z 2022-05-18T05:07:58.9997940Z OK (skipped=1) 2022-05-18T05:07:58.9998060Z 2022-05-18T05:07:58.9998180Z Generating XML reports... 2022-05-18T05:07:58.9999030Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050755.xml 2022-05-18T05:08:00.4224710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyawij34g 2022-05-18T05:08:00.4228680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyawij34g/_remote_module_non_scriptable.py 2022-05-18T05:08:00.8645110Z 2022-05-18T05:08:00.8645890Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:08:00.8646260Z Running tests... 2022-05-18T05:08:00.8646660Z ---------------------------------------------------------------------- 2022-05-18T05:08:01.2878500Z test_device_map_gpu_mixed_2 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7646 2022-05-18T05:08:01.3000850Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7647 2022-05-18T05:08:01.3167440Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7648 2022-05-18T05:08:01.3219890Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7649 2022-05-18T05:08:03.1085390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprgls3h5y 2022-05-18T05:08:03.1185790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprgls3h5y/_remote_module_non_scriptable.py 2022-05-18T05:08:03.1936060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppukgkxjt 2022-05-18T05:08:03.1988270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppukgkxjt/_remote_module_non_scriptable.py 2022-05-18T05:08:03.2084780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsb_rkfrs 2022-05-18T05:08:03.2159900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsb_rkfrs/_remote_module_non_scriptable.py 2022-05-18T05:08:03.2201060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyi59cotc 2022-05-18T05:08:03.2302440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyi59cotc/_remote_module_non_scriptable.py 2022-05-18T05:08:03.7888210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:03.8760970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:03.8843570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:08:03.9344280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:08:04.2243510Z skip: Need at least 2 CUDA devices (3.360s) 2022-05-18T05:08:04.2314860Z 2022-05-18T05:08:04.2315720Z ---------------------------------------------------------------------- 2022-05-18T05:08:04.2316560Z Ran 1 test in 3.360s 2022-05-18T05:08:04.2317560Z 2022-05-18T05:08:04.2317850Z OK (skipped=1) 2022-05-18T05:08:04.2318170Z 2022-05-18T05:08:04.2318580Z Generating XML reports... 2022-05-18T05:08:04.2319790Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050800.xml 2022-05-18T05:08:05.6779860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu9_zemw3 2022-05-18T05:08:05.6783410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu9_zemw3/_remote_module_non_scriptable.py 2022-05-18T05:08:06.1420940Z 2022-05-18T05:08:06.1421270Z Running tests... 2022-05-18T05:08:06.1421910Z ---------------------------------------------------------------------- 2022-05-18T05:08:06.1422460Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:08:06.5683200Z test_device_map_gpu_mixed_3 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7658 2022-05-18T05:08:06.5848910Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7659 2022-05-18T05:08:06.6008800Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7660 2022-05-18T05:08:06.6176000Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7661 2022-05-18T05:08:08.4939760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprdk9xnva 2022-05-18T05:08:08.4959490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprdk9xnva/_remote_module_non_scriptable.py 2022-05-18T05:08:08.5366880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph51015hf 2022-05-18T05:08:08.5415070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph51015hf/_remote_module_non_scriptable.py 2022-05-18T05:08:08.5444660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp6hig25k 2022-05-18T05:08:08.5507160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp6hig25k/_remote_module_non_scriptable.py 2022-05-18T05:08:08.5812720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpotftul1c 2022-05-18T05:08:08.5914320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpotftul1c/_remote_module_non_scriptable.py 2022-05-18T05:08:09.1571500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:09.1916270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:08:09.2140130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:08:09.2933270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:09.5658550Z skip: Need at least 2 CUDA devices (3.424s) 2022-05-18T05:08:09.5732040Z 2022-05-18T05:08:09.5732890Z ---------------------------------------------------------------------- 2022-05-18T05:08:09.5733200Z Ran 1 test in 3.424s 2022-05-18T05:08:09.5733610Z 2022-05-18T05:08:09.5734030Z OK (skipped=1) 2022-05-18T05:08:09.5734310Z 2022-05-18T05:08:09.5734460Z Generating XML reports... 2022-05-18T05:08:09.5735180Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050806.xml 2022-05-18T05:08:10.9838510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7v_52owy 2022-05-18T05:08:10.9841670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7v_52owy/_remote_module_non_scriptable.py 2022-05-18T05:08:11.4262790Z 2022-05-18T05:08:11.4263590Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:08:11.4263980Z Running tests... 2022-05-18T05:08:11.4264380Z ---------------------------------------------------------------------- 2022-05-18T05:08:11.8558110Z test_device_map_gpu_mixed_4 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7669 2022-05-18T05:08:11.8695470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7670 2022-05-18T05:08:11.8841040Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7671 2022-05-18T05:08:11.8974270Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7672 2022-05-18T05:08:13.6889640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu2_qgem8 2022-05-18T05:08:13.6988440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu2_qgem8/_remote_module_non_scriptable.py 2022-05-18T05:08:13.7028090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3lb0sqlx 2022-05-18T05:08:13.7117140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3lb0sqlx/_remote_module_non_scriptable.py 2022-05-18T05:08:13.7567030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx6wd6gnt 2022-05-18T05:08:13.7650890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx6wd6gnt/_remote_module_non_scriptable.py 2022-05-18T05:08:13.7865490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppe8omik4 2022-05-18T05:08:13.7894990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppe8omik4/_remote_module_non_scriptable.py 2022-05-18T05:08:14.3885030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:14.3929290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:08:14.4347630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:14.4826260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:08:14.7630280Z skip: Need at least 2 CUDA devices (3.336s) 2022-05-18T05:08:14.7702800Z 2022-05-18T05:08:14.7703340Z ---------------------------------------------------------------------- 2022-05-18T05:08:14.7703670Z Ran 1 test in 3.337s 2022-05-18T05:08:14.7704020Z 2022-05-18T05:08:14.7704520Z OK (skipped=1) 2022-05-18T05:08:14.7705100Z 2022-05-18T05:08:14.7705510Z Generating XML reports... 2022-05-18T05:08:14.7706720Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050811.xml 2022-05-18T05:08:16.2371070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq5mi7mb_ 2022-05-18T05:08:16.2374210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq5mi7mb_/_remote_module_non_scriptable.py 2022-05-18T05:08:16.6782860Z 2022-05-18T05:08:16.6783660Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:08:16.6784450Z Running tests... 2022-05-18T05:08:16.6785080Z ---------------------------------------------------------------------- 2022-05-18T05:08:17.1048140Z test_device_map_gpu_mixed_5 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7681 2022-05-18T05:08:17.1128380Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7682 2022-05-18T05:08:17.1240460Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7683 2022-05-18T05:08:17.1373840Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7684 2022-05-18T05:08:18.9197470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwfx03qgj 2022-05-18T05:08:18.9298190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwfx03qgj/_remote_module_non_scriptable.py 2022-05-18T05:08:18.9399570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx7mywfw6 2022-05-18T05:08:18.9419040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx7mywfw6/_remote_module_non_scriptable.py 2022-05-18T05:08:18.9481950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyde2p4q8 2022-05-18T05:08:18.9563470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyde2p4q8/_remote_module_non_scriptable.py 2022-05-18T05:08:18.9655300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps0_nlqsj 2022-05-18T05:08:18.9680230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps0_nlqsj/_remote_module_non_scriptable.py 2022-05-18T05:08:19.6247060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:19.6320690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:08:19.6437470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:19.6739570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:08:20.0937430Z skip: Need at least 2 CUDA devices (3.415s) 2022-05-18T05:08:20.1022320Z 2022-05-18T05:08:20.1023010Z ---------------------------------------------------------------------- 2022-05-18T05:08:20.1023330Z Ran 1 test in 3.416s 2022-05-18T05:08:20.1023460Z 2022-05-18T05:08:20.1023550Z OK (skipped=1) 2022-05-18T05:08:20.1023690Z 2022-05-18T05:08:20.1023790Z Generating XML reports... 2022-05-18T05:08:20.1024810Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050816.xml 2022-05-18T05:08:21.5292470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp04ildoy3 2022-05-18T05:08:21.5295940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp04ildoy3/_remote_module_non_scriptable.py 2022-05-18T05:08:21.9783600Z 2022-05-18T05:08:21.9784530Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:08:21.9785140Z Running tests... 2022-05-18T05:08:21.9785770Z ---------------------------------------------------------------------- 2022-05-18T05:08:22.4291700Z test_device_map_gpu_mixed_6 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7692 2022-05-18T05:08:22.4445750Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7693 2022-05-18T05:08:22.4605930Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7694 2022-05-18T05:08:22.4742990Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7695 2022-05-18T05:08:24.2641520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9l26fjwq 2022-05-18T05:08:24.2728900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9l26fjwq/_remote_module_non_scriptable.py 2022-05-18T05:08:24.2802610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8bc055rq 2022-05-18T05:08:24.2866550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8bc055rq/_remote_module_non_scriptable.py 2022-05-18T05:08:24.2967810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw8czwgwh 2022-05-18T05:08:24.3018890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw8czwgwh/_remote_module_non_scriptable.py 2022-05-18T05:08:24.3120260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8lc2s8yt 2022-05-18T05:08:24.3221520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8lc2s8yt/_remote_module_non_scriptable.py 2022-05-18T05:08:24.9259570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:08:24.9276570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:24.9973180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:25.0097800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:08:25.4143820Z skip: Need at least 2 CUDA devices (3.436s) 2022-05-18T05:08:25.4474290Z 2022-05-18T05:08:25.4475270Z ---------------------------------------------------------------------- 2022-05-18T05:08:25.4475980Z Ran 1 test in 3.436s 2022-05-18T05:08:25.4476410Z 2022-05-18T05:08:25.4476750Z OK (skipped=1) 2022-05-18T05:08:25.4477160Z 2022-05-18T05:08:25.4477510Z Generating XML reports... 2022-05-18T05:08:25.4478490Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050821.xml 2022-05-18T05:08:26.8663930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpinr2r2ve 2022-05-18T05:08:26.8666960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpinr2r2ve/_remote_module_non_scriptable.py 2022-05-18T05:08:27.3086580Z 2022-05-18T05:08:27.3087350Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:08:27.3087730Z Running tests... 2022-05-18T05:08:27.3088130Z ---------------------------------------------------------------------- 2022-05-18T05:08:27.7368130Z test_device_map_gpu_mixed_7 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7704 2022-05-18T05:08:27.7445140Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7705 2022-05-18T05:08:27.7579990Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7706 2022-05-18T05:08:27.7719350Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7707 2022-05-18T05:08:29.5656520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvsyks5jn 2022-05-18T05:08:29.5707590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvsyks5jn/_remote_module_non_scriptable.py 2022-05-18T05:08:29.5748220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6sc74egy 2022-05-18T05:08:29.5830520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6sc74egy/_remote_module_non_scriptable.py 2022-05-18T05:08:29.6032790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplcj13ijh 2022-05-18T05:08:29.6109120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplcj13ijh/_remote_module_non_scriptable.py 2022-05-18T05:08:29.6117110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpty6zu_tb 2022-05-18T05:08:29.6211610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpty6zu_tb/_remote_module_non_scriptable.py 2022-05-18T05:08:30.2043030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:08:30.2384990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:30.2557310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:30.2881040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:08:30.6368510Z skip: Need at least 2 CUDA devices (3.328s) 2022-05-18T05:08:30.6444170Z 2022-05-18T05:08:30.6445650Z ---------------------------------------------------------------------- 2022-05-18T05:08:30.6446170Z Ran 1 test in 3.329s 2022-05-18T05:08:30.6446350Z 2022-05-18T05:08:30.6446790Z OK (skipped=1) 2022-05-18T05:08:30.6446970Z 2022-05-18T05:08:30.6447070Z Generating XML reports... 2022-05-18T05:08:30.6447780Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050827.xml 2022-05-18T05:08:32.0807100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqj3n4qt7 2022-05-18T05:08:32.0811040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqj3n4qt7/_remote_module_non_scriptable.py 2022-05-18T05:08:32.5330820Z 2022-05-18T05:08:32.5331140Z Running tests... 2022-05-18T05:08:32.5331770Z ---------------------------------------------------------------------- 2022-05-18T05:08:32.5332420Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:08:32.9827880Z test_device_map_gpu_mixed_8 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7715 2022-05-18T05:08:32.9911430Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7716 2022-05-18T05:08:33.0041020Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7717 2022-05-18T05:08:33.0171200Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7718 2022-05-18T05:08:34.8541500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppm3qz1id 2022-05-18T05:08:34.8547410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppm3qz1id/_remote_module_non_scriptable.py 2022-05-18T05:08:34.8615900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0gj4ewxz 2022-05-18T05:08:34.8661340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0gj4ewxz/_remote_module_non_scriptable.py 2022-05-18T05:08:34.8929950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi13jlkeu 2022-05-18T05:08:34.8992820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi13jlkeu/_remote_module_non_scriptable.py 2022-05-18T05:08:34.9031690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphrqfoe5w 2022-05-18T05:08:34.9094630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphrqfoe5w/_remote_module_non_scriptable.py 2022-05-18T05:08:35.5912740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:35.5932090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:08:35.6173530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:08:35.6940160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:36.1361490Z skip: Need at least 2 CUDA devices (3.603s) 2022-05-18T05:08:36.1435990Z 2022-05-18T05:08:36.1436830Z ---------------------------------------------------------------------- 2022-05-18T05:08:36.1437260Z Ran 1 test in 3.603s 2022-05-18T05:08:36.1437400Z 2022-05-18T05:08:36.1437490Z OK (skipped=1) 2022-05-18T05:08:36.1437610Z 2022-05-18T05:08:36.1437700Z Generating XML reports... 2022-05-18T05:08:36.1438400Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050832.xml 2022-05-18T05:08:37.5719810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd7bwzkdh 2022-05-18T05:08:37.5723670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd7bwzkdh/_remote_module_non_scriptable.py 2022-05-18T05:08:38.0276410Z 2022-05-18T05:08:38.0276740Z Running tests... 2022-05-18T05:08:38.0277370Z ---------------------------------------------------------------------- 2022-05-18T05:08:38.0278040Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:08:38.4608150Z test_device_map_gpu_mixed_self_1 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7727 2022-05-18T05:08:38.4687700Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7728 2022-05-18T05:08:38.4838990Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7729 2022-05-18T05:08:38.4984350Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7730 2022-05-18T05:08:40.2797840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwq2kybmk 2022-05-18T05:08:40.2899160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwq2kybmk/_remote_module_non_scriptable.py 2022-05-18T05:08:40.3000430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp66yhe8w8 2022-05-18T05:08:40.3001120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp66yhe8w8/_remote_module_non_scriptable.py 2022-05-18T05:08:40.3102430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8x66eqmo 2022-05-18T05:08:40.3200370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8x66eqmo/_remote_module_non_scriptable.py 2022-05-18T05:08:40.3597020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2egt1sq8 2022-05-18T05:08:40.3621060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2egt1sq8/_remote_module_non_scriptable.py 2022-05-18T05:08:40.9280530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:40.9382820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:40.9583620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:08:41.0466390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:08:41.3857570Z skip: Need at least 2 CUDA devices (3.358s) 2022-05-18T05:08:41.3931420Z 2022-05-18T05:08:41.3932220Z ---------------------------------------------------------------------- 2022-05-18T05:08:41.3932520Z Ran 1 test in 3.359s 2022-05-18T05:08:41.3932670Z 2022-05-18T05:08:41.3932780Z OK (skipped=1) 2022-05-18T05:08:41.3932910Z 2022-05-18T05:08:41.3933000Z Generating XML reports... 2022-05-18T05:08:41.3933700Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050838.xml 2022-05-18T05:08:42.8311580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjvvxhz5y 2022-05-18T05:08:42.8315060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjvvxhz5y/_remote_module_non_scriptable.py 2022-05-18T05:08:43.2648690Z 2022-05-18T05:08:43.2649500Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:08:43.2650040Z Running tests... 2022-05-18T05:08:43.2650460Z ---------------------------------------------------------------------- 2022-05-18T05:08:43.7125590Z test_device_map_gpu_mixed_self_2 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7738 2022-05-18T05:08:43.7249150Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7739 2022-05-18T05:08:43.7385080Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7740 2022-05-18T05:08:43.7494220Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7741 2022-05-18T05:08:45.6053110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptkneco72 2022-05-18T05:08:45.6144720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptkneco72/_remote_module_non_scriptable.py 2022-05-18T05:08:45.6246090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfk5nj802 2022-05-18T05:08:45.6267280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfk5nj802/_remote_module_non_scriptable.py 2022-05-18T05:08:45.6368830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3tmv5qor 2022-05-18T05:08:45.6369600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3tmv5qor/_remote_module_non_scriptable.py 2022-05-18T05:08:45.6579380Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0dd5iu5u 2022-05-18T05:08:45.6593780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0dd5iu5u/_remote_module_non_scriptable.py 2022-05-18T05:08:46.2297720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:46.2327310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:08:46.2712160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:08:46.2934750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:46.6355130Z skip: Need at least 2 CUDA devices (3.370s) 2022-05-18T05:08:46.6425140Z 2022-05-18T05:08:46.6425910Z ---------------------------------------------------------------------- 2022-05-18T05:08:46.6426330Z Ran 1 test in 3.371s 2022-05-18T05:08:46.6426470Z 2022-05-18T05:08:46.6426550Z OK (skipped=1) 2022-05-18T05:08:46.6426670Z 2022-05-18T05:08:46.6426770Z Generating XML reports... 2022-05-18T05:08:46.6427530Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050843.xml 2022-05-18T05:08:48.0762820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6rxuexjd 2022-05-18T05:08:48.0766060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6rxuexjd/_remote_module_non_scriptable.py 2022-05-18T05:08:48.5213050Z 2022-05-18T05:08:48.5213780Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:08:48.5214580Z Running tests... 2022-05-18T05:08:48.5215550Z ---------------------------------------------------------------------- 2022-05-18T05:08:48.9610940Z test_device_map_gpu_mixed_self_3 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7750 2022-05-18T05:08:48.9674210Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7751 2022-05-18T05:08:48.9821600Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7752 2022-05-18T05:08:48.9923940Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7753 2022-05-18T05:08:50.7743250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpip0712d3 2022-05-18T05:08:50.7817690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpip0712d3/_remote_module_non_scriptable.py 2022-05-18T05:08:50.8131290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5byse1q1 2022-05-18T05:08:50.8161870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5byse1q1/_remote_module_non_scriptable.py 2022-05-18T05:08:50.8402340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw_2hfiue 2022-05-18T05:08:50.8437350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw_2hfiue/_remote_module_non_scriptable.py 2022-05-18T05:08:50.8610230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9oapizu2 2022-05-18T05:08:50.8639850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9oapizu2/_remote_module_non_scriptable.py 2022-05-18T05:08:51.4403970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:51.4921900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:08:51.5177770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:08:51.5334950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:51.8760300Z skip: Need at least 2 CUDA devices (3.354s) 2022-05-18T05:08:51.8835230Z 2022-05-18T05:08:51.8836200Z ---------------------------------------------------------------------- 2022-05-18T05:08:51.8836580Z Ran 1 test in 3.355s 2022-05-18T05:08:51.8836720Z 2022-05-18T05:08:51.8836910Z OK (skipped=1) 2022-05-18T05:08:51.8837110Z 2022-05-18T05:08:51.8837220Z Generating XML reports... 2022-05-18T05:08:51.8837960Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050848.xml 2022-05-18T05:08:53.2861460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoa8ho_rz 2022-05-18T05:08:53.2864810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoa8ho_rz/_remote_module_non_scriptable.py 2022-05-18T05:08:53.7321600Z 2022-05-18T05:08:53.7322470Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:08:53.7322960Z Running tests... 2022-05-18T05:08:53.7323370Z ---------------------------------------------------------------------- 2022-05-18T05:08:54.1664430Z test_device_map_gpu_mixed_self_4 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7761 2022-05-18T05:08:54.1755020Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7762 2022-05-18T05:08:54.1901090Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7763 2022-05-18T05:08:54.2032100Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7764 2022-05-18T05:08:56.1247430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzqt2b689 2022-05-18T05:08:56.1316240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzqt2b689/_remote_module_non_scriptable.py 2022-05-18T05:08:56.1417350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsqi_1r4z 2022-05-18T05:08:56.1436400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsqi_1r4z/_remote_module_non_scriptable.py 2022-05-18T05:08:56.1535920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpouon45ao 2022-05-18T05:08:56.1637730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpouon45ao/_remote_module_non_scriptable.py 2022-05-18T05:08:56.1696090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp_7llsx0 2022-05-18T05:08:56.1741930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp_7llsx0/_remote_module_non_scriptable.py 2022-05-18T05:08:56.7634490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:08:56.7792800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:56.8114020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:08:56.8667350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:57.1385850Z skip: Need at least 2 CUDA devices (3.406s) 2022-05-18T05:08:57.1457270Z 2022-05-18T05:08:57.1458070Z ---------------------------------------------------------------------- 2022-05-18T05:08:57.1458480Z Ran 1 test in 3.407s 2022-05-18T05:08:57.1458620Z 2022-05-18T05:08:57.1458700Z OK (skipped=1) 2022-05-18T05:08:57.1458830Z 2022-05-18T05:08:57.1458920Z Generating XML reports... 2022-05-18T05:08:57.1459620Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050853.xml 2022-05-18T05:08:58.5610530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpytrf0moc 2022-05-18T05:08:58.5613810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpytrf0moc/_remote_module_non_scriptable.py 2022-05-18T05:08:58.9938420Z 2022-05-18T05:08:58.9939670Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:08:58.9940930Z Running tests... 2022-05-18T05:08:58.9941430Z ---------------------------------------------------------------------- 2022-05-18T05:08:59.4143860Z test_device_map_gpu_mixed_self_5 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7773 2022-05-18T05:08:59.4228550Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7774 2022-05-18T05:08:59.4413430Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7775 2022-05-18T05:08:59.4530110Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7776 2022-05-18T05:09:01.2779410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmbchs3vk 2022-05-18T05:09:01.2793470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_e7i_vna 2022-05-18T05:09:01.2857270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe_5vv2wk 2022-05-18T05:09:01.2903980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_e7i_vna/_remote_module_non_scriptable.py 2022-05-18T05:09:01.2918870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmbchs3vk/_remote_module_non_scriptable.py 2022-05-18T05:09:01.3020670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe_5vv2wk/_remote_module_non_scriptable.py 2022-05-18T05:09:01.3021370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaza62b9h 2022-05-18T05:09:01.3046170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaza62b9h/_remote_module_non_scriptable.py 2022-05-18T05:09:01.9337860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:09:01.9442290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:01.9482130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:01.9613000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:09:02.3987940Z skip: Need at least 2 CUDA devices (3.405s) 2022-05-18T05:09:02.4064110Z 2022-05-18T05:09:02.4064620Z ---------------------------------------------------------------------- 2022-05-18T05:09:02.4064950Z Ran 1 test in 3.405s 2022-05-18T05:09:02.4065080Z 2022-05-18T05:09:02.4065160Z OK (skipped=1) 2022-05-18T05:09:02.4065290Z 2022-05-18T05:09:02.4065380Z Generating XML reports... 2022-05-18T05:09:02.4066060Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050858.xml 2022-05-18T05:09:03.8058460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnbnhywec 2022-05-18T05:09:03.8062390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnbnhywec/_remote_module_non_scriptable.py 2022-05-18T05:09:04.2381080Z 2022-05-18T05:09:04.2381620Z Running tests... 2022-05-18T05:09:04.2382300Z ---------------------------------------------------------------------- 2022-05-18T05:09:04.2382890Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:09:04.6750010Z test_device_map_gpu_mixed_self_6 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7784 2022-05-18T05:09:04.6843620Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7785 2022-05-18T05:09:04.6956650Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7786 2022-05-18T05:09:04.7101010Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7787 2022-05-18T05:09:06.5593800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpenyen6dx 2022-05-18T05:09:06.5638230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpenyen6dx/_remote_module_non_scriptable.py 2022-05-18T05:09:06.5732150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt483w844 2022-05-18T05:09:06.5760080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt483w844/_remote_module_non_scriptable.py 2022-05-18T05:09:06.5835040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw94tthvy 2022-05-18T05:09:06.5934800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw94tthvy/_remote_module_non_scriptable.py 2022-05-18T05:09:06.6035200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_1axu6rx 2022-05-18T05:09:06.6066210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_1axu6rx/_remote_module_non_scriptable.py 2022-05-18T05:09:07.2085360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:09:07.2104650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:07.2301170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:07.2519540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:09:07.5719320Z skip: Need at least 2 CUDA devices (3.334s) 2022-05-18T05:09:07.5791650Z 2022-05-18T05:09:07.5792450Z ---------------------------------------------------------------------- 2022-05-18T05:09:07.5793200Z Ran 1 test in 3.334s 2022-05-18T05:09:07.5793350Z 2022-05-18T05:09:07.5793430Z OK (skipped=1) 2022-05-18T05:09:07.5793550Z 2022-05-18T05:09:07.5793650Z Generating XML reports... 2022-05-18T05:09:07.5794390Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050904.xml 2022-05-18T05:09:08.9918080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbo9p9x0d 2022-05-18T05:09:15.7496340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbo9p9x0d/_remote_module_non_scriptable.py 2022-05-18T05:09:16.2251010Z 2022-05-18T05:09:16.2251310Z Running tests... 2022-05-18T05:09:16.2252050Z ---------------------------------------------------------------------- 2022-05-18T05:09:16.2252610Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:09:16.6525740Z test_device_map_gpu_mixed_self_7 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7797 2022-05-18T05:09:16.6625260Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7798 2022-05-18T05:09:16.6749540Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7799 2022-05-18T05:09:16.6863830Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7800 2022-05-18T05:09:18.5113870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_2m2wj8_ 2022-05-18T05:09:18.5168540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_2m2wj8_/_remote_module_non_scriptable.py 2022-05-18T05:09:18.5195640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw1jxwbz0 2022-05-18T05:09:18.5277530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw1jxwbz0/_remote_module_non_scriptable.py 2022-05-18T05:09:18.5337620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwp9_vbrx 2022-05-18T05:09:18.5412900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwp9_vbrx/_remote_module_non_scriptable.py 2022-05-18T05:09:18.5458880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp19yc75c9 2022-05-18T05:09:18.5518380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp19yc75c9/_remote_module_non_scriptable.py 2022-05-18T05:09:19.2141470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:19.2147250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:09:19.2225910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:19.2676410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:09:19.6204250Z skip: Need at least 2 CUDA devices (3.395s) 2022-05-18T05:09:19.6274340Z 2022-05-18T05:09:19.6275770Z ---------------------------------------------------------------------- 2022-05-18T05:09:19.6276150Z Ran 1 test in 3.396s 2022-05-18T05:09:19.6276280Z 2022-05-18T05:09:19.6276360Z OK (skipped=1) 2022-05-18T05:09:19.6276490Z 2022-05-18T05:09:19.6276580Z Generating XML reports... 2022-05-18T05:09:19.6277290Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050916.xml 2022-05-18T05:09:21.0361140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8k1p34ni 2022-05-18T05:09:21.0365700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8k1p34ni/_remote_module_non_scriptable.py 2022-05-18T05:09:21.4857850Z 2022-05-18T05:09:21.4858660Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:09:21.4859050Z Running tests... 2022-05-18T05:09:21.4859460Z ---------------------------------------------------------------------- 2022-05-18T05:09:21.9120380Z test_device_map_gpu_mixed_self_8 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7808 2022-05-18T05:09:21.9187170Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7809 2022-05-18T05:09:21.9335590Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7810 2022-05-18T05:09:21.9460450Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7811 2022-05-18T05:09:23.7430680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm2f8c52_ 2022-05-18T05:09:23.7482690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm2f8c52_/_remote_module_non_scriptable.py 2022-05-18T05:09:23.7640280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkdaibbb8 2022-05-18T05:09:23.7663170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkdaibbb8/_remote_module_non_scriptable.py 2022-05-18T05:09:23.7848810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9yocnft7 2022-05-18T05:09:23.7888750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9yocnft7/_remote_module_non_scriptable.py 2022-05-18T05:09:23.8289610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp79helq0u 2022-05-18T05:09:23.8354570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp79helq0u/_remote_module_non_scriptable.py 2022-05-18T05:09:24.4312470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:24.4413900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:09:24.4832520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:09:24.5106480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:25.0000460Z skip: Need at least 2 CUDA devices (3.514s) 2022-05-18T05:09:25.0071320Z 2022-05-18T05:09:25.0071880Z ---------------------------------------------------------------------- 2022-05-18T05:09:25.0072200Z Ran 1 test in 3.515s 2022-05-18T05:09:25.0072340Z 2022-05-18T05:09:25.0072420Z OK (skipped=1) 2022-05-18T05:09:25.0072540Z 2022-05-18T05:09:25.0072630Z Generating XML reports... 2022-05-18T05:09:25.0073310Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050921.xml 2022-05-18T05:09:26.4464720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxxe4gfr2 2022-05-18T05:09:26.4467130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxxe4gfr2/_remote_module_non_scriptable.py 2022-05-18T05:09:26.8922700Z 2022-05-18T05:09:26.8923020Z Running tests... 2022-05-18T05:09:26.8923660Z ---------------------------------------------------------------------- 2022-05-18T05:09:26.8924260Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:09:27.3175310Z test_device_map_gpu_non_default (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7820 2022-05-18T05:09:27.3282510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7821 2022-05-18T05:09:27.3444400Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7822 2022-05-18T05:09:27.3551850Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7823 2022-05-18T05:09:29.1121180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp58uo5vgm 2022-05-18T05:09:29.1190070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp58uo5vgm/_remote_module_non_scriptable.py 2022-05-18T05:09:29.1294020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptsdgiqb8 2022-05-18T05:09:29.1378290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptsdgiqb8/_remote_module_non_scriptable.py 2022-05-18T05:09:29.1555620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1omto4j2 2022-05-18T05:09:29.1586300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1omto4j2/_remote_module_non_scriptable.py 2022-05-18T05:09:29.1660470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsxfuzdj3 2022-05-18T05:09:29.1681830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsxfuzdj3/_remote_module_non_scriptable.py 2022-05-18T05:09:29.7867420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:29.7976900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:09:29.8199770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:29.8468020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:09:30.1202800Z skip: Need at least 2 CUDA devices (3.228s) 2022-05-18T05:09:30.1273470Z 2022-05-18T05:09:30.1274130Z ---------------------------------------------------------------------- 2022-05-18T05:09:30.1274430Z Ran 1 test in 3.228s 2022-05-18T05:09:30.1274580Z 2022-05-18T05:09:30.1274660Z OK (skipped=1) 2022-05-18T05:09:30.1274780Z 2022-05-18T05:09:30.1274870Z Generating XML reports... 2022-05-18T05:09:30.1275550Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050926.xml 2022-05-18T05:09:31.5291880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpko76obdo 2022-05-18T05:09:31.5295560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpko76obdo/_remote_module_non_scriptable.py 2022-05-18T05:09:31.9720420Z 2022-05-18T05:09:31.9721240Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:09:31.9721660Z Running tests... 2022-05-18T05:09:31.9722790Z ---------------------------------------------------------------------- 2022-05-18T05:09:32.3937940Z test_device_map_gpu_non_default_to_default (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7831 2022-05-18T05:09:32.4091730Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7832 2022-05-18T05:09:32.4240110Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7833 2022-05-18T05:09:32.4346350Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7834 2022-05-18T05:09:34.3076700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp49h66onk 2022-05-18T05:09:34.3139430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp49h66onk/_remote_module_non_scriptable.py 2022-05-18T05:09:34.3164200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6iw6n1sk 2022-05-18T05:09:34.3216310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6iw6n1sk/_remote_module_non_scriptable.py 2022-05-18T05:09:34.3364460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn66tue40 2022-05-18T05:09:34.3382500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn66tue40/_remote_module_non_scriptable.py 2022-05-18T05:09:34.3493680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp275_bmkr 2022-05-18T05:09:34.3556060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp275_bmkr/_remote_module_non_scriptable.py 2022-05-18T05:09:34.9914160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:35.0292740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:35.0480670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:09:35.0616330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:09:35.4385870Z skip: Need at least 2 CUDA devices (3.466s) 2022-05-18T05:09:35.4454360Z 2022-05-18T05:09:35.4454920Z ---------------------------------------------------------------------- 2022-05-18T05:09:35.4455250Z Ran 1 test in 3.467s 2022-05-18T05:09:35.4455380Z 2022-05-18T05:09:35.4455470Z OK (skipped=1) 2022-05-18T05:09:35.4455600Z 2022-05-18T05:09:35.4455690Z Generating XML reports... 2022-05-18T05:09:35.4456370Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050931.xml 2022-05-18T05:09:36.8808100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3npsi9bk 2022-05-18T05:09:36.8811300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3npsi9bk/_remote_module_non_scriptable.py 2022-05-18T05:09:37.3277530Z 2022-05-18T05:09:37.3278320Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:09:37.3278770Z Running tests... 2022-05-18T05:09:37.3279190Z ---------------------------------------------------------------------- 2022-05-18T05:09:37.7701070Z test_device_map_gpu_to_cpu_default (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7850 2022-05-18T05:09:37.7827140Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7851 2022-05-18T05:09:37.7978140Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7852 2022-05-18T05:09:37.8085930Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7853 2022-05-18T05:09:39.5848980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8cjw8s52 2022-05-18T05:09:39.5866630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8cjw8s52/_remote_module_non_scriptable.py 2022-05-18T05:09:39.5928280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprfbi0nyf 2022-05-18T05:09:39.5969740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprfbi0nyf/_remote_module_non_scriptable.py 2022-05-18T05:09:39.6071650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd4l2hn_t 2022-05-18T05:09:39.6100220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd4l2hn_t/_remote_module_non_scriptable.py 2022-05-18T05:09:39.6158080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv0ufy9_k 2022-05-18T05:09:39.6218620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv0ufy9_k/_remote_module_non_scriptable.py 2022-05-18T05:09:40.2349660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:40.2414150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:40.2635840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:09:40.2896250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:09:40.6371350Z skip: Need at least 1 CUDA device (3.309s) 2022-05-18T05:09:40.6440560Z 2022-05-18T05:09:40.6441090Z ---------------------------------------------------------------------- 2022-05-18T05:09:40.6441390Z Ran 1 test in 3.310s 2022-05-18T05:09:40.6441750Z 2022-05-18T05:09:40.6442110Z OK (skipped=1) 2022-05-18T05:09:40.6442260Z 2022-05-18T05:09:40.6442360Z Generating XML reports... 2022-05-18T05:09:40.6443490Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050937.xml 2022-05-18T05:09:42.0686130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpilnlpso3 2022-05-18T05:09:42.0689570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpilnlpso3/_remote_module_non_scriptable.py 2022-05-18T05:09:42.5103110Z 2022-05-18T05:09:42.5103930Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:09:42.5104330Z Running tests... 2022-05-18T05:09:42.5104740Z ---------------------------------------------------------------------- 2022-05-18T05:09:42.9312270Z test_device_map_gpu_to_cpu_non_default (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7861 2022-05-18T05:09:42.9413640Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7862 2022-05-18T05:09:42.9543970Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7863 2022-05-18T05:09:42.9681640Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7864 2022-05-18T05:09:44.7585730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdzlu2w0s 2022-05-18T05:09:44.7598710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdzlu2w0s/_remote_module_non_scriptable.py 2022-05-18T05:09:44.7701200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp0qxpnri 2022-05-18T05:09:44.7787150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp0qxpnri/_remote_module_non_scriptable.py 2022-05-18T05:09:44.7849390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmposzlli74 2022-05-18T05:09:44.7890470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqt5_3v_7 2022-05-18T05:09:44.7907340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqt5_3v_7/_remote_module_non_scriptable.py 2022-05-18T05:09:44.8028840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmposzlli74/_remote_module_non_scriptable.py 2022-05-18T05:09:45.4131450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:45.4314470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:45.4522730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:09:45.4616720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:09:45.9001760Z skip: Need at least 2 CUDA devices (3.390s) 2022-05-18T05:09:45.9075510Z 2022-05-18T05:09:45.9076500Z ---------------------------------------------------------------------- 2022-05-18T05:09:45.9076840Z Ran 1 test in 3.390s 2022-05-18T05:09:45.9076980Z 2022-05-18T05:09:45.9077060Z OK (skipped=1) 2022-05-18T05:09:45.9077280Z 2022-05-18T05:09:45.9077390Z Generating XML reports... 2022-05-18T05:09:45.9078100Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050942.xml 2022-05-18T05:09:47.3662910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmd7tvif7 2022-05-18T05:09:47.3665990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmd7tvif7/_remote_module_non_scriptable.py 2022-05-18T05:09:47.7996310Z 2022-05-18T05:09:47.7997190Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:09:47.7997580Z Running tests... 2022-05-18T05:09:47.7998310Z ---------------------------------------------------------------------- 2022-05-18T05:09:48.2251380Z test_device_maps_gpu (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7873 2022-05-18T05:09:48.2372170Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7874 2022-05-18T05:09:48.2524450Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7875 2022-05-18T05:09:48.2703150Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7876 2022-05-18T05:09:50.0238840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0urq3ti1 2022-05-18T05:09:50.0340350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0urq3ti1/_remote_module_non_scriptable.py 2022-05-18T05:09:50.0341040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2nresmgg 2022-05-18T05:09:50.0347120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2nresmgg/_remote_module_non_scriptable.py 2022-05-18T05:09:50.0546510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsxoxfu3o 2022-05-18T05:09:50.0548580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsxoxfu3o/_remote_module_non_scriptable.py 2022-05-18T05:09:50.0703890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoz2_dqiy 2022-05-18T05:09:50.0751650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoz2_dqiy/_remote_module_non_scriptable.py 2022-05-18T05:09:50.6198540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:50.6346290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:50.6526950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:09:50.6736220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:09:51.0120640Z skip: Need at least 2 CUDA devices (3.212s) 2022-05-18T05:09:51.0194340Z 2022-05-18T05:09:51.0195220Z ---------------------------------------------------------------------- 2022-05-18T05:09:51.0195520Z Ran 1 test in 3.213s 2022-05-18T05:09:51.0195840Z 2022-05-18T05:09:51.0195920Z OK (skipped=1) 2022-05-18T05:09:51.0196050Z 2022-05-18T05:09:51.0196140Z Generating XML reports... 2022-05-18T05:09:51.0196850Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050947.xml 2022-05-18T05:09:52.3618950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvje5mjek 2022-05-18T05:09:52.3622410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvje5mjek/_remote_module_non_scriptable.py 2022-05-18T05:09:52.7836030Z 2022-05-18T05:09:52.7836860Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:09:52.7837240Z Running tests... 2022-05-18T05:09:52.7837740Z ---------------------------------------------------------------------- 2022-05-18T05:09:53.1853960Z test_device_maps_in_options (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7884 2022-05-18T05:09:53.2003140Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7885 2022-05-18T05:09:53.2189570Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7886 2022-05-18T05:09:53.2201480Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7887 2022-05-18T05:09:54.7561600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw_r1f951 2022-05-18T05:09:54.7643410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw_r1f951/_remote_module_non_scriptable.py 2022-05-18T05:09:54.7892610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplysj89np 2022-05-18T05:09:54.7989720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplysj89np/_remote_module_non_scriptable.py 2022-05-18T05:09:54.8070720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2lkae72u 2022-05-18T05:09:54.8091630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2lkae72u/_remote_module_non_scriptable.py 2022-05-18T05:09:54.8187750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpysuxe_e2 2022-05-18T05:09:54.8274130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpysuxe_e2/_remote_module_non_scriptable.py 2022-05-18T05:09:55.3484680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:55.3689310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:09:55.3801100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:55.3902970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:09:55.6367380Z skip: Need at least 2 CUDA devices (2.853s) 2022-05-18T05:09:55.6436210Z 2022-05-18T05:09:55.6436740Z ---------------------------------------------------------------------- 2022-05-18T05:09:55.6437150Z Ran 1 test in 2.854s 2022-05-18T05:09:55.6437280Z 2022-05-18T05:09:55.6437360Z OK (skipped=1) 2022-05-18T05:09:55.6437480Z 2022-05-18T05:09:55.6437580Z Generating XML reports... 2022-05-18T05:09:55.6438340Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050952.xml 2022-05-18T05:09:57.0167180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprhvut65w 2022-05-18T05:09:57.0170860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprhvut65w/_remote_module_non_scriptable.py 2022-05-18T05:09:57.4374530Z 2022-05-18T05:09:57.4374850Z Running tests... 2022-05-18T05:09:57.4375460Z ---------------------------------------------------------------------- 2022-05-18T05:09:57.4376030Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:09:57.8468680Z test_device_maps_invalid_max_local_device (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7896 2022-05-18T05:09:57.8581140Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7897 2022-05-18T05:09:57.8743510Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7898 2022-05-18T05:09:57.8846270Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7899 2022-05-18T05:09:59.4341790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmcog5vck 2022-05-18T05:09:59.4420000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmcog5vck/_remote_module_non_scriptable.py 2022-05-18T05:09:59.4453210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6e7n4kd_ 2022-05-18T05:09:59.4525400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6e7n4kd_/_remote_module_non_scriptable.py 2022-05-18T05:09:59.4554730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptvzvqjmy 2022-05-18T05:09:59.4655070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptvzvqjmy/_remote_module_non_scriptable.py 2022-05-18T05:09:59.4756180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_kcxt6jy 2022-05-18T05:09:59.4770160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_kcxt6jy/_remote_module_non_scriptable.py 2022-05-18T05:10:00.0084080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:10:00.0284970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:10:00.0360470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:00.0466270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:00.4327320Z skip: Need at least 1 CUDA device (2.995s) 2022-05-18T05:10:00.4395390Z 2022-05-18T05:10:00.4396910Z ---------------------------------------------------------------------- 2022-05-18T05:10:00.4397630Z Ran 1 test in 2.996s 2022-05-18T05:10:00.4398070Z 2022-05-18T05:10:00.4398490Z OK (skipped=1) 2022-05-18T05:10:00.4398660Z 2022-05-18T05:10:00.4398760Z Generating XML reports... 2022-05-18T05:10:00.4399500Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518050957.xml 2022-05-18T05:10:01.7835960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprogv68iy 2022-05-18T05:10:01.7839070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprogv68iy/_remote_module_non_scriptable.py 2022-05-18T05:10:02.2022010Z 2022-05-18T05:10:02.2022820Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:10:02.2023390Z Running tests... 2022-05-18T05:10:02.2023800Z ---------------------------------------------------------------------- 2022-05-18T05:10:02.6048510Z test_device_maps_invalid_max_remote_device (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7907 2022-05-18T05:10:02.6173260Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7908 2022-05-18T05:10:02.6343650Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7909 2022-05-18T05:10:02.6345030Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7910 2022-05-18T05:10:04.1874130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1_mhlxz_ 2022-05-18T05:10:04.1914400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1_mhlxz_/_remote_module_non_scriptable.py 2022-05-18T05:10:04.1925000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7o5zilc5 2022-05-18T05:10:04.1979790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7o5zilc5/_remote_module_non_scriptable.py 2022-05-18T05:10:04.2059400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg34oc_or 2022-05-18T05:10:04.2082320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg34oc_or/_remote_module_non_scriptable.py 2022-05-18T05:10:04.2327540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplqq8z2e7 2022-05-18T05:10:04.2388220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplqq8z2e7/_remote_module_non_scriptable.py 2022-05-18T05:10:04.7620830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:10:04.7720970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:04.7729800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:10:04.8235010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:05.0768170Z skip: Need at least 1 CUDA device (2.874s) 2022-05-18T05:10:05.0842010Z 2022-05-18T05:10:05.0842500Z ---------------------------------------------------------------------- 2022-05-18T05:10:05.0842960Z Ran 1 test in 2.875s 2022-05-18T05:10:05.0843090Z 2022-05-18T05:10:05.0843170Z OK (skipped=1) 2022-05-18T05:10:05.0843280Z 2022-05-18T05:10:05.0843380Z Generating XML reports... 2022-05-18T05:10:05.0851080Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051002.xml 2022-05-18T05:10:06.4262230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpze1_v276 2022-05-18T05:10:06.4266190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpze1_v276/_remote_module_non_scriptable.py 2022-05-18T05:10:06.8399340Z 2022-05-18T05:10:06.8400110Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:10:06.8400480Z Running tests... 2022-05-18T05:10:06.8400860Z ---------------------------------------------------------------------- 2022-05-18T05:10:07.2381720Z test_device_maps_invalid_min_device (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7919 2022-05-18T05:10:07.2533020Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7920 2022-05-18T05:10:07.2644600Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7921 2022-05-18T05:10:07.2765410Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7922 2022-05-18T05:10:08.7695830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoooaux0e 2022-05-18T05:10:08.7760720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoooaux0e/_remote_module_non_scriptable.py 2022-05-18T05:10:08.8354840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppgrgivbd 2022-05-18T05:10:08.8452880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppgrgivbd/_remote_module_non_scriptable.py 2022-05-18T05:10:08.8554130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4dkq1npo 2022-05-18T05:10:08.8655010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4dkq1npo/_remote_module_non_scriptable.py 2022-05-18T05:10:08.8857010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpemnitrd7 2022-05-18T05:10:08.8957100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpemnitrd7/_remote_module_non_scriptable.py 2022-05-18T05:10:09.3486720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:09.4084090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:09.4247090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:10:09.4644310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:10:09.6852270Z skip: Need at least 1 CUDA device (2.845s) 2022-05-18T05:10:09.6921850Z 2022-05-18T05:10:09.6922620Z ---------------------------------------------------------------------- 2022-05-18T05:10:09.6922930Z Ran 1 test in 2.846s 2022-05-18T05:10:09.6923320Z 2022-05-18T05:10:09.6923720Z OK (skipped=1) 2022-05-18T05:10:09.6924120Z 2022-05-18T05:10:09.6924340Z Generating XML reports... 2022-05-18T05:10:09.6925110Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051006.xml 2022-05-18T05:10:11.0637750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppgwe7gkd 2022-05-18T05:10:11.0641030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppgwe7gkd/_remote_module_non_scriptable.py 2022-05-18T05:10:11.4871690Z 2022-05-18T05:10:11.4872490Z Running tests... 2022-05-18T05:10:11.4873160Z ---------------------------------------------------------------------- 2022-05-18T05:10:11.4873720Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:10:11.8936720Z test_device_maps_many_to_one (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7930 2022-05-18T05:10:11.9000890Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7931 2022-05-18T05:10:11.9202470Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7932 2022-05-18T05:10:11.9326460Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7933 2022-05-18T05:10:13.4954640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqxg9yyab 2022-05-18T05:10:13.5097550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqxg9yyab/_remote_module_non_scriptable.py 2022-05-18T05:10:13.5568690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgki4qwsg 2022-05-18T05:10:13.5670100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdn95dbdt 2022-05-18T05:10:13.5770380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgki4qwsg/_remote_module_non_scriptable.py 2022-05-18T05:10:13.5871330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdn95dbdt/_remote_module_non_scriptable.py 2022-05-18T05:10:13.5972330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpux6pyift 2022-05-18T05:10:13.5973010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpux6pyift/_remote_module_non_scriptable.py 2022-05-18T05:10:14.0795550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:14.1372130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:10:14.1377280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:14.1482740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:10:14.5103320Z skip: Need at least 2 CUDA devices (3.023s) 2022-05-18T05:10:14.5173110Z 2022-05-18T05:10:14.5173870Z ---------------------------------------------------------------------- 2022-05-18T05:10:14.5174200Z Ran 1 test in 3.024s 2022-05-18T05:10:14.5174340Z 2022-05-18T05:10:14.5174420Z OK (skipped=1) 2022-05-18T05:10:14.5174540Z 2022-05-18T05:10:14.5174630Z Generating XML reports... 2022-05-18T05:10:14.5175460Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051011.xml 2022-05-18T05:10:15.8438420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8axtwas_ 2022-05-18T05:10:15.8441320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8axtwas_/_remote_module_non_scriptable.py 2022-05-18T05:10:16.2587420Z 2022-05-18T05:10:16.2587740Z Running tests... 2022-05-18T05:10:16.2588370Z ---------------------------------------------------------------------- 2022-05-18T05:10:16.2588930Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:10:16.6796800Z test_device_maps_missing_config (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7942 2022-05-18T05:10:16.6857240Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7943 2022-05-18T05:10:16.7000710Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7944 2022-05-18T05:10:16.7103640Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7945 2022-05-18T05:10:18.2379970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0d4i2jbp 2022-05-18T05:10:18.2454560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0d4i2jbp/_remote_module_non_scriptable.py 2022-05-18T05:10:18.2482610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppzf8gvor 2022-05-18T05:10:18.2562900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppzf8gvor/_remote_module_non_scriptable.py 2022-05-18T05:10:18.2946400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_gnxys20 2022-05-18T05:10:18.3047750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_gnxys20/_remote_module_non_scriptable.py 2022-05-18T05:10:18.3107790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1z70p3b7 2022-05-18T05:10:18.3225470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1z70p3b7/_remote_module_non_scriptable.py 2022-05-18T05:10:18.8135600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:10:18.8260640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:18.8852780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:18.8958520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:10:19.2540620Z skip: Need at least 1 CUDA device (2.995s) 2022-05-18T05:10:19.2615110Z 2022-05-18T05:10:19.2615640Z ---------------------------------------------------------------------- 2022-05-18T05:10:19.2615940Z Ran 1 test in 2.996s 2022-05-18T05:10:19.2616500Z 2022-05-18T05:10:19.2616590Z OK (skipped=1) 2022-05-18T05:10:19.2616720Z 2022-05-18T05:10:19.2616810Z Generating XML reports... 2022-05-18T05:10:19.2617500Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051016.xml 2022-05-18T05:10:20.6133550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyj__p74z 2022-05-18T05:10:20.6142720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyj__p74z/_remote_module_non_scriptable.py 2022-05-18T05:10:21.0358870Z 2022-05-18T05:10:21.0359190Z Running tests... 2022-05-18T05:10:21.0359820Z ---------------------------------------------------------------------- 2022-05-18T05:10:21.0360490Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:10:21.4380460Z test_device_maps_missing_config_loop (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7953 2022-05-18T05:10:21.4438550Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7954 2022-05-18T05:10:21.4568630Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7955 2022-05-18T05:10:21.4720020Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7956 2022-05-18T05:10:22.9942550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppnb7wq8a 2022-05-18T05:10:22.9995240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppnb7wq8a/_remote_module_non_scriptable.py 2022-05-18T05:10:23.0139860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy65pdjpz 2022-05-18T05:10:23.0144850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy65pdjpz/_remote_module_non_scriptable.py 2022-05-18T05:10:23.0280600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz7cbcwxg 2022-05-18T05:10:23.0348840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz7cbcwxg/_remote_module_non_scriptable.py 2022-05-18T05:10:23.0988220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5nqpwu4h 2022-05-18T05:10:23.0988910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5nqpwu4h/_remote_module_non_scriptable.py 2022-05-18T05:10:23.5616720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:23.5783210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:23.5980710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:10:23.6890210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:10:23.9627640Z skip: Need at least 1 CUDA device (2.927s) 2022-05-18T05:10:23.9695150Z 2022-05-18T05:10:23.9696010Z ---------------------------------------------------------------------- 2022-05-18T05:10:23.9696340Z Ran 1 test in 2.927s 2022-05-18T05:10:23.9696470Z 2022-05-18T05:10:23.9696550Z OK (skipped=1) 2022-05-18T05:10:23.9696660Z 2022-05-18T05:10:23.9696760Z Generating XML reports... 2022-05-18T05:10:23.9697470Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051021.xml 2022-05-18T05:10:25.2887610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6qnwruz1 2022-05-18T05:10:25.2890540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6qnwruz1/_remote_module_non_scriptable.py 2022-05-18T05:10:25.6986610Z 2022-05-18T05:10:25.6987390Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:10:25.6987750Z Running tests... 2022-05-18T05:10:25.6988130Z ---------------------------------------------------------------------- 2022-05-18T05:10:26.0939980Z test_device_maps_missing_config_not_timeout (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7964 2022-05-18T05:10:26.1075920Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7965 2022-05-18T05:10:26.1235300Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7966 2022-05-18T05:10:26.1322730Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7967 2022-05-18T05:10:27.8238810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6hw278ks 2022-05-18T05:10:27.8340150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6hw278ks/_remote_module_non_scriptable.py 2022-05-18T05:10:27.8367000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe6lxni2c 2022-05-18T05:10:27.8468300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe6lxni2c/_remote_module_non_scriptable.py 2022-05-18T05:10:27.8662750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprf2ck0tz 2022-05-18T05:10:27.8695860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprf2ck0tz/_remote_module_non_scriptable.py 2022-05-18T05:10:27.8797730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9rcf1l7f 2022-05-18T05:10:27.8798310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9rcf1l7f/_remote_module_non_scriptable.py 2022-05-18T05:10:28.3935150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:28.4041950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:10:28.4442280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:28.4447540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:10:28.7527930Z skip: Need at least 1 CUDA device (3.054s) 2022-05-18T05:10:28.7598110Z 2022-05-18T05:10:28.7598840Z ---------------------------------------------------------------------- 2022-05-18T05:10:28.7599390Z Ran 1 test in 3.054s 2022-05-18T05:10:28.7599670Z 2022-05-18T05:10:28.7599880Z OK (skipped=1) 2022-05-18T05:10:28.7600060Z 2022-05-18T05:10:28.7600160Z Generating XML reports... 2022-05-18T05:10:28.7600900Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051025.xml 2022-05-18T05:10:30.0892800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf_7te8g_ 2022-05-18T05:10:30.0895410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf_7te8g_/_remote_module_non_scriptable.py 2022-05-18T05:10:30.4948550Z 2022-05-18T05:10:30.4949340Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:10:30.4949710Z Running tests... 2022-05-18T05:10:30.4950090Z ---------------------------------------------------------------------- 2022-05-18T05:10:30.8966770Z test_device_maps_missing_config_remote (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7976 2022-05-18T05:10:30.9078850Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7977 2022-05-18T05:10:30.9185100Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7978 2022-05-18T05:10:30.9364620Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7979 2022-05-18T05:10:32.4341420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx2zaw8xg 2022-05-18T05:10:32.4376320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx2zaw8xg/_remote_module_non_scriptable.py 2022-05-18T05:10:32.4803880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvo4dx26q 2022-05-18T05:10:32.4892370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvo4dx26q/_remote_module_non_scriptable.py 2022-05-18T05:10:32.4992720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqnz8g15y 2022-05-18T05:10:32.5094180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqnz8g15y/_remote_module_non_scriptable.py 2022-05-18T05:10:32.5095200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwsm37dbq 2022-05-18T05:10:32.5139970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwsm37dbq/_remote_module_non_scriptable.py 2022-05-18T05:10:33.0025080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:10:33.0587340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:33.0593640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:10:33.0766580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:33.5154130Z skip: Need at least 1 CUDA device (3.020s) 2022-05-18T05:10:33.5253700Z 2022-05-18T05:10:33.5254260Z ---------------------------------------------------------------------- 2022-05-18T05:10:33.5254570Z Ran 1 test in 3.021s 2022-05-18T05:10:33.5254700Z 2022-05-18T05:10:33.5254780Z OK (skipped=1) 2022-05-18T05:10:33.5254910Z 2022-05-18T05:10:33.5255020Z Generating XML reports... 2022-05-18T05:10:33.5255850Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051030.xml 2022-05-18T05:10:34.8511120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm25bpxcw 2022-05-18T05:10:34.8513800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm25bpxcw/_remote_module_non_scriptable.py 2022-05-18T05:10:35.2648880Z 2022-05-18T05:10:35.2649200Z Running tests... 2022-05-18T05:10:35.2649820Z ---------------------------------------------------------------------- 2022-05-18T05:10:35.2650400Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:10:35.6637330Z test_device_maps_missing_config_remote_response (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7987 2022-05-18T05:10:35.6702790Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7988 2022-05-18T05:10:35.6891400Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7989 2022-05-18T05:10:35.7008620Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7990 2022-05-18T05:10:37.2769080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmw1899a2 2022-05-18T05:10:37.2836480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmw1899a2/_remote_module_non_scriptable.py 2022-05-18T05:10:37.3169460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy4uf6ome 2022-05-18T05:10:37.3248120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0281nshm 2022-05-18T05:10:37.3319490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0281nshm/_remote_module_non_scriptable.py 2022-05-18T05:10:37.3368990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy4uf6ome/_remote_module_non_scriptable.py 2022-05-18T05:10:37.3426090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzs44d2u9 2022-05-18T05:10:37.3526510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzs44d2u9/_remote_module_non_scriptable.py 2022-05-18T05:10:37.8512910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:37.8966860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:10:37.8995040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:37.9272660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:10:38.2865940Z skip: Need at least 1 CUDA device (3.021s) 2022-05-18T05:10:38.2937240Z 2022-05-18T05:10:38.2938210Z ---------------------------------------------------------------------- 2022-05-18T05:10:38.2938580Z Ran 1 test in 3.022s 2022-05-18T05:10:38.2938720Z 2022-05-18T05:10:38.2938800Z OK (skipped=1) 2022-05-18T05:10:38.2938930Z 2022-05-18T05:10:38.2939020Z Generating XML reports... 2022-05-18T05:10:38.2939760Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051035.xml 2022-05-18T05:10:39.6254590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5mt93l22 2022-05-18T05:10:39.6257880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5mt93l22/_remote_module_non_scriptable.py 2022-05-18T05:10:40.0388270Z 2022-05-18T05:10:40.0389070Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:10:40.0389450Z Running tests... 2022-05-18T05:10:40.0389850Z ---------------------------------------------------------------------- 2022-05-18T05:10:40.4444310Z test_device_maps_missing_config_response (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7999 2022-05-18T05:10:40.4526260Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8000 2022-05-18T05:10:40.5028900Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8001 2022-05-18T05:10:40.5130240Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8002 2022-05-18T05:10:42.0122120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdjbbtm8e 2022-05-18T05:10:42.0174730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdjbbtm8e/_remote_module_non_scriptable.py 2022-05-18T05:10:42.0271950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz88t6rd5 2022-05-18T05:10:42.0303470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz88t6rd5/_remote_module_non_scriptable.py 2022-05-18T05:10:42.0431650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplfl7xplz 2022-05-18T05:10:42.0489910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplfl7xplz/_remote_module_non_scriptable.py 2022-05-18T05:10:42.0893890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9_4d4brn 2022-05-18T05:10:42.0913520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9_4d4brn/_remote_module_non_scriptable.py 2022-05-18T05:10:42.6097180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:10:42.6322140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:42.6423480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:42.6722200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:10:43.0235720Z skip: Need at least 1 CUDA device (2.985s) 2022-05-18T05:10:43.0306030Z 2022-05-18T05:10:43.0306770Z ---------------------------------------------------------------------- 2022-05-18T05:10:43.0307080Z Ran 1 test in 2.985s 2022-05-18T05:10:43.0307220Z 2022-05-18T05:10:43.0307960Z OK (skipped=1) 2022-05-18T05:10:43.0308350Z 2022-05-18T05:10:43.0308460Z Generating XML reports... 2022-05-18T05:10:43.0309200Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051040.xml 2022-05-18T05:10:44.3809400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2fabpsgb 2022-05-18T05:10:44.3812590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2fabpsgb/_remote_module_non_scriptable.py 2022-05-18T05:10:44.7950380Z 2022-05-18T05:10:44.7950700Z Running tests... 2022-05-18T05:10:44.7951310Z ---------------------------------------------------------------------- 2022-05-18T05:10:44.7951850Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:10:45.1921460Z test_device_maps_missing_config_response_loop (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8010 2022-05-18T05:10:45.2025620Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8011 2022-05-18T05:10:45.2177050Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8012 2022-05-18T05:10:45.2293450Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8013 2022-05-18T05:10:46.8254380Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbovckz0l 2022-05-18T05:10:46.8255030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbovckz0l/_remote_module_non_scriptable.py 2022-05-18T05:10:46.8552660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa0cszqno 2022-05-18T05:10:46.8615540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpah0qwxhx 2022-05-18T05:10:46.8674670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpah0qwxhx/_remote_module_non_scriptable.py 2022-05-18T05:10:46.8760770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa0cszqno/_remote_module_non_scriptable.py 2022-05-18T05:10:46.8858440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjspq5ghk 2022-05-18T05:10:46.8879890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjspq5ghk/_remote_module_non_scriptable.py 2022-05-18T05:10:47.4032620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:47.4314760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:10:47.4320810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:47.4612750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:10:47.7668490Z skip: Need at least 1 CUDA device (2.972s) 2022-05-18T05:10:47.7737940Z 2022-05-18T05:10:47.7738500Z ---------------------------------------------------------------------- 2022-05-18T05:10:47.7738810Z Ran 1 test in 2.972s 2022-05-18T05:10:47.7738940Z 2022-05-18T05:10:47.7739020Z OK (skipped=1) 2022-05-18T05:10:47.7739150Z 2022-05-18T05:10:47.7739240Z Generating XML reports... 2022-05-18T05:10:47.7739910Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051044.xml 2022-05-18T05:10:49.1105200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp238l3zmk 2022-05-18T05:10:49.1114570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp238l3zmk/_remote_module_non_scriptable.py 2022-05-18T05:10:49.5404080Z 2022-05-18T05:10:49.5404830Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:10:49.5405240Z Running tests... 2022-05-18T05:10:49.5405640Z ---------------------------------------------------------------------- 2022-05-18T05:10:49.9403810Z test_device_maps_multi_gpu (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8022 2022-05-18T05:10:49.9536480Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8023 2022-05-18T05:10:49.9696900Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8024 2022-05-18T05:10:49.9799280Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8025 2022-05-18T05:10:51.4675730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjwwtzg91 2022-05-18T05:10:51.4775920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjwwtzg91/_remote_module_non_scriptable.py 2022-05-18T05:10:51.5722750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcyj9aewh 2022-05-18T05:10:51.5738850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3bxhclhs 2022-05-18T05:10:51.5755220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcyj9aewh/_remote_module_non_scriptable.py 2022-05-18T05:10:51.5856330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3bxhclhs/_remote_module_non_scriptable.py 2022-05-18T05:10:51.5857040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyxi_z9vd 2022-05-18T05:10:51.5956900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyxi_z9vd/_remote_module_non_scriptable.py 2022-05-18T05:10:52.0576750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:52.1349480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:10:52.1532960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:10:52.1593600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:52.4732220Z skip: Need at least 2 CUDA devices (2.933s) 2022-05-18T05:10:52.4806230Z 2022-05-18T05:10:52.4806750Z ---------------------------------------------------------------------- 2022-05-18T05:10:52.4807050Z Ran 1 test in 2.933s 2022-05-18T05:10:52.4807200Z 2022-05-18T05:10:52.4807290Z OK (skipped=1) 2022-05-18T05:10:52.4807490Z 2022-05-18T05:10:52.4807600Z Generating XML reports... 2022-05-18T05:10:52.4808290Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051049.xml 2022-05-18T05:10:53.8208620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpec341hn8 2022-05-18T05:10:53.8212110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpec341hn8/_remote_module_non_scriptable.py 2022-05-18T05:10:54.2459750Z 2022-05-18T05:10:54.2460690Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:10:54.2461590Z Running tests... 2022-05-18T05:10:54.2462020Z ---------------------------------------------------------------------- 2022-05-18T05:10:54.6507300Z test_device_maps_multi_gpu_self (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8033 2022-05-18T05:10:54.6594860Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8034 2022-05-18T05:10:54.6720650Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8035 2022-05-18T05:10:54.6919990Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8036 2022-05-18T05:10:56.2166390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplw7bz1qf 2022-05-18T05:10:56.2180650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplw7bz1qf/_remote_module_non_scriptable.py 2022-05-18T05:10:56.2267860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9csc38xk 2022-05-18T05:10:56.2298870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9csc38xk/_remote_module_non_scriptable.py 2022-05-18T05:10:56.2419720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp_3w20y5 2022-05-18T05:10:56.2504210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp_3w20y5/_remote_module_non_scriptable.py 2022-05-18T05:10:56.3157900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxsuxzyz6 2022-05-18T05:10:56.3221050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxsuxzyz6/_remote_module_non_scriptable.py 2022-05-18T05:10:56.7737090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:56.7993970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:10:56.8800870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:56.9740870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:10:57.1956140Z skip: Need at least 2 CUDA devices (2.949s) 2022-05-18T05:10:57.2024710Z 2022-05-18T05:10:57.2025480Z ---------------------------------------------------------------------- 2022-05-18T05:10:57.2025810Z Ran 1 test in 2.950s 2022-05-18T05:10:57.2025940Z 2022-05-18T05:10:57.2026020Z OK (skipped=1) 2022-05-18T05:10:57.2026140Z 2022-05-18T05:10:57.2026240Z Generating XML reports... 2022-05-18T05:10:57.2026930Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051054.xml 2022-05-18T05:10:58.5416570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgmv2l1nv 2022-05-18T05:10:58.5419950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgmv2l1nv/_remote_module_non_scriptable.py 2022-05-18T05:10:58.9568270Z 2022-05-18T05:10:58.9569060Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:10:58.9569470Z Running tests... 2022-05-18T05:10:58.9569970Z ---------------------------------------------------------------------- 2022-05-18T05:10:59.3589420Z test_device_maps_one_to_many (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8045 2022-05-18T05:10:59.3679460Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8046 2022-05-18T05:10:59.3872610Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8047 2022-05-18T05:10:59.4024920Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8048 2022-05-18T05:11:00.9708460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6ehixj27 2022-05-18T05:11:00.9809930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6ehixj27/_remote_module_non_scriptable.py 2022-05-18T05:11:00.9810620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ky75qkq 2022-05-18T05:11:00.9856340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ky75qkq/_remote_module_non_scriptable.py 2022-05-18T05:11:00.9917460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp824npkvw 2022-05-18T05:11:00.9966050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp824npkvw/_remote_module_non_scriptable.py 2022-05-18T05:11:01.0058120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp7fhvdvb 2022-05-18T05:11:01.0069550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp7fhvdvb/_remote_module_non_scriptable.py 2022-05-18T05:11:01.5499220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:11:01.5504390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:11:01.5539160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:11:01.5951590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:11:01.9126760Z skip: Need at least 2 CUDA devices (2.956s) 2022-05-18T05:11:01.9193550Z 2022-05-18T05:11:01.9194080Z ---------------------------------------------------------------------- 2022-05-18T05:11:01.9194420Z Ran 1 test in 2.956s 2022-05-18T05:11:01.9194560Z 2022-05-18T05:11:01.9194650Z OK (skipped=1) 2022-05-18T05:11:01.9194770Z 2022-05-18T05:11:01.9194860Z Generating XML reports... 2022-05-18T05:11:01.9195550Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051058.xml 2022-05-18T05:11:03.2661940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp17afv1_g 2022-05-18T05:11:03.2665060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp17afv1_g/_remote_module_non_scriptable.py 2022-05-18T05:11:03.6828580Z 2022-05-18T05:11:03.6829350Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:11:03.6829720Z Running tests... 2022-05-18T05:11:03.6830110Z ---------------------------------------------------------------------- 2022-05-18T05:11:04.0975150Z test_device_maps_remote (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8056 2022-05-18T05:11:04.1047860Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8057 2022-05-18T05:11:04.1198550Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8058 2022-05-18T05:11:04.1310990Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8059 2022-05-18T05:11:05.6695070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeuzhxzte 2022-05-18T05:11:05.6725670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeuzhxzte/_remote_module_non_scriptable.py 2022-05-18T05:11:05.6915020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphljm6pqu 2022-05-18T05:11:05.6992660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphljm6pqu/_remote_module_non_scriptable.py 2022-05-18T05:11:05.7160020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbm4c9lms 2022-05-18T05:11:05.7228520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbm4c9lms/_remote_module_non_scriptable.py 2022-05-18T05:11:05.7329810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0for64ko 2022-05-18T05:11:05.7351200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0for64ko/_remote_module_non_scriptable.py 2022-05-18T05:11:06.2407480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:11:06.2774000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:11:06.2988690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:11:06.3035480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:11:06.7113420Z skip: Need at least 2 CUDA devices (3.028s) 2022-05-18T05:11:06.7185780Z 2022-05-18T05:11:06.7186260Z ---------------------------------------------------------------------- 2022-05-18T05:11:06.7186560Z Ran 1 test in 3.029s 2022-05-18T05:11:06.7186690Z 2022-05-18T05:11:06.7186770Z OK (skipped=1) 2022-05-18T05:11:06.7186890Z 2022-05-18T05:11:06.7186990Z Generating XML reports... 2022-05-18T05:11:06.7187650Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051103.xml 2022-05-18T05:11:08.0857850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphk_0plvi 2022-05-18T05:11:08.0861050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphk_0plvi/_remote_module_non_scriptable.py 2022-05-18T05:11:08.4966610Z 2022-05-18T05:11:08.4967440Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:11:08.4968340Z Running tests... 2022-05-18T05:11:08.4968760Z ---------------------------------------------------------------------- 2022-05-18T05:11:08.9012240Z test_device_maps_return_to_gpu (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8068 2022-05-18T05:11:08.9099190Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8069 2022-05-18T05:11:08.9246710Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8070 2022-05-18T05:11:08.9450080Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8071 2022-05-18T05:11:10.4824680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptglq0fp3 2022-05-18T05:11:10.4841710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptglq0fp3/_remote_module_non_scriptable.py 2022-05-18T05:11:10.4969080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkuxwwliy 2022-05-18T05:11:10.5063480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkuxwwliy/_remote_module_non_scriptable.py 2022-05-18T05:11:10.5284110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1295j_6f 2022-05-18T05:11:10.5314320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1295j_6f/_remote_module_non_scriptable.py 2022-05-18T05:11:10.5364750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp58sevbr6 2022-05-18T05:11:10.5457330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp58sevbr6/_remote_module_non_scriptable.py 2022-05-18T05:11:11.0481180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:11:11.0889940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:11:11.1109310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:11:11.1401150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:11:11.5237230Z skip: Need at least 4 CUDA devices (3.027s) 2022-05-18T05:11:11.5303130Z 2022-05-18T05:11:11.5304000Z ---------------------------------------------------------------------- 2022-05-18T05:11:11.5304350Z Ran 1 test in 3.027s 2022-05-18T05:11:11.5304480Z 2022-05-18T05:11:11.5304560Z OK (skipped=1) 2022-05-18T05:11:11.5304750Z 2022-05-18T05:11:11.5304840Z Generating XML reports... 2022-05-18T05:11:11.5305630Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051108.xml 2022-05-18T05:11:12.9042220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjdqlq626 2022-05-18T05:11:12.9045620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjdqlq626/_remote_module_non_scriptable.py 2022-05-18T05:11:13.3177130Z 2022-05-18T05:11:13.3177440Z Running tests... 2022-05-18T05:11:13.3178070Z ---------------------------------------------------------------------- 2022-05-18T05:11:13.3178640Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:11:13.7193570Z test_device_maps_return_to_gpu_self (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8079 2022-05-18T05:11:13.7343810Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8080 2022-05-18T05:11:13.7507460Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8081 2022-05-18T05:11:13.7631770Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8082 2022-05-18T05:11:15.3016270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw3mt1pke 2022-05-18T05:11:15.3064020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8pjlreq0 2022-05-18T05:11:15.3064660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3q2_scl8 2022-05-18T05:11:15.3132630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw3mt1pke/_remote_module_non_scriptable.py 2022-05-18T05:11:15.3170170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3q2_scl8/_remote_module_non_scriptable.py 2022-05-18T05:11:15.3245850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8pjlreq0/_remote_module_non_scriptable.py 2022-05-18T05:11:15.3347300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6nnt11ur 2022-05-18T05:11:15.3447610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6nnt11ur/_remote_module_non_scriptable.py 2022-05-18T05:11:15.8649970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:11:15.8750670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:11:15.8772630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:11:15.8956040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:11:16.1822540Z skip: Need at least 4 CUDA devices (2.864s) 2022-05-18T05:11:16.1891670Z 2022-05-18T05:11:16.1892440Z ---------------------------------------------------------------------- 2022-05-18T05:11:16.1892860Z Ran 1 test in 2.865s 2022-05-18T05:11:16.1892990Z 2022-05-18T05:11:16.1893070Z OK (skipped=1) 2022-05-18T05:11:16.1893190Z 2022-05-18T05:11:16.1893370Z Generating XML reports... 2022-05-18T05:11:16.1894100Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051113.xml 2022-05-18T05:11:17.5513790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp22yl4bfz 2022-05-18T05:11:17.5516690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp22yl4bfz/_remote_module_non_scriptable.py 2022-05-18T05:11:17.9651830Z 2022-05-18T05:11:17.9652590Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:11:17.9653130Z Running tests... 2022-05-18T05:11:17.9653540Z ---------------------------------------------------------------------- 2022-05-18T05:11:18.3640980Z test_device_maps_wrong_worker_name (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8091 2022-05-18T05:11:18.3729400Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8092 2022-05-18T05:11:18.3865850Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8093 2022-05-18T05:11:18.3976570Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8094 2022-05-18T05:11:19.9525910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyxnkl89g 2022-05-18T05:11:19.9562890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyxnkl89g/_remote_module_non_scriptable.py 2022-05-18T05:11:19.9664890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc538bhfr 2022-05-18T05:11:19.9765590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc538bhfr/_remote_module_non_scriptable.py 2022-05-18T05:11:19.9766300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyf_cg6xo 2022-05-18T05:11:19.9866820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyudx_m75 2022-05-18T05:11:19.9968620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyudx_m75/_remote_module_non_scriptable.py 2022-05-18T05:11:20.0068890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyf_cg6xo/_remote_module_non_scriptable.py 2022-05-18T05:11:20.5347890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:11:20.5455980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:11:20.5487850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:11:20.5537210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:11:20.9655160Z skip: Need at least 2 CUDA devices (3.000s) 2022-05-18T05:11:20.9728410Z 2022-05-18T05:11:20.9729510Z ---------------------------------------------------------------------- 2022-05-18T05:11:20.9729860Z Ran 1 test in 3.001s 2022-05-18T05:11:20.9730000Z 2022-05-18T05:11:20.9730080Z OK (skipped=1) 2022-05-18T05:11:20.9730200Z 2022-05-18T05:11:20.9730300Z Generating XML reports... 2022-05-18T05:11:20.9730990Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051117.xml 2022-05-18T05:11:22.3057990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphe30olbl 2022-05-18T05:11:22.3061400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphe30olbl/_remote_module_non_scriptable.py 2022-05-18T05:11:22.7297080Z 2022-05-18T05:11:22.7297890Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:11:22.7298270Z Running tests... 2022-05-18T05:11:22.7298680Z ---------------------------------------------------------------------- 2022-05-18T05:11:23.1289560Z test_device_mismatch (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8102 2022-05-18T05:11:23.1449360Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8103 2022-05-18T05:11:23.1554080Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8104 2022-05-18T05:11:23.1658980Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8105 2022-05-18T05:11:24.6677130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphnlfl1yx 2022-05-18T05:11:24.6773020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphnlfl1yx/_remote_module_non_scriptable.py 2022-05-18T05:11:24.7084950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3ad_0osq 2022-05-18T05:11:24.7168440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3ad_0osq/_remote_module_non_scriptable.py 2022-05-18T05:11:24.7216970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp24cfhl_u 2022-05-18T05:11:24.7252250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp24cfhl_u/_remote_module_non_scriptable.py 2022-05-18T05:11:24.8101500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr6x0q54a 2022-05-18T05:11:24.8104740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr6x0q54a/_remote_module_non_scriptable.py 2022-05-18T05:11:25.2422210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:11:25.2834630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:11:25.3084470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:11:25.3758770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:11:25.6448340Z skip: Need at least 1 CUDA device (2.915s) 2022-05-18T05:11:25.6546890Z 2022-05-18T05:11:25.6547820Z ---------------------------------------------------------------------- 2022-05-18T05:11:25.6548130Z Ran 1 test in 2.916s 2022-05-18T05:11:25.6548280Z 2022-05-18T05:11:25.6548360Z OK (skipped=1) 2022-05-18T05:11:25.6548490Z 2022-05-18T05:11:25.6548580Z Generating XML reports... 2022-05-18T05:11:25.6549250Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051122.xml 2022-05-18T05:11:26.9853560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp42qehnef 2022-05-18T05:11:26.9855880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp42qehnef/_remote_module_non_scriptable.py 2022-05-18T05:11:27.4258530Z 2022-05-18T05:11:27.4259330Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:11:27.4259730Z Running tests... 2022-05-18T05:11:27.4260130Z ---------------------------------------------------------------------- 2022-05-18T05:11:27.8250450Z test_devices_option_mismatch (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8114 2022-05-18T05:11:27.8402210Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8115 2022-05-18T05:11:27.8541090Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8116 2022-05-18T05:11:27.8676950Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8117 2022-05-18T05:11:29.3875220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv7n9a6d1 2022-05-18T05:11:29.3938440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv7n9a6d1/_remote_module_non_scriptable.py 2022-05-18T05:11:29.3992180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyaaojj4j 2022-05-18T05:11:29.4064190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyaaojj4j/_remote_module_non_scriptable.py 2022-05-18T05:11:29.4064810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5gp8bjd4 2022-05-18T05:11:29.4165860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5gp8bjd4/_remote_module_non_scriptable.py 2022-05-18T05:11:29.4339630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpklic8a6j 2022-05-18T05:11:29.4380690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpklic8a6j/_remote_module_non_scriptable.py 2022-05-18T05:11:29.9711370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:11:29.9814500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:11:29.9832330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:11:30.0159640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:11:30.2869560Z skip: Need at least 2 CUDA devices (2.861s) 2022-05-18T05:11:30.2957210Z 2022-05-18T05:11:30.2957810Z ---------------------------------------------------------------------- 2022-05-18T05:11:30.2958110Z Ran 1 test in 2.862s 2022-05-18T05:11:30.2958250Z 2022-05-18T05:11:30.2958320Z OK (skipped=1) 2022-05-18T05:11:30.2958450Z 2022-05-18T05:11:30.2958540Z Generating XML reports... 2022-05-18T05:11:30.2959220Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051127.xml 2022-05-18T05:11:31.6321880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8colo87z 2022-05-18T05:11:31.6324900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8colo87z/_remote_module_non_scriptable.py 2022-05-18T05:11:32.0499190Z 2022-05-18T05:11:32.0499960Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:11:32.0500330Z Running tests... 2022-05-18T05:11:32.0501190Z ---------------------------------------------------------------------- 2022-05-18T05:11:32.4508560Z test_devices_option_mismatch_reverse (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8125 2022-05-18T05:11:32.4639570Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8126 2022-05-18T05:11:32.4808640Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8127 2022-05-18T05:11:32.4938190Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8128 2022-05-18T05:11:33.9670700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqo9xn7ri 2022-05-18T05:11:33.9751070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqo9xn7ri/_remote_module_non_scriptable.py 2022-05-18T05:11:34.0560580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpia6e5w9s 2022-05-18T05:11:34.0624260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpia6e5w9s/_remote_module_non_scriptable.py 2022-05-18T05:11:34.0725690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb751s80_ 2022-05-18T05:11:34.0766120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb751s80_/_remote_module_non_scriptable.py 2022-05-18T05:11:34.0966840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp37xwmq8o 2022-05-18T05:11:34.1068210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp37xwmq8o/_remote_module_non_scriptable.py 2022-05-18T05:11:34.5489500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:11:34.6397910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:11:34.6552420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:11:34.6574290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:11:35.0101440Z skip: Need at least 2 CUDA devices (2.960s) 2022-05-18T05:11:35.0170190Z 2022-05-18T05:11:35.0170680Z ---------------------------------------------------------------------- 2022-05-18T05:11:35.0170980Z Ran 1 test in 2.961s 2022-05-18T05:11:35.0171110Z 2022-05-18T05:11:35.0171190Z OK (skipped=1) 2022-05-18T05:11:35.0171310Z 2022-05-18T05:11:35.0171400Z Generating XML reports... 2022-05-18T05:11:35.0172230Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051132.xml 2022-05-18T05:11:36.3518930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd_yvwmb1 2022-05-18T05:11:36.3521680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd_yvwmb1/_remote_module_non_scriptable.py 2022-05-18T05:11:36.7614650Z 2022-05-18T05:11:36.7614920Z Running tests... 2022-05-18T05:11:36.7615560Z ---------------------------------------------------------------------- 2022-05-18T05:11:36.7616120Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:11:37.1736780Z test_meta_multiple_tensors (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8136 2022-05-18T05:11:37.1846210Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8137 2022-05-18T05:11:37.2004300Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8138 2022-05-18T05:11:37.2139510Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8139 2022-05-18T05:11:38.7932440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps95j1z04 2022-05-18T05:11:38.7979070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps95j1z04/_remote_module_non_scriptable.py 2022-05-18T05:11:38.8111310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpowipf3a1 2022-05-18T05:11:38.8210740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpowipf3a1/_remote_module_non_scriptable.py 2022-05-18T05:11:38.8413760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxpkokabz 2022-05-18T05:11:38.8504370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxpkokabz/_remote_module_non_scriptable.py 2022-05-18T05:11:38.8689860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7ipmx2mw 2022-05-18T05:11:38.8741770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7ipmx2mw/_remote_module_non_scriptable.py 2022-05-18T05:11:39.3849580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:11:39.3975810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:11:39.4188280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:11:39.4575410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:11:39.7659530Z skip: Need at least 1 CUDA device (3.004s) 2022-05-18T05:11:39.7732020Z 2022-05-18T05:11:39.7733000Z ---------------------------------------------------------------------- 2022-05-18T05:11:39.7733400Z Ran 1 test in 3.005s 2022-05-18T05:11:39.7733540Z 2022-05-18T05:11:39.7733630Z OK (skipped=1) 2022-05-18T05:11:39.7733740Z 2022-05-18T05:11:39.7733840Z Generating XML reports... 2022-05-18T05:11:39.7734870Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051136.xml 2022-05-18T05:11:41.1470440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ixxhqi6 2022-05-18T05:11:41.1473540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ixxhqi6/_remote_module_non_scriptable.py 2022-05-18T05:11:41.5662940Z 2022-05-18T05:11:41.5663750Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:11:41.5664160Z Running tests... 2022-05-18T05:11:41.5664560Z ---------------------------------------------------------------------- 2022-05-18T05:11:41.9675510Z test_owner_rref_forward_synchronization1 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8149 2022-05-18T05:11:41.9784250Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8150 2022-05-18T05:11:41.9956290Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8151 2022-05-18T05:11:42.0112940Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8152 2022-05-18T05:11:43.5602330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4xr7he4o 2022-05-18T05:11:43.5669910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4xr7he4o/_remote_module_non_scriptable.py 2022-05-18T05:11:43.5773170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptp1kodeu 2022-05-18T05:11:43.5789520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptp1kodeu/_remote_module_non_scriptable.py 2022-05-18T05:11:43.5943010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnyf1v3w7 2022-05-18T05:11:43.5984010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnyf1v3w7/_remote_module_non_scriptable.py 2022-05-18T05:11:43.6489830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph8eq7cen 2022-05-18T05:11:43.6591500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph8eq7cen/_remote_module_non_scriptable.py 2022-05-18T05:11:44.1724840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:11:44.1735030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:11:44.1778240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:11:44.2770530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:11:44.5099760Z skip: Need at least 1 CUDA device (2.943s) 2022-05-18T05:11:44.5170750Z 2022-05-18T05:11:44.5171470Z ---------------------------------------------------------------------- 2022-05-18T05:11:44.5171790Z Ran 1 test in 2.944s 2022-05-18T05:11:44.5171930Z 2022-05-18T05:11:44.5172000Z OK (skipped=1) 2022-05-18T05:11:44.5172120Z 2022-05-18T05:11:44.5172220Z Generating XML reports... 2022-05-18T05:11:44.5172920Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051141.xml 2022-05-18T05:11:45.8760880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx1tgqv7y 2022-05-18T05:11:45.8763760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx1tgqv7y/_remote_module_non_scriptable.py 2022-05-18T05:11:46.3032630Z 2022-05-18T05:11:46.3033500Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:11:46.3033860Z Running tests... 2022-05-18T05:11:46.3034400Z ---------------------------------------------------------------------- 2022-05-18T05:11:46.7083350Z test_owner_rref_forward_synchronization2 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8160 2022-05-18T05:11:46.7146310Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8161 2022-05-18T05:11:46.7317030Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8162 2022-05-18T05:11:46.7430920Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8163 2022-05-18T05:11:48.3440520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk5dar2r5 2022-05-18T05:11:48.3508230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk5dar2r5/_remote_module_non_scriptable.py 2022-05-18T05:11:48.3596660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz09rwx_0 2022-05-18T05:11:48.3620710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz09rwx_0/_remote_module_non_scriptable.py 2022-05-18T05:11:48.3679080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz8yam72_ 2022-05-18T05:11:48.3743030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz8yam72_/_remote_module_non_scriptable.py 2022-05-18T05:11:48.3800250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjqitv3vm 2022-05-18T05:11:48.3850110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjqitv3vm/_remote_module_non_scriptable.py 2022-05-18T05:11:48.9127470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:11:48.9382650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:11:48.9570540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:11:48.9694790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:11:49.2625920Z skip: Need at least 2 CUDA devices (2.959s) 2022-05-18T05:11:49.2697550Z 2022-05-18T05:11:49.2698290Z ---------------------------------------------------------------------- 2022-05-18T05:11:49.2698990Z Ran 1 test in 2.960s 2022-05-18T05:11:49.2699260Z 2022-05-18T05:11:49.2699470Z OK (skipped=1) 2022-05-18T05:11:49.2699610Z 2022-05-18T05:11:49.2699700Z Generating XML reports... 2022-05-18T05:11:49.2700480Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051146.xml 2022-05-18T05:11:50.6106630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkfwbhbfh 2022-05-18T05:11:50.6109650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkfwbhbfh/_remote_module_non_scriptable.py 2022-05-18T05:11:51.0264100Z 2022-05-18T05:11:51.0264360Z Running tests... 2022-05-18T05:11:51.0265000Z ---------------------------------------------------------------------- 2022-05-18T05:11:51.0265550Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:11:51.4270990Z test_owner_rref_forward_synchronization3 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8172 2022-05-18T05:11:51.4350860Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8173 2022-05-18T05:11:51.4487880Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8174 2022-05-18T05:11:51.4621950Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8175 2022-05-18T05:11:52.9961960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpahqbw5mg 2022-05-18T05:11:53.0063680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpahqbw5mg/_remote_module_non_scriptable.py 2022-05-18T05:11:53.0318440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuxan8rqn 2022-05-18T05:11:53.0383360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuxan8rqn/_remote_module_non_scriptable.py 2022-05-18T05:11:53.0431080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphr4h321s 2022-05-18T05:11:53.0532430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphr4h321s/_remote_module_non_scriptable.py 2022-05-18T05:11:53.0533070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyc4ljm11 2022-05-18T05:11:53.0633870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyc4ljm11/_remote_module_non_scriptable.py 2022-05-18T05:11:53.5555140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:11:53.6066130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:11:53.6123240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:11:53.6230700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:11:53.8849790Z skip: Need at least 2 CUDA devices (2.858s) 2022-05-18T05:11:53.8917150Z 2022-05-18T05:11:53.8917670Z ---------------------------------------------------------------------- 2022-05-18T05:11:53.8917970Z Ran 1 test in 2.859s 2022-05-18T05:11:53.8918090Z 2022-05-18T05:11:53.8918180Z OK (skipped=1) 2022-05-18T05:11:53.8918300Z 2022-05-18T05:11:53.8918390Z Generating XML reports... 2022-05-18T05:11:53.8919090Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051151.xml 2022-05-18T05:11:55.2285470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq4dbacab 2022-05-18T05:11:55.2288420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq4dbacab/_remote_module_non_scriptable.py 2022-05-18T05:11:55.6510940Z 2022-05-18T05:11:55.6511260Z Running tests... 2022-05-18T05:11:55.6511900Z ---------------------------------------------------------------------- 2022-05-18T05:11:55.6512580Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:11:56.0508350Z test_owner_rref_forward_synchronization4 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8183 2022-05-18T05:11:56.0587300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8184 2022-05-18T05:11:56.0714200Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8185 2022-05-18T05:11:56.0817510Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8186 2022-05-18T05:11:57.7500660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfs9ohv8t 2022-05-18T05:11:57.7602540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfs9ohv8t/_remote_module_non_scriptable.py 2022-05-18T05:11:57.7703770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8ee2130z 2022-05-18T05:11:57.7776110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8ee2130z/_remote_module_non_scriptable.py 2022-05-18T05:11:57.7825940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3pkqxf5g 2022-05-18T05:11:57.7927470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3pkqxf5g/_remote_module_non_scriptable.py 2022-05-18T05:11:57.7999010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt8nbc10f 2022-05-18T05:11:57.8094030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt8nbc10f/_remote_module_non_scriptable.py 2022-05-18T05:11:58.3400780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:11:58.3430900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:11:58.3435570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:11:58.3541700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:11:58.7466820Z skip: Need at least 2 CUDA devices (3.095s) 2022-05-18T05:11:58.7534980Z 2022-05-18T05:11:58.7535790Z ---------------------------------------------------------------------- 2022-05-18T05:11:58.7536080Z Ran 1 test in 3.096s 2022-05-18T05:11:58.7536220Z 2022-05-18T05:11:58.7536300Z OK (skipped=1) 2022-05-18T05:11:58.7536450Z 2022-05-18T05:11:58.7536540Z Generating XML reports... 2022-05-18T05:11:58.7537210Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051155.xml 2022-05-18T05:12:00.1058470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5rb0f8pb 2022-05-18T05:12:00.1061770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5rb0f8pb/_remote_module_non_scriptable.py 2022-05-18T05:12:00.5302710Z 2022-05-18T05:12:00.5303510Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:12:00.5303890Z Running tests... 2022-05-18T05:12:00.5304390Z ---------------------------------------------------------------------- 2022-05-18T05:12:00.9391310Z test_rref_as_arg_synchronization1 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8195 2022-05-18T05:12:00.9501520Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8196 2022-05-18T05:12:00.9664910Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8197 2022-05-18T05:12:00.9770740Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8198 2022-05-18T05:12:02.5066310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbc30byu_ 2022-05-18T05:12:02.5166910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbc30byu_/_remote_module_non_scriptable.py 2022-05-18T05:12:02.5190420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq8ykj1r1 2022-05-18T05:12:02.5211600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq8ykj1r1/_remote_module_non_scriptable.py 2022-05-18T05:12:02.5291370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3afhuh82 2022-05-18T05:12:02.5306390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3afhuh82/_remote_module_non_scriptable.py 2022-05-18T05:12:02.5508180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq0dci8zh 2022-05-18T05:12:02.5612710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq0dci8zh/_remote_module_non_scriptable.py 2022-05-18T05:12:03.0650980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:12:03.0880250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:12:03.1202770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:12:03.1258320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:12:03.5121590Z skip: Need at least 1 CUDA device (2.982s) 2022-05-18T05:12:03.5196590Z 2022-05-18T05:12:03.5197400Z ---------------------------------------------------------------------- 2022-05-18T05:12:03.5197710Z Ran 1 test in 2.982s 2022-05-18T05:12:03.5197840Z 2022-05-18T05:12:03.5197920Z OK (skipped=1) 2022-05-18T05:12:03.5198040Z 2022-05-18T05:12:03.5198140Z Generating XML reports... 2022-05-18T05:12:03.5199180Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051200.xml 2022-05-18T05:12:04.8511830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3a0j5pqx 2022-05-18T05:12:04.8515120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3a0j5pqx/_remote_module_non_scriptable.py 2022-05-18T05:12:05.2694300Z 2022-05-18T05:12:05.2694610Z Running tests... 2022-05-18T05:12:05.2695210Z ---------------------------------------------------------------------- 2022-05-18T05:12:05.2695760Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:12:05.6723810Z test_rref_as_arg_synchronization2 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8206 2022-05-18T05:12:05.6777370Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8207 2022-05-18T05:12:05.6917910Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8208 2022-05-18T05:12:05.7042320Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8209 2022-05-18T05:12:07.2145930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphukl1i4c 2022-05-18T05:12:07.2245790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphukl1i4c/_remote_module_non_scriptable.py 2022-05-18T05:12:07.2568740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv8erjlrf 2022-05-18T05:12:07.2668180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv8erjlrf/_remote_module_non_scriptable.py 2022-05-18T05:12:07.2716460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjzcs_ykf 2022-05-18T05:12:07.2758940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjzcs_ykf/_remote_module_non_scriptable.py 2022-05-18T05:12:07.2775040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2zk9cu3d 2022-05-18T05:12:07.2859210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2zk9cu3d/_remote_module_non_scriptable.py 2022-05-18T05:12:07.8557150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:12:07.8999030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:12:07.9050410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:12:07.9355780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:12:08.2882810Z skip: Need at least 2 CUDA devices (3.019s) 2022-05-18T05:12:08.2952470Z 2022-05-18T05:12:08.2952960Z ---------------------------------------------------------------------- 2022-05-18T05:12:08.2953270Z Ran 1 test in 3.019s 2022-05-18T05:12:08.2953400Z 2022-05-18T05:12:08.2953520Z OK (skipped=1) 2022-05-18T05:12:08.2953640Z 2022-05-18T05:12:08.2953730Z Generating XML reports... 2022-05-18T05:12:08.2954410Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051205.xml 2022-05-18T05:12:09.6250930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2ve7_19h 2022-05-18T05:12:09.6254280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2ve7_19h/_remote_module_non_scriptable.py 2022-05-18T05:12:10.0372570Z 2022-05-18T05:12:10.0373370Z Running tests... 2022-05-18T05:12:10.0374030Z ---------------------------------------------------------------------- 2022-05-18T05:12:10.0374690Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:12:10.4377890Z test_rref_as_arg_synchronization3 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8218 2022-05-18T05:12:10.4438420Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8219 2022-05-18T05:12:10.4562240Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8220 2022-05-18T05:12:10.4696370Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8221 2022-05-18T05:12:12.0110120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_hribtub 2022-05-18T05:12:12.0210300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplxo28xwn 2022-05-18T05:12:12.0311830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplxo28xwn/_remote_module_non_scriptable.py 2022-05-18T05:12:12.0318320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_hribtub/_remote_module_non_scriptable.py 2022-05-18T05:12:12.0732320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6mw2p5an 2022-05-18T05:12:12.0787460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6mw2p5an/_remote_module_non_scriptable.py 2022-05-18T05:12:12.0888640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzaayt7js 2022-05-18T05:12:12.0889300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzaayt7js/_remote_module_non_scriptable.py 2022-05-18T05:12:12.5894770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:12:12.6292620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:12:12.6796340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:12:12.6868000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:12:13.0091780Z skip: Need at least 2 CUDA devices (2.972s) 2022-05-18T05:12:13.0162170Z 2022-05-18T05:12:13.0162960Z ---------------------------------------------------------------------- 2022-05-18T05:12:13.0163310Z Ran 1 test in 2.972s 2022-05-18T05:12:13.0163440Z 2022-05-18T05:12:13.0163520Z OK (skipped=1) 2022-05-18T05:12:13.0163640Z 2022-05-18T05:12:13.0163740Z Generating XML reports... 2022-05-18T05:12:13.0164440Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051210.xml 2022-05-18T05:12:14.3520340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq5uv6_uo 2022-05-18T05:12:14.3523250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq5uv6_uo/_remote_module_non_scriptable.py 2022-05-18T05:12:14.7699730Z 2022-05-18T05:12:14.7700050Z Running tests... 2022-05-18T05:12:14.7700780Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:12:15.1878030Z ---------------------------------------------------------------------- 2022-05-18T05:12:15.1878660Z test_rref_as_arg_synchronization4 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8229 2022-05-18T05:12:15.2014600Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8230 2022-05-18T05:12:15.2173360Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8231 2022-05-18T05:12:15.2367930Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8232 2022-05-18T05:12:16.7448900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2k7yhvxg 2022-05-18T05:12:16.7512120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2k7yhvxg/_remote_module_non_scriptable.py 2022-05-18T05:12:16.7604430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzmjz0urx 2022-05-18T05:12:16.7705710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzmjz0urx/_remote_module_non_scriptable.py 2022-05-18T05:12:16.7818670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp11513aym 2022-05-18T05:12:16.7910910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp11513aym/_remote_module_non_scriptable.py 2022-05-18T05:12:16.8318350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphwe2almp 2022-05-18T05:12:16.8404440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphwe2almp/_remote_module_non_scriptable.py 2022-05-18T05:12:17.3383590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:12:17.3455790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:12:17.3696070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:12:17.4208210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:12:17.7083310Z skip: Need at least 2 CUDA devices (2.938s) 2022-05-18T05:12:17.7156020Z 2022-05-18T05:12:17.7158180Z ---------------------------------------------------------------------- 2022-05-18T05:12:17.7159280Z Ran 1 test in 2.939s 2022-05-18T05:12:17.7168140Z 2022-05-18T05:12:17.7168410Z OK (skipped=1) 2022-05-18T05:12:17.7168730Z 2022-05-18T05:12:17.7169000Z Generating XML reports... 2022-05-18T05:12:17.7171610Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051214.xml 2022-05-18T05:12:19.0742680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2ji3ytfc 2022-05-18T05:12:19.0746000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2ji3ytfc/_remote_module_non_scriptable.py 2022-05-18T05:12:19.4946200Z 2022-05-18T05:12:19.4946980Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:12:19.4947360Z Running tests... 2022-05-18T05:12:19.4947750Z ---------------------------------------------------------------------- 2022-05-18T05:12:19.8951780Z test_rref_as_arg_synchronization5 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8241 2022-05-18T05:12:19.9036520Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8242 2022-05-18T05:12:19.9175300Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8243 2022-05-18T05:12:19.9288400Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8244 2022-05-18T05:12:21.4336600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9cnnqodc 2022-05-18T05:12:21.4428510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9cnnqodc/_remote_module_non_scriptable.py 2022-05-18T05:12:21.4939870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpctm1w0cy 2022-05-18T05:12:21.4977850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpctm1w0cy/_remote_module_non_scriptable.py 2022-05-18T05:12:21.5074880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppiln33zj 2022-05-18T05:12:21.5082100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppiln33zj/_remote_module_non_scriptable.py 2022-05-18T05:12:21.5283660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjytpu6tz 2022-05-18T05:12:21.5320350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjytpu6tz/_remote_module_non_scriptable.py 2022-05-18T05:12:22.0240900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:12:22.0708860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:12:22.0754960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:12:22.1063080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:12:22.5092590Z skip: Need at least 1 CUDA device (3.015s) 2022-05-18T05:12:22.5162070Z 2022-05-18T05:12:22.5162560Z ---------------------------------------------------------------------- 2022-05-18T05:12:22.5162850Z Ran 1 test in 3.015s 2022-05-18T05:12:22.5162980Z 2022-05-18T05:12:22.5163060Z OK (skipped=1) 2022-05-18T05:12:22.5163180Z 2022-05-18T05:12:22.5163290Z Generating XML reports... 2022-05-18T05:12:22.5163960Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051219.xml 2022-05-18T05:12:23.8528870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdiat7iah 2022-05-18T05:12:23.8531610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdiat7iah/_remote_module_non_scriptable.py 2022-05-18T05:12:24.2826820Z 2022-05-18T05:12:24.2827630Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:12:24.2828010Z Running tests... 2022-05-18T05:12:24.2828410Z ---------------------------------------------------------------------- 2022-05-18T05:12:24.6921690Z test_rref_forward_synchronization1 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8252 2022-05-18T05:12:24.7040300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8253 2022-05-18T05:12:24.7193310Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8254 2022-05-18T05:12:24.7298370Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8255 2022-05-18T05:12:26.2590360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxb_9qkp2 2022-05-18T05:12:26.2653290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxb_9qkp2/_remote_module_non_scriptable.py 2022-05-18T05:12:26.3021440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphy9bot9t 2022-05-18T05:12:26.3069320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4uhf9dvy 2022-05-18T05:12:26.3096650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphy9bot9t/_remote_module_non_scriptable.py 2022-05-18T05:12:26.3173640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4uhf9dvy/_remote_module_non_scriptable.py 2022-05-18T05:12:26.3334410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeft9u5_3 2022-05-18T05:12:26.3429260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeft9u5_3/_remote_module_non_scriptable.py 2022-05-18T05:12:26.8438760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:12:26.8751520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:12:26.8757260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:12:26.9234570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:12:27.3046930Z skip: Need at least 1 CUDA device (3.022s) 2022-05-18T05:12:27.3124560Z 2022-05-18T05:12:27.3125420Z ---------------------------------------------------------------------- 2022-05-18T05:12:27.3125770Z Ran 1 test in 3.022s 2022-05-18T05:12:27.3125910Z 2022-05-18T05:12:27.3125990Z OK (skipped=1) 2022-05-18T05:12:27.3126110Z 2022-05-18T05:12:27.3126210Z Generating XML reports... 2022-05-18T05:12:27.3126880Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051224.xml 2022-05-18T05:12:28.6669600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8d02w68z 2022-05-18T05:12:28.6672190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8d02w68z/_remote_module_non_scriptable.py 2022-05-18T05:12:29.0828140Z 2022-05-18T05:12:29.0828930Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:12:29.0829740Z Running tests... 2022-05-18T05:12:29.0830230Z ---------------------------------------------------------------------- 2022-05-18T05:12:29.4823000Z test_rref_forward_synchronization2 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8265 2022-05-18T05:12:29.4912220Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8266 2022-05-18T05:12:29.5058120Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8267 2022-05-18T05:12:29.5216590Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8268 2022-05-18T05:12:31.0469760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0l3y_9oq 2022-05-18T05:12:31.0530470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0l3y_9oq/_remote_module_non_scriptable.py 2022-05-18T05:12:31.0610250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp562q2d9i 2022-05-18T05:12:31.0636920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp562q2d9i/_remote_module_non_scriptable.py 2022-05-18T05:12:31.0888250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8bxyvu9q 2022-05-18T05:12:31.0888890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8bxyvu9q/_remote_module_non_scriptable.py 2022-05-18T05:12:31.1193140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk_yp_fal 2022-05-18T05:12:31.1294380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk_yp_fal/_remote_module_non_scriptable.py 2022-05-18T05:12:31.6231130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:12:31.6258900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:12:31.6666420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:12:31.6776900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:12:31.9269550Z skip: Need at least 2 CUDA devices (2.844s) 2022-05-18T05:12:31.9341810Z 2022-05-18T05:12:31.9342350Z ---------------------------------------------------------------------- 2022-05-18T05:12:31.9342660Z Ran 1 test in 2.845s 2022-05-18T05:12:31.9342790Z 2022-05-18T05:12:31.9342870Z OK (skipped=1) 2022-05-18T05:12:31.9342990Z 2022-05-18T05:12:31.9343110Z Generating XML reports... 2022-05-18T05:12:31.9343780Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051229.xml 2022-05-18T05:12:33.2691750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpul7_11ur 2022-05-18T05:12:33.2695070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpul7_11ur/_remote_module_non_scriptable.py 2022-05-18T05:12:33.6921930Z 2022-05-18T05:12:33.6922720Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:12:33.6923100Z Running tests... 2022-05-18T05:12:33.6923490Z ---------------------------------------------------------------------- 2022-05-18T05:12:34.0955100Z test_rref_forward_synchronization3 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8276 2022-05-18T05:12:34.1317550Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8277 2022-05-18T05:12:34.1418990Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8278 2022-05-18T05:12:34.1821070Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8279 2022-05-18T05:12:35.6684510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpia1a_hmv 2022-05-18T05:12:35.6729860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpia1a_hmv/_remote_module_non_scriptable.py 2022-05-18T05:12:35.6809100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppdxvjlcm 2022-05-18T05:12:35.6910660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppdxvjlcm/_remote_module_non_scriptable.py 2022-05-18T05:12:35.6911370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr3p5_7pw 2022-05-18T05:12:35.7012850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr3p5_7pw/_remote_module_non_scriptable.py 2022-05-18T05:12:35.7220640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnh3mipqc 2022-05-18T05:12:35.7256010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnh3mipqc/_remote_module_non_scriptable.py 2022-05-18T05:12:36.2416720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:12:36.2518010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:12:36.2607980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:12:36.3136960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:12:36.6320270Z skip: Need at least 2 CUDA devices (2.940s) 2022-05-18T05:12:36.6390320Z 2022-05-18T05:12:36.6391240Z ---------------------------------------------------------------------- 2022-05-18T05:12:36.6391580Z Ran 1 test in 2.940s 2022-05-18T05:12:36.6391830Z 2022-05-18T05:12:36.6392140Z OK (skipped=1) 2022-05-18T05:12:36.6392290Z 2022-05-18T05:12:36.6392390Z Generating XML reports... 2022-05-18T05:12:36.6393150Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051233.xml 2022-05-18T05:12:37.9807900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp79i73dm9 2022-05-18T05:12:37.9810950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp79i73dm9/_remote_module_non_scriptable.py 2022-05-18T05:12:38.4081740Z 2022-05-18T05:12:38.4082450Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:12:38.4082810Z Running tests... 2022-05-18T05:12:38.4083190Z ---------------------------------------------------------------------- 2022-05-18T05:12:38.8062400Z test_rref_forward_synchronization4 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8288 2022-05-18T05:12:38.8149680Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8289 2022-05-18T05:12:38.8295760Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8290 2022-05-18T05:12:38.8405870Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8291 2022-05-18T05:12:40.3712750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi_ays09g 2022-05-18T05:12:40.3720350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi_ays09g/_remote_module_non_scriptable.py 2022-05-18T05:12:40.3817490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvyssrf89 2022-05-18T05:12:40.3873440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvyssrf89/_remote_module_non_scriptable.py 2022-05-18T05:12:40.3904900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3ogsubvf 2022-05-18T05:12:40.4006180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3ogsubvf/_remote_module_non_scriptable.py 2022-05-18T05:12:40.4407710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpprs2eq02 2022-05-18T05:12:40.4507420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpprs2eq02/_remote_module_non_scriptable.py 2022-05-18T05:12:40.9499810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:12:40.9521460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:12:40.9525440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:12:41.0137070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:12:41.3997190Z skip: Need at least 2 CUDA devices (2.991s) 2022-05-18T05:12:41.4065510Z 2022-05-18T05:12:41.4066290Z ---------------------------------------------------------------------- 2022-05-18T05:12:41.4066610Z Ran 1 test in 2.992s 2022-05-18T05:12:41.4066740Z 2022-05-18T05:12:41.4066810Z OK (skipped=1) 2022-05-18T05:12:41.4067270Z 2022-05-18T05:12:41.4067410Z Generating XML reports... 2022-05-18T05:12:41.4068120Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051238.xml 2022-05-18T05:12:42.7511130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp148_m1ry 2022-05-18T05:12:42.7514550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp148_m1ry/_remote_module_non_scriptable.py 2022-05-18T05:12:43.1701150Z 2022-05-18T05:12:43.1701950Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:12:43.1709760Z Running tests... 2022-05-18T05:12:43.1710190Z ---------------------------------------------------------------------- 2022-05-18T05:12:43.5700510Z test_rref_to_here_synchronization1 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8299 2022-05-18T05:12:43.5779700Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8300 2022-05-18T05:12:43.5933140Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8301 2022-05-18T05:12:43.6038030Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8302 2022-05-18T05:12:45.1619430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpth8f7vaz 2022-05-18T05:12:45.1654220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl879qt_4 2022-05-18T05:12:45.1709180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl879qt_4/_remote_module_non_scriptable.py 2022-05-18T05:12:45.1809390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpth8f7vaz/_remote_module_non_scriptable.py 2022-05-18T05:12:45.1830150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbjnzuj1r 2022-05-18T05:12:45.1926950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy9uzqxp0 2022-05-18T05:12:45.2030200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbjnzuj1r/_remote_module_non_scriptable.py 2022-05-18T05:12:45.2115800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy9uzqxp0/_remote_module_non_scriptable.py 2022-05-18T05:12:45.7399690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:12:45.7420410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:12:45.7521690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:12:45.7724570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:12:46.1753200Z skip: Need at least 1 CUDA device (3.005s) 2022-05-18T05:12:46.1826470Z 2022-05-18T05:12:46.1827350Z ---------------------------------------------------------------------- 2022-05-18T05:12:46.1828890Z Ran 1 test in 3.006s 2022-05-18T05:12:46.1829070Z 2022-05-18T05:12:46.1829330Z OK (skipped=1) 2022-05-18T05:12:46.1829470Z 2022-05-18T05:12:46.1829590Z Generating XML reports... 2022-05-18T05:12:46.1830300Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051243.xml 2022-05-18T05:12:47.5195620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprni95r08 2022-05-18T05:12:47.5198730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprni95r08/_remote_module_non_scriptable.py 2022-05-18T05:12:47.9385460Z 2022-05-18T05:12:47.9385730Z Running tests... 2022-05-18T05:12:47.9386360Z ---------------------------------------------------------------------- 2022-05-18T05:12:47.9386910Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:12:48.3609580Z test_rref_to_here_synchronization2 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8311 2022-05-18T05:12:48.3737760Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8312 2022-05-18T05:12:48.3864750Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8313 2022-05-18T05:12:48.3971650Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8314 2022-05-18T05:12:49.8438850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplmfaeg3k 2022-05-18T05:12:49.8440260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplmfaeg3k/_remote_module_non_scriptable.py 2022-05-18T05:12:49.9610330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp1x8dsp3 2022-05-18T05:12:49.9675550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp1x8dsp3/_remote_module_non_scriptable.py 2022-05-18T05:12:49.9936100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoj9o9vc0 2022-05-18T05:12:50.0033910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoj9o9vc0/_remote_module_non_scriptable.py 2022-05-18T05:12:50.0122080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpngwfslku 2022-05-18T05:12:50.0180900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpngwfslku/_remote_module_non_scriptable.py 2022-05-18T05:12:50.4206970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:12:50.5346860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:12:50.5867810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:12:50.6055050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:12:50.8599400Z skip: Need at least 2 CUDA devices (2.921s) 2022-05-18T05:12:50.8668390Z 2022-05-18T05:12:50.8669600Z ---------------------------------------------------------------------- 2022-05-18T05:12:50.8669940Z Ran 1 test in 2.922s 2022-05-18T05:12:50.8670090Z 2022-05-18T05:12:50.8670190Z OK (skipped=1) 2022-05-18T05:12:50.8670310Z 2022-05-18T05:12:50.8670410Z Generating XML reports... 2022-05-18T05:12:50.8671100Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051247.xml 2022-05-18T05:12:52.2178510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt_g1de9_ 2022-05-18T05:12:52.2181410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt_g1de9_/_remote_module_non_scriptable.py 2022-05-18T05:12:52.6401010Z 2022-05-18T05:12:52.6401840Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:12:52.6402220Z Running tests... 2022-05-18T05:12:52.6402620Z ---------------------------------------------------------------------- 2022-05-18T05:12:53.0457170Z test_rref_to_here_synchronization3 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8322 2022-05-18T05:12:53.0583540Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8323 2022-05-18T05:12:53.0744640Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8324 2022-05-18T05:12:53.0790630Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8325 2022-05-18T05:12:54.5964620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp66gghd5h 2022-05-18T05:12:54.6024510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp66gghd5h/_remote_module_non_scriptable.py 2022-05-18T05:12:54.6574970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvwe4v78h 2022-05-18T05:12:54.6595100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvwe4v78h/_remote_module_non_scriptable.py 2022-05-18T05:12:54.6645110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7u43oykd 2022-05-18T05:12:54.6746480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7u43oykd/_remote_module_non_scriptable.py 2022-05-18T05:12:54.6831260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppsnyzt9k 2022-05-18T05:12:54.6854720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppsnyzt9k/_remote_module_non_scriptable.py 2022-05-18T05:12:55.1677920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:12:55.2414620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:12:55.2430620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:12:55.2480420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:12:55.6035560Z skip: Need at least 2 CUDA devices (2.963s) 2022-05-18T05:12:55.6107750Z 2022-05-18T05:12:55.6108450Z ---------------------------------------------------------------------- 2022-05-18T05:12:55.6108760Z Ran 1 test in 2.964s 2022-05-18T05:12:55.6108890Z 2022-05-18T05:12:55.6108970Z OK (skipped=1) 2022-05-18T05:12:55.6109090Z 2022-05-18T05:12:55.6109190Z Generating XML reports... 2022-05-18T05:12:55.6109860Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051252.xml 2022-05-18T05:12:56.9437600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph01u8a5y 2022-05-18T05:12:56.9440550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph01u8a5y/_remote_module_non_scriptable.py 2022-05-18T05:12:57.3595570Z 2022-05-18T05:12:57.3596360Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:12:57.3597180Z Running tests... 2022-05-18T05:12:57.3597670Z ---------------------------------------------------------------------- 2022-05-18T05:12:57.7569490Z test_rref_to_here_synchronization4 (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8333 2022-05-18T05:12:57.7701510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8334 2022-05-18T05:12:57.7866860Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8335 2022-05-18T05:12:57.7969770Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8336 2022-05-18T05:12:59.3970560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzmczcfo2 2022-05-18T05:12:59.4009030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzmczcfo2/_remote_module_non_scriptable.py 2022-05-18T05:12:59.4023130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo8gi4iap 2022-05-18T05:12:59.4120300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo8gi4iap/_remote_module_non_scriptable.py 2022-05-18T05:12:59.4137760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprkcoaan5 2022-05-18T05:12:59.4239320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprkcoaan5/_remote_module_non_scriptable.py 2022-05-18T05:12:59.4340580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6a761elj 2022-05-18T05:12:59.4341210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6a761elj/_remote_module_non_scriptable.py 2022-05-18T05:12:59.9734230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:12:59.9835280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:12:59.9866820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:12:59.9968030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:13:00.2648650Z skip: Need at least 2 CUDA devices (2.905s) 2022-05-18T05:13:00.2733620Z 2022-05-18T05:13:00.2734160Z ---------------------------------------------------------------------- 2022-05-18T05:13:00.2734490Z Ran 1 test in 2.906s 2022-05-18T05:13:00.2734630Z 2022-05-18T05:13:00.2734710Z OK (skipped=1) 2022-05-18T05:13:00.2734830Z 2022-05-18T05:13:00.2734920Z Generating XML reports... 2022-05-18T05:13:00.2735600Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051257.xml 2022-05-18T05:13:01.6063460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp81x40wlr 2022-05-18T05:13:01.6066390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp81x40wlr/_remote_module_non_scriptable.py 2022-05-18T05:13:02.0149070Z 2022-05-18T05:13:02.0149850Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:13:02.0150230Z Running tests... 2022-05-18T05:13:02.0150630Z ---------------------------------------------------------------------- 2022-05-18T05:13:02.4164120Z test_rref_with_unpickleable_attributes (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8345 2022-05-18T05:13:02.4228850Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8346 2022-05-18T05:13:02.4374840Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8347 2022-05-18T05:13:02.4478710Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8348 2022-05-18T05:13:03.9915410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpej6copn8 2022-05-18T05:13:03.9919200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpej6copn8/_remote_module_non_scriptable.py 2022-05-18T05:13:04.0019850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2kxx53pn 2022-05-18T05:13:04.0121140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2kxx53pn/_remote_module_non_scriptable.py 2022-05-18T05:13:04.0221680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1gpqrg8s 2022-05-18T05:13:04.0274180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1gpqrg8s/_remote_module_non_scriptable.py 2022-05-18T05:13:04.0327160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppv10xsvx 2022-05-18T05:13:04.0425480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppv10xsvx/_remote_module_non_scriptable.py 2022-05-18T05:13:04.5517300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:13:04.5523090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:13:04.5885170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:13:04.6259700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:13:04.9982600Z skip: Need at least 1 CUDA device (2.983s) 2022-05-18T05:13:05.0054390Z 2022-05-18T05:13:05.0054920Z ---------------------------------------------------------------------- 2022-05-18T05:13:05.0055230Z Ran 1 test in 2.984s 2022-05-18T05:13:05.0055370Z 2022-05-18T05:13:05.0055450Z OK (skipped=1) 2022-05-18T05:13:05.0055580Z 2022-05-18T05:13:05.0055660Z Generating XML reports... 2022-05-18T05:13:05.0056330Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051302.xml 2022-05-18T05:13:06.3518740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprxumljta 2022-05-18T05:13:06.3522480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprxumljta/_remote_module_non_scriptable.py 2022-05-18T05:13:06.7708310Z 2022-05-18T05:13:06.7709040Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:13:06.7709890Z Running tests... 2022-05-18T05:13:06.7710300Z ---------------------------------------------------------------------- 2022-05-18T05:13:07.1767600Z test_tensor_view_as_return_value (__main__.TensorPipeTensorPipeAgentCudaRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8356 2022-05-18T05:13:07.1902440Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8357 2022-05-18T05:13:07.2050380Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8358 2022-05-18T05:13:07.2197900Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8359 2022-05-18T05:13:08.7444390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpllii9w3q 2022-05-18T05:13:08.7512940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpllii9w3q/_remote_module_non_scriptable.py 2022-05-18T05:13:08.8356740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphrrrt98i 2022-05-18T05:13:08.8403110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphrrrt98i/_remote_module_non_scriptable.py 2022-05-18T05:13:08.8478830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2v56pi89 2022-05-18T05:13:08.8568580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2v56pi89/_remote_module_non_scriptable.py 2022-05-18T05:13:08.8697880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpywzccrzx 2022-05-18T05:13:08.8760000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpywzccrzx/_remote_module_non_scriptable.py 2022-05-18T05:13:09.3067900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:13:09.4035560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:13:09.4421470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:13:09.4427100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:13:09.7332090Z skip: Need at least 1 CUDA device (2.962s) 2022-05-18T05:13:09.7400910Z 2022-05-18T05:13:09.7401510Z ---------------------------------------------------------------------- 2022-05-18T05:13:09.7401850Z Ran 1 test in 2.963s 2022-05-18T05:13:09.7401990Z 2022-05-18T05:13:09.7402070Z OK (skipped=1) 2022-05-18T05:13:09.7402190Z 2022-05-18T05:13:09.7402290Z Generating XML reports... 2022-05-18T05:13:09.7402970Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentCudaRpcTest-20220518051306.xml 2022-05-18T05:13:11.0762120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp24pzrvst 2022-05-18T05:13:11.0764790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp24pzrvst/_remote_module_non_scriptable.py 2022-05-18T05:13:11.4834040Z 2022-05-18T05:13:11.4834820Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:13:11.4835200Z Running tests... 2022-05-18T05:13:11.4835610Z ---------------------------------------------------------------------- 2022-05-18T05:13:11.8848420Z test_device_maps_backward_pass (__main__.TensorPipeTensorPipeCudaDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8368 2022-05-18T05:13:11.8987160Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8369 2022-05-18T05:13:11.9124240Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8370 2022-05-18T05:13:11.9241780Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8371 2022-05-18T05:13:13.4878350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnoay88zr 2022-05-18T05:13:13.4963650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnoay88zr/_remote_module_non_scriptable.py 2022-05-18T05:13:13.5053180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjgyc4q_q 2022-05-18T05:13:13.5107190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjgyc4q_q/_remote_module_non_scriptable.py 2022-05-18T05:13:13.5213550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_w4lwm9b 2022-05-18T05:13:13.5281890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_w4lwm9b/_remote_module_non_scriptable.py 2022-05-18T05:13:13.5381960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpko4vre_y 2022-05-18T05:13:13.5477600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpko4vre_y/_remote_module_non_scriptable.py 2022-05-18T05:13:14.0724530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:13:14.0761320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:13:14.0971980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:13:14.0977940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:13:14.5038870Z skip: Need at least 4 CUDA devices (3.020s) 2022-05-18T05:13:14.5110180Z 2022-05-18T05:13:14.5110750Z ---------------------------------------------------------------------- 2022-05-18T05:13:14.5111060Z Ran 1 test in 3.021s 2022-05-18T05:13:14.5111190Z 2022-05-18T05:13:14.5111270Z OK (skipped=1) 2022-05-18T05:13:14.5111400Z 2022-05-18T05:13:14.5111490Z Generating XML reports... 2022-05-18T05:13:14.5112180Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeCudaDistAutogradTest-20220518051311.xml 2022-05-18T05:13:15.8459330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnn0ufmww 2022-05-18T05:13:15.8462910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnn0ufmww/_remote_module_non_scriptable.py 2022-05-18T05:13:16.2634430Z 2022-05-18T05:13:16.2634760Z Running tests... 2022-05-18T05:13:16.2635390Z ---------------------------------------------------------------------- 2022-05-18T05:13:16.2636060Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:13:16.6669570Z test_dist_autograd_sync_streams (__main__.TensorPipeTensorPipeCudaDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8379 2022-05-18T05:13:16.6735960Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8380 2022-05-18T05:13:16.6937800Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8381 2022-05-18T05:13:16.7073020Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8382 2022-05-18T05:13:18.2317860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplkatffbu 2022-05-18T05:13:18.2341730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplkatffbu/_remote_module_non_scriptable.py 2022-05-18T05:13:18.2421040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5aavnc5i 2022-05-18T05:13:18.2481760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5aavnc5i/_remote_module_non_scriptable.py 2022-05-18T05:13:18.2623610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwa_vug7_ 2022-05-18T05:13:18.2710470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwa_vug7_/_remote_module_non_scriptable.py 2022-05-18T05:13:18.3127950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgldk7qjs 2022-05-18T05:13:18.3153660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgldk7qjs/_remote_module_non_scriptable.py 2022-05-18T05:13:18.8803400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:13:18.8852020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:13:18.9111410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:13:18.9521110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:13:19.3833580Z skip: Need at least 4 CUDA devices (3.120s) 2022-05-18T05:13:19.3900390Z 2022-05-18T05:13:19.3901590Z ---------------------------------------------------------------------- 2022-05-18T05:13:19.3901950Z Ran 1 test in 3.120s 2022-05-18T05:13:19.3902090Z 2022-05-18T05:13:19.3902170Z OK (skipped=1) 2022-05-18T05:13:19.3902290Z 2022-05-18T05:13:19.3902390Z Generating XML reports... 2022-05-18T05:13:19.3903110Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeCudaDistAutogradTest-20220518051316.xml 2022-05-18T05:13:20.7228760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdmbd1ceu 2022-05-18T05:13:20.7231880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdmbd1ceu/_remote_module_non_scriptable.py 2022-05-18T05:13:21.1374260Z 2022-05-18T05:13:21.1374700Z Running tests... 2022-05-18T05:13:21.1375320Z ---------------------------------------------------------------------- 2022-05-18T05:13:21.1375880Z Test results will be stored in test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent 2022-05-18T05:13:21.5357300Z test_gradients_synchronizations (__main__.TensorPipeTensorPipeCudaDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8391 2022-05-18T05:13:21.5456710Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8392 2022-05-18T05:13:21.5668290Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8393 2022-05-18T05:13:21.5774450Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8394 2022-05-18T05:13:23.0701060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbp4dwiem 2022-05-18T05:13:23.0795120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbp4dwiem/_remote_module_non_scriptable.py 2022-05-18T05:13:23.0912850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbnbb0el9 2022-05-18T05:13:23.0953950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbnbb0el9/_remote_module_non_scriptable.py 2022-05-18T05:13:23.1190450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl0yesj87 2022-05-18T05:13:23.1248570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl0yesj87/_remote_module_non_scriptable.py 2022-05-18T05:13:23.2155350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp98m88hx_ 2022-05-18T05:13:23.2209350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp98m88hx_/_remote_module_non_scriptable.py 2022-05-18T05:13:23.6569290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:13:23.6672440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:13:23.6855830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:13:23.8276980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:13:24.0914400Z skip: Need at least 4 CUDA devices (2.954s) 2022-05-18T05:13:24.0978940Z 2022-05-18T05:13:24.0979560Z ---------------------------------------------------------------------- 2022-05-18T05:13:24.0979860Z Ran 1 test in 2.954s 2022-05-18T05:13:24.0979990Z 2022-05-18T05:13:24.0980070Z OK (skipped=1) 2022-05-18T05:13:24.0980200Z 2022-05-18T05:13:24.0980290Z Generating XML reports... 2022-05-18T05:13:24.0980980Z Generated XML report: test-reports/python-unittest/distributed.rpc.cuda.test_tensorpipe_agent/TEST-TensorPipeTensorPipeCudaDistAutogradTest-20220518051321.xml 2022-05-18T05:13:24.5260610Z Running distributed/rpc/test_tensorpipe_agent ... [2022-05-18 05:13:24.525450] 2022-05-18T05:13:24.5261660Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/rpc/test_tensorpipe_agent.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:13:24.525577] 2022-05-18T05:13:25.6077610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3koef98f 2022-05-18T05:13:25.6080560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3koef98f/_remote_module_non_scriptable.py 2022-05-18T05:13:26.0318440Z , <__main__.TensorPipeDdpComparisonTest testMethod=test_ddp_comparison_uneven_inputs>, <__main__.TensorPipeDdpComparisonTest testMethod=test_ddp_dist_autograd_local_vs_remote>, <__main__.TensorPipeDdpComparisonTest testMethod=test_ddp_dist_autograd_sparse_grads>]> 2022-05-18T05:13:26.0319420Z test_ddp_comparison (__main__.TensorPipeDdpComparisonTest) 2022-05-18T05:13:26.0319800Z test_ddp_comparison_uneven_inputs (__main__.TensorPipeDdpComparisonTest) 2022-05-18T05:13:26.0320660Z test_ddp_dist_autograd_local_vs_remote (__main__.TensorPipeDdpComparisonTest) 2022-05-18T05:13:26.0321080Z test_ddp_dist_autograd_sparse_grads (__main__.TensorPipeDdpComparisonTest) 2022-05-18T05:13:26.0321970Z , <__main__.TensorPipeDdpUnderDistAutogradTest testMethod=test_backward_ddp_outside>, <__main__.TensorPipeDdpUnderDistAutogradTest testMethod=test_backward_ddp_outside_uneven_inputs>, <__main__.TensorPipeDdpUnderDistAutogradTest testMethod=test_backward_no_ddp>]> 2022-05-18T05:13:26.0322750Z test_backward_ddp_inside (__main__.TensorPipeDdpUnderDistAutogradTest) 2022-05-18T05:13:26.0323120Z test_backward_ddp_outside (__main__.TensorPipeDdpUnderDistAutogradTest) 2022-05-18T05:13:26.0323520Z test_backward_ddp_outside_uneven_inputs (__main__.TensorPipeDdpUnderDistAutogradTest) 2022-05-18T05:13:26.0323910Z test_backward_no_ddp (__main__.TensorPipeDdpUnderDistAutogradTest) 2022-05-18T05:13:26.0330960Z , <__main__.TensorPipeDistAutogradTest testMethod=test_autograd_context>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_accumulate_grads>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_autograd_engine_error>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_complex_python_udf>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_different_dtypes>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_different_tensor_dims>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_invalid_args>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_multiple_output_tensors>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_multiple_roots>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_multiple_round_trips>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_no_grad_on_tensor>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_node_failure>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_node_failure_python_udf>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_python_udf_error>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_rref>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_rref_multi>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_rref_nested>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_simple>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_simple_python_udf>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_simple_script_call>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_simple_self>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_unused_send_function>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_unused_tensors>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_verify_hooks>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_without_context>, <__main__.TensorPipeDistAutogradTest testMethod=test_backward_without_rpc>, <__main__.TensorPipeDistAutogradTest testMethod=test_backwards_nested_python_udf>, <__main__.TensorPipeDistAutogradTest testMethod=test_clean_context_during_backward>, <__main__.TensorPipeDistAutogradTest testMethod=test_context_cleanup_nested_rpc>, <__main__.TensorPipeDistAutogradTest testMethod=test_context_cleanup_no_tensors>, <__main__.TensorPipeDistAutogradTest testMethod=test_context_cleanup_tensor_no_grad>, <__main__.TensorPipeDistAutogradTest testMethod=test_context_cleanup_tensor_with_grad>, <__main__.TensorPipeDistAutogradTest testMethod=test_debug_info>, <__main__.TensorPipeDistAutogradTest testMethod=test_dist_autograd_profiling>, <__main__.TensorPipeDistAutogradTest testMethod=test_error_in_context>, <__main__.TensorPipeDistAutogradTest testMethod=test_grad_copy_sparse_indices_extra_ref>, <__main__.TensorPipeDistAutogradTest testMethod=test_grad_only_on_return_value>, <__main__.TensorPipeDistAutogradTest testMethod=test_grad_only_on_return_value_remote>, <__main__.TensorPipeDistAutogradTest testMethod=test_graph_for_builtin_call>, <__main__.TensorPipeDistAutogradTest testMethod=test_graph_for_builtin_remote_call>, <__main__.TensorPipeDistAutogradTest testMethod=test_graph_for_py_nested_call>, <__main__.TensorPipeDistAutogradTest testMethod=test_graph_for_py_nested_call_itself>, <__main__.TensorPipeDistAutogradTest testMethod=test_graph_for_py_nested_remote_call>, <__main__.TensorPipeDistAutogradTest testMethod=test_graph_for_py_nested_remote_call_itself>, <__main__.TensorPipeDistAutogradTest testMethod=test_graph_for_python_call>, <__main__.TensorPipeDistAutogradTest testMethod=test_graph_for_python_remote_call>, <__main__.TensorPipeDistAutogradTest testMethod=test_mixed_requires_grad>, <__main__.TensorPipeDistAutogradTest testMethod=test_multiple_backward>, <__main__.TensorPipeDistAutogradTest testMethod=test_multiple_backward_with_errors>, <__main__.TensorPipeDistAutogradTest testMethod=test_nested_backward_accumulate_grads>, <__main__.TensorPipeDistAutogradTest testMethod=test_nested_context>, <__main__.TensorPipeDistAutogradTest testMethod=test_no_grad_copy>, <__main__.TensorPipeDistAutogradTest testMethod=test_no_grad_copy_sparse>, <__main__.TensorPipeDistAutogradTest testMethod=test_no_graph_with_tensors_not_require_grad>, <__main__.TensorPipeDistAutogradTest testMethod=test_no_graph_with_tensors_not_require_grad_remote>, <__main__.TensorPipeDistAutogradTest testMethod=test_post_hooks>, <__main__.TensorPipeDistAutogradTest testMethod=test_remote_complex_args>, <__main__.TensorPipeDistAutogradTest testMethod=test_rpc_complex_args>, <__main__.TensorPipeDistAutogradTest testMethod=test_thread_local_context_id>, <__main__.TensorPipeDistAutogradTest testMethod=test_trainer_ps>, <__main__.TensorPipeDistAutogradTest testMethod=test_trainer_ps_torchscript_functions>, <__main__.TensorPipeDistAutogradTest testMethod=test_worker_ids_recorded>]> 2022-05-18T05:13:26.0337760Z test_async_dist_autograd (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0338090Z test_autograd_context (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0338780Z test_backward_accumulate_grads (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0339150Z test_backward_autograd_engine_error (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0339520Z test_backward_complex_python_udf (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0339880Z test_backward_different_dtypes (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0340320Z test_backward_different_tensor_dims (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0340660Z test_backward_invalid_args (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0341260Z test_backward_multiple_output_tensors (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0341670Z test_backward_multiple_roots (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0342030Z test_backward_multiple_round_trips (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0342380Z test_backward_no_grad_on_tensor (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0342740Z test_backward_node_failure (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0343100Z test_backward_node_failure_python_udf (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0343450Z test_backward_python_udf_error (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0343780Z test_backward_rref (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0344110Z test_backward_rref_multi (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0344450Z test_backward_rref_nested (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0344780Z test_backward_simple (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0345120Z test_backward_simple_python_udf (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0345480Z test_backward_simple_script_call (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0345820Z test_backward_simple_self (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0346170Z test_backward_unused_send_function (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0346530Z test_backward_unused_tensors (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0346870Z test_backward_verify_hooks (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0347220Z test_backward_without_context (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0347560Z test_backward_without_rpc (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0347900Z test_backwards_nested_python_udf (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0348250Z test_clean_context_during_backward (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0348620Z test_context_cleanup_nested_rpc (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0348980Z test_context_cleanup_no_tensors (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0349330Z test_context_cleanup_tensor_no_grad (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0349690Z test_context_cleanup_tensor_with_grad (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0350290Z test_debug_info (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0350620Z test_dist_autograd_profiling (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0350960Z test_error_in_context (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0351300Z test_grad_copy_sparse_indices_extra_ref (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0351670Z test_grad_only_on_return_value (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0352020Z test_grad_only_on_return_value_remote (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0352370Z test_graph_for_builtin_call (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0352710Z test_graph_for_builtin_remote_call (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0353060Z test_graph_for_py_nested_call (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0353410Z test_graph_for_py_nested_call_itself (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0353770Z test_graph_for_py_nested_remote_call (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0354150Z test_graph_for_py_nested_remote_call_itself (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0354510Z test_graph_for_python_call (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0354850Z test_graph_for_python_remote_call (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0355390Z test_mixed_requires_grad (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0355730Z test_multiple_backward (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0356080Z test_multiple_backward_with_errors (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0356920Z test_nested_backward_accumulate_grads (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0357330Z test_nested_context (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0357640Z test_no_grad_copy (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0358070Z test_no_grad_copy_sparse (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0358430Z test_no_graph_with_tensors_not_require_grad (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0358810Z test_no_graph_with_tensors_not_require_grad_remote (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0359270Z test_post_hooks (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0359590Z test_remote_complex_args (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0359920Z test_rpc_complex_args (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0360250Z test_thread_local_context_id (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0360570Z test_trainer_ps (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0360920Z test_trainer_ps_torchscript_functions (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0361280Z test_worker_ids_recorded (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:13:26.0361990Z , <__main__.TensorPipeDistOptimizerTest testMethod=test_dist_optim_exception>, <__main__.TensorPipeDistOptimizerTest testMethod=test_dist_optim_exception_on_constructor>, <__main__.TensorPipeDistOptimizerTest testMethod=test_dist_optim_none_grads>]> 2022-05-18T05:13:26.0362740Z test_dist_optim (__main__.TensorPipeDistOptimizerTest) 2022-05-18T05:13:26.0363090Z test_dist_optim_exception (__main__.TensorPipeDistOptimizerTest) 2022-05-18T05:13:26.0363460Z test_dist_optim_exception_on_constructor (__main__.TensorPipeDistOptimizerTest) 2022-05-18T05:13:26.0363810Z test_dist_optim_none_grads (__main__.TensorPipeDistOptimizerTest) 2022-05-18T05:13:26.0364550Z , <__main__.TensorPipeJitDistAutogradTest testMethod=test_get_gradients>, <__main__.TensorPipeJitDistAutogradTest testMethod=test_jit_fork_within_context>, <__main__.TensorPipeJitDistAutogradTest testMethod=test_restore_context_after_swtich_to_jit_thread>]> 2022-05-18T05:13:26.0365570Z test_dist_backward (__main__.TensorPipeJitDistAutogradTest) 2022-05-18T05:13:26.0365900Z test_get_gradients (__main__.TensorPipeJitDistAutogradTest) 2022-05-18T05:13:26.0366240Z test_jit_fork_within_context (__main__.TensorPipeJitDistAutogradTest) 2022-05-18T05:13:26.0366620Z test_restore_context_after_swtich_to_jit_thread (__main__.TensorPipeJitDistAutogradTest) 2022-05-18T05:13:26.0372310Z , <__main__.TensorPipeJitRpcTest testMethod=test_all_kwargs_are_populated_by_defaults>, <__main__.TensorPipeJitRpcTest testMethod=test_args_and_kwargs_contain_different_types>, <__main__.TensorPipeJitRpcTest testMethod=test_args_kwargs_are_neither_passed>, <__main__.TensorPipeJitRpcTest testMethod=test_async_function_remote>, <__main__.TensorPipeJitRpcTest testMethod=test_async_function_remote_multi>, <__main__.TensorPipeJitRpcTest testMethod=test_async_function_simple>, <__main__.TensorPipeJitRpcTest testMethod=test_async_function_wrong_decorator_order>, <__main__.TensorPipeJitRpcTest testMethod=test_async_function_wrong_return_type>, <__main__.TensorPipeJitRpcTest testMethod=test_async_function_wrong_return_type_remote>, <__main__.TensorPipeJitRpcTest testMethod=test_async_script_throw>, <__main__.TensorPipeJitRpcTest testMethod=test_async_script_udf>, <__main__.TensorPipeJitRpcTest testMethod=test_call_fork_in_jit_with_profiling>, <__main__.TensorPipeJitRpcTest testMethod=test_call_python_function_remotely_from_script_not_supported>, <__main__.TensorPipeJitRpcTest testMethod=test_call_rpc_with_profiling>, <__main__.TensorPipeJitRpcTest testMethod=test_call_script_function_that_not_exists_remotely_from_script>, <__main__.TensorPipeJitRpcTest testMethod=test_call_script_function_that_raises_remotely_from_script>, <__main__.TensorPipeJitRpcTest testMethod=test_callback_chain>, <__main__.TensorPipeJitRpcTest testMethod=test_callback_simple>, <__main__.TensorPipeJitRpcTest testMethod=test_callback_with_exception>, <__main__.TensorPipeJitRpcTest testMethod=test_create_local_script_class_rref_in_py>, <__main__.TensorPipeJitRpcTest testMethod=test_create_local_script_module_rref_in_py>, <__main__.TensorPipeJitRpcTest testMethod=test_create_script_module_on_remote>, <__main__.TensorPipeJitRpcTest testMethod=test_future_passed_between_python_and_jit>, <__main__.TensorPipeJitRpcTest testMethod=test_future_python_annotation>, <__main__.TensorPipeJitRpcTest testMethod=test_kwargs_not_passed>, <__main__.TensorPipeJitRpcTest testMethod=test_less_than_needed_args_are_specified>, <__main__.TensorPipeJitRpcTest testMethod=test_load_script_module_with_pickled_rref>, <__main__.TensorPipeJitRpcTest testMethod=test_local_rref_local_value>, <__main__.TensorPipeJitRpcTest testMethod=test_more_than_needed_args_are_specified>, <__main__.TensorPipeJitRpcTest testMethod=test_my_script_module_with_rrefs>, <__main__.TensorPipeJitRpcTest testMethod=test_no_kwargs_are_populated_by_defaults>, <__main__.TensorPipeJitRpcTest testMethod=test_record_function_jit_end_callbacks_with_fork>, <__main__.TensorPipeJitRpcTest testMethod=test_record_function_on_caller_rpc_async>, <__main__.TensorPipeJitRpcTest testMethod=test_remote_script_module>, <__main__.TensorPipeJitRpcTest testMethod=test_remote_script_throw>, <__main__.TensorPipeJitRpcTest testMethod=test_remote_script_udf>, <__main__.TensorPipeJitRpcTest testMethod=test_return_local_script_class_rref_in_py_and_use_in_script>, <__main__.TensorPipeJitRpcTest testMethod=test_return_local_script_module_rref_in_py_and_use_in_script>, <__main__.TensorPipeJitRpcTest testMethod=test_rpc_async_jit_profiled>, <__main__.TensorPipeJitRpcTest testMethod=test_rpc_torchscript_record_function>, <__main__.TensorPipeJitRpcTest testMethod=test_rref_as_arg_and_return>, <__main__.TensorPipeJitRpcTest testMethod=test_rref_is_owner>, <__main__.TensorPipeJitRpcTest testMethod=test_rref_jit_pickle_not_supported>, <__main__.TensorPipeJitRpcTest testMethod=test_rref_list_mutate>, <__main__.TensorPipeJitRpcTest testMethod=test_rref_local_value>, <__main__.TensorPipeJitRpcTest testMethod=test_rref_python_annotation>, <__main__.TensorPipeJitRpcTest testMethod=test_some_kwargs_are_populated_by_defaults>, <__main__.TensorPipeJitRpcTest testMethod=test_torchscript_function>, <__main__.TensorPipeJitRpcTest testMethod=test_torchscript_function_exception>, <__main__.TensorPipeJitRpcTest testMethod=test_torchscript_functions_not_supported>, <__main__.TensorPipeJitRpcTest testMethod=test_unexepected_kwarg_is_specified>, <__main__.TensorPipeJitRpcTest testMethod=test_user_rrefs_confirmed>, <__main__.TensorPipeJitRpcTest testMethod=test_user_rrefs_confirmed_remote>]> 2022-05-18T05:13:26.0377870Z test_add_done_callback (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0378220Z test_all_kwargs_are_populated_by_defaults (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0378580Z test_args_and_kwargs_contain_different_types (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0378920Z test_args_kwargs_are_neither_passed (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0379260Z test_async_function_remote (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0379580Z test_async_function_remote_multi (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0379900Z test_async_function_simple (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0380230Z test_async_function_wrong_decorator_order (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0380740Z test_async_function_wrong_return_type (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0381160Z test_async_function_wrong_return_type_remote (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0381540Z test_async_script_throw (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0382020Z test_async_script_udf (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0382380Z test_call_fork_in_jit_with_profiling (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0382760Z test_call_python_function_remotely_from_script_not_supported (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0383120Z test_call_rpc_with_profiling (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0383490Z test_call_script_function_that_not_exists_remotely_from_script (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0383880Z test_call_script_function_that_raises_remotely_from_script (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0384210Z test_callback_chain (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0384510Z test_callback_simple (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0384820Z test_callback_with_exception (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0385160Z test_create_local_script_class_rref_in_py (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0385510Z test_create_local_script_module_rref_in_py (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0385850Z test_create_script_module_on_remote (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0386200Z test_future_passed_between_python_and_jit (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0386530Z test_future_python_annotation (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0386850Z test_kwargs_not_passed (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0387180Z test_less_than_needed_args_are_specified (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0387530Z test_load_script_module_with_pickled_rref (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0387900Z test_local_rref_local_value (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0388230Z test_more_than_needed_args_are_specified (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0388580Z test_my_script_module_with_rrefs (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0389020Z test_no_kwargs_are_populated_by_defaults (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0389390Z test_record_function_jit_end_callbacks_with_fork (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0389740Z test_record_function_on_caller_rpc_async (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0390070Z test_remote_script_module (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0390360Z test_remote_script_throw (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0390930Z test_remote_script_udf (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0391280Z test_return_local_script_class_rref_in_py_and_use_in_script (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0391670Z test_return_local_script_module_rref_in_py_and_use_in_script (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0392020Z test_rpc_async_jit_profiled (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0392350Z test_rpc_torchscript_record_function (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0392680Z test_rref_as_arg_and_return (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0392970Z test_rref_is_owner (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0393290Z test_rref_jit_pickle_not_supported (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0393640Z test_rref_list_mutate (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0393930Z test_rref_local_value (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0394240Z test_rref_python_annotation (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0394580Z test_some_kwargs_are_populated_by_defaults (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0394920Z test_torchscript_function (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0395250Z test_torchscript_function_exception (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0395600Z test_torchscript_functions_not_supported (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0395940Z test_unexepected_kwarg_is_specified (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0396260Z test_user_rrefs_confirmed (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0396740Z test_user_rrefs_confirmed_remote (__main__.TensorPipeJitRpcTest) 2022-05-18T05:13:26.0397220Z ]> 2022-05-18T05:13:26.0397670Z test_batch_updating_parameter_server (__main__.TensorPipeParameterServerTest) 2022-05-18T05:13:26.0398110Z ]> 2022-05-18T05:13:26.0398550Z test_rl_rpc (__main__.TensorPipeReinforcementLearningRpcTest) 2022-05-18T05:13:26.0400150Z , <__main__.TensorPipeRemoteModuleTest testMethod=test_forward_async>, <__main__.TensorPipeRemoteModuleTest testMethod=test_forward_async_script>, <__main__.TensorPipeRemoteModuleTest testMethod=test_forward_sync>, <__main__.TensorPipeRemoteModuleTest testMethod=test_forward_sync_script>, <__main__.TensorPipeRemoteModuleTest testMethod=test_forward_with_kwargs>, <__main__.TensorPipeRemoteModuleTest testMethod=test_get_module_rref>, <__main__.TensorPipeRemoteModuleTest testMethod=test_remote_module_py_pickle_not_supported>, <__main__.TensorPipeRemoteModuleTest testMethod=test_remote_module_py_pickle_not_supported_script>, <__main__.TensorPipeRemoteModuleTest testMethod=test_remote_parameters>, <__main__.TensorPipeRemoteModuleTest testMethod=test_send_remote_module_with_a_new_attribute_not_pickled_over_the_wire>, <__main__.TensorPipeRemoteModuleTest testMethod=test_train_eval>, <__main__.TensorPipeRemoteModuleTest testMethod=test_unsupported_methods>]> 2022-05-18T05:13:26.0401790Z test_bad_module (__main__.TensorPipeRemoteModuleTest) 2022-05-18T05:13:26.0402110Z test_forward_async (__main__.TensorPipeRemoteModuleTest) 2022-05-18T05:13:26.0402450Z test_forward_async_script (__main__.TensorPipeRemoteModuleTest) 2022-05-18T05:13:26.0402770Z test_forward_sync (__main__.TensorPipeRemoteModuleTest) 2022-05-18T05:13:26.0403090Z test_forward_sync_script (__main__.TensorPipeRemoteModuleTest) 2022-05-18T05:13:26.0403430Z test_forward_with_kwargs (__main__.TensorPipeRemoteModuleTest) 2022-05-18T05:13:26.0403760Z test_get_module_rref (__main__.TensorPipeRemoteModuleTest) 2022-05-18T05:13:26.0404110Z test_remote_module_py_pickle_not_supported (__main__.TensorPipeRemoteModuleTest) 2022-05-18T05:13:26.0404510Z test_remote_module_py_pickle_not_supported_script (__main__.TensorPipeRemoteModuleTest) 2022-05-18T05:13:26.0405110Z test_remote_parameters (__main__.TensorPipeRemoteModuleTest) 2022-05-18T05:13:26.0413520Z test_send_remote_module_with_a_new_attribute_not_pickled_over_the_wire (__main__.TensorPipeRemoteModuleTest) 2022-05-18T05:13:26.0413960Z test_train_eval (__main__.TensorPipeRemoteModuleTest) 2022-05-18T05:13:26.0414300Z test_unsupported_methods (__main__.TensorPipeRemoteModuleTest) 2022-05-18T05:13:26.0434510Z , <__main__.TensorPipeRpcTest testMethod=test_add_done_callback>, <__main__.TensorPipeRpcTest testMethod=test_add_with_id>, <__main__.TensorPipeRpcTest testMethod=test_all_gather>, <__main__.TensorPipeRpcTest testMethod=test_all_gather_timeout>, <__main__.TensorPipeRpcTest testMethod=test_async_add>, <__main__.TensorPipeRpcTest testMethod=test_async_class_method>, <__main__.TensorPipeRpcTest testMethod=test_async_class_method_remote>, <__main__.TensorPipeRpcTest testMethod=test_async_class_rref_proxy>, <__main__.TensorPipeRpcTest testMethod=test_async_class_rref_proxy_async>, <__main__.TensorPipeRpcTest testMethod=test_async_class_rref_proxy_remote>, <__main__.TensorPipeRpcTest testMethod=test_async_function_chained>, <__main__.TensorPipeRpcTest testMethod=test_async_function_chained_remote>, <__main__.TensorPipeRpcTest testMethod=test_async_function_multi_chained>, <__main__.TensorPipeRpcTest testMethod=test_async_function_multi_chained_async>, <__main__.TensorPipeRpcTest testMethod=test_async_function_multi_chained_remote>, <__main__.TensorPipeRpcTest testMethod=test_async_function_multi_fanout>, <__main__.TensorPipeRpcTest testMethod=test_async_function_multi_fanout_async>, <__main__.TensorPipeRpcTest testMethod=test_async_function_multi_fanout_remote>, <__main__.TensorPipeRpcTest testMethod=test_async_function_nested>, <__main__.TensorPipeRpcTest testMethod=test_async_function_nested_remote>, <__main__.TensorPipeRpcTest testMethod=test_async_function_raise>, <__main__.TensorPipeRpcTest testMethod=test_async_function_raise_async>, <__main__.TensorPipeRpcTest testMethod=test_async_function_raise_remote>, <__main__.TensorPipeRpcTest testMethod=test_async_function_simple>, <__main__.TensorPipeRpcTest testMethod=test_async_function_with_future_ctor>, <__main__.TensorPipeRpcTest testMethod=test_async_function_with_future_ctor_remote>, <__main__.TensorPipeRpcTest testMethod=test_async_function_wrong_return_type>, <__main__.TensorPipeRpcTest testMethod=test_async_function_wrong_return_type_async>, <__main__.TensorPipeRpcTest testMethod=test_async_function_wrong_return_type_remote>, <__main__.TensorPipeRpcTest testMethod=test_async_record_function_cbs_jit_call>, <__main__.TensorPipeRpcTest testMethod=test_async_record_function_double_end_callbacks>, <__main__.TensorPipeRpcTest testMethod=test_async_record_function_double_end_callbacks_new_signatures>, <__main__.TensorPipeRpcTest testMethod=test_async_static_method>, <__main__.TensorPipeRpcTest testMethod=test_async_static_method_remote>, <__main__.TensorPipeRpcTest testMethod=test_build_rpc_profiling_key>, <__main__.TensorPipeRpcTest testMethod=test_builtin_remote_ret>, <__main__.TensorPipeRpcTest testMethod=test_builtin_remote_self>, <__main__.TensorPipeRpcTest testMethod=test_call_method_on_rref>, <__main__.TensorPipeRpcTest testMethod=test_callback_chain>, <__main__.TensorPipeRpcTest testMethod=test_callback_in_rpc>, <__main__.TensorPipeRpcTest testMethod=test_callback_multi>, <__main__.TensorPipeRpcTest testMethod=test_callback_none>, <__main__.TensorPipeRpcTest testMethod=test_callback_simple>, <__main__.TensorPipeRpcTest testMethod=test_callback_with_error>, <__main__.TensorPipeRpcTest testMethod=test_callback_with_ret>, <__main__.TensorPipeRpcTest testMethod=test_callback_wrong_arg_num>, <__main__.TensorPipeRpcTest testMethod=test_callback_wrong_arg_type>, <__main__.TensorPipeRpcTest testMethod=test_cannot_infer_backend_from_options>, <__main__.TensorPipeRpcTest testMethod=test_deadlock>, <__main__.TensorPipeRpcTest testMethod=test_debug_info>, <__main__.TensorPipeRpcTest testMethod=test_default_timeout_used>, <__main__.TensorPipeRpcTest testMethod=test_disable_gil_profiling>, <__main__.TensorPipeRpcTest testMethod=test_dist_init_decorator>, <__main__.TensorPipeRpcTest testMethod=test_duplicate_name>, <__main__.TensorPipeRpcTest testMethod=test_duplicate_name_2>, <__main__.TensorPipeRpcTest testMethod=test_expected_src>, <__main__.TensorPipeRpcTest testMethod=test_function_not_on_callee>, <__main__.TensorPipeRpcTest testMethod=test_future_done>, <__main__.TensorPipeRpcTest testMethod=test_future_done_exception>, <__main__.TensorPipeRpcTest testMethod=test_future_in_rpc>, <__main__.TensorPipeRpcTest testMethod=test_future_nested_callback>, <__main__.TensorPipeRpcTest testMethod=test_future_wait_twice>, <__main__.TensorPipeRpcTest testMethod=test_get_worker_infos>, <__main__.TensorPipeRpcTest testMethod=test_graceful_shutdown_with_uneven_workload>, <__main__.TensorPipeRpcTest testMethod=test_handle_send_exceptions>, <__main__.TensorPipeRpcTest testMethod=test_ignore_rref_leak>, <__main__.TensorPipeRpcTest testMethod=test_init_dynamic_and_static_rpc_group>, <__main__.TensorPipeRpcTest testMethod=test_init_pg_then_rpc>, <__main__.TensorPipeRpcTest testMethod=test_init_rpc_then_pg>, <__main__.TensorPipeRpcTest testMethod=test_init_rpc_twice>, <__main__.TensorPipeRpcTest testMethod=test_init_rpc_without_world_size>, <__main__.TensorPipeRpcTest testMethod=test_init_rpc_without_world_size_without_rank>, <__main__.TensorPipeRpcTest testMethod=test_int_callee>, <__main__.TensorPipeRpcTest testMethod=test_invalid_names>, <__main__.TensorPipeRpcTest testMethod=test_local_rref_no_fork>, <__main__.TensorPipeRpcTest testMethod=test_local_shutdown>, <__main__.TensorPipeRpcTest testMethod=test_local_shutdown_with_rpc>, <__main__.TensorPipeRpcTest testMethod=test_local_value_not_on_owner>, <__main__.TensorPipeRpcTest testMethod=test_mark_future_twice>, <__main__.TensorPipeRpcTest testMethod=test_multi_builtin_remote_ret>, <__main__.TensorPipeRpcTest testMethod=test_multi_layer_nested_async_rpc>, <__main__.TensorPipeRpcTest testMethod=test_multi_py_udf_remote>, <__main__.TensorPipeRpcTest testMethod=test_multi_rpc>, <__main__.TensorPipeRpcTest testMethod=test_my_parameter_server>, <__main__.TensorPipeRpcTest testMethod=test_nested_remote>, <__main__.TensorPipeRpcTest testMethod=test_nested_rpc>, <__main__.TensorPipeRpcTest testMethod=test_nested_rref>, <__main__.TensorPipeRpcTest testMethod=test_nested_rref_stress>, <__main__.TensorPipeRpcTest testMethod=test_non_cont_tensors>, <__main__.TensorPipeRpcTest testMethod=test_non_garbage_collected_user_rref_due_to_local_circular_dependency>, <__main__.TensorPipeRpcTest testMethod=test_nonzero>, <__main__.TensorPipeRpcTest testMethod=test_owner_equality>, <__main__.TensorPipeRpcTest testMethod=test_owner_rref_backward>, <__main__.TensorPipeRpcTest testMethod=test_pass_local_rrefs>, <__main__.TensorPipeRpcTest testMethod=test_pg_init_no_rpc_init>, <__main__.TensorPipeRpcTest testMethod=test_pickle_future>, <__main__.TensorPipeRpcTest testMethod=test_profiler_export_trace>, <__main__.TensorPipeRpcTest testMethod=test_profiler_remote_events_profiled>, <__main__.TensorPipeRpcTest testMethod=test_profiler_remote_events_profiled_single_threaded>, <__main__.TensorPipeRpcTest testMethod=test_profiler_rpc_key_names>, <__main__.TensorPipeRpcTest testMethod=test_profiler_rpc_memory>, <__main__.TensorPipeRpcTest testMethod=test_profiler_rpc_record_shapes>, <__main__.TensorPipeRpcTest testMethod=test_profiler_with_async_rpc_builtin>, <__main__.TensorPipeRpcTest testMethod=test_profiler_with_async_rpc_builtin_single_threaded>, <__main__.TensorPipeRpcTest testMethod=test_profiler_with_async_rpc_udf>, <__main__.TensorPipeRpcTest testMethod=test_profiler_with_async_rpc_udf_single_threaded>, <__main__.TensorPipeRpcTest testMethod=test_profiler_with_autograd_context>, <__main__.TensorPipeRpcTest testMethod=test_profiler_with_autograd_context_single_threaded>, <__main__.TensorPipeRpcTest testMethod=test_profiler_with_remote_builtin>, <__main__.TensorPipeRpcTest testMethod=test_profiler_with_remote_builtin_single_threaded>, <__main__.TensorPipeRpcTest testMethod=test_profiler_with_remote_udf>, <__main__.TensorPipeRpcTest testMethod=test_profiler_with_remote_udf_single_threaded>, <__main__.TensorPipeRpcTest testMethod=test_profiler_with_script_async_rpc>, <__main__.TensorPipeRpcTest testMethod=test_profiler_with_script_async_rpc_single_threaded>, <__main__.TensorPipeRpcTest testMethod=test_profiler_with_script_remote_rpc>, <__main__.TensorPipeRpcTest testMethod=test_profiler_with_script_remote_rpc_single_threaded>, <__main__.TensorPipeRpcTest testMethod=test_profiler_with_script_sync_rpc>, <__main__.TensorPipeRpcTest testMethod=test_profiler_with_script_sync_rpc_single_threaded>, <__main__.TensorPipeRpcTest testMethod=test_profiler_with_sync_rpc_builtin>, <__main__.TensorPipeRpcTest testMethod=test_profiler_with_sync_rpc_builtin_single_threaded>, <__main__.TensorPipeRpcTest testMethod=test_profiler_with_sync_rpc_udf>, <__main__.TensorPipeRpcTest testMethod=test_profiler_with_sync_rpc_udf_single_threaded>, <__main__.TensorPipeRpcTest testMethod=test_py_built_in>, <__main__.TensorPipeRpcTest testMethod=test_py_class_constructor>, <__main__.TensorPipeRpcTest testMethod=test_py_class_instance_method>, <__main__.TensorPipeRpcTest testMethod=test_py_class_method>, <__main__.TensorPipeRpcTest testMethod=test_py_class_static_method>, <__main__.TensorPipeRpcTest testMethod=test_py_function_exception>, <__main__.TensorPipeRpcTest testMethod=test_py_multi_async_call>, <__main__.TensorPipeRpcTest testMethod=test_py_nested_pickle>, <__main__.TensorPipeRpcTest testMethod=test_py_no_return_result>, <__main__.TensorPipeRpcTest testMethod=test_py_raise_in_user_func>, <__main__.TensorPipeRpcTest testMethod=test_py_raise_in_user_func_escaped_str>, <__main__.TensorPipeRpcTest testMethod=test_py_rpc_rref_args>, <__main__.TensorPipeRpcTest testMethod=test_py_rref_args>, <__main__.TensorPipeRpcTest testMethod=test_py_rref_args_user_share>, <__main__.TensorPipeRpcTest testMethod=test_py_tensors>, <__main__.TensorPipeRpcTest testMethod=test_py_tensors_in_container>, <__main__.TensorPipeRpcTest testMethod=test_py_tensors_multi_async_call>, <__main__.TensorPipeRpcTest testMethod=test_py_udf_remote>, <__main__.TensorPipeRpcTest testMethod=test_py_user_defined>, <__main__.TensorPipeRpcTest testMethod=test_register_rpc_backend_and_set_and_start_rpc_backend>, <__main__.TensorPipeRpcTest testMethod=test_reinit>, <__main__.TensorPipeRpcTest testMethod=test_remote_same_worker>, <__main__.TensorPipeRpcTest testMethod=test_remote_throw>, <__main__.TensorPipeRpcTest testMethod=test_remote_with_exception>, <__main__.TensorPipeRpcTest testMethod=test_return_future>, <__main__.TensorPipeRpcTest testMethod=test_return_future_async>, <__main__.TensorPipeRpcTest testMethod=test_return_future_remote>, <__main__.TensorPipeRpcTest testMethod=test_return_local_rrefs>, <__main__.TensorPipeRpcTest testMethod=test_rpc_barrier_all>, <__main__.TensorPipeRpcTest testMethod=test_rpc_barrier_multithreaded>, <__main__.TensorPipeRpcTest testMethod=test_rpc_barrier_partial_subset>, <__main__.TensorPipeRpcTest testMethod=test_rpc_barrier_subset>, <__main__.TensorPipeRpcTest testMethod=test_rpc_profiling_async_function>, <__main__.TensorPipeRpcTest testMethod=test_rpc_profiling_async_function_single_threaded>, <__main__.TensorPipeRpcTest testMethod=test_rpc_profiling_remote_record_function>, <__main__.TensorPipeRpcTest testMethod=test_rpc_return_rref>, <__main__.TensorPipeRpcTest testMethod=test_rpc_timeouts>, <__main__.TensorPipeRpcTest testMethod=test_rref_context_debug_info>, <__main__.TensorPipeRpcTest testMethod=test_rref_forward_chain>, <__main__.TensorPipeRpcTest testMethod=test_rref_get_future>, <__main__.TensorPipeRpcTest testMethod=test_rref_leak>, <__main__.TensorPipeRpcTest testMethod=test_rref_proxy_class>, <__main__.TensorPipeRpcTest testMethod=test_rref_proxy_class_self>, <__main__.TensorPipeRpcTest testMethod=test_rref_proxy_non_exist>, <__main__.TensorPipeRpcTest testMethod=test_rref_proxy_reuse>, <__main__.TensorPipeRpcTest testMethod=test_rref_proxy_tensor>, <__main__.TensorPipeRpcTest testMethod=test_rref_proxy_tensor_self>, <__main__.TensorPipeRpcTest testMethod=test_rref_py_pickle_not_supported>, <__main__.TensorPipeRpcTest testMethod=test_rref_str>, <__main__.TensorPipeRpcTest testMethod=test_rref_timeout>, <__main__.TensorPipeRpcTest testMethod=test_rref_type_blocking>, <__main__.TensorPipeRpcTest testMethod=test_rref_type_non_blocking>, <__main__.TensorPipeRpcTest testMethod=test_rref_type_owner_blocking>, <__main__.TensorPipeRpcTest testMethod=test_rref_type_owner_non_blocking>, <__main__.TensorPipeRpcTest testMethod=test_rref_type_slow_init>, <__main__.TensorPipeRpcTest testMethod=test_rref_type_with_error_blocking>, <__main__.TensorPipeRpcTest testMethod=test_rref_type_with_error_non_blocking>, <__main__.TensorPipeRpcTest testMethod=test_scalar_add>, <__main__.TensorPipeRpcTest testMethod=test_self_add>, <__main__.TensorPipeRpcTest testMethod=test_self_py_udf_remote>, <__main__.TensorPipeRpcTest testMethod=test_self_remote_rref_as_remote_arg>, <__main__.TensorPipeRpcTest testMethod=test_self_remote_rref_as_rpc_arg>, <__main__.TensorPipeRpcTest testMethod=test_self_remote_rref_as_self_remote_arg>, <__main__.TensorPipeRpcTest testMethod=test_self_remote_rref_as_self_rpc_arg>, <__main__.TensorPipeRpcTest testMethod=test_send_to_rank>, <__main__.TensorPipeRpcTest testMethod=test_server_process_global_profiler>, <__main__.TensorPipeRpcTest testMethod=test_set_and_get_default_rpc_timeout>, <__main__.TensorPipeRpcTest testMethod=test_shutdown_errors>, <__main__.TensorPipeRpcTest testMethod=test_shutdown_followed_by_rpc>, <__main__.TensorPipeRpcTest testMethod=test_stress_heavy_rpc>, <__main__.TensorPipeRpcTest testMethod=test_stress_heavy_rpc_torchscript>, <__main__.TensorPipeRpcTest testMethod=test_stress_light_rpc>, <__main__.TensorPipeRpcTest testMethod=test_use_rpc_pickler>, <__main__.TensorPipeRpcTest testMethod=test_use_rref_after_shutdown>, <__main__.TensorPipeRpcTest testMethod=test_user_rref_backward>, <__main__.TensorPipeRpcTest testMethod=test_user_rrefs_confirmed>, <__main__.TensorPipeRpcTest testMethod=test_user_rrefs_confirmed_remote>, <__main__.TensorPipeRpcTest testMethod=test_wait_all>, <__main__.TensorPipeRpcTest testMethod=test_wait_all_exit_early_builtin>, <__main__.TensorPipeRpcTest testMethod=test_wait_all_exit_early_python>, <__main__.TensorPipeRpcTest testMethod=test_wait_all_exit_early_script_function>, <__main__.TensorPipeRpcTest testMethod=test_wait_all_multiple_call>, <__main__.TensorPipeRpcTest testMethod=test_wait_all_raise_in_body>, <__main__.TensorPipeRpcTest testMethod=test_wait_all_raise_in_user_func>, <__main__.TensorPipeRpcTest testMethod=test_wait_all_timeout>, <__main__.TensorPipeRpcTest testMethod=test_wait_all_with_exception>, <__main__.TensorPipeRpcTest testMethod=test_wait_all_with_partial_exception>, <__main__.TensorPipeRpcTest testMethod=test_wait_all_workers_dense>, <__main__.TensorPipeRpcTest testMethod=test_wait_all_workers_timeout>, <__main__.TensorPipeRpcTest testMethod=test_wait_all_workers_twice_dense>, <__main__.TensorPipeRpcTest testMethod=test_without_world_size_existing_rank_can_communicate_with_new_rank>, <__main__.TensorPipeRpcTest testMethod=test_without_world_size_existing_rank_can_communicate_with_new_rank_cuda>, <__main__.TensorPipeRpcTest testMethod=test_without_world_size_new_rank_can_communicated_with_existing_rank>, <__main__.TensorPipeRpcTest testMethod=test_worker_id>, <__main__.TensorPipeRpcTest testMethod=test_worker_info_pickle>, <__main__.TensorPipeRpcTest testMethod=test_world_size_one>, <__main__.TensorPipeRpcTest testMethod=test_wrong_types>]> 2022-05-18T05:13:26.0453710Z test_add (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0454000Z test_add_done_callback (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0454290Z test_add_with_id (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0454560Z test_all_gather (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0454850Z test_all_gather_timeout (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0455540Z test_async_add (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0455860Z test_async_class_method (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0456160Z test_async_class_method_remote (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0456470Z test_async_class_rref_proxy (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0456770Z test_async_class_rref_proxy_async (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0457090Z test_async_class_rref_proxy_remote (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0457400Z test_async_function_chained (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0457720Z test_async_function_chained_remote (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0458040Z test_async_function_multi_chained (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0458480Z test_async_function_multi_chained_async (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0458800Z test_async_function_multi_chained_remote (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0459120Z test_async_function_multi_fanout (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0459440Z test_async_function_multi_fanout_async (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0459760Z test_async_function_multi_fanout_remote (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0460070Z test_async_function_nested (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0460370Z test_async_function_nested_remote (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0460660Z test_async_function_raise (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0460960Z test_async_function_raise_async (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0461260Z test_async_function_raise_remote (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0461800Z test_async_function_simple (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0462160Z test_async_function_with_future_ctor (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0462490Z test_async_function_with_future_ctor_remote (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0462820Z test_async_function_wrong_return_type (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0463150Z test_async_function_wrong_return_type_async (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0463480Z test_async_function_wrong_return_type_remote (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0463810Z test_async_record_function_cbs_jit_call (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0464150Z test_async_record_function_double_end_callbacks (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0464510Z test_async_record_function_double_end_callbacks_new_signatures (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0464840Z test_async_static_method (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0465130Z test_async_static_method_remote (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0465440Z test_build_rpc_profiling_key (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0465730Z test_builtin_remote_ret (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0466010Z test_builtin_remote_self (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0466300Z test_call_method_on_rref (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0466570Z test_callback_chain (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0466840Z test_callback_in_rpc (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0467210Z test_callback_multi (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0467490Z test_callback_none (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0467760Z test_callback_simple (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0468040Z test_callback_with_error (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0468320Z test_callback_with_ret (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0468600Z test_callback_wrong_arg_num (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0468900Z test_callback_wrong_arg_type (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0469210Z test_cannot_infer_backend_from_options (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0469490Z test_deadlock (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0469760Z test_debug_info (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0470750Z test_default_timeout_used (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0471040Z test_disable_gil_profiling (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0471330Z test_dist_init_decorator (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0471610Z test_duplicate_name (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0471890Z test_duplicate_name_2 (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0472160Z test_expected_src (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0472450Z test_function_not_on_callee (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0472720Z test_future_done (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0473000Z test_future_done_exception (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0473280Z test_future_in_rpc (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0473570Z test_future_nested_callback (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0473850Z test_future_wait_twice (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0474130Z test_get_worker_infos (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0474440Z test_graceful_shutdown_with_uneven_workload (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0474750Z test_handle_send_exceptions (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0475040Z test_ignore_rref_leak (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0475340Z test_init_dynamic_and_static_rpc_group (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0475630Z test_init_pg_then_rpc (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0475910Z test_init_rpc_then_pg (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0476170Z test_init_rpc_twice (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0476680Z test_init_rpc_without_world_size (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0477060Z test_init_rpc_without_world_size_without_rank (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0477360Z test_int_callee (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0477620Z test_invalid_names (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0477900Z test_local_rref_no_fork (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0478190Z test_local_shutdown (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0478470Z test_local_shutdown_with_rpc (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0478840Z test_local_value_not_on_owner (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0479130Z test_mark_future_twice (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0479420Z test_multi_builtin_remote_ret (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0479720Z test_multi_layer_nested_async_rpc (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0480010Z test_multi_py_udf_remote (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0480280Z test_multi_rpc (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0480560Z test_my_parameter_server (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0480840Z test_nested_remote (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0481100Z test_nested_rpc (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0481360Z test_nested_rref (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0481650Z test_nested_rref_stress (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0481920Z test_non_cont_tensors (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0482340Z test_non_garbage_collected_user_rref_due_to_local_circular_dependency (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0482670Z test_nonzero (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0482930Z test_owner_equality (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0483210Z test_owner_rref_backward (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0483490Z test_pass_local_rrefs (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0483770Z test_pg_init_no_rpc_init (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0484050Z test_pickle_future (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0484340Z test_profiler_export_trace (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0484640Z test_profiler_remote_events_profiled (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0484990Z test_profiler_remote_events_profiled_single_threaded (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0485590Z test_profiler_rpc_key_names (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0485870Z test_profiler_rpc_memory (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0486170Z test_profiler_rpc_record_shapes (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0486480Z test_profiler_with_async_rpc_builtin (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0486820Z test_profiler_with_async_rpc_builtin_single_threaded (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0487150Z test_profiler_with_async_rpc_udf (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0487480Z test_profiler_with_async_rpc_udf_single_threaded (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0487800Z test_profiler_with_autograd_context (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0488150Z test_profiler_with_autograd_context_single_threaded (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0488600Z test_profiler_with_remote_builtin (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0489090Z test_profiler_with_remote_builtin_single_threaded (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0489430Z test_profiler_with_remote_udf (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0489760Z test_profiler_with_remote_udf_single_threaded (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0490100Z test_profiler_with_script_async_rpc (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0490440Z test_profiler_with_script_async_rpc_single_threaded (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0490780Z test_profiler_with_script_remote_rpc (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0491130Z test_profiler_with_script_remote_rpc_single_threaded (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0491800Z test_profiler_with_script_sync_rpc (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0492200Z test_profiler_with_script_sync_rpc_single_threaded (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0492530Z test_profiler_with_sync_rpc_builtin (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0492860Z test_profiler_with_sync_rpc_builtin_single_threaded (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0493190Z test_profiler_with_sync_rpc_udf (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0493520Z test_profiler_with_sync_rpc_udf_single_threaded (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0493820Z test_py_built_in (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0494100Z test_py_class_constructor (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0494390Z test_py_class_instance_method (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0494680Z test_py_class_method (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0494960Z test_py_class_static_method (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0495250Z test_py_function_exception (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0495540Z test_py_multi_async_call (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0495820Z test_py_nested_pickle (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0496100Z test_py_no_return_result (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0496390Z test_py_raise_in_user_func (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0496690Z test_py_raise_in_user_func_escaped_str (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0496980Z test_py_rpc_rref_args (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0497250Z test_py_rref_args (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0497530Z test_py_rref_args_user_share (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0497810Z test_py_tensors (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0498090Z test_py_tensors_in_container (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0498380Z test_py_tensors_multi_async_call (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0498670Z test_py_udf_remote (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0498950Z test_py_user_defined (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0499270Z test_register_rpc_backend_and_set_and_start_rpc_backend (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0499570Z test_reinit (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0499850Z test_remote_same_worker (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0500390Z test_remote_throw (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0500680Z test_remote_with_exception (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0501080Z test_return_future (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0501370Z test_return_future_async (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0501660Z test_return_future_remote (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0501950Z test_return_local_rrefs (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0502230Z test_rpc_barrier_all (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0502530Z test_rpc_barrier_multithreaded (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0502850Z test_rpc_barrier_partial_subset (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0503150Z test_rpc_barrier_subset (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0503460Z test_rpc_profiling_async_function (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0503930Z test_rpc_profiling_async_function_single_threaded (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0504270Z test_rpc_profiling_remote_record_function (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0504580Z test_rpc_return_rref (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0504850Z test_rpc_timeouts (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0505130Z test_rref_context_debug_info (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0505420Z test_rref_forward_chain (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0505700Z test_rref_get_future (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0505950Z test_rref_leak (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0506440Z test_rref_proxy_class (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0506780Z test_rref_proxy_class_self (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0507070Z test_rref_proxy_non_exist (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0507350Z test_rref_proxy_reuse (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0507630Z test_rref_proxy_tensor (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0507920Z test_rref_proxy_tensor_self (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0508220Z test_rref_py_pickle_not_supported (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0508510Z test_rref_str (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0508770Z test_rref_timeout (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0509040Z test_rref_type_blocking (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0509330Z test_rref_type_non_blocking (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0509620Z test_rref_type_owner_blocking (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0509910Z test_rref_type_owner_non_blocking (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0510210Z test_rref_type_slow_init (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0510510Z test_rref_type_with_error_blocking (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0510820Z test_rref_type_with_error_non_blocking (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0511110Z test_scalar_add (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0511380Z test_self_add (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0511640Z test_self_py_udf_remote (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0511940Z test_self_remote_rref_as_remote_arg (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0512240Z test_self_remote_rref_as_rpc_arg (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0512560Z test_self_remote_rref_as_self_remote_arg (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0512870Z test_self_remote_rref_as_self_rpc_arg (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0513160Z test_send_to_rank (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0513450Z test_server_process_global_profiler (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0513770Z test_set_and_get_default_rpc_timeout (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0514070Z test_shutdown_errors (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0514360Z test_shutdown_followed_by_rpc (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0514640Z test_stress_heavy_rpc (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0515220Z test_stress_heavy_rpc_torchscript (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0515500Z test_stress_light_rpc (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0515780Z test_use_rpc_pickler (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0516060Z test_use_rref_after_shutdown (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0516350Z test_user_rref_backward (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0516640Z test_user_rrefs_confirmed (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0516940Z test_user_rrefs_confirmed_remote (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0517220Z test_wait_all (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0517500Z test_wait_all_exit_early_builtin (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0517810Z test_wait_all_exit_early_python (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0518120Z test_wait_all_exit_early_script_function (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0518430Z test_wait_all_multiple_call (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0518730Z test_wait_all_raise_in_body (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0519010Z test_wait_all_raise_in_user_func (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0519300Z test_wait_all_timeout (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0519580Z test_wait_all_with_exception (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0519880Z test_wait_all_with_partial_exception (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0520190Z test_wait_all_workers_dense (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0520480Z test_wait_all_workers_timeout (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0521100Z test_wait_all_workers_twice_dense (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0521490Z test_without_world_size_existing_rank_can_communicate_with_new_rank (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0521890Z test_without_world_size_existing_rank_can_communicate_with_new_rank_cuda (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0522290Z test_without_world_size_new_rank_can_communicated_with_existing_rank (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0522600Z test_worker_id (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0522880Z test_worker_info_pickle (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0523150Z test_world_size_one (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0523420Z test_wrong_types (__main__.TensorPipeRpcTest) 2022-05-18T05:13:26.0528250Z , <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_backward_multiple_round_trips_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_backward_no_grad_on_tensor_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_backward_rref_multi_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_backward_rref_nested_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_backward_rref_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_backward_simple_python_udf_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_backward_simple_script_call_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_backward_simple_self_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_backward_simple_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_backwards_nested_python_udf_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_context_cleanup_nested_rpc_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_context_cleanup_tensor_no_grad_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_context_cleanup_tensor_with_grad_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_embedding_bag_with_no_grad_tensors>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_graph_for_builtin_call_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_graph_for_builtin_remote_call_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_graph_for_py_nested_call_itself_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_graph_for_py_nested_call_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_graph_for_py_nested_remote_call_itself_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_graph_for_py_nested_remote_call_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_graph_for_python_call_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_graph_for_python_remote_call_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_mixed_requires_grad_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_multiple_backward_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_nested_backward_accumulate_grads_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_no_graph_with_tensors_not_require_grad_remote_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_no_graph_with_tensors_not_require_grad_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_remote_complex_args_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_rpc_complex_args_sparse>, <__main__.TensorPipeTensorPipeAgentDistAutogradTest testMethod=test_trainer_ps_sparse>]> 2022-05-18T05:13:26.0533480Z test_backward_different_dtypes_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0533980Z test_backward_multiple_round_trips_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0534420Z test_backward_no_grad_on_tensor_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0534840Z test_backward_rref_multi_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0535270Z test_backward_rref_nested_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0535690Z test_backward_rref_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0536140Z test_backward_simple_python_udf_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0536580Z test_backward_simple_script_call_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0537010Z test_backward_simple_self_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0537440Z test_backward_simple_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0537860Z test_backwards_nested_python_udf_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0538310Z test_context_cleanup_nested_rpc_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0538750Z test_context_cleanup_tensor_no_grad_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0539210Z test_context_cleanup_tensor_with_grad_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0539650Z test_embedding_bag_with_no_grad_tensors (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0540090Z test_graph_for_builtin_call_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0540530Z test_graph_for_builtin_remote_call_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0540980Z test_graph_for_py_nested_call_itself_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0541410Z test_graph_for_py_nested_call_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0541860Z test_graph_for_py_nested_remote_call_itself_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0542320Z test_graph_for_py_nested_remote_call_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0542950Z test_graph_for_python_call_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0543390Z test_graph_for_python_remote_call_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0543830Z test_mixed_requires_grad_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0544260Z test_multiple_backward_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0544690Z test_nested_backward_accumulate_grads_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0545170Z test_no_graph_with_tensors_not_require_grad_remote_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0545640Z test_no_graph_with_tensors_not_require_grad_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0546090Z test_remote_complex_args_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0546640Z test_rpc_complex_args_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0547060Z test_trainer_ps_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) 2022-05-18T05:13:26.0552060Z , <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_builtin_remote_self_sparse>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_infer_backend_from_options>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_meta_multiple_tensors>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_meta_one_tensor>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_meta_one_tensor_rref>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_mismatched_type_for_options>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_multi_builtin_remote_ret_sparse>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_multi_py_udf_remote_sparse>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_multi_rpc_sparse>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_my_parameter_server_sparse>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_nested_remote_sparse>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_nested_rpc_sparse>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_nested_rref_sparse>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_nested_rref_stress_sparse>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_op_with_invalid_args>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_py_rpc_rref_args_sparse>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_py_rref_args_sparse>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_py_rref_args_user_share_sparse>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_py_sparse_tensors_in_container>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_rref_get_type_timeout_blocking>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_rref_get_type_timeout_non_blocking>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_rref_proxy_timeout>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_self_py_udf_remote_sparse>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_self_remote_rref_as_remote_arg_sparse>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_self_remote_rref_as_rpc_arg_sparse>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_self_remote_rref_as_self_remote_arg_sparse>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_self_remote_rref_as_self_rpc_arg_sparse>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_send_to_rank_sparse>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_set_and_get_num_worker_threads>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_stress_heavy_rpc_sparse>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_tensorpipe_options_throw_on_timedelta_timeout>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_tensorpipe_set_default_timeout>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_wait_all_workers_sparse>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_wait_all_workers_twice_sparse>, <__main__.TensorPipeTensorPipeAgentRpcTest testMethod=test_world_size_one_sparse>]> 2022-05-18T05:13:26.0556640Z test_builtin_remote_ret_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0557030Z test_builtin_remote_self_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0557420Z test_infer_backend_from_options (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0557790Z test_meta_multiple_tensors (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0558150Z test_meta_one_tensor (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0558500Z test_meta_one_tensor_rref (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0558880Z test_mismatched_type_for_options (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0559260Z test_multi_builtin_remote_ret_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0559640Z test_multi_py_udf_remote_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0560010Z test_multi_rpc_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0560370Z test_my_parameter_server_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0560730Z test_nested_remote_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0561250Z test_nested_rpc_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0561650Z test_nested_rref_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0562010Z test_nested_rref_stress_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0562380Z test_op_with_invalid_args (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0562760Z test_py_rpc_rref_args_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0563130Z test_py_rref_args_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0563490Z test_py_rref_args_user_share_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0563880Z test_py_sparse_tensors_in_container (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0564260Z test_rref_get_type_timeout_blocking (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0564650Z test_rref_get_type_timeout_non_blocking (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0565020Z test_rref_proxy_timeout (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0565390Z test_self_py_udf_remote_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0565780Z test_self_remote_rref_as_remote_arg_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0566170Z test_self_remote_rref_as_rpc_arg_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0566570Z test_self_remote_rref_as_self_remote_arg_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0566980Z test_self_remote_rref_as_self_rpc_arg_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0567480Z test_send_to_rank_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0567870Z test_set_and_get_num_worker_threads (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0568250Z test_stress_heavy_rpc_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0568660Z test_tensorpipe_options_throw_on_timedelta_timeout (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0569080Z test_tensorpipe_set_default_timeout (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0569460Z test_wait_all_workers_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0569840Z test_wait_all_workers_twice_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0570430Z test_world_size_one_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) 2022-05-18T05:13:26.0571310Z , <__main__.TensorPipeThreeWorkersRemoteModuleTest testMethod=test_send_remote_module_over_the_wire>, <__main__.TensorPipeThreeWorkersRemoteModuleTest testMethod=test_send_remote_module_over_the_wire_script_not_supported>]> 2022-05-18T05:13:26.0572080Z test_create_remote_module_from_module_rref (__main__.TensorPipeThreeWorkersRemoteModuleTest) 2022-05-18T05:13:26.0572500Z test_send_remote_module_over_the_wire (__main__.TensorPipeThreeWorkersRemoteModuleTest) 2022-05-18T05:13:26.0572950Z test_send_remote_module_over_the_wire_script_not_supported (__main__.TensorPipeThreeWorkersRemoteModuleTest) 2022-05-18T05:13:27.1087530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5nd7ws88 2022-05-18T05:13:27.1090730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5nd7ws88/_remote_module_non_scriptable.py 2022-05-18T05:13:27.5314220Z 2022-05-18T05:13:27.5314980Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:13:27.5315340Z Running tests... 2022-05-18T05:13:27.5315720Z ---------------------------------------------------------------------- 2022-05-18T05:13:27.9169700Z test_ddp_comparison (__main__.TensorPipeDdpComparisonTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69662 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.385s) 2022-05-18T05:13:27.9214870Z 2022-05-18T05:13:27.9215740Z ---------------------------------------------------------------------- 2022-05-18T05:13:27.9216080Z Ran 1 test in 0.386s 2022-05-18T05:13:27.9216220Z 2022-05-18T05:13:27.9216300Z OK (skipped=1) 2022-05-18T05:13:27.9216420Z 2022-05-18T05:13:27.9216510Z Generating XML reports... 2022-05-18T05:13:27.9217130Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDdpComparisonTest-20220518051327.xml 2022-05-18T05:13:29.2513040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5g4cfc2v 2022-05-18T05:13:29.2516070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5g4cfc2v/_remote_module_non_scriptable.py 2022-05-18T05:13:29.6749310Z 2022-05-18T05:13:29.6750110Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:13:29.6750490Z Running tests... 2022-05-18T05:13:29.6750890Z ---------------------------------------------------------------------- 2022-05-18T05:13:30.0762260Z test_ddp_comparison_uneven_inputs (__main__.TensorPipeDdpComparisonTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8407 2022-05-18T05:13:30.0912350Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8408 2022-05-18T05:13:30.1082790Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8409 2022-05-18T05:13:30.1084600Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8410 2022-05-18T05:13:31.6491720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjj0njhn2 2022-05-18T05:13:31.6593160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjj0njhn2/_remote_module_non_scriptable.py 2022-05-18T05:13:31.6695420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp549xz56s 2022-05-18T05:13:31.6752650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp549xz56s/_remote_module_non_scriptable.py 2022-05-18T05:13:31.6797660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpch6dy6px 2022-05-18T05:13:31.6873090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpch6dy6px/_remote_module_non_scriptable.py 2022-05-18T05:13:31.6974470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfi4s_qtb 2022-05-18T05:13:31.6975140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfi4s_qtb/_remote_module_non_scriptable.py 2022-05-18T05:13:32.2254910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:13:32.2314770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:13:32.2462970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:13:32.2584780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:13:32.5120180Z 2022-05-18 05:13:32,510 ddp_under_dist_autograd_test.py:512 INFO p:process 3 t:MainThread: Running trainer rank: 3 2022-05-18T05:13:32.5121130Z 2022-05-18 05:13:32,510 ddp_under_dist_autograd_test.py:512 INFO p:process 2 t:MainThread: Running trainer rank: 2 2022-05-18T05:13:32.5123900Z 2022-05-18 05:13:32,510 ddp_under_dist_autograd_test.py:512 INFO p:process 1 t:MainThread: Running trainer rank: 1 2022-05-18T05:13:32.5133020Z 2022-05-18 05:13:32,511 ddp_under_dist_autograd_test.py:512 INFO p:process 0 t:MainThread: Running trainer rank: 0 2022-05-18T05:13:32.6085540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:13:32.6092550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:13:32.6094950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:13:32.6100690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:13:32.6103480Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:13:32.6293240Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:13:32.6509900Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:13:32.6512380Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:13:32.6921370Z 2022-05-18 05:13:32,688 ddp_under_dist_autograd_test.py:536 INFO p:process 2 t:MainThread: Rank 2 training with 3 inputs. 2022-05-18T05:13:32.7039730Z 2022-05-18 05:13:32,688 ddp_under_dist_autograd_test.py:536 INFO p:process 1 t:MainThread: Rank 1 training with 1 inputs. 2022-05-18T05:13:32.7215990Z 2022-05-18 05:13:32,689 ddp_under_dist_autograd_test.py:536 INFO p:process 3 t:MainThread: Rank 3 training with 1 inputs. 2022-05-18T05:13:32.7294660Z 2022-05-18 05:13:32,688 ddp_under_dist_autograd_test.py:536 INFO p:process 0 t:MainThread: Rank 0 training with 3 inputs. 2022-05-18T05:13:32.7364610Z 2022-05-18 05:13:32,736 ddp_under_dist_autograd_test.py:546 INFO p:process 0 t:MainThread: Trainer #0 got grad dict: {Parameter containing: 2022-05-18T05:13:32.7370910Z tensor([-0.0140, 0.5607, -0.0628], requires_grad=True): tensor([ 0.8064, 0.3855, -0.7461]), Parameter containing: 2022-05-18T05:13:32.7372420Z tensor([[-0.0053, 0.3793], 2022-05-18T05:13:32.7373390Z [-0.5820, -0.5204], 2022-05-18T05:13:32.7374220Z [-0.2723, 0.1896]], requires_grad=True): tensor([[ 0.4008, 0.4201], 2022-05-18T05:13:32.7375520Z [-0.0295, 0.0146], 2022-05-18T05:13:32.7376120Z [-0.4764, -0.2454]])} 2022-05-18T05:13:32.7378110Z 2022-05-18 05:13:32,736 ddp_under_dist_autograd_test.py:546 INFO p:process 1 t:MainThread: Trainer #1 got grad dict: {Parameter containing: 2022-05-18T05:13:32.7379050Z tensor([-0.0140, 0.5607, -0.0628], requires_grad=True): tensor([ 0.8064, 0.3855, -0.7461]), Parameter containing: 2022-05-18T05:13:32.7379710Z tensor([[-0.0053, 0.3793], 2022-05-18T05:13:32.7380250Z [-0.5820, -0.5204], 2022-05-18T05:13:32.7380900Z [-0.2723, 0.1896]], requires_grad=True): tensor([[ 0.4008, 0.4201], 2022-05-18T05:13:32.7381460Z [-0.0295, 0.0146], 2022-05-18T05:13:32.7382030Z [-0.4764, -0.2454]])} 2022-05-18T05:13:32.7382790Z 2022-05-18 05:13:32,736 ddp_under_dist_autograd_test.py:546 INFO p:process 2 t:MainThread: Trainer #2 got grad dict: {Parameter containing: 2022-05-18T05:13:32.7383410Z tensor([-0.0140, 0.5607, -0.0628], requires_grad=True): tensor([ 0.8064, 0.3855, -0.7461]), Parameter containing: 2022-05-18T05:13:32.7383790Z tensor([[-0.0053, 0.3793], 2022-05-18T05:13:32.7384060Z [-0.5820, -0.5204], 2022-05-18T05:13:32.7384430Z [-0.2723, 0.1896]], requires_grad=True): tensor([[ 0.4008, 0.4201], 2022-05-18T05:13:32.7384740Z [-0.0295, 0.0146], 2022-05-18T05:13:32.7391770Z [-0.4764, -0.2454]])} 2022-05-18T05:13:32.7392110Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:32.7395850Z 2022-05-18 05:13:32,739 ddp_under_dist_autograd_test.py:546 INFO p:process 3 t:MainThread: Trainer #3 got grad dict: {Parameter containing: 2022-05-18T05:13:32.7396490Z tensor([-0.0140, 0.5607, -0.0628], requires_grad=True): tensor([ 0.8064, 0.3855, -0.7461]), Parameter containing: 2022-05-18T05:13:32.7396850Z tensor([[-0.0053, 0.3793], 2022-05-18T05:13:32.7397120Z [-0.5820, -0.5204], 2022-05-18T05:13:32.7397480Z [-0.2723, 0.1896]], requires_grad=True): tensor([[ 0.4008, 0.4201], 2022-05-18T05:13:32.7397810Z [-0.0295, 0.0146], 2022-05-18T05:13:32.7398120Z [-0.4764, -0.2454]])} 2022-05-18T05:13:32.7415730Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:32.7416610Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:32.7417270Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:32.7596140Z 2022-05-18 05:13:32,759 ddp_under_dist_autograd_test.py:546 INFO p:process 0 t:MainThread: Trainer #0 got grad dict: {Parameter containing: 2022-05-18T05:13:32.7597070Z tensor([-0.0140, 0.5607, -0.0628], requires_grad=True): tensor([ 0.4440, -0.0091, -0.4064]), Parameter containing: 2022-05-18T05:13:32.7599120Z tensor([[-0.0053, 0.3793], 2022-05-18T05:13:32.7599700Z [-0.5820, -0.5204], 2022-05-18T05:13:32.7600340Z [-0.2723, 0.1896]], requires_grad=True): tensor([[ 0.2088, 0.2837], 2022-05-18T05:13:32.7600940Z [-0.0683, -0.0546], 2022-05-18T05:13:32.7601470Z [-0.3163, -0.1010]])} 2022-05-18T05:13:32.7602500Z 2022-05-18 05:13:32,759 ddp_under_dist_autograd_test.py:546 INFO p:process 2 t:MainThread: Trainer #2 got grad dict: {Parameter containing: 2022-05-18T05:13:32.7603180Z tensor([-0.0140, 0.5607, -0.0628], requires_grad=True): tensor([ 0.4440, -0.0091, -0.4064]), Parameter containing: 2022-05-18T05:13:32.7613200Z tensor([[-0.0053, 0.3793], 2022-05-18T05:13:32.7616890Z [-0.5820, -0.5204], 2022-05-18T05:13:32.7619010Z [-0.2723, 0.1896]], requires_grad=True): tensor([[ 0.2088, 0.2837], 2022-05-18T05:13:32.7619440Z [-0.0683, -0.0546], 2022-05-18T05:13:32.7619780Z [-0.3163, -0.1010]])} 2022-05-18T05:13:32.7734080Z 2022-05-18 05:13:32,773 ddp_under_dist_autograd_test.py:546 INFO p:process 0 t:MainThread: Trainer #0 got grad dict: {Parameter containing: 2022-05-18T05:13:32.7734970Z tensor([-0.0140, 0.5607, -0.0628], requires_grad=True): tensor([ 0.5231, -0.3445, -0.4621]), Parameter containing: 2022-05-18T05:13:32.7736220Z tensor([[-0.0053, 0.3793], 2022-05-18T05:13:32.7738000Z [-0.5820, -0.5204], 2022-05-18T05:13:32.7750730Z [-0.2723, 0.1896]], requires_grad=True): tensor([[ 0.3528, 0.3040], 2022-05-18T05:13:32.7754920Z [-0.2731, -0.2018], 2022-05-18T05:13:32.7755230Z [-0.3567, -0.2099]])} 2022-05-18T05:13:32.7755770Z 2022-05-18 05:13:32,773 ddp_under_dist_autograd_test.py:546 INFO p:process 2 t:MainThread: Trainer #2 got grad dict: {Parameter containing: 2022-05-18T05:13:32.7756380Z tensor([-0.0140, 0.5607, -0.0628], requires_grad=True): tensor([ 0.5231, -0.3445, -0.4621]), Parameter containing: 2022-05-18T05:13:32.7756740Z tensor([[-0.0053, 0.3793], 2022-05-18T05:13:32.7757020Z [-0.5820, -0.5204], 2022-05-18T05:13:32.7757430Z [-0.2723, 0.1896]], requires_grad=True): tensor([[ 0.3528, 0.3040], 2022-05-18T05:13:32.7757750Z [-0.2731, -0.2018], 2022-05-18T05:13:32.7758060Z [-0.3567, -0.2099]])} 2022-05-18T05:13:32.9654900Z /usr/local/miniconda/envs/build/lib/python3.8/tempfile.py:818: ResourceWarning: Implicitly cleaning up 2022-05-18T05:13:32.9759180Z _warnings.warn(warn_message, ResourceWarning) 2022-05-18T05:13:32.9860770Z /usr/local/miniconda/envs/build/lib/python3.8/tempfile.py:818: ResourceWarning: Implicitly cleaning up 2022-05-18T05:13:32.9962030Z _warnings.warn(warn_message, ResourceWarning) 2022-05-18T05:13:33.0064450Z /usr/local/miniconda/envs/build/lib/python3.8/tempfile.py:818: ResourceWarning: Implicitly cleaning up 2022-05-18T05:13:33.0165840Z _warnings.warn(warn_message, ResourceWarning) 2022-05-18T05:13:33.0267530Z /usr/local/miniconda/envs/build/lib/python3.8/tempfile.py:818: ResourceWarning: Implicitly cleaning up 2022-05-18T05:13:33.0368790Z _warnings.warn(warn_message, ResourceWarning) 2022-05-18T05:13:33.2571980Z ok (3.582s) 2022-05-18T05:13:33.2646450Z 2022-05-18T05:13:33.2647070Z ---------------------------------------------------------------------- 2022-05-18T05:13:33.2647380Z Ran 1 test in 3.583s 2022-05-18T05:13:33.2647510Z 2022-05-18T05:13:33.2647580Z OK 2022-05-18T05:13:33.2647680Z 2022-05-18T05:13:33.2647780Z Generating XML reports... 2022-05-18T05:13:33.2648440Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDdpComparisonTest-20220518051329.xml 2022-05-18T05:13:34.5932790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpte7ys3ob 2022-05-18T05:13:34.5935690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpte7ys3ob/_remote_module_non_scriptable.py 2022-05-18T05:13:35.0101390Z 2022-05-18T05:13:35.0101680Z Running tests... 2022-05-18T05:13:35.0102290Z ---------------------------------------------------------------------- 2022-05-18T05:13:35.0102810Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:13:35.4121620Z test_ddp_dist_autograd_local_vs_remote (__main__.TensorPipeDdpComparisonTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8418 2022-05-18T05:13:35.4251100Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8419 2022-05-18T05:13:35.4411180Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8420 2022-05-18T05:13:35.4466930Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8421 2022-05-18T05:13:36.9826640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9ap3_laa 2022-05-18T05:13:36.9863840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9ap3_laa/_remote_module_non_scriptable.py 2022-05-18T05:13:36.9958190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnmlb_1ti 2022-05-18T05:13:37.0010030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnmlb_1ti/_remote_module_non_scriptable.py 2022-05-18T05:13:37.0111360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv_d_1d7v 2022-05-18T05:13:37.0111970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv_d_1d7v/_remote_module_non_scriptable.py 2022-05-18T05:13:37.0317130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8elwwm3g 2022-05-18T05:13:37.0387250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8elwwm3g/_remote_module_non_scriptable.py 2022-05-18T05:13:37.5439430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:13:37.5716360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:13:37.5760980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:13:37.5897970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:13:37.8932110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:13:37.9049450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:13:37.9051600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:13:37.9058540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:13:37.9061190Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:13:37.9643710Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:13:37.9767340Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:13:37.9768860Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:13:38.1142210Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:38.1167750Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:38.1168210Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:38.1169140Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:38.1491200Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:38.1507600Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:38.1508670Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:38.1533120Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:38.6995090Z ok (3.689s) 2022-05-18T05:13:38.7144760Z 2022-05-18T05:13:38.7260790Z ---------------------------------------------------------------------- 2022-05-18T05:13:38.7282870Z Ran 1 test in 3.690s 2022-05-18T05:13:38.7284060Z 2022-05-18T05:13:38.7284940Z OK 2022-05-18T05:13:38.7285660Z 2022-05-18T05:13:38.7286510Z Generating XML reports... 2022-05-18T05:13:38.7287550Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDdpComparisonTest-20220518051335.xml 2022-05-18T05:13:40.0487100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp37_t0lrk 2022-05-18T05:13:40.0491000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp37_t0lrk/_remote_module_non_scriptable.py 2022-05-18T05:13:40.4677500Z 2022-05-18T05:13:40.4677810Z Running tests... 2022-05-18T05:13:40.4678570Z ---------------------------------------------------------------------- 2022-05-18T05:13:40.4679100Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:13:40.8684520Z test_ddp_dist_autograd_sparse_grads (__main__.TensorPipeDdpComparisonTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8430 2022-05-18T05:13:40.8832680Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8431 2022-05-18T05:13:40.9009760Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8432 2022-05-18T05:13:40.9118080Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8433 2022-05-18T05:13:42.4236010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyk9x5a_7 2022-05-18T05:13:42.4251850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyk9x5a_7/_remote_module_non_scriptable.py 2022-05-18T05:13:42.4933690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgd3mctcd 2022-05-18T05:13:42.5035300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgd3mctcd/_remote_module_non_scriptable.py 2022-05-18T05:13:42.5136740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6_zrkj4l 2022-05-18T05:13:42.5140480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6_zrkj4l/_remote_module_non_scriptable.py 2022-05-18T05:13:42.5240300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdjpgiksk 2022-05-18T05:13:42.5252150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdjpgiksk/_remote_module_non_scriptable.py 2022-05-18T05:13:43.0060750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:13:43.0460740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:13:43.0492640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:13:43.0573020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:13:43.3078290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:13:43.3103500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:13:43.3105810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:13:43.3111290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:13:43.3113990Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:13:43.3381600Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:13:43.3951340Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:13:43.3958960Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:13:43.4491890Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:43.4495830Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:43.4497950Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:43.4504680Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:44.0501060Z ok (3.582s) 2022-05-18T05:13:44.0570570Z 2022-05-18T05:13:44.0571480Z ---------------------------------------------------------------------- 2022-05-18T05:13:44.0571800Z Ran 1 test in 3.583s 2022-05-18T05:13:44.0571930Z 2022-05-18T05:13:44.0572000Z OK 2022-05-18T05:13:44.0572100Z 2022-05-18T05:13:44.0572220Z Generating XML reports... 2022-05-18T05:13:44.0572850Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDdpComparisonTest-20220518051340.xml 2022-05-18T05:13:45.3929940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa6moiarp 2022-05-18T05:13:45.3932720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa6moiarp/_remote_module_non_scriptable.py 2022-05-18T05:13:45.8144690Z 2022-05-18T05:13:45.8145920Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:13:45.8146340Z Running tests... 2022-05-18T05:13:45.8146770Z ---------------------------------------------------------------------- 2022-05-18T05:13:46.2219730Z test_backward_ddp_inside (__main__.TensorPipeDdpUnderDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8441 2022-05-18T05:13:46.2349670Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8442 2022-05-18T05:13:46.2477250Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8443 2022-05-18T05:13:46.2680160Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8444 2022-05-18T05:13:46.2832070Z INFO:torch.testing._internal.common_distributed:Started process 4 with pid 8445 2022-05-18T05:13:46.2961700Z INFO:torch.testing._internal.common_distributed:Started process 5 with pid 8446 2022-05-18T05:13:48.5523210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvgtsj18n 2022-05-18T05:13:48.5624750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvgtsj18n/_remote_module_non_scriptable.py 2022-05-18T05:13:48.5993900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6512q4n0 2022-05-18T05:13:48.6095220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6512q4n0/_remote_module_non_scriptable.py 2022-05-18T05:13:48.6196530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpligw9l1c 2022-05-18T05:13:48.6297830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpligw9l1c/_remote_module_non_scriptable.py 2022-05-18T05:13:48.6399070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8op8pu7d 2022-05-18T05:13:48.6500320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8op8pu7d/_remote_module_non_scriptable.py 2022-05-18T05:13:48.6802310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqd450lf_ 2022-05-18T05:13:48.6850850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqd450lf_/_remote_module_non_scriptable.py 2022-05-18T05:13:48.7141100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9lgeq98q 2022-05-18T05:13:48.7242360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9lgeq98q/_remote_module_non_scriptable.py 2022-05-18T05:13:49.5086600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:13:49.5187950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:13:49.5215510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:13:49.5224330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 4 2022-05-18T05:13:49.5676190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:13:49.5795710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 5 2022-05-18T05:13:49.7929230Z 2022-05-18 05:13:49,791 ddp_under_dist_autograd_test.py:368 INFO p:process 5 t:MainThread: Running the master process... 2022-05-18T05:13:49.7943370Z 2022-05-18 05:13:49,792 ddp_under_dist_autograd_test.py:329 INFO p:process 4 t:MainThread: The remote worker is running. 2022-05-18T05:13:49.7944710Z 2022-05-18 05:13:49,792 ddp_under_dist_autograd_test.py:348 INFO p:process 3 t:MainThread: Running the trainer #3... 2022-05-18T05:13:49.7945660Z 2022-05-18 05:13:49,792 ddp_under_dist_autograd_test.py:349 INFO p:process 3 t:MainThread: Initing trainer process group by trainer #3 with ranks [0, 1, 2, 3] 2022-05-18T05:13:49.7947970Z 2022-05-18 05:13:49,793 ddp_under_dist_autograd_test.py:348 INFO p:process 1 t:MainThread: Running the trainer #1... 2022-05-18T05:13:49.7948910Z 2022-05-18 05:13:49,793 ddp_under_dist_autograd_test.py:349 INFO p:process 1 t:MainThread: Initing trainer process group by trainer #1 with ranks [0, 1, 2, 3] 2022-05-18T05:13:49.7950390Z 2022-05-18 05:13:49,793 ddp_under_dist_autograd_test.py:348 INFO p:process 2 t:MainThread: Running the trainer #2... 2022-05-18T05:13:49.7952490Z 2022-05-18 05:13:49,793 ddp_under_dist_autograd_test.py:349 INFO p:process 2 t:MainThread: Initing trainer process group by trainer #2 with ranks [0, 1, 2, 3] 2022-05-18T05:13:49.7953990Z 2022-05-18 05:13:49,793 ddp_under_dist_autograd_test.py:348 INFO p:process 0 t:MainThread: Running the trainer #0... 2022-05-18T05:13:49.7954710Z 2022-05-18 05:13:49,793 ddp_under_dist_autograd_test.py:349 INFO p:process 0 t:MainThread: Initing trainer process group by trainer #0 with ranks [0, 1, 2, 3] 2022-05-18T05:13:49.8803400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:13:49.8806050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 4 2022-05-18T05:13:49.8913730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:13:49.8915590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:13:49.8929200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:13:49.8934230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 5 2022-05-18T05:13:49.8936880Z INFO:torch.distributed.distributed_c10d:Rank 5: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:13:49.9409670Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:13:49.9415020Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:13:49.9422060Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:13:49.9429250Z 2022-05-18 05:13:49,942 ddp_under_dist_autograd_test.py:359 INFO p:process 0 t:MainThread: Waiting for shutdown signal on trainer #0... 2022-05-18T05:13:49.9544990Z 2022-05-18 05:13:49,942 ddp_under_dist_autograd_test.py:359 INFO p:process 2 t:MainThread: Waiting for shutdown signal on trainer #2... 2022-05-18T05:13:49.9563960Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:13:49.9635960Z 2022-05-18 05:13:49,943 ddp_under_dist_autograd_test.py:382 INFO p:process 5 t:MainThread: Created remote rrefs on master 2022-05-18T05:13:49.9681630Z 2022-05-18 05:13:49,943 ddp_under_dist_autograd_test.py:359 INFO p:process 1 t:MainThread: Waiting for shutdown signal on trainer #1... 2022-05-18T05:13:49.9682330Z 2022-05-18 05:13:49,943 ddp_under_dist_autograd_test.py:359 INFO p:process 3 t:MainThread: Waiting for shutdown signal on trainer #3... 2022-05-18T05:13:49.9682970Z INFO:torch.distributed.distributed_c10d:Rank 4: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:13:49.9683430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 4 2022-05-18T05:13:49.9683840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 5 2022-05-18T05:13:49.9684750Z 2022-05-18 05:13:49,948 ddp_under_dist_autograd_test.py:94 INFO p:process 4 t:Dummy-2: Initing RemoteEM with 2 3 2022-05-18T05:13:49.9685380Z 2022-05-18 05:13:49,951 ddp_under_dist_autograd_test.py:120 INFO p:process 4 t:Dummy-3: Initing RemoteNet with 5 3 2022-05-18T05:13:50.0060200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:13:50.0065680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:13:50.0068640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 3 2022-05-18T05:13:50.0069900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:13:50.0071380Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:2 with 6 nodes. 2022-05-18T05:13:50.0072740Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 6 nodes. 2022-05-18T05:13:50.0640190Z INFO:torch.distributed.distributed_c10d:Rank 4: Completed store-based barrier for key:store_based_barrier_key:2 with 6 nodes. 2022-05-18T05:13:50.0645330Z INFO:torch.distributed.distributed_c10d:Rank 5: Completed store-based barrier for key:store_based_barrier_key:2 with 6 nodes. 2022-05-18T05:13:50.0652370Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 6 nodes. 2022-05-18T05:13:50.0660600Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 6 nodes. 2022-05-18T05:13:50.0741030Z 2022-05-18 05:13:50,068 ddp_under_dist_autograd_test.py:153 INFO p:process 0 t:Dummy-2: Use DDP for the second local net. 2022-05-18T05:13:50.0828850Z 2022-05-18 05:13:50,080 ddp_under_dist_autograd_test.py:153 INFO p:process 3 t:Dummy-2: Use DDP for the second local net. 2022-05-18T05:13:50.0930150Z 2022-05-18 05:13:50,080 ddp_under_dist_autograd_test.py:153 INFO p:process 1 t:Dummy-2: Use DDP for the second local net. 2022-05-18T05:13:50.1300490Z 2022-05-18 05:13:50,129 ddp_under_dist_autograd_test.py:153 INFO p:process 2 t:Dummy-2: Use DDP for the second local net. 2022-05-18T05:13:50.1559930Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/parallel/distributed.py:620: UserWarning: The `check_reduction` argument in `DistributedDataParallel` module is deprecated. Please avoid using it. 2022-05-18T05:13:50.1672300Z warnings.warn( 2022-05-18T05:13:50.1680240Z 2022-05-18 05:13:50,154 ddp_under_dist_autograd_test.py:158 INFO p:process 2 t:Dummy-2: HybridModel has 2 groups of parameters. 2022-05-18T05:13:50.1734820Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/parallel/distributed.py:620: UserWarning: The `check_reduction` argument in `DistributedDataParallel` module is deprecated. Please avoid using it. 2022-05-18T05:13:50.1846980Z warnings.warn( 2022-05-18T05:13:50.1947880Z 2022-05-18 05:13:50,154 ddp_under_dist_autograd_test.py:158 INFO p:process 0 t:Dummy-2: HybridModel has 2 groups of parameters. 2022-05-18T05:13:50.2049450Z 2022-05-18 05:13:50,154 ddp_under_dist_autograd_test.py:210 INFO p:process 2 t:Dummy-2: Succeeded in creating a HybridModel instance with 1 ddp params and 1 other local params. 2022-05-18T05:13:50.2144270Z 2022-05-18 05:13:50,154 ddp_under_dist_autograd_test.py:210 INFO p:process 0 t:Dummy-2: Succeeded in creating a HybridModel instance with 1 ddp params and 1 other local params. 2022-05-18T05:13:50.2184030Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/parallel/distributed.py:620: UserWarning: The `check_reduction` argument in `DistributedDataParallel` module is deprecated. Please avoid using it. 2022-05-18T05:13:50.2185750Z warnings.warn( 2022-05-18T05:13:50.2192370Z 2022-05-18 05:13:50,154 ddp_under_dist_autograd_test.py:158 INFO p:process 1 t:Dummy-2: HybridModel has 2 groups of parameters. 2022-05-18T05:13:50.2197190Z 2022-05-18 05:13:50,154 ddp_under_dist_autograd_test.py:210 INFO p:process 1 t:Dummy-2: Succeeded in creating a HybridModel instance with 1 ddp params and 1 other local params. 2022-05-18T05:13:50.2199890Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/parallel/distributed.py:620: UserWarning: The `check_reduction` argument in `DistributedDataParallel` module is deprecated. Please avoid using it. 2022-05-18T05:13:50.2205520Z warnings.warn( 2022-05-18T05:13:50.2206860Z 2022-05-18 05:13:50,155 ddp_under_dist_autograd_test.py:158 INFO p:process 3 t:Dummy-2: HybridModel has 2 groups of parameters. 2022-05-18T05:13:50.2208160Z 2022-05-18 05:13:50,155 ddp_under_dist_autograd_test.py:210 INFO p:process 3 t:Dummy-2: Succeeded in creating a HybridModel instance with 1 ddp params and 1 other local params. 2022-05-18T05:13:50.2576890Z 2022-05-18 05:13:50,257 ddp_under_dist_autograd_test.py:260 INFO p:process 3 t:Dummy-3: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., 1.], 2022-05-18T05:13:50.2587190Z [ 1., 1.], 2022-05-18T05:13:50.2618570Z [ 1., -1.], 2022-05-18T05:13:50.2625780Z [ 1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:50.2627190Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:50.2628260Z tensor([[-1., 1.], 2022-05-18T05:13:50.2629660Z [ 1., 1.]], requires_grad=True): tensor([[32., 16.], 2022-05-18T05:13:50.2630520Z [ 0., 16.]])} 2022-05-18T05:13:50.2631820Z 2022-05-18 05:13:50,257 ddp_under_dist_autograd_test.py:260 INFO p:process 2 t:Dummy-3: Loss is 56.0 for mini batch: FeatureSet(dense_features=tensor([[-1., 1.], 2022-05-18T05:13:50.2632910Z [-1., 1.], 2022-05-18T05:13:50.2633820Z [-1., -1.], 2022-05-18T05:13:50.2634980Z [-1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:50.2636180Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:50.2637170Z tensor([[-1., 1.], 2022-05-18T05:13:50.2638790Z [ 1., 1.]], requires_grad=True): tensor([[-16., 16.], 2022-05-18T05:13:50.2639810Z [-16., 16.]])} 2022-05-18T05:13:50.2641050Z 2022-05-18 05:13:50,257 ddp_under_dist_autograd_test.py:260 INFO p:process 0 t:Dummy-3: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., -1.], 2022-05-18T05:13:50.2648560Z [ 1., -1.], 2022-05-18T05:13:50.2651700Z [ 1., 1.], 2022-05-18T05:13:50.2658520Z [ 1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:50.2660550Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:50.2660920Z tensor([[-1., 1.], 2022-05-18T05:13:50.2661550Z [ 1., 1.]], requires_grad=True): tensor([[-32., -16.], 2022-05-18T05:13:50.2661880Z [ 0., -16.]])} 2022-05-18T05:13:50.2662450Z 2022-05-18 05:13:50,263 ddp_under_dist_autograd_test.py:260 INFO p:process 1 t:Dummy-3: Loss is -56.0 for mini batch: FeatureSet(dense_features=tensor([[-1., -1.], 2022-05-18T05:13:50.2662880Z [-1., -1.], 2022-05-18T05:13:50.2663130Z [-1., 1.], 2022-05-18T05:13:50.2663610Z [-1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:50.2664140Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:50.2664460Z tensor([[-1., 1.], 2022-05-18T05:13:50.2664810Z [ 1., 1.]], requires_grad=True): tensor([[ 16., -16.], 2022-05-18T05:13:50.2665110Z [ 16., -16.]])} 2022-05-18T05:13:50.2903930Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:50.2944990Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:50.2954540Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:50.2955090Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:50.3011880Z 2022-05-18 05:13:50,299 ddp_under_dist_autograd_test.py:260 INFO p:process 2 t:Dummy-4: Loss is 56.0 for mini batch: FeatureSet(dense_features=tensor([[-1., 1.], 2022-05-18T05:13:50.3015110Z [-1., 1.], 2022-05-18T05:13:50.3016260Z [-1., -1.], 2022-05-18T05:13:50.3016860Z [-1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:50.3019440Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:50.3021530Z tensor([[-1., 1.], 2022-05-18T05:13:50.3025980Z [ 1., 1.]], requires_grad=True): tensor([[-16., 16.], 2022-05-18T05:13:50.3080010Z [-16., 16.]])} 2022-05-18T05:13:50.3091080Z 2022-05-18 05:13:50,304 ddp_under_dist_autograd_test.py:260 INFO p:process 0 t:Dummy-4: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., -1.], 2022-05-18T05:13:50.3091590Z [ 1., -1.], 2022-05-18T05:13:50.3091810Z [ 1., 1.], 2022-05-18T05:13:50.3092770Z [ 1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:50.3093380Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:50.3093760Z tensor([[-1., 1.], 2022-05-18T05:13:50.3094160Z [ 1., 1.]], requires_grad=True): tensor([[-32., -16.], 2022-05-18T05:13:50.3094500Z [ 0., -16.]])} 2022-05-18T05:13:50.3095490Z 2022-05-18 05:13:50,304 ddp_under_dist_autograd_test.py:260 INFO p:process 1 t:Dummy-4: Loss is -56.0 for mini batch: FeatureSet(dense_features=tensor([[-1., -1.], 2022-05-18T05:13:50.3095940Z [-1., -1.], 2022-05-18T05:13:50.3096630Z [-1., 1.], 2022-05-18T05:13:50.3097190Z [-1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:50.3097710Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:50.3098040Z tensor([[-1., 1.], 2022-05-18T05:13:50.3098860Z [ 1., 1.]], requires_grad=True): tensor([[ 16., -16.], 2022-05-18T05:13:50.3099160Z [ 16., -16.]])} 2022-05-18T05:13:50.3099700Z 2022-05-18 05:13:50,306 ddp_under_dist_autograd_test.py:260 INFO p:process 3 t:Dummy-4: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., 1.], 2022-05-18T05:13:50.3100030Z [ 1., 1.], 2022-05-18T05:13:50.3100270Z [ 1., -1.], 2022-05-18T05:13:50.3100750Z [ 1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:50.3101270Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:50.3101600Z tensor([[-1., 1.], 2022-05-18T05:13:50.3101850Z [ 1., 1.]], requires_grad=True): tensor([[32., 16.], 2022-05-18T05:13:50.3102070Z [ 0., 16.]])} 2022-05-18T05:13:50.3478630Z 2022-05-18 05:13:50,346 ddp_under_dist_autograd_test.py:260 INFO p:process 0 t:Dummy-5: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., -1.], 2022-05-18T05:13:50.3511790Z [ 1., -1.], 2022-05-18T05:13:50.3515480Z [ 1., 1.], 2022-05-18T05:13:50.3516850Z [ 1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:50.3518180Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:50.3519370Z tensor([[-1., 1.], 2022-05-18T05:13:50.3520520Z [ 1., 1.]], requires_grad=True): tensor([[-32., -16.], 2022-05-18T05:13:50.3522220Z [ 0., -16.]])} 2022-05-18T05:13:50.3523640Z 2022-05-18 05:13:50,347 ddp_under_dist_autograd_test.py:260 INFO p:process 3 t:Dummy-5: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., 1.], 2022-05-18T05:13:50.3524680Z [ 1., 1.], 2022-05-18T05:13:50.3525660Z [ 1., -1.], 2022-05-18T05:13:50.3526870Z [ 1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:50.3528240Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:50.3528660Z tensor([[-1., 1.], 2022-05-18T05:13:50.3528950Z [ 1., 1.]], requires_grad=True): tensor([[32., 16.], 2022-05-18T05:13:50.3529690Z [ 0., 16.]])} 2022-05-18T05:13:50.3530290Z 2022-05-18 05:13:50,348 ddp_under_dist_autograd_test.py:260 INFO p:process 1 t:Dummy-5: Loss is -56.0 for mini batch: FeatureSet(dense_features=tensor([[-1., -1.], 2022-05-18T05:13:50.3530710Z [-1., -1.], 2022-05-18T05:13:50.3531000Z [-1., 1.], 2022-05-18T05:13:50.3531510Z [-1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:50.3532050Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:50.3532420Z tensor([[-1., 1.], 2022-05-18T05:13:50.3533280Z [ 1., 1.]], requires_grad=True): tensor([[ 16., -16.], 2022-05-18T05:13:50.3533630Z [ 16., -16.]])} 2022-05-18T05:13:50.3538400Z 2022-05-18 05:13:50,353 ddp_under_dist_autograd_test.py:260 INFO p:process 2 t:Dummy-5: Loss is 56.0 for mini batch: FeatureSet(dense_features=tensor([[-1., 1.], 2022-05-18T05:13:50.3546340Z [-1., 1.], 2022-05-18T05:13:50.3550930Z [-1., -1.], 2022-05-18T05:13:50.3551520Z [-1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:50.3552100Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:50.3552490Z tensor([[-1., 1.], 2022-05-18T05:13:50.3552890Z [ 1., 1.]], requires_grad=True): tensor([[-16., 16.], 2022-05-18T05:13:50.3553230Z [-16., 16.]])} 2022-05-18T05:13:50.3599930Z 2022-05-18 05:13:50,359 ddp_under_dist_autograd_test.py:364 INFO p:process 0 t:MainThread: Exiting the trainer #0... 2022-05-18T05:13:50.3610110Z 2022-05-18 05:13:50,360 ddp_under_dist_autograd_test.py:364 INFO p:process 1 t:MainThread: Exiting the trainer #1... 2022-05-18T05:13:50.3625060Z 2022-05-18 05:13:50,362 ddp_under_dist_autograd_test.py:364 INFO p:process 2 t:MainThread: Exiting the trainer #2... 2022-05-18T05:13:50.3637080Z 2022-05-18 05:13:50,362 ddp_under_dist_autograd_test.py:364 INFO p:process 3 t:MainThread: Exiting the trainer #3... 2022-05-18T05:13:50.3641900Z 2022-05-18 05:13:50,364 ddp_under_dist_autograd_test.py:344 INFO p:process 4 t:MainThread: Exiting remote worker. 2022-05-18T05:13:51.0124850Z ok (5.197s) 2022-05-18T05:13:51.0190900Z 2022-05-18T05:13:51.0191480Z ---------------------------------------------------------------------- 2022-05-18T05:13:51.0191780Z Ran 1 test in 5.198s 2022-05-18T05:13:51.0191920Z 2022-05-18T05:13:51.0191990Z OK 2022-05-18T05:13:51.0192100Z 2022-05-18T05:13:51.0192390Z Generating XML reports... 2022-05-18T05:13:51.0193310Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDdpUnderDistAutogradTest-20220518051345.xml 2022-05-18T05:13:52.3568500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2rd4v0v4 2022-05-18T05:13:52.3571460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2rd4v0v4/_remote_module_non_scriptable.py 2022-05-18T05:13:52.7810420Z 2022-05-18T05:13:52.7811680Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:13:52.7812100Z Running tests... 2022-05-18T05:13:52.7812520Z ---------------------------------------------------------------------- 2022-05-18T05:13:53.1838870Z test_backward_ddp_outside (__main__.TensorPipeDdpUnderDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8457 2022-05-18T05:13:53.1952910Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8458 2022-05-18T05:13:53.2121730Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8459 2022-05-18T05:13:53.2265130Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8460 2022-05-18T05:13:53.2429540Z INFO:torch.testing._internal.common_distributed:Started process 4 with pid 8461 2022-05-18T05:13:53.2531460Z INFO:torch.testing._internal.common_distributed:Started process 5 with pid 8462 2022-05-18T05:13:55.4900510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg0rb9cd2 2022-05-18T05:13:55.5000690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg0rb9cd2/_remote_module_non_scriptable.py 2022-05-18T05:13:55.5702620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqpr1d1ez 2022-05-18T05:13:55.5803020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqpr1d1ez/_remote_module_non_scriptable.py 2022-05-18T05:13:55.5977890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppss3luv_ 2022-05-18T05:13:55.6062690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuj5adv9_ 2022-05-18T05:13:55.6153420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuj5adv9_/_remote_module_non_scriptable.py 2022-05-18T05:13:55.6242170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppss3luv_/_remote_module_non_scriptable.py 2022-05-18T05:13:55.6343610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpit9f1u69 2022-05-18T05:13:55.6445750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpit9f1u69/_remote_module_non_scriptable.py 2022-05-18T05:13:55.6545630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ewl139v 2022-05-18T05:13:55.6646010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ewl139v/_remote_module_non_scriptable.py 2022-05-18T05:13:56.3801940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:13:56.4379560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 4 2022-05-18T05:13:56.4645290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:13:56.4672030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:13:56.4707290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:13:56.4857090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 5 2022-05-18T05:13:56.6458630Z 2022-05-18 05:13:56,645 ddp_under_dist_autograd_test.py:368 INFO p:process 5 t:MainThread: Running the master process... 2022-05-18T05:13:56.6479240Z 2022-05-18 05:13:56,645 ddp_under_dist_autograd_test.py:329 INFO p:process 4 t:MainThread: The remote worker is running. 2022-05-18T05:13:56.6480390Z 2022-05-18 05:13:56,646 ddp_under_dist_autograd_test.py:348 INFO p:process 3 t:MainThread: Running the trainer #3... 2022-05-18T05:13:56.6483580Z 2022-05-18 05:13:56,646 ddp_under_dist_autograd_test.py:349 INFO p:process 3 t:MainThread: Initing trainer process group by trainer #3 with ranks [0, 1, 2, 3] 2022-05-18T05:13:56.6485850Z 2022-05-18 05:13:56,646 ddp_under_dist_autograd_test.py:348 INFO p:process 2 t:MainThread: Running the trainer #2... 2022-05-18T05:13:56.6486930Z 2022-05-18 05:13:56,646 ddp_under_dist_autograd_test.py:349 INFO p:process 2 t:MainThread: Initing trainer process group by trainer #2 with ranks [0, 1, 2, 3] 2022-05-18T05:13:56.6487920Z 2022-05-18 05:13:56,646 ddp_under_dist_autograd_test.py:348 INFO p:process 1 t:MainThread: Running the trainer #1... 2022-05-18T05:13:56.6490200Z 2022-05-18 05:13:56,646 ddp_under_dist_autograd_test.py:349 INFO p:process 1 t:MainThread: Initing trainer process group by trainer #1 with ranks [0, 1, 2, 3] 2022-05-18T05:13:56.6490840Z 2022-05-18 05:13:56,647 ddp_under_dist_autograd_test.py:348 INFO p:process 0 t:MainThread: Running the trainer #0... 2022-05-18T05:13:56.6491490Z 2022-05-18 05:13:56,647 ddp_under_dist_autograd_test.py:349 INFO p:process 0 t:MainThread: Initing trainer process group by trainer #0 with ranks [0, 1, 2, 3] 2022-05-18T05:13:56.7076580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:13:56.7582370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:13:56.7590490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:13:56.7592280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:13:56.7603560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 4 2022-05-18T05:13:56.7605270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 5 2022-05-18T05:13:56.7606820Z INFO:torch.distributed.distributed_c10d:Rank 4: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:13:56.7608570Z INFO:torch.distributed.distributed_c10d:Rank 5: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:13:56.7713210Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:13:56.7845570Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:13:56.7851550Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:13:56.7857820Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:13:56.7866750Z 2022-05-18 05:13:56,786 ddp_under_dist_autograd_test.py:359 INFO p:process 0 t:MainThread: Waiting for shutdown signal on trainer #0... 2022-05-18T05:13:56.7975880Z 2022-05-18 05:13:56,797 ddp_under_dist_autograd_test.py:382 INFO p:process 5 t:MainThread: Created remote rrefs on master 2022-05-18T05:13:56.7998990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 5 2022-05-18T05:13:56.8112720Z 2022-05-18 05:13:56,799 ddp_under_dist_autograd_test.py:94 INFO p:process 4 t:Dummy-2: Initing RemoteEM with 2 3 2022-05-18T05:13:56.8214770Z 2022-05-18 05:13:56,801 ddp_under_dist_autograd_test.py:120 INFO p:process 4 t:Dummy-3: Initing RemoteNet with 5 3 2022-05-18T05:13:56.8218430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:13:56.8221710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 3 2022-05-18T05:13:56.8224440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:13:56.8233120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:13:56.8616400Z 2022-05-18 05:13:56,861 ddp_under_dist_autograd_test.py:359 INFO p:process 3 t:MainThread: Waiting for shutdown signal on trainer #3... 2022-05-18T05:13:56.8617810Z 2022-05-18 05:13:56,861 ddp_under_dist_autograd_test.py:359 INFO p:process 2 t:MainThread: Waiting for shutdown signal on trainer #2... 2022-05-18T05:13:56.8619480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 4 2022-05-18T05:13:56.8620950Z 2022-05-18 05:13:56,861 ddp_under_dist_autograd_test.py:359 INFO p:process 1 t:MainThread: Waiting for shutdown signal on trainer #1... 2022-05-18T05:13:56.8622260Z INFO:torch.distributed.distributed_c10d:Rank 4: Completed store-based barrier for key:store_based_barrier_key:2 with 6 nodes. 2022-05-18T05:13:56.8793760Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:2 with 6 nodes. 2022-05-18T05:13:56.8798320Z INFO:torch.distributed.distributed_c10d:Rank 5: Completed store-based barrier for key:store_based_barrier_key:2 with 6 nodes. 2022-05-18T05:13:56.8801630Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 6 nodes. 2022-05-18T05:13:56.8802720Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 6 nodes. 2022-05-18T05:13:56.8905230Z 2022-05-18 05:13:56,880 ddp_under_dist_autograd_test.py:158 INFO p:process 0 t:Dummy-2: HybridModel has 2 groups of parameters. 2022-05-18T05:13:56.9006450Z 2022-05-18 05:13:56,881 ddp_under_dist_autograd_test.py:202 INFO p:process 0 t:Dummy-2: Wrapping the whole hybrid module into DDP. 2022-05-18T05:13:56.9077840Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 6 nodes. 2022-05-18T05:13:56.9129970Z 2022-05-18 05:13:56,881 ddp_under_dist_autograd_test.py:158 INFO p:process 2 t:Dummy-2: HybridModel has 2 groups of parameters. 2022-05-18T05:13:56.9135930Z 2022-05-18 05:13:56,881 ddp_under_dist_autograd_test.py:202 INFO p:process 2 t:Dummy-2: Wrapping the whole hybrid module into DDP. 2022-05-18T05:13:56.9136850Z 2022-05-18 05:13:56,881 ddp_under_dist_autograd_test.py:158 INFO p:process 1 t:Dummy-2: HybridModel has 2 groups of parameters. 2022-05-18T05:13:56.9138170Z 2022-05-18 05:13:56,882 ddp_under_dist_autograd_test.py:202 INFO p:process 1 t:Dummy-2: Wrapping the whole hybrid module into DDP. 2022-05-18T05:13:56.9139650Z 2022-05-18 05:13:56,901 ddp_under_dist_autograd_test.py:158 INFO p:process 3 t:Dummy-2: HybridModel has 2 groups of parameters. 2022-05-18T05:13:56.9145000Z 2022-05-18 05:13:56,901 ddp_under_dist_autograd_test.py:202 INFO p:process 3 t:Dummy-2: Wrapping the whole hybrid module into DDP. 2022-05-18T05:13:56.9282870Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/parallel/distributed.py:620: UserWarning: The `check_reduction` argument in `DistributedDataParallel` module is deprecated. Please avoid using it. 2022-05-18T05:13:56.9320580Z warnings.warn( 2022-05-18T05:13:56.9397620Z 2022-05-18 05:13:56,928 ddp_under_dist_autograd_test.py:210 INFO p:process 2 t:Dummy-2: Succeeded in creating a HybridModel instance with 2 ddp params and 0 other local params. 2022-05-18T05:13:56.9627790Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/parallel/distributed.py:620: UserWarning: The `check_reduction` argument in `DistributedDataParallel` module is deprecated. Please avoid using it. 2022-05-18T05:13:56.9729200Z warnings.warn( 2022-05-18T05:13:56.9831740Z 2022-05-18 05:13:56,928 ddp_under_dist_autograd_test.py:210 INFO p:process 1 t:Dummy-2: Succeeded in creating a HybridModel instance with 2 ddp params and 0 other local params. 2022-05-18T05:13:56.9870260Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/parallel/distributed.py:620: UserWarning: The `check_reduction` argument in `DistributedDataParallel` module is deprecated. Please avoid using it. 2022-05-18T05:13:56.9917420Z warnings.warn( 2022-05-18T05:13:56.9926530Z 2022-05-18 05:13:56,928 ddp_under_dist_autograd_test.py:210 INFO p:process 0 t:Dummy-2: Succeeded in creating a HybridModel instance with 2 ddp params and 0 other local params. 2022-05-18T05:13:56.9932240Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/parallel/distributed.py:620: UserWarning: The `check_reduction` argument in `DistributedDataParallel` module is deprecated. Please avoid using it. 2022-05-18T05:13:56.9933280Z warnings.warn( 2022-05-18T05:13:56.9934430Z 2022-05-18 05:13:56,933 ddp_under_dist_autograd_test.py:210 INFO p:process 3 t:Dummy-2: Succeeded in creating a HybridModel instance with 2 ddp params and 0 other local params. 2022-05-18T05:13:57.0339100Z 2022-05-18 05:13:57,032 ddp_under_dist_autograd_test.py:260 INFO p:process 3 t:Dummy-3: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., 1.], 2022-05-18T05:13:57.0362910Z [ 1., 1.], 2022-05-18T05:13:57.0371330Z [ 1., -1.], 2022-05-18T05:13:57.0371960Z [ 1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:57.0372540Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:57.0372940Z tensor([[-1., 1.], 2022-05-18T05:13:57.0373240Z [ 1., 1.]], requires_grad=True): tensor([[0., 0.], 2022-05-18T05:13:57.0373480Z [0., 0.]])} 2022-05-18T05:13:57.0374070Z 2022-05-18 05:13:57,032 ddp_under_dist_autograd_test.py:260 INFO p:process 2 t:Dummy-3: Loss is 56.0 for mini batch: FeatureSet(dense_features=tensor([[-1., 1.], 2022-05-18T05:13:57.0374510Z [-1., 1.], 2022-05-18T05:13:57.0374810Z [-1., -1.], 2022-05-18T05:13:57.0375330Z [-1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:57.0375890Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:57.0376280Z tensor([[-1., 1.], 2022-05-18T05:13:57.0376560Z [ 1., 1.]], requires_grad=True): tensor([[0., 0.], 2022-05-18T05:13:57.0376790Z [0., 0.]])} 2022-05-18T05:13:57.0377390Z 2022-05-18 05:13:57,032 ddp_under_dist_autograd_test.py:260 INFO p:process 1 t:Dummy-3: Loss is -56.0 for mini batch: FeatureSet(dense_features=tensor([[-1., -1.], 2022-05-18T05:13:57.0378330Z [-1., -1.], 2022-05-18T05:13:57.0378570Z [-1., 1.], 2022-05-18T05:13:57.0379160Z [-1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:57.0379670Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:57.0380000Z tensor([[-1., 1.], 2022-05-18T05:13:57.0380230Z [ 1., 1.]], requires_grad=True): tensor([[0., 0.], 2022-05-18T05:13:57.0380450Z [0., 0.]])} 2022-05-18T05:13:57.0387000Z 2022-05-18 05:13:57,038 ddp_under_dist_autograd_test.py:260 INFO p:process 0 t:Dummy-3: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., -1.], 2022-05-18T05:13:57.0387860Z [ 1., -1.], 2022-05-18T05:13:57.0389220Z [ 1., 1.], 2022-05-18T05:13:57.0397030Z [ 1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:57.0402610Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:57.0403510Z tensor([[-1., 1.], 2022-05-18T05:13:57.0403780Z [ 1., 1.]], requires_grad=True): tensor([[0., 0.], 2022-05-18T05:13:57.0404010Z [0., 0.]])} 2022-05-18T05:13:57.0505710Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:57.0574840Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:57.0576420Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:57.0577030Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:13:57.0858190Z 2022-05-18 05:13:57,081 ddp_under_dist_autograd_test.py:260 INFO p:process 0 t:Dummy-4: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., -1.], 2022-05-18T05:13:57.0884430Z [ 1., -1.], 2022-05-18T05:13:57.0885170Z [ 1., 1.], 2022-05-18T05:13:57.0886340Z [ 1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:57.0887560Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:57.0888590Z tensor([[-1., 1.], 2022-05-18T05:13:57.0889570Z [ 1., 1.]], requires_grad=True): tensor([[0., 0.], 2022-05-18T05:13:57.0890420Z [0., 0.]])} 2022-05-18T05:13:57.0891720Z 2022-05-18 05:13:57,082 ddp_under_dist_autograd_test.py:260 INFO p:process 2 t:Dummy-4: Loss is 56.0 for mini batch: FeatureSet(dense_features=tensor([[-1., 1.], 2022-05-18T05:13:57.0892810Z [-1., 1.], 2022-05-18T05:13:57.0893740Z [-1., -1.], 2022-05-18T05:13:57.0894890Z [-1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:57.0908280Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:57.0913960Z tensor([[-1., 1.], 2022-05-18T05:13:57.0914810Z [ 1., 1.]], requires_grad=True): tensor([[0., 0.], 2022-05-18T05:13:57.0915080Z [0., 0.]])} 2022-05-18T05:13:57.0915690Z 2022-05-18 05:13:57,084 ddp_under_dist_autograd_test.py:260 INFO p:process 1 t:Dummy-4: Loss is -56.0 for mini batch: FeatureSet(dense_features=tensor([[-1., -1.], 2022-05-18T05:13:57.0916150Z [-1., -1.], 2022-05-18T05:13:57.0916440Z [-1., 1.], 2022-05-18T05:13:57.0916980Z [-1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:57.0917540Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:57.0917920Z tensor([[-1., 1.], 2022-05-18T05:13:57.0919130Z [ 1., 1.]], requires_grad=True): tensor([[0., 0.], 2022-05-18T05:13:57.0919430Z [0., 0.]])} 2022-05-18T05:13:57.0920020Z 2022-05-18 05:13:57,089 ddp_under_dist_autograd_test.py:260 INFO p:process 3 t:Dummy-4: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., 1.], 2022-05-18T05:13:57.0920380Z [ 1., 1.], 2022-05-18T05:13:57.0921120Z [ 1., -1.], 2022-05-18T05:13:57.0921830Z [ 1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:57.0922380Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:57.0922770Z tensor([[-1., 1.], 2022-05-18T05:13:57.0923040Z [ 1., 1.]], requires_grad=True): tensor([[0., 0.], 2022-05-18T05:13:57.0923280Z [0., 0.]])} 2022-05-18T05:13:57.1343020Z 2022-05-18 05:13:57,130 ddp_under_dist_autograd_test.py:260 INFO p:process 3 t:Dummy-5: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., 1.], 2022-05-18T05:13:57.1357850Z [ 1., 1.], 2022-05-18T05:13:57.1361490Z [ 1., -1.], 2022-05-18T05:13:57.1362670Z [ 1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:57.1363840Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:57.1364790Z tensor([[-1., 1.], 2022-05-18T05:13:57.1365650Z [ 1., 1.]], requires_grad=True): tensor([[0., 0.], 2022-05-18T05:13:57.1366440Z [0., 0.]])} 2022-05-18T05:13:57.1368130Z 2022-05-18 05:13:57,131 ddp_under_dist_autograd_test.py:260 INFO p:process 0 t:Dummy-5: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., -1.], 2022-05-18T05:13:57.1369300Z [ 1., -1.], 2022-05-18T05:13:57.1370090Z [ 1., 1.], 2022-05-18T05:13:57.1371190Z [ 1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:57.1372350Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:57.1373290Z tensor([[-1., 1.], 2022-05-18T05:13:57.1374130Z [ 1., 1.]], requires_grad=True): tensor([[0., 0.], 2022-05-18T05:13:57.1374930Z [0., 0.]])} 2022-05-18T05:13:57.1376070Z 2022-05-18 05:13:57,132 ddp_under_dist_autograd_test.py:260 INFO p:process 1 t:Dummy-5: Loss is -56.0 for mini batch: FeatureSet(dense_features=tensor([[-1., -1.], 2022-05-18T05:13:57.1377090Z [-1., -1.], 2022-05-18T05:13:57.1377750Z [-1., 1.], 2022-05-18T05:13:57.1378300Z [-1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:57.1378860Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:57.1379250Z tensor([[-1., 1.], 2022-05-18T05:13:57.1379520Z [ 1., 1.]], requires_grad=True): tensor([[0., 0.], 2022-05-18T05:13:57.1379770Z [0., 0.]])} 2022-05-18T05:13:57.1380880Z 2022-05-18 05:13:57,137 ddp_under_dist_autograd_test.py:260 INFO p:process 2 t:Dummy-5: Loss is 56.0 for mini batch: FeatureSet(dense_features=tensor([[-1., 1.], 2022-05-18T05:13:57.1390670Z [-1., 1.], 2022-05-18T05:13:57.1390990Z [-1., -1.], 2022-05-18T05:13:57.1395230Z [-1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:13:57.1395860Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[0., 0., 0.]]), Parameter containing: 2022-05-18T05:13:57.1396260Z tensor([[-1., 1.], 2022-05-18T05:13:57.1396540Z [ 1., 1.]], requires_grad=True): tensor([[0., 0.], 2022-05-18T05:13:57.1396780Z [0., 0.]])} 2022-05-18T05:13:57.1448300Z 2022-05-18 05:13:57,144 ddp_under_dist_autograd_test.py:364 INFO p:process 0 t:MainThread: Exiting the trainer #0... 2022-05-18T05:13:57.1459120Z 2022-05-18 05:13:57,145 ddp_under_dist_autograd_test.py:364 INFO p:process 1 t:MainThread: Exiting the trainer #1... 2022-05-18T05:13:57.1469620Z 2022-05-18 05:13:57,146 ddp_under_dist_autograd_test.py:364 INFO p:process 2 t:MainThread: Exiting the trainer #2... 2022-05-18T05:13:57.1478510Z 2022-05-18 05:13:57,147 ddp_under_dist_autograd_test.py:364 INFO p:process 3 t:MainThread: Exiting the trainer #3... 2022-05-18T05:13:57.1486690Z 2022-05-18 05:13:57,148 ddp_under_dist_autograd_test.py:344 INFO p:process 4 t:MainThread: Exiting remote worker. 2022-05-18T05:13:57.8843780Z ok (5.103s) 2022-05-18T05:13:57.8912680Z 2022-05-18T05:13:57.8913850Z ---------------------------------------------------------------------- 2022-05-18T05:13:57.8914410Z Ran 1 test in 5.104s 2022-05-18T05:13:57.8914720Z 2022-05-18T05:13:57.8914880Z OK 2022-05-18T05:13:57.8915030Z 2022-05-18T05:13:57.8915130Z Generating XML reports... 2022-05-18T05:13:57.8915860Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDdpUnderDistAutogradTest-20220518051352.xml 2022-05-18T05:13:59.2451980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplquu3585 2022-05-18T05:13:59.2459910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplquu3585/_remote_module_non_scriptable.py 2022-05-18T05:13:59.6668010Z 2022-05-18T05:13:59.6668750Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:13:59.6669520Z Running tests... 2022-05-18T05:13:59.6669980Z ---------------------------------------------------------------------- 2022-05-18T05:14:00.0692780Z test_backward_ddp_outside_uneven_inputs (__main__.TensorPipeDdpUnderDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8473 2022-05-18T05:14:00.0838840Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8474 2022-05-18T05:14:00.0999250Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8475 2022-05-18T05:14:00.1127050Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8476 2022-05-18T05:14:00.1176670Z INFO:torch.testing._internal.common_distributed:Started process 4 with pid 8477 2022-05-18T05:14:00.1390450Z INFO:torch.testing._internal.common_distributed:Started process 5 with pid 8478 2022-05-18T05:14:02.4224390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc79yj8gu 2022-05-18T05:14:02.4325700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp98lefldp 2022-05-18T05:14:02.4426900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp98lefldp/_remote_module_non_scriptable.py 2022-05-18T05:14:02.4501740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc79yj8gu/_remote_module_non_scriptable.py 2022-05-18T05:14:02.4633760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl9gdxzrf 2022-05-18T05:14:02.4735150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl9gdxzrf/_remote_module_non_scriptable.py 2022-05-18T05:14:02.4835970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdqdyf5rx 2022-05-18T05:14:02.4937520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdqdyf5rx/_remote_module_non_scriptable.py 2022-05-18T05:14:02.5013590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnbyzmzq7 2022-05-18T05:14:02.5115250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnbyzmzq7/_remote_module_non_scriptable.py 2022-05-18T05:14:02.5213120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbdum6f_w 2022-05-18T05:14:02.5314350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbdum6f_w/_remote_module_non_scriptable.py 2022-05-18T05:14:03.3112520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:14:03.3212990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:14:03.3353810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 4 2022-05-18T05:14:03.3370630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:14:03.3406910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 5 2022-05-18T05:14:03.3583300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:14:03.6125280Z 2022-05-18 05:14:03,611 ddp_under_dist_autograd_test.py:368 INFO p:process 5 t:MainThread: Running the master process... 2022-05-18T05:14:03.6141310Z 2022-05-18 05:14:03,611 ddp_under_dist_autograd_test.py:329 INFO p:process 4 t:MainThread: The remote worker is running. 2022-05-18T05:14:03.6144840Z 2022-05-18 05:14:03,612 ddp_under_dist_autograd_test.py:348 INFO p:process 3 t:MainThread: Running the trainer #3... 2022-05-18T05:14:03.6146580Z 2022-05-18 05:14:03,612 ddp_under_dist_autograd_test.py:349 INFO p:process 3 t:MainThread: Initing trainer process group by trainer #3 with ranks [0, 1, 2, 3] 2022-05-18T05:14:03.6147680Z 2022-05-18 05:14:03,612 ddp_under_dist_autograd_test.py:348 INFO p:process 1 t:MainThread: Running the trainer #1... 2022-05-18T05:14:03.6148820Z 2022-05-18 05:14:03,613 ddp_under_dist_autograd_test.py:349 INFO p:process 1 t:MainThread: Initing trainer process group by trainer #1 with ranks [0, 1, 2, 3] 2022-05-18T05:14:03.6149470Z 2022-05-18 05:14:03,613 ddp_under_dist_autograd_test.py:348 INFO p:process 2 t:MainThread: Running the trainer #2... 2022-05-18T05:14:03.6150110Z 2022-05-18 05:14:03,613 ddp_under_dist_autograd_test.py:349 INFO p:process 2 t:MainThread: Initing trainer process group by trainer #2 with ranks [0, 1, 2, 3] 2022-05-18T05:14:03.6150710Z 2022-05-18 05:14:03,613 ddp_under_dist_autograd_test.py:348 INFO p:process 0 t:MainThread: Running the trainer #0... 2022-05-18T05:14:03.6151340Z 2022-05-18 05:14:03,613 ddp_under_dist_autograd_test.py:349 INFO p:process 0 t:MainThread: Initing trainer process group by trainer #0 with ranks [0, 1, 2, 3] 2022-05-18T05:14:03.7758050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:14:03.7772090Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:14:03.7776490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:14:03.7787510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 4 2022-05-18T05:14:03.7789660Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:14:03.7795620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 5 2022-05-18T05:14:03.7798640Z INFO:torch.distributed.distributed_c10d:Rank 5: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:14:03.7876640Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:14:03.7879470Z 2022-05-18 05:14:03,787 ddp_under_dist_autograd_test.py:359 INFO p:process 0 t:MainThread: Waiting for shutdown signal on trainer #0... 2022-05-18T05:14:03.7881220Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:14:03.7884060Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:14:03.7885130Z 2022-05-18 05:14:03,788 ddp_under_dist_autograd_test.py:359 INFO p:process 1 t:MainThread: Waiting for shutdown signal on trainer #1... 2022-05-18T05:14:03.7885840Z 2022-05-18 05:14:03,788 ddp_under_dist_autograd_test.py:359 INFO p:process 3 t:MainThread: Waiting for shutdown signal on trainer #3... 2022-05-18T05:14:03.7990110Z INFO:torch.distributed.distributed_c10d:Rank 4: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:14:03.8161840Z 2022-05-18 05:14:03,799 ddp_under_dist_autograd_test.py:382 INFO p:process 5 t:MainThread: Created remote rrefs on master 2022-05-18T05:14:03.8162960Z 2022-05-18 05:14:03,799 ddp_under_dist_autograd_test.py:395 INFO p:process 5 t:MainThread: Running DDP + RPC test with simulating uneven inputs across trainers. 2022-05-18T05:14:03.8163680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 4 2022-05-18T05:14:03.8235260Z 2022-05-18 05:14:03,802 ddp_under_dist_autograd_test.py:120 INFO p:process 4 t:Dummy-2: Initing RemoteNet with 5 3 2022-05-18T05:14:03.8236630Z 2022-05-18 05:14:03,802 ddp_under_dist_autograd_test.py:94 INFO p:process 4 t:Dummy-3: Initing RemoteEM with 2 3 2022-05-18T05:14:03.8237470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 5 2022-05-18T05:14:03.8239050Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:14:03.8247270Z 2022-05-18 05:14:03,824 ddp_under_dist_autograd_test.py:359 INFO p:process 2 t:MainThread: Waiting for shutdown signal on trainer #2... 2022-05-18T05:14:03.8264340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:14:03.8268620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:14:03.8271780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 3 2022-05-18T05:14:03.8811510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:14:03.8814130Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 6 nodes. 2022-05-18T05:14:03.8823580Z 2022-05-18 05:14:03,882 ddp_under_dist_autograd_test.py:158 INFO p:process 0 t:Dummy-2: HybridModel has 2 groups of parameters. 2022-05-18T05:14:03.8824450Z 2022-05-18 05:14:03,882 ddp_under_dist_autograd_test.py:202 INFO p:process 0 t:Dummy-2: Wrapping the whole hybrid module into DDP. 2022-05-18T05:14:03.8907320Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 6 nodes. 2022-05-18T05:14:03.8942790Z 2022-05-18 05:14:03,891 ddp_under_dist_autograd_test.py:158 INFO p:process 1 t:Dummy-2: HybridModel has 2 groups of parameters. 2022-05-18T05:14:03.8943730Z 2022-05-18 05:14:03,891 ddp_under_dist_autograd_test.py:202 INFO p:process 1 t:Dummy-2: Wrapping the whole hybrid module into DDP. 2022-05-18T05:14:03.9029720Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 6 nodes. 2022-05-18T05:14:03.9131500Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:2 with 6 nodes. 2022-05-18T05:14:03.9232990Z 2022-05-18 05:14:03,903 ddp_under_dist_autograd_test.py:158 INFO p:process 2 t:Dummy-2: HybridModel has 2 groups of parameters. 2022-05-18T05:14:03.9276250Z 2022-05-18 05:14:03,903 ddp_under_dist_autograd_test.py:158 INFO p:process 3 t:Dummy-2: HybridModel has 2 groups of parameters. 2022-05-18T05:14:03.9298120Z 2022-05-18 05:14:03,903 ddp_under_dist_autograd_test.py:202 INFO p:process 2 t:Dummy-2: Wrapping the whole hybrid module into DDP. 2022-05-18T05:14:03.9299950Z 2022-05-18 05:14:03,903 ddp_under_dist_autograd_test.py:202 INFO p:process 3 t:Dummy-2: Wrapping the whole hybrid module into DDP. 2022-05-18T05:14:03.9304980Z INFO:torch.distributed.distributed_c10d:Rank 5: Completed store-based barrier for key:store_based_barrier_key:2 with 6 nodes. 2022-05-18T05:14:03.9306040Z INFO:torch.distributed.distributed_c10d:Rank 4: Completed store-based barrier for key:store_based_barrier_key:2 with 6 nodes. 2022-05-18T05:14:03.9360580Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/parallel/distributed.py:620: UserWarning: The `check_reduction` argument in `DistributedDataParallel` module is deprecated. Please avoid using it. 2022-05-18T05:14:03.9409480Z warnings.warn( 2022-05-18T05:14:03.9487030Z 2022-05-18 05:14:03,935 ddp_under_dist_autograd_test.py:210 INFO p:process 1 t:Dummy-2: Succeeded in creating a HybridModel instance with 2 ddp params and 0 other local params. 2022-05-18T05:14:03.9539210Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/parallel/distributed.py:620: UserWarning: The `check_reduction` argument in `DistributedDataParallel` module is deprecated. Please avoid using it. 2022-05-18T05:14:03.9663040Z warnings.warn( 2022-05-18T05:14:03.9767200Z 2022-05-18 05:14:03,935 ddp_under_dist_autograd_test.py:210 INFO p:process 3 t:Dummy-2: Succeeded in creating a HybridModel instance with 2 ddp params and 0 other local params. 2022-05-18T05:14:03.9869540Z 2022-05-18 05:14:03,936 ddp_under_dist_autograd_test.py:246 INFO p:process 1 t:Dummy-3: Trainer reduced input patches from 2 2022-05-18T05:14:03.9980940Z to 1 to simulate uneven inputs. 2022-05-18T05:14:04.0030820Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/parallel/distributed.py:620: UserWarning: The `check_reduction` argument in `DistributedDataParallel` module is deprecated. Please avoid using it. 2022-05-18T05:14:04.0054230Z warnings.warn( 2022-05-18T05:14:04.0081740Z 2022-05-18 05:14:03,936 ddp_under_dist_autograd_test.py:210 INFO p:process 0 t:Dummy-2: Succeeded in creating a HybridModel instance with 2 ddp params and 0 other local params. 2022-05-18T05:14:04.0083070Z 2022-05-18 05:14:03,937 ddp_under_dist_autograd_test.py:246 INFO p:process 0 t:Dummy-3: Trainer reduced input patches from 2 2022-05-18T05:14:04.0084170Z to 1 to simulate uneven inputs. 2022-05-18T05:14:04.0085530Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/parallel/distributed.py:620: UserWarning: The `check_reduction` argument in `DistributedDataParallel` module is deprecated. Please avoid using it. 2022-05-18T05:14:04.0086600Z warnings.warn( 2022-05-18T05:14:04.0087800Z 2022-05-18 05:14:03,941 ddp_under_dist_autograd_test.py:210 INFO p:process 2 t:Dummy-2: Succeeded in creating a HybridModel instance with 2 ddp params and 0 other local params. 2022-05-18T05:14:04.0485000Z 2022-05-18 05:14:04,048 ddp_under_dist_autograd_test.py:260 INFO p:process 2 t:Dummy-3: Loss is 56.0 for mini batch: FeatureSet(dense_features=tensor([[-1., 1.], 2022-05-18T05:14:04.0504790Z [-1., 1.], 2022-05-18T05:14:04.0505090Z [-1., -1.], 2022-05-18T05:14:04.0505580Z [-1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:04.0506110Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[ 0., 14., 14.]]), Parameter containing: 2022-05-18T05:14:04.0506440Z tensor([[-1., 1.], 2022-05-18T05:14:04.0506690Z [ 1., 1.]], requires_grad=True): tensor([[ 0., 12.], 2022-05-18T05:14:04.0506910Z [ 0., 4.]])} 2022-05-18T05:14:04.0507530Z 2022-05-18 05:14:04,048 ddp_under_dist_autograd_test.py:260 INFO p:process 3 t:Dummy-3: Loss is 28.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., 1.], 2022-05-18T05:14:04.0507890Z [ 1., 1.], 2022-05-18T05:14:04.0508840Z [ 1., -1.], 2022-05-18T05:14:04.0509370Z [ 1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:04.0509930Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[ 0., 14., 14.]]), Parameter containing: 2022-05-18T05:14:04.0510310Z tensor([[-1., 1.], 2022-05-18T05:14:04.0510590Z [ 1., 1.]], requires_grad=True): tensor([[ 0., 12.], 2022-05-18T05:14:04.0510840Z [ 0., 4.]])} 2022-05-18T05:14:04.0511520Z 2022-05-18 05:14:04,048 ddp_under_dist_autograd_test.py:260 INFO p:process 1 t:Dummy-3: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[-1., -1.], 2022-05-18T05:14:04.0511960Z [-1., -1.], 2022-05-18T05:14:04.0512240Z [-1., 1.], 2022-05-18T05:14:04.0512760Z [-1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:04.0513310Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[ 0., 14., 14.]]), Parameter containing: 2022-05-18T05:14:04.0513690Z tensor([[-1., 1.], 2022-05-18T05:14:04.0513970Z [ 1., 1.]], requires_grad=True): tensor([[ 0., 12.], 2022-05-18T05:14:04.0514210Z [ 0., 4.]])} 2022-05-18T05:14:04.0525310Z 2022-05-18 05:14:04,052 ddp_under_dist_autograd_test.py:260 INFO p:process 0 t:Dummy-3: Loss is 28.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., -1.], 2022-05-18T05:14:04.0525780Z [ 1., -1.], 2022-05-18T05:14:04.0534540Z [ 1., 1.], 2022-05-18T05:14:04.0538170Z [ 1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:04.0540030Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[ 0., 14., 14.]]), Parameter containing: 2022-05-18T05:14:04.0557090Z tensor([[-1., 1.], 2022-05-18T05:14:04.0557910Z [ 1., 1.]], requires_grad=True): tensor([[ 0., 12.], 2022-05-18T05:14:04.0558680Z [ 0., 4.]])} 2022-05-18T05:14:04.0559570Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:14:04.0567480Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:14:04.0731370Z 2022-05-18 05:14:04,072 ddp_under_dist_autograd_test.py:260 INFO p:process 2 t:Dummy-3: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[-1., 1.], 2022-05-18T05:14:04.0736730Z [-1., 1.], 2022-05-18T05:14:04.0737000Z [-1., -1.], 2022-05-18T05:14:04.0737490Z [-1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:04.0738000Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[7., 0., 0.]]), Parameter containing: 2022-05-18T05:14:04.0738320Z tensor([[-1., 1.], 2022-05-18T05:14:04.0738660Z [ 1., 1.]], requires_grad=True): tensor([[ 2., -2.], 2022-05-18T05:14:04.0739050Z [-2., 2.]])} 2022-05-18T05:14:04.0742790Z 2022-05-18 05:14:04,074 ddp_under_dist_autograd_test.py:260 INFO p:process 3 t:Dummy-3: Loss is -28.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., 1.], 2022-05-18T05:14:04.0743470Z [ 1., 1.], 2022-05-18T05:14:04.0755760Z [ 1., -1.], 2022-05-18T05:14:04.0759220Z [ 1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:04.0763580Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[7., 0., 0.]]), Parameter containing: 2022-05-18T05:14:04.0765880Z tensor([[-1., 1.], 2022-05-18T05:14:04.0779500Z [ 1., 1.]], requires_grad=True): tensor([[ 2., -2.], 2022-05-18T05:14:04.0799980Z [-2., 2.]])} 2022-05-18T05:14:04.0849180Z 2022-05-18 05:14:04,084 ddp_under_dist_autograd_test.py:246 INFO p:process 0 t:Dummy-4: Trainer reduced input patches from 2 2022-05-18T05:14:04.0869700Z to 1 to simulate uneven inputs. 2022-05-18T05:14:04.0902360Z 2022-05-18 05:14:04,087 ddp_under_dist_autograd_test.py:246 INFO p:process 1 t:Dummy-4: Trainer reduced input patches from 2 2022-05-18T05:14:04.0945550Z to 1 to simulate uneven inputs. 2022-05-18T05:14:04.1204750Z 2022-05-18 05:14:04,119 ddp_under_dist_autograd_test.py:260 INFO p:process 1 t:Dummy-4: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[-1., -1.], 2022-05-18T05:14:04.1217660Z [-1., -1.], 2022-05-18T05:14:04.1218740Z [-1., 1.], 2022-05-18T05:14:04.1222460Z [-1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:04.1223510Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[ 0., 14., 14.]]), Parameter containing: 2022-05-18T05:14:04.1223950Z tensor([[-1., 1.], 2022-05-18T05:14:04.1232940Z [ 1., 1.]], requires_grad=True): tensor([[ 0., 12.], 2022-05-18T05:14:04.1234100Z [ 0., 4.]])} 2022-05-18T05:14:04.1239790Z 2022-05-18 05:14:04,119 ddp_under_dist_autograd_test.py:260 INFO p:process 3 t:Dummy-4: Loss is 28.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., 1.], 2022-05-18T05:14:04.1244860Z [ 1., 1.], 2022-05-18T05:14:04.1246030Z [ 1., -1.], 2022-05-18T05:14:04.1247530Z [ 1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:04.1248800Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[ 0., 14., 14.]]), Parameter containing: 2022-05-18T05:14:04.1249770Z tensor([[-1., 1.], 2022-05-18T05:14:04.1251070Z [ 1., 1.]], requires_grad=True): tensor([[ 0., 12.], 2022-05-18T05:14:04.1273430Z [ 0., 4.]])} 2022-05-18T05:14:04.1284360Z 2022-05-18 05:14:04,119 ddp_under_dist_autograd_test.py:260 INFO p:process 0 t:Dummy-4: Loss is 28.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., -1.], 2022-05-18T05:14:04.1285530Z [ 1., -1.], 2022-05-18T05:14:04.1291440Z [ 1., 1.], 2022-05-18T05:14:04.1292780Z [ 1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:04.1293390Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[ 0., 14., 14.]]), Parameter containing: 2022-05-18T05:14:04.1293770Z tensor([[-1., 1.], 2022-05-18T05:14:04.1294680Z [ 1., 1.]], requires_grad=True): tensor([[ 0., 12.], 2022-05-18T05:14:04.1295740Z [ 0., 4.]])} 2022-05-18T05:14:04.1296990Z 2022-05-18 05:14:04,124 ddp_under_dist_autograd_test.py:260 INFO p:process 2 t:Dummy-4: Loss is 56.0 for mini batch: FeatureSet(dense_features=tensor([[-1., 1.], 2022-05-18T05:14:04.1303700Z [-1., 1.], 2022-05-18T05:14:04.1304020Z [-1., -1.], 2022-05-18T05:14:04.1307080Z [-1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:04.1317570Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[ 0., 14., 14.]]), Parameter containing: 2022-05-18T05:14:04.1323300Z tensor([[-1., 1.], 2022-05-18T05:14:04.1339920Z [ 1., 1.]], requires_grad=True): tensor([[ 0., 12.], 2022-05-18T05:14:04.1341830Z [ 0., 4.]])} 2022-05-18T05:14:04.1430240Z 2022-05-18 05:14:04,142 ddp_under_dist_autograd_test.py:260 INFO p:process 3 t:Dummy-4: Loss is -28.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., 1.], 2022-05-18T05:14:04.1433110Z [ 1., 1.], 2022-05-18T05:14:04.1451680Z [ 1., -1.], 2022-05-18T05:14:04.1472440Z [ 1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:04.1474460Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[7., 0., 0.]]), Parameter containing: 2022-05-18T05:14:04.1488710Z tensor([[-1., 1.], 2022-05-18T05:14:04.1489180Z [ 1., 1.]], requires_grad=True): tensor([[ 2., -2.], 2022-05-18T05:14:04.1493880Z [-2., 2.]])} 2022-05-18T05:14:04.1494970Z 2022-05-18 05:14:04,143 ddp_under_dist_autograd_test.py:260 INFO p:process 2 t:Dummy-4: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[-1., 1.], 2022-05-18T05:14:04.1495480Z [-1., 1.], 2022-05-18T05:14:04.1508790Z [-1., -1.], 2022-05-18T05:14:04.1509500Z [-1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:04.1525010Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[7., 0., 0.]]), Parameter containing: 2022-05-18T05:14:04.1557540Z tensor([[-1., 1.], 2022-05-18T05:14:04.1609590Z [ 1., 1.]], requires_grad=True): tensor([[ 2., -2.], 2022-05-18T05:14:04.1620570Z [-2., 2.]])} 2022-05-18T05:14:04.1633690Z 2022-05-18 05:14:04,151 ddp_under_dist_autograd_test.py:246 INFO p:process 0 t:Dummy-5: Trainer reduced input patches from 2 2022-05-18T05:14:04.1635570Z to 1 to simulate uneven inputs. 2022-05-18T05:14:04.1649710Z 2022-05-18 05:14:04,156 ddp_under_dist_autograd_test.py:246 INFO p:process 1 t:Dummy-5: Trainer reduced input patches from 2 2022-05-18T05:14:04.1653050Z to 1 to simulate uneven inputs. 2022-05-18T05:14:04.1900970Z 2022-05-18 05:14:04,187 ddp_under_dist_autograd_test.py:260 INFO p:process 1 t:Dummy-5: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[-1., -1.], 2022-05-18T05:14:04.1901630Z [-1., -1.], 2022-05-18T05:14:04.1901880Z [-1., 1.], 2022-05-18T05:14:04.1903330Z [-1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:04.1904010Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[ 0., 14., 14.]]), Parameter containing: 2022-05-18T05:14:04.1904350Z tensor([[-1., 1.], 2022-05-18T05:14:04.1904600Z [ 1., 1.]], requires_grad=True): tensor([[ 0., 12.], 2022-05-18T05:14:04.1904810Z [ 0., 4.]])} 2022-05-18T05:14:04.1906190Z 2022-05-18 05:14:04,187 ddp_under_dist_autograd_test.py:260 INFO p:process 0 t:Dummy-5: Loss is 28.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., -1.], 2022-05-18T05:14:04.1907410Z [ 1., -1.], 2022-05-18T05:14:04.1920010Z [ 1., 1.], 2022-05-18T05:14:04.1921740Z [ 1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:04.1932060Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[ 0., 14., 14.]]), Parameter containing: 2022-05-18T05:14:04.1933370Z tensor([[-1., 1.], 2022-05-18T05:14:04.1935010Z [ 1., 1.]], requires_grad=True): tensor([[ 0., 12.], 2022-05-18T05:14:04.1966930Z [ 0., 4.]])} 2022-05-18T05:14:04.1971790Z 2022-05-18 05:14:04,187 ddp_under_dist_autograd_test.py:260 INFO p:process 3 t:Dummy-5: Loss is 28.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., 1.], 2022-05-18T05:14:04.1988990Z [ 1., 1.], 2022-05-18T05:14:04.1990370Z [ 1., -1.], 2022-05-18T05:14:04.1992450Z [ 1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:04.2004980Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[ 0., 14., 14.]]), Parameter containing: 2022-05-18T05:14:04.2007200Z tensor([[-1., 1.], 2022-05-18T05:14:04.2009270Z [ 1., 1.]], requires_grad=True): tensor([[ 0., 12.], 2022-05-18T05:14:04.2020510Z [ 0., 4.]])} 2022-05-18T05:14:04.2031660Z 2022-05-18 05:14:04,193 ddp_under_dist_autograd_test.py:260 INFO p:process 2 t:Dummy-5: Loss is 56.0 for mini batch: FeatureSet(dense_features=tensor([[-1., 1.], 2022-05-18T05:14:04.2035320Z [-1., 1.], 2022-05-18T05:14:04.2048800Z [-1., -1.], 2022-05-18T05:14:04.2051220Z [-1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:04.2052480Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[ 0., 14., 14.]]), Parameter containing: 2022-05-18T05:14:04.2053200Z tensor([[-1., 1.], 2022-05-18T05:14:04.2053980Z [ 1., 1.]], requires_grad=True): tensor([[ 0., 12.], 2022-05-18T05:14:04.2054800Z [ 0., 4.]])} 2022-05-18T05:14:04.2123550Z 2022-05-18 05:14:04,212 ddp_under_dist_autograd_test.py:260 INFO p:process 3 t:Dummy-5: Loss is -28.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., 1.], 2022-05-18T05:14:04.2132640Z [ 1., 1.], 2022-05-18T05:14:04.2133980Z [ 1., -1.], 2022-05-18T05:14:04.2143710Z [ 1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:04.2144330Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[7., 0., 0.]]), Parameter containing: 2022-05-18T05:14:04.2150520Z tensor([[-1., 1.], 2022-05-18T05:14:04.2154060Z [ 1., 1.]], requires_grad=True): tensor([[ 2., -2.], 2022-05-18T05:14:04.2156070Z [-2., 2.]])} 2022-05-18T05:14:04.2160320Z 2022-05-18 05:14:04,213 ddp_under_dist_autograd_test.py:260 INFO p:process 2 t:Dummy-5: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[-1., 1.], 2022-05-18T05:14:04.2181790Z [-1., 1.], 2022-05-18T05:14:04.2187140Z [-1., -1.], 2022-05-18T05:14:04.2189260Z [-1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:04.2189880Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[7., 0., 0.]]), Parameter containing: 2022-05-18T05:14:04.2191200Z tensor([[-1., 1.], 2022-05-18T05:14:04.2193140Z [ 1., 1.]], requires_grad=True): tensor([[ 2., -2.], 2022-05-18T05:14:04.2194040Z [-2., 2.]])} 2022-05-18T05:14:04.2226980Z 2022-05-18 05:14:04,222 ddp_under_dist_autograd_test.py:364 INFO p:process 0 t:MainThread: Exiting the trainer #0... 2022-05-18T05:14:04.2241220Z 2022-05-18 05:14:04,223 ddp_under_dist_autograd_test.py:364 INFO p:process 1 t:MainThread: Exiting the trainer #1... 2022-05-18T05:14:04.2247760Z 2022-05-18 05:14:04,224 ddp_under_dist_autograd_test.py:364 INFO p:process 2 t:MainThread: Exiting the trainer #2... 2022-05-18T05:14:04.2260280Z 2022-05-18 05:14:04,225 ddp_under_dist_autograd_test.py:364 INFO p:process 3 t:MainThread: Exiting the trainer #3... 2022-05-18T05:14:04.2265620Z 2022-05-18 05:14:04,226 ddp_under_dist_autograd_test.py:344 INFO p:process 4 t:MainThread: Exiting remote worker. 2022-05-18T05:14:04.4287090Z /usr/local/miniconda/envs/build/lib/python3.8/tempfile.py:818: ResourceWarning: Implicitly cleaning up 2022-05-18T05:14:04.4387310Z _warnings.warn(warn_message, ResourceWarning) 2022-05-18T05:14:04.4489300Z /usr/local/miniconda/envs/build/lib/python3.8/tempfile.py:818: ResourceWarning: Implicitly cleaning up 2022-05-18T05:14:04.4589240Z _warnings.warn(warn_message, ResourceWarning) 2022-05-18T05:14:04.4691140Z /usr/local/miniconda/envs/build/lib/python3.8/tempfile.py:818: ResourceWarning: Implicitly cleaning up 2022-05-18T05:14:04.4791120Z _warnings.warn(warn_message, ResourceWarning) 2022-05-18T05:14:04.4892770Z /usr/local/miniconda/envs/build/lib/python3.8/tempfile.py:818: ResourceWarning: Implicitly cleaning up 2022-05-18T05:14:04.4993020Z _warnings.warn(warn_message, ResourceWarning) 2022-05-18T05:14:05.0211910Z ok (5.354s) 2022-05-18T05:14:05.0283200Z 2022-05-18T05:14:05.0284040Z ---------------------------------------------------------------------- 2022-05-18T05:14:05.0284360Z Ran 1 test in 5.355s 2022-05-18T05:14:05.0284480Z 2022-05-18T05:14:05.0284550Z OK 2022-05-18T05:14:05.0284660Z 2022-05-18T05:14:05.0285050Z Generating XML reports... 2022-05-18T05:14:05.0285740Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDdpUnderDistAutogradTest-20220518051359.xml 2022-05-18T05:14:06.3644770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb5avi_12 2022-05-18T05:14:06.3647920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb5avi_12/_remote_module_non_scriptable.py 2022-05-18T05:14:06.7858940Z 2022-05-18T05:14:06.7859220Z Running tests... 2022-05-18T05:14:06.7859880Z ---------------------------------------------------------------------- 2022-05-18T05:14:06.7860420Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:14:07.1901950Z test_backward_no_ddp (__main__.TensorPipeDdpUnderDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8488 2022-05-18T05:14:07.2035200Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8489 2022-05-18T05:14:07.2222330Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8490 2022-05-18T05:14:07.2397800Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8491 2022-05-18T05:14:07.2501240Z INFO:torch.testing._internal.common_distributed:Started process 4 with pid 8492 2022-05-18T05:14:07.2609560Z INFO:torch.testing._internal.common_distributed:Started process 5 with pid 8493 2022-05-18T05:14:09.5818820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp78m0ieu4 2022-05-18T05:14:09.5920180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp78m0ieu4/_remote_module_non_scriptable.py 2022-05-18T05:14:09.6522740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq0tnukjk 2022-05-18T05:14:09.6566180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq0tnukjk/_remote_module_non_scriptable.py 2022-05-18T05:14:09.6667360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5ejqu6gb 2022-05-18T05:14:09.6768710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5ejqu6gb/_remote_module_non_scriptable.py 2022-05-18T05:14:09.6870040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpne255pok 2022-05-18T05:14:09.6919960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpne255pok/_remote_module_non_scriptable.py 2022-05-18T05:14:09.7121680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqwrm3nyg 2022-05-18T05:14:09.7153910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo33qdm2y 2022-05-18T05:14:09.7356320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo33qdm2y/_remote_module_non_scriptable.py 2022-05-18T05:14:09.7457080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqwrm3nyg/_remote_module_non_scriptable.py 2022-05-18T05:14:10.4666550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:14:10.5367910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:14:10.5473880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 5 2022-05-18T05:14:10.5486580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:14:10.5636290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 4 2022-05-18T05:14:10.5652490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:14:10.7763410Z 2022-05-18 05:14:10,775 ddp_under_dist_autograd_test.py:348 INFO p:process 3 t:MainThread: Running the trainer #3... 2022-05-18T05:14:10.7772280Z 2022-05-18 05:14:10,776 ddp_under_dist_autograd_test.py:349 INFO p:process 3 t:MainThread: Initing trainer process group by trainer #3 with ranks [0, 1, 2, 3] 2022-05-18T05:14:10.7776250Z 2022-05-18 05:14:10,776 ddp_under_dist_autograd_test.py:348 INFO p:process 0 t:MainThread: Running the trainer #0... 2022-05-18T05:14:10.7782540Z 2022-05-18 05:14:10,776 ddp_under_dist_autograd_test.py:349 INFO p:process 0 t:MainThread: Initing trainer process group by trainer #0 with ranks [0, 1, 2, 3] 2022-05-18T05:14:10.7786190Z 2022-05-18 05:14:10,776 ddp_under_dist_autograd_test.py:368 INFO p:process 5 t:MainThread: Running the master process... 2022-05-18T05:14:10.7787720Z 2022-05-18 05:14:10,777 ddp_under_dist_autograd_test.py:329 INFO p:process 4 t:MainThread: The remote worker is running. 2022-05-18T05:14:10.7788810Z 2022-05-18 05:14:10,777 ddp_under_dist_autograd_test.py:348 INFO p:process 2 t:MainThread: Running the trainer #2... 2022-05-18T05:14:10.7789840Z 2022-05-18 05:14:10,778 ddp_under_dist_autograd_test.py:349 INFO p:process 2 t:MainThread: Initing trainer process group by trainer #2 with ranks [0, 1, 2, 3] 2022-05-18T05:14:10.7790830Z 2022-05-18 05:14:10,778 ddp_under_dist_autograd_test.py:348 INFO p:process 1 t:MainThread: Running the trainer #1... 2022-05-18T05:14:10.7792140Z 2022-05-18 05:14:10,778 ddp_under_dist_autograd_test.py:349 INFO p:process 1 t:MainThread: Initing trainer process group by trainer #1 with ranks [0, 1, 2, 3] 2022-05-18T05:14:10.7916760Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:14:10.7924530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:14:10.8281150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:14:10.8291200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 4 2022-05-18T05:14:10.8294120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:14:10.8303190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 5 2022-05-18T05:14:10.8305930Z INFO:torch.distributed.distributed_c10d:Rank 5: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:14:10.8794520Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:14:10.8797460Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:14:10.8800130Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:14:10.8802490Z INFO:torch.distributed.distributed_c10d:Rank 4: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:14:10.8805040Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 6 nodes. 2022-05-18T05:14:10.8808650Z 2022-05-18 05:14:10,880 ddp_under_dist_autograd_test.py:359 INFO p:process 0 t:MainThread: Waiting for shutdown signal on trainer #0... 2022-05-18T05:14:10.8810430Z 2022-05-18 05:14:10,880 ddp_under_dist_autograd_test.py:359 INFO p:process 1 t:MainThread: Waiting for shutdown signal on trainer #1... 2022-05-18T05:14:10.8912650Z 2022-05-18 05:14:10,891 ddp_under_dist_autograd_test.py:359 INFO p:process 3 t:MainThread: Waiting for shutdown signal on trainer #3... 2022-05-18T05:14:10.8918910Z 2022-05-18 05:14:10,891 ddp_under_dist_autograd_test.py:382 INFO p:process 5 t:MainThread: Created remote rrefs on master 2022-05-18T05:14:10.8944990Z 2022-05-18 05:14:10,892 ddp_under_dist_autograd_test.py:94 INFO p:process 4 t:Dummy-2: Initing RemoteEM with 2 3 2022-05-18T05:14:10.8975380Z 2022-05-18 05:14:10,893 ddp_under_dist_autograd_test.py:120 INFO p:process 4 t:Dummy-2: Initing RemoteNet with 5 3 2022-05-18T05:14:10.8987300Z 2022-05-18 05:14:10,897 ddp_under_dist_autograd_test.py:158 INFO p:process 0 t:Dummy-2: HybridModel has 2 groups of parameters. 2022-05-18T05:14:10.9088800Z 2022-05-18 05:14:10,898 ddp_under_dist_autograd_test.py:210 INFO p:process 0 t:Dummy-2: Succeeded in creating a HybridModel instance with 0 ddp params and 2 other local params. 2022-05-18T05:14:10.9170240Z 2022-05-18 05:14:10,900 ddp_under_dist_autograd_test.py:158 INFO p:process 1 t:Dummy-2: HybridModel has 2 groups of parameters. 2022-05-18T05:14:10.9171790Z 2022-05-18 05:14:10,901 ddp_under_dist_autograd_test.py:210 INFO p:process 1 t:Dummy-2: Succeeded in creating a HybridModel instance with 0 ddp params and 2 other local params. 2022-05-18T05:14:10.9172500Z 2022-05-18 05:14:10,907 ddp_under_dist_autograd_test.py:158 INFO p:process 3 t:Dummy-2: HybridModel has 2 groups of parameters. 2022-05-18T05:14:10.9173100Z 2022-05-18 05:14:10,907 ddp_under_dist_autograd_test.py:158 INFO p:process 2 t:Dummy-2: HybridModel has 2 groups of parameters. 2022-05-18T05:14:10.9173790Z 2022-05-18 05:14:10,907 ddp_under_dist_autograd_test.py:210 INFO p:process 2 t:Dummy-2: Succeeded in creating a HybridModel instance with 0 ddp params and 2 other local params. 2022-05-18T05:14:10.9174950Z 2022-05-18 05:14:10,907 ddp_under_dist_autograd_test.py:210 INFO p:process 3 t:Dummy-2: Succeeded in creating a HybridModel instance with 0 ddp params and 2 other local params. 2022-05-18T05:14:10.9823320Z 2022-05-18 05:14:10,981 ddp_under_dist_autograd_test.py:359 INFO p:process 2 t:MainThread: Waiting for shutdown signal on trainer #2... 2022-05-18T05:14:11.0255890Z 2022-05-18 05:14:11,025 ddp_under_dist_autograd_test.py:260 INFO p:process 0 t:Dummy-3: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., -1.], 2022-05-18T05:14:11.0276250Z [ 1., -1.], 2022-05-18T05:14:11.0287460Z [ 1., 1.], 2022-05-18T05:14:11.0306980Z [ 1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:11.0311960Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[-56., -28., -28.]]), Parameter containing: 2022-05-18T05:14:11.0312650Z tensor([[-1., 1.], 2022-05-18T05:14:11.0313650Z [ 1., 1.]], requires_grad=True): tensor([[-32., -16.], 2022-05-18T05:14:11.0314000Z [ 0., -16.]])} 2022-05-18T05:14:11.0315110Z 2022-05-18 05:14:11,025 ddp_under_dist_autograd_test.py:260 INFO p:process 2 t:Dummy-3: Loss is 56.0 for mini batch: FeatureSet(dense_features=tensor([[-1., 1.], 2022-05-18T05:14:11.0315550Z [-1., 1.], 2022-05-18T05:14:11.0315800Z [-1., -1.], 2022-05-18T05:14:11.0316570Z [-1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:11.0317090Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[ 0., 28., 28.]]), Parameter containing: 2022-05-18T05:14:11.0317410Z tensor([[-1., 1.], 2022-05-18T05:14:11.0318210Z [ 1., 1.]], requires_grad=True): tensor([[-16., 16.], 2022-05-18T05:14:11.0318540Z [-16., 16.]])} 2022-05-18T05:14:11.0319150Z 2022-05-18 05:14:11,025 ddp_under_dist_autograd_test.py:260 INFO p:process 1 t:Dummy-3: Loss is -56.0 for mini batch: FeatureSet(dense_features=tensor([[-1., -1.], 2022-05-18T05:14:11.0319550Z [-1., -1.], 2022-05-18T05:14:11.0319850Z [-1., 1.], 2022-05-18T05:14:11.0320680Z [-1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:11.0321200Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[ 0., -28., -28.]]), Parameter containing: 2022-05-18T05:14:11.0322160Z tensor([[-1., 1.], 2022-05-18T05:14:11.0322500Z [ 1., 1.]], requires_grad=True): tensor([[ 16., -16.], 2022-05-18T05:14:11.0322790Z [ 16., -16.]])} 2022-05-18T05:14:11.0523120Z 2022-05-18 05:14:11,051 ddp_under_dist_autograd_test.py:260 INFO p:process 3 t:Dummy-3: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., 1.], 2022-05-18T05:14:11.0524830Z [ 1., 1.], 2022-05-18T05:14:11.0534310Z [ 1., -1.], 2022-05-18T05:14:11.0539500Z [ 1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:11.0540970Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[56., 28., 28.]]), Parameter containing: 2022-05-18T05:14:11.0541350Z tensor([[-1., 1.], 2022-05-18T05:14:11.0541940Z [ 1., 1.]], requires_grad=True): tensor([[32., 16.], 2022-05-18T05:14:11.0542330Z [ 0., 16.]])} 2022-05-18T05:14:11.0896430Z 2022-05-18 05:14:11,088 ddp_under_dist_autograd_test.py:260 INFO p:process 0 t:Dummy-4: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., -1.], 2022-05-18T05:14:11.0924460Z [ 1., -1.], 2022-05-18T05:14:11.0966900Z [ 1., 1.], 2022-05-18T05:14:11.0972220Z [ 1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:11.0972860Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[-56., -28., -28.]]), Parameter containing: 2022-05-18T05:14:11.0973880Z tensor([[-1., 1.], 2022-05-18T05:14:11.0975500Z [ 1., 1.]], requires_grad=True): tensor([[-32., -16.], 2022-05-18T05:14:11.0976580Z [ 0., -16.]])} 2022-05-18T05:14:11.0977910Z 2022-05-18 05:14:11,092 ddp_under_dist_autograd_test.py:260 INFO p:process 2 t:Dummy-4: Loss is 56.0 for mini batch: FeatureSet(dense_features=tensor([[-1., 1.], 2022-05-18T05:14:11.0979040Z [-1., 1.], 2022-05-18T05:14:11.0980000Z [-1., -1.], 2022-05-18T05:14:11.0994010Z [-1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:11.0995760Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[ 0., 28., 28.]]), Parameter containing: 2022-05-18T05:14:11.0996830Z tensor([[-1., 1.], 2022-05-18T05:14:11.0997260Z [ 1., 1.]], requires_grad=True): tensor([[-16., 16.], 2022-05-18T05:14:11.0997610Z [-16., 16.]])} 2022-05-18T05:14:11.0998220Z 2022-05-18 05:14:11,094 ddp_under_dist_autograd_test.py:260 INFO p:process 1 t:Dummy-4: Loss is -56.0 for mini batch: FeatureSet(dense_features=tensor([[-1., -1.], 2022-05-18T05:14:11.0998670Z [-1., -1.], 2022-05-18T05:14:11.0998960Z [-1., 1.], 2022-05-18T05:14:11.0999630Z [-1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:11.1000220Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[ 0., -28., -28.]]), Parameter containing: 2022-05-18T05:14:11.1000600Z tensor([[-1., 1.], 2022-05-18T05:14:11.1000990Z [ 1., 1.]], requires_grad=True): tensor([[ 16., -16.], 2022-05-18T05:14:11.1001430Z [ 16., -16.]])} 2022-05-18T05:14:11.1002000Z 2022-05-18 05:14:11,097 ddp_under_dist_autograd_test.py:260 INFO p:process 3 t:Dummy-4: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., 1.], 2022-05-18T05:14:11.1002330Z [ 1., 1.], 2022-05-18T05:14:11.1002590Z [ 1., -1.], 2022-05-18T05:14:11.1003150Z [ 1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:11.1003730Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[56., 28., 28.]]), Parameter containing: 2022-05-18T05:14:11.1004110Z tensor([[-1., 1.], 2022-05-18T05:14:11.1004390Z [ 1., 1.]], requires_grad=True): tensor([[32., 16.], 2022-05-18T05:14:11.1004970Z [ 0., 16.]])} 2022-05-18T05:14:11.1366840Z 2022-05-18 05:14:11,134 ddp_under_dist_autograd_test.py:260 INFO p:process 0 t:Dummy-5: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., -1.], 2022-05-18T05:14:11.1379570Z [ 1., -1.], 2022-05-18T05:14:11.1401170Z [ 1., 1.], 2022-05-18T05:14:11.1402480Z [ 1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:11.1403800Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[-56., -28., -28.]]), Parameter containing: 2022-05-18T05:14:11.1404930Z tensor([[-1., 1.], 2022-05-18T05:14:11.1406060Z [ 1., 1.]], requires_grad=True): tensor([[-32., -16.], 2022-05-18T05:14:11.1407130Z [ 0., -16.]])} 2022-05-18T05:14:11.1408520Z 2022-05-18 05:14:11,134 ddp_under_dist_autograd_test.py:260 INFO p:process 2 t:Dummy-5: Loss is 56.0 for mini batch: FeatureSet(dense_features=tensor([[-1., 1.], 2022-05-18T05:14:11.1429890Z [-1., 1.], 2022-05-18T05:14:11.1436860Z [-1., -1.], 2022-05-18T05:14:11.1438480Z [-1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:11.1439030Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[ 0., 28., 28.]]), Parameter containing: 2022-05-18T05:14:11.1439360Z tensor([[-1., 1.], 2022-05-18T05:14:11.1439710Z [ 1., 1.]], requires_grad=True): tensor([[-16., 16.], 2022-05-18T05:14:11.1439980Z [-16., 16.]])} 2022-05-18T05:14:11.1441060Z 2022-05-18 05:14:11,140 ddp_under_dist_autograd_test.py:260 INFO p:process 1 t:Dummy-5: Loss is -56.0 for mini batch: FeatureSet(dense_features=tensor([[-1., -1.], 2022-05-18T05:14:11.1441590Z [-1., -1.], 2022-05-18T05:14:11.1441890Z [-1., 1.], 2022-05-18T05:14:11.1442410Z [-1., 1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([-1., -1., -1., -1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:11.1442980Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[ 0., -28., -28.]]), Parameter containing: 2022-05-18T05:14:11.1443350Z tensor([[-1., 1.], 2022-05-18T05:14:11.1443740Z [ 1., 1.]], requires_grad=True): tensor([[ 16., -16.], 2022-05-18T05:14:11.1444070Z [ 16., -16.]])} 2022-05-18T05:14:11.1445050Z 2022-05-18 05:14:11,141 ddp_under_dist_autograd_test.py:260 INFO p:process 3 t:Dummy-5: Loss is 0.0 for mini batch: FeatureSet(dense_features=tensor([[ 1., 1.], 2022-05-18T05:14:11.1445390Z [ 1., 1.], 2022-05-18T05:14:11.1445640Z [ 1., -1.], 2022-05-18T05:14:11.1446110Z [ 1., -1.]]), sparse_features=tensor([0, 1, 0, 1]), values=tensor([1., 1., 1., 1.])). Grads dict has 2 entries: {Parameter containing: 2022-05-18T05:14:11.1446610Z tensor([[-1., 1., 1.]], requires_grad=True): tensor([[56., 28., 28.]]), Parameter containing: 2022-05-18T05:14:11.1446930Z tensor([[-1., 1.], 2022-05-18T05:14:11.1447170Z [ 1., 1.]], requires_grad=True): tensor([[32., 16.], 2022-05-18T05:14:11.1498560Z [ 0., 16.]])} 2022-05-18T05:14:11.1499460Z 2022-05-18 05:14:11,149 ddp_under_dist_autograd_test.py:364 INFO p:process 0 t:MainThread: Exiting the trainer #0... 2022-05-18T05:14:11.1511620Z 2022-05-18 05:14:11,150 ddp_under_dist_autograd_test.py:364 INFO p:process 1 t:MainThread: Exiting the trainer #1... 2022-05-18T05:14:11.1519470Z 2022-05-18 05:14:11,151 ddp_under_dist_autograd_test.py:364 INFO p:process 2 t:MainThread: Exiting the trainer #2... 2022-05-18T05:14:11.1531980Z 2022-05-18 05:14:11,152 ddp_under_dist_autograd_test.py:364 INFO p:process 3 t:MainThread: Exiting the trainer #3... 2022-05-18T05:14:11.1546470Z 2022-05-18 05:14:11,154 ddp_under_dist_autograd_test.py:344 INFO p:process 4 t:MainThread: Exiting remote worker. 2022-05-18T05:14:11.7601720Z ok (4.974s) 2022-05-18T05:14:11.7668400Z 2022-05-18T05:14:11.7668940Z ---------------------------------------------------------------------- 2022-05-18T05:14:11.7669620Z Ran 1 test in 4.975s 2022-05-18T05:14:11.7669860Z 2022-05-18T05:14:11.7670100Z OK 2022-05-18T05:14:11.7670240Z 2022-05-18T05:14:11.7670340Z Generating XML reports... 2022-05-18T05:14:11.7671080Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDdpUnderDistAutogradTest-20220518051406.xml 2022-05-18T05:14:13.1020840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe639yum3 2022-05-18T05:14:13.1030810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe639yum3/_remote_module_non_scriptable.py 2022-05-18T05:14:13.5254720Z 2022-05-18T05:14:13.5255540Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:14:13.5255910Z Running tests... 2022-05-18T05:14:13.5256420Z ---------------------------------------------------------------------- 2022-05-18T05:14:13.5264650Z test_async_dist_autograd (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:14:13.9304300Z This test ensures async processing for distributed autograd works ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8504 2022-05-18T05:14:13.9422470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8505 2022-05-18T05:14:13.9563910Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8506 2022-05-18T05:14:13.9666320Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8507 2022-05-18T05:14:15.5204820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprvfpejeu 2022-05-18T05:14:15.5267580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprvfpejeu/_remote_module_non_scriptable.py 2022-05-18T05:14:15.5368610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpivselcc1 2022-05-18T05:14:15.5419140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpivselcc1/_remote_module_non_scriptable.py 2022-05-18T05:14:15.5469900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy270s6xw 2022-05-18T05:14:15.5535720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy270s6xw/_remote_module_non_scriptable.py 2022-05-18T05:14:15.5654140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphv066w7x 2022-05-18T05:14:15.5678080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphv066w7x/_remote_module_non_scriptable.py 2022-05-18T05:14:16.0940220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:14:16.0966620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:14:16.1224350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:14:16.1300020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:14:16.3364300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:14:16.4262750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:14:16.4265070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:14:16.4270690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:14:16.4273700Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:14:16.5044200Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:14:16.5048110Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:14:16.5050450Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:14:17.5397890Z ok (4.014s) 2022-05-18T05:14:17.5470230Z 2022-05-18T05:14:17.5470900Z ---------------------------------------------------------------------- 2022-05-18T05:14:17.5471420Z Ran 1 test in 4.015s 2022-05-18T05:14:17.5471580Z 2022-05-18T05:14:17.5471720Z OK 2022-05-18T05:14:17.5471830Z 2022-05-18T05:14:17.5471940Z Generating XML reports... 2022-05-18T05:14:17.5472640Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051413.xml 2022-05-18T05:14:18.8823320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyiig8i75 2022-05-18T05:14:18.8826680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyiig8i75/_remote_module_non_scriptable.py 2022-05-18T05:14:19.3265500Z 2022-05-18T05:14:19.3266250Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:14:19.3266610Z Running tests... 2022-05-18T05:14:19.3267110Z ---------------------------------------------------------------------- 2022-05-18T05:14:19.7323290Z test_autograd_context (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8516 2022-05-18T05:14:19.7460730Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8517 2022-05-18T05:14:19.7624130Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8518 2022-05-18T05:14:19.7728660Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8519 2022-05-18T05:14:21.2898710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9awhjg30 2022-05-18T05:14:21.2966770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9awhjg30/_remote_module_non_scriptable.py 2022-05-18T05:14:21.3066140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2xkbvsw6 2022-05-18T05:14:21.3102000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt33ix6_n 2022-05-18T05:14:21.3180410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt33ix6_n/_remote_module_non_scriptable.py 2022-05-18T05:14:21.3258240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2xkbvsw6/_remote_module_non_scriptable.py 2022-05-18T05:14:21.3918270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpes624oat 2022-05-18T05:14:21.4011130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpes624oat/_remote_module_non_scriptable.py 2022-05-18T05:14:21.8664930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:14:21.8698660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:14:21.8763900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:14:21.9296800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:14:23.2659970Z ok (3.939s) 2022-05-18T05:14:23.2731400Z 2022-05-18T05:14:23.2732310Z ---------------------------------------------------------------------- 2022-05-18T05:14:23.2732620Z Ran 1 test in 3.940s 2022-05-18T05:14:23.2732770Z 2022-05-18T05:14:23.2732830Z OK 2022-05-18T05:14:23.2732940Z 2022-05-18T05:14:23.2733040Z Generating XML reports... 2022-05-18T05:14:23.2733660Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051419.xml 2022-05-18T05:14:24.5998820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7d2fmmkf 2022-05-18T05:14:24.6001990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7d2fmmkf/_remote_module_non_scriptable.py 2022-05-18T05:14:25.0149920Z 2022-05-18T05:14:25.0150730Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:14:25.0151100Z Running tests... 2022-05-18T05:14:25.0151510Z ---------------------------------------------------------------------- 2022-05-18T05:14:25.4163490Z test_backward_accumulate_grads (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8527 2022-05-18T05:14:25.4288400Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8528 2022-05-18T05:14:25.4425440Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8529 2022-05-18T05:14:25.4533990Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8530 2022-05-18T05:14:26.9717480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr73q2c7o 2022-05-18T05:14:26.9742500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr73q2c7o/_remote_module_non_scriptable.py 2022-05-18T05:14:27.0060780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppejum_2z 2022-05-18T05:14:27.0093890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppejum_2z/_remote_module_non_scriptable.py 2022-05-18T05:14:27.0251400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd074i0xh 2022-05-18T05:14:27.0286390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd074i0xh/_remote_module_non_scriptable.py 2022-05-18T05:14:27.0568490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzval704b 2022-05-18T05:14:27.0661750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzval704b/_remote_module_non_scriptable.py 2022-05-18T05:14:27.5352630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:14:27.5733540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:14:27.5811960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:14:27.6038290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:14:28.2585360Z ok (3.243s) 2022-05-18T05:14:28.2654350Z 2022-05-18T05:14:28.2655060Z ---------------------------------------------------------------------- 2022-05-18T05:14:28.2655370Z Ran 1 test in 3.244s 2022-05-18T05:14:28.2655500Z 2022-05-18T05:14:28.2655570Z OK 2022-05-18T05:14:28.2655700Z 2022-05-18T05:14:28.2655790Z Generating XML reports... 2022-05-18T05:14:28.2656420Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051425.xml 2022-05-18T05:14:29.6190280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpik0k8sb5 2022-05-18T05:14:29.6193120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpik0k8sb5/_remote_module_non_scriptable.py 2022-05-18T05:14:30.0451500Z 2022-05-18T05:14:30.0452320Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:14:30.0452690Z Running tests... 2022-05-18T05:14:30.0453080Z ---------------------------------------------------------------------- 2022-05-18T05:14:30.4516590Z test_backward_autograd_engine_error (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8539 2022-05-18T05:14:30.4578530Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8540 2022-05-18T05:14:30.4734610Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8541 2022-05-18T05:14:30.4862550Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8542 2022-05-18T05:14:32.0308470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp05v7mzup 2022-05-18T05:14:32.0381490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp05v7mzup/_remote_module_non_scriptable.py 2022-05-18T05:14:32.0398410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprk73kgoo 2022-05-18T05:14:32.0415660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprk73kgoo/_remote_module_non_scriptable.py 2022-05-18T05:14:32.0471240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiccimjr3 2022-05-18T05:14:32.0508970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiccimjr3/_remote_module_non_scriptable.py 2022-05-18T05:14:32.0543130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxddao114 2022-05-18T05:14:32.0706360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxddao114/_remote_module_non_scriptable.py 2022-05-18T05:14:32.6014090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:14:32.6069440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:14:32.6076500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:14:32.6314600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:14:33.5478600Z ok (3.502s) 2022-05-18T05:14:33.5549340Z 2022-05-18T05:14:33.5550370Z ---------------------------------------------------------------------- 2022-05-18T05:14:33.5550710Z Ran 1 test in 3.503s 2022-05-18T05:14:33.5550850Z 2022-05-18T05:14:33.5550920Z OK 2022-05-18T05:14:33.5551030Z 2022-05-18T05:14:33.5551130Z Generating XML reports... 2022-05-18T05:14:33.5551760Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051430.xml 2022-05-18T05:14:34.8933510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppioh1gzj 2022-05-18T05:14:34.8936660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppioh1gzj/_remote_module_non_scriptable.py 2022-05-18T05:14:35.3229530Z 2022-05-18T05:14:35.3230270Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:14:35.3230640Z Running tests... 2022-05-18T05:14:35.3231030Z ---------------------------------------------------------------------- 2022-05-18T05:14:35.7377020Z test_backward_complex_python_udf (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8557 2022-05-18T05:14:35.7439370Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8558 2022-05-18T05:14:35.7642070Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8559 2022-05-18T05:14:35.7679300Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8560 2022-05-18T05:14:37.3071730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoxjruk7z 2022-05-18T05:14:37.3089370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoxjruk7z/_remote_module_non_scriptable.py 2022-05-18T05:14:37.3475540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_q4k4bmt 2022-05-18T05:14:37.3526920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_q4k4bmt/_remote_module_non_scriptable.py 2022-05-18T05:14:37.3628470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgv583f0z 2022-05-18T05:14:37.3629170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgv583f0z/_remote_module_non_scriptable.py 2022-05-18T05:14:37.3830790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3equy8gb 2022-05-18T05:14:37.3933080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3equy8gb/_remote_module_non_scriptable.py 2022-05-18T05:14:37.8890250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:14:37.9117220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:14:37.9179350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:14:37.9249760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:14:38.6325670Z ok (3.309s) 2022-05-18T05:14:38.6399720Z 2022-05-18T05:14:38.6400590Z ---------------------------------------------------------------------- 2022-05-18T05:14:38.6400910Z Ran 1 test in 3.310s 2022-05-18T05:14:38.6401080Z 2022-05-18T05:14:38.6401470Z OK 2022-05-18T05:14:38.6401730Z 2022-05-18T05:14:38.6401830Z Generating XML reports... 2022-05-18T05:14:38.6402510Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051435.xml 2022-05-18T05:14:39.9838320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_l463tq0 2022-05-18T05:14:39.9841030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_l463tq0/_remote_module_non_scriptable.py 2022-05-18T05:14:40.4105170Z 2022-05-18T05:14:40.4105860Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:14:40.4106350Z Running tests... 2022-05-18T05:14:40.4106750Z ---------------------------------------------------------------------- 2022-05-18T05:14:40.8117090Z test_backward_different_dtypes (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8569 2022-05-18T05:14:40.8250310Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8570 2022-05-18T05:14:40.8419270Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8571 2022-05-18T05:14:40.8522730Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8572 2022-05-18T05:14:42.3962820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvetam_6s 2022-05-18T05:14:42.4061750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvetam_6s/_remote_module_non_scriptable.py 2022-05-18T05:14:42.4085750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm1d7r0wg 2022-05-18T05:14:42.4159810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm1d7r0wg/_remote_module_non_scriptable.py 2022-05-18T05:14:42.4786340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps5qbs29g 2022-05-18T05:14:42.4806730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps5qbs29g/_remote_module_non_scriptable.py 2022-05-18T05:14:42.4901210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_dv1q3su 2022-05-18T05:14:42.4991050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_dv1q3su/_remote_module_non_scriptable.py 2022-05-18T05:14:42.9762920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:14:42.9794390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:14:43.0315320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:14:43.0369660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:14:43.8223650Z ok (3.412s) 2022-05-18T05:14:43.8302080Z 2022-05-18T05:14:43.8302860Z ---------------------------------------------------------------------- 2022-05-18T05:14:43.8303190Z Ran 1 test in 3.412s 2022-05-18T05:14:43.8303310Z 2022-05-18T05:14:43.8303380Z OK 2022-05-18T05:14:43.8303510Z 2022-05-18T05:14:43.8303610Z Generating XML reports... 2022-05-18T05:14:43.8304230Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051440.xml 2022-05-18T05:14:45.1890900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcsv622oh 2022-05-18T05:14:45.1893730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcsv622oh/_remote_module_non_scriptable.py 2022-05-18T05:14:45.6119880Z 2022-05-18T05:14:45.6120710Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:14:45.6121080Z Running tests... 2022-05-18T05:14:45.6121460Z ---------------------------------------------------------------------- 2022-05-18T05:14:46.0234730Z test_backward_different_tensor_dims (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8580 2022-05-18T05:14:46.0371610Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8581 2022-05-18T05:14:46.0514530Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8582 2022-05-18T05:14:46.0624050Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8583 2022-05-18T05:14:47.5773510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvxagz51c 2022-05-18T05:14:47.5844140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvxagz51c/_remote_module_non_scriptable.py 2022-05-18T05:14:47.5872660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5c616ef3 2022-05-18T05:14:47.5973030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5c616ef3/_remote_module_non_scriptable.py 2022-05-18T05:14:47.6370840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp45ze54wy 2022-05-18T05:14:47.6472420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp45ze54wy/_remote_module_non_scriptable.py 2022-05-18T05:14:47.6781660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppeg87riz 2022-05-18T05:14:47.6819200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppeg87riz/_remote_module_non_scriptable.py 2022-05-18T05:14:48.1641900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:14:48.1672050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:14:48.2000080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:14:48.2246600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:14:49.0088100Z ok (3.396s) 2022-05-18T05:14:49.0162470Z 2022-05-18T05:14:49.0163310Z ---------------------------------------------------------------------- 2022-05-18T05:14:49.0163790Z Ran 1 test in 3.397s 2022-05-18T05:14:49.0163970Z 2022-05-18T05:14:49.0164260Z OK 2022-05-18T05:14:49.0164370Z 2022-05-18T05:14:49.0164510Z Generating XML reports... 2022-05-18T05:14:49.0165550Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051445.xml 2022-05-18T05:14:50.3752800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptagzponu 2022-05-18T05:14:50.3755980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptagzponu/_remote_module_non_scriptable.py 2022-05-18T05:14:50.8062630Z 2022-05-18T05:14:50.8063420Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:14:50.8064200Z Running tests... 2022-05-18T05:14:50.8064680Z ---------------------------------------------------------------------- 2022-05-18T05:14:51.2092970Z test_backward_invalid_args (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8592 2022-05-18T05:14:51.2154100Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8593 2022-05-18T05:14:51.2357470Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8594 2022-05-18T05:14:51.2460000Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8595 2022-05-18T05:14:52.7822590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5t_siq5u 2022-05-18T05:14:52.7870130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5t_siq5u/_remote_module_non_scriptable.py 2022-05-18T05:14:52.7977280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx9ut6is7 2022-05-18T05:14:52.8011330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx9ut6is7/_remote_module_non_scriptable.py 2022-05-18T05:14:52.8042510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzek3ppjb 2022-05-18T05:14:52.8083840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzek3ppjb/_remote_module_non_scriptable.py 2022-05-18T05:14:52.8167110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy6nu1e3k 2022-05-18T05:14:52.8228040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy6nu1e3k/_remote_module_non_scriptable.py 2022-05-18T05:14:53.3660040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:14:53.3794220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:14:53.3836900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:14:53.3844880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:14:54.1701750Z ok (3.364s) 2022-05-18T05:14:54.1778860Z 2022-05-18T05:14:54.1779410Z ---------------------------------------------------------------------- 2022-05-18T05:14:54.1779730Z Ran 1 test in 3.364s 2022-05-18T05:14:54.1779870Z 2022-05-18T05:14:54.1779930Z OK 2022-05-18T05:14:54.1780030Z 2022-05-18T05:14:54.1780130Z Generating XML reports... 2022-05-18T05:14:54.1780770Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051450.xml 2022-05-18T05:14:55.5149520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr48c3tio 2022-05-18T05:14:55.5152590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr48c3tio/_remote_module_non_scriptable.py 2022-05-18T05:14:55.9359340Z 2022-05-18T05:14:55.9360130Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:14:55.9360490Z Running tests... 2022-05-18T05:14:55.9361360Z ---------------------------------------------------------------------- 2022-05-18T05:14:56.3379500Z test_backward_multiple_output_tensors (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8603 2022-05-18T05:14:56.3512160Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8604 2022-05-18T05:14:56.3684760Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8605 2022-05-18T05:14:56.3697870Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8606 2022-05-18T05:14:57.8714480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4zu8a8vu 2022-05-18T05:14:57.8780090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4zu8a8vu/_remote_module_non_scriptable.py 2022-05-18T05:14:57.9073190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppq36py_w 2022-05-18T05:14:57.9123150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppq36py_w/_remote_module_non_scriptable.py 2022-05-18T05:14:57.9769460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphsxlsxpe 2022-05-18T05:14:57.9860480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphsxlsxpe/_remote_module_non_scriptable.py 2022-05-18T05:14:58.0001580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_fvpuxlq 2022-05-18T05:14:58.0103460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_fvpuxlq/_remote_module_non_scriptable.py 2022-05-18T05:14:58.4580760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:14:58.4622390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:14:58.5251680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:14:58.5505670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:14:59.2984250Z ok (3.362s) 2022-05-18T05:14:59.3057510Z 2022-05-18T05:14:59.3059480Z ---------------------------------------------------------------------- 2022-05-18T05:14:59.3059830Z Ran 1 test in 3.363s 2022-05-18T05:14:59.3059970Z 2022-05-18T05:14:59.3060040Z OK 2022-05-18T05:14:59.3060140Z 2022-05-18T05:14:59.3060250Z Generating XML reports... 2022-05-18T05:14:59.3060890Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051455.xml 2022-05-18T05:15:00.6693050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptfhlu_5k 2022-05-18T05:15:00.6695980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptfhlu_5k/_remote_module_non_scriptable.py 2022-05-18T05:15:01.0906970Z 2022-05-18T05:15:01.0907770Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:15:01.0908170Z Running tests... 2022-05-18T05:15:01.0908550Z ---------------------------------------------------------------------- 2022-05-18T05:15:01.4955900Z test_backward_multiple_roots (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8615 2022-05-18T05:15:01.5104960Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8616 2022-05-18T05:15:01.5120030Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8617 2022-05-18T05:15:01.5249970Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8618 2022-05-18T05:15:03.0554120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf0uwyay3 2022-05-18T05:15:03.0654420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf0uwyay3/_remote_module_non_scriptable.py 2022-05-18T05:15:03.0843390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1_xp_ek5 2022-05-18T05:15:03.0885750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1_xp_ek5/_remote_module_non_scriptable.py 2022-05-18T05:15:03.1047590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnu77ua2d 2022-05-18T05:15:03.1068030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnu77ua2d/_remote_module_non_scriptable.py 2022-05-18T05:15:03.1571720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp35vuss0v 2022-05-18T05:15:03.1591400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp35vuss0v/_remote_module_non_scriptable.py 2022-05-18T05:15:03.6415890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:15:03.6609230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:15:03.6835350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:15:03.6888860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:15:04.5084730Z ok (3.418s) 2022-05-18T05:15:04.5157760Z 2022-05-18T05:15:04.5158460Z ---------------------------------------------------------------------- 2022-05-18T05:15:04.5158770Z Ran 1 test in 3.418s 2022-05-18T05:15:04.5159010Z 2022-05-18T05:15:04.5159320Z OK 2022-05-18T05:15:04.5159480Z 2022-05-18T05:15:04.5159760Z Generating XML reports... 2022-05-18T05:15:04.5160470Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051501.xml 2022-05-18T05:15:05.8512040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_qutlqjm 2022-05-18T05:15:05.8515530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_qutlqjm/_remote_module_non_scriptable.py 2022-05-18T05:15:06.2773060Z 2022-05-18T05:15:06.2773800Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:15:06.2774170Z Running tests... 2022-05-18T05:15:06.2774560Z ---------------------------------------------------------------------- 2022-05-18T05:15:06.6785690Z test_backward_multiple_round_trips (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8626 2022-05-18T05:15:06.6940540Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8627 2022-05-18T05:15:06.7054710Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8628 2022-05-18T05:15:06.7193660Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8629 2022-05-18T05:15:08.2318620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo6hw_7qi 2022-05-18T05:15:08.2406930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo6hw_7qi/_remote_module_non_scriptable.py 2022-05-18T05:15:08.2625610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpftdg7rtl 2022-05-18T05:15:08.2676360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpftdg7rtl/_remote_module_non_scriptable.py 2022-05-18T05:15:08.3200800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxp6kfe50 2022-05-18T05:15:08.3269080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxp6kfe50/_remote_module_non_scriptable.py 2022-05-18T05:15:08.3327330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi3r3y2me 2022-05-18T05:15:08.3405030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi3r3y2me/_remote_module_non_scriptable.py 2022-05-18T05:15:08.8231170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:15:08.8522910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:15:08.8636260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:15:08.8806700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:15:09.6633140Z ok (3.386s) 2022-05-18T05:15:09.6748380Z 2022-05-18T05:15:09.6749290Z ---------------------------------------------------------------------- 2022-05-18T05:15:09.6749900Z Ran 1 test in 3.386s 2022-05-18T05:15:09.6750240Z 2022-05-18T05:15:09.6750460Z OK 2022-05-18T05:15:09.6750760Z 2022-05-18T05:15:09.6751010Z Generating XML reports... 2022-05-18T05:15:09.6751870Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051506.xml 2022-05-18T05:15:11.0306930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbjmbvq0k 2022-05-18T05:15:11.0307620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbjmbvq0k/_remote_module_non_scriptable.py 2022-05-18T05:15:11.4527390Z 2022-05-18T05:15:11.4528360Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:15:11.4529340Z Running tests... 2022-05-18T05:15:11.4531040Z ---------------------------------------------------------------------- 2022-05-18T05:15:11.8562380Z test_backward_no_grad_on_tensor (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8638 2022-05-18T05:15:11.8703940Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8639 2022-05-18T05:15:11.8859790Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8640 2022-05-18T05:15:11.8916440Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8641 2022-05-18T05:15:13.4449060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6scyh764 2022-05-18T05:15:13.4534020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6scyh764/_remote_module_non_scriptable.py 2022-05-18T05:15:13.4737140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp898s5q8i 2022-05-18T05:15:13.4838470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp898s5q8i/_remote_module_non_scriptable.py 2022-05-18T05:15:13.4839120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjgph4o48 2022-05-18T05:15:13.5039890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjgph4o48/_remote_module_non_scriptable.py 2022-05-18T05:15:13.5547070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1o2pg52o 2022-05-18T05:15:13.5557780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1o2pg52o/_remote_module_non_scriptable.py 2022-05-18T05:15:14.0346320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:15:14.0480810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:15:14.0485850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:15:14.1065040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:15:14.7615910Z ok (3.309s) 2022-05-18T05:15:14.7689090Z 2022-05-18T05:15:14.7689760Z ---------------------------------------------------------------------- 2022-05-18T05:15:14.7690110Z Ran 1 test in 3.309s 2022-05-18T05:15:14.7690250Z 2022-05-18T05:15:14.7690340Z OK 2022-05-18T05:15:14.7690450Z 2022-05-18T05:15:14.7690550Z Generating XML reports... 2022-05-18T05:15:14.7691280Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051511.xml 2022-05-18T05:15:16.1083640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9uhh8yhd 2022-05-18T05:15:16.1086560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9uhh8yhd/_remote_module_non_scriptable.py 2022-05-18T05:15:16.5397380Z 2022-05-18T05:15:16.5398160Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:15:16.5398520Z Running tests... 2022-05-18T05:15:16.5398980Z ---------------------------------------------------------------------- 2022-05-18T05:15:16.5416750Z test_backward_node_failure (__main__.TensorPipeDistAutogradTest) ... skip: Test is flaky on MacOS since libuv error handling is not as robust as TCP (0.002s) 2022-05-18T05:15:16.5476390Z 2022-05-18T05:15:16.5477130Z ---------------------------------------------------------------------- 2022-05-18T05:15:16.5477510Z Ran 1 test in 0.002s 2022-05-18T05:15:16.5477640Z 2022-05-18T05:15:16.5477730Z OK (skipped=1) 2022-05-18T05:15:16.5478420Z 2022-05-18T05:15:16.5478520Z Generating XML reports... 2022-05-18T05:15:16.5479190Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051516.xml 2022-05-18T05:15:17.7922000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc4vgyuya 2022-05-18T05:15:17.7924980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc4vgyuya/_remote_module_non_scriptable.py 2022-05-18T05:15:18.2112420Z 2022-05-18T05:15:18.2113190Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:15:18.2113550Z Running tests... 2022-05-18T05:15:18.2113940Z ---------------------------------------------------------------------- 2022-05-18T05:15:18.2134100Z test_backward_node_failure_python_udf (__main__.TensorPipeDistAutogradTest) ... skip: Test is flaky on MacOS since libuv error handling is not as robust as TCP (0.002s) 2022-05-18T05:15:18.2192220Z 2022-05-18T05:15:18.2192800Z ---------------------------------------------------------------------- 2022-05-18T05:15:18.2193090Z Ran 1 test in 0.002s 2022-05-18T05:15:18.2193230Z 2022-05-18T05:15:18.2193320Z OK (skipped=1) 2022-05-18T05:15:18.2193440Z 2022-05-18T05:15:18.2193530Z Generating XML reports... 2022-05-18T05:15:18.2194150Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051518.xml 2022-05-18T05:15:19.4403120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphhgzjf38 2022-05-18T05:15:19.4406030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphhgzjf38/_remote_module_non_scriptable.py 2022-05-18T05:15:19.8876640Z 2022-05-18T05:15:19.8877400Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:15:19.8877900Z Running tests... 2022-05-18T05:15:19.8878610Z ---------------------------------------------------------------------- 2022-05-18T05:15:20.2923800Z test_backward_python_udf_error (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8654 2022-05-18T05:15:20.2998250Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8655 2022-05-18T05:15:20.3203000Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8656 2022-05-18T05:15:20.3356330Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8657 2022-05-18T05:15:21.8533190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeeaureue 2022-05-18T05:15:21.8581630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeeaureue/_remote_module_non_scriptable.py 2022-05-18T05:15:21.8844820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8t8mdsks 2022-05-18T05:15:21.8927720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpap8a9hp8 2022-05-18T05:15:21.9029370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpap8a9hp8/_remote_module_non_scriptable.py 2022-05-18T05:15:21.9039300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8t8mdsks/_remote_module_non_scriptable.py 2022-05-18T05:15:21.9090850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcqzgt5gj 2022-05-18T05:15:21.9151810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcqzgt5gj/_remote_module_non_scriptable.py 2022-05-18T05:15:22.4159230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:15:22.4493350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:15:22.4506040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:15:22.4675190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:15:23.3681730Z ok (3.480s) 2022-05-18T05:15:23.3749830Z 2022-05-18T05:15:23.3750710Z ---------------------------------------------------------------------- 2022-05-18T05:15:23.3751080Z Ran 1 test in 3.481s 2022-05-18T05:15:23.3751320Z 2022-05-18T05:15:23.3751430Z OK 2022-05-18T05:15:23.3752120Z 2022-05-18T05:15:23.3752230Z Generating XML reports... 2022-05-18T05:15:23.3762220Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051519.xml 2022-05-18T05:15:24.7147610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgao2mb4c 2022-05-18T05:15:24.7150620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgao2mb4c/_remote_module_non_scriptable.py 2022-05-18T05:15:25.1378170Z 2022-05-18T05:15:25.1378930Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:15:25.1379300Z Running tests... 2022-05-18T05:15:25.1379690Z ---------------------------------------------------------------------- 2022-05-18T05:15:25.5385180Z test_backward_rref (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8665 2022-05-18T05:15:25.5496050Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8666 2022-05-18T05:15:25.5666000Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8667 2022-05-18T05:15:25.5807920Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8668 2022-05-18T05:15:27.1170770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyoy3yusb 2022-05-18T05:15:27.1229800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyoy3yusb/_remote_module_non_scriptable.py 2022-05-18T05:15:27.1329840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiwooeqch 2022-05-18T05:15:27.1400020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiwooeqch/_remote_module_non_scriptable.py 2022-05-18T05:15:27.1406440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr75up6sh 2022-05-18T05:15:27.1504960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr75up6sh/_remote_module_non_scriptable.py 2022-05-18T05:15:27.1693200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1wtxj1fr 2022-05-18T05:15:27.1794960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1wtxj1fr/_remote_module_non_scriptable.py 2022-05-18T05:15:27.6922090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:15:27.7112580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:15:27.7115060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:15:27.7240120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:15:28.4244000Z ok (3.286s) 2022-05-18T05:15:28.4312470Z 2022-05-18T05:15:28.4313440Z ---------------------------------------------------------------------- 2022-05-18T05:15:28.4313780Z Ran 1 test in 3.287s 2022-05-18T05:15:28.4313920Z 2022-05-18T05:15:28.4313980Z OK 2022-05-18T05:15:28.4314090Z 2022-05-18T05:15:28.4314190Z Generating XML reports... 2022-05-18T05:15:28.4314830Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051525.xml 2022-05-18T05:15:29.7659070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1zy_c80n 2022-05-18T05:15:29.7661830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1zy_c80n/_remote_module_non_scriptable.py 2022-05-18T05:15:30.2103170Z 2022-05-18T05:15:30.2103960Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:15:30.2104320Z Running tests... 2022-05-18T05:15:30.2104700Z ---------------------------------------------------------------------- 2022-05-18T05:15:30.6112190Z test_backward_rref_multi (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8677 2022-05-18T05:15:30.6261240Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8678 2022-05-18T05:15:30.6371660Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8679 2022-05-18T05:15:30.6495520Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8680 2022-05-18T05:15:32.1894710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpno3f4w54 2022-05-18T05:15:32.1950400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpno3f4w54/_remote_module_non_scriptable.py 2022-05-18T05:15:32.2116400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbbjbq6zd 2022-05-18T05:15:32.2135710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbbjbq6zd/_remote_module_non_scriptable.py 2022-05-18T05:15:32.2219120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprpu99sff 2022-05-18T05:15:32.2233150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprpu99sff/_remote_module_non_scriptable.py 2022-05-18T05:15:32.2331970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdolstt9u 2022-05-18T05:15:32.2356050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdolstt9u/_remote_module_non_scriptable.py 2022-05-18T05:15:32.7577000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:15:32.7714450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:15:32.7866320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:15:32.7957280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:15:33.5445140Z ok (3.334s) 2022-05-18T05:15:33.5513390Z 2022-05-18T05:15:33.5514640Z ---------------------------------------------------------------------- 2022-05-18T05:15:33.5514970Z Ran 1 test in 3.335s 2022-05-18T05:15:33.5515110Z 2022-05-18T05:15:33.5515170Z OK 2022-05-18T05:15:33.5515280Z 2022-05-18T05:15:33.5515400Z Generating XML reports... 2022-05-18T05:15:33.5516020Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051530.xml 2022-05-18T05:15:34.8870530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppxqhafu1 2022-05-18T05:15:34.8873580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppxqhafu1/_remote_module_non_scriptable.py 2022-05-18T05:15:35.3124500Z 2022-05-18T05:15:35.3125270Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:15:35.3125620Z Running tests... 2022-05-18T05:15:35.3126010Z ---------------------------------------------------------------------- 2022-05-18T05:15:35.7105530Z test_backward_rref_nested (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8688 2022-05-18T05:15:35.7237830Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8689 2022-05-18T05:15:35.7420200Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8690 2022-05-18T05:15:35.7429720Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8691 2022-05-18T05:15:37.2933230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp391n04ja 2022-05-18T05:15:37.3033340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp391n04ja/_remote_module_non_scriptable.py 2022-05-18T05:15:37.3252000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps4jax23p 2022-05-18T05:15:37.3257070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps4jax23p/_remote_module_non_scriptable.py 2022-05-18T05:15:37.3355400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptler8b9g 2022-05-18T05:15:37.3455300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptler8b9g/_remote_module_non_scriptable.py 2022-05-18T05:15:37.3555830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpev_ylsbz 2022-05-18T05:15:37.3615360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpev_ylsbz/_remote_module_non_scriptable.py 2022-05-18T05:15:37.8682690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:15:37.8833350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:15:37.8984450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:15:37.9274230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:15:38.7530760Z ok (3.440s) 2022-05-18T05:15:38.7596770Z 2022-05-18T05:15:38.7597620Z ---------------------------------------------------------------------- 2022-05-18T05:15:38.7597940Z Ran 1 test in 3.441s 2022-05-18T05:15:38.7598100Z 2022-05-18T05:15:38.7598490Z OK 2022-05-18T05:15:38.7598650Z 2022-05-18T05:15:38.7598750Z Generating XML reports... 2022-05-18T05:15:38.7599450Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051535.xml 2022-05-18T05:15:40.1069370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp97e6b0r2 2022-05-18T05:15:40.1073870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp97e6b0r2/_remote_module_non_scriptable.py 2022-05-18T05:15:40.5256220Z 2022-05-18T05:15:40.5256950Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:15:40.5257310Z Running tests... 2022-05-18T05:15:40.5257690Z ---------------------------------------------------------------------- 2022-05-18T05:15:40.9229700Z test_backward_simple (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8700 2022-05-18T05:15:40.9339740Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8701 2022-05-18T05:15:40.9467360Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8702 2022-05-18T05:15:40.9573460Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8703 2022-05-18T05:15:42.5080090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqzxgcxx2 2022-05-18T05:15:42.5121180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphsigswgt 2022-05-18T05:15:42.5184870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphsigswgt/_remote_module_non_scriptable.py 2022-05-18T05:15:42.5286660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqzxgcxx2/_remote_module_non_scriptable.py 2022-05-18T05:15:42.5299160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc_x9e_qa 2022-05-18T05:15:42.5400460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc_x9e_qa/_remote_module_non_scriptable.py 2022-05-18T05:15:42.5532110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpugtl8w0z 2022-05-18T05:15:42.5572730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpugtl8w0z/_remote_module_non_scriptable.py 2022-05-18T05:15:43.0890930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:15:43.0915100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:15:43.0933560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:15:43.1064060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:15:43.7613510Z ok (3.235s) 2022-05-18T05:15:43.7687670Z 2022-05-18T05:15:43.7688440Z ---------------------------------------------------------------------- 2022-05-18T05:15:43.7688850Z Ran 1 test in 3.236s 2022-05-18T05:15:43.7689120Z 2022-05-18T05:15:43.7689320Z OK 2022-05-18T05:15:43.7689460Z 2022-05-18T05:15:43.7689570Z Generating XML reports... 2022-05-18T05:15:43.7690290Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051540.xml 2022-05-18T05:15:45.1001820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5_o98wbm 2022-05-18T05:15:45.1004750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5_o98wbm/_remote_module_non_scriptable.py 2022-05-18T05:15:45.5178180Z 2022-05-18T05:15:45.5178490Z Running tests... 2022-05-18T05:15:45.5179120Z ---------------------------------------------------------------------- 2022-05-18T05:15:45.5179650Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:15:45.9220280Z test_backward_simple_python_udf (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8711 2022-05-18T05:15:45.9313600Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8712 2022-05-18T05:15:45.9472110Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8713 2022-05-18T05:15:45.9631100Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8714 2022-05-18T05:15:47.5047520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp03he8w8x 2022-05-18T05:15:47.5122180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8mm7d3lb 2022-05-18T05:15:47.5223410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8mm7d3lb/_remote_module_non_scriptable.py 2022-05-18T05:15:47.5237220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp03he8w8x/_remote_module_non_scriptable.py 2022-05-18T05:15:47.5336940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd700_za6 2022-05-18T05:15:47.5427690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd700_za6/_remote_module_non_scriptable.py 2022-05-18T05:15:47.5539600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyeassplc 2022-05-18T05:15:47.5597860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyeassplc/_remote_module_non_scriptable.py 2022-05-18T05:15:48.0764760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:15:48.0777510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:15:48.1055380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:15:48.1171870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:15:48.8397520Z ok (3.322s) 2022-05-18T05:15:48.8473380Z 2022-05-18T05:15:48.8474170Z ---------------------------------------------------------------------- 2022-05-18T05:15:48.8474500Z Ran 1 test in 3.322s 2022-05-18T05:15:48.8474630Z 2022-05-18T05:15:48.8474700Z OK 2022-05-18T05:15:48.8474800Z 2022-05-18T05:15:48.8474900Z Generating XML reports... 2022-05-18T05:15:48.8475520Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051545.xml 2022-05-18T05:15:50.2017940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpafkzu46f 2022-05-18T05:15:50.2021080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpafkzu46f/_remote_module_non_scriptable.py 2022-05-18T05:15:50.6257000Z 2022-05-18T05:15:50.6257770Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:15:50.6258140Z Running tests... 2022-05-18T05:15:50.6258670Z ---------------------------------------------------------------------- 2022-05-18T05:15:51.0325950Z test_backward_simple_script_call (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8723 2022-05-18T05:15:51.0448200Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8724 2022-05-18T05:15:51.0559040Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8725 2022-05-18T05:15:51.0739170Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8726 2022-05-18T05:15:52.6084870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_6jfqayt 2022-05-18T05:15:52.6135500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_6jfqayt/_remote_module_non_scriptable.py 2022-05-18T05:15:52.6236720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbb6u2bfn 2022-05-18T05:15:52.6330090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbb6u2bfn/_remote_module_non_scriptable.py 2022-05-18T05:15:52.6384140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdl0plaui 2022-05-18T05:15:52.6438860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdl0plaui/_remote_module_non_scriptable.py 2022-05-18T05:15:52.6632810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp20161qh6 2022-05-18T05:15:52.6695720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp20161qh6/_remote_module_non_scriptable.py 2022-05-18T05:15:53.1822880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:15:53.1876280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:15:53.1880080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:15:53.2241010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:15:54.1337950Z ok (3.508s) 2022-05-18T05:15:54.1407730Z 2022-05-18T05:15:54.1408740Z ---------------------------------------------------------------------- 2022-05-18T05:15:54.1409090Z Ran 1 test in 3.508s 2022-05-18T05:15:54.1409220Z 2022-05-18T05:15:54.1409290Z OK 2022-05-18T05:15:54.1409390Z 2022-05-18T05:15:54.1409490Z Generating XML reports... 2022-05-18T05:15:54.1410120Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051550.xml 2022-05-18T05:15:55.4636290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx0junl8x 2022-05-18T05:15:55.4644230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx0junl8x/_remote_module_non_scriptable.py 2022-05-18T05:15:55.8849090Z 2022-05-18T05:15:55.8849440Z Running tests... 2022-05-18T05:15:55.8850090Z ---------------------------------------------------------------------- 2022-05-18T05:15:55.8850620Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:15:56.2924900Z test_backward_simple_self (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8734 2022-05-18T05:15:56.3032400Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8735 2022-05-18T05:15:56.3186590Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8736 2022-05-18T05:15:56.3305570Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8737 2022-05-18T05:15:57.8709370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl121jlsd 2022-05-18T05:15:57.8775350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl121jlsd/_remote_module_non_scriptable.py 2022-05-18T05:15:57.8864180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpezncvrqt 2022-05-18T05:15:57.8896080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpezncvrqt/_remote_module_non_scriptable.py 2022-05-18T05:15:57.8969890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgf9j84a2 2022-05-18T05:15:57.9025610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgf9j84a2/_remote_module_non_scriptable.py 2022-05-18T05:15:57.9282620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk5tpe6bd 2022-05-18T05:15:57.9369780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk5tpe6bd/_remote_module_non_scriptable.py 2022-05-18T05:15:58.4440230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:15:58.4448150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:15:58.4592750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:15:58.4935400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:15:59.1342330Z ok (3.249s) 2022-05-18T05:15:59.1412680Z 2022-05-18T05:15:59.1413230Z ---------------------------------------------------------------------- 2022-05-18T05:15:59.1413540Z Ran 1 test in 3.250s 2022-05-18T05:15:59.1413680Z 2022-05-18T05:15:59.1413750Z OK 2022-05-18T05:15:59.1413850Z 2022-05-18T05:15:59.1413950Z Generating XML reports... 2022-05-18T05:15:59.1414580Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051555.xml 2022-05-18T05:16:00.5012220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2ljfet1o 2022-05-18T05:16:00.5015260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2ljfet1o/_remote_module_non_scriptable.py 2022-05-18T05:16:00.9303550Z 2022-05-18T05:16:00.9304360Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:16:00.9304730Z Running tests... 2022-05-18T05:16:00.9305520Z ---------------------------------------------------------------------- 2022-05-18T05:16:01.3371510Z test_backward_unused_send_function (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8746 2022-05-18T05:16:01.3446740Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8747 2022-05-18T05:16:01.3584130Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8748 2022-05-18T05:16:01.3716850Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8749 2022-05-18T05:16:02.8758630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4fx_s609 2022-05-18T05:16:02.8854800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4fx_s609/_remote_module_non_scriptable.py 2022-05-18T05:16:02.9270540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp3f8vhea 2022-05-18T05:16:02.9345970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp3f8vhea/_remote_module_non_scriptable.py 2022-05-18T05:16:02.9468810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2raqwgsb 2022-05-18T05:16:02.9548060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2raqwgsb/_remote_module_non_scriptable.py 2022-05-18T05:16:02.9648450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptbmd5do9 2022-05-18T05:16:02.9699730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptbmd5do9/_remote_module_non_scriptable.py 2022-05-18T05:16:03.4560370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:16:03.4971190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:16:03.4973320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:16:03.5182830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:16:14.4450890Z ok (13.514s) 2022-05-18T05:16:14.4528590Z 2022-05-18T05:16:14.4529460Z ---------------------------------------------------------------------- 2022-05-18T05:16:14.4529770Z Ran 1 test in 13.515s 2022-05-18T05:16:14.4529930Z 2022-05-18T05:16:14.4529990Z OK 2022-05-18T05:16:14.4530100Z 2022-05-18T05:16:14.4530200Z Generating XML reports... 2022-05-18T05:16:14.4530820Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051600.xml 2022-05-18T05:16:15.7832360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4cnlvaix 2022-05-18T05:16:15.7835820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4cnlvaix/_remote_module_non_scriptable.py 2022-05-18T05:16:16.1980960Z 2022-05-18T05:16:16.1981760Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:16:16.1982570Z Running tests... 2022-05-18T05:16:16.1983070Z ---------------------------------------------------------------------- 2022-05-18T05:16:16.5997470Z test_backward_unused_tensors (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8758 2022-05-18T05:16:16.6064450Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8759 2022-05-18T05:16:16.6199670Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8760 2022-05-18T05:16:16.6304480Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8761 2022-05-18T05:16:18.1998910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1bltum6h 2022-05-18T05:16:18.2029500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1bltum6h/_remote_module_non_scriptable.py 2022-05-18T05:16:18.2112960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3gcwipy5 2022-05-18T05:16:18.2190520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3gcwipy5/_remote_module_non_scriptable.py 2022-05-18T05:16:18.2215630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphkjetx_m 2022-05-18T05:16:18.2317080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphkjetx_m/_remote_module_non_scriptable.py 2022-05-18T05:16:18.2317780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi_0omo83 2022-05-18T05:16:18.2418050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi_0omo83/_remote_module_non_scriptable.py 2022-05-18T05:16:18.7658040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:16:18.7740960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:16:18.7836520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:16:18.8018280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:16:19.5119810Z ok (3.313s) 2022-05-18T05:16:19.5236750Z 2022-05-18T05:16:19.5237680Z ---------------------------------------------------------------------- 2022-05-18T05:16:19.5238010Z Ran 1 test in 3.315s 2022-05-18T05:16:19.5238170Z 2022-05-18T05:16:19.5238230Z OK 2022-05-18T05:16:19.5238330Z 2022-05-18T05:16:19.5238440Z Generating XML reports... 2022-05-18T05:16:19.5239070Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051616.xml 2022-05-18T05:16:20.8857960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1zkcxkos 2022-05-18T05:16:20.8860640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1zkcxkos/_remote_module_non_scriptable.py 2022-05-18T05:16:21.3079620Z 2022-05-18T05:16:21.3079870Z Running tests... 2022-05-18T05:16:21.3080500Z ---------------------------------------------------------------------- 2022-05-18T05:16:21.3081040Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:16:21.7078730Z test_backward_verify_hooks (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8770 2022-05-18T05:16:21.7150180Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8771 2022-05-18T05:16:21.7324760Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8772 2022-05-18T05:16:21.7452030Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8773 2022-05-18T05:16:23.2862560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7tg8_e6t 2022-05-18T05:16:23.2964040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7tg8_e6t/_remote_module_non_scriptable.py 2022-05-18T05:16:23.3065650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw2s45z18 2022-05-18T05:16:23.3108180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw2s45z18/_remote_module_non_scriptable.py 2022-05-18T05:16:23.3201440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp526ihitv 2022-05-18T05:16:23.3302800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp526ihitv/_remote_module_non_scriptable.py 2022-05-18T05:16:23.3333690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1linvvrs 2022-05-18T05:16:23.3425060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1linvvrs/_remote_module_non_scriptable.py 2022-05-18T05:16:23.8631900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:16:23.8732140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:16:23.8868410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:16:23.8901690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:16:24.6708730Z ok (3.363s) 2022-05-18T05:16:24.6781250Z 2022-05-18T05:16:24.6781750Z ---------------------------------------------------------------------- 2022-05-18T05:16:24.6782070Z Ran 1 test in 3.363s 2022-05-18T05:16:24.6782210Z 2022-05-18T05:16:24.6782280Z OK 2022-05-18T05:16:24.6782370Z 2022-05-18T05:16:24.6782480Z Generating XML reports... 2022-05-18T05:16:24.6783100Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051621.xml 2022-05-18T05:16:26.0103570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcw2hit8d 2022-05-18T05:16:26.0106820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcw2hit8d/_remote_module_non_scriptable.py 2022-05-18T05:16:26.4285790Z 2022-05-18T05:16:26.4286570Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:16:26.4286930Z Running tests... 2022-05-18T05:16:26.4287310Z ---------------------------------------------------------------------- 2022-05-18T05:16:26.8355420Z test_backward_without_context (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8781 2022-05-18T05:16:26.8444960Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8782 2022-05-18T05:16:26.8589380Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8783 2022-05-18T05:16:26.8732910Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8784 2022-05-18T05:16:28.3803570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppdy6d1je 2022-05-18T05:16:28.3899510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppdy6d1je/_remote_module_non_scriptable.py 2022-05-18T05:16:28.4260290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo5r272ei 2022-05-18T05:16:28.4268560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0vj49tea 2022-05-18T05:16:28.4356600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0vj49tea/_remote_module_non_scriptable.py 2022-05-18T05:16:28.4457100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo5r272ei/_remote_module_non_scriptable.py 2022-05-18T05:16:28.5015320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqis6haxv 2022-05-18T05:16:28.5033340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqis6haxv/_remote_module_non_scriptable.py 2022-05-18T05:16:28.9790520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:16:28.9945000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:16:29.0017530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:16:29.0433610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:16:29.6819520Z ok (3.253s) 2022-05-18T05:16:29.6887700Z 2022-05-18T05:16:29.6888890Z ---------------------------------------------------------------------- 2022-05-18T05:16:29.6889230Z Ran 1 test in 3.254s 2022-05-18T05:16:29.6889360Z 2022-05-18T05:16:29.6889430Z OK 2022-05-18T05:16:29.6889530Z 2022-05-18T05:16:29.6889660Z Generating XML reports... 2022-05-18T05:16:29.6890290Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051626.xml 2022-05-18T05:16:31.0485020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0buy35f_ 2022-05-18T05:16:31.0488010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0buy35f_/_remote_module_non_scriptable.py 2022-05-18T05:16:31.4738010Z 2022-05-18T05:16:31.4738320Z Running tests... 2022-05-18T05:16:31.4738940Z ---------------------------------------------------------------------- 2022-05-18T05:16:31.4739470Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:16:31.8738990Z test_backward_without_rpc (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8793 2022-05-18T05:16:31.8842890Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8794 2022-05-18T05:16:31.8971040Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8795 2022-05-18T05:16:31.9170900Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8796 2022-05-18T05:16:33.4390380Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmpvvl_bk 2022-05-18T05:16:33.4425040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt_l4vjs0 2022-05-18T05:16:33.4482930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt_l4vjs0/_remote_module_non_scriptable.py 2022-05-18T05:16:33.4529660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmpvvl_bk/_remote_module_non_scriptable.py 2022-05-18T05:16:33.4608590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu30yj44s 2022-05-18T05:16:33.4709930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu30yj44s/_remote_module_non_scriptable.py 2022-05-18T05:16:33.5134600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpafscxnqk 2022-05-18T05:16:33.5235910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpafscxnqk/_remote_module_non_scriptable.py 2022-05-18T05:16:34.0185390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:16:34.0260580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:16:34.0279840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:16:34.0642940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:16:34.7586500Z ok (3.284s) 2022-05-18T05:16:34.7657880Z 2022-05-18T05:16:34.7658860Z ---------------------------------------------------------------------- 2022-05-18T05:16:34.7659180Z Ran 1 test in 3.285s 2022-05-18T05:16:34.7659340Z 2022-05-18T05:16:34.7659400Z OK 2022-05-18T05:16:34.7659510Z 2022-05-18T05:16:34.7659610Z Generating XML reports... 2022-05-18T05:16:34.7660230Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051631.xml 2022-05-18T05:16:36.1112590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpla5_431i 2022-05-18T05:16:36.1115710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpla5_431i/_remote_module_non_scriptable.py 2022-05-18T05:16:36.5304540Z 2022-05-18T05:16:36.5305370Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:16:36.5305740Z Running tests... 2022-05-18T05:16:36.5306150Z ---------------------------------------------------------------------- 2022-05-18T05:16:36.9295140Z test_backwards_nested_python_udf (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8804 2022-05-18T05:16:36.9448340Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8805 2022-05-18T05:16:36.9558470Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8806 2022-05-18T05:16:36.9717990Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8807 2022-05-18T05:16:38.4996290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf6td3n62 2022-05-18T05:16:38.5035730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf6td3n62/_remote_module_non_scriptable.py 2022-05-18T05:16:38.5363470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_d_hpxty 2022-05-18T05:16:38.5464860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_d_hpxty/_remote_module_non_scriptable.py 2022-05-18T05:16:38.5595130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpurpkx2ga 2022-05-18T05:16:38.5635560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpurpkx2ga/_remote_module_non_scriptable.py 2022-05-18T05:16:38.5702560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpidcjoffp 2022-05-18T05:16:38.5769640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpidcjoffp/_remote_module_non_scriptable.py 2022-05-18T05:16:39.0646360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:16:39.0999080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:16:39.1119760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:16:39.1192900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:16:39.9723680Z ok (3.442s) 2022-05-18T05:16:39.9797290Z 2022-05-18T05:16:39.9798110Z ---------------------------------------------------------------------- 2022-05-18T05:16:39.9798580Z Ran 1 test in 3.442s 2022-05-18T05:16:39.9798840Z 2022-05-18T05:16:39.9799140Z OK 2022-05-18T05:16:39.9799300Z 2022-05-18T05:16:39.9799430Z Generating XML reports... 2022-05-18T05:16:39.9800500Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051636.xml 2022-05-18T05:16:41.3380510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn_lohqi4 2022-05-18T05:16:41.3383420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn_lohqi4/_remote_module_non_scriptable.py 2022-05-18T05:16:41.7617470Z 2022-05-18T05:16:41.7617800Z Running tests... 2022-05-18T05:16:41.7618540Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:16:41.7641460Z ---------------------------------------------------------------------- 2022-05-18T05:16:41.7641860Z test_clean_context_during_backward (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:16:42.1663020Z This test simulates the situation where the 'backward' call might throw ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8816 2022-05-18T05:16:42.1770550Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8817 2022-05-18T05:16:42.1923660Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8818 2022-05-18T05:16:42.2026720Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8819 2022-05-18T05:16:43.7857910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2ce7p8hk 2022-05-18T05:16:43.7881190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2ce7p8hk/_remote_module_non_scriptable.py 2022-05-18T05:16:43.8418100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4p3d7twb 2022-05-18T05:16:43.8519270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp36adys8l 2022-05-18T05:16:43.8619920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4p3d7twb/_remote_module_non_scriptable.py 2022-05-18T05:16:43.8677520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp36adys8l/_remote_module_non_scriptable.py 2022-05-18T05:16:43.8721540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp06zhecwn 2022-05-18T05:16:43.8821680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp06zhecwn/_remote_module_non_scriptable.py 2022-05-18T05:16:44.3456640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:16:44.3853990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:16:44.4022270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:16:44.4271770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:16:44.5537690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:16:44.5539040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:16:44.6306480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:16:44.6311270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:16:44.6313770Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:16:44.6413260Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:16:44.7198130Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:16:44.7199850Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:16:45.2861490Z [W tensorpipe_agent.cpp:728] RPC agent for worker3 encountered error when reading incoming request from worker1: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:16:45.2962090Z [W tensorpipe_agent.cpp:728] RPC agent for worker2 encountered error when reading incoming request from worker1: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:16:45.3034600Z [W tensorpipe_agent.cpp:728] RPC agent for worker1 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:16:45.3133380Z [W tensorpipe_agent.cpp:728] RPC agent for worker1 encountered error when reading incoming request from worker2: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:16:45.3234010Z [W tensorpipe_agent.cpp:728] RPC agent for worker1 encountered error when reading incoming request from worker3: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:16:45.3335110Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker3: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:16:45.3435490Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker1: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:16:45.3535810Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker2: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:16:45.3637240Z [W tensorpipe_agent.cpp:728] RPC agent for worker2 encountered error when reading incoming request from worker0: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:16:45.3737470Z [W tensorpipe_agent.cpp:728] RPC agent for worker3 encountered error when reading incoming request from worker0: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:16:45.3837840Z [W tensorpipe_agent.cpp:728] RPC agent for worker2 encountered error when reading incoming request from worker3: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:16:45.3875370Z [W tensorpipe_agent.cpp:728] RPC agent for worker3 encountered error when reading incoming request from worker2: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:16:45.6963230Z ok (3.934s) 2022-05-18T05:16:45.7035910Z 2022-05-18T05:16:45.7036580Z ---------------------------------------------------------------------- 2022-05-18T05:16:45.7037170Z Ran 1 test in 3.935s 2022-05-18T05:16:45.7037330Z 2022-05-18T05:16:45.7037400Z OK 2022-05-18T05:16:45.7037500Z 2022-05-18T05:16:45.7037600Z Generating XML reports... 2022-05-18T05:16:45.7038240Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051641.xml 2022-05-18T05:16:47.0571500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5vw9b48i 2022-05-18T05:16:47.0574110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5vw9b48i/_remote_module_non_scriptable.py 2022-05-18T05:16:47.4773530Z 2022-05-18T05:16:47.4774300Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:16:47.4774640Z Running tests... 2022-05-18T05:16:47.4775030Z ---------------------------------------------------------------------- 2022-05-18T05:16:47.8798590Z test_context_cleanup_nested_rpc (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8827 2022-05-18T05:16:47.8936140Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8828 2022-05-18T05:16:47.9102720Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8829 2022-05-18T05:16:47.9118170Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8830 2022-05-18T05:16:49.4534890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjfky_63z 2022-05-18T05:16:49.4625070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjfky_63z/_remote_module_non_scriptable.py 2022-05-18T05:16:49.4673400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxopmx57g 2022-05-18T05:16:49.4730350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxopmx57g/_remote_module_non_scriptable.py 2022-05-18T05:16:49.4855120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu39d3tap 2022-05-18T05:16:49.4919400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu39d3tap/_remote_module_non_scriptable.py 2022-05-18T05:16:49.5021280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplk1jsqlg 2022-05-18T05:16:49.5121290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplk1jsqlg/_remote_module_non_scriptable.py 2022-05-18T05:16:50.0332800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:16:50.0421480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:16:50.0438330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:16:50.0579740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:16:50.3005770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:16:50.3008460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:16:50.3010180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:16:50.3016550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:16:50.3019110Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:16:50.3793980Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:16:50.3796470Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:16:50.3798070Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:16:50.8843080Z ok (3.407s) 2022-05-18T05:16:50.8915560Z 2022-05-18T05:16:50.8916970Z ---------------------------------------------------------------------- 2022-05-18T05:16:50.8917280Z Ran 1 test in 3.407s 2022-05-18T05:16:50.8917540Z 2022-05-18T05:16:50.8917770Z OK 2022-05-18T05:16:50.8917920Z 2022-05-18T05:16:50.8918020Z Generating XML reports... 2022-05-18T05:16:50.8918730Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051647.xml 2022-05-18T05:16:52.2278000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfzjo36kv 2022-05-18T05:16:52.2280940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfzjo36kv/_remote_module_non_scriptable.py 2022-05-18T05:16:52.6491030Z 2022-05-18T05:16:52.6491850Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:16:52.6492230Z Running tests... 2022-05-18T05:16:52.6492620Z ---------------------------------------------------------------------- 2022-05-18T05:16:53.0564720Z test_context_cleanup_no_tensors (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8839 2022-05-18T05:16:53.0696950Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8840 2022-05-18T05:16:53.0836650Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8841 2022-05-18T05:16:53.1034550Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8842 2022-05-18T05:16:54.6066110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9b0531x6 2022-05-18T05:16:54.6119220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9b0531x6/_remote_module_non_scriptable.py 2022-05-18T05:16:54.6307980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp688wo3p6 2022-05-18T05:16:54.6333550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp688wo3p6/_remote_module_non_scriptable.py 2022-05-18T05:16:54.6711970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaestw70w 2022-05-18T05:16:54.6718870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaestw70w/_remote_module_non_scriptable.py 2022-05-18T05:16:54.6820060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkkd7wtp7 2022-05-18T05:16:54.6820710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkkd7wtp7/_remote_module_non_scriptable.py 2022-05-18T05:16:55.1848300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:16:55.1863480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:16:55.2125560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:16:55.2264140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:16:55.5364450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:16:55.5369020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:16:55.5371810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:16:55.5376220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:16:55.5378850Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:16:55.6139860Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:16:55.6141410Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:16:55.6144260Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:16:56.1515690Z ok (3.502s) 2022-05-18T05:16:56.1586630Z 2022-05-18T05:16:56.1587710Z ---------------------------------------------------------------------- 2022-05-18T05:16:56.1588080Z Ran 1 test in 3.503s 2022-05-18T05:16:56.1588200Z 2022-05-18T05:16:56.1588270Z OK 2022-05-18T05:16:56.1588370Z 2022-05-18T05:16:56.1588470Z Generating XML reports... 2022-05-18T05:16:56.1589210Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051652.xml 2022-05-18T05:16:57.4926490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe6xqczyv 2022-05-18T05:16:57.4930240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe6xqczyv/_remote_module_non_scriptable.py 2022-05-18T05:16:57.9121720Z 2022-05-18T05:16:57.9122530Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:16:57.9122900Z Running tests... 2022-05-18T05:16:57.9123320Z ---------------------------------------------------------------------- 2022-05-18T05:16:58.3187620Z test_context_cleanup_tensor_no_grad (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8850 2022-05-18T05:16:58.3280930Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8851 2022-05-18T05:16:58.3467280Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8852 2022-05-18T05:16:58.3669230Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8853 2022-05-18T05:16:59.8947640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaimykmhm 2022-05-18T05:16:59.9051850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaimykmhm/_remote_module_non_scriptable.py 2022-05-18T05:16:59.9070730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphxev2diz 2022-05-18T05:16:59.9133880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphxev2diz/_remote_module_non_scriptable.py 2022-05-18T05:16:59.9205150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8hevipdf 2022-05-18T05:16:59.9290140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8hevipdf/_remote_module_non_scriptable.py 2022-05-18T05:16:59.9372930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4_atb53p 2022-05-18T05:16:59.9437630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4_atb53p/_remote_module_non_scriptable.py 2022-05-18T05:17:00.4764070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:00.4786320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:17:00.4954460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:00.5035820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:17:00.7335410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:17:00.7556570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:17:00.7561690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:17:00.7564030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:17:00.7565220Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:00.7567660Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:00.8334740Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:00.8341830Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:01.5514500Z ok (3.639s) 2022-05-18T05:17:01.5584170Z 2022-05-18T05:17:01.5584830Z ---------------------------------------------------------------------- 2022-05-18T05:17:01.5585180Z Ran 1 test in 3.640s 2022-05-18T05:17:01.5585320Z 2022-05-18T05:17:01.5585370Z OK 2022-05-18T05:17:01.5585480Z 2022-05-18T05:17:01.5585580Z Generating XML reports... 2022-05-18T05:17:01.5586200Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051657.xml 2022-05-18T05:17:02.8901060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3csfslzq 2022-05-18T05:17:02.8903860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3csfslzq/_remote_module_non_scriptable.py 2022-05-18T05:17:03.3080270Z 2022-05-18T05:17:03.3080990Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:17:03.3081340Z Running tests... 2022-05-18T05:17:03.3081750Z ---------------------------------------------------------------------- 2022-05-18T05:17:03.7064920Z test_context_cleanup_tensor_with_grad (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8862 2022-05-18T05:17:03.7134840Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8863 2022-05-18T05:17:03.7304130Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8864 2022-05-18T05:17:03.7490780Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8865 2022-05-18T05:17:05.2459960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2t_7r12p 2022-05-18T05:17:05.2478600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2t_7r12p/_remote_module_non_scriptable.py 2022-05-18T05:17:05.2792500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpavxrxwz7 2022-05-18T05:17:05.2846930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpavxrxwz7/_remote_module_non_scriptable.py 2022-05-18T05:17:05.3052160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsclu85y2 2022-05-18T05:17:05.3150310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsclu85y2/_remote_module_non_scriptable.py 2022-05-18T05:17:05.3480070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6zecpj_w 2022-05-18T05:17:05.3534080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6zecpj_w/_remote_module_non_scriptable.py 2022-05-18T05:17:05.8175700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:17:05.8466220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:05.8660640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:05.8966420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:17:06.0684840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:17:06.0686520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:17:06.0689710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:17:06.0697850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:17:06.0700420Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:06.0800570Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:06.1297770Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:06.1413700Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:06.7617790Z ok (3.454s) 2022-05-18T05:17:06.7690430Z 2022-05-18T05:17:06.7691250Z ---------------------------------------------------------------------- 2022-05-18T05:17:06.7691580Z Ran 1 test in 3.454s 2022-05-18T05:17:06.7691720Z 2022-05-18T05:17:06.7691780Z OK 2022-05-18T05:17:06.7691880Z 2022-05-18T05:17:06.7691980Z Generating XML reports... 2022-05-18T05:17:06.7692620Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051703.xml 2022-05-18T05:17:08.0968220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptedza_w9 2022-05-18T05:17:08.0971160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptedza_w9/_remote_module_non_scriptable.py 2022-05-18T05:17:08.5266790Z 2022-05-18T05:17:08.5267570Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:17:08.5268230Z Running tests... 2022-05-18T05:17:08.5268910Z ---------------------------------------------------------------------- 2022-05-18T05:17:08.9314710Z test_debug_info (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8873 2022-05-18T05:17:08.9457470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8874 2022-05-18T05:17:08.9614430Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8875 2022-05-18T05:17:08.9789970Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8876 2022-05-18T05:17:10.5046780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_hxxsqzp 2022-05-18T05:17:10.5067890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_hxxsqzp/_remote_module_non_scriptable.py 2022-05-18T05:17:10.5168960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4aalx3g4 2022-05-18T05:17:10.5196540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4aalx3g4/_remote_module_non_scriptable.py 2022-05-18T05:17:10.5345510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmklyrqsi 2022-05-18T05:17:10.5346610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmklyrqsi/_remote_module_non_scriptable.py 2022-05-18T05:17:10.5447690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqhd3xx6f 2022-05-18T05:17:10.5489890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqhd3xx6f/_remote_module_non_scriptable.py 2022-05-18T05:17:11.1431990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:17:11.1434240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:17:11.1500320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:11.1529290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:11.3522400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:17:11.3522890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:17:11.3525170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:17:11.3534470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:17:11.3537240Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:11.3943470Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:11.3957120Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:11.4186270Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:12.0228780Z ok (3.496s) 2022-05-18T05:17:12.0344000Z 2022-05-18T05:17:12.0344890Z ---------------------------------------------------------------------- 2022-05-18T05:17:12.0345220Z Ran 1 test in 3.497s 2022-05-18T05:17:12.0345360Z 2022-05-18T05:17:12.0345420Z OK 2022-05-18T05:17:12.0345520Z 2022-05-18T05:17:12.0345620Z Generating XML reports... 2022-05-18T05:17:12.0346270Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051708.xml 2022-05-18T05:17:13.3548240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjtfc05y9 2022-05-18T05:17:13.3550930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjtfc05y9/_remote_module_non_scriptable.py 2022-05-18T05:17:13.7765010Z 2022-05-18T05:17:13.7766010Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:17:13.7766490Z Running tests... 2022-05-18T05:17:13.7766900Z ---------------------------------------------------------------------- 2022-05-18T05:17:14.1790000Z test_dist_autograd_profiling (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8885 2022-05-18T05:17:14.1915630Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8886 2022-05-18T05:17:14.1996590Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8887 2022-05-18T05:17:14.2110860Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8888 2022-05-18T05:17:15.7326910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprefztj43 2022-05-18T05:17:15.7365650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprefztj43/_remote_module_non_scriptable.py 2022-05-18T05:17:15.7386890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa9dqdiqq 2022-05-18T05:17:15.7422760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa9dqdiqq/_remote_module_non_scriptable.py 2022-05-18T05:17:15.7638090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeie_gz3a 2022-05-18T05:17:15.7739160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeie_gz3a/_remote_module_non_scriptable.py 2022-05-18T05:17:15.8130270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1q13nsu2 2022-05-18T05:17:15.8159800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1q13nsu2/_remote_module_non_scriptable.py 2022-05-18T05:17:16.2874240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:17:16.2969640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:16.3362360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:16.3728430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:17:17.0136490Z ok (3.237s) 2022-05-18T05:17:17.0230030Z 2022-05-18T05:17:17.0231220Z ---------------------------------------------------------------------- 2022-05-18T05:17:17.0231580Z Ran 1 test in 3.238s 2022-05-18T05:17:17.0231710Z 2022-05-18T05:17:17.0231770Z OK 2022-05-18T05:17:17.0231880Z 2022-05-18T05:17:17.0231980Z Generating XML reports... 2022-05-18T05:17:17.0232630Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051713.xml 2022-05-18T05:17:18.3563540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphza0vqhc 2022-05-18T05:17:18.3567070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphza0vqhc/_remote_module_non_scriptable.py 2022-05-18T05:17:18.7886260Z 2022-05-18T05:17:18.7887040Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:17:18.7887420Z Running tests... 2022-05-18T05:17:18.7887810Z ---------------------------------------------------------------------- 2022-05-18T05:17:19.1846870Z test_error_in_context (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8896 2022-05-18T05:17:19.1994510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8897 2022-05-18T05:17:19.2113330Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8898 2022-05-18T05:17:19.2263310Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8899 2022-05-18T05:17:20.7543150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo_zuz2nv 2022-05-18T05:17:20.7564040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo_zuz2nv/_remote_module_non_scriptable.py 2022-05-18T05:17:20.7665520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuenmfjoz 2022-05-18T05:17:20.7728780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuenmfjoz/_remote_module_non_scriptable.py 2022-05-18T05:17:20.7812440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp608wnea1 2022-05-18T05:17:20.7911470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp608wnea1/_remote_module_non_scriptable.py 2022-05-18T05:17:20.7947000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy60vmbb2 2022-05-18T05:17:20.8036620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy60vmbb2/_remote_module_non_scriptable.py 2022-05-18T05:17:21.4012610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:21.4117550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:17:21.4137610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:21.4138710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:17:22.0610970Z ok (3.272s) 2022-05-18T05:17:22.0716170Z 2022-05-18T05:17:22.0717210Z ---------------------------------------------------------------------- 2022-05-18T05:17:22.0717540Z Ran 1 test in 3.273s 2022-05-18T05:17:22.0717670Z 2022-05-18T05:17:22.0717740Z OK 2022-05-18T05:17:22.0717840Z 2022-05-18T05:17:22.0717940Z Generating XML reports... 2022-05-18T05:17:22.0718550Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051718.xml 2022-05-18T05:17:23.4112260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9ym4pjoc 2022-05-18T05:17:23.4115230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9ym4pjoc/_remote_module_non_scriptable.py 2022-05-18T05:17:23.8355540Z 2022-05-18T05:17:23.8356330Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:17:23.8364340Z Running tests... 2022-05-18T05:17:23.8364870Z ---------------------------------------------------------------------- 2022-05-18T05:17:24.2403160Z test_grad_copy_sparse_indices_extra_ref (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8908 2022-05-18T05:17:24.2495570Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8909 2022-05-18T05:17:24.2669340Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8910 2022-05-18T05:17:24.2822110Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8911 2022-05-18T05:17:25.8054150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu547dm0d 2022-05-18T05:17:25.8132560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu547dm0d/_remote_module_non_scriptable.py 2022-05-18T05:17:25.8359080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9p9lwqbf 2022-05-18T05:17:25.8369380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9p9lwqbf/_remote_module_non_scriptable.py 2022-05-18T05:17:25.8470730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp84g57f7l 2022-05-18T05:17:25.8528250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp84g57f7l/_remote_module_non_scriptable.py 2022-05-18T05:17:25.8620810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps871579m 2022-05-18T05:17:25.8678880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps871579m/_remote_module_non_scriptable.py 2022-05-18T05:17:26.3805140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:26.3970650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:26.4080920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:17:26.4174240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:17:26.7149350Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2262: UserWarning: Argument order of nn.functional.embedding_bag was changed. Usage `embedding_bag(weight, input, ...)` is deprecated, and should now be `embedding_bag(input, weight, ...)`. 2022-05-18T05:17:26.7151350Z warnings.warn( 2022-05-18T05:17:26.7153710Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2262: UserWarning: Argument order of nn.functional.embedding_bag was changed. Usage `embedding_bag(weight, input, ...)` is deprecated, and should now be `embedding_bag(input, weight, ...)`. 2022-05-18T05:17:26.7155330Z warnings.warn( 2022-05-18T05:17:26.7270540Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2262: UserWarning: Argument order of nn.functional.embedding_bag was changed. Usage `embedding_bag(weight, input, ...)` is deprecated, and should now be `embedding_bag(input, weight, ...)`. 2022-05-18T05:17:26.7359640Z warnings.warn( 2022-05-18T05:17:26.7594180Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2262: UserWarning: Argument order of nn.functional.embedding_bag was changed. Usage `embedding_bag(weight, input, ...)` is deprecated, and should now be `embedding_bag(input, weight, ...)`. 2022-05-18T05:17:26.7614850Z warnings.warn( 2022-05-18T05:17:27.0500080Z ok (3.214s) 2022-05-18T05:17:27.0573080Z 2022-05-18T05:17:27.0573980Z ---------------------------------------------------------------------- 2022-05-18T05:17:27.0574340Z Ran 1 test in 3.215s 2022-05-18T05:17:27.0574470Z 2022-05-18T05:17:27.0574540Z OK 2022-05-18T05:17:27.0574640Z 2022-05-18T05:17:27.0574740Z Generating XML reports... 2022-05-18T05:17:27.0575370Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051723.xml 2022-05-18T05:17:28.3905030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbggdi3f4 2022-05-18T05:17:28.3913520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbggdi3f4/_remote_module_non_scriptable.py 2022-05-18T05:17:28.8250320Z 2022-05-18T05:17:28.8250610Z Running tests... 2022-05-18T05:17:28.8251240Z ---------------------------------------------------------------------- 2022-05-18T05:17:28.8251780Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:17:29.2261550Z test_grad_only_on_return_value (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8919 2022-05-18T05:17:29.2415540Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8920 2022-05-18T05:17:29.2526110Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8921 2022-05-18T05:17:29.2640990Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8922 2022-05-18T05:17:30.8024240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsq_iv6yu 2022-05-18T05:17:30.8110010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsq_iv6yu/_remote_module_non_scriptable.py 2022-05-18T05:17:30.8177490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz65zo5kp 2022-05-18T05:17:30.8223770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz65zo5kp/_remote_module_non_scriptable.py 2022-05-18T05:17:30.8298600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmwbo8ezy 2022-05-18T05:17:30.8300280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmwbo8ezy/_remote_module_non_scriptable.py 2022-05-18T05:17:30.8381780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoit7d1y2 2022-05-18T05:17:30.8427750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoit7d1y2/_remote_module_non_scriptable.py 2022-05-18T05:17:31.4452320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:17:31.4577560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:31.4592490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:17:31.4636080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:31.7159540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:17:31.7546110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:17:31.7547860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:17:31.7554260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:17:31.7555850Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:31.7557700Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:31.7660740Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:31.7662670Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:32.4208640Z ok (3.596s) 2022-05-18T05:17:32.4285880Z 2022-05-18T05:17:32.4286480Z ---------------------------------------------------------------------- 2022-05-18T05:17:32.4286770Z Ran 1 test in 3.596s 2022-05-18T05:17:32.4286940Z 2022-05-18T05:17:32.4287010Z OK 2022-05-18T05:17:32.4287110Z 2022-05-18T05:17:32.4287210Z Generating XML reports... 2022-05-18T05:17:32.4287830Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051728.xml 2022-05-18T05:17:33.7615160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1_r4bv9u 2022-05-18T05:17:33.7617510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1_r4bv9u/_remote_module_non_scriptable.py 2022-05-18T05:17:34.1996900Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:17:34.2003940Z 2022-05-18T05:17:34.2029830Z Running tests... 2022-05-18T05:17:34.2030690Z ---------------------------------------------------------------------- 2022-05-18T05:17:34.6152630Z test_grad_only_on_return_value_remote (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8931 2022-05-18T05:17:34.6285720Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8932 2022-05-18T05:17:34.6420070Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8933 2022-05-18T05:17:34.6448230Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8934 2022-05-18T05:17:36.2507710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0eebhgc0 2022-05-18T05:17:36.2541280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0eebhgc0/_remote_module_non_scriptable.py 2022-05-18T05:17:36.2582930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwdn4pp3t 2022-05-18T05:17:36.2670840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwdn4pp3t/_remote_module_non_scriptable.py 2022-05-18T05:17:36.2685720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppoxsh0bs 2022-05-18T05:17:36.2787020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppoxsh0bs/_remote_module_non_scriptable.py 2022-05-18T05:17:36.3073120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp612jc7qi 2022-05-18T05:17:36.3143790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp612jc7qi/_remote_module_non_scriptable.py 2022-05-18T05:17:36.8133190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:36.8358910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:17:36.8391240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:36.8755190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:17:37.0871790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:17:37.1299230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:17:37.1301710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:17:37.1311610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:17:37.1314220Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:37.1410530Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:37.1413220Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:37.1769870Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:37.8814070Z ok (3.681s) 2022-05-18T05:17:37.8897060Z 2022-05-18T05:17:37.8897620Z ---------------------------------------------------------------------- 2022-05-18T05:17:37.8897930Z Ran 1 test in 3.682s 2022-05-18T05:17:37.8898160Z 2022-05-18T05:17:37.8898450Z OK 2022-05-18T05:17:37.8898600Z 2022-05-18T05:17:37.8898710Z Generating XML reports... 2022-05-18T05:17:37.8899400Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051734.xml 2022-05-18T05:17:39.2377050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp8hawaa4 2022-05-18T05:17:39.2379980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp8hawaa4/_remote_module_non_scriptable.py 2022-05-18T05:17:39.6607450Z 2022-05-18T05:17:39.6607740Z Running tests... 2022-05-18T05:17:39.6608340Z ---------------------------------------------------------------------- 2022-05-18T05:17:39.6608900Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:17:40.0577650Z test_graph_for_builtin_call (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8944 2022-05-18T05:17:40.0666950Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8945 2022-05-18T05:17:40.0793110Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8946 2022-05-18T05:17:40.0900950Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8947 2022-05-18T05:17:41.7740990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpikg6irrz 2022-05-18T05:17:41.7770860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpikg6irrz/_remote_module_non_scriptable.py 2022-05-18T05:17:41.7814390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz1430lr7 2022-05-18T05:17:41.7914770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz1430lr7/_remote_module_non_scriptable.py 2022-05-18T05:17:41.7971060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfz9w1z9p 2022-05-18T05:17:41.8017110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfz9w1z9p/_remote_module_non_scriptable.py 2022-05-18T05:17:41.8049300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm8oqk0ai 2022-05-18T05:17:41.8123910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm8oqk0ai/_remote_module_non_scriptable.py 2022-05-18T05:17:42.3717350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:17:42.3765610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:17:42.3782700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:42.3836860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:42.6636800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:17:42.6641940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:17:42.6643850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:17:42.6649430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:17:42.6652280Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:42.6767480Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:42.6775640Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:42.6783790Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:43.3933090Z ok (3.732s) 2022-05-18T05:17:43.4003940Z 2022-05-18T05:17:43.4005020Z ---------------------------------------------------------------------- 2022-05-18T05:17:43.4005340Z Ran 1 test in 3.733s 2022-05-18T05:17:43.4005470Z 2022-05-18T05:17:43.4005540Z OK 2022-05-18T05:17:43.4005640Z 2022-05-18T05:17:43.4005740Z Generating XML reports... 2022-05-18T05:17:43.4006370Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051739.xml 2022-05-18T05:17:44.7195170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu6otibyn 2022-05-18T05:17:44.7198110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu6otibyn/_remote_module_non_scriptable.py 2022-05-18T05:17:45.1444490Z 2022-05-18T05:17:45.1444790Z Running tests... 2022-05-18T05:17:45.1445390Z ---------------------------------------------------------------------- 2022-05-18T05:17:45.1446500Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:17:45.5497110Z test_graph_for_builtin_remote_call (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8957 2022-05-18T05:17:45.5641280Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8958 2022-05-18T05:17:45.5760100Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8959 2022-05-18T05:17:45.5816780Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8960 2022-05-18T05:17:47.1054330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw92uqzmf 2022-05-18T05:17:47.1111780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw92uqzmf/_remote_module_non_scriptable.py 2022-05-18T05:17:47.1443010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc7b_4_n1 2022-05-18T05:17:47.1490330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc7b_4_n1/_remote_module_non_scriptable.py 2022-05-18T05:17:47.1549360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgourz560 2022-05-18T05:17:47.1619260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgourz560/_remote_module_non_scriptable.py 2022-05-18T05:17:47.1866400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph17vwvkf 2022-05-18T05:17:47.1874820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph17vwvkf/_remote_module_non_scriptable.py 2022-05-18T05:17:47.6842440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:47.7070660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:17:47.7220760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:17:47.7309150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:47.9743960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:17:47.9745260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:17:47.9854220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:17:47.9861710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:17:47.9864360Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:48.0049180Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:48.0051510Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:48.0154630Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:48.6109760Z ok (3.466s) 2022-05-18T05:17:48.6210800Z 2022-05-18T05:17:48.6211380Z ---------------------------------------------------------------------- 2022-05-18T05:17:48.6211690Z Ran 1 test in 3.467s 2022-05-18T05:17:48.6211830Z 2022-05-18T05:17:48.6211900Z OK 2022-05-18T05:17:48.6212000Z 2022-05-18T05:17:48.6212100Z Generating XML reports... 2022-05-18T05:17:48.6212720Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051745.xml 2022-05-18T05:17:49.9656490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeyp8epib 2022-05-18T05:17:49.9659100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeyp8epib/_remote_module_non_scriptable.py 2022-05-18T05:17:50.3909410Z 2022-05-18T05:17:50.3909680Z Running tests... 2022-05-18T05:17:50.3910430Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:17:50.3910940Z ---------------------------------------------------------------------- 2022-05-18T05:17:50.7936510Z test_graph_for_py_nested_call (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8968 2022-05-18T05:17:50.8081830Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8969 2022-05-18T05:17:50.8227640Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8970 2022-05-18T05:17:50.8370300Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8971 2022-05-18T05:17:52.4224250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp14ffl9w6 2022-05-18T05:17:52.4272680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp14ffl9w6/_remote_module_non_scriptable.py 2022-05-18T05:17:52.4443010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt7sfrkyj 2022-05-18T05:17:52.4544780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsv02jpxn 2022-05-18T05:17:52.4626860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsv02jpxn/_remote_module_non_scriptable.py 2022-05-18T05:17:52.4651710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt7sfrkyj/_remote_module_non_scriptable.py 2022-05-18T05:17:52.4752910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8mlug31q 2022-05-18T05:17:52.4753570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8mlug31q/_remote_module_non_scriptable.py 2022-05-18T05:17:52.9950650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:53.0083380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:17:53.0221490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:53.0251430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:17:53.1437370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:17:53.1440300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:17:53.1442080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:17:53.1448160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:17:53.1451010Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:53.2211700Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:53.2213580Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:53.2318880Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:53.7332210Z ok (3.342s) 2022-05-18T05:17:53.7409020Z 2022-05-18T05:17:53.7409640Z ---------------------------------------------------------------------- 2022-05-18T05:17:53.7409950Z Ran 1 test in 3.343s 2022-05-18T05:17:53.7410080Z 2022-05-18T05:17:53.7410260Z OK 2022-05-18T05:17:53.7410410Z 2022-05-18T05:17:53.7410520Z Generating XML reports... 2022-05-18T05:17:53.7411170Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051750.xml 2022-05-18T05:17:55.0771820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxzwqxbf_ 2022-05-18T05:17:55.0774620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxzwqxbf_/_remote_module_non_scriptable.py 2022-05-18T05:17:55.4989320Z 2022-05-18T05:17:55.4990130Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:17:55.4990530Z Running tests... 2022-05-18T05:17:55.4990930Z ---------------------------------------------------------------------- 2022-05-18T05:17:55.8995720Z test_graph_for_py_nested_call_itself (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8980 2022-05-18T05:17:55.9134620Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8981 2022-05-18T05:17:55.9319740Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8982 2022-05-18T05:17:55.9424340Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8983 2022-05-18T05:17:57.4534770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd5fgm1b1 2022-05-18T05:17:57.4601540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd5fgm1b1/_remote_module_non_scriptable.py 2022-05-18T05:17:57.4731590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjshq7r66 2022-05-18T05:17:57.4796260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjshq7r66/_remote_module_non_scriptable.py 2022-05-18T05:17:57.4996990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgxjsh5tt 2022-05-18T05:17:57.5080690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgxjsh5tt/_remote_module_non_scriptable.py 2022-05-18T05:17:57.5124010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2_4af7a9 2022-05-18T05:17:57.5190580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2_4af7a9/_remote_module_non_scriptable.py 2022-05-18T05:17:58.0410410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:17:58.0425250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:58.0574290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:17:58.0604180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:58.2470100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:17:58.2474500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:17:58.2481450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:17:58.2483170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:17:58.2484650Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:58.2486710Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:58.2575370Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:58.2699000Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:17:58.9707750Z ok (3.472s) 2022-05-18T05:17:58.9783010Z 2022-05-18T05:17:58.9783850Z ---------------------------------------------------------------------- 2022-05-18T05:17:58.9784230Z Ran 1 test in 3.472s 2022-05-18T05:17:58.9784360Z 2022-05-18T05:17:58.9784430Z OK 2022-05-18T05:17:58.9784530Z 2022-05-18T05:17:58.9784630Z Generating XML reports... 2022-05-18T05:17:58.9785280Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051755.xml 2022-05-18T05:18:00.3055660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo5qphobk 2022-05-18T05:18:00.3058510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo5qphobk/_remote_module_non_scriptable.py 2022-05-18T05:18:00.7228510Z 2022-05-18T05:18:00.7229410Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:18:00.7229780Z Running tests... 2022-05-18T05:18:00.7230160Z ---------------------------------------------------------------------- 2022-05-18T05:18:01.1160820Z test_graph_for_py_nested_remote_call (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8991 2022-05-18T05:18:01.1309830Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8992 2022-05-18T05:18:01.1390160Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8993 2022-05-18T05:18:01.1541590Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8994 2022-05-18T05:18:02.7100010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeygzta4p 2022-05-18T05:18:02.7189100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeygzta4p/_remote_module_non_scriptable.py 2022-05-18T05:18:02.7254060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwpv4hi88 2022-05-18T05:18:02.7355400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwpv4hi88/_remote_module_non_scriptable.py 2022-05-18T05:18:02.8158730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpltz8k8fk 2022-05-18T05:18:02.8187800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpltz8k8fk/_remote_module_non_scriptable.py 2022-05-18T05:18:02.8285210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3x23cnt1 2022-05-18T05:18:02.8362750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3x23cnt1/_remote_module_non_scriptable.py 2022-05-18T05:18:03.2627630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:18:03.2756590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:18:03.3471470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:18:03.3574010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:18:03.6448540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:18:03.6451380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:18:03.6454330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:18:03.6459150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:18:03.6461770Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:18:03.6744120Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:18:03.6872030Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:18:03.6995940Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:18:04.1808740Z ok (3.458s) 2022-05-18T05:18:04.1876390Z 2022-05-18T05:18:04.1877180Z ---------------------------------------------------------------------- 2022-05-18T05:18:04.1877690Z Ran 1 test in 3.458s 2022-05-18T05:18:04.1877860Z 2022-05-18T05:18:04.1878150Z OK 2022-05-18T05:18:04.1878300Z 2022-05-18T05:18:04.1878400Z Generating XML reports... 2022-05-18T05:18:04.1879050Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051800.xml 2022-05-18T05:18:05.5052360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt3jpitqe 2022-05-18T05:18:05.5055480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt3jpitqe/_remote_module_non_scriptable.py 2022-05-18T05:18:05.9286010Z 2022-05-18T05:18:05.9286330Z Running tests... 2022-05-18T05:18:05.9286980Z ---------------------------------------------------------------------- 2022-05-18T05:18:05.9287510Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:18:06.3303170Z test_graph_for_py_nested_remote_call_itself (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9003 2022-05-18T05:18:06.3452720Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9004 2022-05-18T05:18:06.3590310Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9005 2022-05-18T05:18:06.3716800Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9006 2022-05-18T05:18:07.8890410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfs9rp0uk 2022-05-18T05:18:07.8891100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfs9rp0uk/_remote_module_non_scriptable.py 2022-05-18T05:18:07.9193630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoirikeyg 2022-05-18T05:18:07.9286260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoirikeyg/_remote_module_non_scriptable.py 2022-05-18T05:18:07.9311600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc9wc7n2w 2022-05-18T05:18:07.9399480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc9wc7n2w/_remote_module_non_scriptable.py 2022-05-18T05:18:07.9506330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsst3luk7 2022-05-18T05:18:07.9603370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsst3luk7/_remote_module_non_scriptable.py 2022-05-18T05:18:08.4729680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:18:08.5023130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:18:08.5059250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:18:08.5294640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:18:08.6961810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:18:08.7549030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:18:08.7551050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:18:08.7561900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:18:08.7564840Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:18:08.7672650Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:18:08.7676090Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:18:08.7693650Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:18:09.3983730Z ok (3.470s) 2022-05-18T05:18:09.4065700Z 2022-05-18T05:18:09.4066570Z ---------------------------------------------------------------------- 2022-05-18T05:18:09.4066940Z Ran 1 test in 3.470s 2022-05-18T05:18:09.4067100Z 2022-05-18T05:18:09.4067160Z OK 2022-05-18T05:18:09.4067290Z 2022-05-18T05:18:09.4067400Z Generating XML reports... 2022-05-18T05:18:09.4068150Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051805.xml 2022-05-18T05:18:10.7809520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe4dfrhrm 2022-05-18T05:18:10.7812670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe4dfrhrm/_remote_module_non_scriptable.py 2022-05-18T05:18:11.2034410Z 2022-05-18T05:18:11.2035210Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:18:11.2035580Z Running tests... 2022-05-18T05:18:11.2035990Z ---------------------------------------------------------------------- 2022-05-18T05:18:11.6181590Z test_graph_for_python_call (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9014 2022-05-18T05:18:11.6344080Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9015 2022-05-18T05:18:11.6456000Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9016 2022-05-18T05:18:11.6456520Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9017 2022-05-18T05:18:13.2546510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9fezkaku 2022-05-18T05:18:13.2636640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9fezkaku/_remote_module_non_scriptable.py 2022-05-18T05:18:13.2771700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3bbc5qy8 2022-05-18T05:18:13.2838450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3bbc5qy8/_remote_module_non_scriptable.py 2022-05-18T05:18:13.3645330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptpd1nljh 2022-05-18T05:18:13.3754240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptpd1nljh/_remote_module_non_scriptable.py 2022-05-18T05:18:13.4056900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxq_gxcf6 2022-05-18T05:18:13.4090420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxq_gxcf6/_remote_module_non_scriptable.py 2022-05-18T05:18:13.8459660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:18:13.8755920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:18:13.9097530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:18:13.9479680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:18:14.1429880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:18:14.1430980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:18:14.1435660Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:18:14.1442900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:18:14.1445610Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:18:14.1560010Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:18:14.1565370Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:18:14.1684410Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:18:14.6701150Z ok (3.467s) 2022-05-18T05:18:14.6777270Z 2022-05-18T05:18:14.6778110Z ---------------------------------------------------------------------- 2022-05-18T05:18:14.6778960Z Ran 1 test in 3.467s 2022-05-18T05:18:14.6779100Z 2022-05-18T05:18:14.6779160Z OK 2022-05-18T05:18:14.6779260Z 2022-05-18T05:18:14.6779360Z Generating XML reports... 2022-05-18T05:18:14.6780000Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051811.xml 2022-05-18T05:18:16.0271560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxrt061th 2022-05-18T05:18:16.0281040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxrt061th/_remote_module_non_scriptable.py 2022-05-18T05:18:16.4453060Z 2022-05-18T05:18:16.4453830Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:18:16.4454200Z Running tests... 2022-05-18T05:18:16.4454590Z ---------------------------------------------------------------------- 2022-05-18T05:18:16.8509370Z test_graph_for_python_remote_call (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9026 2022-05-18T05:18:16.8647170Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9027 2022-05-18T05:18:16.8754750Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9028 2022-05-18T05:18:16.8859070Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9029 2022-05-18T05:18:18.4391200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_gghebyn 2022-05-18T05:18:18.4481920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_gghebyn/_remote_module_non_scriptable.py 2022-05-18T05:18:18.4513390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzasxamju 2022-05-18T05:18:18.4530260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzasxamju/_remote_module_non_scriptable.py 2022-05-18T05:18:18.4596260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1xg_rxv1 2022-05-18T05:18:18.4620020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1xg_rxv1/_remote_module_non_scriptable.py 2022-05-18T05:18:18.4720830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpggu_im7v 2022-05-18T05:18:18.4804440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpggu_im7v/_remote_module_non_scriptable.py 2022-05-18T05:18:19.0134320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:18:19.0249060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:18:19.0268760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:18:19.0352280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:18:19.2892590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:18:19.2893900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:18:19.3007080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:18:19.3009270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:18:19.3011050Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:18:19.3012510Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:18:19.3114450Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:18:19.3801020Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:18:19.9859330Z ok (3.540s) 2022-05-18T05:18:19.9930880Z 2022-05-18T05:18:19.9931670Z ---------------------------------------------------------------------- 2022-05-18T05:18:19.9932020Z Ran 1 test in 3.541s 2022-05-18T05:18:19.9932150Z 2022-05-18T05:18:19.9932220Z OK 2022-05-18T05:18:19.9932340Z 2022-05-18T05:18:19.9932440Z Generating XML reports... 2022-05-18T05:18:19.9933070Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051816.xml 2022-05-18T05:18:21.3730330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl7t_6jog 2022-05-18T05:18:21.3733800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl7t_6jog/_remote_module_non_scriptable.py 2022-05-18T05:18:21.7934850Z 2022-05-18T05:18:21.7935170Z Running tests... 2022-05-18T05:18:21.7935790Z ---------------------------------------------------------------------- 2022-05-18T05:18:21.7936320Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:18:22.2155350Z test_mixed_requires_grad (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9038 2022-05-18T05:18:22.2314470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9039 2022-05-18T05:18:22.2417860Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9040 2022-05-18T05:18:22.2578130Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9041 2022-05-18T05:18:23.7753970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi62fmbu3 2022-05-18T05:18:23.7826970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi62fmbu3/_remote_module_non_scriptable.py 2022-05-18T05:18:23.7882840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5lvsnx90 2022-05-18T05:18:23.7959380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5lvsnx90/_remote_module_non_scriptable.py 2022-05-18T05:18:23.8058900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc6nppth_ 2022-05-18T05:18:23.8078390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc6nppth_/_remote_module_non_scriptable.py 2022-05-18T05:18:23.8283660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeax_b7f3 2022-05-18T05:18:23.8322980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeax_b7f3/_remote_module_non_scriptable.py 2022-05-18T05:18:24.3464580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:18:24.3550710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:18:24.3614410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:18:24.3898530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:18:24.9841060Z ok (3.190s) 2022-05-18T05:18:24.9913350Z 2022-05-18T05:18:24.9914340Z ---------------------------------------------------------------------- 2022-05-18T05:18:24.9915050Z Ran 1 test in 3.191s 2022-05-18T05:18:24.9915190Z 2022-05-18T05:18:24.9915250Z OK 2022-05-18T05:18:24.9915360Z 2022-05-18T05:18:24.9915460Z Generating XML reports... 2022-05-18T05:18:24.9916110Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051821.xml 2022-05-18T05:18:26.3539350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkfk_livw 2022-05-18T05:18:26.3542350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkfk_livw/_remote_module_non_scriptable.py 2022-05-18T05:18:26.7761750Z 2022-05-18T05:18:26.7762070Z Running tests... 2022-05-18T05:18:26.7762690Z ---------------------------------------------------------------------- 2022-05-18T05:18:26.7763220Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:18:27.1840110Z test_multiple_backward (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9049 2022-05-18T05:18:27.1976940Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9050 2022-05-18T05:18:27.2144890Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9051 2022-05-18T05:18:27.2247780Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9052 2022-05-18T05:18:28.7998730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9q9qlhpe 2022-05-18T05:18:28.8052180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9q9qlhpe/_remote_module_non_scriptable.py 2022-05-18T05:18:28.8119040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoty02_mo 2022-05-18T05:18:28.8220810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoty02_mo/_remote_module_non_scriptable.py 2022-05-18T05:18:28.8221490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp87natr7w 2022-05-18T05:18:28.8306590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp87natr7w/_remote_module_non_scriptable.py 2022-05-18T05:18:28.8346990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpca1waxmj 2022-05-18T05:18:28.8425390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpca1waxmj/_remote_module_non_scriptable.py 2022-05-18T05:18:29.3695700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:18:29.3765340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:18:29.3830490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:18:29.3895170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:18:36.1337430Z ok (9.357s) 2022-05-18T05:18:36.1409550Z 2022-05-18T05:18:36.1410380Z ---------------------------------------------------------------------- 2022-05-18T05:18:36.1411070Z Ran 1 test in 9.358s 2022-05-18T05:18:36.1411320Z 2022-05-18T05:18:36.1411390Z OK 2022-05-18T05:18:36.1411500Z 2022-05-18T05:18:36.1411830Z Generating XML reports... 2022-05-18T05:18:36.1412540Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051826.xml 2022-05-18T05:18:37.5096000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd3l857t8 2022-05-18T05:18:37.5099200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd3l857t8/_remote_module_non_scriptable.py 2022-05-18T05:18:37.9475490Z 2022-05-18T05:18:37.9476270Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:18:37.9476640Z Running tests... 2022-05-18T05:18:37.9477040Z ---------------------------------------------------------------------- 2022-05-18T05:18:38.3747600Z test_multiple_backward_with_errors (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9061 2022-05-18T05:18:38.3819780Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9062 2022-05-18T05:18:38.3970750Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9063 2022-05-18T05:18:38.4108670Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9064 2022-05-18T05:18:39.9548100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp77kj3k8w 2022-05-18T05:18:39.9576650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp77kj3k8w/_remote_module_non_scriptable.py 2022-05-18T05:18:39.9825290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptm670dla 2022-05-18T05:18:39.9919530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptm670dla/_remote_module_non_scriptable.py 2022-05-18T05:18:40.0056440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmponp3pocr 2022-05-18T05:18:40.0090390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmponp3pocr/_remote_module_non_scriptable.py 2022-05-18T05:18:40.0138100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8b2t_697 2022-05-18T05:18:40.0239200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8b2t_697/_remote_module_non_scriptable.py 2022-05-18T05:18:40.5361620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:18:40.5547250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:18:40.5839040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:18:40.5872820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:18:40.8924210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:18:40.9193980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:18:40.9196010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:18:40.9202030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:18:40.9205010Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:18:40.9309750Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:18:40.9323330Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:18:40.9331960Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:18:41.7473670Z [W tensorpipe_agent.cpp:627] RPC agent for worker0 won't send response to request #150 to worker1, as the agent is shutting down 2022-05-18T05:18:41.7573960Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker1: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:18:41.7675520Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker3: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:18:41.7713140Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker2: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:18:41.7804770Z [W tensorpipe_agent.cpp:728] RPC agent for worker2 encountered error when reading incoming request from worker0: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:18:41.7880230Z [W tensorpipe_agent.cpp:942] RPC agent for worker1 encountered error when reading incoming response from worker0: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:18:41.7917200Z [W tensorpipe_agent.cpp:728] RPC agent for worker1 encountered error when reading incoming request from worker0: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:18:41.8013610Z [W tensorpipe_agent.cpp:627] RPC agent for worker0 won't send response to request #150 to worker3, as the agent is shutting down 2022-05-18T05:18:41.8082420Z [E container.cpp:257] Could not release Dist Autograd Context on node 3: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:18:41.8120270Z [W tensorpipe_agent.cpp:728] RPC agent for worker2 encountered error when reading incoming request from worker3: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:18:41.8215850Z [W tensorpipe_agent.cpp:728] RPC agent for worker2 encountered error when reading incoming request from worker1: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:18:41.8284700Z [E container.cpp:257] Could not release Dist Autograd Context on node 0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:18:41.8322360Z [W tensorpipe_agent.cpp:728] RPC agent for worker3 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:18:41.8418030Z [W tensorpipe_agent.cpp:728] RPC agent for worker3 encountered error when reading incoming request from worker2: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:18:41.8486810Z [W tensorpipe_agent.cpp:728] RPC agent for worker1 encountered error when reading incoming request from worker2: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:18:41.8524330Z [E container.cpp:257] Could not release Dist Autograd Context on node 2: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:18:42.2591090Z ok (4.311s) 2022-05-18T05:18:42.2683710Z 2022-05-18T05:18:42.2685900Z ---------------------------------------------------------------------- 2022-05-18T05:18:42.2687060Z Ran 1 test in 4.312s 2022-05-18T05:18:42.2687400Z 2022-05-18T05:18:42.2687640Z OK 2022-05-18T05:18:42.2687940Z 2022-05-18T05:18:42.2688200Z Generating XML reports... 2022-05-18T05:18:42.2689230Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051837.xml 2022-05-18T05:18:43.6710880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpizarlx1v 2022-05-18T05:18:43.6713500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpizarlx1v/_remote_module_non_scriptable.py 2022-05-18T05:18:44.1169170Z 2022-05-18T05:18:44.1170150Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:18:44.1171260Z Running tests... 2022-05-18T05:18:44.1171680Z ---------------------------------------------------------------------- 2022-05-18T05:18:44.5302780Z test_nested_backward_accumulate_grads (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9073 2022-05-18T05:18:44.5443950Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9074 2022-05-18T05:18:44.5609390Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9075 2022-05-18T05:18:44.5628760Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9076 2022-05-18T05:18:46.1215820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpokowfh83 2022-05-18T05:18:46.1261620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpokowfh83/_remote_module_non_scriptable.py 2022-05-18T05:18:46.1309730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_vcwxhhc 2022-05-18T05:18:46.1366930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa508fqjp 2022-05-18T05:18:46.1383190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa508fqjp/_remote_module_non_scriptable.py 2022-05-18T05:18:46.1480790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_vcwxhhc/_remote_module_non_scriptable.py 2022-05-18T05:18:46.1547700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeu39y9mi 2022-05-18T05:18:46.1584190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeu39y9mi/_remote_module_non_scriptable.py 2022-05-18T05:18:46.7144490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:18:46.7168050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:18:46.7187840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:18:46.7410800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:18:47.5086380Z ok (3.392s) 2022-05-18T05:18:47.5159950Z 2022-05-18T05:18:47.5160850Z ---------------------------------------------------------------------- 2022-05-18T05:18:47.5161180Z Ran 1 test in 3.392s 2022-05-18T05:18:47.5161320Z 2022-05-18T05:18:47.5161410Z OK 2022-05-18T05:18:47.5161510Z 2022-05-18T05:18:47.5161710Z Generating XML reports... 2022-05-18T05:18:47.5162350Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051844.xml 2022-05-18T05:18:48.8887120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdrxcp0nx 2022-05-18T05:18:48.8890080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdrxcp0nx/_remote_module_non_scriptable.py 2022-05-18T05:18:49.3305810Z 2022-05-18T05:18:49.3306610Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:18:49.3307140Z Running tests... 2022-05-18T05:18:49.3307550Z ---------------------------------------------------------------------- 2022-05-18T05:18:49.7498090Z test_nested_context (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9084 2022-05-18T05:18:49.7583750Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9085 2022-05-18T05:18:49.7703340Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9086 2022-05-18T05:18:49.7861980Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9087 2022-05-18T05:18:51.3446950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpooz8uk2c 2022-05-18T05:18:51.3484690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpooz8uk2c/_remote_module_non_scriptable.py 2022-05-18T05:18:51.3867070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppxkh300h 2022-05-18T05:18:51.3901130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppxkh300h/_remote_module_non_scriptable.py 2022-05-18T05:18:51.3971430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3zvkh033 2022-05-18T05:18:51.4073390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3zvkh033/_remote_module_non_scriptable.py 2022-05-18T05:18:51.4174760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqm6f1j5q 2022-05-18T05:18:51.4179890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqm6f1j5q/_remote_module_non_scriptable.py 2022-05-18T05:18:51.9278730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:18:51.9564360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:18:51.9650990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:18:51.9748410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:18:52.5917470Z ok (3.261s) 2022-05-18T05:18:52.5992500Z 2022-05-18T05:18:52.5993690Z ---------------------------------------------------------------------- 2022-05-18T05:18:52.5994060Z Ran 1 test in 3.261s 2022-05-18T05:18:52.5994200Z 2022-05-18T05:18:52.5994270Z OK 2022-05-18T05:18:52.5994360Z 2022-05-18T05:18:52.5994470Z Generating XML reports... 2022-05-18T05:18:52.5995090Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051849.xml 2022-05-18T05:18:54.0352990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpge3bi8gx 2022-05-18T05:18:54.0356750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpge3bi8gx/_remote_module_non_scriptable.py 2022-05-18T05:18:54.4978900Z 2022-05-18T05:18:54.4979800Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:18:54.4980180Z Running tests... 2022-05-18T05:18:54.4980580Z ---------------------------------------------------------------------- 2022-05-18T05:18:54.5018670Z test_no_grad_copy (__main__.TensorPipeDistAutogradTest) 2022-05-18T05:18:54.9413880Z Similar to test in test_autograd.py. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9096 2022-05-18T05:18:54.9483470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9097 2022-05-18T05:18:54.9616120Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9098 2022-05-18T05:18:54.9730770Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9099 2022-05-18T05:18:56.6065480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvnef5n1y 2022-05-18T05:18:56.6122030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvnef5n1y/_remote_module_non_scriptable.py 2022-05-18T05:18:56.6188240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkva_sqj9 2022-05-18T05:18:56.6238460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkva_sqj9/_remote_module_non_scriptable.py 2022-05-18T05:18:56.6827060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7dxqy8cw 2022-05-18T05:18:56.6827730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7dxqy8cw/_remote_module_non_scriptable.py 2022-05-18T05:18:56.6928520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp53emr7p_ 2022-05-18T05:18:56.7029330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp53emr7p_/_remote_module_non_scriptable.py 2022-05-18T05:18:57.1915750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:18:57.2306450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:18:57.2618190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:18:57.2738030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:18:57.8842070Z ok (3.386s) 2022-05-18T05:18:57.8917190Z 2022-05-18T05:18:57.8917900Z ---------------------------------------------------------------------- 2022-05-18T05:18:57.8918230Z Ran 1 test in 3.387s 2022-05-18T05:18:57.8918380Z 2022-05-18T05:18:57.8918450Z OK 2022-05-18T05:18:57.8918560Z 2022-05-18T05:18:57.8919050Z Generating XML reports... 2022-05-18T05:18:57.8919750Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051854.xml 2022-05-18T05:18:59.3316910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv7umijug 2022-05-18T05:18:59.3322840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv7umijug/_remote_module_non_scriptable.py 2022-05-18T05:18:59.7880590Z 2022-05-18T05:18:59.7881430Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:18:59.7881810Z Running tests... 2022-05-18T05:18:59.7882200Z ---------------------------------------------------------------------- 2022-05-18T05:19:00.2273590Z test_no_grad_copy_sparse (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9107 2022-05-18T05:19:00.2350030Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9108 2022-05-18T05:19:00.2541210Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9109 2022-05-18T05:19:00.2709910Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9110 2022-05-18T05:19:01.8338910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5bek1og0 2022-05-18T05:19:01.8425110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5bek1og0/_remote_module_non_scriptable.py 2022-05-18T05:19:01.8543600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps_j0ff_r 2022-05-18T05:19:01.8594410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps_j0ff_r/_remote_module_non_scriptable.py 2022-05-18T05:19:01.8647490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8gon6jr8 2022-05-18T05:19:01.8691840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8gon6jr8/_remote_module_non_scriptable.py 2022-05-18T05:19:01.9024660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj74cvgun 2022-05-18T05:19:01.9119390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj74cvgun/_remote_module_non_scriptable.py 2022-05-18T05:19:02.4979200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:19:02.5128870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:19:02.5207260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:19:02.5685170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:19:02.9240000Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2262: UserWarning: Argument order of nn.functional.embedding_bag was changed. Usage `embedding_bag(weight, input, ...)` is deprecated, and should now be `embedding_bag(input, weight, ...)`. 2022-05-18T05:19:02.9240590Z warnings.warn( 2022-05-18T05:19:02.9373040Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2262: UserWarning: Argument order of nn.functional.embedding_bag was changed. Usage `embedding_bag(weight, input, ...)` is deprecated, and should now be `embedding_bag(input, weight, ...)`. 2022-05-18T05:19:02.9374000Z warnings.warn( 2022-05-18T05:19:02.9733270Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2262: UserWarning: Argument order of nn.functional.embedding_bag was changed. Usage `embedding_bag(weight, input, ...)` is deprecated, and should now be `embedding_bag(input, weight, ...)`. 2022-05-18T05:19:02.9834870Z warnings.warn( 2022-05-18T05:19:03.0145660Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2262: UserWarning: Argument order of nn.functional.embedding_bag was changed. Usage `embedding_bag(weight, input, ...)` is deprecated, and should now be `embedding_bag(input, weight, ...)`. 2022-05-18T05:19:03.0251310Z warnings.warn( 2022-05-18T05:19:03.3806530Z ok (3.592s) 2022-05-18T05:19:03.3881490Z 2022-05-18T05:19:03.3882240Z ---------------------------------------------------------------------- 2022-05-18T05:19:03.3882600Z Ran 1 test in 3.593s 2022-05-18T05:19:03.3882740Z 2022-05-18T05:19:03.3882800Z OK 2022-05-18T05:19:03.3882910Z 2022-05-18T05:19:03.3883010Z Generating XML reports... 2022-05-18T05:19:03.3883660Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051859.xml 2022-05-18T05:19:04.7803020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprln187sc 2022-05-18T05:19:04.7806150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprln187sc/_remote_module_non_scriptable.py 2022-05-18T05:19:05.2130600Z 2022-05-18T05:19:05.2131400Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:19:05.2131760Z Running tests... 2022-05-18T05:19:05.2132160Z ---------------------------------------------------------------------- 2022-05-18T05:19:05.6195160Z test_no_graph_with_tensors_not_require_grad (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9119 2022-05-18T05:19:05.6266260Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9120 2022-05-18T05:19:05.6404830Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9121 2022-05-18T05:19:05.6509700Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9122 2022-05-18T05:19:07.2140320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxb5njryn 2022-05-18T05:19:07.2215120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxb5njryn/_remote_module_non_scriptable.py 2022-05-18T05:19:07.2249780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps9xmrrmd 2022-05-18T05:19:07.2333900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps9xmrrmd/_remote_module_non_scriptable.py 2022-05-18T05:19:07.2408670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2rdgiye7 2022-05-18T05:19:07.2450660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2rdgiye7/_remote_module_non_scriptable.py 2022-05-18T05:19:07.2514970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp38wa2rqo 2022-05-18T05:19:07.2612110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp38wa2rqo/_remote_module_non_scriptable.py 2022-05-18T05:19:07.8029070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:19:07.8034540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:19:07.8135320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:19:07.8253290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:19:07.9944800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:19:07.9947550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:19:07.9949880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:19:07.9955640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:19:07.9958340Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:19:08.0283450Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:19:08.0285530Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:19:08.0287600Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:19:08.7840410Z ok (3.571s) 2022-05-18T05:19:08.7913040Z 2022-05-18T05:19:08.7913930Z ---------------------------------------------------------------------- 2022-05-18T05:19:08.7914260Z Ran 1 test in 3.571s 2022-05-18T05:19:08.7914390Z 2022-05-18T05:19:08.7914520Z OK 2022-05-18T05:19:08.7914750Z 2022-05-18T05:19:08.7914850Z Generating XML reports... 2022-05-18T05:19:08.7915810Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051905.xml 2022-05-18T05:19:10.1680240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk9i_ju3v 2022-05-18T05:19:10.1683520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk9i_ju3v/_remote_module_non_scriptable.py 2022-05-18T05:19:10.6060020Z 2022-05-18T05:19:10.6060820Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:19:10.6061180Z Running tests... 2022-05-18T05:19:10.6061580Z ---------------------------------------------------------------------- 2022-05-18T05:19:11.0172130Z test_no_graph_with_tensors_not_require_grad_remote (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9130 2022-05-18T05:19:11.0317380Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9131 2022-05-18T05:19:11.0471700Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9132 2022-05-18T05:19:11.0510780Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9133 2022-05-18T05:19:12.6958910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvubt0wlc 2022-05-18T05:19:12.7053550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvubt0wlc/_remote_module_non_scriptable.py 2022-05-18T05:19:12.7353670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy1w1gu6l 2022-05-18T05:19:12.7435580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy1w1gu6l/_remote_module_non_scriptable.py 2022-05-18T05:19:12.7537200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgzna6qq5 2022-05-18T05:19:12.7563700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgzna6qq5/_remote_module_non_scriptable.py 2022-05-18T05:19:12.7665100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7z5y9q__ 2022-05-18T05:19:12.7722750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7z5y9q__/_remote_module_non_scriptable.py 2022-05-18T05:19:13.2958280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:19:13.3130690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:19:13.3281530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:19:13.3335470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:19:13.6381970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:19:13.6389120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:19:13.6390190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:19:13.6399610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:19:13.6402530Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:19:13.6503710Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:19:13.6979030Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:19:13.6981390Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:19:14.3677370Z ok (3.762s) 2022-05-18T05:19:14.3749860Z 2022-05-18T05:19:14.3750400Z ---------------------------------------------------------------------- 2022-05-18T05:19:14.3750700Z Ran 1 test in 3.762s 2022-05-18T05:19:14.3750830Z 2022-05-18T05:19:14.3750880Z OK 2022-05-18T05:19:14.3750990Z 2022-05-18T05:19:14.3751080Z Generating XML reports... 2022-05-18T05:19:14.3751730Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051910.xml 2022-05-18T05:19:15.7935210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6ur0pr59 2022-05-18T05:19:15.7938580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6ur0pr59/_remote_module_non_scriptable.py 2022-05-18T05:19:16.2526990Z 2022-05-18T05:19:16.2527760Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:19:16.2531390Z Running tests... 2022-05-18T05:19:16.2533980Z ---------------------------------------------------------------------- 2022-05-18T05:19:16.6805070Z test_post_hooks (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9142 2022-05-18T05:19:16.6950090Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9143 2022-05-18T05:19:16.7069450Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9144 2022-05-18T05:19:16.7170460Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9145 2022-05-18T05:19:18.4023380Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfw6wn4w_ 2022-05-18T05:19:18.4034770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfw6wn4w_/_remote_module_non_scriptable.py 2022-05-18T05:19:18.4228140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo4u8keqt 2022-05-18T05:19:18.4259560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo4u8keqt/_remote_module_non_scriptable.py 2022-05-18T05:19:18.4361550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbs6a4rn2 2022-05-18T05:19:18.4415680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbs6a4rn2/_remote_module_non_scriptable.py 2022-05-18T05:19:18.4505250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjb5e0mm2 2022-05-18T05:19:18.4512070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjb5e0mm2/_remote_module_non_scriptable.py 2022-05-18T05:19:19.0570010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:19:19.0664030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:19:19.0692130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:19:19.0832040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:19:19.6342820Z ok (3.381s) 2022-05-18T05:19:19.6422180Z 2022-05-18T05:19:19.6422920Z ---------------------------------------------------------------------- 2022-05-18T05:19:19.6423240Z Ran 1 test in 3.382s 2022-05-18T05:19:19.6423390Z 2022-05-18T05:19:19.6423460Z OK 2022-05-18T05:19:19.6423590Z 2022-05-18T05:19:19.6423690Z Generating XML reports... 2022-05-18T05:19:19.6424310Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051916.xml 2022-05-18T05:19:21.0911820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwc_ggfq7 2022-05-18T05:19:21.0916260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwc_ggfq7/_remote_module_non_scriptable.py 2022-05-18T05:19:21.5532570Z 2022-05-18T05:19:21.5533390Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:19:21.5533760Z Running tests... 2022-05-18T05:19:21.5534150Z ---------------------------------------------------------------------- 2022-05-18T05:19:21.9930060Z test_remote_complex_args (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9153 2022-05-18T05:19:22.0024360Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9154 2022-05-18T05:19:22.0170510Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9155 2022-05-18T05:19:22.0281480Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9156 2022-05-18T05:19:23.7559060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplkku7_dr 2022-05-18T05:19:23.7574010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplkku7_dr/_remote_module_non_scriptable.py 2022-05-18T05:19:23.7631980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprv8862qz 2022-05-18T05:19:23.7677260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprv8862qz/_remote_module_non_scriptable.py 2022-05-18T05:19:23.7734700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz2iw9yw9 2022-05-18T05:19:23.7905340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz2iw9yw9/_remote_module_non_scriptable.py 2022-05-18T05:19:23.8181020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw7of4mxh 2022-05-18T05:19:23.8242610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw7of4mxh/_remote_module_non_scriptable.py 2022-05-18T05:19:24.3913910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:19:24.3940640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:19:24.3955010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:19:24.4357840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:19:25.1340440Z ok (3.581s) 2022-05-18T05:19:25.1415910Z 2022-05-18T05:19:25.1416700Z ---------------------------------------------------------------------- 2022-05-18T05:19:25.1417050Z Ran 1 test in 3.581s 2022-05-18T05:19:25.1417180Z 2022-05-18T05:19:25.1417250Z OK 2022-05-18T05:19:25.1417340Z 2022-05-18T05:19:25.1417440Z Generating XML reports... 2022-05-18T05:19:25.1418070Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051921.xml 2022-05-18T05:19:26.5734390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj848469j 2022-05-18T05:19:26.5737520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj848469j/_remote_module_non_scriptable.py 2022-05-18T05:19:27.0388850Z 2022-05-18T05:19:27.0389190Z Running tests... 2022-05-18T05:19:27.0389840Z ---------------------------------------------------------------------- 2022-05-18T05:19:27.0390390Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:19:27.4746970Z test_rpc_complex_args (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9165 2022-05-18T05:19:27.4845540Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9166 2022-05-18T05:19:27.5021930Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9167 2022-05-18T05:19:27.5158820Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9168 2022-05-18T05:19:29.1226090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5lhmc68p 2022-05-18T05:19:29.1326880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpejgvih9z 2022-05-18T05:19:29.1363260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpejgvih9z/_remote_module_non_scriptable.py 2022-05-18T05:19:29.1428660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5lhmc68p/_remote_module_non_scriptable.py 2022-05-18T05:19:29.1735510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmports_kkj 2022-05-18T05:19:29.1829550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmports_kkj/_remote_module_non_scriptable.py 2022-05-18T05:19:29.2041660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb0vjs3oz 2022-05-18T05:19:29.2142770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb0vjs3oz/_remote_module_non_scriptable.py 2022-05-18T05:19:29.7514700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:19:29.7602750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:19:29.7951540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:19:29.8321670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:19:30.5089090Z ok (3.470s) 2022-05-18T05:19:30.5167310Z 2022-05-18T05:19:30.5168740Z ---------------------------------------------------------------------- 2022-05-18T05:19:30.5169170Z Ran 1 test in 3.470s 2022-05-18T05:19:30.5169310Z 2022-05-18T05:19:30.5169370Z OK 2022-05-18T05:19:30.5169470Z 2022-05-18T05:19:30.5169570Z Generating XML reports... 2022-05-18T05:19:30.5170230Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051927.xml 2022-05-18T05:19:31.9145080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg0yx2fuo 2022-05-18T05:19:31.9147990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg0yx2fuo/_remote_module_non_scriptable.py 2022-05-18T05:19:32.3577320Z 2022-05-18T05:19:32.3577660Z Running tests... 2022-05-18T05:19:32.3578300Z ---------------------------------------------------------------------- 2022-05-18T05:19:32.3578870Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:19:32.7954880Z test_thread_local_context_id (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9177 2022-05-18T05:19:32.8112570Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9178 2022-05-18T05:19:32.8222850Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9179 2022-05-18T05:19:32.8324490Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9180 2022-05-18T05:19:34.4657070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph3y32h_s 2022-05-18T05:19:34.4720660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph3y32h_s/_remote_module_non_scriptable.py 2022-05-18T05:19:34.4758520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfzn315d7 2022-05-18T05:19:34.4810950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfzn315d7/_remote_module_non_scriptable.py 2022-05-18T05:19:34.4870570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzi9qv88h 2022-05-18T05:19:34.4955030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzi9qv88h/_remote_module_non_scriptable.py 2022-05-18T05:19:34.5359160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptw37zn4y 2022-05-18T05:19:34.5404870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptw37zn4y/_remote_module_non_scriptable.py 2022-05-18T05:19:35.0531200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:19:35.0623370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:19:35.0632440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:19:35.1152220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:19:36.7828460Z ok (4.425s) 2022-05-18T05:19:36.7906250Z 2022-05-18T05:19:36.7907180Z ---------------------------------------------------------------------- 2022-05-18T05:19:36.7907530Z Ran 1 test in 4.425s 2022-05-18T05:19:36.7907670Z 2022-05-18T05:19:36.7907720Z OK 2022-05-18T05:19:36.7907970Z 2022-05-18T05:19:36.7908180Z Generating XML reports... 2022-05-18T05:19:36.7908840Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051932.xml 2022-05-18T05:19:38.2428010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmy4q9kup 2022-05-18T05:19:38.2430710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmy4q9kup/_remote_module_non_scriptable.py 2022-05-18T05:19:38.7032510Z 2022-05-18T05:19:38.7033310Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:19:38.7033700Z Running tests... 2022-05-18T05:19:38.7034100Z ---------------------------------------------------------------------- 2022-05-18T05:19:39.1283390Z test_trainer_ps (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9194 2022-05-18T05:19:39.1456380Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9195 2022-05-18T05:19:39.1561890Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9196 2022-05-18T05:19:39.1674330Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9197 2022-05-18T05:19:40.7571540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_r75vsy8 2022-05-18T05:19:40.7669970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_r75vsy8/_remote_module_non_scriptable.py 2022-05-18T05:19:40.7878370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcd_ilzmh 2022-05-18T05:19:40.7915390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcd_ilzmh/_remote_module_non_scriptable.py 2022-05-18T05:19:40.7994420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq4n62g0x 2022-05-18T05:19:40.8032660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq4n62g0x/_remote_module_non_scriptable.py 2022-05-18T05:19:40.8117050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppoahrrke 2022-05-18T05:19:40.8213330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppoahrrke/_remote_module_non_scriptable.py 2022-05-18T05:19:41.3752960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:19:41.3768130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:19:41.3893660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:19:41.3969660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:19:42.4628840Z ok (3.759s) 2022-05-18T05:19:42.4709330Z 2022-05-18T05:19:42.4710020Z ---------------------------------------------------------------------- 2022-05-18T05:19:42.4710350Z Ran 1 test in 3.760s 2022-05-18T05:19:42.4710500Z 2022-05-18T05:19:42.4710570Z OK 2022-05-18T05:19:42.4710670Z 2022-05-18T05:19:42.4710770Z Generating XML reports... 2022-05-18T05:19:42.4711400Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051938.xml 2022-05-18T05:19:43.9256160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfznawi2p 2022-05-18T05:19:43.9259910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfznawi2p/_remote_module_non_scriptable.py 2022-05-18T05:19:44.3838760Z 2022-05-18T05:19:44.3839550Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:19:44.3840220Z Running tests... 2022-05-18T05:19:44.3840640Z ---------------------------------------------------------------------- 2022-05-18T05:19:44.8174630Z test_trainer_ps_torchscript_functions (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9206 2022-05-18T05:19:44.8317790Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9207 2022-05-18T05:19:44.8498290Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9208 2022-05-18T05:19:44.8529590Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9209 2022-05-18T05:19:46.4340950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp43a4o977 2022-05-18T05:19:46.4348230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp43a4o977/_remote_module_non_scriptable.py 2022-05-18T05:19:46.4577680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpijd9itcl 2022-05-18T05:19:46.4652940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpijd9itcl/_remote_module_non_scriptable.py 2022-05-18T05:19:46.4881700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph8dqgcte 2022-05-18T05:19:46.4892320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph8dqgcte/_remote_module_non_scriptable.py 2022-05-18T05:19:46.4993420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps4pz5m7n 2022-05-18T05:19:46.5042660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps4pz5m7n/_remote_module_non_scriptable.py 2022-05-18T05:19:47.0601500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:19:47.0728950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:19:47.1048840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:19:47.1099370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:19:48.4415940Z ok (4.057s) 2022-05-18T05:19:48.4489980Z 2022-05-18T05:19:48.4490650Z ---------------------------------------------------------------------- 2022-05-18T05:19:48.4492030Z Ran 1 test in 4.058s 2022-05-18T05:19:48.4492170Z 2022-05-18T05:19:48.4492350Z OK 2022-05-18T05:19:48.4492470Z 2022-05-18T05:19:48.4492570Z Generating XML reports... 2022-05-18T05:19:48.4493240Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051944.xml 2022-05-18T05:19:49.8863800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp60opxqiu 2022-05-18T05:19:49.8866900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp60opxqiu/_remote_module_non_scriptable.py 2022-05-18T05:19:50.3395210Z 2022-05-18T05:19:50.3395540Z Running tests... 2022-05-18T05:19:50.3396180Z ---------------------------------------------------------------------- 2022-05-18T05:19:50.3396720Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:19:50.7629160Z test_worker_ids_recorded (__main__.TensorPipeDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9217 2022-05-18T05:19:50.7706440Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9218 2022-05-18T05:19:50.7892200Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9219 2022-05-18T05:19:50.8008080Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9220 2022-05-18T05:19:52.3914930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa_tit_16 2022-05-18T05:19:52.3998450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa_tit_16/_remote_module_non_scriptable.py 2022-05-18T05:19:52.4170580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvujg2qza 2022-05-18T05:19:52.4272640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvujg2qza/_remote_module_non_scriptable.py 2022-05-18T05:19:52.4306700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdwcqx9ja 2022-05-18T05:19:52.4376970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdwcqx9ja/_remote_module_non_scriptable.py 2022-05-18T05:19:52.4567800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxbvfl3tt 2022-05-18T05:19:52.4575440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxbvfl3tt/_remote_module_non_scriptable.py 2022-05-18T05:19:53.0593620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:19:53.0745800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:19:53.0901750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:19:53.0991250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:19:53.8162110Z ok (3.476s) 2022-05-18T05:19:53.8237830Z 2022-05-18T05:19:53.8238780Z ---------------------------------------------------------------------- 2022-05-18T05:19:53.8239150Z Ran 1 test in 3.477s 2022-05-18T05:19:53.8239290Z 2022-05-18T05:19:53.8239350Z OK 2022-05-18T05:19:53.8239840Z 2022-05-18T05:19:53.8239980Z Generating XML reports... 2022-05-18T05:19:53.8240750Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistAutogradTest-20220518051950.xml 2022-05-18T05:19:55.2392030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuqdpgupe 2022-05-18T05:19:55.2394840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuqdpgupe/_remote_module_non_scriptable.py 2022-05-18T05:19:55.6904970Z 2022-05-18T05:19:55.6905750Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:19:55.6906120Z Running tests... 2022-05-18T05:19:55.6906520Z ---------------------------------------------------------------------- 2022-05-18T05:19:56.1177180Z test_dist_optim (__main__.TensorPipeDistOptimizerTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9229 2022-05-18T05:19:56.1446310Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9230 2022-05-18T05:19:56.1922000Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9231 2022-05-18T05:19:56.1995410Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9232 2022-05-18T05:19:57.7369670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3aev__ap 2022-05-18T05:19:57.7470120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb6p5_0ev 2022-05-18T05:19:57.7571570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb6p5_0ev/_remote_module_non_scriptable.py 2022-05-18T05:19:57.7580590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3aev__ap/_remote_module_non_scriptable.py 2022-05-18T05:19:57.7703630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprfkne_ik 2022-05-18T05:19:57.7799420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprfkne_ik/_remote_module_non_scriptable.py 2022-05-18T05:19:57.8509380Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0v19d9_q 2022-05-18T05:19:57.8588450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0v19d9_q/_remote_module_non_scriptable.py 2022-05-18T05:19:58.3610710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:19:58.3660130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:19:58.3859940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:19:58.4361940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:20:00.4599660Z ok (4.769s) 2022-05-18T05:20:00.4678300Z 2022-05-18T05:20:00.4679400Z ---------------------------------------------------------------------- 2022-05-18T05:20:00.4679840Z Ran 1 test in 4.770s 2022-05-18T05:20:00.4680000Z 2022-05-18T05:20:00.4680070Z OK 2022-05-18T05:20:00.4680170Z 2022-05-18T05:20:00.4680270Z Generating XML reports... 2022-05-18T05:20:00.4680920Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistOptimizerTest-20220518051955.xml 2022-05-18T05:20:01.8933580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzrvw1tju 2022-05-18T05:20:01.8937280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzrvw1tju/_remote_module_non_scriptable.py 2022-05-18T05:20:02.3468920Z 2022-05-18T05:20:02.3469900Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:20:02.3470460Z Running tests... 2022-05-18T05:20:02.3470890Z ---------------------------------------------------------------------- 2022-05-18T05:20:02.7825340Z test_dist_optim_exception (__main__.TensorPipeDistOptimizerTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9240 2022-05-18T05:20:02.7892590Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9241 2022-05-18T05:20:02.8062170Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9242 2022-05-18T05:20:02.8174390Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9243 2022-05-18T05:20:04.4675110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqk_adrc4 2022-05-18T05:20:04.4770930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqk_adrc4/_remote_module_non_scriptable.py 2022-05-18T05:20:04.4863260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7zj18ifo 2022-05-18T05:20:04.4872540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7zj18ifo/_remote_module_non_scriptable.py 2022-05-18T05:20:04.5415310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp29h975bv 2022-05-18T05:20:04.5428110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp29h975bv/_remote_module_non_scriptable.py 2022-05-18T05:20:04.5529690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfxmph68n 2022-05-18T05:20:04.5530890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfxmph68n/_remote_module_non_scriptable.py 2022-05-18T05:20:05.0647210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:05.0770340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:05.1205160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:20:05.1231230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:05.2677790Z WARNING:torch.distributed.optim.optimizer:Creating the optimizer without TorchScript support, this might result in slow computation time in multithreading environment(i.e. Distributed Model Parallel training on CPU) due to the Python's Global Interpreter Lock (GIL). Please file an issue if you need this optimizer in TorchScript. 2022-05-18T05:20:05.2805470Z WARNING:torch.distributed.optim.optimizer:Creating the optimizer without TorchScript support, this might result in slow computation time in multithreading environment(i.e. Distributed Model Parallel training on CPU) due to the Python's Global Interpreter Lock (GIL). Please file an issue if you need this optimizer in TorchScript. 2022-05-18T05:20:05.3011020Z WARNING:torch.distributed.optim.optimizer:Creating the optimizer without TorchScript support, this might result in slow computation time in multithreading environment(i.e. Distributed Model Parallel training on CPU) due to the Python's Global Interpreter Lock (GIL). Please file an issue if you need this optimizer in TorchScript. 2022-05-18T05:20:05.3016660Z WARNING:torch.distributed.optim.optimizer:Creating the optimizer without TorchScript support, this might result in slow computation time in multithreading environment(i.e. Distributed Model Parallel training on CPU) due to the Python's Global Interpreter Lock (GIL). Please file an issue if you need this optimizer in TorchScript. 2022-05-18T05:20:05.4376280Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:20:05.4377400Z ValueError('Error running optimizer.') 2022-05-18T05:20:05.4377660Z Traceback (most recent call last): 2022-05-18T05:20:05.4378200Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:20:05.4378610Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:20:05.4379200Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 95, in _local_optimizer_step 2022-05-18T05:20:05.4379570Z local_optim.step(autograd_ctx_id) 2022-05-18T05:20:05.4380100Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 85, in step 2022-05-18T05:20:05.4380590Z self.optim.step() 2022-05-18T05:20:05.4381140Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/optim/optimizer.py", line 88, in wrapper 2022-05-18T05:20:05.4381470Z return func(*args, **kwargs) 2022-05-18T05:20:05.4382020Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py", line 39, in step 2022-05-18T05:20:05.4382480Z raise ValueError("Error running optimizer.") 2022-05-18T05:20:05.4382750Z ValueError: Error running optimizer. 2022-05-18T05:20:05.4382900Z 2022-05-18T05:20:05.4383000Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:20:05.4383350Z ValueError('Error running optimizer.') 2022-05-18T05:20:05.4383590Z Traceback (most recent call last): 2022-05-18T05:20:05.4384400Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:20:05.4384850Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:20:05.4385460Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 95, in _local_optimizer_step 2022-05-18T05:20:05.4385830Z local_optim.step(autograd_ctx_id) 2022-05-18T05:20:05.4386350Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 85, in step 2022-05-18T05:20:05.4386680Z self.optim.step() 2022-05-18T05:20:05.4387140Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/optim/optimizer.py", line 88, in wrapper 2022-05-18T05:20:05.4387470Z return func(*args, **kwargs) 2022-05-18T05:20:05.4388020Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py", line 39, in step 2022-05-18T05:20:05.4388410Z raise ValueError("Error running optimizer.") 2022-05-18T05:20:05.4388770Z ValueError: Error running optimizer. 2022-05-18T05:20:05.4388930Z 2022-05-18T05:20:05.5076480Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:20:05.5077480Z ValueError('Error running optimizer.') 2022-05-18T05:20:05.5078050Z Traceback (most recent call last): 2022-05-18T05:20:05.5078900Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:20:05.5079610Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:20:05.5080480Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 95, in _local_optimizer_step 2022-05-18T05:20:05.5082300Z local_optim.step(autograd_ctx_id) 2022-05-18T05:20:05.5083140Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 85, in step 2022-05-18T05:20:05.5083760Z self.optim.step() 2022-05-18T05:20:05.5084550Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/optim/optimizer.py", line 88, in wrapper 2022-05-18T05:20:05.5085170Z return func(*args, **kwargs) 2022-05-18T05:20:05.5086000Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py", line 39, in step 2022-05-18T05:20:05.5087210Z raise ValueError("Error running optimizer.") 2022-05-18T05:20:05.5087710Z ValueError: Error running optimizer. 2022-05-18T05:20:05.5088100Z 2022-05-18T05:20:05.5088410Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:20:05.5089240Z ValueError('Error running optimizer.') 2022-05-18T05:20:05.5089780Z Traceback (most recent call last): 2022-05-18T05:20:05.5090580Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:20:05.5091260Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:20:05.5092130Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 95, in _local_optimizer_step 2022-05-18T05:20:05.5092920Z local_optim.step(autograd_ctx_id) 2022-05-18T05:20:05.5093790Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 85, in step 2022-05-18T05:20:05.5094390Z self.optim.step() 2022-05-18T05:20:05.5095150Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/optim/optimizer.py", line 88, in wrapper 2022-05-18T05:20:05.5095760Z return func(*args, **kwargs) 2022-05-18T05:20:05.5096590Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py", line 39, in step 2022-05-18T05:20:05.5097260Z raise ValueError("Error running optimizer.") 2022-05-18T05:20:05.5097770Z ValueError: Error running optimizer. 2022-05-18T05:20:05.5098160Z 2022-05-18T05:20:05.5291880Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:20:05.5397370Z ValueError('Error running optimizer.') 2022-05-18T05:20:05.5498740Z Traceback (most recent call last): 2022-05-18T05:20:05.5608030Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:20:05.5709800Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:20:05.5811730Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 95, in _local_optimizer_step 2022-05-18T05:20:05.5913260Z local_optim.step(autograd_ctx_id) 2022-05-18T05:20:05.6015150Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 85, in step 2022-05-18T05:20:05.6116640Z self.optim.step() 2022-05-18T05:20:05.6218520Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/optim/optimizer.py", line 88, in wrapper 2022-05-18T05:20:05.6319980Z return func(*args, **kwargs) 2022-05-18T05:20:05.6421840Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py", line 39, in step 2022-05-18T05:20:05.6523380Z raise ValueError("Error running optimizer.") 2022-05-18T05:20:05.6624790Z ValueError: Error running optimizer. 2022-05-18T05:20:05.6725740Z 2022-05-18T05:20:05.6826720Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:20:05.6928320Z ValueError('Error running optimizer.') 2022-05-18T05:20:05.7017420Z Traceback (most recent call last): 2022-05-18T05:20:05.7038780Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:20:05.7134320Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:20:05.7224600Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 95, in _local_optimizer_step 2022-05-18T05:20:05.7229730Z local_optim.step(autograd_ctx_id) 2022-05-18T05:20:05.7331210Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 85, in step 2022-05-18T05:20:05.7368060Z self.optim.step() 2022-05-18T05:20:05.7371170Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/optim/optimizer.py", line 88, in wrapper 2022-05-18T05:20:05.7372460Z return func(*args, **kwargs) 2022-05-18T05:20:05.7373270Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py", line 39, in step 2022-05-18T05:20:05.7373910Z raise ValueError("Error running optimizer.") 2022-05-18T05:20:05.7374400Z ValueError: Error running optimizer. 2022-05-18T05:20:05.7374740Z 2022-05-18T05:20:05.7375140Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:20:05.7375720Z ValueError('Error running optimizer.') 2022-05-18T05:20:05.7376210Z Traceback (most recent call last): 2022-05-18T05:20:05.7376980Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:20:05.7377620Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:20:05.7378450Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 95, in _local_optimizer_step 2022-05-18T05:20:05.7379170Z local_optim.step(autograd_ctx_id) 2022-05-18T05:20:05.7379930Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 85, in step 2022-05-18T05:20:05.7380500Z self.optim.step() 2022-05-18T05:20:05.7381210Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/optim/optimizer.py", line 88, in wrapper 2022-05-18T05:20:05.7381780Z return func(*args, **kwargs) 2022-05-18T05:20:05.7382870Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py", line 39, in step 2022-05-18T05:20:05.7383570Z raise ValueError("Error running optimizer.") 2022-05-18T05:20:05.7384050Z ValueError: Error running optimizer. 2022-05-18T05:20:05.7384400Z 2022-05-18T05:20:05.7384660Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:20:05.7385240Z ValueError('Error running optimizer.') 2022-05-18T05:20:05.7385720Z Traceback (most recent call last): 2022-05-18T05:20:05.7386490Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:20:05.7387120Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:20:05.7387930Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 95, in _local_optimizer_step 2022-05-18T05:20:05.7388530Z local_optim.step(autograd_ctx_id) 2022-05-18T05:20:05.7389380Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 85, in step 2022-05-18T05:20:05.7389960Z self.optim.step() 2022-05-18T05:20:05.7390670Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/optim/optimizer.py", line 88, in wrapper 2022-05-18T05:20:05.7391230Z return func(*args, **kwargs) 2022-05-18T05:20:05.7392000Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py", line 39, in step 2022-05-18T05:20:05.7392640Z raise ValueError("Error running optimizer.") 2022-05-18T05:20:05.7393110Z ValueError: Error running optimizer. 2022-05-18T05:20:05.7393450Z 2022-05-18T05:20:05.8838090Z ok (3.537s) 2022-05-18T05:20:05.8909050Z 2022-05-18T05:20:05.8909780Z ---------------------------------------------------------------------- 2022-05-18T05:20:05.8910100Z Ran 1 test in 3.537s 2022-05-18T05:20:05.8910230Z 2022-05-18T05:20:05.8910300Z OK 2022-05-18T05:20:05.8910400Z 2022-05-18T05:20:05.8910500Z Generating XML reports... 2022-05-18T05:20:05.8911140Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistOptimizerTest-20220518052002.xml 2022-05-18T05:20:07.3222050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6cn07u_m 2022-05-18T05:20:07.3225600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6cn07u_m/_remote_module_non_scriptable.py 2022-05-18T05:20:07.7720210Z 2022-05-18T05:20:07.7720980Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:20:07.7722600Z Running tests... 2022-05-18T05:20:07.7723470Z ---------------------------------------------------------------------- 2022-05-18T05:20:08.2096360Z test_dist_optim_exception_on_constructor (__main__.TensorPipeDistOptimizerTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9252 2022-05-18T05:20:08.2177010Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9253 2022-05-18T05:20:08.2350870Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9254 2022-05-18T05:20:08.2470590Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9255 2022-05-18T05:20:09.8474230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc5encxd4 2022-05-18T05:20:09.8528940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc5encxd4/_remote_module_non_scriptable.py 2022-05-18T05:20:09.8730950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl2c_p7g1 2022-05-18T05:20:09.8811960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl2c_p7g1/_remote_module_non_scriptable.py 2022-05-18T05:20:09.9102800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbi7ge1hy 2022-05-18T05:20:09.9137790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbi7ge1hy/_remote_module_non_scriptable.py 2022-05-18T05:20:09.9233250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe4pc3jqn 2022-05-18T05:20:09.9308090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe4pc3jqn/_remote_module_non_scriptable.py 2022-05-18T05:20:10.4500240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:10.4944180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:10.5030250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:10.5155010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:20:10.6677300Z WARNING:torch.distributed.optim.optimizer:Creating the optimizer without TorchScript support, this might result in slow computation time in multithreading environment(i.e. Distributed Model Parallel training on CPU) due to the Python's Global Interpreter Lock (GIL). Please file an issue if you need this optimizer in TorchScript. 2022-05-18T05:20:10.6815350Z WARNING:torch.distributed.optim.optimizer:Creating the optimizer without TorchScript support, this might result in slow computation time in multithreading environment(i.e. Distributed Model Parallel training on CPU) due to the Python's Global Interpreter Lock (GIL). Please file an issue if you need this optimizer in TorchScript. 2022-05-18T05:20:10.6919700Z WARNING:torch.distributed.optim.optimizer:Creating the optimizer without TorchScript support, this might result in slow computation time in multithreading environment(i.e. Distributed Model Parallel training on CPU) due to the Python's Global Interpreter Lock (GIL). Please file an issue if you need this optimizer in TorchScript. 2022-05-18T05:20:10.6929200Z WARNING:torch.distributed.optim.optimizer:Creating the optimizer without TorchScript support, this might result in slow computation time in multithreading environment(i.e. Distributed Model Parallel training on CPU) due to the Python's Global Interpreter Lock (GIL). Please file an issue if you need this optimizer in TorchScript. 2022-05-18T05:20:10.8459980Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:20:10.8480680Z ValueError('Error creating optimizer.') 2022-05-18T05:20:10.8481760Z Traceback (most recent call last): 2022-05-18T05:20:10.8483360Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:20:10.8484240Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:20:10.8485770Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 90, in _new_local_optimizer 2022-05-18T05:20:10.8486590Z _LocalOptimizer(optim_cls, local_params_rref, *args, **kwargs)) 2022-05-18T05:20:10.8487510Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 74, in __init__ 2022-05-18T05:20:10.8488200Z self.optim = optim_cls( 2022-05-18T05:20:10.8489250Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py", line 45, in __init__ 2022-05-18T05:20:10.8490890Z raise ValueError("Error creating optimizer.") 2022-05-18T05:20:10.8491590Z ValueError: Error creating optimizer. 2022-05-18T05:20:10.8492050Z 2022-05-18T05:20:10.8492400Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:20:10.8493110Z ValueError('Error creating optimizer.') 2022-05-18T05:20:10.8493690Z Traceback (most recent call last): 2022-05-18T05:20:10.8494570Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:20:10.8495300Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:20:10.8496200Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 90, in _new_local_optimizer 2022-05-18T05:20:10.8496930Z _LocalOptimizer(optim_cls, local_params_rref, *args, **kwargs)) 2022-05-18T05:20:10.8497810Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 74, in __init__ 2022-05-18T05:20:10.8498480Z self.optim = optim_cls( 2022-05-18T05:20:10.8499350Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py", line 45, in __init__ 2022-05-18T05:20:10.8500080Z raise ValueError("Error creating optimizer.") 2022-05-18T05:20:10.8500650Z ValueError: Error creating optimizer. 2022-05-18T05:20:10.8501060Z 2022-05-18T05:20:10.8501560Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:20:10.8502230Z ValueError('Error creating optimizer.') 2022-05-18T05:20:10.8502790Z Traceback (most recent call last): 2022-05-18T05:20:10.8503630Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:20:10.8504350Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:20:10.8505240Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 90, in _new_local_optimizer 2022-05-18T05:20:10.8505970Z _LocalOptimizer(optim_cls, local_params_rref, *args, **kwargs)) 2022-05-18T05:20:10.8506840Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 74, in __init__ 2022-05-18T05:20:10.8507500Z self.optim = optim_cls( 2022-05-18T05:20:10.8508980Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py", line 45, in __init__ 2022-05-18T05:20:10.8509710Z raise ValueError("Error creating optimizer.") 2022-05-18T05:20:10.8510260Z ValueError: Error creating optimizer. 2022-05-18T05:20:10.8510680Z 2022-05-18T05:20:10.8511020Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:20:10.8511670Z ValueError('Error creating optimizer.') 2022-05-18T05:20:10.8512240Z Traceback (most recent call last): 2022-05-18T05:20:10.8513080Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:20:10.8513810Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:20:10.8514700Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 90, in _new_local_optimizer 2022-05-18T05:20:10.8515430Z _LocalOptimizer(optim_cls, local_params_rref, *args, **kwargs)) 2022-05-18T05:20:10.8516300Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 74, in __init__ 2022-05-18T05:20:10.8516960Z self.optim = optim_cls( 2022-05-18T05:20:10.8517830Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py", line 45, in __init__ 2022-05-18T05:20:10.8518540Z raise ValueError("Error creating optimizer.") 2022-05-18T05:20:10.8519310Z ValueError: Error creating optimizer. 2022-05-18T05:20:10.8519740Z 2022-05-18T05:20:10.8653600Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:20:10.8753920Z ValueError('Error creating optimizer.') 2022-05-18T05:20:10.8855240Z Traceback (most recent call last): 2022-05-18T05:20:10.8957180Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:20:10.9058430Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:20:10.9160180Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 90, in _new_local_optimizer 2022-05-18T05:20:10.9188960Z _LocalOptimizer(optim_cls, local_params_rref, *args, **kwargs)) 2022-05-18T05:20:10.9289780Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 74, in __init__ 2022-05-18T05:20:10.9389680Z self.optim = optim_cls( 2022-05-18T05:20:10.9483210Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py", line 45, in __init__ 2022-05-18T05:20:10.9507790Z raise ValueError("Error creating optimizer.") 2022-05-18T05:20:10.9591580Z ValueError: Error creating optimizer. 2022-05-18T05:20:10.9687180Z 2022-05-18T05:20:10.9709560Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:20:10.9793150Z ValueError('Error creating optimizer.') 2022-05-18T05:20:10.9888690Z Traceback (most recent call last): 2022-05-18T05:20:10.9913050Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:20:10.9994860Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:20:11.0091810Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 90, in _new_local_optimizer 2022-05-18T05:20:11.0117000Z _LocalOptimizer(optim_cls, local_params_rref, *args, **kwargs)) 2022-05-18T05:20:11.0186860Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 74, in __init__ 2022-05-18T05:20:11.0219040Z self.optim = optim_cls( 2022-05-18T05:20:11.0296920Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py", line 45, in __init__ 2022-05-18T05:20:11.0390160Z raise ValueError("Error creating optimizer.") 2022-05-18T05:20:11.0422190Z ValueError: Error creating optimizer. 2022-05-18T05:20:11.0500270Z 2022-05-18T05:20:11.0532580Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:20:11.0602110Z ValueError('Error creating optimizer.') 2022-05-18T05:20:11.0693320Z Traceback (most recent call last): 2022-05-18T05:20:11.0735280Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:20:11.0805590Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:20:11.0896160Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 90, in _new_local_optimizer 2022-05-18T05:20:11.0936940Z _LocalOptimizer(optim_cls, local_params_rref, *args, **kwargs)) 2022-05-18T05:20:11.1011120Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 74, in __init__ 2022-05-18T05:20:11.1099350Z self.optim = optim_cls( 2022-05-18T05:20:11.1113800Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py", line 45, in __init__ 2022-05-18T05:20:11.1204700Z raise ValueError("Error creating optimizer.") 2022-05-18T05:20:11.1245160Z ValueError: Error creating optimizer. 2022-05-18T05:20:11.1245650Z 2022-05-18T05:20:11.1245970Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:20:11.1246790Z ValueError('Error creating optimizer.') 2022-05-18T05:20:11.1247330Z Traceback (most recent call last): 2022-05-18T05:20:11.1248980Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:20:11.1250000Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:20:11.1250920Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 90, in _new_local_optimizer 2022-05-18T05:20:11.1251640Z _LocalOptimizer(optim_cls, local_params_rref, *args, **kwargs)) 2022-05-18T05:20:11.1252470Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/optim/optimizer.py", line 74, in __init__ 2022-05-18T05:20:11.1253090Z self.optim = optim_cls( 2022-05-18T05:20:11.1253930Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py", line 45, in __init__ 2022-05-18T05:20:11.1254610Z raise ValueError("Error creating optimizer.") 2022-05-18T05:20:11.1255120Z ValueError: Error creating optimizer. 2022-05-18T05:20:11.1255510Z 2022-05-18T05:20:11.1981210Z ok (3.426s) 2022-05-18T05:20:11.2054120Z 2022-05-18T05:20:11.2055110Z ---------------------------------------------------------------------- 2022-05-18T05:20:11.2055520Z Ran 1 test in 3.426s 2022-05-18T05:20:11.2055810Z 2022-05-18T05:20:11.2056030Z OK 2022-05-18T05:20:11.2056160Z 2022-05-18T05:20:11.2056290Z Generating XML reports... 2022-05-18T05:20:11.2057010Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistOptimizerTest-20220518052007.xml 2022-05-18T05:20:12.6361800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk15oiul_ 2022-05-18T05:20:12.6365460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk15oiul_/_remote_module_non_scriptable.py 2022-05-18T05:20:13.1032530Z 2022-05-18T05:20:13.1034240Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:20:13.1034620Z Running tests... 2022-05-18T05:20:13.1035050Z ---------------------------------------------------------------------- 2022-05-18T05:20:13.5627860Z test_dist_optim_none_grads (__main__.TensorPipeDistOptimizerTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9264 2022-05-18T05:20:13.5789980Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9265 2022-05-18T05:20:13.5900770Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9266 2022-05-18T05:20:13.6068980Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9267 2022-05-18T05:20:15.2299600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprwyvt_8w 2022-05-18T05:20:15.2342030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprwyvt_8w/_remote_module_non_scriptable.py 2022-05-18T05:20:15.2399930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjpd0xh0t 2022-05-18T05:20:15.2491280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjpd0xh0t/_remote_module_non_scriptable.py 2022-05-18T05:20:15.2588670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiel1n_dn 2022-05-18T05:20:15.2653220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiel1n_dn/_remote_module_non_scriptable.py 2022-05-18T05:20:15.2798270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplbqulbls 2022-05-18T05:20:15.2876650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplbqulbls/_remote_module_non_scriptable.py 2022-05-18T05:20:15.8419590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:20:15.8431830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:15.8644130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:15.8997400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:17.2430280Z ok (4.139s) 2022-05-18T05:20:17.2507820Z 2022-05-18T05:20:17.2508650Z ---------------------------------------------------------------------- 2022-05-18T05:20:17.2509010Z Ran 1 test in 4.140s 2022-05-18T05:20:17.2509150Z 2022-05-18T05:20:17.2509220Z OK 2022-05-18T05:20:17.2509480Z 2022-05-18T05:20:17.2509600Z Generating XML reports... 2022-05-18T05:20:17.2510230Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeDistOptimizerTest-20220518052013.xml 2022-05-18T05:20:18.6967750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppas0ip1h 2022-05-18T05:20:18.6971360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppas0ip1h/_remote_module_non_scriptable.py 2022-05-18T05:20:19.1659290Z 2022-05-18T05:20:19.1660080Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:20:19.1660460Z Running tests... 2022-05-18T05:20:19.1660850Z ---------------------------------------------------------------------- 2022-05-18T05:20:19.6035010Z test_dist_backward (__main__.TensorPipeJitDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9275 2022-05-18T05:20:19.6175670Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9276 2022-05-18T05:20:19.6290010Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9277 2022-05-18T05:20:19.6417370Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9278 2022-05-18T05:20:21.2566880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3no20ngi 2022-05-18T05:20:21.2617270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3no20ngi/_remote_module_non_scriptable.py 2022-05-18T05:20:21.2726860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgwt9gwt9 2022-05-18T05:20:21.2819660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgwt9gwt9/_remote_module_non_scriptable.py 2022-05-18T05:20:21.3125700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxyyahvb3 2022-05-18T05:20:21.3181440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxyyahvb3/_remote_module_non_scriptable.py 2022-05-18T05:20:21.3283090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp38_fsxq3 2022-05-18T05:20:21.3324480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp38_fsxq3/_remote_module_non_scriptable.py 2022-05-18T05:20:21.8663410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:21.8959430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:21.9115640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:20:21.9254380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:22.7755140Z ok (3.609s) 2022-05-18T05:20:22.7833830Z 2022-05-18T05:20:22.7835300Z ---------------------------------------------------------------------- 2022-05-18T05:20:22.7835810Z Ran 1 test in 3.610s 2022-05-18T05:20:22.7836440Z 2022-05-18T05:20:22.7838850Z OK 2022-05-18T05:20:22.7839500Z 2022-05-18T05:20:22.7839900Z Generating XML reports... 2022-05-18T05:20:22.7840900Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitDistAutogradTest-20220518052019.xml 2022-05-18T05:20:24.2477290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppz_w3cpq 2022-05-18T05:20:24.2483450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppz_w3cpq/_remote_module_non_scriptable.py 2022-05-18T05:20:24.7122250Z 2022-05-18T05:20:24.7123100Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:20:24.7123830Z Running tests... 2022-05-18T05:20:24.7124370Z ---------------------------------------------------------------------- 2022-05-18T05:20:25.1539320Z test_get_gradients (__main__.TensorPipeJitDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9287 2022-05-18T05:20:25.1645060Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9288 2022-05-18T05:20:25.1841060Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9289 2022-05-18T05:20:25.1975690Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9290 2022-05-18T05:20:26.8007860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwywdnchg 2022-05-18T05:20:26.8123510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwywdnchg/_remote_module_non_scriptable.py 2022-05-18T05:20:26.8530480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl_6m_4iz 2022-05-18T05:20:26.8547110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl_6m_4iz/_remote_module_non_scriptable.py 2022-05-18T05:20:26.8633560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp44h79jx3 2022-05-18T05:20:26.8663440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp44h79jx3/_remote_module_non_scriptable.py 2022-05-18T05:20:26.8851000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp60n626bf 2022-05-18T05:20:26.8901990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp60n626bf/_remote_module_non_scriptable.py 2022-05-18T05:20:27.4472390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:27.4730170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:20:27.4783080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:27.4915050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:28.2844410Z ok (3.572s) 2022-05-18T05:20:28.2922160Z 2022-05-18T05:20:28.2923080Z ---------------------------------------------------------------------- 2022-05-18T05:20:28.2923430Z Ran 1 test in 3.573s 2022-05-18T05:20:28.2923580Z 2022-05-18T05:20:28.2923650Z OK 2022-05-18T05:20:28.2923750Z 2022-05-18T05:20:28.2923860Z Generating XML reports... 2022-05-18T05:20:28.2924490Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitDistAutogradTest-20220518052024.xml 2022-05-18T05:20:29.7653120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbxbnow92 2022-05-18T05:20:29.7655930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbxbnow92/_remote_module_non_scriptable.py 2022-05-18T05:20:30.2499980Z 2022-05-18T05:20:30.2501170Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:20:30.2501580Z Running tests... 2022-05-18T05:20:30.2501990Z ---------------------------------------------------------------------- 2022-05-18T05:20:30.6843220Z test_jit_fork_within_context (__main__.TensorPipeJitDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9298 2022-05-18T05:20:30.6996410Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9299 2022-05-18T05:20:30.7184710Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9300 2022-05-18T05:20:30.7309170Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9301 2022-05-18T05:20:32.3462430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8yqirb7b 2022-05-18T05:20:32.3517250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8yqirb7b/_remote_module_non_scriptable.py 2022-05-18T05:20:32.3719780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8gaofj99 2022-05-18T05:20:32.3763590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8gaofj99/_remote_module_non_scriptable.py 2022-05-18T05:20:32.3900470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz46etuni 2022-05-18T05:20:32.3937160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz46etuni/_remote_module_non_scriptable.py 2022-05-18T05:20:32.4171490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpacmezj9f 2022-05-18T05:20:32.4177820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpacmezj9f/_remote_module_non_scriptable.py 2022-05-18T05:20:32.9637540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:32.9997610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:33.0064190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:20:33.0259160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:33.8611640Z ok (3.611s) 2022-05-18T05:20:33.8691320Z 2022-05-18T05:20:33.8691990Z ---------------------------------------------------------------------- 2022-05-18T05:20:33.8692330Z Ran 1 test in 3.612s 2022-05-18T05:20:33.8692480Z 2022-05-18T05:20:33.8692550Z OK 2022-05-18T05:20:33.8692650Z 2022-05-18T05:20:33.8692760Z Generating XML reports... 2022-05-18T05:20:33.8693590Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitDistAutogradTest-20220518052030.xml 2022-05-18T05:20:35.3325990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6b2_fde2 2022-05-18T05:20:35.3329570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6b2_fde2/_remote_module_non_scriptable.py 2022-05-18T05:20:35.8045760Z 2022-05-18T05:20:35.8048310Z Running tests... 2022-05-18T05:20:35.8048960Z ---------------------------------------------------------------------- 2022-05-18T05:20:35.8049510Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:20:36.2386550Z test_restore_context_after_swtich_to_jit_thread (__main__.TensorPipeJitDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9310 2022-05-18T05:20:36.2524480Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9311 2022-05-18T05:20:36.2641580Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9312 2022-05-18T05:20:36.2744660Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9313 2022-05-18T05:20:37.8539350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxyufxg2z 2022-05-18T05:20:37.8560640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxyufxg2z/_remote_module_non_scriptable.py 2022-05-18T05:20:37.8747500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfmarm8zn 2022-05-18T05:20:37.8791250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfmarm8zn/_remote_module_non_scriptable.py 2022-05-18T05:20:37.8952260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl4hffvve 2022-05-18T05:20:37.9021570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl4hffvve/_remote_module_non_scriptable.py 2022-05-18T05:20:37.9256900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppew5umee 2022-05-18T05:20:37.9290850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppew5umee/_remote_module_non_scriptable.py 2022-05-18T05:20:38.4609030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:38.4782350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:20:38.4887560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:38.5169130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:39.3844970Z ok (3.580s) 2022-05-18T05:20:39.3920570Z 2022-05-18T05:20:39.3921880Z ---------------------------------------------------------------------- 2022-05-18T05:20:39.3922670Z Ran 1 test in 3.580s 2022-05-18T05:20:39.3922800Z 2022-05-18T05:20:39.3922870Z OK 2022-05-18T05:20:39.3922970Z 2022-05-18T05:20:39.3923070Z Generating XML reports... 2022-05-18T05:20:39.3923740Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitDistAutogradTest-20220518052035.xml 2022-05-18T05:20:40.8561170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj4igzyoe 2022-05-18T05:20:40.8566030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj4igzyoe/_remote_module_non_scriptable.py 2022-05-18T05:20:41.3219840Z 2022-05-18T05:20:41.3220630Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:20:41.3221010Z Running tests... 2022-05-18T05:20:41.3221390Z ---------------------------------------------------------------------- 2022-05-18T05:20:41.7520050Z test_add_done_callback (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9322 2022-05-18T05:20:41.7610920Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9323 2022-05-18T05:20:41.7737600Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9324 2022-05-18T05:20:41.7857210Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9325 2022-05-18T05:20:43.4387410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpao89rjml 2022-05-18T05:20:43.4454950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpafnomih5 2022-05-18T05:20:43.4524750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpafnomih5/_remote_module_non_scriptable.py 2022-05-18T05:20:43.4603350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpao89rjml/_remote_module_non_scriptable.py 2022-05-18T05:20:43.4659270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5vnkn0ok 2022-05-18T05:20:43.4715980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5vnkn0ok/_remote_module_non_scriptable.py 2022-05-18T05:20:43.4910900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqk224b8n 2022-05-18T05:20:43.5012510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqk224b8n/_remote_module_non_scriptable.py 2022-05-18T05:20:44.1265420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:44.1346170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:44.1594000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:44.1666100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:20:44.9590770Z ok (3.637s) 2022-05-18T05:20:44.9669520Z 2022-05-18T05:20:44.9670380Z ---------------------------------------------------------------------- 2022-05-18T05:20:44.9670720Z Ran 1 test in 3.638s 2022-05-18T05:20:44.9670870Z 2022-05-18T05:20:44.9670930Z OK 2022-05-18T05:20:44.9671040Z 2022-05-18T05:20:44.9671160Z Generating XML reports... 2022-05-18T05:20:44.9671770Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052041.xml 2022-05-18T05:20:46.4305710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa2ay0_yf 2022-05-18T05:20:46.4309770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa2ay0_yf/_remote_module_non_scriptable.py 2022-05-18T05:20:46.9074360Z 2022-05-18T05:20:46.9075160Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:20:46.9078630Z Running tests... 2022-05-18T05:20:46.9080470Z ---------------------------------------------------------------------- 2022-05-18T05:20:47.3563810Z test_all_kwargs_are_populated_by_defaults (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9334 2022-05-18T05:20:47.3655300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9335 2022-05-18T05:20:47.3817180Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9336 2022-05-18T05:20:47.3992240Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9337 2022-05-18T05:20:48.9982860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqwj7ns2m 2022-05-18T05:20:49.0079730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqwj7ns2m/_remote_module_non_scriptable.py 2022-05-18T05:20:49.0295840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaged65kg 2022-05-18T05:20:49.0368110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaged65kg/_remote_module_non_scriptable.py 2022-05-18T05:20:49.0467140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpecwlwpex 2022-05-18T05:20:49.0541500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpecwlwpex/_remote_module_non_scriptable.py 2022-05-18T05:20:49.0858490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptyyh_f2h 2022-05-18T05:20:49.0936960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptyyh_f2h/_remote_module_non_scriptable.py 2022-05-18T05:20:49.6092250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:49.6480660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:20:49.6484310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:49.6807490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:50.5848390Z ok (3.677s) 2022-05-18T05:20:50.5920480Z 2022-05-18T05:20:50.5921220Z ---------------------------------------------------------------------- 2022-05-18T05:20:50.5921570Z Ran 1 test in 3.678s 2022-05-18T05:20:50.5921750Z 2022-05-18T05:20:50.5921820Z OK 2022-05-18T05:20:50.5921920Z 2022-05-18T05:20:50.5922030Z Generating XML reports... 2022-05-18T05:20:50.5922630Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052046.xml 2022-05-18T05:20:52.0350550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg7kk5g58 2022-05-18T05:20:52.0353580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg7kk5g58/_remote_module_non_scriptable.py 2022-05-18T05:20:52.4911950Z 2022-05-18T05:20:52.4912790Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:20:52.4913160Z Running tests... 2022-05-18T05:20:52.4913560Z ---------------------------------------------------------------------- 2022-05-18T05:20:52.9226650Z test_args_and_kwargs_contain_different_types (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9345 2022-05-18T05:20:52.9306730Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9346 2022-05-18T05:20:52.9432240Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9347 2022-05-18T05:20:52.9551420Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9348 2022-05-18T05:20:54.6620920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpou4n1h97 2022-05-18T05:20:54.6640790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpou4n1h97/_remote_module_non_scriptable.py 2022-05-18T05:20:54.6723190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5l3q16if 2022-05-18T05:20:54.6743740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5l3q16if/_remote_module_non_scriptable.py 2022-05-18T05:20:54.6836280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_peddxxx 2022-05-18T05:20:54.6865890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_peddxxx/_remote_module_non_scriptable.py 2022-05-18T05:20:54.6959320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9qsweaaz 2022-05-18T05:20:54.7020260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9qsweaaz/_remote_module_non_scriptable.py 2022-05-18T05:20:55.2743230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:55.2827910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:55.2904140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:20:55.3112750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:56.1341550Z ok (3.643s) 2022-05-18T05:20:56.1411880Z 2022-05-18T05:20:56.1412530Z ---------------------------------------------------------------------- 2022-05-18T05:20:56.1412860Z Ran 1 test in 3.643s 2022-05-18T05:20:56.1412990Z 2022-05-18T05:20:56.1413060Z OK 2022-05-18T05:20:56.1413160Z 2022-05-18T05:20:56.1413260Z Generating XML reports... 2022-05-18T05:20:56.1414000Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052052.xml 2022-05-18T05:20:57.5399730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp07i3zfog 2022-05-18T05:20:57.5402760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp07i3zfog/_remote_module_non_scriptable.py 2022-05-18T05:20:57.9727700Z 2022-05-18T05:20:57.9728530Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:20:57.9730140Z Running tests... 2022-05-18T05:20:57.9730630Z ---------------------------------------------------------------------- 2022-05-18T05:20:58.4066680Z test_args_kwargs_are_neither_passed (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9357 2022-05-18T05:20:58.4164900Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9358 2022-05-18T05:20:58.4313510Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9359 2022-05-18T05:20:58.4442470Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9360 2022-05-18T05:21:00.0465140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkzj_qi43 2022-05-18T05:21:00.0501890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkzj_qi43/_remote_module_non_scriptable.py 2022-05-18T05:21:00.0519100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu7_px0iv 2022-05-18T05:21:00.0519900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu7_px0iv/_remote_module_non_scriptable.py 2022-05-18T05:21:00.0710020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg669rnv4 2022-05-18T05:21:00.0804250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg669rnv4/_remote_module_non_scriptable.py 2022-05-18T05:21:00.1129730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmgyh6s9_ 2022-05-18T05:21:00.1156990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmgyh6s9_/_remote_module_non_scriptable.py 2022-05-18T05:21:00.6348320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:00.6446400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:21:00.6622450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:00.6855780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:01.3842150Z ok (3.411s) 2022-05-18T05:21:01.3920000Z 2022-05-18T05:21:01.3920830Z ---------------------------------------------------------------------- 2022-05-18T05:21:01.3921190Z Ran 1 test in 3.412s 2022-05-18T05:21:01.3921320Z 2022-05-18T05:21:01.3921390Z OK 2022-05-18T05:21:01.3921490Z 2022-05-18T05:21:01.3921590Z Generating XML reports... 2022-05-18T05:21:01.3922220Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052057.xml 2022-05-18T05:21:02.8534700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp499arvyi 2022-05-18T05:21:02.8538040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp499arvyi/_remote_module_non_scriptable.py 2022-05-18T05:21:03.3261910Z 2022-05-18T05:21:03.3262770Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:21:03.3263160Z Running tests... 2022-05-18T05:21:03.3263550Z ---------------------------------------------------------------------- 2022-05-18T05:21:03.7593090Z test_async_function_remote (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9369 2022-05-18T05:21:03.7702650Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9370 2022-05-18T05:21:03.7821620Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9371 2022-05-18T05:21:03.7972170Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9372 2022-05-18T05:21:05.4874430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4jrina42 2022-05-18T05:21:05.4937990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4jrina42/_remote_module_non_scriptable.py 2022-05-18T05:21:05.5432440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5a4z7rvx 2022-05-18T05:21:05.5462360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5a4z7rvx/_remote_module_non_scriptable.py 2022-05-18T05:21:05.5479710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7kb0vba_ 2022-05-18T05:21:05.5582930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7kb0vba_/_remote_module_non_scriptable.py 2022-05-18T05:21:05.5583660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0yn9br_m 2022-05-18T05:21:05.5685090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0yn9br_m/_remote_module_non_scriptable.py 2022-05-18T05:21:06.1167530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:06.1555590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:06.1702420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:06.1718280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:21:06.9515050Z ok (3.625s) 2022-05-18T05:21:06.9599990Z 2022-05-18T05:21:06.9600720Z ---------------------------------------------------------------------- 2022-05-18T05:21:06.9601050Z Ran 1 test in 3.626s 2022-05-18T05:21:06.9601200Z 2022-05-18T05:21:06.9601270Z OK 2022-05-18T05:21:06.9601380Z 2022-05-18T05:21:06.9603090Z Generating XML reports... 2022-05-18T05:21:06.9604190Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052103.xml 2022-05-18T05:21:08.3776930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb__fz_pb 2022-05-18T05:21:08.3780260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb__fz_pb/_remote_module_non_scriptable.py 2022-05-18T05:21:08.8330500Z 2022-05-18T05:21:08.8331370Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:21:08.8331780Z Running tests... 2022-05-18T05:21:08.8332180Z ---------------------------------------------------------------------- 2022-05-18T05:21:09.2569800Z test_async_function_remote_multi (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9380 2022-05-18T05:21:09.2706340Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9381 2022-05-18T05:21:09.2822460Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9382 2022-05-18T05:21:09.2951820Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9383 2022-05-18T05:21:10.8565030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwtn31eyb 2022-05-18T05:21:10.8635830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwtn31eyb/_remote_module_non_scriptable.py 2022-05-18T05:21:10.8825800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp32n2egl2 2022-05-18T05:21:10.8923080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp32n2egl2/_remote_module_non_scriptable.py 2022-05-18T05:21:10.9020390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe3svvc5p 2022-05-18T05:21:10.9066020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe3svvc5p/_remote_module_non_scriptable.py 2022-05-18T05:21:10.9202350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkrzfbyr8 2022-05-18T05:21:10.9210210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkrzfbyr8/_remote_module_non_scriptable.py 2022-05-18T05:21:11.4500080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:11.4727080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:21:11.4741970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:11.5011150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:12.3830810Z ok (3.550s) 2022-05-18T05:21:12.3905260Z 2022-05-18T05:21:12.3906290Z ---------------------------------------------------------------------- 2022-05-18T05:21:12.3907080Z Ran 1 test in 3.550s 2022-05-18T05:21:12.3907570Z 2022-05-18T05:21:12.3907910Z OK 2022-05-18T05:21:12.3908320Z 2022-05-18T05:21:12.3908690Z Generating XML reports... 2022-05-18T05:21:12.3909960Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052108.xml 2022-05-18T05:21:13.7999290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsrup1i8s 2022-05-18T05:21:13.8002260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsrup1i8s/_remote_module_non_scriptable.py 2022-05-18T05:21:14.2536670Z 2022-05-18T05:21:14.2536990Z Running tests... 2022-05-18T05:21:14.2537590Z ---------------------------------------------------------------------- 2022-05-18T05:21:14.2539030Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:21:14.6967510Z test_async_function_simple (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9392 2022-05-18T05:21:14.7085860Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9393 2022-05-18T05:21:14.7227560Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9394 2022-05-18T05:21:14.7357360Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9395 2022-05-18T05:21:16.4441600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuss6jmzx 2022-05-18T05:21:16.4541800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuss6jmzx/_remote_module_non_scriptable.py 2022-05-18T05:21:16.4802900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpveohzj7o 2022-05-18T05:21:16.4838800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpveohzj7o/_remote_module_non_scriptable.py 2022-05-18T05:21:16.4939980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9wgwowrr 2022-05-18T05:21:16.4961290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9wgwowrr/_remote_module_non_scriptable.py 2022-05-18T05:21:16.5040340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzsbru2i4 2022-05-18T05:21:16.5089320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzsbru2i4/_remote_module_non_scriptable.py 2022-05-18T05:21:17.0239190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:17.0489260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:21:17.0629670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:17.0758320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:17.9640550Z ok (3.710s) 2022-05-18T05:21:17.9718920Z 2022-05-18T05:21:17.9719650Z ---------------------------------------------------------------------- 2022-05-18T05:21:17.9720010Z Ran 1 test in 3.711s 2022-05-18T05:21:17.9720130Z 2022-05-18T05:21:17.9720200Z OK 2022-05-18T05:21:17.9720300Z 2022-05-18T05:21:17.9720400Z Generating XML reports... 2022-05-18T05:21:17.9721000Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052114.xml 2022-05-18T05:21:19.3968250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp03yirqok 2022-05-18T05:21:19.3971440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp03yirqok/_remote_module_non_scriptable.py 2022-05-18T05:21:19.8451790Z 2022-05-18T05:21:19.8452620Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:21:19.8452990Z Running tests... 2022-05-18T05:21:19.8453410Z ---------------------------------------------------------------------- 2022-05-18T05:21:20.2535640Z test_async_function_wrong_decorator_order (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9403 2022-05-18T05:21:20.2622650Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9404 2022-05-18T05:21:20.2826470Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9405 2022-05-18T05:21:20.2836030Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9406 2022-05-18T05:21:21.8398030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq4qzn3s7 2022-05-18T05:21:21.8448390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq4qzn3s7/_remote_module_non_scriptable.py 2022-05-18T05:21:21.8594450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpir3s4ab6 2022-05-18T05:21:21.8653920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpir3s4ab6/_remote_module_non_scriptable.py 2022-05-18T05:21:21.8910430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcziv9biz 2022-05-18T05:21:21.8956060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcziv9biz/_remote_module_non_scriptable.py 2022-05-18T05:21:21.9061420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkxascnp8 2022-05-18T05:21:21.9074610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkxascnp8/_remote_module_non_scriptable.py 2022-05-18T05:21:22.4297220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:22.4517550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:22.4777400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:22.4899770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:21:23.1068680Z ok (3.261s) 2022-05-18T05:21:23.1138520Z 2022-05-18T05:21:23.1139350Z ---------------------------------------------------------------------- 2022-05-18T05:21:23.1139660Z Ran 1 test in 3.262s 2022-05-18T05:21:23.1139890Z 2022-05-18T05:21:23.1140220Z OK 2022-05-18T05:21:23.1140330Z 2022-05-18T05:21:23.1140750Z Generating XML reports... 2022-05-18T05:21:23.1141450Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052119.xml 2022-05-18T05:21:24.5118970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoks2322i 2022-05-18T05:21:24.5124080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoks2322i/_remote_module_non_scriptable.py 2022-05-18T05:21:24.9851070Z 2022-05-18T05:21:24.9851840Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:21:24.9852210Z Running tests... 2022-05-18T05:21:24.9852610Z ---------------------------------------------------------------------- 2022-05-18T05:21:25.4350110Z test_async_function_wrong_return_type (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9415 2022-05-18T05:21:25.4429320Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9416 2022-05-18T05:21:25.4563720Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9417 2022-05-18T05:21:25.4686970Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9418 2022-05-18T05:21:27.0548770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpww_0al5m 2022-05-18T05:21:27.0627820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcsh35ho0 2022-05-18T05:21:27.0652250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpww_0al5m/_remote_module_non_scriptable.py 2022-05-18T05:21:27.0667440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcsh35ho0/_remote_module_non_scriptable.py 2022-05-18T05:21:27.0754780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvq1wpa1_ 2022-05-18T05:21:27.0785650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvq1wpa1_/_remote_module_non_scriptable.py 2022-05-18T05:21:27.0886680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkmucbsmy 2022-05-18T05:21:27.0984280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkmucbsmy/_remote_module_non_scriptable.py 2022-05-18T05:21:27.6185910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:21:27.6280060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:27.6413540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:27.6420260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:28.2112320Z ok (3.226s) 2022-05-18T05:21:28.2183270Z 2022-05-18T05:21:28.2183840Z ---------------------------------------------------------------------- 2022-05-18T05:21:28.2184310Z Ran 1 test in 3.226s 2022-05-18T05:21:28.2184450Z 2022-05-18T05:21:28.2184520Z OK 2022-05-18T05:21:28.2184620Z 2022-05-18T05:21:28.2184720Z Generating XML reports... 2022-05-18T05:21:28.2185320Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052124.xml 2022-05-18T05:21:29.5450630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvd6jwzv5 2022-05-18T05:21:29.5460060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvd6jwzv5/_remote_module_non_scriptable.py 2022-05-18T05:21:29.9653920Z 2022-05-18T05:21:29.9654730Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:21:29.9655100Z Running tests... 2022-05-18T05:21:29.9655490Z ---------------------------------------------------------------------- 2022-05-18T05:21:30.3618240Z test_async_function_wrong_return_type_remote (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9426 2022-05-18T05:21:30.3711630Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9427 2022-05-18T05:21:30.3837910Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9428 2022-05-18T05:21:30.3941160Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9429 2022-05-18T05:21:31.9335190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp09yjasp7 2022-05-18T05:21:31.9438400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp09yjasp7/_remote_module_non_scriptable.py 2022-05-18T05:21:31.9509890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp05bqszd9 2022-05-18T05:21:31.9562700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp05bqszd9/_remote_module_non_scriptable.py 2022-05-18T05:21:31.9864990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcsfx29on 2022-05-18T05:21:31.9966750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcsfx29on/_remote_module_non_scriptable.py 2022-05-18T05:21:31.9967470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0obs1lny 2022-05-18T05:21:32.0034240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0obs1lny/_remote_module_non_scriptable.py 2022-05-18T05:21:32.5125980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:32.5202090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:32.5529290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:32.5581030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:21:33.3083030Z ok (3.343s) 2022-05-18T05:21:33.3153600Z 2022-05-18T05:21:33.3154310Z ---------------------------------------------------------------------- 2022-05-18T05:21:33.3154660Z Ran 1 test in 3.343s 2022-05-18T05:21:33.3154790Z 2022-05-18T05:21:33.3154860Z OK 2022-05-18T05:21:33.3154970Z 2022-05-18T05:21:33.3155070Z Generating XML reports... 2022-05-18T05:21:33.3155700Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052129.xml 2022-05-18T05:21:34.7015100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp55nstmha 2022-05-18T05:21:34.7018160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp55nstmha/_remote_module_non_scriptable.py 2022-05-18T05:21:35.1243420Z 2022-05-18T05:21:35.1244180Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:21:35.1244760Z Running tests... 2022-05-18T05:21:35.1245370Z ---------------------------------------------------------------------- 2022-05-18T05:21:35.5443740Z test_async_script_throw (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9438 2022-05-18T05:21:35.5539180Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9439 2022-05-18T05:21:35.5672630Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9440 2022-05-18T05:21:35.5808170Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9441 2022-05-18T05:21:37.1224700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphqyzhldz 2022-05-18T05:21:37.1306140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphqyzhldz/_remote_module_non_scriptable.py 2022-05-18T05:21:37.1428940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz1epokrg 2022-05-18T05:21:37.1496360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz1epokrg/_remote_module_non_scriptable.py 2022-05-18T05:21:37.1837340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnizoa1mr 2022-05-18T05:21:37.1855480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnizoa1mr/_remote_module_non_scriptable.py 2022-05-18T05:21:37.1956770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppfynjpm2 2022-05-18T05:21:37.2058320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppfynjpm2/_remote_module_non_scriptable.py 2022-05-18T05:21:37.6979170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:37.7246330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:37.7422910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:37.7478900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:21:38.5212690Z ok (3.397s) 2022-05-18T05:21:38.5281060Z 2022-05-18T05:21:38.5281830Z ---------------------------------------------------------------------- 2022-05-18T05:21:38.5282230Z Ran 1 test in 3.397s 2022-05-18T05:21:38.5282510Z 2022-05-18T05:21:38.5282680Z OK 2022-05-18T05:21:38.5282850Z 2022-05-18T05:21:38.5282960Z Generating XML reports... 2022-05-18T05:21:38.5283630Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052135.xml 2022-05-18T05:21:39.9017300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd_vyrt0j 2022-05-18T05:21:39.9020430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd_vyrt0j/_remote_module_non_scriptable.py 2022-05-18T05:21:40.3418950Z 2022-05-18T05:21:40.3419750Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:21:40.3420110Z Running tests... 2022-05-18T05:21:40.3420510Z ---------------------------------------------------------------------- 2022-05-18T05:21:40.7526030Z test_async_script_udf (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9449 2022-05-18T05:21:40.7640960Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9450 2022-05-18T05:21:40.7805490Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9451 2022-05-18T05:21:40.7828260Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9452 2022-05-18T05:21:42.3905900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwenc5itg 2022-05-18T05:21:42.3917010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwenc5itg/_remote_module_non_scriptable.py 2022-05-18T05:21:42.3996050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp99gu1dt1 2022-05-18T05:21:42.4041890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp99gu1dt1/_remote_module_non_scriptable.py 2022-05-18T05:21:42.4111230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu1tih06b 2022-05-18T05:21:42.4144450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu1tih06b/_remote_module_non_scriptable.py 2022-05-18T05:21:42.4218490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph1e7n5v0 2022-05-18T05:21:42.4282460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph1e7n5v0/_remote_module_non_scriptable.py 2022-05-18T05:21:42.9656220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:21:42.9798810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:42.9945420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:43.0119390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:43.7645780Z ok (3.422s) 2022-05-18T05:21:43.7715530Z 2022-05-18T05:21:43.7716480Z ---------------------------------------------------------------------- 2022-05-18T05:21:43.7716790Z Ran 1 test in 3.423s 2022-05-18T05:21:43.7716950Z 2022-05-18T05:21:43.7717020Z OK 2022-05-18T05:21:43.7717130Z 2022-05-18T05:21:43.7717230Z Generating XML reports... 2022-05-18T05:21:43.7717840Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052140.xml 2022-05-18T05:21:45.1745320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe15o83j_ 2022-05-18T05:21:45.1747630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe15o83j_/_remote_module_non_scriptable.py 2022-05-18T05:21:45.6088740Z 2022-05-18T05:21:45.6089740Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:21:45.6090140Z Running tests... 2022-05-18T05:21:45.6090720Z ---------------------------------------------------------------------- 2022-05-18T05:21:46.0290800Z test_call_fork_in_jit_with_profiling (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9461 2022-05-18T05:21:46.0384350Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9462 2022-05-18T05:21:46.0537570Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9463 2022-05-18T05:21:46.0655990Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9464 2022-05-18T05:21:47.6543230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphi5l1o29 2022-05-18T05:21:47.6591030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphi5l1o29/_remote_module_non_scriptable.py 2022-05-18T05:21:47.6598680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxn32gxmf 2022-05-18T05:21:47.6692550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeq3vx84a 2022-05-18T05:21:47.6771050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxn32gxmf/_remote_module_non_scriptable.py 2022-05-18T05:21:47.6799480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeq3vx84a/_remote_module_non_scriptable.py 2022-05-18T05:21:47.6872700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu729esjc 2022-05-18T05:21:47.6945810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu729esjc/_remote_module_non_scriptable.py 2022-05-18T05:21:48.2319850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:48.2653440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:48.2704420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:48.2805180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:21:48.6856110Z ok (3.077s) 2022-05-18T05:21:48.6926150Z 2022-05-18T05:21:48.6926730Z ---------------------------------------------------------------------- 2022-05-18T05:21:48.6927050Z Ran 1 test in 3.077s 2022-05-18T05:21:48.6927220Z 2022-05-18T05:21:48.6927540Z OK 2022-05-18T05:21:48.6927660Z 2022-05-18T05:21:48.6927760Z Generating XML reports... 2022-05-18T05:21:48.6928380Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052145.xml 2022-05-18T05:21:50.0699750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0pdfyvy2 2022-05-18T05:21:50.0702760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0pdfyvy2/_remote_module_non_scriptable.py 2022-05-18T05:21:50.5199820Z 2022-05-18T05:21:50.5200120Z Running tests... 2022-05-18T05:21:50.5200740Z ---------------------------------------------------------------------- 2022-05-18T05:21:50.5201780Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:21:50.9410430Z test_call_python_function_remotely_from_script_not_supported (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9473 2022-05-18T05:21:50.9495970Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9474 2022-05-18T05:21:50.9637050Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9475 2022-05-18T05:21:50.9749340Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9476 2022-05-18T05:21:52.5325050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmponyg30jl 2022-05-18T05:21:52.5372060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmponyg30jl/_remote_module_non_scriptable.py 2022-05-18T05:21:52.5605660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph3c7hjw3 2022-05-18T05:21:52.5668050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph3c7hjw3/_remote_module_non_scriptable.py 2022-05-18T05:21:52.5739980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdy46rj01 2022-05-18T05:21:52.5801000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdy46rj01/_remote_module_non_scriptable.py 2022-05-18T05:21:52.5892340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8h_b07uk 2022-05-18T05:21:52.5921560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8h_b07uk/_remote_module_non_scriptable.py 2022-05-18T05:21:53.1124600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:53.1342620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:53.1437500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:21:53.1498450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:54.0085540Z ok (3.488s) 2022-05-18T05:21:54.0157560Z 2022-05-18T05:21:54.0158240Z ---------------------------------------------------------------------- 2022-05-18T05:21:54.0158600Z Ran 1 test in 3.489s 2022-05-18T05:21:54.0158740Z 2022-05-18T05:21:54.0158800Z OK 2022-05-18T05:21:54.0158910Z 2022-05-18T05:21:54.0159010Z Generating XML reports... 2022-05-18T05:21:54.0159610Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052150.xml 2022-05-18T05:21:55.4038550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpry0b1iyj 2022-05-18T05:21:55.4041370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpry0b1iyj/_remote_module_non_scriptable.py 2022-05-18T05:21:55.8385390Z 2022-05-18T05:21:55.8386180Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:21:55.8386580Z Running tests... 2022-05-18T05:21:55.8386970Z ---------------------------------------------------------------------- 2022-05-18T05:21:56.2628430Z test_call_rpc_with_profiling (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9485 2022-05-18T05:21:56.2685140Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9486 2022-05-18T05:21:56.2817620Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9487 2022-05-18T05:21:56.2921440Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9488 2022-05-18T05:21:57.8765360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqpgpv6j_ 2022-05-18T05:21:57.8793630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqpgpv6j_/_remote_module_non_scriptable.py 2022-05-18T05:21:57.8817620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6_glw7fc 2022-05-18T05:21:57.8858920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6_glw7fc/_remote_module_non_scriptable.py 2022-05-18T05:21:57.8884380Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph4um7yzq 2022-05-18T05:21:57.8984390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph4um7yzq/_remote_module_non_scriptable.py 2022-05-18T05:21:57.9177500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2fp7uoiv 2022-05-18T05:21:57.9287960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2fp7uoiv/_remote_module_non_scriptable.py 2022-05-18T05:21:58.4525360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:58.4539270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:58.4800490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:21:58.5049860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:59.3903660Z ok (3.552s) 2022-05-18T05:21:59.3986400Z 2022-05-18T05:21:59.3987280Z ---------------------------------------------------------------------- 2022-05-18T05:21:59.3987850Z Ran 1 test in 3.552s 2022-05-18T05:21:59.3988120Z 2022-05-18T05:21:59.3988330Z OK 2022-05-18T05:21:59.3988470Z 2022-05-18T05:21:59.3988580Z Generating XML reports... 2022-05-18T05:21:59.3989330Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052155.xml 2022-05-18T05:22:00.8213870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeh9cd19o 2022-05-18T05:22:00.8217740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeh9cd19o/_remote_module_non_scriptable.py 2022-05-18T05:22:01.2913950Z 2022-05-18T05:22:01.2914280Z Running tests... 2022-05-18T05:22:01.2914890Z ---------------------------------------------------------------------- 2022-05-18T05:22:01.2915570Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:22:01.7306940Z test_call_script_function_that_not_exists_remotely_from_script (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9496 2022-05-18T05:22:01.7372410Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9497 2022-05-18T05:22:01.7544100Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9498 2022-05-18T05:22:01.7646800Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9499 2022-05-18T05:22:03.4412970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkjwejx2u 2022-05-18T05:22:03.4440250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkjwejx2u/_remote_module_non_scriptable.py 2022-05-18T05:22:03.4636810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7qh203n1 2022-05-18T05:22:03.4683100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7qh203n1/_remote_module_non_scriptable.py 2022-05-18T05:22:03.4759320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmzyn4wtz 2022-05-18T05:22:03.4788010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmzyn4wtz/_remote_module_non_scriptable.py 2022-05-18T05:22:03.5560760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkajbftqn 2022-05-18T05:22:03.5593510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkajbftqn/_remote_module_non_scriptable.py 2022-05-18T05:22:04.0623270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:22:04.0640520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:22:04.0681790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:22:04.1354660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:22:04.8308420Z ok (3.539s) 2022-05-18T05:22:04.8382370Z 2022-05-18T05:22:04.8383450Z ---------------------------------------------------------------------- 2022-05-18T05:22:04.8383820Z Ran 1 test in 3.540s 2022-05-18T05:22:04.8383950Z 2022-05-18T05:22:04.8384020Z OK 2022-05-18T05:22:04.8384120Z 2022-05-18T05:22:04.8384220Z Generating XML reports... 2022-05-18T05:22:04.8384820Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052201.xml 2022-05-18T05:22:06.2731340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp894fooc0 2022-05-18T05:22:06.2733760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp894fooc0/_remote_module_non_scriptable.py 2022-05-18T05:22:06.7203660Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:22:06.7204400Z 2022-05-18T05:22:06.7204610Z Running tests... 2022-05-18T05:22:06.7207110Z ---------------------------------------------------------------------- 2022-05-18T05:22:07.1403220Z test_call_script_function_that_raises_remotely_from_script (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9508 2022-05-18T05:22:07.1492070Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9509 2022-05-18T05:22:07.1658950Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9510 2022-05-18T05:22:07.1792330Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9511 2022-05-18T05:22:08.7457870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphnjo875u 2022-05-18T05:22:08.7561290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphnjo875u/_remote_module_non_scriptable.py 2022-05-18T05:22:08.7570710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7r3gaelb 2022-05-18T05:22:08.7667290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7r3gaelb/_remote_module_non_scriptable.py 2022-05-18T05:22:08.7849110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzz4blys2 2022-05-18T05:22:08.7903690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzz4blys2/_remote_module_non_scriptable.py 2022-05-18T05:22:08.8316810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe5ub390a 2022-05-18T05:22:08.8363460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe5ub390a/_remote_module_non_scriptable.py 2022-05-18T05:22:09.3488110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:22:09.3518310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:22:09.3691570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:22:09.3985920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:22:10.1927770Z ok (3.473s) 2022-05-18T05:22:10.2000650Z 2022-05-18T05:22:10.2001380Z ---------------------------------------------------------------------- 2022-05-18T05:22:10.2001910Z Ran 1 test in 3.473s 2022-05-18T05:22:10.2002090Z 2022-05-18T05:22:10.2002460Z OK 2022-05-18T05:22:10.2002640Z 2022-05-18T05:22:10.2002730Z Generating XML reports... 2022-05-18T05:22:10.2003420Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052206.xml 2022-05-18T05:22:11.5802500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpet7z5uvy 2022-05-18T05:22:11.5805190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpet7z5uvy/_remote_module_non_scriptable.py 2022-05-18T05:22:12.0147970Z 2022-05-18T05:22:12.0148300Z Running tests... 2022-05-18T05:22:12.0148920Z ---------------------------------------------------------------------- 2022-05-18T05:22:12.0149470Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:22:12.4546220Z test_callback_chain (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9519 2022-05-18T05:22:12.4658280Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9520 2022-05-18T05:22:12.4827030Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9521 2022-05-18T05:22:12.4933290Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9522 2022-05-18T05:22:14.0448050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf6h1dd6a 2022-05-18T05:22:14.0535020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf6h1dd6a/_remote_module_non_scriptable.py 2022-05-18T05:22:14.0554370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmk0zuv94 2022-05-18T05:22:14.0654810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmk0zuv94/_remote_module_non_scriptable.py 2022-05-18T05:22:14.0719260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpogm_of3y 2022-05-18T05:22:14.0815510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpogm_of3y/_remote_module_non_scriptable.py 2022-05-18T05:22:14.1130390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpef_rfomn 2022-05-18T05:22:14.1186960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpef_rfomn/_remote_module_non_scriptable.py 2022-05-18T05:22:14.7135710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:22:14.7206620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:22:14.7209700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:22:14.7613570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:22:15.3838780Z ok (3.369s) 2022-05-18T05:22:15.3912160Z 2022-05-18T05:22:15.3913030Z ---------------------------------------------------------------------- 2022-05-18T05:22:15.3913380Z Ran 1 test in 3.369s 2022-05-18T05:22:15.3913520Z 2022-05-18T05:22:15.3913580Z OK 2022-05-18T05:22:15.3913690Z 2022-05-18T05:22:15.3913780Z Generating XML reports... 2022-05-18T05:22:15.3914370Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052212.xml 2022-05-18T05:22:16.7744180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpikhagemn 2022-05-18T05:22:16.7747060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpikhagemn/_remote_module_non_scriptable.py 2022-05-18T05:22:17.2103310Z 2022-05-18T05:22:17.2104050Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:22:17.2104430Z Running tests... 2022-05-18T05:22:17.2104830Z ---------------------------------------------------------------------- 2022-05-18T05:22:17.6278560Z test_callback_simple (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9531 2022-05-18T05:22:17.6415590Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9532 2022-05-18T05:22:17.6531530Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9533 2022-05-18T05:22:17.6696510Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9534 2022-05-18T05:22:19.2108240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9nqeoi4n 2022-05-18T05:22:19.2164730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9nqeoi4n/_remote_module_non_scriptable.py 2022-05-18T05:22:19.2742040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo3v95wlu 2022-05-18T05:22:19.2771890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo3v95wlu/_remote_module_non_scriptable.py 2022-05-18T05:22:19.2890110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplt0q4hg0 2022-05-18T05:22:19.2992100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplt0q4hg0/_remote_module_non_scriptable.py 2022-05-18T05:22:19.3177750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl7jjfc1o 2022-05-18T05:22:19.3273100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl7jjfc1o/_remote_module_non_scriptable.py 2022-05-18T05:22:19.8090700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:22:19.8404300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:22:19.8682620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:22:19.8797980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:22:20.7249770Z ok (3.514s) 2022-05-18T05:22:20.7322540Z 2022-05-18T05:22:20.7323230Z ---------------------------------------------------------------------- 2022-05-18T05:22:20.7323560Z Ran 1 test in 3.515s 2022-05-18T05:22:20.7323690Z 2022-05-18T05:22:20.7323760Z OK 2022-05-18T05:22:20.7323860Z 2022-05-18T05:22:20.7323960Z Generating XML reports... 2022-05-18T05:22:20.7324950Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052217.xml 2022-05-18T05:22:22.1160920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp94h_n7df 2022-05-18T05:22:22.1163880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp94h_n7df/_remote_module_non_scriptable.py 2022-05-18T05:22:22.5611200Z 2022-05-18T05:22:22.5611520Z Running tests... 2022-05-18T05:22:22.5612160Z ---------------------------------------------------------------------- 2022-05-18T05:22:22.5612710Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:22:22.9938560Z test_callback_with_exception (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9542 2022-05-18T05:22:23.0014200Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9543 2022-05-18T05:22:23.0145900Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9544 2022-05-18T05:22:23.0298960Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9545 2022-05-18T05:22:24.6442820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpixfk8bsp 2022-05-18T05:22:24.6514010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpixfk8bsp/_remote_module_non_scriptable.py 2022-05-18T05:22:24.6729560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6la01a8e 2022-05-18T05:22:24.6831440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6la01a8e/_remote_module_non_scriptable.py 2022-05-18T05:22:24.6883050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdp1s1ahv 2022-05-18T05:22:24.6985050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdp1s1ahv/_remote_module_non_scriptable.py 2022-05-18T05:22:24.7440280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpscg1e53t 2022-05-18T05:22:24.7537470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpscg1e53t/_remote_module_non_scriptable.py 2022-05-18T05:22:25.3251180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:22:25.3455440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:22:25.3470020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:22:25.3988340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:22:26.0801030Z ok (3.519s) 2022-05-18T05:22:26.0880680Z 2022-05-18T05:22:26.0881490Z ---------------------------------------------------------------------- 2022-05-18T05:22:26.0881850Z Ran 1 test in 3.519s 2022-05-18T05:22:26.0881980Z 2022-05-18T05:22:26.0882050Z OK 2022-05-18T05:22:26.0882150Z 2022-05-18T05:22:26.0882250Z Generating XML reports... 2022-05-18T05:22:26.0882890Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052222.xml 2022-05-18T05:22:27.5483190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl_pwb4kr 2022-05-18T05:22:27.5486590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl_pwb4kr/_remote_module_non_scriptable.py 2022-05-18T05:22:28.0103650Z 2022-05-18T05:22:28.0104440Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:22:28.0105350Z Running tests... 2022-05-18T05:22:28.0105810Z ---------------------------------------------------------------------- 2022-05-18T05:22:28.4763450Z test_create_local_script_class_rref_in_py (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9555 2022-05-18T05:22:28.4876900Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9556 2022-05-18T05:22:28.5025430Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9557 2022-05-18T05:22:28.5172400Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9558 2022-05-18T05:22:30.1984670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9yiq_xh7 2022-05-18T05:22:30.2058960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9yiq_xh7/_remote_module_non_scriptable.py 2022-05-18T05:22:30.2519760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg7pilwr4 2022-05-18T05:22:30.2592030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi3k25dwx 2022-05-18T05:22:30.2641150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg7pilwr4/_remote_module_non_scriptable.py 2022-05-18T05:22:30.2665920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi3k25dwx/_remote_module_non_scriptable.py 2022-05-18T05:22:30.2743320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphxiv6abf 2022-05-18T05:22:30.2845150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphxiv6abf/_remote_module_non_scriptable.py 2022-05-18T05:22:30.8080560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:22:30.8425350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:22:30.8486040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:22:30.8649580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:22:31.5091460Z ok (3.499s) 2022-05-18T05:22:31.5169030Z 2022-05-18T05:22:31.5169670Z ---------------------------------------------------------------------- 2022-05-18T05:22:31.5170010Z Ran 1 test in 3.499s 2022-05-18T05:22:31.5170150Z 2022-05-18T05:22:31.5170210Z OK 2022-05-18T05:22:31.5170320Z 2022-05-18T05:22:31.5170420Z Generating XML reports... 2022-05-18T05:22:31.5171010Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052228.xml 2022-05-18T05:22:32.9623030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr8baxnd_ 2022-05-18T05:22:32.9626500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr8baxnd_/_remote_module_non_scriptable.py 2022-05-18T05:22:33.4195350Z 2022-05-18T05:22:33.4196180Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:22:33.4196560Z Running tests... 2022-05-18T05:22:33.4196950Z ---------------------------------------------------------------------- 2022-05-18T05:22:33.8512280Z test_create_local_script_module_rref_in_py (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9567 2022-05-18T05:22:33.8604280Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9568 2022-05-18T05:22:33.8742550Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9569 2022-05-18T05:22:33.8858600Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9570 2022-05-18T05:22:35.5873410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpajqzs90l 2022-05-18T05:22:35.5890720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpajqzs90l/_remote_module_non_scriptable.py 2022-05-18T05:22:35.5961920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4haz8ohc 2022-05-18T05:22:35.5982750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4haz8ohc/_remote_module_non_scriptable.py 2022-05-18T05:22:35.6012440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpugf1e5uc 2022-05-18T05:22:35.6086620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpugf1e5uc/_remote_module_non_scriptable.py 2022-05-18T05:22:35.6155730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp99ne122 2022-05-18T05:22:35.6212880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp99ne122/_remote_module_non_scriptable.py 2022-05-18T05:22:36.2031000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:22:36.2064380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:22:36.2075460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:22:36.2216110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:22:36.8949980Z ok (3.475s) 2022-05-18T05:22:36.9029010Z 2022-05-18T05:22:36.9096890Z ---------------------------------------------------------------------- 2022-05-18T05:22:36.9097790Z Ran 1 test in 3.476s 2022-05-18T05:22:36.9098220Z 2022-05-18T05:22:36.9098540Z OK 2022-05-18T05:22:36.9098920Z 2022-05-18T05:22:36.9099290Z Generating XML reports... 2022-05-18T05:22:36.9100320Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052233.xml 2022-05-18T05:22:38.3374280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnactqdc5 2022-05-18T05:22:38.3377550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnactqdc5/_remote_module_non_scriptable.py 2022-05-18T05:22:38.7869130Z 2022-05-18T05:22:38.7869920Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:22:38.7870290Z Running tests... 2022-05-18T05:22:38.7870710Z ---------------------------------------------------------------------- 2022-05-18T05:22:39.2244040Z test_create_script_module_on_remote (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9579 2022-05-18T05:22:39.2316150Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9580 2022-05-18T05:22:39.2489260Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9581 2022-05-18T05:22:39.2607530Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9582 2022-05-18T05:22:40.8288500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplrv0hmi3 2022-05-18T05:22:40.8339240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplrv0hmi3/_remote_module_non_scriptable.py 2022-05-18T05:22:40.8465730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6qt_mco0 2022-05-18T05:22:40.8537680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6qt_mco0/_remote_module_non_scriptable.py 2022-05-18T05:22:40.9065770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw94soc9d 2022-05-18T05:22:40.9097940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw94soc9d/_remote_module_non_scriptable.py 2022-05-18T05:22:40.9199160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3q2skt84 2022-05-18T05:22:40.9295460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3q2skt84/_remote_module_non_scriptable.py 2022-05-18T05:22:41.4411140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:22:41.4734530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:22:41.4849660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:22:41.4981310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:22:42.3415020Z ok (3.554s) 2022-05-18T05:22:42.3492390Z 2022-05-18T05:22:42.3494400Z ---------------------------------------------------------------------- 2022-05-18T05:22:42.3500410Z Ran 1 test in 3.555s 2022-05-18T05:22:42.3502060Z 2022-05-18T05:22:42.3502340Z OK 2022-05-18T05:22:42.3502870Z 2022-05-18T05:22:42.3503450Z Generating XML reports... 2022-05-18T05:22:42.3504310Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052238.xml 2022-05-18T05:22:43.8186600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpejg6hm81 2022-05-18T05:22:43.8190570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpejg6hm81/_remote_module_non_scriptable.py 2022-05-18T05:22:44.2785220Z 2022-05-18T05:22:44.2786040Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:22:44.2787150Z Running tests... 2022-05-18T05:22:44.2787570Z ---------------------------------------------------------------------- 2022-05-18T05:22:44.7064960Z test_future_passed_between_python_and_jit (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9590 2022-05-18T05:22:44.7216350Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9591 2022-05-18T05:22:44.7376740Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9592 2022-05-18T05:22:44.7387030Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9593 2022-05-18T05:22:46.4353320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6g3ykbkh 2022-05-18T05:22:46.4414980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6g3ykbkh/_remote_module_non_scriptable.py 2022-05-18T05:22:46.4479520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgfxwr2kp 2022-05-18T05:22:46.4555640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgfxwr2kp/_remote_module_non_scriptable.py 2022-05-18T05:22:46.4673310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpql41h4yz 2022-05-18T05:22:46.4740900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpql41h4yz/_remote_module_non_scriptable.py 2022-05-18T05:22:46.4839370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0zpipxm6 2022-05-18T05:22:46.4879660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0zpipxm6/_remote_module_non_scriptable.py 2022-05-18T05:22:47.0245730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:22:47.0308870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:22:47.0599090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:22:47.0674140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:22:47.7593450Z ok (3.480s) 2022-05-18T05:22:47.7670070Z 2022-05-18T05:22:47.7670990Z ---------------------------------------------------------------------- 2022-05-18T05:22:47.7671350Z Ran 1 test in 3.481s 2022-05-18T05:22:47.7671510Z 2022-05-18T05:22:47.7671580Z OK 2022-05-18T05:22:47.7671680Z 2022-05-18T05:22:47.7671770Z Generating XML reports... 2022-05-18T05:22:47.7672390Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052244.xml 2022-05-18T05:22:49.1866710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1qvaxszg 2022-05-18T05:22:49.1870460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1qvaxszg/_remote_module_non_scriptable.py 2022-05-18T05:22:49.6393640Z 2022-05-18T05:22:49.6401600Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:22:49.6402020Z Running tests... 2022-05-18T05:22:49.6402460Z ---------------------------------------------------------------------- 2022-05-18T05:22:50.0731770Z test_future_python_annotation (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9602 2022-05-18T05:22:50.0817090Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9603 2022-05-18T05:22:50.0975730Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9604 2022-05-18T05:22:50.1111890Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9605 2022-05-18T05:22:51.7160990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt7jb33bh 2022-05-18T05:22:51.7207480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt7jb33bh/_remote_module_non_scriptable.py 2022-05-18T05:22:51.7309190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprpp5pq5f 2022-05-18T05:22:51.7358220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprpp5pq5f/_remote_module_non_scriptable.py 2022-05-18T05:22:51.7368510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzk6ey1kw 2022-05-18T05:22:51.7470130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzk6ey1kw/_remote_module_non_scriptable.py 2022-05-18T05:22:51.7470820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp97j9y6hb 2022-05-18T05:22:51.7572180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp97j9y6hb/_remote_module_non_scriptable.py 2022-05-18T05:22:52.3323470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:22:52.3342330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:22:52.3568920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:22:52.3582610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:22:53.1261510Z ok (3.487s) 2022-05-18T05:22:53.1343320Z 2022-05-18T05:22:53.1344040Z ---------------------------------------------------------------------- 2022-05-18T05:22:53.1344400Z Ran 1 test in 3.487s 2022-05-18T05:22:53.1344540Z 2022-05-18T05:22:53.1344610Z OK 2022-05-18T05:22:53.1344810Z 2022-05-18T05:22:53.1344960Z Generating XML reports... 2022-05-18T05:22:53.1345590Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052249.xml 2022-05-18T05:22:54.5762610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1zj8mzj2 2022-05-18T05:22:54.5766530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1zj8mzj2/_remote_module_non_scriptable.py 2022-05-18T05:22:55.0284000Z 2022-05-18T05:22:55.0284320Z Running tests... 2022-05-18T05:22:55.0284950Z ---------------------------------------------------------------------- 2022-05-18T05:22:55.0285500Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:22:55.4656220Z test_kwargs_not_passed (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9614 2022-05-18T05:22:55.4722240Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9615 2022-05-18T05:22:55.4910550Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9616 2022-05-18T05:22:55.5041100Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9617 2022-05-18T05:22:57.0969860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptlqlrlph 2022-05-18T05:22:57.1005560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptlqlrlph/_remote_module_non_scriptable.py 2022-05-18T05:22:57.1094010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpal2_6gdn 2022-05-18T05:22:57.1111220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpal2_6gdn/_remote_module_non_scriptable.py 2022-05-18T05:22:57.1208900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuywaqofl 2022-05-18T05:22:57.1267000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuywaqofl/_remote_module_non_scriptable.py 2022-05-18T05:22:57.1346750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcfdx9nt9 2022-05-18T05:22:57.1419730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcfdx9nt9/_remote_module_non_scriptable.py 2022-05-18T05:22:57.6891800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:22:57.6979600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:22:57.7049290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:22:57.7079940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:22:58.3851940Z ok (3.356s) 2022-05-18T05:22:58.3926610Z 2022-05-18T05:22:58.3927580Z ---------------------------------------------------------------------- 2022-05-18T05:22:58.3928120Z Ran 1 test in 3.357s 2022-05-18T05:22:58.3928510Z 2022-05-18T05:22:58.3928590Z OK 2022-05-18T05:22:58.3928690Z 2022-05-18T05:22:58.3928790Z Generating XML reports... 2022-05-18T05:22:58.3929810Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052255.xml 2022-05-18T05:22:59.8598550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdptccof1 2022-05-18T05:22:59.8603120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdptccof1/_remote_module_non_scriptable.py 2022-05-18T05:23:00.3077290Z 2022-05-18T05:23:00.3078090Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:23:00.3078460Z Running tests... 2022-05-18T05:23:00.3078850Z ---------------------------------------------------------------------- 2022-05-18T05:23:00.7310760Z test_less_than_needed_args_are_specified (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9625 2022-05-18T05:23:00.7475520Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9626 2022-05-18T05:23:00.7588700Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9627 2022-05-18T05:23:00.7611840Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9628 2022-05-18T05:23:02.3198460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6b4u474w 2022-05-18T05:23:02.3293430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6b4u474w/_remote_module_non_scriptable.py 2022-05-18T05:23:02.4028920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk7ztwhss 2022-05-18T05:23:02.4058210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk7ztwhss/_remote_module_non_scriptable.py 2022-05-18T05:23:02.4133460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprancisy5 2022-05-18T05:23:02.4153850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprancisy5/_remote_module_non_scriptable.py 2022-05-18T05:23:02.4255300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaejz8e2h 2022-05-18T05:23:02.4357410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaejz8e2h/_remote_module_non_scriptable.py 2022-05-18T05:23:02.9386300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:02.9899080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:02.9900440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:23:02.9991240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:03.7566090Z ok (3.449s) 2022-05-18T05:23:03.7645190Z 2022-05-18T05:23:03.7645880Z ---------------------------------------------------------------------- 2022-05-18T05:23:03.7646410Z Ran 1 test in 3.449s 2022-05-18T05:23:03.7646550Z 2022-05-18T05:23:03.7646640Z OK 2022-05-18T05:23:03.7646750Z 2022-05-18T05:23:03.7646850Z Generating XML reports... 2022-05-18T05:23:03.7647590Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052300.xml 2022-05-18T05:23:05.1975980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5zk8lka4 2022-05-18T05:23:05.1978960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5zk8lka4/_remote_module_non_scriptable.py 2022-05-18T05:23:05.6560980Z 2022-05-18T05:23:05.6561300Z Running tests... 2022-05-18T05:23:05.6562370Z ---------------------------------------------------------------------- 2022-05-18T05:23:05.6563010Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:23:06.0676660Z test_load_script_module_with_pickled_rref (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9637 2022-05-18T05:23:06.0843150Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9638 2022-05-18T05:23:06.0957540Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9639 2022-05-18T05:23:06.0962850Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9640 2022-05-18T05:23:07.6630630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfa2c0rlf 2022-05-18T05:23:07.6631410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfa2c0rlf/_remote_module_non_scriptable.py 2022-05-18T05:23:07.6772500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpstf0uywz 2022-05-18T05:23:07.6839850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpstf0uywz/_remote_module_non_scriptable.py 2022-05-18T05:23:07.7033760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx0txi133 2022-05-18T05:23:07.7061490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx0txi133/_remote_module_non_scriptable.py 2022-05-18T05:23:07.7202720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf26ekizs 2022-05-18T05:23:07.7246040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf26ekizs/_remote_module_non_scriptable.py 2022-05-18T05:23:08.2699280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:08.2839590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:08.3040720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:08.3048550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:23:09.2233430Z ok (3.567s) 2022-05-18T05:23:09.2308320Z 2022-05-18T05:23:09.2309780Z ---------------------------------------------------------------------- 2022-05-18T05:23:09.2310260Z Ran 1 test in 3.568s 2022-05-18T05:23:09.2310790Z 2022-05-18T05:23:09.2310870Z OK 2022-05-18T05:23:09.2310980Z 2022-05-18T05:23:09.2311090Z Generating XML reports... 2022-05-18T05:23:09.2311740Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052305.xml 2022-05-18T05:23:10.6030500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1zwiivs8 2022-05-18T05:23:10.6033220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1zwiivs8/_remote_module_non_scriptable.py 2022-05-18T05:23:11.0344540Z 2022-05-18T05:23:11.0345370Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:23:11.0345750Z Running tests... 2022-05-18T05:23:11.0346140Z ---------------------------------------------------------------------- 2022-05-18T05:23:11.4533290Z test_local_rref_local_value (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9648 2022-05-18T05:23:11.4609690Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9649 2022-05-18T05:23:11.4739330Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9650 2022-05-18T05:23:11.4871260Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9651 2022-05-18T05:23:13.0744640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsgf65748 2022-05-18T05:23:13.0800300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsgf65748/_remote_module_non_scriptable.py 2022-05-18T05:23:13.0938850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc1bw68zc 2022-05-18T05:23:13.0947950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc1bw68zc/_remote_module_non_scriptable.py 2022-05-18T05:23:13.1247170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1snfaota 2022-05-18T05:23:13.1331930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1snfaota/_remote_module_non_scriptable.py 2022-05-18T05:23:13.1350980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpatnuxo01 2022-05-18T05:23:13.1439570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpatnuxo01/_remote_module_non_scriptable.py 2022-05-18T05:23:13.6729610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:13.6865800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:23:13.6953330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:13.7257280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:14.5923390Z ok (3.558s) 2022-05-18T05:23:14.5999040Z 2022-05-18T05:23:14.5999670Z ---------------------------------------------------------------------- 2022-05-18T05:23:14.6000190Z Ran 1 test in 3.558s 2022-05-18T05:23:14.6000360Z 2022-05-18T05:23:14.6000730Z OK 2022-05-18T05:23:14.6000840Z 2022-05-18T05:23:14.6000960Z Generating XML reports... 2022-05-18T05:23:14.6001590Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052311.xml 2022-05-18T05:23:16.0074860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpabtqf3m7 2022-05-18T05:23:16.0078310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpabtqf3m7/_remote_module_non_scriptable.py 2022-05-18T05:23:16.4626370Z 2022-05-18T05:23:16.4626880Z Running tests... 2022-05-18T05:23:16.4627600Z ---------------------------------------------------------------------- 2022-05-18T05:23:16.4628170Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:23:16.9038120Z test_more_than_needed_args_are_specified (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9660 2022-05-18T05:23:16.9187510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9661 2022-05-18T05:23:16.9343150Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9662 2022-05-18T05:23:16.9457210Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9663 2022-05-18T05:23:18.5271310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3ehha2rg 2022-05-18T05:23:18.5372930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3ehha2rg/_remote_module_non_scriptable.py 2022-05-18T05:23:18.5378280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqgkojhcr 2022-05-18T05:23:18.5407620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqgkojhcr/_remote_module_non_scriptable.py 2022-05-18T05:23:18.5509260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0ipva7bo 2022-05-18T05:23:18.5593830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0ipva7bo/_remote_module_non_scriptable.py 2022-05-18T05:23:18.6250620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9_lwai18 2022-05-18T05:23:18.6350650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9_lwai18/_remote_module_non_scriptable.py 2022-05-18T05:23:19.1265340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:19.1276960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:19.1643990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:19.1883190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:23:19.8774350Z ok (3.414s) 2022-05-18T05:23:19.8847360Z 2022-05-18T05:23:19.8848070Z ---------------------------------------------------------------------- 2022-05-18T05:23:19.8848420Z Ran 1 test in 3.415s 2022-05-18T05:23:19.8849120Z 2022-05-18T05:23:19.8849580Z OK 2022-05-18T05:23:19.8850190Z 2022-05-18T05:23:19.8850610Z Generating XML reports... 2022-05-18T05:23:19.8851540Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052316.xml 2022-05-18T05:23:21.2735040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp42ewar0b 2022-05-18T05:23:21.2737960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp42ewar0b/_remote_module_non_scriptable.py 2022-05-18T05:23:21.7222450Z 2022-05-18T05:23:21.7223250Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:23:21.7224190Z Running tests... 2022-05-18T05:23:21.7224610Z ---------------------------------------------------------------------- 2022-05-18T05:23:22.1449540Z test_my_script_module_with_rrefs (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9671 2022-05-18T05:23:22.1560630Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9672 2022-05-18T05:23:22.1725640Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9673 2022-05-18T05:23:22.1762060Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9674 2022-05-18T05:23:23.7125150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6gy7ixvt 2022-05-18T05:23:23.7153690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6gy7ixvt/_remote_module_non_scriptable.py 2022-05-18T05:23:23.7460740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptr9wa7fm 2022-05-18T05:23:23.7529190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptr9wa7fm/_remote_module_non_scriptable.py 2022-05-18T05:23:23.7572600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9yiehglg 2022-05-18T05:23:23.7662920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9yiehglg/_remote_module_non_scriptable.py 2022-05-18T05:23:23.8231710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpen4vnm4a 2022-05-18T05:23:23.8262690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpen4vnm4a/_remote_module_non_scriptable.py 2022-05-18T05:23:24.2995460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:24.3261800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:23:24.3432860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:24.3845990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:25.1164770Z ok (3.394s) 2022-05-18T05:23:25.1240450Z 2022-05-18T05:23:25.1241020Z ---------------------------------------------------------------------- 2022-05-18T05:23:25.1241350Z Ran 1 test in 3.395s 2022-05-18T05:23:25.1241490Z 2022-05-18T05:23:25.1241550Z OK 2022-05-18T05:23:25.1241650Z 2022-05-18T05:23:25.1241770Z Generating XML reports... 2022-05-18T05:23:25.1242690Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052321.xml 2022-05-18T05:23:26.5334550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp50hwp3ns 2022-05-18T05:23:26.5337990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp50hwp3ns/_remote_module_non_scriptable.py 2022-05-18T05:23:26.9777680Z 2022-05-18T05:23:26.9778480Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:23:26.9778850Z Running tests... 2022-05-18T05:23:26.9779240Z ---------------------------------------------------------------------- 2022-05-18T05:23:27.3900380Z test_no_kwargs_are_populated_by_defaults (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9683 2022-05-18T05:23:27.4052880Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9684 2022-05-18T05:23:27.4222580Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9685 2022-05-18T05:23:27.4227180Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9686 2022-05-18T05:23:28.9894170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg859pf9o 2022-05-18T05:23:28.9995610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg859pf9o/_remote_module_non_scriptable.py 2022-05-18T05:23:29.0066420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl9y6_7jj 2022-05-18T05:23:29.0122960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl9y6_7jj/_remote_module_non_scriptable.py 2022-05-18T05:23:29.0270490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpymwo0f46 2022-05-18T05:23:29.0305490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpymwo0f46/_remote_module_non_scriptable.py 2022-05-18T05:23:29.0384880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3065mned 2022-05-18T05:23:29.0486750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3065mned/_remote_module_non_scriptable.py 2022-05-18T05:23:29.5997900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:29.6049550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:29.6282250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:23:29.6400750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:30.5400830Z ok (3.562s) 2022-05-18T05:23:30.5472030Z 2022-05-18T05:23:30.5473000Z ---------------------------------------------------------------------- 2022-05-18T05:23:30.5473350Z Ran 1 test in 3.563s 2022-05-18T05:23:30.5473490Z 2022-05-18T05:23:30.5473550Z OK 2022-05-18T05:23:30.5473660Z 2022-05-18T05:23:30.5473760Z Generating XML reports... 2022-05-18T05:23:30.5474360Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052326.xml 2022-05-18T05:23:31.9316280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy713qgk_ 2022-05-18T05:23:31.9319120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy713qgk_/_remote_module_non_scriptable.py 2022-05-18T05:23:32.3866870Z 2022-05-18T05:23:32.3867720Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:23:32.3868160Z Running tests... 2022-05-18T05:23:32.3868720Z ---------------------------------------------------------------------- 2022-05-18T05:23:32.8275790Z test_record_function_jit_end_callbacks_with_fork (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9694 2022-05-18T05:23:32.8423510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9695 2022-05-18T05:23:32.8534550Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9696 2022-05-18T05:23:32.8648220Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9697 2022-05-18T05:23:34.5018620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpepme7fbt 2022-05-18T05:23:34.5039970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpepme7fbt/_remote_module_non_scriptable.py 2022-05-18T05:23:34.5112520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfamrz3_2 2022-05-18T05:23:34.5147460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfamrz3_2/_remote_module_non_scriptable.py 2022-05-18T05:23:34.5249140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppcrtcorl 2022-05-18T05:23:34.5298920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppcrtcorl/_remote_module_non_scriptable.py 2022-05-18T05:23:34.5484940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpphhz4_eh 2022-05-18T05:23:34.5557030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpphhz4_eh/_remote_module_non_scriptable.py 2022-05-18T05:23:35.1224850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:35.1362120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:35.1487450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:35.1604600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:23:36.6345630Z ok (4.247s) 2022-05-18T05:23:36.6420560Z 2022-05-18T05:23:36.6421690Z ---------------------------------------------------------------------- 2022-05-18T05:23:36.6422030Z Ran 1 test in 4.248s 2022-05-18T05:23:36.6422160Z 2022-05-18T05:23:36.6422230Z OK 2022-05-18T05:23:36.6422720Z 2022-05-18T05:23:36.6422880Z Generating XML reports... 2022-05-18T05:23:36.6423510Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052332.xml 2022-05-18T05:23:38.1431090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4oa5rzc1 2022-05-18T05:23:38.1435080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4oa5rzc1/_remote_module_non_scriptable.py 2022-05-18T05:23:38.6248660Z 2022-05-18T05:23:38.6249480Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:23:38.6250620Z Running tests... 2022-05-18T05:23:38.6251080Z ---------------------------------------------------------------------- 2022-05-18T05:23:39.0738270Z test_record_function_on_caller_rpc_async (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9706 2022-05-18T05:23:39.0837890Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9707 2022-05-18T05:23:39.0991370Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9708 2022-05-18T05:23:39.1113770Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9709 2022-05-18T05:23:40.7345900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqbmy1d85 2022-05-18T05:23:40.7351010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqbmy1d85/_remote_module_non_scriptable.py 2022-05-18T05:23:40.7711860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3zwiozeq 2022-05-18T05:23:40.7770030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3zwiozeq/_remote_module_non_scriptable.py 2022-05-18T05:23:40.7906150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5ho8h02a 2022-05-18T05:23:40.8008180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5ho8h02a/_remote_module_non_scriptable.py 2022-05-18T05:23:40.8009280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq1h10ulg 2022-05-18T05:23:40.8108620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq1h10ulg/_remote_module_non_scriptable.py 2022-05-18T05:23:41.3257380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:41.3525950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:41.3603040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:23:41.3872160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:42.2611090Z ok (3.636s) 2022-05-18T05:23:42.2685800Z 2022-05-18T05:23:42.2686760Z ---------------------------------------------------------------------- 2022-05-18T05:23:42.2687130Z Ran 1 test in 3.637s 2022-05-18T05:23:42.2687280Z 2022-05-18T05:23:42.2687350Z OK 2022-05-18T05:23:42.2687460Z 2022-05-18T05:23:42.2687560Z Generating XML reports... 2022-05-18T05:23:42.2688170Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052338.xml 2022-05-18T05:23:43.6650830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppax1wlqy 2022-05-18T05:23:43.6654010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppax1wlqy/_remote_module_non_scriptable.py 2022-05-18T05:23:44.1059400Z 2022-05-18T05:23:44.1059750Z Running tests... 2022-05-18T05:23:44.1060370Z ---------------------------------------------------------------------- 2022-05-18T05:23:44.1060930Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:23:44.5208520Z test_remote_script_module (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9717 2022-05-18T05:23:44.5305960Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9718 2022-05-18T05:23:44.5482000Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9719 2022-05-18T05:23:44.5600310Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9720 2022-05-18T05:23:46.1580250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7ptrnnzz 2022-05-18T05:23:46.1660720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7ptrnnzz/_remote_module_non_scriptable.py 2022-05-18T05:23:46.1740260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmponmqkjgx 2022-05-18T05:23:46.1765210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmponmqkjgx/_remote_module_non_scriptable.py 2022-05-18T05:23:46.2368060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmhailrjc 2022-05-18T05:23:46.2459370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmhailrjc/_remote_module_non_scriptable.py 2022-05-18T05:23:46.2772010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5a898u4w 2022-05-18T05:23:46.2824770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5a898u4w/_remote_module_non_scriptable.py 2022-05-18T05:23:46.7636910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:23:46.7683130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:46.8229010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:46.8479490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:47.7628850Z ok (3.657s) 2022-05-18T05:23:47.7700610Z 2022-05-18T05:23:47.7701160Z ---------------------------------------------------------------------- 2022-05-18T05:23:47.7701570Z Ran 1 test in 3.657s 2022-05-18T05:23:47.7701710Z 2022-05-18T05:23:47.7701770Z OK 2022-05-18T05:23:47.7701880Z 2022-05-18T05:23:47.7701980Z Generating XML reports... 2022-05-18T05:23:47.7702610Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052344.xml 2022-05-18T05:23:49.1657510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg9f6h387 2022-05-18T05:23:49.1660520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg9f6h387/_remote_module_non_scriptable.py 2022-05-18T05:23:49.6309830Z 2022-05-18T05:23:49.6310610Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:23:49.6310980Z Running tests... 2022-05-18T05:23:49.6311380Z ---------------------------------------------------------------------- 2022-05-18T05:23:50.0608060Z test_remote_script_throw (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9729 2022-05-18T05:23:50.0695530Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9730 2022-05-18T05:23:50.0819520Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9731 2022-05-18T05:23:50.0960610Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9732 2022-05-18T05:23:51.6934370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn80q0rn0 2022-05-18T05:23:51.7004960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn80q0rn0/_remote_module_non_scriptable.py 2022-05-18T05:23:51.7211170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9dglpwk3 2022-05-18T05:23:51.7243380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9dglpwk3/_remote_module_non_scriptable.py 2022-05-18T05:23:51.7326360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnjtval3r 2022-05-18T05:23:51.7414780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnjtval3r/_remote_module_non_scriptable.py 2022-05-18T05:23:51.7529130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptm_gc3q8 2022-05-18T05:23:51.7610150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptm_gc3q8/_remote_module_non_scriptable.py 2022-05-18T05:23:52.3354500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:52.3504340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:52.3613020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:52.3700850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:23:53.1334360Z ok (3.502s) 2022-05-18T05:23:53.1411050Z 2022-05-18T05:23:53.1411760Z ---------------------------------------------------------------------- 2022-05-18T05:23:53.1412100Z Ran 1 test in 3.503s 2022-05-18T05:23:53.1412230Z 2022-05-18T05:23:53.1412300Z OK 2022-05-18T05:23:53.1412400Z 2022-05-18T05:23:53.1412880Z Generating XML reports... 2022-05-18T05:23:53.1413520Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052349.xml 2022-05-18T05:23:54.5439310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp__aw6txq 2022-05-18T05:23:54.5442780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp__aw6txq/_remote_module_non_scriptable.py 2022-05-18T05:23:54.9956010Z 2022-05-18T05:23:54.9956810Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:23:54.9957190Z Running tests... 2022-05-18T05:23:54.9957590Z ---------------------------------------------------------------------- 2022-05-18T05:23:55.4324650Z test_remote_script_udf (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9740 2022-05-18T05:23:55.4437140Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9741 2022-05-18T05:23:55.4615740Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9742 2022-05-18T05:23:55.4718810Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9743 2022-05-18T05:23:57.2033200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbhu9ppwf 2022-05-18T05:23:57.2101590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbhu9ppwf/_remote_module_non_scriptable.py 2022-05-18T05:23:57.2205860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqerxmu9m 2022-05-18T05:23:57.2239580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqerxmu9m/_remote_module_non_scriptable.py 2022-05-18T05:23:57.2262720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_dh60opl 2022-05-18T05:23:57.2289070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_dh60opl/_remote_module_non_scriptable.py 2022-05-18T05:23:57.2546420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdr2ahswk 2022-05-18T05:23:57.2611380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdr2ahswk/_remote_module_non_scriptable.py 2022-05-18T05:23:57.7922560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:57.8013450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:57.8101190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:57.8443080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:23:58.7115450Z ok (3.716s) 2022-05-18T05:23:58.7192290Z 2022-05-18T05:23:58.7193140Z ---------------------------------------------------------------------- 2022-05-18T05:23:58.7193500Z Ran 1 test in 3.716s 2022-05-18T05:23:58.7193640Z 2022-05-18T05:23:58.7193710Z OK 2022-05-18T05:23:58.7193820Z 2022-05-18T05:23:58.7193920Z Generating XML reports... 2022-05-18T05:23:58.7194530Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052354.xml 2022-05-18T05:24:00.1162740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj8iqq3ho 2022-05-18T05:24:00.1166590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj8iqq3ho/_remote_module_non_scriptable.py 2022-05-18T05:24:00.5682820Z 2022-05-18T05:24:00.5684170Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:24:00.5684540Z Running tests... 2022-05-18T05:24:00.5684940Z ---------------------------------------------------------------------- 2022-05-18T05:24:00.9894110Z test_return_local_script_class_rref_in_py_and_use_in_script (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9752 2022-05-18T05:24:01.0040200Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9753 2022-05-18T05:24:01.0168410Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9754 2022-05-18T05:24:01.0271900Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9755 2022-05-18T05:24:02.6068980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7232sbbc 2022-05-18T05:24:02.6090540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7232sbbc/_remote_module_non_scriptable.py 2022-05-18T05:24:02.6192120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkh07cezb 2022-05-18T05:24:02.6196200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkh07cezb/_remote_module_non_scriptable.py 2022-05-18T05:24:02.6295090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvj7trfcc 2022-05-18T05:24:02.6376000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvj7trfcc/_remote_module_non_scriptable.py 2022-05-18T05:24:02.6410320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj78z7mrv 2022-05-18T05:24:02.6510710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj78z7mrv/_remote_module_non_scriptable.py 2022-05-18T05:24:03.2118220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:24:03.2188790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:24:03.2251160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:24:03.2252010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:24:04.1320530Z ok (3.564s) 2022-05-18T05:24:04.1402190Z 2022-05-18T05:24:04.1402760Z ---------------------------------------------------------------------- 2022-05-18T05:24:04.1403080Z Ran 1 test in 3.564s 2022-05-18T05:24:04.1403220Z 2022-05-18T05:24:04.1403280Z OK 2022-05-18T05:24:04.1403390Z 2022-05-18T05:24:04.1403490Z Generating XML reports... 2022-05-18T05:24:04.1404490Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052400.xml 2022-05-18T05:24:05.5498370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw3b9sd8v 2022-05-18T05:24:05.5501290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw3b9sd8v/_remote_module_non_scriptable.py 2022-05-18T05:24:06.0242710Z 2022-05-18T05:24:06.0243050Z Running tests... 2022-05-18T05:24:06.0243840Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:24:06.0244420Z ---------------------------------------------------------------------- 2022-05-18T05:24:06.4432740Z test_return_local_script_module_rref_in_py_and_use_in_script (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9764 2022-05-18T05:24:06.4567430Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9765 2022-05-18T05:24:06.4719140Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9766 2022-05-18T05:24:06.4788400Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9767 2022-05-18T05:24:08.1584740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmporo9pipn 2022-05-18T05:24:08.1685770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmporo9pipn/_remote_module_non_scriptable.py 2022-05-18T05:24:08.1690760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr7q95_y_ 2022-05-18T05:24:08.1775410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr7q95_y_/_remote_module_non_scriptable.py 2022-05-18T05:24:08.1993250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpomt_3hjt 2022-05-18T05:24:08.2016980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpomt_3hjt/_remote_module_non_scriptable.py 2022-05-18T05:24:08.2063320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl4prftug 2022-05-18T05:24:08.2115050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl4prftug/_remote_module_non_scriptable.py 2022-05-18T05:24:08.7951590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:24:08.8032830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:24:08.8239260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:24:08.8336710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:24:09.7033970Z ok (3.679s) 2022-05-18T05:24:09.7106020Z 2022-05-18T05:24:09.7106730Z ---------------------------------------------------------------------- 2022-05-18T05:24:09.7107040Z Ran 1 test in 3.679s 2022-05-18T05:24:09.7107190Z 2022-05-18T05:24:09.7107260Z OK 2022-05-18T05:24:09.7107370Z 2022-05-18T05:24:09.7107460Z Generating XML reports... 2022-05-18T05:24:09.7108050Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052406.xml 2022-05-18T05:24:11.1138820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfxbjfvxv 2022-05-18T05:24:11.1141770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfxbjfvxv/_remote_module_non_scriptable.py 2022-05-18T05:24:11.5681710Z 2022-05-18T05:24:11.5682500Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:24:11.5682920Z Running tests... 2022-05-18T05:24:11.5683310Z ---------------------------------------------------------------------- 2022-05-18T05:24:12.0018320Z test_rpc_async_jit_profiled (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9775 2022-05-18T05:24:12.0169080Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9776 2022-05-18T05:24:12.0346300Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9777 2022-05-18T05:24:12.0352860Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9778 2022-05-18T05:24:13.6506230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpshzvpctt 2022-05-18T05:24:13.6606990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpshzvpctt/_remote_module_non_scriptable.py 2022-05-18T05:24:13.6794520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw4ewtmyo 2022-05-18T05:24:13.6817480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw4ewtmyo/_remote_module_non_scriptable.py 2022-05-18T05:24:13.6907480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsr7h_wfo 2022-05-18T05:24:13.6919570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsr7h_wfo/_remote_module_non_scriptable.py 2022-05-18T05:24:13.7021000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp284aoltk 2022-05-18T05:24:13.7024810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp284aoltk/_remote_module_non_scriptable.py 2022-05-18T05:24:14.2554050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:24:14.2716360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:24:14.2900340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:24:14.2994560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:24:15.0983260Z ok (3.530s) 2022-05-18T05:24:15.1058690Z 2022-05-18T05:24:15.1059390Z ---------------------------------------------------------------------- 2022-05-18T05:24:15.1059730Z Ran 1 test in 3.530s 2022-05-18T05:24:15.1060350Z 2022-05-18T05:24:15.1060460Z OK 2022-05-18T05:24:15.1060580Z 2022-05-18T05:24:15.1060690Z Generating XML reports... 2022-05-18T05:24:15.1061310Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052411.xml 2022-05-18T05:24:16.5700100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplfygdnqj 2022-05-18T05:24:16.5703880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplfygdnqj/_remote_module_non_scriptable.py 2022-05-18T05:24:17.0276010Z 2022-05-18T05:24:17.0276800Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:24:17.0277170Z Running tests... 2022-05-18T05:24:17.0277560Z ---------------------------------------------------------------------- 2022-05-18T05:24:17.4624890Z test_rpc_torchscript_record_function (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9787 2022-05-18T05:24:17.4709990Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9788 2022-05-18T05:24:17.4877820Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9789 2022-05-18T05:24:17.4984850Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9790 2022-05-18T05:24:19.1020350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3a2haroq 2022-05-18T05:24:19.1086760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3a2haroq/_remote_module_non_scriptable.py 2022-05-18T05:24:19.1308010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb02u4l36 2022-05-18T05:24:19.1378890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb02u4l36/_remote_module_non_scriptable.py 2022-05-18T05:24:19.1547560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppp2qd4qx 2022-05-18T05:24:19.1563470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppp2qd4qx/_remote_module_non_scriptable.py 2022-05-18T05:24:19.1673950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxnt0fn67 2022-05-18T05:24:19.1674630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxnt0fn67/_remote_module_non_scriptable.py 2022-05-18T05:24:19.7127910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:24:19.7324380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:24:19.7616470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:24:19.7633730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:24:20.6537150Z ok (3.626s) 2022-05-18T05:24:20.6611680Z 2022-05-18T05:24:20.6612510Z ---------------------------------------------------------------------- 2022-05-18T05:24:20.6612890Z Ran 1 test in 3.626s 2022-05-18T05:24:20.6613020Z 2022-05-18T05:24:20.6613090Z OK 2022-05-18T05:24:20.6613200Z 2022-05-18T05:24:20.6613290Z Generating XML reports... 2022-05-18T05:24:20.6613890Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052417.xml 2022-05-18T05:24:22.0788330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgj522lvu 2022-05-18T05:24:22.0792020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgj522lvu/_remote_module_non_scriptable.py 2022-05-18T05:24:22.5393270Z 2022-05-18T05:24:22.5394090Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:24:22.5394460Z Running tests... 2022-05-18T05:24:22.5394840Z ---------------------------------------------------------------------- 2022-05-18T05:24:22.9658510Z test_rref_as_arg_and_return (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9798 2022-05-18T05:24:22.9800990Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9799 2022-05-18T05:24:22.9948160Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9800 2022-05-18T05:24:23.0057260Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9801 2022-05-18T05:24:24.6236220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnyb644rb 2022-05-18T05:24:24.6252140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnyb644rb/_remote_module_non_scriptable.py 2022-05-18T05:24:24.6260620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqdfzorzq 2022-05-18T05:24:24.6282770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqdfzorzq/_remote_module_non_scriptable.py 2022-05-18T05:24:24.6384130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv2t1bqab 2022-05-18T05:24:24.6458890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv2t1bqab/_remote_module_non_scriptable.py 2022-05-18T05:24:24.6660520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppnab0t17 2022-05-18T05:24:24.6723720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppnab0t17/_remote_module_non_scriptable.py 2022-05-18T05:24:25.2322090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:24:25.2336990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:24:25.2392200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:24:25.2693260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:24:26.1329500Z ok (3.593s) 2022-05-18T05:24:26.1411040Z 2022-05-18T05:24:26.1412270Z ---------------------------------------------------------------------- 2022-05-18T05:24:26.1413070Z Ran 1 test in 3.594s 2022-05-18T05:24:26.1413430Z 2022-05-18T05:24:26.1413660Z OK 2022-05-18T05:24:26.1413960Z 2022-05-18T05:24:26.1414260Z Generating XML reports... 2022-05-18T05:24:26.1415120Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052422.xml 2022-05-18T05:24:27.5966650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjn81ffvw 2022-05-18T05:24:27.5969200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjn81ffvw/_remote_module_non_scriptable.py 2022-05-18T05:24:28.0561860Z 2022-05-18T05:24:28.0562650Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:24:28.0563020Z Running tests... 2022-05-18T05:24:28.0563410Z ---------------------------------------------------------------------- 2022-05-18T05:24:28.4918400Z test_rref_is_owner (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9810 2022-05-18T05:24:28.5041590Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9811 2022-05-18T05:24:28.5203950Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9812 2022-05-18T05:24:28.5306430Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9813 2022-05-18T05:24:30.1733530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppq7l6l8o 2022-05-18T05:24:30.1791020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppq7l6l8o/_remote_module_non_scriptable.py 2022-05-18T05:24:30.1812140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4jz7s807 2022-05-18T05:24:30.1895270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4jz7s807/_remote_module_non_scriptable.py 2022-05-18T05:24:30.1977310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4h_qlo9d 2022-05-18T05:24:30.1999870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4h_qlo9d/_remote_module_non_scriptable.py 2022-05-18T05:24:30.2084660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8vxpk4nt 2022-05-18T05:24:30.2181670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8vxpk4nt/_remote_module_non_scriptable.py 2022-05-18T05:24:30.7755830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:24:30.7940150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:24:30.8025560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:24:30.8262130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:24:31.6339030Z ok (3.577s) 2022-05-18T05:24:31.6414720Z 2022-05-18T05:24:31.6415480Z ---------------------------------------------------------------------- 2022-05-18T05:24:31.6415830Z Ran 1 test in 3.578s 2022-05-18T05:24:31.6415970Z 2022-05-18T05:24:31.6416450Z OK 2022-05-18T05:24:31.6416570Z 2022-05-18T05:24:31.6416680Z Generating XML reports... 2022-05-18T05:24:31.6417300Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052428.xml 2022-05-18T05:24:33.0787500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2elt3a2l 2022-05-18T05:24:33.0790820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2elt3a2l/_remote_module_non_scriptable.py 2022-05-18T05:24:33.5419900Z 2022-05-18T05:24:33.5420230Z Running tests... 2022-05-18T05:24:33.5420900Z ---------------------------------------------------------------------- 2022-05-18T05:24:33.5421450Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:24:33.9723120Z test_rref_jit_pickle_not_supported (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9822 2022-05-18T05:24:33.9884410Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9823 2022-05-18T05:24:33.9996980Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9824 2022-05-18T05:24:34.0166880Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9825 2022-05-18T05:24:35.6502840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4nwbafl9 2022-05-18T05:24:35.6554990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4nwbafl9/_remote_module_non_scriptable.py 2022-05-18T05:24:35.6615410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbllfhq65 2022-05-18T05:24:35.6662440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbllfhq65/_remote_module_non_scriptable.py 2022-05-18T05:24:35.6750940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ypsj0iq 2022-05-18T05:24:35.6917100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ypsj0iq/_remote_module_non_scriptable.py 2022-05-18T05:24:35.7538810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprcwazwej 2022-05-18T05:24:35.7611740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprcwazwej/_remote_module_non_scriptable.py 2022-05-18T05:24:36.2940510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:24:36.3441400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:24:36.3738960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:24:36.4293200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:24:37.1644470Z ok (3.622s) 2022-05-18T05:24:37.1726370Z 2022-05-18T05:24:37.1727050Z ---------------------------------------------------------------------- 2022-05-18T05:24:37.1727400Z Ran 1 test in 3.623s 2022-05-18T05:24:37.1727540Z 2022-05-18T05:24:37.1727600Z OK 2022-05-18T05:24:37.1727710Z 2022-05-18T05:24:37.1727810Z Generating XML reports... 2022-05-18T05:24:37.1728440Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052433.xml 2022-05-18T05:24:38.6016470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphfxg2_5k 2022-05-18T05:24:38.6019990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphfxg2_5k/_remote_module_non_scriptable.py 2022-05-18T05:24:39.0544110Z 2022-05-18T05:24:39.0544890Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:24:39.0545260Z Running tests... 2022-05-18T05:24:39.0545660Z ---------------------------------------------------------------------- 2022-05-18T05:24:39.4848250Z test_rref_list_mutate (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9834 2022-05-18T05:24:39.4923560Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9835 2022-05-18T05:24:39.5082700Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9836 2022-05-18T05:24:39.5194320Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9837 2022-05-18T05:24:41.1394790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm3swq0kv 2022-05-18T05:24:41.1451100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm3swq0kv/_remote_module_non_scriptable.py 2022-05-18T05:24:41.1593060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6ud925tn 2022-05-18T05:24:41.1631240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6ud925tn/_remote_module_non_scriptable.py 2022-05-18T05:24:41.1773110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4k0hx6pi 2022-05-18T05:24:41.1817760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4k0hx6pi/_remote_module_non_scriptable.py 2022-05-18T05:24:41.1880970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgwp_xmx9 2022-05-18T05:24:41.1920070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgwp_xmx9/_remote_module_non_scriptable.py 2022-05-18T05:24:41.7502360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:24:41.7774970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:24:41.7788250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:24:41.7939910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:24:42.5085810Z ok (3.454s) 2022-05-18T05:24:42.5162280Z 2022-05-18T05:24:42.5163050Z ---------------------------------------------------------------------- 2022-05-18T05:24:42.5163390Z Ran 1 test in 3.455s 2022-05-18T05:24:42.5163550Z 2022-05-18T05:24:42.5163610Z OK 2022-05-18T05:24:42.5163710Z 2022-05-18T05:24:42.5163810Z Generating XML reports... 2022-05-18T05:24:42.5164420Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052439.xml 2022-05-18T05:24:43.9527360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkaf0p7f_ 2022-05-18T05:24:43.9531040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkaf0p7f_/_remote_module_non_scriptable.py 2022-05-18T05:24:44.4112790Z 2022-05-18T05:24:44.4113570Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:24:44.4114840Z Running tests... 2022-05-18T05:24:44.4115590Z ---------------------------------------------------------------------- 2022-05-18T05:24:44.8419760Z test_rref_local_value (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9845 2022-05-18T05:24:44.8536370Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9846 2022-05-18T05:24:44.8720580Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9847 2022-05-18T05:24:44.8722570Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9848 2022-05-18T05:24:46.5443000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpffnlc6vu 2022-05-18T05:24:46.5478520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpffnlc6vu/_remote_module_non_scriptable.py 2022-05-18T05:24:46.5702740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0usnix8c 2022-05-18T05:24:46.5739730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0usnix8c/_remote_module_non_scriptable.py 2022-05-18T05:24:46.5936780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8c5pfccf 2022-05-18T05:24:46.6014450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8c5pfccf/_remote_module_non_scriptable.py 2022-05-18T05:24:46.6409780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx5eso4rd 2022-05-18T05:24:46.6500600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx5eso4rd/_remote_module_non_scriptable.py 2022-05-18T05:24:47.1643480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:24:47.1790040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:24:47.1973770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:24:47.2228920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:24:48.1088270Z ok (3.697s) 2022-05-18T05:24:48.1167410Z 2022-05-18T05:24:48.1168310Z ---------------------------------------------------------------------- 2022-05-18T05:24:48.1168660Z Ran 1 test in 3.698s 2022-05-18T05:24:48.1168800Z 2022-05-18T05:24:48.1168860Z OK 2022-05-18T05:24:48.1168960Z 2022-05-18T05:24:48.1169060Z Generating XML reports... 2022-05-18T05:24:48.1169660Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052444.xml 2022-05-18T05:24:49.5490980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2eazb5ci 2022-05-18T05:24:49.5494760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2eazb5ci/_remote_module_non_scriptable.py 2022-05-18T05:24:50.0154200Z 2022-05-18T05:24:50.0154530Z Running tests... 2022-05-18T05:24:50.0155160Z ---------------------------------------------------------------------- 2022-05-18T05:24:50.0155720Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:24:50.4432060Z test_rref_python_annotation (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9857 2022-05-18T05:24:50.4599860Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9858 2022-05-18T05:24:50.4733240Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9859 2022-05-18T05:24:50.4838790Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9860 2022-05-18T05:24:52.0871300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj_39kfq0 2022-05-18T05:24:52.0957270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj_39kfq0/_remote_module_non_scriptable.py 2022-05-18T05:24:52.1058600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_ur1dqov 2022-05-18T05:24:52.1123970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_ur1dqov/_remote_module_non_scriptable.py 2022-05-18T05:24:52.1124620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnt9qcl8s 2022-05-18T05:24:52.1187550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnt9qcl8s/_remote_module_non_scriptable.py 2022-05-18T05:24:52.1290210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9isrfo_g 2022-05-18T05:24:52.1339480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9isrfo_g/_remote_module_non_scriptable.py 2022-05-18T05:24:52.7007200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:24:52.7037390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:24:52.7143340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:24:52.7328390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:24:53.4575090Z ok (3.442s) 2022-05-18T05:24:53.4658910Z 2022-05-18T05:24:53.4659790Z ---------------------------------------------------------------------- 2022-05-18T05:24:53.4660160Z Ran 1 test in 3.442s 2022-05-18T05:24:53.4660670Z 2022-05-18T05:24:53.4660770Z OK 2022-05-18T05:24:53.4660890Z 2022-05-18T05:24:53.4661000Z Generating XML reports... 2022-05-18T05:24:53.4661630Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052450.xml 2022-05-18T05:24:54.8925590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7qeudskb 2022-05-18T05:24:54.8929270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7qeudskb/_remote_module_non_scriptable.py 2022-05-18T05:24:55.3521740Z 2022-05-18T05:24:55.3522490Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:24:55.3522870Z Running tests... 2022-05-18T05:24:55.3523270Z ---------------------------------------------------------------------- 2022-05-18T05:24:55.7906860Z test_some_kwargs_are_populated_by_defaults (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9868 2022-05-18T05:24:55.8020900Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9869 2022-05-18T05:24:55.8151020Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9870 2022-05-18T05:24:55.8347570Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9871 2022-05-18T05:24:57.4994610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwfzf96ba 2022-05-18T05:24:57.5062710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwfzf96ba/_remote_module_non_scriptable.py 2022-05-18T05:24:57.5103490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj1xzns2y 2022-05-18T05:24:57.5169320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj1xzns2y/_remote_module_non_scriptable.py 2022-05-18T05:24:57.5556960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp86e9mxv 2022-05-18T05:24:57.5565920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp86e9mxv/_remote_module_non_scriptable.py 2022-05-18T05:24:57.5594430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp485paahd 2022-05-18T05:24:57.5669390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp485paahd/_remote_module_non_scriptable.py 2022-05-18T05:24:58.1114860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:24:58.1244330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:24:58.1540240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:24:58.1610580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:24:58.8749070Z ok (3.522s) 2022-05-18T05:24:58.8832260Z 2022-05-18T05:24:58.8833140Z ---------------------------------------------------------------------- 2022-05-18T05:24:58.8833520Z Ran 1 test in 3.523s 2022-05-18T05:24:58.8833660Z 2022-05-18T05:24:58.8833730Z OK 2022-05-18T05:24:58.8833820Z 2022-05-18T05:24:58.8833920Z Generating XML reports... 2022-05-18T05:24:58.8834530Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052455.xml 2022-05-18T05:25:00.3139240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgjypf7ne 2022-05-18T05:25:00.3143340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgjypf7ne/_remote_module_non_scriptable.py 2022-05-18T05:25:00.7729280Z 2022-05-18T05:25:00.7729550Z Running tests... 2022-05-18T05:25:00.7730170Z ---------------------------------------------------------------------- 2022-05-18T05:25:00.7730710Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:25:01.2038190Z test_torchscript_function (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9880 2022-05-18T05:25:01.2182960Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9881 2022-05-18T05:25:01.2292640Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9882 2022-05-18T05:25:01.2396550Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9883 2022-05-18T05:25:02.8768530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe0s7eovi 2022-05-18T05:25:02.8786080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe0s7eovi/_remote_module_non_scriptable.py 2022-05-18T05:25:02.8801920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdb70tr1_ 2022-05-18T05:25:02.8824110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdb70tr1_/_remote_module_non_scriptable.py 2022-05-18T05:25:02.8875000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw9rosbv6 2022-05-18T05:25:02.8875710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw9rosbv6/_remote_module_non_scriptable.py 2022-05-18T05:25:02.8941180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzqnnf5tw 2022-05-18T05:25:02.8979850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzqnnf5tw/_remote_module_non_scriptable.py 2022-05-18T05:25:03.4914690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:25:03.4948460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:25:03.4956070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:25:03.5037080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:25:04.2349140Z ok (3.462s) 2022-05-18T05:25:04.2423130Z 2022-05-18T05:25:04.2423980Z ---------------------------------------------------------------------- 2022-05-18T05:25:04.2424340Z Ran 1 test in 3.462s 2022-05-18T05:25:04.2424470Z 2022-05-18T05:25:04.2424540Z OK 2022-05-18T05:25:04.2424650Z 2022-05-18T05:25:04.2424770Z Generating XML reports... 2022-05-18T05:25:04.2425400Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052500.xml 2022-05-18T05:25:05.6744990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdn5wh55h 2022-05-18T05:25:05.6749040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdn5wh55h/_remote_module_non_scriptable.py 2022-05-18T05:25:06.1280520Z 2022-05-18T05:25:06.1281370Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:25:06.1282380Z Running tests... 2022-05-18T05:25:06.1282880Z ---------------------------------------------------------------------- 2022-05-18T05:25:06.5578130Z test_torchscript_function_exception (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9891 2022-05-18T05:25:06.5655610Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9892 2022-05-18T05:25:06.5858570Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9893 2022-05-18T05:25:06.5926220Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9894 2022-05-18T05:25:08.2538490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ojj3rfu 2022-05-18T05:25:08.2539420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ojj3rfu/_remote_module_non_scriptable.py 2022-05-18T05:25:08.2989630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkxsp1nhl 2022-05-18T05:25:08.3090240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkxsp1nhl/_remote_module_non_scriptable.py 2022-05-18T05:25:08.3190270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmye42sho 2022-05-18T05:25:08.3228200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmye42sho/_remote_module_non_scriptable.py 2022-05-18T05:25:08.3300960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpad4tfbm0 2022-05-18T05:25:08.3397690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpad4tfbm0/_remote_module_non_scriptable.py 2022-05-18T05:25:08.8608000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:25:08.8854600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:25:08.8878930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:25:08.9092330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:25:09.6342680Z ok (3.506s) 2022-05-18T05:25:09.6415670Z 2022-05-18T05:25:09.6416970Z ---------------------------------------------------------------------- 2022-05-18T05:25:09.6417310Z Ran 1 test in 3.507s 2022-05-18T05:25:09.6417910Z 2022-05-18T05:25:09.6417980Z OK 2022-05-18T05:25:09.6418090Z 2022-05-18T05:25:09.6418190Z Generating XML reports... 2022-05-18T05:25:09.6418810Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052506.xml 2022-05-18T05:25:11.0691100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaaya25v9 2022-05-18T05:25:11.0694710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaaya25v9/_remote_module_non_scriptable.py 2022-05-18T05:25:11.5239600Z 2022-05-18T05:25:11.5239960Z Running tests... 2022-05-18T05:25:11.5240700Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:25:11.5241220Z ---------------------------------------------------------------------- 2022-05-18T05:25:11.9556820Z test_torchscript_functions_not_supported (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9903 2022-05-18T05:25:11.9637840Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9904 2022-05-18T05:25:11.9810500Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9905 2022-05-18T05:25:11.9918190Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9906 2022-05-18T05:25:13.6096290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprc1_iab6 2022-05-18T05:25:13.6141210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprc1_iab6/_remote_module_non_scriptable.py 2022-05-18T05:25:13.6498530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbi3fj6c2 2022-05-18T05:25:13.6552400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbi3fj6c2/_remote_module_non_scriptable.py 2022-05-18T05:25:13.6566840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc4r7uyt8 2022-05-18T05:25:13.6582560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc4r7uyt8/_remote_module_non_scriptable.py 2022-05-18T05:25:13.6687890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpljwrsya2 2022-05-18T05:25:13.6696160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpljwrsya2/_remote_module_non_scriptable.py 2022-05-18T05:25:14.2315840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:25:14.2547380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:25:14.2557920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:25:14.2604660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:25:14.5059990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:25:14.5061590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:25:14.5069090Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:25:14.5070760Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:25:14.5073020Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:25:14.5074720Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:25:14.5181190Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:25:14.5290670Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:25:15.2040960Z ok (3.680s) 2022-05-18T05:25:15.2119640Z 2022-05-18T05:25:15.2120740Z ---------------------------------------------------------------------- 2022-05-18T05:25:15.2121100Z Ran 1 test in 3.680s 2022-05-18T05:25:15.2121240Z 2022-05-18T05:25:15.2121360Z OK 2022-05-18T05:25:15.2121480Z 2022-05-18T05:25:15.2121570Z Generating XML reports... 2022-05-18T05:25:15.2122220Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052511.xml 2022-05-18T05:25:16.6485640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkzkm9an3 2022-05-18T05:25:16.6489150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkzkm9an3/_remote_module_non_scriptable.py 2022-05-18T05:25:17.1345790Z 2022-05-18T05:25:17.1346560Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:25:17.1346940Z Running tests... 2022-05-18T05:25:17.1347340Z ---------------------------------------------------------------------- 2022-05-18T05:25:17.5801650Z test_unexepected_kwarg_is_specified (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9915 2022-05-18T05:25:17.5917390Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9916 2022-05-18T05:25:17.6114680Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9917 2022-05-18T05:25:17.6254440Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9918 2022-05-18T05:25:19.2026450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0b0c202b 2022-05-18T05:25:19.2104730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0b0c202b/_remote_module_non_scriptable.py 2022-05-18T05:25:19.2402360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc72ee9gt 2022-05-18T05:25:19.2502160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc72ee9gt/_remote_module_non_scriptable.py 2022-05-18T05:25:19.2871220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppzylls_q 2022-05-18T05:25:19.2889160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppzylls_q/_remote_module_non_scriptable.py 2022-05-18T05:25:19.2994980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpix5nbsew 2022-05-18T05:25:19.3090610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpix5nbsew/_remote_module_non_scriptable.py 2022-05-18T05:25:19.8227460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:25:19.8623040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:25:19.8788400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:25:19.8990130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:25:20.6992700Z ok (3.564s) 2022-05-18T05:25:20.7071040Z 2022-05-18T05:25:20.7071700Z ---------------------------------------------------------------------- 2022-05-18T05:25:20.7072040Z Ran 1 test in 3.565s 2022-05-18T05:25:20.7072170Z 2022-05-18T05:25:20.7072690Z OK 2022-05-18T05:25:20.7072810Z 2022-05-18T05:25:20.7072910Z Generating XML reports... 2022-05-18T05:25:20.7073520Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052517.xml 2022-05-18T05:25:22.1315770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqcx88ayk 2022-05-18T05:25:22.1319560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqcx88ayk/_remote_module_non_scriptable.py 2022-05-18T05:25:22.5854920Z 2022-05-18T05:25:22.5855750Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:25:22.5856130Z Running tests... 2022-05-18T05:25:22.5856530Z ---------------------------------------------------------------------- 2022-05-18T05:25:23.0158000Z test_user_rrefs_confirmed (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9926 2022-05-18T05:25:23.0314270Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9927 2022-05-18T05:25:23.0449200Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9928 2022-05-18T05:25:23.0490950Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9929 2022-05-18T05:25:24.6902550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5hom_ksv 2022-05-18T05:25:24.6965560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5hom_ksv/_remote_module_non_scriptable.py 2022-05-18T05:25:24.6982290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6cmo1rbj 2022-05-18T05:25:24.7083890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6cmo1rbj/_remote_module_non_scriptable.py 2022-05-18T05:25:24.7120890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp4s7naus 2022-05-18T05:25:24.7198750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp4s7naus/_remote_module_non_scriptable.py 2022-05-18T05:25:24.7252100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6mmgruad 2022-05-18T05:25:24.7320910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6mmgruad/_remote_module_non_scriptable.py 2022-05-18T05:25:25.3167510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:25:25.3232630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:25:25.3310260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:25:25.3359590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:25:26.0587140Z ok (3.473s) 2022-05-18T05:25:26.0665510Z 2022-05-18T05:25:26.0666390Z ---------------------------------------------------------------------- 2022-05-18T05:25:26.0666740Z Ran 1 test in 3.474s 2022-05-18T05:25:26.0666870Z 2022-05-18T05:25:26.0666940Z OK 2022-05-18T05:25:26.0667040Z 2022-05-18T05:25:26.0667130Z Generating XML reports... 2022-05-18T05:25:26.0667760Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052522.xml 2022-05-18T05:25:27.5141650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8ocqvwwn 2022-05-18T05:25:27.5145690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8ocqvwwn/_remote_module_non_scriptable.py 2022-05-18T05:25:27.9745360Z 2022-05-18T05:25:27.9746120Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:25:27.9746500Z Running tests... 2022-05-18T05:25:27.9746890Z ---------------------------------------------------------------------- 2022-05-18T05:25:28.4083830Z test_user_rrefs_confirmed_remote (__main__.TensorPipeJitRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9938 2022-05-18T05:25:28.4181820Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9939 2022-05-18T05:25:28.4325670Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9940 2022-05-18T05:25:28.4436240Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9941 2022-05-18T05:25:30.0576650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjbux0co1 2022-05-18T05:25:30.0596980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjbux0co1/_remote_module_non_scriptable.py 2022-05-18T05:25:30.0744890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnqjd93sk 2022-05-18T05:25:30.0760670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnqjd93sk/_remote_module_non_scriptable.py 2022-05-18T05:25:30.1098380Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnagewzm1 2022-05-18T05:25:30.1200920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnagewzm1/_remote_module_non_scriptable.py 2022-05-18T05:25:30.1302730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp79c_6_gu 2022-05-18T05:25:30.1407600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp79c_6_gu/_remote_module_non_scriptable.py 2022-05-18T05:25:30.6875440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:25:30.6881040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:25:30.6991080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:25:30.7007290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:25:31.5260180Z ok (3.551s) 2022-05-18T05:25:31.5332740Z 2022-05-18T05:25:31.5333460Z ---------------------------------------------------------------------- 2022-05-18T05:25:31.5333790Z Ran 1 test in 3.552s 2022-05-18T05:25:31.5333930Z 2022-05-18T05:25:31.5333990Z OK 2022-05-18T05:25:31.5334100Z 2022-05-18T05:25:31.5334200Z Generating XML reports... 2022-05-18T05:25:31.5334800Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeJitRpcTest-20220518052527.xml 2022-05-18T05:25:32.9680510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn_ggtmo8 2022-05-18T05:25:32.9683860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn_ggtmo8/_remote_module_non_scriptable.py 2022-05-18T05:25:33.4274900Z 2022-05-18T05:25:33.4275700Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:25:33.4276090Z Running tests... 2022-05-18T05:25:33.4276520Z ---------------------------------------------------------------------- 2022-05-18T05:25:33.8588200Z test_batch_updating_parameter_server (__main__.TensorPipeParameterServerTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9949 2022-05-18T05:25:33.8732380Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9950 2022-05-18T05:25:33.8849450Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9951 2022-05-18T05:25:33.8959200Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9952 2022-05-18T05:25:35.5072610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_jq73zko 2022-05-18T05:25:35.5147380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_jq73zko/_remote_module_non_scriptable.py 2022-05-18T05:25:35.5290120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnn1r87hn 2022-05-18T05:25:35.5302670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnn1r87hn/_remote_module_non_scriptable.py 2022-05-18T05:25:35.5449820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9yas5of2 2022-05-18T05:25:35.5482030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9yas5of2/_remote_module_non_scriptable.py 2022-05-18T05:25:35.5655770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd4g4jn7q 2022-05-18T05:25:35.5685070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd4g4jn7q/_remote_module_non_scriptable.py 2022-05-18T05:25:36.1301560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:25:36.1335910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:25:36.1506960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:25:36.1716440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:25:36.5061470Z 05:25:36 worker3 processing one batch 2022-05-18T05:25:36.5061780Z 05:25:36 worker3 reporting grads 2022-05-18T05:25:36.5062080Z 05:25:36 worker3 got updated model 2022-05-18T05:25:36.5062320Z 05:25:36 worker3 processing one batch 2022-05-18T05:25:36.5062550Z 05:25:36 worker3 reporting grads 2022-05-18T05:25:36.5062780Z 05:25:36 worker3 got updated model 2022-05-18T05:25:36.5063010Z 05:25:36 worker3 processing one batch 2022-05-18T05:25:36.5063230Z 05:25:36 worker3 reporting grads 2022-05-18T05:25:36.5063450Z 05:25:36 worker3 got updated model 2022-05-18T05:25:36.5063700Z 05:25:36 worker3 processing one batch 2022-05-18T05:25:36.5063940Z 05:25:36 worker3 reporting grads 2022-05-18T05:25:36.5064160Z 05:25:36 worker3 got updated model 2022-05-18T05:25:36.5810210Z 05:25:36 Start training 2022-05-18T05:25:36.5910770Z 05:25:36 PS got 0/3 updates 2022-05-18T05:25:36.6011900Z 05:25:36 PS got 1/3 updates 2022-05-18T05:25:36.6113530Z 05:25:36 PS got 2/3 updates 2022-05-18T05:25:36.6214790Z 05:25:36 PS updated model 2022-05-18T05:25:36.6315840Z 05:25:36 PS got 0/3 updates 2022-05-18T05:25:36.6390810Z 05:25:36 PS got 1/3 updates 2022-05-18T05:25:36.6491850Z 05:25:36 PS got 2/3 updates 2022-05-18T05:25:36.6592860Z 05:25:36 PS updated model 2022-05-18T05:25:36.6693950Z 05:25:36 PS got 0/3 updates 2022-05-18T05:25:36.6793110Z 05:25:36 PS got 1/3 updates 2022-05-18T05:25:36.6894240Z 05:25:36 PS got 2/3 updates 2022-05-18T05:25:36.6995110Z 05:25:36 PS updated model 2022-05-18T05:25:36.6995470Z 05:25:36 PS got 0/3 updates 2022-05-18T05:25:36.7096460Z 05:25:36 PS got 1/3 updates 2022-05-18T05:25:36.7197820Z 05:25:36 PS got 2/3 updates 2022-05-18T05:25:36.7280260Z 05:25:36 PS updated model 2022-05-18T05:25:36.7299310Z 05:25:36 Finish training 2022-05-18T05:25:36.7400160Z 05:25:36 Time spent training: 0.06780124399999998s 2022-05-18T05:25:36.7400560Z 05:25:36 worker2 processing one batch 2022-05-18T05:25:36.7501230Z 05:25:36 worker2 reporting grads 2022-05-18T05:25:36.7602170Z 05:25:36 worker2 got updated model 2022-05-18T05:25:36.7703530Z 05:25:36 worker2 processing one batch 2022-05-18T05:25:36.7703840Z 05:25:36 worker2 reporting grads 2022-05-18T05:25:36.7704070Z 05:25:36 worker2 got updated model 2022-05-18T05:25:36.7704370Z 05:25:36 worker2 processing one batch 2022-05-18T05:25:36.7804210Z 05:25:36 worker2 reporting grads 2022-05-18T05:25:36.7859500Z 05:25:36 worker2 got updated model 2022-05-18T05:25:36.7905800Z 05:25:36 worker2 processing one batch 2022-05-18T05:25:36.8006230Z 05:25:36 worker2 reporting grads 2022-05-18T05:25:36.8064240Z 05:25:36 worker2 got updated model 2022-05-18T05:25:36.8112520Z 05:25:36 worker1 processing one batch 2022-05-18T05:25:36.8166050Z 05:25:36 worker1 reporting grads 2022-05-18T05:25:36.8204310Z 05:25:36 worker1 got updated model 2022-05-18T05:25:36.8204900Z 05:25:36 worker1 processing one batch 2022-05-18T05:25:36.8205380Z 05:25:36 worker1 reporting grads 2022-05-18T05:25:36.8205870Z 05:25:36 worker1 got updated model 2022-05-18T05:25:36.8206390Z 05:25:36 worker1 processing one batch 2022-05-18T05:25:36.8206870Z 05:25:36 worker1 reporting grads 2022-05-18T05:25:36.8207340Z 05:25:36 worker1 got updated model 2022-05-18T05:25:36.8207830Z 05:25:36 worker1 processing one batch 2022-05-18T05:25:36.8208310Z 05:25:36 worker1 reporting grads 2022-05-18T05:25:36.8208770Z 05:25:36 worker1 got updated model 2022-05-18T05:25:37.0169450Z ok (3.589s) 2022-05-18T05:25:37.0252230Z 2022-05-18T05:25:37.0253120Z ---------------------------------------------------------------------- 2022-05-18T05:25:37.0253710Z Ran 1 test in 3.590s 2022-05-18T05:25:37.0254030Z 2022-05-18T05:25:37.0254280Z OK 2022-05-18T05:25:37.0254910Z 2022-05-18T05:25:37.0255280Z Generating XML reports... 2022-05-18T05:25:37.0256880Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeParameterServerTest-20220518052533.xml 2022-05-18T05:25:38.4847880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsu2oy9n7 2022-05-18T05:25:38.4851330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsu2oy9n7/_remote_module_non_scriptable.py 2022-05-18T05:25:38.9401280Z 2022-05-18T05:25:38.9402060Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:25:38.9402430Z Running tests... 2022-05-18T05:25:38.9402820Z ---------------------------------------------------------------------- 2022-05-18T05:25:39.3719910Z test_rl_rpc (__main__.TensorPipeReinforcementLearningRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9961 2022-05-18T05:25:39.3812330Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9962 2022-05-18T05:25:39.3991450Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9963 2022-05-18T05:25:39.4131270Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9964 2022-05-18T05:25:41.0027230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpirwvmabo 2022-05-18T05:25:41.0036170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpirwvmabo/_remote_module_non_scriptable.py 2022-05-18T05:25:41.0235870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpetub8g66 2022-05-18T05:25:41.0317180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpetub8g66/_remote_module_non_scriptable.py 2022-05-18T05:25:41.0376700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9ylhoz3c 2022-05-18T05:25:41.0422230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9ylhoz3c/_remote_module_non_scriptable.py 2022-05-18T05:25:41.0522880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd1bmrts6 2022-05-18T05:25:41.0567820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd1bmrts6/_remote_module_non_scriptable.py 2022-05-18T05:25:41.6324770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:25:41.6351230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:25:41.6402390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:25:41.6587110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:25:42.4247990Z Solved! Running reward is now 489.8051609821906! 2022-05-18T05:25:42.7593510Z ok (3.819s) 2022-05-18T05:25:42.7667170Z 2022-05-18T05:25:42.7667920Z ---------------------------------------------------------------------- 2022-05-18T05:25:42.7668310Z Ran 1 test in 3.820s 2022-05-18T05:25:42.7668470Z 2022-05-18T05:25:42.7668540Z OK 2022-05-18T05:25:42.7676170Z 2022-05-18T05:25:42.7676320Z Generating XML reports... 2022-05-18T05:25:42.7677040Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeReinforcementLearningRpcTest-20220518052538.xml 2022-05-18T05:25:44.1875710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpglhcig7_ 2022-05-18T05:25:44.1879160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpglhcig7_/_remote_module_non_scriptable.py 2022-05-18T05:25:44.6422990Z 2022-05-18T05:25:44.6423290Z Running tests... 2022-05-18T05:25:44.6423910Z ---------------------------------------------------------------------- 2022-05-18T05:25:44.6424440Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:25:45.0704290Z test_bad_module (__main__.TensorPipeRemoteModuleTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9972 2022-05-18T05:25:45.0782990Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9973 2022-05-18T05:25:46.2517530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv_ttrqsh 2022-05-18T05:25:46.2520800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv_ttrqsh/_remote_module_non_scriptable.py 2022-05-18T05:25:46.2604620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxphvurlf 2022-05-18T05:25:46.2607750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxphvurlf/_remote_module_non_scriptable.py 2022-05-18T05:25:46.6982400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:25:46.7136290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:25:46.8082920Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:25:46.8084360Z ValueError("Expect `module_cls(*args, **kwargs)` returns an instance of , but it returns an instance of .") 2022-05-18T05:25:46.8085250Z Traceback (most recent call last): 2022-05-18T05:25:46.8086180Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:25:46.8086940Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:25:46.8089160Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/nn/api/remote_module.py", line 85, in _create_module 2022-05-18T05:25:46.8090550Z raise ValueError( 2022-05-18T05:25:46.8091560Z ValueError: Expect `module_cls(*args, **kwargs)` returns an instance of , but it returns an instance of . 2022-05-18T05:25:46.8092240Z 2022-05-18T05:25:46.8092610Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:25:46.8094900Z ValueError('On WorkerInfo(id=1, name=worker1):\nValueError("Expect `module_cls(*args, **kwargs)` returns an instance of , but it returns an instance of .")\nTraceback (most recent call last):\n File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function\n result = python_udf.func(*python_udf.args, **python_udf.kwargs)\n File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/nn/api/remote_module.py", line 85, in _create_module\n raise ValueError(\nValueError: Expect `module_cls(*args, **kwargs)` returns an instance of , but it returns an instance of .\n') 2022-05-18T05:25:46.8096450Z Traceback (most recent call last): 2022-05-18T05:25:46.8097330Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:25:46.8098090Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:25:46.8099240Z File "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpglhcig7_/_remote_module_non_scriptable.py", line 47, in _remote_forward 2022-05-18T05:25:46.8099990Z module = module_rref.local_value() 2022-05-18T05:25:46.8100880Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 220, in _handle_exception 2022-05-18T05:25:46.8101810Z raise result.exception_type(result.msg.encode("utf-8").decode("unicode_escape")) 2022-05-18T05:25:46.8102490Z ValueError: On WorkerInfo(id=1, name=worker1): 2022-05-18T05:25:46.8103520Z ValueError("Expect `module_cls(*args, **kwargs)` returns an instance of , but it returns an instance of .") 2022-05-18T05:25:46.8104310Z Traceback (most recent call last): 2022-05-18T05:25:46.8105560Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:25:46.8106310Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:25:46.8107240Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/nn/api/remote_module.py", line 85, in _create_module 2022-05-18T05:25:46.8107920Z raise ValueError( 2022-05-18T05:25:46.8108900Z ValueError: Expect `module_cls(*args, **kwargs)` returns an instance of , but it returns an instance of . 2022-05-18T05:25:46.8109600Z 2022-05-18T05:25:46.8109860Z 2022-05-18T05:25:46.8110230Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:25:46.8111220Z ValueError("Expect `module_cls(*args, **kwargs)` returns an instance of , but it returns an instance of .") 2022-05-18T05:25:46.8112010Z Traceback (most recent call last): 2022-05-18T05:25:46.8112870Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:25:46.8113620Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:25:46.8114540Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/nn/api/remote_module.py", line 85, in _create_module 2022-05-18T05:25:46.8115230Z raise ValueError( 2022-05-18T05:25:46.8116870Z ValueError: Expect `module_cls(*args, **kwargs)` returns an instance of , but it returns an instance of . 2022-05-18T05:25:46.8117540Z 2022-05-18T05:25:46.8118070Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:25:46.8120330Z ValueError('On WorkerInfo(id=1, name=worker1):\nValueError("Expect `module_cls(*args, **kwargs)` returns an instance of , but it returns an instance of .")\nTraceback (most recent call last):\n File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function\n result = python_udf.func(*python_udf.args, **python_udf.kwargs)\n File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/nn/api/remote_module.py", line 85, in _create_module\n raise ValueError(\nValueError: Expect `module_cls(*args, **kwargs)` returns an instance of , but it returns an instance of .\n') 2022-05-18T05:25:46.8121850Z Traceback (most recent call last): 2022-05-18T05:25:46.8123640Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:25:46.8124390Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:25:46.8125110Z File "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpglhcig7_/_remote_module_non_scriptable.py", line 47, in _remote_forward 2022-05-18T05:25:46.8126200Z module = module_rref.local_value() 2022-05-18T05:25:46.8127190Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 220, in _handle_exception 2022-05-18T05:25:46.8128110Z raise result.exception_type(result.msg.encode("utf-8").decode("unicode_escape")) 2022-05-18T05:25:46.8128810Z ValueError: On WorkerInfo(id=1, name=worker1): 2022-05-18T05:25:46.8129830Z ValueError("Expect `module_cls(*args, **kwargs)` returns an instance of , but it returns an instance of .") 2022-05-18T05:25:46.8130630Z Traceback (most recent call last): 2022-05-18T05:25:46.8131490Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:25:46.8132240Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:25:46.8133160Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/nn/api/remote_module.py", line 85, in _create_module 2022-05-18T05:25:46.8133840Z raise ValueError( 2022-05-18T05:25:46.8134830Z ValueError: Expect `module_cls(*args, **kwargs)` returns an instance of , but it returns an instance of . 2022-05-18T05:25:46.8135510Z 2022-05-18T05:25:46.8135760Z 2022-05-18T05:25:47.0257600Z ok (2.383s) 2022-05-18T05:25:47.0340450Z 2022-05-18T05:25:47.0341230Z ---------------------------------------------------------------------- 2022-05-18T05:25:47.0341610Z Ran 1 test in 2.384s 2022-05-18T05:25:47.0341740Z 2022-05-18T05:25:47.0341810Z OK 2022-05-18T05:25:47.0341910Z 2022-05-18T05:25:47.0342000Z Generating XML reports... 2022-05-18T05:25:47.0342630Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRemoteModuleTest-20220518052544.xml 2022-05-18T05:25:48.4923920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwl5l6qrh 2022-05-18T05:25:48.4929960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwl5l6qrh/_remote_module_non_scriptable.py 2022-05-18T05:25:48.9578090Z 2022-05-18T05:25:48.9579610Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:25:48.9580000Z Running tests... 2022-05-18T05:25:48.9580400Z ---------------------------------------------------------------------- 2022-05-18T05:25:49.3914020Z test_forward_async (__main__.TensorPipeRemoteModuleTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9980 2022-05-18T05:25:49.3980490Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9981 2022-05-18T05:25:50.5752460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf8xjeul8 2022-05-18T05:25:50.5753420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpchn06uub 2022-05-18T05:25:50.5756460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpchn06uub/_remote_module_non_scriptable.py 2022-05-18T05:25:50.5757990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf8xjeul8/_remote_module_non_scriptable.py 2022-05-18T05:25:51.0194490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:25:51.0195250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:25:51.0661180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf8xjeul8/_remote_module___torch___torch_testing__internal_distributed_nn_api_remote_module_test_MyModuleInterface.py 2022-05-18T05:25:51.0664260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpchn06uub/_remote_module___torch___torch_testing__internal_distributed_nn_api_remote_module_test_MyModuleInterface.py 2022-05-18T05:25:51.0731120Z INFO:torch.distributed.nn.jit.instantiator:Skipped writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpchn06uub/_remote_module___torch___torch_testing__internal_distributed_nn_api_remote_module_test_MyModuleInterface.py 2022-05-18T05:25:51.5931590Z ok (2.635s) 2022-05-18T05:25:51.6004380Z 2022-05-18T05:25:51.6005280Z ---------------------------------------------------------------------- 2022-05-18T05:25:51.6005620Z Ran 1 test in 2.636s 2022-05-18T05:25:51.6005770Z 2022-05-18T05:25:51.6005830Z OK 2022-05-18T05:25:51.6005940Z 2022-05-18T05:25:51.6006040Z Generating XML reports... 2022-05-18T05:25:51.6006820Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRemoteModuleTest-20220518052548.xml 2022-05-18T05:25:53.0374020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwemh7gyy 2022-05-18T05:25:53.0377150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwemh7gyy/_remote_module_non_scriptable.py 2022-05-18T05:25:53.4956280Z 2022-05-18T05:25:53.4957080Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:25:53.4958600Z Running tests... 2022-05-18T05:25:53.4959110Z ---------------------------------------------------------------------- 2022-05-18T05:25:53.9265450Z test_forward_async_script (__main__.TensorPipeRemoteModuleTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9987 2022-05-18T05:25:53.9357940Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9988 2022-05-18T05:25:55.1121070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpscgfr5s7 2022-05-18T05:25:55.1124330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpscgfr5s7/_remote_module_non_scriptable.py 2022-05-18T05:25:55.1285630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ziall3w 2022-05-18T05:25:55.1290460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ziall3w/_remote_module_non_scriptable.py 2022-05-18T05:25:55.5552160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:25:55.5807760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:25:55.6491580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpscgfr5s7/_remote_module___torch___torch_testing__internal_distributed_nn_api_remote_module_test_MyModuleInterface.py 2022-05-18T05:25:55.6492970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ziall3w/_remote_module___torch___torch_testing__internal_distributed_nn_api_remote_module_test_MyModuleInterface.py 2022-05-18T05:25:55.6562450Z INFO:torch.distributed.nn.jit.instantiator:Skipped writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ziall3w/_remote_module___torch___torch_testing__internal_distributed_nn_api_remote_module_test_MyModuleInterface.py 2022-05-18T05:25:56.1841820Z ok (2.688s) 2022-05-18T05:25:56.1914300Z 2022-05-18T05:25:56.1915300Z ---------------------------------------------------------------------- 2022-05-18T05:25:56.1915630Z Ran 1 test in 2.689s 2022-05-18T05:25:56.1915780Z 2022-05-18T05:25:56.1915860Z OK 2022-05-18T05:25:56.1915960Z 2022-05-18T05:25:56.1916060Z Generating XML reports... 2022-05-18T05:25:56.1917100Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRemoteModuleTest-20220518052553.xml 2022-05-18T05:25:57.6423920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnughbpro 2022-05-18T05:25:57.6428130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnughbpro/_remote_module_non_scriptable.py 2022-05-18T05:25:58.0928520Z 2022-05-18T05:25:58.0929320Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:25:58.0929690Z Running tests... 2022-05-18T05:25:58.0930090Z ---------------------------------------------------------------------- 2022-05-18T05:25:58.5209120Z test_forward_sync (__main__.TensorPipeRemoteModuleTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9995 2022-05-18T05:25:58.5279390Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9996 2022-05-18T05:25:59.7002040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd0tjvi90 2022-05-18T05:25:59.7003210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbgfodl2d 2022-05-18T05:25:59.7005320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbgfodl2d/_remote_module_non_scriptable.py 2022-05-18T05:25:59.7007000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd0tjvi90/_remote_module_non_scriptable.py 2022-05-18T05:26:00.1473620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:00.1474460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:26:00.2268880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbgfodl2d/_remote_module___torch___torch_testing__internal_distributed_nn_api_remote_module_test_MyModuleInterface.py 2022-05-18T05:26:00.2271550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd0tjvi90/_remote_module___torch___torch_testing__internal_distributed_nn_api_remote_module_test_MyModuleInterface.py 2022-05-18T05:26:00.2339060Z INFO:torch.distributed.nn.jit.instantiator:Skipped writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd0tjvi90/_remote_module___torch___torch_testing__internal_distributed_nn_api_remote_module_test_MyModuleInterface.py 2022-05-18T05:26:00.7593940Z ok (2.666s) 2022-05-18T05:26:00.7672000Z 2022-05-18T05:26:00.7672740Z ---------------------------------------------------------------------- 2022-05-18T05:26:00.7673100Z Ran 1 test in 2.667s 2022-05-18T05:26:00.7673240Z 2022-05-18T05:26:00.7673300Z OK 2022-05-18T05:26:00.7673410Z 2022-05-18T05:26:00.7673510Z Generating XML reports... 2022-05-18T05:26:00.7674160Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRemoteModuleTest-20220518052558.xml 2022-05-18T05:26:02.1970880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv3xz8luz 2022-05-18T05:26:02.1974130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv3xz8luz/_remote_module_non_scriptable.py 2022-05-18T05:26:02.6573070Z 2022-05-18T05:26:02.6573410Z Running tests... 2022-05-18T05:26:02.6574140Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:26:03.0880520Z ---------------------------------------------------------------------- 2022-05-18T05:26:03.0881070Z test_forward_sync_script (__main__.TensorPipeRemoteModuleTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10002 2022-05-18T05:26:03.0975250Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10003 2022-05-18T05:26:04.2771400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz8xoecup 2022-05-18T05:26:04.2774590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu4xcf3wo 2022-05-18T05:26:04.2775730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz8xoecup/_remote_module_non_scriptable.py 2022-05-18T05:26:04.2779810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu4xcf3wo/_remote_module_non_scriptable.py 2022-05-18T05:26:04.7241150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:26:04.7277930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:04.7710860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu4xcf3wo/_remote_module___torch___torch_testing__internal_distributed_nn_api_remote_module_test_MyModuleInterface.py 2022-05-18T05:26:04.7714850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz8xoecup/_remote_module___torch___torch_testing__internal_distributed_nn_api_remote_module_test_MyModuleInterface.py 2022-05-18T05:26:04.7781040Z INFO:torch.distributed.nn.jit.instantiator:Skipped writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz8xoecup/_remote_module___torch___torch_testing__internal_distributed_nn_api_remote_module_test_MyModuleInterface.py 2022-05-18T05:26:05.2585020Z ok (2.601s) 2022-05-18T05:26:05.2665620Z 2022-05-18T05:26:05.2666450Z ---------------------------------------------------------------------- 2022-05-18T05:26:05.2666820Z Ran 1 test in 2.602s 2022-05-18T05:26:05.2666960Z 2022-05-18T05:26:05.2667020Z OK 2022-05-18T05:26:05.2667130Z 2022-05-18T05:26:05.2667260Z Generating XML reports... 2022-05-18T05:26:05.2667880Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRemoteModuleTest-20220518052602.xml 2022-05-18T05:26:06.6834250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkjihjh8w 2022-05-18T05:26:06.6837350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkjihjh8w/_remote_module_non_scriptable.py 2022-05-18T05:26:07.1374160Z 2022-05-18T05:26:07.1374960Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:26:07.1375330Z Running tests... 2022-05-18T05:26:07.1375730Z ---------------------------------------------------------------------- 2022-05-18T05:26:07.5881220Z test_forward_with_kwargs (__main__.TensorPipeRemoteModuleTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10010 2022-05-18T05:26:07.5975420Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10011 2022-05-18T05:26:08.7662180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_eafkzr2 2022-05-18T05:26:08.7665440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_eafkzr2/_remote_module_non_scriptable.py 2022-05-18T05:26:08.7759860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm368c4ab 2022-05-18T05:26:08.7763490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm368c4ab/_remote_module_non_scriptable.py 2022-05-18T05:26:09.2150620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:26:09.2152090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:09.5924960Z ok (2.455s) 2022-05-18T05:26:09.6003950Z 2022-05-18T05:26:09.6004640Z ---------------------------------------------------------------------- 2022-05-18T05:26:09.6005000Z Ran 1 test in 2.455s 2022-05-18T05:26:09.6005130Z 2022-05-18T05:26:09.6005200Z OK 2022-05-18T05:26:09.6005300Z 2022-05-18T05:26:09.6005430Z Generating XML reports... 2022-05-18T05:26:09.6006050Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRemoteModuleTest-20220518052607.xml 2022-05-18T05:26:11.0270230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuffpop46 2022-05-18T05:26:11.0273380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuffpop46/_remote_module_non_scriptable.py 2022-05-18T05:26:11.4842810Z 2022-05-18T05:26:11.4843130Z Running tests... 2022-05-18T05:26:11.4843800Z ---------------------------------------------------------------------- 2022-05-18T05:26:11.4844350Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:26:11.9135390Z test_get_module_rref (__main__.TensorPipeRemoteModuleTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10017 2022-05-18T05:26:11.9201020Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10018 2022-05-18T05:26:13.1061150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4s3zadlm 2022-05-18T05:26:13.1062650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiig6k_xs 2022-05-18T05:26:13.1064700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiig6k_xs/_remote_module_non_scriptable.py 2022-05-18T05:26:13.1065620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4s3zadlm/_remote_module_non_scriptable.py 2022-05-18T05:26:13.5508210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:13.5526560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:26:14.1342820Z ok (2.649s) 2022-05-18T05:26:14.1416800Z 2022-05-18T05:26:14.1417680Z ---------------------------------------------------------------------- 2022-05-18T05:26:14.1418090Z Ran 1 test in 2.650s 2022-05-18T05:26:14.1418220Z 2022-05-18T05:26:14.1418290Z OK 2022-05-18T05:26:14.1418400Z 2022-05-18T05:26:14.1418500Z Generating XML reports... 2022-05-18T05:26:14.1419130Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRemoteModuleTest-20220518052611.xml 2022-05-18T05:26:15.5762030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppuwts9wt 2022-05-18T05:26:15.5765890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppuwts9wt/_remote_module_non_scriptable.py 2022-05-18T05:26:16.0305280Z 2022-05-18T05:26:16.0306240Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:26:16.0306640Z Running tests... 2022-05-18T05:26:16.0307040Z ---------------------------------------------------------------------- 2022-05-18T05:26:16.4646980Z test_remote_module_py_pickle_not_supported (__main__.TensorPipeRemoteModuleTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10024 2022-05-18T05:26:16.4738700Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10025 2022-05-18T05:26:17.6952850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb8y08lze 2022-05-18T05:26:17.6958900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb8y08lze/_remote_module_non_scriptable.py 2022-05-18T05:26:17.6963530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyocg3nrp 2022-05-18T05:26:17.6967650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyocg3nrp/_remote_module_non_scriptable.py 2022-05-18T05:26:18.1483620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:18.1593650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:26:18.7149120Z ok (2.684s) 2022-05-18T05:26:18.7222770Z 2022-05-18T05:26:18.7223620Z ---------------------------------------------------------------------- 2022-05-18T05:26:18.7223970Z Ran 1 test in 2.685s 2022-05-18T05:26:18.7224100Z 2022-05-18T05:26:18.7224170Z OK 2022-05-18T05:26:18.7224300Z 2022-05-18T05:26:18.7224400Z Generating XML reports... 2022-05-18T05:26:18.7225030Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRemoteModuleTest-20220518052616.xml 2022-05-18T05:26:20.1660970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp53raeftu 2022-05-18T05:26:20.1664120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp53raeftu/_remote_module_non_scriptable.py 2022-05-18T05:26:20.6255810Z 2022-05-18T05:26:20.6256140Z Running tests... 2022-05-18T05:26:20.6256780Z ---------------------------------------------------------------------- 2022-05-18T05:26:20.6257300Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:26:21.0577510Z test_remote_module_py_pickle_not_supported_script (__main__.TensorPipeRemoteModuleTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10032 2022-05-18T05:26:21.0655280Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10033 2022-05-18T05:26:22.2565820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf7xhy3zz 2022-05-18T05:26:22.2567210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmlbd6f07 2022-05-18T05:26:22.2569620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmlbd6f07/_remote_module_non_scriptable.py 2022-05-18T05:26:22.2570400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf7xhy3zz/_remote_module_non_scriptable.py 2022-05-18T05:26:22.7103360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:26:22.7104660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:22.7315550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmlbd6f07/_remote_module___torch___torch_testing__internal_distributed_nn_api_remote_module_test_MyModuleInterface.py 2022-05-18T05:26:22.7316690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf7xhy3zz/_remote_module___torch___torch_testing__internal_distributed_nn_api_remote_module_test_MyModuleInterface.py 2022-05-18T05:26:22.7381660Z INFO:torch.distributed.nn.jit.instantiator:Skipped writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf7xhy3zz/_remote_module___torch___torch_testing__internal_distributed_nn_api_remote_module_test_MyModuleInterface.py 2022-05-18T05:26:23.2586150Z ok (2.633s) 2022-05-18T05:26:23.2667550Z 2022-05-18T05:26:23.2668280Z ---------------------------------------------------------------------- 2022-05-18T05:26:23.2669040Z Ran 1 test in 2.633s 2022-05-18T05:26:23.2669220Z 2022-05-18T05:26:23.2669290Z OK 2022-05-18T05:26:23.2669400Z 2022-05-18T05:26:23.2669500Z Generating XML reports... 2022-05-18T05:26:23.2670160Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRemoteModuleTest-20220518052620.xml 2022-05-18T05:26:24.6997920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpywv73fa6 2022-05-18T05:26:24.7001120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpywv73fa6/_remote_module_non_scriptable.py 2022-05-18T05:26:25.1690440Z 2022-05-18T05:26:25.1691180Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:26:25.1691600Z Running tests... 2022-05-18T05:26:25.1691990Z ---------------------------------------------------------------------- 2022-05-18T05:26:25.6056290Z test_remote_parameters (__main__.TensorPipeRemoteModuleTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10039 2022-05-18T05:26:25.6123260Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10040 2022-05-18T05:26:26.8071190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxbzoj1o_ 2022-05-18T05:26:26.8074380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxbzoj1o_/_remote_module_non_scriptable.py 2022-05-18T05:26:26.8094940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6cji8hq7 2022-05-18T05:26:26.8098540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6cji8hq7/_remote_module_non_scriptable.py 2022-05-18T05:26:27.2557780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:27.2717240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:26:27.7588150Z ok (2.589s) 2022-05-18T05:26:27.7662060Z 2022-05-18T05:26:27.7662850Z ---------------------------------------------------------------------- 2022-05-18T05:26:27.7663190Z Ran 1 test in 2.590s 2022-05-18T05:26:27.7663770Z 2022-05-18T05:26:27.7663840Z OK 2022-05-18T05:26:27.7663950Z 2022-05-18T05:26:27.7664050Z Generating XML reports... 2022-05-18T05:26:27.7664700Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRemoteModuleTest-20220518052625.xml 2022-05-18T05:26:29.2148080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn_yyzryn 2022-05-18T05:26:29.2151690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn_yyzryn/_remote_module_non_scriptable.py 2022-05-18T05:26:29.6869860Z 2022-05-18T05:26:29.6870680Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:26:29.6871060Z Running tests... 2022-05-18T05:26:29.6871460Z ---------------------------------------------------------------------- 2022-05-18T05:26:30.1293410Z test_send_remote_module_with_a_new_attribute_not_pickled_over_the_wire (__main__.TensorPipeRemoteModuleTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10047 2022-05-18T05:26:30.1362370Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10048 2022-05-18T05:26:31.3388270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd698jv47 2022-05-18T05:26:31.3389440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9nq30pv9 2022-05-18T05:26:31.3392210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd698jv47/_remote_module_non_scriptable.py 2022-05-18T05:26:31.3394240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9nq30pv9/_remote_module_non_scriptable.py 2022-05-18T05:26:31.7907910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:31.7984450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:26:32.0074870Z The new attribute ``new_attr`` of RemoteModule is ignored during RPC pickling. To pickle this attribute, please add it to ``_REMOTE_MODULE_PICKLED_ATTRIBUTES``. Otherwise, please explicitly add it to ``_REMOTE_MODULE_ATTRIBUTES_IGNORE_FOR_PICKLING``. 2022-05-18T05:26:32.3822330Z ok (2.695s) 2022-05-18T05:26:32.3899060Z 2022-05-18T05:26:32.3899750Z ---------------------------------------------------------------------- 2022-05-18T05:26:32.3900090Z Ran 1 test in 2.696s 2022-05-18T05:26:32.3900250Z 2022-05-18T05:26:32.3900300Z OK 2022-05-18T05:26:32.3900410Z 2022-05-18T05:26:32.3900510Z Generating XML reports... 2022-05-18T05:26:32.3901130Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRemoteModuleTest-20220518052629.xml 2022-05-18T05:26:33.8205190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8pr8azbn 2022-05-18T05:26:33.8208500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8pr8azbn/_remote_module_non_scriptable.py 2022-05-18T05:26:34.2832170Z 2022-05-18T05:26:34.2832970Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:26:34.2833350Z Running tests... 2022-05-18T05:26:34.2833740Z ---------------------------------------------------------------------- 2022-05-18T05:26:34.7148230Z test_train_eval (__main__.TensorPipeRemoteModuleTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10054 2022-05-18T05:26:34.7243240Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10055 2022-05-18T05:26:35.9037260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsr4hrbcy 2022-05-18T05:26:35.9040420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsr4hrbcy/_remote_module_non_scriptable.py 2022-05-18T05:26:35.9245310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpipg2h0tv 2022-05-18T05:26:35.9248550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpipg2h0tv/_remote_module_non_scriptable.py 2022-05-18T05:26:36.3462200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:36.3750130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:26:36.7958550Z ok (2.512s) 2022-05-18T05:26:36.8031450Z 2022-05-18T05:26:36.8032280Z ---------------------------------------------------------------------- 2022-05-18T05:26:36.8032610Z Ran 1 test in 2.513s 2022-05-18T05:26:36.8032790Z 2022-05-18T05:26:36.8032860Z OK 2022-05-18T05:26:36.8032960Z 2022-05-18T05:26:36.8033060Z Generating XML reports... 2022-05-18T05:26:36.8033680Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRemoteModuleTest-20220518052634.xml 2022-05-18T05:26:38.2612310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgxdzp4rx 2022-05-18T05:26:38.2615720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgxdzp4rx/_remote_module_non_scriptable.py 2022-05-18T05:26:38.7266910Z 2022-05-18T05:26:38.7267770Z Running tests... 2022-05-18T05:26:38.7268460Z ---------------------------------------------------------------------- 2022-05-18T05:26:38.7268990Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:26:39.1716090Z test_unsupported_methods (__main__.TensorPipeRemoteModuleTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10062 2022-05-18T05:26:39.1816600Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10063 2022-05-18T05:26:40.3745710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6su3h9ze 2022-05-18T05:26:40.3746690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpivw70ebo 2022-05-18T05:26:40.3749200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6su3h9ze/_remote_module_non_scriptable.py 2022-05-18T05:26:40.3751010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpivw70ebo/_remote_module_non_scriptable.py 2022-05-18T05:26:40.8253900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:40.8283210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:26:41.3446810Z ok (2.618s) 2022-05-18T05:26:41.3523460Z 2022-05-18T05:26:41.3524450Z ---------------------------------------------------------------------- 2022-05-18T05:26:41.3524810Z Ran 1 test in 2.618s 2022-05-18T05:26:41.3524950Z 2022-05-18T05:26:41.3525010Z OK 2022-05-18T05:26:41.3525120Z 2022-05-18T05:26:41.3525220Z Generating XML reports... 2022-05-18T05:26:41.3525850Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRemoteModuleTest-20220518052638.xml 2022-05-18T05:26:42.7940280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr2nj4wge 2022-05-18T05:26:42.7943650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr2nj4wge/_remote_module_non_scriptable.py 2022-05-18T05:26:43.2504900Z 2022-05-18T05:26:43.2506390Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:26:43.2506790Z Running tests... 2022-05-18T05:26:43.2507190Z ---------------------------------------------------------------------- 2022-05-18T05:26:43.6855290Z test_add (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10069 2022-05-18T05:26:43.6926510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10070 2022-05-18T05:26:43.7084900Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10071 2022-05-18T05:26:43.7188330Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10072 2022-05-18T05:26:45.3327050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprq8ore89 2022-05-18T05:26:45.3345610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprq8ore89/_remote_module_non_scriptable.py 2022-05-18T05:26:45.3860950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx_xr1qp3 2022-05-18T05:26:45.3897740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx_xr1qp3/_remote_module_non_scriptable.py 2022-05-18T05:26:45.3978820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpioqv8929 2022-05-18T05:26:45.4020230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpist2lu7v 2022-05-18T05:26:45.4104170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpioqv8929/_remote_module_non_scriptable.py 2022-05-18T05:26:45.4181250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpist2lu7v/_remote_module_non_scriptable.py 2022-05-18T05:26:45.9409550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:26:45.9807940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:26:45.9840820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:26:45.9842910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:46.7589060Z ok (3.508s) 2022-05-18T05:26:46.7664810Z 2022-05-18T05:26:46.7665790Z ---------------------------------------------------------------------- 2022-05-18T05:26:46.7666140Z Ran 1 test in 3.509s 2022-05-18T05:26:46.7666260Z 2022-05-18T05:26:46.7666330Z OK 2022-05-18T05:26:46.7666430Z 2022-05-18T05:26:46.7666530Z Generating XML reports... 2022-05-18T05:26:46.7667130Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052643.xml 2022-05-18T05:26:48.2291230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpznea3w7_ 2022-05-18T05:26:48.2294740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpznea3w7_/_remote_module_non_scriptable.py 2022-05-18T05:26:48.6967770Z 2022-05-18T05:26:48.6968600Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:26:48.6968970Z Running tests... 2022-05-18T05:26:48.6970100Z ---------------------------------------------------------------------- 2022-05-18T05:26:49.1307140Z test_add_done_callback (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10081 2022-05-18T05:26:49.1472290Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10082 2022-05-18T05:26:49.1589500Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10083 2022-05-18T05:26:49.1711910Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10084 2022-05-18T05:26:50.7835870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfe9l6dqc 2022-05-18T05:26:50.7848710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfe9l6dqc/_remote_module_non_scriptable.py 2022-05-18T05:26:50.8144460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0mk0bzgo 2022-05-18T05:26:50.8167790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0mk0bzgo/_remote_module_non_scriptable.py 2022-05-18T05:26:50.8365520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdeyf54ai 2022-05-18T05:26:50.8444660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdeyf54ai/_remote_module_non_scriptable.py 2022-05-18T05:26:50.8475960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ileq6q4 2022-05-18T05:26:50.8571410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ileq6q4/_remote_module_non_scriptable.py 2022-05-18T05:26:51.3789980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:51.4228830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:26:51.4334640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:26:51.4359370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:26:52.0089050Z ok (3.312s) 2022-05-18T05:26:52.0163220Z 2022-05-18T05:26:52.0163920Z ---------------------------------------------------------------------- 2022-05-18T05:26:52.0164240Z Ran 1 test in 3.312s 2022-05-18T05:26:52.0164390Z 2022-05-18T05:26:52.0164460Z OK 2022-05-18T05:26:52.0164560Z 2022-05-18T05:26:52.0164670Z Generating XML reports... 2022-05-18T05:26:52.0165260Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052648.xml 2022-05-18T05:26:53.4540830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt2ecak5m 2022-05-18T05:26:53.4544090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt2ecak5m/_remote_module_non_scriptable.py 2022-05-18T05:26:53.9181110Z 2022-05-18T05:26:53.9181880Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:26:53.9183730Z Running tests... 2022-05-18T05:26:53.9184230Z ---------------------------------------------------------------------- 2022-05-18T05:26:54.3540090Z test_add_with_id (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10092 2022-05-18T05:26:54.3619550Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10093 2022-05-18T05:26:54.3743730Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10094 2022-05-18T05:26:54.3870320Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10095 2022-05-18T05:26:56.0033940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4gwx9gz1 2022-05-18T05:26:56.0112480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4gwx9gz1/_remote_module_non_scriptable.py 2022-05-18T05:26:56.0320480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7z2m3kme 2022-05-18T05:26:56.0339480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7z2m3kme/_remote_module_non_scriptable.py 2022-05-18T05:26:56.0435930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk58kful_ 2022-05-18T05:26:56.0452100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk58kful_/_remote_module_non_scriptable.py 2022-05-18T05:26:56.1145420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdw6fjika 2022-05-18T05:26:56.1201110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdw6fjika/_remote_module_non_scriptable.py 2022-05-18T05:26:56.6150540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:26:56.6394750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:26:56.6441640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:56.7000730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:26:57.3836930Z ok (3.465s) 2022-05-18T05:26:57.3914700Z 2022-05-18T05:26:57.3915540Z ---------------------------------------------------------------------- 2022-05-18T05:26:57.3915910Z Ran 1 test in 3.466s 2022-05-18T05:26:57.3916050Z 2022-05-18T05:26:57.3916120Z OK 2022-05-18T05:26:57.3916210Z 2022-05-18T05:26:57.3916720Z Generating XML reports... 2022-05-18T05:26:57.3917380Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052653.xml 2022-05-18T05:26:58.8480440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwln6_h_v 2022-05-18T05:26:58.8484130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwln6_h_v/_remote_module_non_scriptable.py 2022-05-18T05:26:59.3010450Z 2022-05-18T05:26:59.3011220Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:26:59.3011590Z Running tests... 2022-05-18T05:26:59.3011990Z ---------------------------------------------------------------------- 2022-05-18T05:26:59.7401550Z test_all_gather (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10104 2022-05-18T05:26:59.7480200Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10105 2022-05-18T05:26:59.7680400Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10106 2022-05-18T05:26:59.7812840Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10107 2022-05-18T05:27:01.3831370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9nmhtbbj 2022-05-18T05:27:01.3896470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9nmhtbbj/_remote_module_non_scriptable.py 2022-05-18T05:27:01.4256250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4iwgrl1u 2022-05-18T05:27:01.4305080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4iwgrl1u/_remote_module_non_scriptable.py 2022-05-18T05:27:01.4660300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvh2c1xuv 2022-05-18T05:27:01.4728770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvh2c1xuv/_remote_module_non_scriptable.py 2022-05-18T05:27:01.5205930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp16yxi90n 2022-05-18T05:27:01.5266210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp16yxi90n/_remote_module_non_scriptable.py 2022-05-18T05:27:01.9987480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:27:02.0383970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:27:02.0475610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:27:02.1035400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:27:02.7595880Z ok (3.458s) 2022-05-18T05:27:02.7666440Z 2022-05-18T05:27:02.7667500Z ---------------------------------------------------------------------- 2022-05-18T05:27:02.7667860Z Ran 1 test in 3.459s 2022-05-18T05:27:02.7668030Z 2022-05-18T05:27:02.7668100Z OK 2022-05-18T05:27:02.7668210Z 2022-05-18T05:27:02.7668310Z Generating XML reports... 2022-05-18T05:27:02.7668920Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052659.xml 2022-05-18T05:27:04.2026620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl51ck5oa 2022-05-18T05:27:04.2029750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl51ck5oa/_remote_module_non_scriptable.py 2022-05-18T05:27:04.6690100Z 2022-05-18T05:27:04.6691470Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:27:04.6692050Z Running tests... 2022-05-18T05:27:04.6692520Z ---------------------------------------------------------------------- 2022-05-18T05:27:05.1066720Z test_all_gather_timeout (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10115 2022-05-18T05:27:05.1195920Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10116 2022-05-18T05:27:05.1361190Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10117 2022-05-18T05:27:05.1403230Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10118 2022-05-18T05:27:06.7796770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjt8zydqy 2022-05-18T05:27:06.7875900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjt8zydqy/_remote_module_non_scriptable.py 2022-05-18T05:27:06.7925080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_zk1igd1 2022-05-18T05:27:06.7983860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_zk1igd1/_remote_module_non_scriptable.py 2022-05-18T05:27:06.8030660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzyog5nh2 2022-05-18T05:27:06.8101160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzyog5nh2/_remote_module_non_scriptable.py 2022-05-18T05:27:06.8294080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_x8l50dm 2022-05-18T05:27:06.8304520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_x8l50dm/_remote_module_non_scriptable.py 2022-05-18T05:27:07.3938960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:27:07.4013190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:27:07.4151770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:27:07.4259960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:27:17.9786560Z [W tensorpipe_agent.cpp:627] RPC agent for worker3 won't send response to request #5 to worker0, as the agent is shutting down 2022-05-18T05:27:18.2589040Z ok (13.589s) 2022-05-18T05:27:18.2719900Z 2022-05-18T05:27:18.2729770Z ---------------------------------------------------------------------- 2022-05-18T05:27:18.2732360Z Ran 1 test in 13.590s 2022-05-18T05:27:18.2733460Z 2022-05-18T05:27:18.2733840Z OK 2022-05-18T05:27:18.2734500Z 2022-05-18T05:27:18.2735040Z Generating XML reports... 2022-05-18T05:27:18.2736080Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052704.xml 2022-05-18T05:27:19.7276310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmping2uh_d 2022-05-18T05:27:19.7279990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmping2uh_d/_remote_module_non_scriptable.py 2022-05-18T05:27:20.1985750Z 2022-05-18T05:27:20.1986520Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:27:20.1986890Z Running tests... 2022-05-18T05:27:20.1987290Z ---------------------------------------------------------------------- 2022-05-18T05:27:20.6398820Z test_async_add (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10128 2022-05-18T05:27:20.6562300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10129 2022-05-18T05:27:20.6676780Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10130 2022-05-18T05:27:20.6808090Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10131 2022-05-18T05:27:22.2965260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp83r894li 2022-05-18T05:27:22.3053070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp83r894li/_remote_module_non_scriptable.py 2022-05-18T05:27:22.3096460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa3iz3rq7 2022-05-18T05:27:22.3104510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa3iz3rq7/_remote_module_non_scriptable.py 2022-05-18T05:27:22.3197050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwe6ef2jr 2022-05-18T05:27:22.3213050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwe6ef2jr/_remote_module_non_scriptable.py 2022-05-18T05:27:22.3313950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn00k14go 2022-05-18T05:27:22.3415000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn00k14go/_remote_module_non_scriptable.py 2022-05-18T05:27:22.9040980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:27:22.9124300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:27:22.9151880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:27:22.9152720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:27:23.6341370Z ok (3.435s) 2022-05-18T05:27:23.6422350Z 2022-05-18T05:27:23.6423380Z ---------------------------------------------------------------------- 2022-05-18T05:27:23.6423730Z Ran 1 test in 3.436s 2022-05-18T05:27:23.6424460Z 2022-05-18T05:27:23.6424530Z OK 2022-05-18T05:27:23.6424640Z 2022-05-18T05:27:23.6424740Z Generating XML reports... 2022-05-18T05:27:23.6425360Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052720.xml 2022-05-18T05:27:25.0592550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp47t_596s 2022-05-18T05:27:25.0595830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp47t_596s/_remote_module_non_scriptable.py 2022-05-18T05:27:25.5146840Z 2022-05-18T05:27:25.5147660Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:27:25.5148040Z Running tests... 2022-05-18T05:27:25.5148440Z ---------------------------------------------------------------------- 2022-05-18T05:27:25.9429250Z test_async_class_method (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10139 2022-05-18T05:27:25.9505410Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10140 2022-05-18T05:27:25.9697570Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10141 2022-05-18T05:27:25.9699950Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10142 2022-05-18T05:27:27.6731040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwgs82cyx 2022-05-18T05:27:27.6833360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwgs82cyx/_remote_module_non_scriptable.py 2022-05-18T05:27:27.6834130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7ohl7exm 2022-05-18T05:27:27.6851340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7ohl7exm/_remote_module_non_scriptable.py 2022-05-18T05:27:27.6982190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwzn1ps4r 2022-05-18T05:27:27.7055490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwzn1ps4r/_remote_module_non_scriptable.py 2022-05-18T05:27:27.7185140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6h1tyg0m 2022-05-18T05:27:27.7246750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6h1tyg0m/_remote_module_non_scriptable.py 2022-05-18T05:27:28.3463230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:27:28.3610010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:27:28.3815560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:27:28.3958380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:27:29.1469450Z ok (3.632s) 2022-05-18T05:27:29.1546690Z 2022-05-18T05:27:29.1547580Z ---------------------------------------------------------------------- 2022-05-18T05:27:29.1547940Z Ran 1 test in 3.633s 2022-05-18T05:27:29.1548080Z 2022-05-18T05:27:29.1548140Z OK 2022-05-18T05:27:29.1548250Z 2022-05-18T05:27:29.1548340Z Generating XML reports... 2022-05-18T05:27:29.1548950Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052725.xml 2022-05-18T05:27:30.5919950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwpr2f720 2022-05-18T05:27:30.5923120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwpr2f720/_remote_module_non_scriptable.py 2022-05-18T05:27:31.0580240Z 2022-05-18T05:27:31.0581070Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:27:31.0581970Z Running tests... 2022-05-18T05:27:31.0582520Z ---------------------------------------------------------------------- 2022-05-18T05:27:31.4910410Z test_async_class_method_remote (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10152 2022-05-18T05:27:31.5011240Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10153 2022-05-18T05:27:31.5162560Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10154 2022-05-18T05:27:31.5265520Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10155 2022-05-18T05:27:33.1240910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppu25i8rg 2022-05-18T05:27:33.1322840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppu25i8rg/_remote_module_non_scriptable.py 2022-05-18T05:27:33.1960740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4skxf7_v 2022-05-18T05:27:33.2047670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4skxf7_v/_remote_module_non_scriptable.py 2022-05-18T05:27:33.2138480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdrmavp2h 2022-05-18T05:27:33.2179950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdrmavp2h/_remote_module_non_scriptable.py 2022-05-18T05:27:33.2354510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp25at4jal 2022-05-18T05:27:33.2364240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp25at4jal/_remote_module_non_scriptable.py 2022-05-18T05:27:33.7426570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:27:33.8093650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:27:33.8203050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:27:33.8247890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:27:34.5093000Z ok (3.451s) 2022-05-18T05:27:34.5166990Z 2022-05-18T05:27:34.5168130Z ---------------------------------------------------------------------- 2022-05-18T05:27:34.5168500Z Ran 1 test in 3.452s 2022-05-18T05:27:34.5169010Z 2022-05-18T05:27:34.5169130Z OK 2022-05-18T05:27:34.5169250Z 2022-05-18T05:27:34.5169350Z Generating XML reports... 2022-05-18T05:27:34.5170480Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052731.xml 2022-05-18T05:27:35.9740700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2zyvcpn6 2022-05-18T05:27:35.9743790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2zyvcpn6/_remote_module_non_scriptable.py 2022-05-18T05:27:36.4322930Z 2022-05-18T05:27:36.4323780Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:27:36.4324150Z Running tests... 2022-05-18T05:27:36.4325950Z ---------------------------------------------------------------------- 2022-05-18T05:27:36.8611630Z test_async_class_rref_proxy (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10163 2022-05-18T05:27:36.8707720Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10164 2022-05-18T05:27:36.8859800Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10165 2022-05-18T05:27:36.9006160Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10166 2022-05-18T05:27:38.6285270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp72688_42 2022-05-18T05:27:38.6305110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp72688_42/_remote_module_non_scriptable.py 2022-05-18T05:27:38.6405870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpod0jqkvh 2022-05-18T05:27:38.6408930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpod0jqkvh/_remote_module_non_scriptable.py 2022-05-18T05:27:38.6452500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppmp050c5 2022-05-18T05:27:38.6529730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppmp050c5/_remote_module_non_scriptable.py 2022-05-18T05:27:38.6655960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_4gu4tf6 2022-05-18T05:27:38.6693170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_4gu4tf6/_remote_module_non_scriptable.py 2022-05-18T05:27:39.2470590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:27:39.2497820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:27:39.2516950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:27:39.2729700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:27:40.0094340Z ok (3.577s) 2022-05-18T05:27:40.0167650Z 2022-05-18T05:27:40.0168400Z ---------------------------------------------------------------------- 2022-05-18T05:27:40.0168760Z Ran 1 test in 3.577s 2022-05-18T05:27:40.0168900Z 2022-05-18T05:27:40.0168960Z OK 2022-05-18T05:27:40.0169070Z 2022-05-18T05:27:40.0169160Z Generating XML reports... 2022-05-18T05:27:40.0169760Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052736.xml 2022-05-18T05:27:41.4613640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy_8unnwb 2022-05-18T05:27:41.4616840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy_8unnwb/_remote_module_non_scriptable.py 2022-05-18T05:27:41.9326370Z 2022-05-18T05:27:41.9326690Z Running tests... 2022-05-18T05:27:41.9327410Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:27:41.9327950Z ---------------------------------------------------------------------- 2022-05-18T05:27:42.3823930Z test_async_class_rref_proxy_async (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10175 2022-05-18T05:27:42.3932870Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10176 2022-05-18T05:27:42.4041430Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10177 2022-05-18T05:27:42.4145150Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10178 2022-05-18T05:27:44.0632020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxq0s7b8n 2022-05-18T05:27:44.0726520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxq0s7b8n/_remote_module_non_scriptable.py 2022-05-18T05:27:44.0776550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8jqb665l 2022-05-18T05:27:44.0844500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8jqb665l/_remote_module_non_scriptable.py 2022-05-18T05:27:44.0946440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6ik5qza4 2022-05-18T05:27:44.0968630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6ik5qza4/_remote_module_non_scriptable.py 2022-05-18T05:27:44.1273150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqxvy3t9u 2022-05-18T05:27:44.1273810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqxvy3t9u/_remote_module_non_scriptable.py 2022-05-18T05:27:44.7142730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:27:44.7222640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:27:44.7224220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:27:44.7413420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:27:45.4155120Z ok (3.482s) 2022-05-18T05:27:45.4230220Z 2022-05-18T05:27:45.4231090Z ---------------------------------------------------------------------- 2022-05-18T05:27:45.4231950Z Ran 1 test in 3.483s 2022-05-18T05:27:45.4232140Z 2022-05-18T05:27:45.4232210Z OK 2022-05-18T05:27:45.4232310Z 2022-05-18T05:27:45.4232400Z Generating XML reports... 2022-05-18T05:27:45.4233020Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052741.xml 2022-05-18T05:27:46.8672560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprzq3z4bu 2022-05-18T05:27:46.8675920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprzq3z4bu/_remote_module_non_scriptable.py 2022-05-18T05:27:47.3301950Z 2022-05-18T05:27:47.3302770Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:27:47.3303530Z Running tests... 2022-05-18T05:27:47.3303960Z ---------------------------------------------------------------------- 2022-05-18T05:27:47.7683670Z test_async_class_rref_proxy_remote (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10186 2022-05-18T05:27:47.7850020Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10187 2022-05-18T05:27:47.8027400Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10188 2022-05-18T05:27:47.8138370Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10189 2022-05-18T05:27:49.5442120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxxkteyh8 2022-05-18T05:27:49.5518160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxxkteyh8/_remote_module_non_scriptable.py 2022-05-18T05:27:49.5536410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8c1zx17j 2022-05-18T05:27:49.5609740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8c1zx17j/_remote_module_non_scriptable.py 2022-05-18T05:27:49.5710880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8jjkce7a 2022-05-18T05:27:49.5711570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8jjkce7a/_remote_module_non_scriptable.py 2022-05-18T05:27:49.5789390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv0htc611 2022-05-18T05:27:49.5803060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv0htc611/_remote_module_non_scriptable.py 2022-05-18T05:27:50.1559030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:27:50.1723190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:27:50.1740050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:27:50.2044400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:27:50.8840690Z ok (3.554s) 2022-05-18T05:27:50.8918820Z 2022-05-18T05:27:50.8919890Z ---------------------------------------------------------------------- 2022-05-18T05:27:50.8920240Z Ran 1 test in 3.554s 2022-05-18T05:27:50.8920380Z 2022-05-18T05:27:50.8920440Z OK 2022-05-18T05:27:50.8920550Z 2022-05-18T05:27:50.8920650Z Generating XML reports... 2022-05-18T05:27:50.8921250Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052747.xml 2022-05-18T05:27:52.3485540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5sgcox_b 2022-05-18T05:27:52.3499380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5sgcox_b/_remote_module_non_scriptable.py 2022-05-18T05:27:52.8121190Z 2022-05-18T05:27:52.8122000Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:27:52.8122390Z Running tests... 2022-05-18T05:27:52.8122790Z ---------------------------------------------------------------------- 2022-05-18T05:27:53.2472970Z test_async_function_chained (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10198 2022-05-18T05:27:53.2551540Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10199 2022-05-18T05:27:53.2741630Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10200 2022-05-18T05:27:53.2753440Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10201 2022-05-18T05:27:54.9283630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvmv7it7a 2022-05-18T05:27:54.9337670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpblkoifxo 2022-05-18T05:27:54.9357440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpblkoifxo/_remote_module_non_scriptable.py 2022-05-18T05:27:54.9451510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvmv7it7a/_remote_module_non_scriptable.py 2022-05-18T05:27:54.9547100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqx1_8usr 2022-05-18T05:27:54.9560230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqx1_8usr/_remote_module_non_scriptable.py 2022-05-18T05:27:55.0327990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp8o3pf_f 2022-05-18T05:27:55.0414290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp8o3pf_f/_remote_module_non_scriptable.py 2022-05-18T05:27:55.5512940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:27:55.5691720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:27:55.5740890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:27:55.6446530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:27:56.2591380Z ok (3.446s) 2022-05-18T05:27:56.2667090Z 2022-05-18T05:27:56.2668160Z ---------------------------------------------------------------------- 2022-05-18T05:27:56.2668970Z Ran 1 test in 3.447s 2022-05-18T05:27:56.2669120Z 2022-05-18T05:27:56.2669190Z OK 2022-05-18T05:27:56.2669300Z 2022-05-18T05:27:56.2669430Z Generating XML reports... 2022-05-18T05:27:56.2670080Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052752.xml 2022-05-18T05:27:57.7192470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp848p0x29 2022-05-18T05:27:57.7196220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp848p0x29/_remote_module_non_scriptable.py 2022-05-18T05:27:58.1801280Z 2022-05-18T05:27:58.1802060Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:27:58.1802420Z Running tests... 2022-05-18T05:27:58.1802810Z ---------------------------------------------------------------------- 2022-05-18T05:27:58.6166830Z test_async_function_chained_remote (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10209 2022-05-18T05:27:58.6262060Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10210 2022-05-18T05:27:58.6379530Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10211 2022-05-18T05:27:58.6504050Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10212 2022-05-18T05:28:00.3319820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp16dv4z1f 2022-05-18T05:28:00.3330870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp16dv4z1f/_remote_module_non_scriptable.py 2022-05-18T05:28:00.3528170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpifnorfrh 2022-05-18T05:28:00.3590880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpifnorfrh/_remote_module_non_scriptable.py 2022-05-18T05:28:00.4352430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp59b7kat1 2022-05-18T05:28:00.4449890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp59b7kat1/_remote_module_non_scriptable.py 2022-05-18T05:28:00.4958710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpis3py4i_ 2022-05-18T05:28:00.5034150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpis3py4i_/_remote_module_non_scriptable.py 2022-05-18T05:28:00.9509160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:28:00.9569100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:28:01.0406280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:28:01.0836090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:28:01.8687670Z ok (3.688s) 2022-05-18T05:28:01.8775200Z 2022-05-18T05:28:01.8776050Z ---------------------------------------------------------------------- 2022-05-18T05:28:01.8776440Z Ran 1 test in 3.689s 2022-05-18T05:28:01.8777020Z 2022-05-18T05:28:01.8777080Z OK 2022-05-18T05:28:01.8777190Z 2022-05-18T05:28:01.8777290Z Generating XML reports... 2022-05-18T05:28:01.8777920Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052758.xml 2022-05-18T05:28:03.3342740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb3wky4nk 2022-05-18T05:28:03.3345890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb3wky4nk/_remote_module_non_scriptable.py 2022-05-18T05:28:03.8034130Z 2022-05-18T05:28:03.8035120Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:28:03.8036000Z Running tests... 2022-05-18T05:28:03.8036430Z ---------------------------------------------------------------------- 2022-05-18T05:28:04.2406340Z test_async_function_multi_chained (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10221 2022-05-18T05:28:04.2517750Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10222 2022-05-18T05:28:04.2694480Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10223 2022-05-18T05:28:04.2797900Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10224 2022-05-18T05:28:05.9215430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu7m5s_ui 2022-05-18T05:28:05.9264550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu7m5s_ui/_remote_module_non_scriptable.py 2022-05-18T05:28:05.9354640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyplzaje7 2022-05-18T05:28:05.9390560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyplzaje7/_remote_module_non_scriptable.py 2022-05-18T05:28:05.9492160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppuvky98t 2022-05-18T05:28:05.9492870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppuvky98t/_remote_module_non_scriptable.py 2022-05-18T05:28:05.9723260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp546qfryn 2022-05-18T05:28:05.9737020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp546qfryn/_remote_module_non_scriptable.py 2022-05-18T05:28:06.5594040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:28:06.5737680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:28:06.5988060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:28:06.6023000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:28:07.4719480Z ok (3.668s) 2022-05-18T05:28:07.4795550Z 2022-05-18T05:28:07.4796230Z ---------------------------------------------------------------------- 2022-05-18T05:28:07.4796590Z Ran 1 test in 3.669s 2022-05-18T05:28:07.4796720Z 2022-05-18T05:28:07.4796790Z OK 2022-05-18T05:28:07.4796890Z 2022-05-18T05:28:07.4797000Z Generating XML reports... 2022-05-18T05:28:07.4797600Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052803.xml 2022-05-18T05:28:08.9774710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcv7oww8a 2022-05-18T05:28:08.9777720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcv7oww8a/_remote_module_non_scriptable.py 2022-05-18T05:28:09.4423570Z 2022-05-18T05:28:09.4424350Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:28:09.4424730Z Running tests... 2022-05-18T05:28:09.4425300Z ---------------------------------------------------------------------- 2022-05-18T05:28:09.8864120Z test_async_function_multi_chained_async (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10233 2022-05-18T05:28:09.8951650Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10234 2022-05-18T05:28:09.9090830Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10235 2022-05-18T05:28:09.9217480Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10236 2022-05-18T05:28:11.5585770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgxf0l66i 2022-05-18T05:28:11.5681660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgxf0l66i/_remote_module_non_scriptable.py 2022-05-18T05:28:11.5783320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpquza81j_ 2022-05-18T05:28:11.5795700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpquza81j_/_remote_module_non_scriptable.py 2022-05-18T05:28:11.6296110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb9efrwz1 2022-05-18T05:28:11.6325130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb9efrwz1/_remote_module_non_scriptable.py 2022-05-18T05:28:11.6603030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz33xu5l_ 2022-05-18T05:28:11.6603700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz33xu5l_/_remote_module_non_scriptable.py 2022-05-18T05:28:12.1526980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:28:12.1699850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:28:12.2246590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:28:12.2491900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:28:12.9631670Z ok (3.520s) 2022-05-18T05:28:12.9704910Z 2022-05-18T05:28:12.9705810Z ---------------------------------------------------------------------- 2022-05-18T05:28:12.9706180Z Ran 1 test in 3.521s 2022-05-18T05:28:12.9706310Z 2022-05-18T05:28:12.9706380Z OK 2022-05-18T05:28:12.9706480Z 2022-05-18T05:28:12.9706580Z Generating XML reports... 2022-05-18T05:28:12.9707280Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052809.xml 2022-05-18T05:28:14.4117680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfvl0h1iq 2022-05-18T05:28:14.4120700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfvl0h1iq/_remote_module_non_scriptable.py 2022-05-18T05:28:14.8701170Z 2022-05-18T05:28:14.8701980Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:28:14.8702610Z Running tests... 2022-05-18T05:28:14.8703120Z ---------------------------------------------------------------------- 2022-05-18T05:28:15.3055160Z test_async_function_multi_chained_remote (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10244 2022-05-18T05:28:15.3203680Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10245 2022-05-18T05:28:15.3333730Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10246 2022-05-18T05:28:15.3456090Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10247 2022-05-18T05:28:16.9682600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu0fgba89 2022-05-18T05:28:16.9783990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu0fgba89/_remote_module_non_scriptable.py 2022-05-18T05:28:16.9866830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd1fo9cmt 2022-05-18T05:28:16.9948370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd1fo9cmt/_remote_module_non_scriptable.py 2022-05-18T05:28:17.0052090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpylravbnk 2022-05-18T05:28:17.0144450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpylravbnk/_remote_module_non_scriptable.py 2022-05-18T05:28:17.0346850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxl8vokii 2022-05-18T05:28:17.0366160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxl8vokii/_remote_module_non_scriptable.py 2022-05-18T05:28:17.5979090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:28:17.6040130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:28:17.6231060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:28:17.6329750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:28:18.4776330Z ok (3.607s) 2022-05-18T05:28:18.4850740Z 2022-05-18T05:28:18.4851750Z ---------------------------------------------------------------------- 2022-05-18T05:28:18.4852110Z Ran 1 test in 3.608s 2022-05-18T05:28:18.4852250Z 2022-05-18T05:28:18.4852310Z OK 2022-05-18T05:28:18.4852420Z 2022-05-18T05:28:18.4852520Z Generating XML reports... 2022-05-18T05:28:18.4853100Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052814.xml 2022-05-18T05:28:19.9445970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdagyv4oc 2022-05-18T05:28:19.9449450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdagyv4oc/_remote_module_non_scriptable.py 2022-05-18T05:28:20.4145020Z 2022-05-18T05:28:20.4145600Z Running tests... 2022-05-18T05:28:20.4146280Z ---------------------------------------------------------------------- 2022-05-18T05:28:20.4146830Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:28:20.8467220Z test_async_function_multi_fanout (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10256 2022-05-18T05:28:20.8560060Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10257 2022-05-18T05:28:20.8694350Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10258 2022-05-18T05:28:20.8821890Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10259 2022-05-18T05:28:22.5294800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsdkbfaqh 2022-05-18T05:28:22.5324160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsdkbfaqh/_remote_module_non_scriptable.py 2022-05-18T05:28:22.5500560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_xruaiec 2022-05-18T05:28:22.5580270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_xruaiec/_remote_module_non_scriptable.py 2022-05-18T05:28:22.5604760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphuxw1iws 2022-05-18T05:28:22.5706350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphuxw1iws/_remote_module_non_scriptable.py 2022-05-18T05:28:22.5749180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4rcl_ryv 2022-05-18T05:28:22.5842460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4rcl_ryv/_remote_module_non_scriptable.py 2022-05-18T05:28:23.1481450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:28:23.1747620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:28:23.1779270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:28:23.1849480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:28:24.0695690Z ok (3.655s) 2022-05-18T05:28:24.0769120Z 2022-05-18T05:28:24.0770490Z ---------------------------------------------------------------------- 2022-05-18T05:28:24.0770870Z Ran 1 test in 3.656s 2022-05-18T05:28:24.0771010Z 2022-05-18T05:28:24.0771070Z OK 2022-05-18T05:28:24.0771180Z 2022-05-18T05:28:24.0771280Z Generating XML reports... 2022-05-18T05:28:24.0771900Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052820.xml 2022-05-18T05:28:25.5108920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoigahc4d 2022-05-18T05:28:25.5113080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoigahc4d/_remote_module_non_scriptable.py 2022-05-18T05:28:25.9816030Z 2022-05-18T05:28:25.9816820Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:28:25.9817430Z Running tests... 2022-05-18T05:28:25.9818280Z ---------------------------------------------------------------------- 2022-05-18T05:28:26.4187130Z test_async_function_multi_fanout_async (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10267 2022-05-18T05:28:26.4269130Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10268 2022-05-18T05:28:26.4398690Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10269 2022-05-18T05:28:26.4525340Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10270 2022-05-18T05:28:28.0959630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkqknynel 2022-05-18T05:28:28.1028100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkqknynel/_remote_module_non_scriptable.py 2022-05-18T05:28:28.1332450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpee09e5_z 2022-05-18T05:28:28.1382790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpee09e5_z/_remote_module_non_scriptable.py 2022-05-18T05:28:28.1450430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprhcojmsj 2022-05-18T05:28:28.1496880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprhcojmsj/_remote_module_non_scriptable.py 2022-05-18T05:28:28.1593580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm86877ue 2022-05-18T05:28:28.1652230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm86877ue/_remote_module_non_scriptable.py 2022-05-18T05:28:28.7139450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:28:28.7509650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:28:28.7566060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:28:28.7591340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:28:29.5093730Z ok (3.527s) 2022-05-18T05:28:29.5165280Z 2022-05-18T05:28:29.5166110Z ---------------------------------------------------------------------- 2022-05-18T05:28:29.5166450Z Ran 1 test in 3.528s 2022-05-18T05:28:29.5166590Z 2022-05-18T05:28:29.5166650Z OK 2022-05-18T05:28:29.5166750Z 2022-05-18T05:28:29.5166850Z Generating XML reports... 2022-05-18T05:28:29.5167440Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052825.xml 2022-05-18T05:28:30.9427220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa879423z 2022-05-18T05:28:30.9430980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa879423z/_remote_module_non_scriptable.py 2022-05-18T05:28:31.4004530Z 2022-05-18T05:28:31.4005370Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:28:31.4005740Z Running tests... 2022-05-18T05:28:31.4006170Z ---------------------------------------------------------------------- 2022-05-18T05:28:31.8305830Z test_async_function_multi_fanout_remote (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10279 2022-05-18T05:28:31.8446910Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10280 2022-05-18T05:28:31.8550150Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10281 2022-05-18T05:28:31.8689000Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10282 2022-05-18T05:28:33.5130160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcx3ij3aw 2022-05-18T05:28:33.5163480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkgvfmbtd 2022-05-18T05:28:33.5197000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkgvfmbtd/_remote_module_non_scriptable.py 2022-05-18T05:28:33.5289560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcx3ij3aw/_remote_module_non_scriptable.py 2022-05-18T05:28:33.5345630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqt4628cl 2022-05-18T05:28:33.5386880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqt4628cl/_remote_module_non_scriptable.py 2022-05-18T05:28:33.5443380Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpevl1v8sz 2022-05-18T05:28:33.5492750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpevl1v8sz/_remote_module_non_scriptable.py 2022-05-18T05:28:34.1247130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:28:34.1394390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:28:34.1457350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:28:34.1560270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:28:34.9694130Z ok (3.569s) 2022-05-18T05:28:34.9764300Z 2022-05-18T05:28:34.9765290Z ---------------------------------------------------------------------- 2022-05-18T05:28:34.9765640Z Ran 1 test in 3.569s 2022-05-18T05:28:34.9765770Z 2022-05-18T05:28:34.9765860Z OK 2022-05-18T05:28:34.9765970Z 2022-05-18T05:28:34.9766080Z Generating XML reports... 2022-05-18T05:28:34.9766800Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052831.xml 2022-05-18T05:28:36.4230840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpve0yui22 2022-05-18T05:28:36.4234860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpve0yui22/_remote_module_non_scriptable.py 2022-05-18T05:28:36.8802340Z 2022-05-18T05:28:36.8803130Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:28:36.8803620Z Running tests... 2022-05-18T05:28:36.8804030Z ---------------------------------------------------------------------- 2022-05-18T05:28:37.3138060Z test_async_function_nested (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10290 2022-05-18T05:28:37.3233200Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10291 2022-05-18T05:28:37.3385500Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10292 2022-05-18T05:28:37.3494840Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10293 2022-05-18T05:28:38.9749930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjnj8uflo 2022-05-18T05:28:38.9835290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjnj8uflo/_remote_module_non_scriptable.py 2022-05-18T05:28:38.9897450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpos2rz690 2022-05-18T05:28:38.9956180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpos2rz690/_remote_module_non_scriptable.py 2022-05-18T05:28:39.0302230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpba0adswo 2022-05-18T05:28:39.0389010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpba0adswo/_remote_module_non_scriptable.py 2022-05-18T05:28:39.0524570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvdvw99u6 2022-05-18T05:28:39.0625290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvdvw99u6/_remote_module_non_scriptable.py 2022-05-18T05:28:39.6744620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:28:39.6899400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:28:39.6945630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:28:39.7270650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:28:40.5088960Z ok (3.628s) 2022-05-18T05:28:40.5163750Z 2022-05-18T05:28:40.5167430Z ---------------------------------------------------------------------- 2022-05-18T05:28:40.5168650Z Ran 1 test in 3.629s 2022-05-18T05:28:40.5168800Z 2022-05-18T05:28:40.5169340Z OK 2022-05-18T05:28:40.5169480Z 2022-05-18T05:28:40.5169580Z Generating XML reports... 2022-05-18T05:28:40.5170450Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052836.xml 2022-05-18T05:28:41.9464250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0bej7ia2 2022-05-18T05:28:41.9467190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0bej7ia2/_remote_module_non_scriptable.py 2022-05-18T05:28:42.4059250Z 2022-05-18T05:28:42.4059590Z Running tests... 2022-05-18T05:28:42.4060220Z ---------------------------------------------------------------------- 2022-05-18T05:28:42.4060760Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:28:42.8379260Z test_async_function_nested_remote (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10302 2022-05-18T05:28:42.8481240Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10303 2022-05-18T05:28:42.8643900Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10304 2022-05-18T05:28:42.8748730Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10305 2022-05-18T05:28:44.5134220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6_onj1ql 2022-05-18T05:28:44.5140320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6_onj1ql/_remote_module_non_scriptable.py 2022-05-18T05:28:44.5239220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm1z3f9h_ 2022-05-18T05:28:44.5291020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm1z3f9h_/_remote_module_non_scriptable.py 2022-05-18T05:28:44.5353230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_rcx3tap 2022-05-18T05:28:44.5426470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_rcx3tap/_remote_module_non_scriptable.py 2022-05-18T05:28:44.5457660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptmi_ntjl 2022-05-18T05:28:44.5540370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptmi_ntjl/_remote_module_non_scriptable.py 2022-05-18T05:28:45.1424600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:28:45.1445180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:28:45.1454610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:28:45.1597300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:28:45.7589720Z ok (3.353s) 2022-05-18T05:28:45.7663130Z 2022-05-18T05:28:45.7664030Z ---------------------------------------------------------------------- 2022-05-18T05:28:45.7664380Z Ran 1 test in 3.353s 2022-05-18T05:28:45.7664670Z 2022-05-18T05:28:45.7664740Z OK 2022-05-18T05:28:45.7664850Z 2022-05-18T05:28:45.7664960Z Generating XML reports... 2022-05-18T05:28:45.7665590Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052842.xml 2022-05-18T05:28:47.2092930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj1hzl7ug 2022-05-18T05:28:47.2095960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj1hzl7ug/_remote_module_non_scriptable.py 2022-05-18T05:28:47.6670610Z 2022-05-18T05:28:47.6670890Z Running tests... 2022-05-18T05:28:47.6671510Z ---------------------------------------------------------------------- 2022-05-18T05:28:47.6672060Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:28:48.0981290Z test_async_function_raise (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10313 2022-05-18T05:28:48.1147630Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10314 2022-05-18T05:28:48.1291370Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10315 2022-05-18T05:28:48.1393250Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10316 2022-05-18T05:28:49.8258760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0sezul_d 2022-05-18T05:28:49.8357020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0sezul_d/_remote_module_non_scriptable.py 2022-05-18T05:28:49.8665000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwl35qu_7 2022-05-18T05:28:49.8676740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwl35qu_7/_remote_module_non_scriptable.py 2022-05-18T05:28:49.8771150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwgkafere 2022-05-18T05:28:49.8781030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwgkafere/_remote_module_non_scriptable.py 2022-05-18T05:28:49.8883490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_z1_t00x 2022-05-18T05:28:49.8890560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_z1_t00x/_remote_module_non_scriptable.py 2022-05-18T05:28:50.4322110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:28:50.4695810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:28:50.4920350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:28:50.4920970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:28:50.7818600Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:28:50.7822980Z RuntimeError('Expected error') 2022-05-18T05:28:50.7824890Z Traceback (most recent call last): 2022-05-18T05:28:50.7825720Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:28:50.7826400Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:28:50.7828020Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/functions.py", line 162, in wrapper 2022-05-18T05:28:50.7828610Z return fn(*args, **kwargs) 2022-05-18T05:28:50.7829410Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 468, in async_raise_func 2022-05-18T05:28:50.7830030Z raise RuntimeError("Expected error") 2022-05-18T05:28:50.7830500Z RuntimeError: Expected error 2022-05-18T05:28:50.7830820Z 2022-05-18T05:28:50.7831240Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:28:50.7831820Z RuntimeError('Expected error') 2022-05-18T05:28:50.7832300Z Traceback (most recent call last): 2022-05-18T05:28:50.7833050Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:28:50.7834240Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:28:50.7835050Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/functions.py", line 162, in wrapper 2022-05-18T05:28:50.7835620Z return fn(*args, **kwargs) 2022-05-18T05:28:50.7836410Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 468, in async_raise_func 2022-05-18T05:28:50.7837020Z raise RuntimeError("Expected error") 2022-05-18T05:28:50.7837470Z RuntimeError: Expected error 2022-05-18T05:28:50.7837810Z 2022-05-18T05:28:50.8028730Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:28:50.8163430Z RuntimeError('Expected error') 2022-05-18T05:28:50.8279730Z Traceback (most recent call last): 2022-05-18T05:28:50.8382090Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:28:50.8483830Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:28:50.8585790Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/functions.py", line 162, in wrapper 2022-05-18T05:28:50.8687270Z return fn(*args, **kwargs) 2022-05-18T05:28:50.8790210Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 468, in async_raise_func 2022-05-18T05:28:50.8999880Z raise RuntimeError("Expected error") 2022-05-18T05:28:50.9108740Z RuntimeError: Expected error 2022-05-18T05:28:50.9164020Z 2022-05-18T05:28:50.9211530Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:28:50.9303350Z RuntimeError('Expected error') 2022-05-18T05:28:50.9367170Z Traceback (most recent call last): 2022-05-18T05:28:50.9415380Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:28:50.9506250Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:28:50.9562420Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/functions.py", line 162, in wrapper 2022-05-18T05:28:50.9608010Z return fn(*args, **kwargs) 2022-05-18T05:28:50.9670380Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 468, in async_raise_func 2022-05-18T05:28:50.9729460Z raise RuntimeError("Expected error") 2022-05-18T05:28:50.9810100Z RuntimeError: Expected error 2022-05-18T05:28:50.9872070Z 2022-05-18T05:28:51.1661960Z ok (3.499s) 2022-05-18T05:28:51.1739500Z 2022-05-18T05:28:51.1740650Z ---------------------------------------------------------------------- 2022-05-18T05:28:51.1741420Z Ran 1 test in 3.499s 2022-05-18T05:28:51.1741870Z 2022-05-18T05:28:51.1742230Z OK 2022-05-18T05:28:51.1742640Z 2022-05-18T05:28:51.1743010Z Generating XML reports... 2022-05-18T05:28:51.1743950Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052847.xml 2022-05-18T05:28:52.6190070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpstzvgpj8 2022-05-18T05:28:52.6193190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpstzvgpj8/_remote_module_non_scriptable.py 2022-05-18T05:28:53.0787720Z 2022-05-18T05:28:53.0788490Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:28:53.0789320Z Running tests... 2022-05-18T05:28:53.0789770Z ---------------------------------------------------------------------- 2022-05-18T05:28:53.5123770Z test_async_function_raise_async (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10325 2022-05-18T05:28:53.5203860Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10326 2022-05-18T05:28:53.5306180Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10327 2022-05-18T05:28:53.5447470Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10328 2022-05-18T05:28:55.1698410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw5e6sjgu 2022-05-18T05:28:55.1721010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw5e6sjgu/_remote_module_non_scriptable.py 2022-05-18T05:28:55.1957470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnj2w5swh 2022-05-18T05:28:55.1984080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnj2w5swh/_remote_module_non_scriptable.py 2022-05-18T05:28:55.2370390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3thi_05u 2022-05-18T05:28:55.2470540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm45f5gcv 2022-05-18T05:28:55.2562810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3thi_05u/_remote_module_non_scriptable.py 2022-05-18T05:28:55.2578740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm45f5gcv/_remote_module_non_scriptable.py 2022-05-18T05:28:55.8245660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:28:55.8287210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:28:55.8469900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:28:55.8581450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:28:56.1340820Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:28:56.1341400Z RuntimeError('Expected error') 2022-05-18T05:28:56.1341810Z Traceback (most recent call last): 2022-05-18T05:28:56.1342380Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:28:56.1342790Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:28:56.1343340Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/functions.py", line 162, in wrapper 2022-05-18T05:28:56.1343670Z return fn(*args, **kwargs) 2022-05-18T05:28:56.1344390Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 468, in async_raise_func 2022-05-18T05:28:56.1344840Z raise RuntimeError("Expected error") 2022-05-18T05:28:56.1345090Z RuntimeError: Expected error 2022-05-18T05:28:56.1345230Z 2022-05-18T05:28:56.1562450Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:28:56.1667080Z RuntimeError('Expected error') 2022-05-18T05:28:56.1771700Z Traceback (most recent call last): 2022-05-18T05:28:56.1877670Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:28:56.1979390Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:28:56.2084870Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/functions.py", line 162, in wrapper 2022-05-18T05:28:56.2196830Z return fn(*args, **kwargs) 2022-05-18T05:28:56.2298930Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 468, in async_raise_func 2022-05-18T05:28:56.2400150Z raise RuntimeError("Expected error") 2022-05-18T05:28:56.2408800Z RuntimeError: Expected error 2022-05-18T05:28:56.2509470Z 2022-05-18T05:28:56.2513930Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:28:56.2614590Z RuntimeError('Expected error') 2022-05-18T05:28:56.2636160Z Traceback (most recent call last): 2022-05-18T05:28:56.2717200Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:28:56.2816520Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:28:56.2838430Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/functions.py", line 162, in wrapper 2022-05-18T05:28:56.2897260Z return fn(*args, **kwargs) 2022-05-18T05:28:56.2979090Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 468, in async_raise_func 2022-05-18T05:28:56.3020030Z raise RuntimeError("Expected error") 2022-05-18T05:28:56.3100050Z RuntimeError: Expected error 2022-05-18T05:28:56.3181580Z 2022-05-18T05:28:56.3223310Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:28:56.3302130Z RuntimeError('Expected error') 2022-05-18T05:28:56.3383880Z Traceback (most recent call last): 2022-05-18T05:28:56.3425560Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:28:56.3503870Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:28:56.3605460Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/functions.py", line 162, in wrapper 2022-05-18T05:28:56.3708880Z return fn(*args, **kwargs) 2022-05-18T05:28:56.3866890Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 468, in async_raise_func 2022-05-18T05:28:56.3867470Z raise RuntimeError("Expected error") 2022-05-18T05:28:56.3867750Z RuntimeError: Expected error 2022-05-18T05:28:56.3867930Z 2022-05-18T05:28:56.6365050Z ok (3.557s) 2022-05-18T05:28:56.6440600Z 2022-05-18T05:28:56.6441320Z ---------------------------------------------------------------------- 2022-05-18T05:28:56.6441660Z Ran 1 test in 3.558s 2022-05-18T05:28:56.6441790Z 2022-05-18T05:28:56.6441860Z OK 2022-05-18T05:28:56.6441970Z 2022-05-18T05:28:56.6442070Z Generating XML reports... 2022-05-18T05:28:56.6442670Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052853.xml 2022-05-18T05:28:58.1039630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv6jitvrp 2022-05-18T05:28:58.1042300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv6jitvrp/_remote_module_non_scriptable.py 2022-05-18T05:28:58.5681020Z 2022-05-18T05:28:58.5681820Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:28:58.5682190Z Running tests... 2022-05-18T05:28:58.5683010Z ---------------------------------------------------------------------- 2022-05-18T05:28:59.0024200Z test_async_function_raise_remote (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10337 2022-05-18T05:28:59.0107940Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10338 2022-05-18T05:28:59.0306540Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10339 2022-05-18T05:28:59.0438440Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10340 2022-05-18T05:29:00.7186840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8vtkzguj 2022-05-18T05:29:00.7287260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8vtkzguj/_remote_module_non_scriptable.py 2022-05-18T05:29:00.7527350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgk_2cczm 2022-05-18T05:29:00.7567380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgk_2cczm/_remote_module_non_scriptable.py 2022-05-18T05:29:00.7585910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5ic6bimp 2022-05-18T05:29:00.7687090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5ic6bimp/_remote_module_non_scriptable.py 2022-05-18T05:29:00.8036490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph2z_pd3o 2022-05-18T05:29:00.8087460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph2z_pd3o/_remote_module_non_scriptable.py 2022-05-18T05:29:01.3517580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:29:01.3526560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:01.3619520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:29:01.3935040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:29:01.7738000Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:29:01.7738610Z RuntimeError('Expected error') 2022-05-18T05:29:01.7738860Z Traceback (most recent call last): 2022-05-18T05:29:01.7739810Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:29:01.7740270Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:29:01.7740850Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/functions.py", line 162, in wrapper 2022-05-18T05:29:01.7741200Z return fn(*args, **kwargs) 2022-05-18T05:29:01.7741770Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 468, in async_raise_func 2022-05-18T05:29:01.7742150Z raise RuntimeError("Expected error") 2022-05-18T05:29:01.7742390Z RuntimeError: Expected error 2022-05-18T05:29:01.7742530Z 2022-05-18T05:29:01.7868580Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:29:01.7871350Z RuntimeError('Expected error') 2022-05-18T05:29:01.7871850Z Traceback (most recent call last): 2022-05-18T05:29:01.7872640Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:29:01.7873300Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:29:01.7875010Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/functions.py", line 162, in wrapper 2022-05-18T05:29:01.7875640Z return fn(*args, **kwargs) 2022-05-18T05:29:01.7876470Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 468, in async_raise_func 2022-05-18T05:29:01.7877100Z raise RuntimeError("Expected error") 2022-05-18T05:29:01.7877550Z RuntimeError: Expected error 2022-05-18T05:29:01.7877890Z 2022-05-18T05:29:01.8079390Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:29:01.8182820Z RuntimeError('Expected error') 2022-05-18T05:29:01.8293480Z Traceback (most recent call last): 2022-05-18T05:29:01.8457360Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:29:01.8591640Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:29:01.8790890Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/functions.py", line 162, in wrapper 2022-05-18T05:29:01.8892360Z return fn(*args, **kwargs) 2022-05-18T05:29:01.8994250Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 468, in async_raise_func 2022-05-18T05:29:01.9097020Z raise RuntimeError("Expected error") 2022-05-18T05:29:01.9198120Z RuntimeError: Expected error 2022-05-18T05:29:01.9298980Z 2022-05-18T05:29:01.9399840Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:29:01.9501140Z RuntimeError('Expected error') 2022-05-18T05:29:01.9564790Z Traceback (most recent call last): 2022-05-18T05:29:01.9648100Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:29:01.9742340Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:29:01.9768100Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/functions.py", line 162, in wrapper 2022-05-18T05:29:01.9850380Z return fn(*args, **kwargs) 2022-05-18T05:29:01.9944460Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 468, in async_raise_func 2022-05-18T05:29:01.9969730Z raise RuntimeError("Expected error") 2022-05-18T05:29:02.0070750Z RuntimeError: Expected error 2022-05-18T05:29:02.0171470Z 2022-05-18T05:29:02.2589220Z ok (3.690s) 2022-05-18T05:29:02.2664020Z 2022-05-18T05:29:02.2665890Z ---------------------------------------------------------------------- 2022-05-18T05:29:02.2666250Z Ran 1 test in 3.691s 2022-05-18T05:29:02.2666390Z 2022-05-18T05:29:02.2666530Z OK 2022-05-18T05:29:02.2666850Z 2022-05-18T05:29:02.2667160Z Generating XML reports... 2022-05-18T05:29:02.2668190Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052858.xml 2022-05-18T05:29:03.7056590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg99thbrr 2022-05-18T05:29:03.7060030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg99thbrr/_remote_module_non_scriptable.py 2022-05-18T05:29:04.1660470Z 2022-05-18T05:29:04.1660810Z Running tests... 2022-05-18T05:29:04.1661460Z ---------------------------------------------------------------------- 2022-05-18T05:29:04.1662000Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:29:04.6027780Z test_async_function_simple (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10349 2022-05-18T05:29:04.6254940Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10350 2022-05-18T05:29:04.6356270Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10351 2022-05-18T05:29:04.6457830Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10352 2022-05-18T05:29:06.2718100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_0e0ya_8 2022-05-18T05:29:06.2759940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_0e0ya_8/_remote_module_non_scriptable.py 2022-05-18T05:29:06.2905030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2n9mhlv3 2022-05-18T05:29:06.2979440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2n9mhlv3/_remote_module_non_scriptable.py 2022-05-18T05:29:06.3081870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm5wpa3cs 2022-05-18T05:29:06.3155670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm5wpa3cs/_remote_module_non_scriptable.py 2022-05-18T05:29:06.3164110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpme1mutde 2022-05-18T05:29:06.3264950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpme1mutde/_remote_module_non_scriptable.py 2022-05-18T05:29:06.8767270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:29:06.8851170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:29:06.8859260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:06.8921100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:29:07.3842220Z ok (3.218s) 2022-05-18T05:29:07.3921280Z 2022-05-18T05:29:07.3923430Z ---------------------------------------------------------------------- 2022-05-18T05:29:07.3923800Z Ran 1 test in 3.218s 2022-05-18T05:29:07.3923940Z 2022-05-18T05:29:07.3924010Z OK 2022-05-18T05:29:07.3924110Z 2022-05-18T05:29:07.3924230Z Generating XML reports... 2022-05-18T05:29:07.3925470Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052904.xml 2022-05-18T05:29:08.8476800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgwbukrve 2022-05-18T05:29:08.8480240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgwbukrve/_remote_module_non_scriptable.py 2022-05-18T05:29:09.3169240Z 2022-05-18T05:29:09.3170570Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:29:09.3171000Z Running tests... 2022-05-18T05:29:09.3171430Z ---------------------------------------------------------------------- 2022-05-18T05:29:09.7825420Z test_async_function_with_future_ctor (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10361 2022-05-18T05:29:09.7898350Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10362 2022-05-18T05:29:09.8007930Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10363 2022-05-18T05:29:09.8124140Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10364 2022-05-18T05:29:11.4807170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplrdax8c2 2022-05-18T05:29:11.4873950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplrdax8c2/_remote_module_non_scriptable.py 2022-05-18T05:29:11.5041960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeswgz0tu 2022-05-18T05:29:11.5115810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeswgz0tu/_remote_module_non_scriptable.py 2022-05-18T05:29:11.5277060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5giy2cqt 2022-05-18T05:29:11.5360400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5giy2cqt/_remote_module_non_scriptable.py 2022-05-18T05:29:11.5561740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz9y1pocf 2022-05-18T05:29:11.5562420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz9y1pocf/_remote_module_non_scriptable.py 2022-05-18T05:29:12.1094000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:29:12.1316450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:29:12.1479550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:29:12.1644840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:12.9989450Z ok (3.681s) 2022-05-18T05:29:13.0066630Z 2022-05-18T05:29:13.0067760Z ---------------------------------------------------------------------- 2022-05-18T05:29:13.0068140Z Ran 1 test in 3.682s 2022-05-18T05:29:13.0068280Z 2022-05-18T05:29:13.0068350Z OK 2022-05-18T05:29:13.0068450Z 2022-05-18T05:29:13.0068550Z Generating XML reports... 2022-05-18T05:29:13.0069150Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052909.xml 2022-05-18T05:29:14.4414780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfxyijv_8 2022-05-18T05:29:14.4418470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfxyijv_8/_remote_module_non_scriptable.py 2022-05-18T05:29:14.9059980Z 2022-05-18T05:29:14.9060810Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:29:14.9061390Z Running tests... 2022-05-18T05:29:14.9062020Z ---------------------------------------------------------------------- 2022-05-18T05:29:15.3407530Z test_async_function_with_future_ctor_remote (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10372 2022-05-18T05:29:15.3549130Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10373 2022-05-18T05:29:15.3673330Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10374 2022-05-18T05:29:15.3777520Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10375 2022-05-18T05:29:16.9994050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppvzk0r24 2022-05-18T05:29:17.0057540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppvzk0r24/_remote_module_non_scriptable.py 2022-05-18T05:29:17.0201580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsojdpqcy 2022-05-18T05:29:17.0254930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsojdpqcy/_remote_module_non_scriptable.py 2022-05-18T05:29:17.0645310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp63v77v_u 2022-05-18T05:29:17.0656510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp63v77v_u/_remote_module_non_scriptable.py 2022-05-18T05:29:17.0759890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw79u4fqm 2022-05-18T05:29:17.0770640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw79u4fqm/_remote_module_non_scriptable.py 2022-05-18T05:29:17.6103080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:29:17.6233750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:17.6534170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:29:17.6614270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:29:18.3845280Z ok (3.478s) 2022-05-18T05:29:18.3920690Z 2022-05-18T05:29:18.3921400Z ---------------------------------------------------------------------- 2022-05-18T05:29:18.3921730Z Ran 1 test in 3.479s 2022-05-18T05:29:18.3921860Z 2022-05-18T05:29:18.3921930Z OK 2022-05-18T05:29:18.3922040Z 2022-05-18T05:29:18.3922140Z Generating XML reports... 2022-05-18T05:29:18.3922730Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052914.xml 2022-05-18T05:29:19.8121160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn4kajsak 2022-05-18T05:29:19.8211680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn4kajsak/_remote_module_non_scriptable.py 2022-05-18T05:29:20.2635740Z 2022-05-18T05:29:20.2636080Z Running tests... 2022-05-18T05:29:20.2636710Z ---------------------------------------------------------------------- 2022-05-18T05:29:20.2637510Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:29:20.6888780Z test_async_function_wrong_return_type (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10384 2022-05-18T05:29:20.6978990Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10385 2022-05-18T05:29:20.7162040Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10386 2022-05-18T05:29:20.7276990Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10387 2022-05-18T05:29:22.2876310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpin552lyc 2022-05-18T05:29:22.2961900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpin552lyc/_remote_module_non_scriptable.py 2022-05-18T05:29:22.3276770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7gi3ib9t 2022-05-18T05:29:22.3299310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7gi3ib9t/_remote_module_non_scriptable.py 2022-05-18T05:29:22.3323350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplscaj67w 2022-05-18T05:29:22.3344300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplscaj67w/_remote_module_non_scriptable.py 2022-05-18T05:29:22.3445460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7cvpwspv 2022-05-18T05:29:22.3468580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7cvpwspv/_remote_module_non_scriptable.py 2022-05-18T05:29:22.8711970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:29:22.8992620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:22.9000400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:29:22.9118640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:29:23.7131070Z ok (3.449s) 2022-05-18T05:29:23.7205030Z 2022-05-18T05:29:23.7205760Z ---------------------------------------------------------------------- 2022-05-18T05:29:23.7206250Z Ran 1 test in 3.450s 2022-05-18T05:29:23.7206590Z 2022-05-18T05:29:23.7206670Z OK 2022-05-18T05:29:23.7206780Z 2022-05-18T05:29:23.7206880Z Generating XML reports... 2022-05-18T05:29:23.7207500Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052920.xml 2022-05-18T05:29:25.1290060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzjz4kzi3 2022-05-18T05:29:25.1294100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzjz4kzi3/_remote_module_non_scriptable.py 2022-05-18T05:29:25.5891410Z 2022-05-18T05:29:25.5892250Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:29:25.5893240Z Running tests... 2022-05-18T05:29:25.5893800Z ---------------------------------------------------------------------- 2022-05-18T05:29:26.0211030Z test_async_function_wrong_return_type_async (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10395 2022-05-18T05:29:26.0288220Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10396 2022-05-18T05:29:26.0440940Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10397 2022-05-18T05:29:26.0569790Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10398 2022-05-18T05:29:27.7093190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbv7vltwx 2022-05-18T05:29:27.7159200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbv7vltwx/_remote_module_non_scriptable.py 2022-05-18T05:29:27.7408740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjic57c13 2022-05-18T05:29:27.7439540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjic57c13/_remote_module_non_scriptable.py 2022-05-18T05:29:27.7449910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2kkn7hvy 2022-05-18T05:29:27.7545010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2kkn7hvy/_remote_module_non_scriptable.py 2022-05-18T05:29:27.7761390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9jhe3mcn 2022-05-18T05:29:27.7789030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9jhe3mcn/_remote_module_non_scriptable.py 2022-05-18T05:29:28.3129950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:29:28.3551880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:29:28.3605770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:28.3847570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:29:29.1341340Z ok (3.544s) 2022-05-18T05:29:29.1414240Z 2022-05-18T05:29:29.1414890Z ---------------------------------------------------------------------- 2022-05-18T05:29:29.1415210Z Ran 1 test in 3.545s 2022-05-18T05:29:29.1415380Z 2022-05-18T05:29:29.1415450Z OK 2022-05-18T05:29:29.1415550Z 2022-05-18T05:29:29.1415650Z Generating XML reports... 2022-05-18T05:29:29.1416250Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052925.xml 2022-05-18T05:29:30.6045690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9x9k_e__ 2022-05-18T05:29:30.6048840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9x9k_e__/_remote_module_non_scriptable.py 2022-05-18T05:29:31.0586240Z 2022-05-18T05:29:31.0586580Z Running tests... 2022-05-18T05:29:31.0587610Z ---------------------------------------------------------------------- 2022-05-18T05:29:31.0588200Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:29:31.4949510Z test_async_function_wrong_return_type_remote (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10407 2022-05-18T05:29:31.5118750Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10408 2022-05-18T05:29:31.5243130Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10409 2022-05-18T05:29:31.5244170Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10410 2022-05-18T05:29:33.1384760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbvw7a0c6 2022-05-18T05:29:33.1486320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbvw7a0c6/_remote_module_non_scriptable.py 2022-05-18T05:29:33.2536980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfc5emo98 2022-05-18T05:29:33.2606590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfc5emo98/_remote_module_non_scriptable.py 2022-05-18T05:29:33.2724080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe8hyp1_i 2022-05-18T05:29:33.2779240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe8hyp1_i/_remote_module_non_scriptable.py 2022-05-18T05:29:33.2878850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr1tf0l2c 2022-05-18T05:29:33.2928080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr1tf0l2c/_remote_module_non_scriptable.py 2022-05-18T05:29:33.7906550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:29:33.8539290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:29:33.8681310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:33.8685880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:29:34.3842160Z ok (3.325s) 2022-05-18T05:29:34.3918680Z 2022-05-18T05:29:34.3919520Z ---------------------------------------------------------------------- 2022-05-18T05:29:34.3919900Z Ran 1 test in 3.326s 2022-05-18T05:29:34.3920030Z 2022-05-18T05:29:34.3920090Z OK 2022-05-18T05:29:34.3920200Z 2022-05-18T05:29:34.3920300Z Generating XML reports... 2022-05-18T05:29:34.3920900Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052931.xml 2022-05-18T05:29:35.8229650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppyxzlkbs 2022-05-18T05:29:35.8239810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppyxzlkbs/_remote_module_non_scriptable.py 2022-05-18T05:29:36.2843570Z 2022-05-18T05:29:36.2844400Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:29:36.2844770Z Running tests... 2022-05-18T05:29:36.2845180Z ---------------------------------------------------------------------- 2022-05-18T05:29:36.7168370Z test_async_record_function_cbs_jit_call (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10425 2022-05-18T05:29:36.7247250Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10426 2022-05-18T05:29:36.7404320Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10427 2022-05-18T05:29:36.7514280Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10428 2022-05-18T05:29:38.4191180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppv7hrpvc 2022-05-18T05:29:38.4234190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp41kh83k5 2022-05-18T05:29:38.4335730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppv7hrpvc/_remote_module_non_scriptable.py 2022-05-18T05:29:38.4358380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp41kh83k5/_remote_module_non_scriptable.py 2022-05-18T05:29:38.4367560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoalz5dg_ 2022-05-18T05:29:38.4419680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoalz5dg_/_remote_module_non_scriptable.py 2022-05-18T05:29:38.4520660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpikbkszkx 2022-05-18T05:29:38.4620210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpikbkszkx/_remote_module_non_scriptable.py 2022-05-18T05:29:39.0402780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:29:39.0427080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:39.0500100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:29:39.0612300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:29:39.6339980Z ok (3.349s) 2022-05-18T05:29:39.6417050Z 2022-05-18T05:29:39.6417750Z ---------------------------------------------------------------------- 2022-05-18T05:29:39.6418090Z Ran 1 test in 3.350s 2022-05-18T05:29:39.6418230Z 2022-05-18T05:29:39.6418290Z OK 2022-05-18T05:29:39.6418400Z 2022-05-18T05:29:39.6418890Z Generating XML reports... 2022-05-18T05:29:39.6419560Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052936.xml 2022-05-18T05:29:41.1138590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp121bg17g 2022-05-18T05:29:41.1142070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp121bg17g/_remote_module_non_scriptable.py 2022-05-18T05:29:41.5731060Z 2022-05-18T05:29:41.5731990Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:29:41.5732930Z Running tests... 2022-05-18T05:29:41.5733670Z ---------------------------------------------------------------------- 2022-05-18T05:29:42.0122280Z test_async_record_function_double_end_callbacks (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10437 2022-05-18T05:29:42.0209240Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10438 2022-05-18T05:29:42.0338520Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10439 2022-05-18T05:29:42.0460050Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10440 2022-05-18T05:29:43.7437400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt9xbhpj2 2022-05-18T05:29:43.7500610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt9xbhpj2/_remote_module_non_scriptable.py 2022-05-18T05:29:43.7667030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyj_c7zqd 2022-05-18T05:29:43.7748360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyj_c7zqd/_remote_module_non_scriptable.py 2022-05-18T05:29:43.7850160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdsvi1kf3 2022-05-18T05:29:43.7986400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdsvi1kf3/_remote_module_non_scriptable.py 2022-05-18T05:29:43.8289250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk92iki8j 2022-05-18T05:29:43.8388470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk92iki8j/_remote_module_non_scriptable.py 2022-05-18T05:29:44.3763040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:44.3782590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:29:44.3871620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:29:44.4378700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:29:46.1872390Z ok (4.614s) 2022-05-18T05:29:46.1943630Z 2022-05-18T05:29:46.1944270Z ---------------------------------------------------------------------- 2022-05-18T05:29:46.1944580Z Ran 1 test in 4.614s 2022-05-18T05:29:46.1944750Z 2022-05-18T05:29:46.1944800Z OK 2022-05-18T05:29:46.1944910Z 2022-05-18T05:29:46.1945020Z Generating XML reports... 2022-05-18T05:29:46.1945600Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052941.xml 2022-05-18T05:29:47.6204050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzfxw99gl 2022-05-18T05:29:47.6207210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzfxw99gl/_remote_module_non_scriptable.py 2022-05-18T05:29:48.0728170Z 2022-05-18T05:29:48.0729120Z Running tests... 2022-05-18T05:29:48.0729830Z ---------------------------------------------------------------------- 2022-05-18T05:29:48.0730370Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:29:48.5021480Z test_async_record_function_double_end_callbacks_new_signatures (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10448 2022-05-18T05:29:48.5188260Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10449 2022-05-18T05:29:48.5195630Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10450 2022-05-18T05:29:48.5342240Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10451 2022-05-18T05:29:50.2240510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_6euexbr 2022-05-18T05:29:50.2302020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_6euexbr/_remote_module_non_scriptable.py 2022-05-18T05:29:50.2839130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphhmikc15 2022-05-18T05:29:50.2883500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphhmikc15/_remote_module_non_scriptable.py 2022-05-18T05:29:50.2954750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdv7xdhhl 2022-05-18T05:29:50.3050980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9e5fuh95 2022-05-18T05:29:50.3093360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdv7xdhhl/_remote_module_non_scriptable.py 2022-05-18T05:29:50.3160390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9e5fuh95/_remote_module_non_scriptable.py 2022-05-18T05:29:50.8431180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:29:50.8658690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:29:50.8755720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:29:50.8776320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:52.5087590Z ok (4.436s) 2022-05-18T05:29:52.5159120Z 2022-05-18T05:29:52.5159860Z ---------------------------------------------------------------------- 2022-05-18T05:29:52.5160190Z Ran 1 test in 4.436s 2022-05-18T05:29:52.5160320Z 2022-05-18T05:29:52.5160390Z OK 2022-05-18T05:29:52.5160670Z 2022-05-18T05:29:52.5160780Z Generating XML reports... 2022-05-18T05:29:52.5161420Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052948.xml 2022-05-18T05:29:53.9243720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo528r5nj 2022-05-18T05:29:53.9246750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo528r5nj/_remote_module_non_scriptable.py 2022-05-18T05:29:54.3713210Z 2022-05-18T05:29:54.3714040Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:29:54.3714710Z Running tests... 2022-05-18T05:29:54.3715440Z ---------------------------------------------------------------------- 2022-05-18T05:29:54.7909370Z test_async_static_method (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10460 2022-05-18T05:29:54.7985230Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10461 2022-05-18T05:29:54.8122060Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10462 2022-05-18T05:29:54.8258710Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10463 2022-05-18T05:29:56.4568850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvwh_5ctz 2022-05-18T05:29:56.4596740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvwh_5ctz/_remote_module_non_scriptable.py 2022-05-18T05:29:56.4607060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphfloh71p 2022-05-18T05:29:56.4710290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphfloh71p/_remote_module_non_scriptable.py 2022-05-18T05:29:56.4710960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf2lti_a_ 2022-05-18T05:29:56.4723190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf2lti_a_/_remote_module_non_scriptable.py 2022-05-18T05:29:56.4822800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptrg61rf6 2022-05-18T05:29:56.4923570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptrg61rf6/_remote_module_non_scriptable.py 2022-05-18T05:29:57.0722860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:29:57.0759200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:29:57.0838540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:57.0872460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:29:57.6343440Z ok (3.263s) 2022-05-18T05:29:57.6418390Z 2022-05-18T05:29:57.6421370Z ---------------------------------------------------------------------- 2022-05-18T05:29:57.6421750Z Ran 1 test in 3.263s 2022-05-18T05:29:57.6421890Z 2022-05-18T05:29:57.6421950Z OK 2022-05-18T05:29:57.6422060Z 2022-05-18T05:29:57.6422160Z Generating XML reports... 2022-05-18T05:29:57.6423210Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052954.xml 2022-05-18T05:29:59.0582730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp94by7yiz 2022-05-18T05:29:59.0586810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp94by7yiz/_remote_module_non_scriptable.py 2022-05-18T05:29:59.5173490Z 2022-05-18T05:29:59.5174220Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:29:59.5174620Z Running tests... 2022-05-18T05:29:59.5175020Z ---------------------------------------------------------------------- 2022-05-18T05:29:59.9477670Z test_async_static_method_remote (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10471 2022-05-18T05:29:59.9560750Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10472 2022-05-18T05:29:59.9737580Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10473 2022-05-18T05:29:59.9877520Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10474 2022-05-18T05:30:01.6618820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpujuqsq0l 2022-05-18T05:30:01.6720480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpujuqsq0l/_remote_module_non_scriptable.py 2022-05-18T05:30:01.6831180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnrhcf75z 2022-05-18T05:30:01.6888160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnrhcf75z/_remote_module_non_scriptable.py 2022-05-18T05:30:01.7526940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps6btjbnm 2022-05-18T05:30:01.7613340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps6btjbnm/_remote_module_non_scriptable.py 2022-05-18T05:30:01.7710470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq2f2f1oz 2022-05-18T05:30:01.7731730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq2f2f1oz/_remote_module_non_scriptable.py 2022-05-18T05:30:02.2682520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:02.2786110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:02.3283080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:30:02.3412060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:30:03.0090650Z ok (3.491s) 2022-05-18T05:30:03.0166740Z 2022-05-18T05:30:03.0167520Z ---------------------------------------------------------------------- 2022-05-18T05:30:03.0167860Z Ran 1 test in 3.492s 2022-05-18T05:30:03.0168000Z 2022-05-18T05:30:03.0168060Z OK 2022-05-18T05:30:03.0168160Z 2022-05-18T05:30:03.0168260Z Generating XML reports... 2022-05-18T05:30:03.0168860Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518052959.xml 2022-05-18T05:30:04.4273190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphcg_g23l 2022-05-18T05:30:04.4276250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphcg_g23l/_remote_module_non_scriptable.py 2022-05-18T05:30:04.8840290Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:30:04.8841050Z 2022-05-18T05:30:04.8841130Z Running tests... 2022-05-18T05:30:04.8841570Z ---------------------------------------------------------------------- 2022-05-18T05:30:05.3182620Z test_build_rpc_profiling_key (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10484 2022-05-18T05:30:05.3339850Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10485 2022-05-18T05:30:05.3454240Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10486 2022-05-18T05:30:05.3614860Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10487 2022-05-18T05:30:06.9611030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbugr207b 2022-05-18T05:30:06.9612610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbugr207b/_remote_module_non_scriptable.py 2022-05-18T05:30:06.9940030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpao0ol0sf 2022-05-18T05:30:07.0004030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpao0ol0sf/_remote_module_non_scriptable.py 2022-05-18T05:30:07.0189470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5mf8zl1m 2022-05-18T05:30:07.0239840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5mf8zl1m/_remote_module_non_scriptable.py 2022-05-18T05:30:07.0442680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5vhc4r5a 2022-05-18T05:30:07.0447220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5vhc4r5a/_remote_module_non_scriptable.py 2022-05-18T05:30:07.5663070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:07.6050830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:07.6204190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:30:07.6813570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:30:08.0372810Z ok (3.153s) 2022-05-18T05:30:08.0445080Z 2022-05-18T05:30:08.0445900Z ---------------------------------------------------------------------- 2022-05-18T05:30:08.0446250Z Ran 1 test in 3.154s 2022-05-18T05:30:08.0446380Z 2022-05-18T05:30:08.0446450Z OK 2022-05-18T05:30:08.0446550Z 2022-05-18T05:30:08.0446660Z Generating XML reports... 2022-05-18T05:30:08.0447250Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053004.xml 2022-05-18T05:30:09.4843440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoetizr2e 2022-05-18T05:30:09.4846860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoetizr2e/_remote_module_non_scriptable.py 2022-05-18T05:30:09.9410970Z 2022-05-18T05:30:09.9411780Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:30:09.9412160Z Running tests... 2022-05-18T05:30:09.9412570Z ---------------------------------------------------------------------- 2022-05-18T05:30:10.3881230Z test_builtin_remote_ret (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10496 2022-05-18T05:30:10.4010030Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10497 2022-05-18T05:30:10.4206740Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10498 2022-05-18T05:30:10.4418670Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10499 2022-05-18T05:30:12.0696940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp_pv9jef 2022-05-18T05:30:12.0767140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp_pv9jef/_remote_module_non_scriptable.py 2022-05-18T05:30:12.1021470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp98ou4yey 2022-05-18T05:30:12.1071330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp98ou4yey/_remote_module_non_scriptable.py 2022-05-18T05:30:12.1274940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpje8bj3iw 2022-05-18T05:30:12.1332250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpje8bj3iw/_remote_module_non_scriptable.py 2022-05-18T05:30:12.1660390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb891z1d7 2022-05-18T05:30:12.1760830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb891z1d7/_remote_module_non_scriptable.py 2022-05-18T05:30:12.7113460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:30:12.7376250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:30:12.7502880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:12.7700130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:13.3839450Z ok (3.442s) 2022-05-18T05:30:13.3910220Z 2022-05-18T05:30:13.3910910Z ---------------------------------------------------------------------- 2022-05-18T05:30:13.3911230Z Ran 1 test in 3.443s 2022-05-18T05:30:13.3911370Z 2022-05-18T05:30:13.3911430Z OK 2022-05-18T05:30:13.3911540Z 2022-05-18T05:30:13.3911640Z Generating XML reports... 2022-05-18T05:30:13.3912220Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053009.xml 2022-05-18T05:30:14.8213490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9x4496lj 2022-05-18T05:30:14.8216700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9x4496lj/_remote_module_non_scriptable.py 2022-05-18T05:30:15.2836840Z 2022-05-18T05:30:15.2837660Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:30:15.2838030Z Running tests... 2022-05-18T05:30:15.2838460Z ---------------------------------------------------------------------- 2022-05-18T05:30:15.7093890Z test_builtin_remote_self (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10507 2022-05-18T05:30:15.7238720Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10508 2022-05-18T05:30:15.7405520Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10509 2022-05-18T05:30:15.7409630Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10510 2022-05-18T05:30:17.3439570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppdhil296 2022-05-18T05:30:17.3528860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppdhil296/_remote_module_non_scriptable.py 2022-05-18T05:30:17.3633700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf48tmwg2 2022-05-18T05:30:17.3698090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf48tmwg2/_remote_module_non_scriptable.py 2022-05-18T05:30:17.3733370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqh_3tq20 2022-05-18T05:30:17.3792160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvlkj4g_x 2022-05-18T05:30:17.3893540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvlkj4g_x/_remote_module_non_scriptable.py 2022-05-18T05:30:17.3924580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqh_3tq20/_remote_module_non_scriptable.py 2022-05-18T05:30:17.9340540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:30:17.9597870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:17.9627510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:30:17.9939630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:18.6354930Z ok (3.351s) 2022-05-18T05:30:18.6438610Z 2022-05-18T05:30:18.6439490Z ---------------------------------------------------------------------- 2022-05-18T05:30:18.6439840Z Ran 1 test in 3.352s 2022-05-18T05:30:18.6439970Z 2022-05-18T05:30:18.6440040Z OK 2022-05-18T05:30:18.6440520Z 2022-05-18T05:30:18.6440660Z Generating XML reports... 2022-05-18T05:30:18.6441280Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053015.xml 2022-05-18T05:30:20.0859660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8t4pcjh_ 2022-05-18T05:30:20.0863200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8t4pcjh_/_remote_module_non_scriptable.py 2022-05-18T05:30:20.5645560Z 2022-05-18T05:30:20.5646350Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:30:20.5747670Z Running tests... 2022-05-18T05:30:20.5755590Z ---------------------------------------------------------------------- 2022-05-18T05:30:20.5757310Z test_call_method_on_rref (__main__.TensorPipeRpcTest) 2022-05-18T05:30:20.9983690Z Tests that it is possible to call an instance method on a remote objet ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10519 2022-05-18T05:30:21.0130780Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10520 2022-05-18T05:30:21.0265680Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10521 2022-05-18T05:30:21.0395500Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10522 2022-05-18T05:30:22.6740710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp59009die 2022-05-18T05:30:22.6751010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp59009die/_remote_module_non_scriptable.py 2022-05-18T05:30:22.6849710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu8uxkzet 2022-05-18T05:30:22.6942000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu8uxkzet/_remote_module_non_scriptable.py 2022-05-18T05:30:22.6979120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp916r551i 2022-05-18T05:30:22.7033590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp916r551i/_remote_module_non_scriptable.py 2022-05-18T05:30:22.7082660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_c2sziai 2022-05-18T05:30:22.7184090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_c2sziai/_remote_module_non_scriptable.py 2022-05-18T05:30:23.2913970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:30:23.2930130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:23.3039660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:30:23.3044070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:23.9696420Z ok (3.408s) 2022-05-18T05:30:23.9769930Z 2022-05-18T05:30:23.9770600Z ---------------------------------------------------------------------- 2022-05-18T05:30:23.9770950Z Ran 1 test in 3.408s 2022-05-18T05:30:23.9771110Z 2022-05-18T05:30:23.9771180Z OK 2022-05-18T05:30:23.9771280Z 2022-05-18T05:30:23.9771580Z Generating XML reports... 2022-05-18T05:30:23.9772350Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053020.xml 2022-05-18T05:30:25.4012250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp73a09iun 2022-05-18T05:30:25.4015430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp73a09iun/_remote_module_non_scriptable.py 2022-05-18T05:30:25.8468080Z 2022-05-18T05:30:25.8468840Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:30:25.8469220Z Running tests... 2022-05-18T05:30:25.8469630Z ---------------------------------------------------------------------- 2022-05-18T05:30:26.2706240Z test_callback_chain (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10530 2022-05-18T05:30:26.2852410Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10531 2022-05-18T05:30:26.2988130Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10532 2022-05-18T05:30:26.3099470Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10533 2022-05-18T05:30:27.9177430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_6wgum3f 2022-05-18T05:30:27.9230030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_6wgum3f/_remote_module_non_scriptable.py 2022-05-18T05:30:27.9394470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq_c4w7tx 2022-05-18T05:30:27.9476480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq_c4w7tx/_remote_module_non_scriptable.py 2022-05-18T05:30:27.9580630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuul3115p 2022-05-18T05:30:27.9633710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuul3115p/_remote_module_non_scriptable.py 2022-05-18T05:30:27.9730260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw26ldsl7 2022-05-18T05:30:27.9786790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw26ldsl7/_remote_module_non_scriptable.py 2022-05-18T05:30:28.5154500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:30:28.5453620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:30:28.5456880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:28.5567900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:29.2587360Z ok (3.412s) 2022-05-18T05:30:29.2662630Z 2022-05-18T05:30:29.2663470Z ---------------------------------------------------------------------- 2022-05-18T05:30:29.2663780Z Ran 1 test in 3.412s 2022-05-18T05:30:29.2663930Z 2022-05-18T05:30:29.2664000Z OK 2022-05-18T05:30:29.2664110Z 2022-05-18T05:30:29.2664210Z Generating XML reports... 2022-05-18T05:30:29.2664820Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053025.xml 2022-05-18T05:30:30.7091130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1g0f254t 2022-05-18T05:30:30.7095780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1g0f254t/_remote_module_non_scriptable.py 2022-05-18T05:30:31.1601840Z 2022-05-18T05:30:31.1602660Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:30:31.1603040Z Running tests... 2022-05-18T05:30:31.1603430Z ---------------------------------------------------------------------- 2022-05-18T05:30:31.5804560Z test_callback_in_rpc (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10542 2022-05-18T05:30:31.5962570Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10543 2022-05-18T05:30:31.6088510Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10544 2022-05-18T05:30:31.6193320Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10545 2022-05-18T05:30:33.2259310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpinzbjn4s 2022-05-18T05:30:33.2346560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpinzbjn4s/_remote_module_non_scriptable.py 2022-05-18T05:30:33.2388570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfhoh6czf 2022-05-18T05:30:33.2449440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfhoh6czf/_remote_module_non_scriptable.py 2022-05-18T05:30:33.2631140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkda7w0ek 2022-05-18T05:30:33.2684400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkda7w0ek/_remote_module_non_scriptable.py 2022-05-18T05:30:33.3036950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0mo8iw5v 2022-05-18T05:30:33.3128150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0mo8iw5v/_remote_module_non_scriptable.py 2022-05-18T05:30:33.8420940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:33.8442400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:30:33.8532470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:33.8772020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:30:34.5193820Z ok (3.359s) 2022-05-18T05:30:34.5268540Z 2022-05-18T05:30:34.5269240Z ---------------------------------------------------------------------- 2022-05-18T05:30:34.5269560Z Ran 1 test in 3.360s 2022-05-18T05:30:34.5269710Z 2022-05-18T05:30:34.5270220Z OK 2022-05-18T05:30:34.5270340Z 2022-05-18T05:30:34.5270450Z Generating XML reports... 2022-05-18T05:30:34.5271080Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053031.xml 2022-05-18T05:30:35.9351640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi25taau7 2022-05-18T05:30:35.9355830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi25taau7/_remote_module_non_scriptable.py 2022-05-18T05:30:36.3843140Z 2022-05-18T05:30:36.3843960Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:30:36.3844320Z Running tests... 2022-05-18T05:30:36.3844730Z ---------------------------------------------------------------------- 2022-05-18T05:30:36.8143790Z test_callback_multi (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10553 2022-05-18T05:30:36.8283250Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10554 2022-05-18T05:30:36.8474310Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10555 2022-05-18T05:30:36.8505590Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10556 2022-05-18T05:30:38.4440670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgph1d45t 2022-05-18T05:30:38.4526690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgph1d45t/_remote_module_non_scriptable.py 2022-05-18T05:30:38.5074250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgysk7xr1 2022-05-18T05:30:38.5075380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgysk7xr1/_remote_module_non_scriptable.py 2022-05-18T05:30:38.5180580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_0_3g26b 2022-05-18T05:30:38.5357660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpekua7wg2 2022-05-18T05:30:38.5475570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_0_3g26b/_remote_module_non_scriptable.py 2022-05-18T05:30:38.5625110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpekua7wg2/_remote_module_non_scriptable.py 2022-05-18T05:30:39.0408370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:39.0846690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:30:39.0913210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:39.0936280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:30:39.7666600Z ok (3.382s) 2022-05-18T05:30:39.7741470Z 2022-05-18T05:30:39.7742440Z ---------------------------------------------------------------------- 2022-05-18T05:30:39.7742760Z Ran 1 test in 3.383s 2022-05-18T05:30:39.7742910Z 2022-05-18T05:30:39.7742980Z OK 2022-05-18T05:30:39.7743090Z 2022-05-18T05:30:39.7743190Z Generating XML reports... 2022-05-18T05:30:39.7743780Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053036.xml 2022-05-18T05:30:41.2121630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyuwayugd 2022-05-18T05:30:41.2125490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyuwayugd/_remote_module_non_scriptable.py 2022-05-18T05:30:41.6708190Z 2022-05-18T05:30:41.6709010Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:30:41.6709390Z Running tests... 2022-05-18T05:30:41.6709850Z ---------------------------------------------------------------------- 2022-05-18T05:30:42.1013330Z test_callback_none (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10565 2022-05-18T05:30:42.1152350Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10566 2022-05-18T05:30:42.1268040Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10567 2022-05-18T05:30:42.1387920Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10568 2022-05-18T05:30:43.7510990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvag1nxkl 2022-05-18T05:30:43.7612560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvag1nxkl/_remote_module_non_scriptable.py 2022-05-18T05:30:43.8121320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprwavswxh 2022-05-18T05:30:43.8129270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprwavswxh/_remote_module_non_scriptable.py 2022-05-18T05:30:43.8154060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiziwnqy9 2022-05-18T05:30:43.8255970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuky7ht_4 2022-05-18T05:30:43.8257660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuky7ht_4/_remote_module_non_scriptable.py 2022-05-18T05:30:43.8423980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiziwnqy9/_remote_module_non_scriptable.py 2022-05-18T05:30:44.3345240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:30:44.3904440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:44.4033080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:44.4056330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:30:44.6943790Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:30:44.6944420Z ValueError('Expected error') 2022-05-18T05:30:44.6944670Z Traceback (most recent call last): 2022-05-18T05:30:44.6945220Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:30:44.6945630Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:30:44.6946230Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:30:44.6946610Z raise ValueError(expected_err) 2022-05-18T05:30:44.6946840Z ValueError: Expected error 2022-05-18T05:30:44.6946980Z 2022-05-18T05:30:44.7234510Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:30:44.7235590Z ValueError('Expected error') 2022-05-18T05:30:44.7236260Z Traceback (most recent call last): 2022-05-18T05:30:44.7237170Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:30:44.7237960Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:30:44.7238900Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:30:44.7240840Z raise ValueError(expected_err) 2022-05-18T05:30:44.7242070Z ValueError: Expected error 2022-05-18T05:30:44.7242540Z 2022-05-18T05:30:44.7650880Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:30:44.7786450Z ValueError('Expected error') 2022-05-18T05:30:44.7796690Z Traceback (most recent call last): 2022-05-18T05:30:44.7893840Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:30:44.7945350Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:30:44.8007790Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:30:44.8097870Z raise ValueError(expected_err) 2022-05-18T05:30:44.8147430Z ValueError: Expected error 2022-05-18T05:30:44.8209380Z 2022-05-18T05:30:44.8300030Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:30:44.8337440Z ValueError('Expected error') 2022-05-18T05:30:44.8411080Z Traceback (most recent call last): 2022-05-18T05:30:44.8503790Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:30:44.8540170Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:30:44.8616150Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:30:44.8705900Z raise ValueError(expected_err) 2022-05-18T05:30:44.8742190Z ValueError: Expected error 2022-05-18T05:30:44.8818440Z 2022-05-18T05:30:45.1674310Z ok (3.496s) 2022-05-18T05:30:45.1756860Z 2022-05-18T05:30:45.1758220Z ---------------------------------------------------------------------- 2022-05-18T05:30:45.1758730Z Ran 1 test in 3.497s 2022-05-18T05:30:45.1758880Z 2022-05-18T05:30:45.1758950Z OK 2022-05-18T05:30:45.1759060Z 2022-05-18T05:30:45.1759160Z Generating XML reports... 2022-05-18T05:30:45.1759780Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053041.xml 2022-05-18T05:30:46.6004210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpefqn8rtj 2022-05-18T05:30:46.6007330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpefqn8rtj/_remote_module_non_scriptable.py 2022-05-18T05:30:47.0522670Z 2022-05-18T05:30:47.0523460Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:30:47.0523830Z Running tests... 2022-05-18T05:30:47.0524240Z ---------------------------------------------------------------------- 2022-05-18T05:30:47.4830110Z test_callback_simple (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10576 2022-05-18T05:30:47.4920700Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10577 2022-05-18T05:30:47.5093150Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10578 2022-05-18T05:30:47.5197670Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10579 2022-05-18T05:30:49.1461430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8jdv_g04 2022-05-18T05:30:49.1562870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8jdv_g04/_remote_module_non_scriptable.py 2022-05-18T05:30:49.1745620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiuenrvmy 2022-05-18T05:30:49.1846920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiuenrvmy/_remote_module_non_scriptable.py 2022-05-18T05:30:49.2052410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp53k2iv9b 2022-05-18T05:30:49.2066460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp53k2iv9b/_remote_module_non_scriptable.py 2022-05-18T05:30:49.2086770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0zipi7b4 2022-05-18T05:30:49.2182000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0zipi7b4/_remote_module_non_scriptable.py 2022-05-18T05:30:49.7851880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:49.7853660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:30:49.8187090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:49.8408000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:30:50.3840380Z ok (3.332s) 2022-05-18T05:30:50.3916080Z 2022-05-18T05:30:50.3917070Z ---------------------------------------------------------------------- 2022-05-18T05:30:50.3917430Z Ran 1 test in 3.332s 2022-05-18T05:30:50.3917570Z 2022-05-18T05:30:50.3917640Z OK 2022-05-18T05:30:50.3917750Z 2022-05-18T05:30:50.3917850Z Generating XML reports... 2022-05-18T05:30:50.3918450Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053047.xml 2022-05-18T05:30:51.8460420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuq7lgyx3 2022-05-18T05:30:51.8465180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuq7lgyx3/_remote_module_non_scriptable.py 2022-05-18T05:30:52.3083990Z 2022-05-18T05:30:52.3084810Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:30:52.3085200Z Running tests... 2022-05-18T05:30:52.3085590Z ---------------------------------------------------------------------- 2022-05-18T05:30:52.7357470Z test_callback_with_error (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10588 2022-05-18T05:30:52.7484510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10589 2022-05-18T05:30:52.7609730Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10590 2022-05-18T05:30:52.7721240Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10591 2022-05-18T05:30:54.3385500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjw34ths4 2022-05-18T05:30:54.3424830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjw34ths4/_remote_module_non_scriptable.py 2022-05-18T05:30:54.4104860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0ihhfo8x 2022-05-18T05:30:54.4147200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0ihhfo8x/_remote_module_non_scriptable.py 2022-05-18T05:30:54.4433150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8h5z207l 2022-05-18T05:30:54.4463270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8h5z207l/_remote_module_non_scriptable.py 2022-05-18T05:30:54.4807360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvh9sgkf1 2022-05-18T05:30:54.4900270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvh9sgkf1/_remote_module_non_scriptable.py 2022-05-18T05:30:54.9423670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:54.9921480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:55.0326130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:30:55.0524400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:30:55.3027680Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:30:55.3028270Z ValueError('Expected error') 2022-05-18T05:30:55.3028520Z Traceback (most recent call last): 2022-05-18T05:30:55.3029590Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:30:55.3030030Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:30:55.3030650Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:30:55.3031030Z raise ValueError(expected_err) 2022-05-18T05:30:55.3031270Z ValueError: Expected error 2022-05-18T05:30:55.3031410Z 2022-05-18T05:30:55.3162980Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:30:55.3264880Z ValueError('Expected error') 2022-05-18T05:30:55.3367080Z Traceback (most recent call last): 2022-05-18T05:30:55.3469130Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:30:55.3570900Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:30:55.3673900Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:30:55.3775440Z raise ValueError(expected_err) 2022-05-18T05:30:55.3878550Z ValueError: Expected error 2022-05-18T05:30:55.3988440Z 2022-05-18T05:30:55.4110840Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:30:55.4288480Z ValueError('Expected error') 2022-05-18T05:30:55.4389870Z Traceback (most recent call last): 2022-05-18T05:30:55.4491420Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:30:55.4592700Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:30:55.4694370Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:30:55.4795470Z raise ValueError(expected_err) 2022-05-18T05:30:55.4896580Z ValueError: Expected error 2022-05-18T05:30:55.4968800Z 2022-05-18T05:30:55.5022360Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:30:55.5077870Z ValueError('Expected error') 2022-05-18T05:30:55.5171130Z Traceback (most recent call last): 2022-05-18T05:30:55.5224580Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:30:55.5280490Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:30:55.5373360Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:30:55.5474570Z raise ValueError(expected_err) 2022-05-18T05:30:55.5490490Z ValueError: Expected error 2022-05-18T05:30:55.5583220Z 2022-05-18T05:30:55.7280510Z ok (3.419s) 2022-05-18T05:30:55.7356280Z 2022-05-18T05:30:55.7356970Z ---------------------------------------------------------------------- 2022-05-18T05:30:55.7357310Z Ran 1 test in 3.420s 2022-05-18T05:30:55.7357440Z 2022-05-18T05:30:55.7357530Z OK 2022-05-18T05:30:55.7357630Z 2022-05-18T05:30:55.7357740Z Generating XML reports... 2022-05-18T05:30:55.7358330Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053052.xml 2022-05-18T05:30:57.1575210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3wbs4j26 2022-05-18T05:30:57.1580080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3wbs4j26/_remote_module_non_scriptable.py 2022-05-18T05:30:57.6119750Z 2022-05-18T05:30:57.6120590Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:30:57.6120960Z Running tests... 2022-05-18T05:30:57.6121360Z ---------------------------------------------------------------------- 2022-05-18T05:30:58.0437520Z test_callback_with_ret (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10599 2022-05-18T05:30:58.0546660Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10600 2022-05-18T05:30:58.0718170Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10601 2022-05-18T05:30:58.0821170Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10602 2022-05-18T05:30:59.7205310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcyw9d3nv 2022-05-18T05:30:59.7263070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcyw9d3nv/_remote_module_non_scriptable.py 2022-05-18T05:30:59.7317540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8b11whm7 2022-05-18T05:30:59.7333240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8b11whm7/_remote_module_non_scriptable.py 2022-05-18T05:30:59.7432980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplwnjdfki 2022-05-18T05:30:59.7470050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplwnjdfki/_remote_module_non_scriptable.py 2022-05-18T05:30:59.7535610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbnu5i1hx 2022-05-18T05:30:59.7536330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbnu5i1hx/_remote_module_non_scriptable.py 2022-05-18T05:31:00.3454830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:31:00.3467330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:31:00.3477970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:31:00.3509170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:31:01.1340130Z ok (3.522s) 2022-05-18T05:31:01.1418110Z 2022-05-18T05:31:01.1419270Z ---------------------------------------------------------------------- 2022-05-18T05:31:01.1419640Z Ran 1 test in 3.522s 2022-05-18T05:31:01.1419780Z 2022-05-18T05:31:01.1419830Z OK 2022-05-18T05:31:01.1419940Z 2022-05-18T05:31:01.1420040Z Generating XML reports... 2022-05-18T05:31:01.1420650Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053057.xml 2022-05-18T05:31:02.5735910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_4hju0p9 2022-05-18T05:31:02.5738680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_4hju0p9/_remote_module_non_scriptable.py 2022-05-18T05:31:03.0389420Z 2022-05-18T05:31:03.0390260Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:31:03.0392050Z Running tests... 2022-05-18T05:31:03.0392580Z ---------------------------------------------------------------------- 2022-05-18T05:31:03.4679750Z test_callback_wrong_arg_num (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10611 2022-05-18T05:31:03.4837080Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10612 2022-05-18T05:31:03.4949360Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10613 2022-05-18T05:31:03.5097830Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10614 2022-05-18T05:31:05.1096190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpco163hh7 2022-05-18T05:31:05.1147900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpco163hh7/_remote_module_non_scriptable.py 2022-05-18T05:31:05.1226790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5vk6ehqi 2022-05-18T05:31:05.1227520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5vk6ehqi/_remote_module_non_scriptable.py 2022-05-18T05:31:05.1721380Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0_wmqk63 2022-05-18T05:31:05.1818440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpay59i4nt 2022-05-18T05:31:05.1919790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpay59i4nt/_remote_module_non_scriptable.py 2022-05-18T05:31:05.1922580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0_wmqk63/_remote_module_non_scriptable.py 2022-05-18T05:31:05.7001390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:31:05.7235640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:31:05.7538040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:31:05.7619710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:31:06.3844640Z ok (3.345s) 2022-05-18T05:31:06.3920960Z 2022-05-18T05:31:06.3921770Z ---------------------------------------------------------------------- 2022-05-18T05:31:06.3922120Z Ran 1 test in 3.346s 2022-05-18T05:31:06.3922260Z 2022-05-18T05:31:06.3922320Z OK 2022-05-18T05:31:06.3922430Z 2022-05-18T05:31:06.3922530Z Generating XML reports... 2022-05-18T05:31:06.3923150Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053103.xml 2022-05-18T05:31:07.8112650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqkb8t6h1 2022-05-18T05:31:07.8116150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqkb8t6h1/_remote_module_non_scriptable.py 2022-05-18T05:31:08.2596290Z 2022-05-18T05:31:08.2596630Z Running tests... 2022-05-18T05:31:08.2597260Z ---------------------------------------------------------------------- 2022-05-18T05:31:08.2597810Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:31:08.6851920Z test_callback_wrong_arg_type (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10622 2022-05-18T05:31:08.6942460Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10623 2022-05-18T05:31:08.7118880Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10624 2022-05-18T05:31:08.7258170Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10625 2022-05-18T05:31:10.3358850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptq6ki8w1 2022-05-18T05:31:10.3371080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptq6ki8w1/_remote_module_non_scriptable.py 2022-05-18T05:31:10.3465430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg66tzled 2022-05-18T05:31:10.3491630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg66tzled/_remote_module_non_scriptable.py 2022-05-18T05:31:10.3666640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqpqlwitv 2022-05-18T05:31:10.3752320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqpqlwitv/_remote_module_non_scriptable.py 2022-05-18T05:31:10.3854030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp060hk5gv 2022-05-18T05:31:10.3892280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp060hk5gv/_remote_module_non_scriptable.py 2022-05-18T05:31:10.9416180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:31:10.9633190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:31:10.9667830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:31:10.9739110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:31:11.6345450Z ok (3.374s) 2022-05-18T05:31:11.6417590Z 2022-05-18T05:31:11.6418310Z ---------------------------------------------------------------------- 2022-05-18T05:31:11.6418670Z Ran 1 test in 3.375s 2022-05-18T05:31:11.6418800Z 2022-05-18T05:31:11.6418870Z OK 2022-05-18T05:31:11.6419000Z 2022-05-18T05:31:11.6419110Z Generating XML reports... 2022-05-18T05:31:11.6419690Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053108.xml 2022-05-18T05:31:13.0725380Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphkp8zhgx 2022-05-18T05:31:13.0728530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphkp8zhgx/_remote_module_non_scriptable.py 2022-05-18T05:31:13.5385150Z 2022-05-18T05:31:13.5385480Z Running tests... 2022-05-18T05:31:13.5386130Z ---------------------------------------------------------------------- 2022-05-18T05:31:13.5386690Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:31:13.9704830Z test_cannot_infer_backend_from_options (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10634 2022-05-18T05:31:13.9785530Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10635 2022-05-18T05:31:13.9991340Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10636 2022-05-18T05:31:14.0008810Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10637 2022-05-18T05:31:15.6446510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpou032udp 2022-05-18T05:31:15.6457040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpou032udp/_remote_module_non_scriptable.py 2022-05-18T05:31:15.6504430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmkg_0j28 2022-05-18T05:31:15.6522710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmkg_0j28/_remote_module_non_scriptable.py 2022-05-18T05:31:15.6614050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1hi7ia58 2022-05-18T05:31:15.6652870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1hi7ia58/_remote_module_non_scriptable.py 2022-05-18T05:31:15.6949060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprlsoe50s 2022-05-18T05:31:15.6964810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprlsoe50s/_remote_module_non_scriptable.py 2022-05-18T05:31:16.2487610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:31:16.2668510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:31:16.2771040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:31:16.3180710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:31:16.6590290Z ok (3.120s) 2022-05-18T05:31:16.6667830Z 2022-05-18T05:31:16.6668650Z ---------------------------------------------------------------------- 2022-05-18T05:31:16.6669000Z Ran 1 test in 3.121s 2022-05-18T05:31:16.6669140Z 2022-05-18T05:31:16.6669210Z OK 2022-05-18T05:31:16.6669320Z 2022-05-18T05:31:16.6669420Z Generating XML reports... 2022-05-18T05:31:16.6670010Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053113.xml 2022-05-18T05:31:18.0874590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuqwzoj31 2022-05-18T05:31:18.0876840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuqwzoj31/_remote_module_non_scriptable.py 2022-05-18T05:31:18.5458270Z 2022-05-18T05:31:18.5459240Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:31:18.5459630Z Running tests... 2022-05-18T05:31:18.5460010Z ---------------------------------------------------------------------- 2022-05-18T05:31:18.9777350Z test_deadlock (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10645 2022-05-18T05:31:18.9931730Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10646 2022-05-18T05:31:19.0051790Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10647 2022-05-18T05:31:19.0227490Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10648 2022-05-18T05:31:20.6428930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnnoryn6k 2022-05-18T05:31:20.6530340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnnoryn6k/_remote_module_non_scriptable.py 2022-05-18T05:31:20.6622450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp91ss0ijg 2022-05-18T05:31:20.6697220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp91ss0ijg/_remote_module_non_scriptable.py 2022-05-18T05:31:20.6715330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeqhf839m 2022-05-18T05:31:20.6746420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp70wo82uj 2022-05-18T05:31:20.6833300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp70wo82uj/_remote_module_non_scriptable.py 2022-05-18T05:31:20.6900310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeqhf839m/_remote_module_non_scriptable.py 2022-05-18T05:31:21.2788300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:31:21.3371840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:31:21.3394530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:31:21.3453570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:31:22.9182720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:31:22.9190900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:31:22.9192290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:31:22.9199240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:31:22.9200380Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:31:22.9204620Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:31:23.0038670Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:31:23.0043680Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:31:23.4727630Z ok (4.926s) 2022-05-18T05:31:23.4800640Z 2022-05-18T05:31:23.4801420Z ---------------------------------------------------------------------- 2022-05-18T05:31:23.4801770Z Ran 1 test in 4.927s 2022-05-18T05:31:23.4801910Z 2022-05-18T05:31:23.4801980Z OK 2022-05-18T05:31:23.4802080Z 2022-05-18T05:31:23.4802180Z Generating XML reports... 2022-05-18T05:31:23.4802790Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053118.xml 2022-05-18T05:31:24.8988790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5978s2t4 2022-05-18T05:31:24.8991950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5978s2t4/_remote_module_non_scriptable.py 2022-05-18T05:31:25.3610000Z 2022-05-18T05:31:25.3610830Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:31:25.3611240Z Running tests... 2022-05-18T05:31:25.3611640Z ---------------------------------------------------------------------- 2022-05-18T05:31:25.7926050Z test_debug_info (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10657 2022-05-18T05:31:25.8019990Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10658 2022-05-18T05:31:25.8159880Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10659 2022-05-18T05:31:25.8283630Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10660 2022-05-18T05:31:27.4293870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1zlkkpm6 2022-05-18T05:31:27.4361410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1zlkkpm6/_remote_module_non_scriptable.py 2022-05-18T05:31:27.4390490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjhpw2pnr 2022-05-18T05:31:27.4458700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjhpw2pnr/_remote_module_non_scriptable.py 2022-05-18T05:31:27.4494830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplbicisw7 2022-05-18T05:31:27.4574170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplbicisw7/_remote_module_non_scriptable.py 2022-05-18T05:31:27.4876370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1x6r_rap 2022-05-18T05:31:27.4950910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1x6r_rap/_remote_module_non_scriptable.py 2022-05-18T05:31:28.0397960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:31:28.0414170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:31:28.0619930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:31:28.0882590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:31:28.7591460Z ok (3.398s) 2022-05-18T05:31:28.7667010Z 2022-05-18T05:31:28.7667720Z ---------------------------------------------------------------------- 2022-05-18T05:31:28.7668060Z Ran 1 test in 3.398s 2022-05-18T05:31:28.7668190Z 2022-05-18T05:31:28.7668260Z OK 2022-05-18T05:31:28.7668370Z 2022-05-18T05:31:28.7668470Z Generating XML reports... 2022-05-18T05:31:28.7669060Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053125.xml 2022-05-18T05:31:30.2030670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_t8m52ry 2022-05-18T05:31:30.2033610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_t8m52ry/_remote_module_non_scriptable.py 2022-05-18T05:31:30.6667150Z 2022-05-18T05:31:30.6668020Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:31:30.6668440Z Running tests... 2022-05-18T05:31:30.6668850Z ---------------------------------------------------------------------- 2022-05-18T05:31:30.6687000Z test_default_timeout_used (__main__.TensorPipeRpcTest) 2022-05-18T05:31:31.0993340Z Tests that if no timeout is passed into rpc_async and rpc_sync, then the ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10668 2022-05-18T05:31:31.1133090Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10669 2022-05-18T05:31:31.1297190Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10670 2022-05-18T05:31:31.1400130Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10671 2022-05-18T05:31:32.8259390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2gyo_wog 2022-05-18T05:31:32.8282260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2gyo_wog/_remote_module_non_scriptable.py 2022-05-18T05:31:32.8309130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmnp08bnt 2022-05-18T05:31:32.8352370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmnp08bnt/_remote_module_non_scriptable.py 2022-05-18T05:31:32.8414350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8msal842 2022-05-18T05:31:32.8487920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8msal842/_remote_module_non_scriptable.py 2022-05-18T05:31:32.8724880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp8za2xbn 2022-05-18T05:31:32.8825330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp8za2xbn/_remote_module_non_scriptable.py 2022-05-18T05:31:33.4407900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:31:33.4419600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:31:33.4585050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:31:33.4755300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:31:36.3841730Z ok (5.717s) 2022-05-18T05:31:36.3916740Z 2022-05-18T05:31:36.3917450Z ---------------------------------------------------------------------- 2022-05-18T05:31:36.3917800Z Ran 1 test in 5.718s 2022-05-18T05:31:36.3917950Z 2022-05-18T05:31:36.3918020Z OK 2022-05-18T05:31:36.3918130Z 2022-05-18T05:31:36.3918230Z Generating XML reports... 2022-05-18T05:31:36.3918830Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053130.xml 2022-05-18T05:31:37.8206250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprhaffucj 2022-05-18T05:31:37.8209500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprhaffucj/_remote_module_non_scriptable.py 2022-05-18T05:31:38.2745530Z 2022-05-18T05:31:38.2746310Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:31:38.2746680Z Running tests... 2022-05-18T05:31:38.2747600Z ---------------------------------------------------------------------- 2022-05-18T05:31:38.7042770Z test_disable_gil_profiling (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10680 2022-05-18T05:31:38.7136390Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10681 2022-05-18T05:31:38.7342780Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10682 2022-05-18T05:31:38.7448390Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10683 2022-05-18T05:31:40.3614050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_oaxt53i 2022-05-18T05:31:40.3692140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_oaxt53i/_remote_module_non_scriptable.py 2022-05-18T05:31:40.4159850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpndkd5539 2022-05-18T05:31:40.4226310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpndkd5539/_remote_module_non_scriptable.py 2022-05-18T05:31:40.4327020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzlm9vuls 2022-05-18T05:31:40.4428630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp75scr_6 2022-05-18T05:31:40.4433030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzlm9vuls/_remote_module_non_scriptable.py 2022-05-18T05:31:40.4532680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp75scr_6/_remote_module_non_scriptable.py 2022-05-18T05:31:40.9598050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:31:40.9956650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:31:41.0032230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:31:41.0276430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:31:41.6338840Z ok (3.359s) 2022-05-18T05:31:41.6418440Z 2022-05-18T05:31:41.6419450Z ---------------------------------------------------------------------- 2022-05-18T05:31:41.6419810Z Ran 1 test in 3.360s 2022-05-18T05:31:41.6419940Z 2022-05-18T05:31:41.6420120Z OK 2022-05-18T05:31:41.6420230Z 2022-05-18T05:31:41.6420340Z Generating XML reports... 2022-05-18T05:31:41.6420950Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053138.xml 2022-05-18T05:31:43.0730070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7tgtw55p 2022-05-18T05:31:43.0733480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7tgtw55p/_remote_module_non_scriptable.py 2022-05-18T05:31:43.5293870Z 2022-05-18T05:31:43.5294690Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:31:43.5295090Z Running tests... 2022-05-18T05:31:43.5295480Z ---------------------------------------------------------------------- 2022-05-18T05:31:43.9621730Z test_dist_init_decorator (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10692 2022-05-18T05:31:43.9735480Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10693 2022-05-18T05:31:43.9904700Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10694 2022-05-18T05:31:43.9933280Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10695 2022-05-18T05:31:45.5946990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnhyw3495 2022-05-18T05:31:45.5962250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnhyw3495/_remote_module_non_scriptable.py 2022-05-18T05:31:45.6226350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz5_0oowb 2022-05-18T05:31:45.6295850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz5_0oowb/_remote_module_non_scriptable.py 2022-05-18T05:31:45.6559950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwy261yc1 2022-05-18T05:31:45.6645650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwy261yc1/_remote_module_non_scriptable.py 2022-05-18T05:31:45.6752200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjjh657h9 2022-05-18T05:31:45.6833870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjjh657h9/_remote_module_non_scriptable.py 2022-05-18T05:31:46.2060000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:31:46.2397390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:31:46.2593120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:31:46.2682980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:31:46.9302790Z ok (3.401s) 2022-05-18T05:31:46.9375890Z 2022-05-18T05:31:46.9376730Z ---------------------------------------------------------------------- 2022-05-18T05:31:46.9377080Z Ran 1 test in 3.401s 2022-05-18T05:31:46.9377250Z 2022-05-18T05:31:46.9377310Z OK 2022-05-18T05:31:46.9377420Z 2022-05-18T05:31:46.9377520Z Generating XML reports... 2022-05-18T05:31:46.9378100Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053143.xml 2022-05-18T05:31:48.3661640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwezqs5cl 2022-05-18T05:31:48.3664790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwezqs5cl/_remote_module_non_scriptable.py 2022-05-18T05:31:48.8253780Z 2022-05-18T05:31:48.8254610Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:31:48.8254990Z Running tests... 2022-05-18T05:31:48.8255390Z ---------------------------------------------------------------------- 2022-05-18T05:31:49.2617020Z test_duplicate_name (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10704 2022-05-18T05:31:49.2733530Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10705 2022-05-18T05:31:49.2882130Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10706 2022-05-18T05:31:49.2984310Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10707 2022-05-18T05:31:50.8907430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpolm0b192 2022-05-18T05:31:50.8993070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpolm0b192/_remote_module_non_scriptable.py 2022-05-18T05:31:50.9150810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpex04bz4p 2022-05-18T05:31:50.9187230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpex04bz4p/_remote_module_non_scriptable.py 2022-05-18T05:31:50.9287230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf8i_0wb6 2022-05-18T05:31:50.9352490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf8i_0wb6/_remote_module_non_scriptable.py 2022-05-18T05:31:50.9643680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4ni8blr0 2022-05-18T05:31:50.9660180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4ni8blr0/_remote_module_non_scriptable.py 2022-05-18T05:31:51.4996480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:31:51.5111900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:31:51.5122420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:31:51.5486550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:31:52.0086700Z ok (3.183s) 2022-05-18T05:31:52.0163810Z 2022-05-18T05:31:52.0164430Z ---------------------------------------------------------------------- 2022-05-18T05:31:52.0164800Z Ran 1 test in 3.184s 2022-05-18T05:31:52.0164950Z 2022-05-18T05:31:52.0165020Z OK 2022-05-18T05:31:52.0165130Z 2022-05-18T05:31:52.0165230Z Generating XML reports... 2022-05-18T05:31:52.0165830Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053148.xml 2022-05-18T05:31:53.4467220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpum9hw12k 2022-05-18T05:31:53.4470800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpum9hw12k/_remote_module_non_scriptable.py 2022-05-18T05:31:53.8990980Z 2022-05-18T05:31:53.8991770Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:31:53.8992160Z Running tests... 2022-05-18T05:31:53.8992550Z ---------------------------------------------------------------------- 2022-05-18T05:31:54.3270900Z test_duplicate_name_2 (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10716 2022-05-18T05:31:54.3412780Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10717 2022-05-18T05:31:54.3599670Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10718 2022-05-18T05:31:54.3631770Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10719 2022-05-18T05:31:55.9572070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpltptnb8n 2022-05-18T05:31:55.9633620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpltptnb8n/_remote_module_non_scriptable.py 2022-05-18T05:31:56.0096440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp811g_di 2022-05-18T05:31:56.0149050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ppb9lfw 2022-05-18T05:31:56.0202370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ppb9lfw/_remote_module_non_scriptable.py 2022-05-18T05:31:56.0266080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp811g_di/_remote_module_non_scriptable.py 2022-05-18T05:31:56.0330490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbum6lqw5 2022-05-18T05:31:56.0356910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbum6lqw5/_remote_module_non_scriptable.py 2022-05-18T05:31:56.5940290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:31:56.6205470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:31:56.6248540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:31:56.6366660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:31:57.1061840Z ok (3.207s) 2022-05-18T05:31:57.1135580Z 2022-05-18T05:31:57.1136460Z ---------------------------------------------------------------------- 2022-05-18T05:31:57.1137050Z Ran 1 test in 3.207s 2022-05-18T05:31:57.1137380Z 2022-05-18T05:31:57.1137630Z OK 2022-05-18T05:31:57.1137930Z 2022-05-18T05:31:57.1138200Z Generating XML reports... 2022-05-18T05:31:57.1139040Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053153.xml 2022-05-18T05:31:58.5376600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2gorvwma 2022-05-18T05:31:58.5379980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2gorvwma/_remote_module_non_scriptable.py 2022-05-18T05:31:58.9993310Z 2022-05-18T05:31:58.9993650Z Running tests... 2022-05-18T05:31:58.9994390Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:31:59.4282250Z ---------------------------------------------------------------------- 2022-05-18T05:31:59.4282810Z test_expected_src (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10727 2022-05-18T05:31:59.4359840Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10728 2022-05-18T05:31:59.4512950Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10729 2022-05-18T05:31:59.4620360Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10730 2022-05-18T05:32:01.1110760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpstpanhag 2022-05-18T05:32:01.1159260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpstpanhag/_remote_module_non_scriptable.py 2022-05-18T05:32:01.1354420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpobszkclm 2022-05-18T05:32:01.1406870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpobszkclm/_remote_module_non_scriptable.py 2022-05-18T05:32:01.1509670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvymiqt4n 2022-05-18T05:32:01.1541690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvymiqt4n/_remote_module_non_scriptable.py 2022-05-18T05:32:01.1750100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr81ge9se 2022-05-18T05:32:01.1764070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr81ge9se/_remote_module_non_scriptable.py 2022-05-18T05:32:01.7547750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:01.7959690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:01.8231850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:32:01.8357140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:02.4582960Z ok (3.459s) 2022-05-18T05:32:02.4657160Z 2022-05-18T05:32:02.4658230Z ---------------------------------------------------------------------- 2022-05-18T05:32:02.4658590Z Ran 1 test in 3.459s 2022-05-18T05:32:02.4658730Z 2022-05-18T05:32:02.4658790Z OK 2022-05-18T05:32:02.4658920Z 2022-05-18T05:32:02.4659010Z Generating XML reports... 2022-05-18T05:32:02.4659610Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053158.xml 2022-05-18T05:32:03.8845700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc1g6c6hj 2022-05-18T05:32:03.8849020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc1g6c6hj/_remote_module_non_scriptable.py 2022-05-18T05:32:04.3388490Z 2022-05-18T05:32:04.3389500Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:32:04.3389880Z Running tests... 2022-05-18T05:32:04.3390270Z ---------------------------------------------------------------------- 2022-05-18T05:32:04.7697640Z test_function_not_on_callee (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10739 2022-05-18T05:32:04.7858480Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10740 2022-05-18T05:32:04.7991620Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10741 2022-05-18T05:32:04.8139540Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10742 2022-05-18T05:32:06.4037750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdfeo_nf9 2022-05-18T05:32:06.4121500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdfeo_nf9/_remote_module_non_scriptable.py 2022-05-18T05:32:06.4567780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp78f4vdre 2022-05-18T05:32:06.4626700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp78f4vdre/_remote_module_non_scriptable.py 2022-05-18T05:32:06.4725660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz8ggzr13 2022-05-18T05:32:06.4729960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz8ggzr13/_remote_module_non_scriptable.py 2022-05-18T05:32:06.4797020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxxri0pi2 2022-05-18T05:32:06.4869100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxxri0pi2/_remote_module_non_scriptable.py 2022-05-18T05:32:07.0406880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:07.0597970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:07.0671020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:07.0779800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:32:07.3837260Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:32:07.3939670Z AttributeError("Can't get attribute 'foo_add' on Default RPC pickler does not serialize\n function code. Ensure that UDFs are defined on both caller and\n callee modules.") 2022-05-18T05:32:07.4038990Z Traceback (most recent call last): 2022-05-18T05:32:07.4142000Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 159, in deserialize 2022-05-18T05:32:07.4241090Z ret = unpickler.load() 2022-05-18T05:32:07.4342830Z AttributeError: Can't get attribute 'foo_add' on 2022-05-18T05:32:07.4442180Z 2022-05-18T05:32:07.4543360Z The above exception was the direct cause of the following exception: 2022-05-18T05:32:07.4643580Z 2022-05-18T05:32:07.4744400Z Traceback (most recent call last): 2022-05-18T05:32:07.4818250Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 205, in _run_function 2022-05-18T05:32:07.4918370Z raise python_udf 2022-05-18T05:32:07.4942060Z AttributeError: Can't get attribute 'foo_add' on Default RPC pickler does not serialize 2022-05-18T05:32:07.5024040Z function code. Ensure that UDFs are defined on both caller and 2022-05-18T05:32:07.5123190Z callee modules. 2022-05-18T05:32:07.5148170Z 2022-05-18T05:32:07.7335330Z ok (3.394s) 2022-05-18T05:32:07.7412810Z 2022-05-18T05:32:07.7413600Z ---------------------------------------------------------------------- 2022-05-18T05:32:07.7413930Z Ran 1 test in 3.395s 2022-05-18T05:32:07.7414090Z 2022-05-18T05:32:07.7414150Z OK 2022-05-18T05:32:07.7414260Z 2022-05-18T05:32:07.7414360Z Generating XML reports... 2022-05-18T05:32:07.7414950Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053204.xml 2022-05-18T05:32:09.1729450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1f6cbiku 2022-05-18T05:32:09.1732680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1f6cbiku/_remote_module_non_scriptable.py 2022-05-18T05:32:09.6241810Z 2022-05-18T05:32:09.6242600Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:32:09.6243550Z Running tests... 2022-05-18T05:32:09.6243960Z ---------------------------------------------------------------------- 2022-05-18T05:32:10.0548030Z test_future_done (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10750 2022-05-18T05:32:10.0692810Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10751 2022-05-18T05:32:10.0809000Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10752 2022-05-18T05:32:10.0920090Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10753 2022-05-18T05:32:11.7065350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpstqqv6x2 2022-05-18T05:32:11.7153670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpstqqv6x2/_remote_module_non_scriptable.py 2022-05-18T05:32:11.7376610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp43c9pqc9 2022-05-18T05:32:11.7401490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp43c9pqc9/_remote_module_non_scriptable.py 2022-05-18T05:32:11.7486910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxlcg817s 2022-05-18T05:32:11.7501590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxlcg817s/_remote_module_non_scriptable.py 2022-05-18T05:32:11.7705560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp16xaev_ 2022-05-18T05:32:11.7764050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp16xaev_/_remote_module_non_scriptable.py 2022-05-18T05:32:12.3747640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:12.4206210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:12.4251230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:32:12.4547770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:13.1082820Z ok (3.484s) 2022-05-18T05:32:13.1155460Z 2022-05-18T05:32:13.1156330Z ---------------------------------------------------------------------- 2022-05-18T05:32:13.1156700Z Ran 1 test in 3.484s 2022-05-18T05:32:13.1157190Z 2022-05-18T05:32:13.1157290Z OK 2022-05-18T05:32:13.1157680Z 2022-05-18T05:32:13.1158400Z Generating XML reports... 2022-05-18T05:32:13.1159100Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053209.xml 2022-05-18T05:32:14.5270830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkq8i2yy4 2022-05-18T05:32:14.5273820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkq8i2yy4/_remote_module_non_scriptable.py 2022-05-18T05:32:14.9790050Z 2022-05-18T05:32:14.9790880Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:32:14.9791260Z Running tests... 2022-05-18T05:32:14.9791660Z ---------------------------------------------------------------------- 2022-05-18T05:32:15.4001020Z test_future_done_exception (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10762 2022-05-18T05:32:15.4100690Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10763 2022-05-18T05:32:15.4242860Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10764 2022-05-18T05:32:15.4357670Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10765 2022-05-18T05:32:16.9860960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp25dleg50 2022-05-18T05:32:16.9922680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp25dleg50/_remote_module_non_scriptable.py 2022-05-18T05:32:17.0812460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyn1dbczn 2022-05-18T05:32:17.0837590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyn1dbczn/_remote_module_non_scriptable.py 2022-05-18T05:32:17.0932000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqfumkjww 2022-05-18T05:32:17.0946280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqfumkjww/_remote_module_non_scriptable.py 2022-05-18T05:32:17.1016570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx2kvsmmc 2022-05-18T05:32:17.1051070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx2kvsmmc/_remote_module_non_scriptable.py 2022-05-18T05:32:17.5884680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:17.6633210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:17.6655250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:17.6732930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:32:17.9211640Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:32:17.9212200Z ValueError('Expected error') 2022-05-18T05:32:17.9212480Z Traceback (most recent call last): 2022-05-18T05:32:17.9213060Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:32:17.9213460Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:32:17.9214070Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:32:17.9214440Z raise ValueError(expected_err) 2022-05-18T05:32:17.9214670Z ValueError: Expected error 2022-05-18T05:32:17.9214820Z 2022-05-18T05:32:18.0164570Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:32:18.0305230Z ValueError('Expected error') 2022-05-18T05:32:18.0428150Z Traceback (most recent call last): 2022-05-18T05:32:18.0532310Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:32:18.0618280Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:32:18.0720080Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:32:18.0793720Z raise ValueError(expected_err) 2022-05-18T05:32:18.0876080Z ValueError: Expected error 2022-05-18T05:32:18.0921720Z 2022-05-18T05:32:18.0995740Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:32:18.1078470Z ValueError('Expected error') 2022-05-18T05:32:18.1125610Z Traceback (most recent call last): 2022-05-18T05:32:18.1227550Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:32:18.1299630Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:32:18.1334010Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:32:18.1366050Z raise ValueError(expected_err) 2022-05-18T05:32:18.1401360Z ValueError: Expected error 2022-05-18T05:32:18.1435420Z 2022-05-18T05:32:18.1468760Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:32:18.1504320Z ValueError('Expected error') 2022-05-18T05:32:18.1537370Z Traceback (most recent call last): 2022-05-18T05:32:18.1571150Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:32:18.1606200Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:32:18.1640030Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:32:18.1649750Z raise ValueError(expected_err) 2022-05-18T05:32:18.1673530Z ValueError: Expected error 2022-05-18T05:32:18.1742310Z 2022-05-18T05:32:18.3841440Z ok (3.405s) 2022-05-18T05:32:18.3917110Z 2022-05-18T05:32:18.3918250Z ---------------------------------------------------------------------- 2022-05-18T05:32:18.3918650Z Ran 1 test in 3.405s 2022-05-18T05:32:18.3918780Z 2022-05-18T05:32:18.3919010Z OK 2022-05-18T05:32:18.3919130Z 2022-05-18T05:32:18.3919230Z Generating XML reports... 2022-05-18T05:32:18.3919850Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053214.xml 2022-05-18T05:32:19.8053580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2i_mn_m_ 2022-05-18T05:32:19.8058150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2i_mn_m_/_remote_module_non_scriptable.py 2022-05-18T05:32:20.2621750Z 2022-05-18T05:32:20.2622080Z Running tests... 2022-05-18T05:32:20.2622730Z ---------------------------------------------------------------------- 2022-05-18T05:32:20.2623260Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:32:20.6891450Z test_future_in_rpc (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10773 2022-05-18T05:32:20.7041810Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10774 2022-05-18T05:32:20.7214150Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10775 2022-05-18T05:32:20.7318410Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10776 2022-05-18T05:32:22.3721400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx9m7_r95 2022-05-18T05:32:22.3752880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx9m7_r95/_remote_module_non_scriptable.py 2022-05-18T05:32:22.4166160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_6wq3oam 2022-05-18T05:32:22.4268080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_6wq3oam/_remote_module_non_scriptable.py 2022-05-18T05:32:22.4373420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpisbznpeq 2022-05-18T05:32:22.4442520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpisbznpeq/_remote_module_non_scriptable.py 2022-05-18T05:32:22.4543930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2fb1iven 2022-05-18T05:32:22.4575640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2fb1iven/_remote_module_non_scriptable.py 2022-05-18T05:32:22.9957290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:23.0098860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:23.0204280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:23.0336580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:32:23.7185840Z ok (3.456s) 2022-05-18T05:32:23.7259120Z 2022-05-18T05:32:23.7259810Z ---------------------------------------------------------------------- 2022-05-18T05:32:23.7260150Z Ran 1 test in 3.457s 2022-05-18T05:32:23.7260300Z 2022-05-18T05:32:23.7260370Z OK 2022-05-18T05:32:23.7260460Z 2022-05-18T05:32:23.7260560Z Generating XML reports... 2022-05-18T05:32:23.7261180Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053220.xml 2022-05-18T05:32:25.1615190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9fcv723g 2022-05-18T05:32:25.1619610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9fcv723g/_remote_module_non_scriptable.py 2022-05-18T05:32:25.6272560Z 2022-05-18T05:32:25.6273340Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:32:25.6275250Z Running tests... 2022-05-18T05:32:25.6276190Z ---------------------------------------------------------------------- 2022-05-18T05:32:26.0642780Z test_future_nested_callback (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10785 2022-05-18T05:32:26.0735950Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10786 2022-05-18T05:32:26.0890460Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10787 2022-05-18T05:32:26.1004960Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10788 2022-05-18T05:32:27.6886950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa5wtdy05 2022-05-18T05:32:27.6951840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa5wtdy05/_remote_module_non_scriptable.py 2022-05-18T05:32:27.7163750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp943dd1ie 2022-05-18T05:32:27.7164420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp943dd1ie/_remote_module_non_scriptable.py 2022-05-18T05:32:27.7370260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpshnowvfl 2022-05-18T05:32:27.7471350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpshnowvfl/_remote_module_non_scriptable.py 2022-05-18T05:32:27.7472020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdfkwjubi 2022-05-18T05:32:27.7525550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdfkwjubi/_remote_module_non_scriptable.py 2022-05-18T05:32:28.2954890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:28.3092890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:28.3268010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:28.3331480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:32:28.9630910Z ok (3.336s) 2022-05-18T05:32:28.9707040Z 2022-05-18T05:32:28.9707800Z ---------------------------------------------------------------------- 2022-05-18T05:32:28.9708540Z Ran 1 test in 3.336s 2022-05-18T05:32:28.9708820Z 2022-05-18T05:32:28.9708890Z OK 2022-05-18T05:32:28.9709440Z 2022-05-18T05:32:28.9709550Z Generating XML reports... 2022-05-18T05:32:28.9710300Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053225.xml 2022-05-18T05:32:30.4106330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq1ldk6tb 2022-05-18T05:32:30.4109630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq1ldk6tb/_remote_module_non_scriptable.py 2022-05-18T05:32:30.8680290Z 2022-05-18T05:32:30.8680580Z Running tests... 2022-05-18T05:32:30.8681260Z ---------------------------------------------------------------------- 2022-05-18T05:32:30.8681810Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:32:31.2807240Z test_future_wait_twice (__main__.TensorPipeRpcTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69480 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.412s) 2022-05-18T05:32:31.2860180Z 2022-05-18T05:32:31.2860850Z ---------------------------------------------------------------------- 2022-05-18T05:32:31.2861190Z Ran 1 test in 0.413s 2022-05-18T05:32:31.2861330Z 2022-05-18T05:32:31.2861410Z OK (skipped=1) 2022-05-18T05:32:31.2861530Z 2022-05-18T05:32:31.2861630Z Generating XML reports... 2022-05-18T05:32:31.2862550Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053230.xml 2022-05-18T05:32:32.7067360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzui7tz9v 2022-05-18T05:32:32.7070410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzui7tz9v/_remote_module_non_scriptable.py 2022-05-18T05:32:33.1667500Z 2022-05-18T05:32:33.1668320Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:32:33.1668700Z Running tests... 2022-05-18T05:32:33.1669090Z ---------------------------------------------------------------------- 2022-05-18T05:32:33.6009750Z test_get_worker_infos (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10799 2022-05-18T05:32:33.6074340Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10800 2022-05-18T05:32:33.6204470Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10801 2022-05-18T05:32:33.6330890Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10802 2022-05-18T05:32:35.2908860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0cow4zal 2022-05-18T05:32:35.2923990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0cow4zal/_remote_module_non_scriptable.py 2022-05-18T05:32:35.2998690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz34dagdv 2022-05-18T05:32:35.3099270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz34dagdv/_remote_module_non_scriptable.py 2022-05-18T05:32:35.3301580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu4uanonv 2022-05-18T05:32:35.3302290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu4uanonv/_remote_module_non_scriptable.py 2022-05-18T05:32:35.3607690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnt21krrh 2022-05-18T05:32:35.3664840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnt21krrh/_remote_module_non_scriptable.py 2022-05-18T05:32:35.9204120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:35.9204780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:35.9404330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:35.9798180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:32:36.6561500Z ok (3.489s) 2022-05-18T05:32:36.6642030Z 2022-05-18T05:32:36.6643020Z ---------------------------------------------------------------------- 2022-05-18T05:32:36.6643660Z Ran 1 test in 3.490s 2022-05-18T05:32:36.6643800Z 2022-05-18T05:32:36.6643870Z OK 2022-05-18T05:32:36.6643970Z 2022-05-18T05:32:36.6644070Z Generating XML reports... 2022-05-18T05:32:36.6645060Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053233.xml 2022-05-18T05:32:38.1060680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_gni7qmh 2022-05-18T05:32:38.1064250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_gni7qmh/_remote_module_non_scriptable.py 2022-05-18T05:32:38.5678500Z 2022-05-18T05:32:38.5679620Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:32:38.5680360Z Running tests... 2022-05-18T05:32:38.5681460Z ---------------------------------------------------------------------- 2022-05-18T05:32:38.5683570Z test_graceful_shutdown_with_uneven_workload (__main__.TensorPipeRpcTest) 2022-05-18T05:32:38.9969470Z Test graceful termination. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10810 2022-05-18T05:32:39.0061280Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10811 2022-05-18T05:32:39.0249750Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10812 2022-05-18T05:32:39.0366480Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10813 2022-05-18T05:32:40.6567260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpstm4ie9j 2022-05-18T05:32:40.6608580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpstm4ie9j/_remote_module_non_scriptable.py 2022-05-18T05:32:40.6706290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8h0xrrr7 2022-05-18T05:32:40.6767000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8h0xrrr7/_remote_module_non_scriptable.py 2022-05-18T05:32:40.6814460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpemlgk9y2 2022-05-18T05:32:40.6916140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpemlgk9y2/_remote_module_non_scriptable.py 2022-05-18T05:32:40.6971370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptlz5db22 2022-05-18T05:32:40.7019700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptlz5db22/_remote_module_non_scriptable.py 2022-05-18T05:32:41.3086110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:41.3160800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:32:41.3162030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:41.3227900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:42.4802910Z ok (3.912s) 2022-05-18T05:32:42.4879430Z 2022-05-18T05:32:42.4880310Z ---------------------------------------------------------------------- 2022-05-18T05:32:42.4880660Z Ran 1 test in 3.913s 2022-05-18T05:32:42.4880800Z 2022-05-18T05:32:42.4880850Z OK 2022-05-18T05:32:42.4880960Z 2022-05-18T05:32:42.4881060Z Generating XML reports... 2022-05-18T05:32:42.4882030Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053238.xml 2022-05-18T05:32:43.9334290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0izp9vdi 2022-05-18T05:32:43.9337770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0izp9vdi/_remote_module_non_scriptable.py 2022-05-18T05:32:44.4027110Z 2022-05-18T05:32:44.4027950Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:32:44.4028320Z Running tests... 2022-05-18T05:32:44.4028720Z ---------------------------------------------------------------------- 2022-05-18T05:32:44.4046110Z test_handle_send_exceptions (__main__.TensorPipeRpcTest) ... skip: Test is flaky on MacOS since libuv error handling is not as robust as TCP (0.002s) 2022-05-18T05:32:44.4110230Z 2022-05-18T05:32:44.4111470Z ---------------------------------------------------------------------- 2022-05-18T05:32:44.4111850Z Ran 1 test in 0.002s 2022-05-18T05:32:44.4111990Z 2022-05-18T05:32:44.4112600Z OK (skipped=1) 2022-05-18T05:32:44.4112780Z 2022-05-18T05:32:44.4112880Z Generating XML reports... 2022-05-18T05:32:44.4113510Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053244.xml 2022-05-18T05:32:45.7520640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8ycofl0n 2022-05-18T05:32:45.7523910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8ycofl0n/_remote_module_non_scriptable.py 2022-05-18T05:32:46.2217780Z 2022-05-18T05:32:46.2219160Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:32:46.2219550Z Running tests... 2022-05-18T05:32:46.2219980Z ---------------------------------------------------------------------- 2022-05-18T05:32:46.6628460Z test_ignore_rref_leak (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10824 2022-05-18T05:32:46.6726770Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10825 2022-05-18T05:32:46.6843910Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10826 2022-05-18T05:32:46.6976460Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10827 2022-05-18T05:32:48.3309890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprgrrhn8p 2022-05-18T05:32:48.3327720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprgrrhn8p/_remote_module_non_scriptable.py 2022-05-18T05:32:48.3782220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu_673vio 2022-05-18T05:32:48.3837480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu_673vio/_remote_module_non_scriptable.py 2022-05-18T05:32:48.3870850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjqemewsq 2022-05-18T05:32:48.3947370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjqemewsq/_remote_module_non_scriptable.py 2022-05-18T05:32:48.3987860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpca2mk0dq 2022-05-18T05:32:48.4049800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpca2mk0dq/_remote_module_non_scriptable.py 2022-05-18T05:32:48.9653140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:48.9773970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:48.9827430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:48.9981020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:32:49.2276550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:32:49.2378830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:32:49.2380300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:32:49.2385760Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:32:49.2388440Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:32:49.3153510Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:32:49.3155950Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:32:49.3164990Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:32:49.5053070Z [W rref_context.cpp:156] Detected RRef Leaks during shutdown. This usually occurs when the application code still holds references to RRef instances when calling shutdown(). If the program has completed correctly and the process is exiting, it is OK to ignore these leaks. However, if you program will keep running after this, these leaks could result in memory leaks on RRef owners. Please make sure all RRefs are out of scope and Python GC has deleted them before calling shutdown(): 2022-05-18T05:32:49.5054110Z Leaking RRef GloballyUniqueId(created_on=1, local_id=0) with fork Id GloballyUniqueId(created_on=1, local_id=1) 2022-05-18T05:32:49.5054360Z 2022-05-18T05:32:49.5174250Z [W rref_context.cpp:156] Detected RRef Leaks during shutdown. This usually occurs when the application code still holds references to RRef instances when calling shutdown(). If the program has completed correctly and the process is exiting, it is OK to ignore these leaks. However, if you program will keep running after this, these leaks could result in memory leaks on RRef owners. Please make sure all RRefs are out of scope and Python GC has deleted them before calling shutdown(): 2022-05-18T05:32:49.5332790Z Leaking RRef GloballyUniqueId(created_on=2, local_id=0) with fork Id GloballyUniqueId(created_on=2, local_id=1) 2022-05-18T05:32:49.5437030Z 2022-05-18T05:32:49.5608550Z [W rref_context.cpp:156] Detected RRef Leaks during shutdown. This usually occurs when the application code still holds references to RRef instances when calling shutdown(). If the program has completed correctly and the process is exiting, it is OK to ignore these leaks. However, if you program will keep running after this, these leaks could result in memory leaks on RRef owners. Please make sure all RRefs are out of scope and Python GC has deleted them before calling shutdown(): 2022-05-18T05:32:49.5738370Z Leaking RRef GloballyUniqueId(created_on=3, local_id=0) with fork Id GloballyUniqueId(created_on=3, local_id=1) 2022-05-18T05:32:49.5840450Z 2022-05-18T05:32:49.6012780Z [W rref_context.cpp:156] Detected RRef Leaks during shutdown. This usually occurs when the application code still holds references to RRef instances when calling shutdown(). If the program has completed correctly and the process is exiting, it is OK to ignore these leaks. However, if you program will keep running after this, these leaks could result in memory leaks on RRef owners. Please make sure all RRefs are out of scope and Python GC has deleted them before calling shutdown(): 2022-05-18T05:32:49.6142310Z Leaking RRef GloballyUniqueId(created_on=0, local_id=0) with fork Id GloballyUniqueId(created_on=0, local_id=1) 2022-05-18T05:32:49.6247550Z 2022-05-18T05:32:49.8838400Z ok (3.662s) 2022-05-18T05:32:49.8918080Z 2022-05-18T05:32:49.8918840Z ---------------------------------------------------------------------- 2022-05-18T05:32:49.8919430Z Ran 1 test in 3.662s 2022-05-18T05:32:49.8919550Z 2022-05-18T05:32:49.8919620Z OK 2022-05-18T05:32:49.8919720Z 2022-05-18T05:32:49.8919830Z Generating XML reports... 2022-05-18T05:32:49.8920450Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053246.xml 2022-05-18T05:32:51.3241410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuesa_7n9 2022-05-18T05:32:51.3245590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuesa_7n9/_remote_module_non_scriptable.py 2022-05-18T05:32:51.7844060Z 2022-05-18T05:32:51.7844900Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:32:51.7845280Z Running tests... 2022-05-18T05:32:51.7846190Z ---------------------------------------------------------------------- 2022-05-18T05:32:52.2191880Z test_init_dynamic_and_static_rpc_group (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10835 2022-05-18T05:32:52.2358990Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10836 2022-05-18T05:32:52.2359770Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10837 2022-05-18T05:32:52.2497810Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10838 2022-05-18T05:32:53.9173790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_ouubws4 2022-05-18T05:32:53.9203230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_ouubws4/_remote_module_non_scriptable.py 2022-05-18T05:32:53.9302410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2fklyysp 2022-05-18T05:32:53.9318460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2fklyysp/_remote_module_non_scriptable.py 2022-05-18T05:32:54.0008490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpodpy34c1 2022-05-18T05:32:54.0054110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpodpy34c1/_remote_module_non_scriptable.py 2022-05-18T05:32:54.0114740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpax7p3rp4 2022-05-18T05:32:54.0171040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpax7p3rp4/_remote_module_non_scriptable.py 2022-05-18T05:32:54.5272870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:54.5302680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:54.5818270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:32:54.6113320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:54.6530360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:32:54.7084000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:32:54.7087130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:32:54.7090470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:32:54.7092170Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:32:54.7094970Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:32:54.7096850Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:32:54.7203930Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:32:55.0377800Z [W tensorpipe_agent.cpp:728] RPC agent for worker2 encountered error when reading incoming request from worker0: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:32:55.1646480Z ok (3.380s) 2022-05-18T05:32:55.1724890Z 2022-05-18T05:32:55.1725750Z ---------------------------------------------------------------------- 2022-05-18T05:32:55.1726120Z Ran 1 test in 3.381s 2022-05-18T05:32:55.1726260Z 2022-05-18T05:32:55.1726330Z OK 2022-05-18T05:32:55.1726800Z 2022-05-18T05:32:55.1726950Z Generating XML reports... 2022-05-18T05:32:55.1727570Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053251.xml 2022-05-18T05:32:56.6073420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphi9zjdif 2022-05-18T05:32:56.6076960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphi9zjdif/_remote_module_non_scriptable.py 2022-05-18T05:32:57.0656230Z 2022-05-18T05:32:57.0657020Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:32:57.0657390Z Running tests... 2022-05-18T05:32:57.0658070Z ---------------------------------------------------------------------- 2022-05-18T05:32:57.5008830Z test_init_pg_then_rpc (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10847 2022-05-18T05:32:57.5151780Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10848 2022-05-18T05:32:57.5322950Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10849 2022-05-18T05:32:57.5338530Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10850 2022-05-18T05:32:59.1445250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmmpm4nxy 2022-05-18T05:32:59.1469500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmmpm4nxy/_remote_module_non_scriptable.py 2022-05-18T05:32:59.1720120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsdu9kn0p 2022-05-18T05:32:59.1761480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsdu9kn0p/_remote_module_non_scriptable.py 2022-05-18T05:32:59.1823910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpot5tthcr 2022-05-18T05:32:59.1925990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpot5tthcr/_remote_module_non_scriptable.py 2022-05-18T05:32:59.1927790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2fuhc8yk 2022-05-18T05:32:59.2027280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2fuhc8yk/_remote_module_non_scriptable.py 2022-05-18T05:32:59.7538440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:59.7750320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:32:59.7833330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:59.7848000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:59.8121200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:32:59.8259250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:32:59.8261430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:32:59.8265080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:32:59.8267020Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:32:59.8268780Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:32:59.8798540Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:32:59.8799380Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:33:00.7587290Z ok (3.693s) 2022-05-18T05:33:00.7664890Z 2022-05-18T05:33:00.7665840Z ---------------------------------------------------------------------- 2022-05-18T05:33:00.7666210Z Ran 1 test in 3.694s 2022-05-18T05:33:00.7666670Z 2022-05-18T05:33:00.7666950Z OK 2022-05-18T05:33:00.7667100Z 2022-05-18T05:33:00.7667390Z Generating XML reports... 2022-05-18T05:33:00.7668030Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053257.xml 2022-05-18T05:33:02.2043830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc2ew0rhm 2022-05-18T05:33:02.2047130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc2ew0rhm/_remote_module_non_scriptable.py 2022-05-18T05:33:02.6907160Z 2022-05-18T05:33:02.6907980Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:33:02.6908360Z Running tests... 2022-05-18T05:33:02.6908760Z ---------------------------------------------------------------------- 2022-05-18T05:33:03.1218260Z test_init_rpc_then_pg (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10859 2022-05-18T05:33:03.1317390Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10860 2022-05-18T05:33:03.1484800Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10861 2022-05-18T05:33:03.1599320Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10862 2022-05-18T05:33:04.7615580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpirqrkrl5 2022-05-18T05:33:04.7648150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpirqrkrl5/_remote_module_non_scriptable.py 2022-05-18T05:33:04.7761330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj30qcpbo 2022-05-18T05:33:04.7837220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj30qcpbo/_remote_module_non_scriptable.py 2022-05-18T05:33:04.8170500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjc_7k8us 2022-05-18T05:33:04.8272420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjc_7k8us/_remote_module_non_scriptable.py 2022-05-18T05:33:04.8289490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7lycmggy 2022-05-18T05:33:04.8380780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7lycmggy/_remote_module_non_scriptable.py 2022-05-18T05:33:05.3823660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:33:05.3919230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:33:05.4215560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:33:05.4216450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:33:05.6205100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:33:05.6306540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:33:05.6308770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:33:05.6314700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:33:05.6317370Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:33:05.6431400Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:33:05.7035040Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:33:05.7036090Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:33:06.2591060Z ok (3.568s) 2022-05-18T05:33:06.2666680Z 2022-05-18T05:33:06.2667400Z ---------------------------------------------------------------------- 2022-05-18T05:33:06.2668360Z Ran 1 test in 3.569s 2022-05-18T05:33:06.2668520Z 2022-05-18T05:33:06.2668610Z OK 2022-05-18T05:33:06.2668710Z 2022-05-18T05:33:06.2668810Z Generating XML reports... 2022-05-18T05:33:06.2669430Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053302.xml 2022-05-18T05:33:07.6982800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpajrfc5mb 2022-05-18T05:33:07.6985830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpajrfc5mb/_remote_module_non_scriptable.py 2022-05-18T05:33:08.1638340Z 2022-05-18T05:33:08.1638670Z Running tests... 2022-05-18T05:33:08.1639310Z ---------------------------------------------------------------------- 2022-05-18T05:33:08.1639840Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:33:08.5853330Z test_init_rpc_twice (__main__.TensorPipeRpcTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74180 for platform(s) mac, macos. If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.421s) 2022-05-18T05:33:08.5905170Z 2022-05-18T05:33:08.5906470Z ---------------------------------------------------------------------- 2022-05-18T05:33:08.5906840Z Ran 1 test in 0.422s 2022-05-18T05:33:08.5906980Z 2022-05-18T05:33:08.5907070Z OK (skipped=1) 2022-05-18T05:33:08.5907190Z 2022-05-18T05:33:08.5907290Z Generating XML reports... 2022-05-18T05:33:08.5907870Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053308.xml 2022-05-18T05:33:10.0225850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpitjsgbyl 2022-05-18T05:33:10.0232150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpitjsgbyl/_remote_module_non_scriptable.py 2022-05-18T05:33:10.5425850Z 2022-05-18T05:33:10.5426130Z Running tests... 2022-05-18T05:33:10.5426810Z ---------------------------------------------------------------------- 2022-05-18T05:33:10.5427360Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:33:10.9803090Z test_init_rpc_without_world_size (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10872 2022-05-18T05:33:10.9875970Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10873 2022-05-18T05:33:10.9991310Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10874 2022-05-18T05:33:11.0112900Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10875 2022-05-18T05:33:12.7346190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3w6hiyrd 2022-05-18T05:33:12.7447220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3w6hiyrd/_remote_module_non_scriptable.py 2022-05-18T05:33:12.7784440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp6apj8v9 2022-05-18T05:33:12.7816960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp6apj8v9/_remote_module_non_scriptable.py 2022-05-18T05:33:12.7905490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjdk4gy7j 2022-05-18T05:33:12.7965720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjdk4gy7j/_remote_module_non_scriptable.py 2022-05-18T05:33:12.8728330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2yq7dh3n 2022-05-18T05:33:12.8729240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2yq7dh3n/_remote_module_non_scriptable.py 2022-05-18T05:33:13.3717500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:33:13.4064510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:33:13.4076950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:33:13.5177050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:33:13.8835910Z ok (3.341s) 2022-05-18T05:33:13.8911980Z 2022-05-18T05:33:13.8913000Z ---------------------------------------------------------------------- 2022-05-18T05:33:13.8913330Z Ran 1 test in 3.341s 2022-05-18T05:33:13.8913520Z 2022-05-18T05:33:13.8913590Z OK 2022-05-18T05:33:13.8913720Z 2022-05-18T05:33:13.8913830Z Generating XML reports... 2022-05-18T05:33:13.8914420Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053310.xml 2022-05-18T05:33:15.3345360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppjs3qgwo 2022-05-18T05:33:15.3348730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppjs3qgwo/_remote_module_non_scriptable.py 2022-05-18T05:33:15.7948320Z 2022-05-18T05:33:15.7949120Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:33:15.7949670Z Running tests... 2022-05-18T05:33:15.7950110Z ---------------------------------------------------------------------- 2022-05-18T05:33:16.2302540Z test_init_rpc_without_world_size_without_rank (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10884 2022-05-18T05:33:16.2444800Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10885 2022-05-18T05:33:16.2564440Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10886 2022-05-18T05:33:16.2668220Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10887 2022-05-18T05:33:17.8770310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp11y0xej1 2022-05-18T05:33:17.8820620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp11y0xej1/_remote_module_non_scriptable.py 2022-05-18T05:33:17.8828980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp909_mlk 2022-05-18T05:33:17.8849960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp909_mlk/_remote_module_non_scriptable.py 2022-05-18T05:33:17.8947220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu3kglo4v 2022-05-18T05:33:17.8979580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu3kglo4v/_remote_module_non_scriptable.py 2022-05-18T05:33:17.9412120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc82esdxf 2022-05-18T05:33:17.9463080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc82esdxf/_remote_module_non_scriptable.py 2022-05-18T05:33:18.5015560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:33:18.5056650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:33:18.5119280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:33:18.5706590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:33:18.9145220Z ok (3.120s) 2022-05-18T05:33:18.9221150Z 2022-05-18T05:33:18.9222030Z ---------------------------------------------------------------------- 2022-05-18T05:33:18.9222410Z Ran 1 test in 3.120s 2022-05-18T05:33:18.9222540Z 2022-05-18T05:33:18.9222610Z OK 2022-05-18T05:33:18.9222710Z 2022-05-18T05:33:18.9222810Z Generating XML reports... 2022-05-18T05:33:18.9223400Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053315.xml 2022-05-18T05:33:20.3709190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7j9fygis 2022-05-18T05:33:20.3712460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7j9fygis/_remote_module_non_scriptable.py 2022-05-18T05:33:20.8343360Z 2022-05-18T05:33:20.8344180Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:33:20.8344560Z Running tests... 2022-05-18T05:33:20.8344970Z ---------------------------------------------------------------------- 2022-05-18T05:33:21.2821240Z test_int_callee (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10895 2022-05-18T05:33:21.2950880Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10896 2022-05-18T05:33:21.3072230Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10897 2022-05-18T05:33:21.3152020Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10898 2022-05-18T05:33:22.9525590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbgz906j_ 2022-05-18T05:33:22.9627370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbgz906j_/_remote_module_non_scriptable.py 2022-05-18T05:33:23.0134980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx9i2kmkf 2022-05-18T05:33:23.0183800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx9i2kmkf/_remote_module_non_scriptable.py 2022-05-18T05:33:23.1119690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_rigx4mp 2022-05-18T05:33:23.1175680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_rigx4mp/_remote_module_non_scriptable.py 2022-05-18T05:33:23.1229320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_l7l98l1 2022-05-18T05:33:23.1327590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_l7l98l1/_remote_module_non_scriptable.py 2022-05-18T05:33:23.5614620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:33:23.6169950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:33:23.6811080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:33:23.6918860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:33:24.4625250Z ok (3.628s) 2022-05-18T05:33:24.4700750Z 2022-05-18T05:33:24.4701700Z ---------------------------------------------------------------------- 2022-05-18T05:33:24.4702450Z Ran 1 test in 3.629s 2022-05-18T05:33:24.4702880Z 2022-05-18T05:33:24.4703210Z OK 2022-05-18T05:33:24.4703630Z 2022-05-18T05:33:24.4703990Z Generating XML reports... 2022-05-18T05:33:24.4704950Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053320.xml 2022-05-18T05:33:25.9107100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5lnf35a9 2022-05-18T05:33:25.9117140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5lnf35a9/_remote_module_non_scriptable.py 2022-05-18T05:33:26.3684460Z 2022-05-18T05:33:26.3685460Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:33:26.3685890Z Running tests... 2022-05-18T05:33:26.3686710Z ---------------------------------------------------------------------- 2022-05-18T05:33:26.7994610Z test_invalid_names (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10907 2022-05-18T05:33:26.8172280Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10908 2022-05-18T05:33:26.8283310Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10909 2022-05-18T05:33:26.8390160Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10910 2022-05-18T05:33:28.4803640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcf8c100d 2022-05-18T05:33:28.4864480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcf8c100d/_remote_module_non_scriptable.py 2022-05-18T05:33:28.4940420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjoxwe3ni 2022-05-18T05:33:28.5009050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjoxwe3ni/_remote_module_non_scriptable.py 2022-05-18T05:33:28.5034250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj7b0yp4m 2022-05-18T05:33:28.5042970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj7b0yp4m/_remote_module_non_scriptable.py 2022-05-18T05:33:28.5097370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl3n2jyd3 2022-05-18T05:33:28.5150440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl3n2jyd3/_remote_module_non_scriptable.py 2022-05-18T05:33:29.1132410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:33:29.1184090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:33:29.1241730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:33:29.1414880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:33:29.5103610Z ok (3.141s) 2022-05-18T05:33:29.5176300Z 2022-05-18T05:33:29.5178020Z ---------------------------------------------------------------------- 2022-05-18T05:33:29.5178620Z Ran 1 test in 3.142s 2022-05-18T05:33:29.5178760Z 2022-05-18T05:33:29.5178870Z OK 2022-05-18T05:33:29.5178980Z 2022-05-18T05:33:29.5179120Z Generating XML reports... 2022-05-18T05:33:29.5179800Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053326.xml 2022-05-18T05:33:30.9465340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeal9fq6z 2022-05-18T05:33:30.9468520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeal9fq6z/_remote_module_non_scriptable.py 2022-05-18T05:33:31.4061110Z 2022-05-18T05:33:31.4061950Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:33:31.4062350Z Running tests... 2022-05-18T05:33:31.4062740Z ---------------------------------------------------------------------- 2022-05-18T05:33:31.8429720Z test_local_rref_no_fork (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10918 2022-05-18T05:33:31.8598920Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10919 2022-05-18T05:33:31.8703230Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10920 2022-05-18T05:33:31.8705500Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10921 2022-05-18T05:33:33.6015320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgwm8dofg 2022-05-18T05:33:33.6039310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgwm8dofg/_remote_module_non_scriptable.py 2022-05-18T05:33:33.6289550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiwozuas1 2022-05-18T05:33:33.6290430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiwozuas1/_remote_module_non_scriptable.py 2022-05-18T05:33:33.6445240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4gomy3uo 2022-05-18T05:33:33.6461410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1d67lnu3 2022-05-18T05:33:33.6549520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4gomy3uo/_remote_module_non_scriptable.py 2022-05-18T05:33:33.6568380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1d67lnu3/_remote_module_non_scriptable.py 2022-05-18T05:33:34.2320100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:33:34.2361790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:33:34.2366730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:33:34.2565120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:33:34.8843390Z ok (3.478s) 2022-05-18T05:33:34.8919550Z 2022-05-18T05:33:34.8921160Z ---------------------------------------------------------------------- 2022-05-18T05:33:34.8922300Z Ran 1 test in 3.479s 2022-05-18T05:33:34.8922730Z 2022-05-18T05:33:34.8922820Z OK 2022-05-18T05:33:34.8922930Z 2022-05-18T05:33:34.8923140Z Generating XML reports... 2022-05-18T05:33:34.8923890Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053331.xml 2022-05-18T05:33:36.3012870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw16hutn1 2022-05-18T05:33:36.3015230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw16hutn1/_remote_module_non_scriptable.py 2022-05-18T05:33:36.7516040Z 2022-05-18T05:33:36.7516310Z Running tests... 2022-05-18T05:33:36.7517010Z ---------------------------------------------------------------------- 2022-05-18T05:33:36.7517550Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:33:37.1715770Z test_local_shutdown (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10930 2022-05-18T05:33:37.1831020Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10931 2022-05-18T05:33:37.1964970Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10932 2022-05-18T05:33:37.2067840Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10933 2022-05-18T05:33:38.7477560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiojwlof6 2022-05-18T05:33:38.7530810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiojwlof6/_remote_module_non_scriptable.py 2022-05-18T05:33:38.7718540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfzctls9v 2022-05-18T05:33:38.7784340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfzctls9v/_remote_module_non_scriptable.py 2022-05-18T05:33:38.8439960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9wxjscq9 2022-05-18T05:33:38.8467200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9wxjscq9/_remote_module_non_scriptable.py 2022-05-18T05:33:38.8670770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe7kfldd7 2022-05-18T05:33:38.8691680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe7kfldd7/_remote_module_non_scriptable.py 2022-05-18T05:33:39.3453690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:33:39.3850940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:33:39.4043960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:33:39.4297830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:33:39.5576030Z [W tensorpipe_agent.cpp:728] RPC agent for worker2 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:33:39.5685910Z [W tensorpipe_agent.cpp:728] RPC agent for worker3 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:33:39.5788910Z [W tensorpipe_agent.cpp:728] RPC agent for worker1 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:33:39.5891020Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker2: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:33:39.6090370Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker3: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:33:39.6194410Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker1: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:33:40.0544260Z ok (3.302s) 2022-05-18T05:33:40.0622740Z 2022-05-18T05:33:40.0623900Z ---------------------------------------------------------------------- 2022-05-18T05:33:40.0624280Z Ran 1 test in 3.303s 2022-05-18T05:33:40.0624420Z 2022-05-18T05:33:40.0624500Z OK 2022-05-18T05:33:40.0624610Z 2022-05-18T05:33:40.0624710Z Generating XML reports... 2022-05-18T05:33:40.0626150Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053336.xml 2022-05-18T05:33:41.4865170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpquaijanm 2022-05-18T05:33:41.4868550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpquaijanm/_remote_module_non_scriptable.py 2022-05-18T05:33:41.9387380Z 2022-05-18T05:33:41.9388540Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:33:41.9389050Z Running tests... 2022-05-18T05:33:41.9389470Z ---------------------------------------------------------------------- 2022-05-18T05:33:42.3679600Z test_local_shutdown_with_rpc (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10941 2022-05-18T05:33:42.3796670Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10942 2022-05-18T05:33:42.3927080Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10943 2022-05-18T05:33:42.4069520Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10944 2022-05-18T05:33:44.0258360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpulay12xh 2022-05-18T05:33:44.0354950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpulay12xh/_remote_module_non_scriptable.py 2022-05-18T05:33:44.0856730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv2ixzfky 2022-05-18T05:33:44.0901380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv2ixzfky/_remote_module_non_scriptable.py 2022-05-18T05:33:44.1306480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpof1h9qad 2022-05-18T05:33:44.1364040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpof1h9qad/_remote_module_non_scriptable.py 2022-05-18T05:33:44.1679080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp07s8vbo1 2022-05-18T05:33:44.1819550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp07s8vbo1/_remote_module_non_scriptable.py 2022-05-18T05:33:44.6251580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:33:44.6729780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:33:44.7033440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:33:44.7387860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:33:44.9830540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:33:44.9949790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:33:44.9951100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:33:44.9961520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:33:44.9963190Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:33:45.0074010Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:33:45.0286520Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:33:45.0584720Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:33:45.1091410Z [W tensorpipe_agent.cpp:728] RPC agent for worker2 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:33:45.1203380Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker1: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:33:45.1304300Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker3: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:33:45.1405860Z [W tensorpipe_agent.cpp:728] RPC agent for worker2 encountered error when reading incoming request from worker1: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:33:45.1506230Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker2: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:33:45.1608020Z [W tensorpipe_agent.cpp:728] RPC agent for worker3 encountered error when reading incoming request from worker2: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:33:45.1708550Z [W tensorpipe_agent.cpp:728] RPC agent for worker3 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:33:45.1808810Z [W tensorpipe_agent.cpp:728] RPC agent for worker1 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:33:45.5980140Z ok (3.659s) 2022-05-18T05:33:45.6053710Z 2022-05-18T05:33:45.6054710Z ---------------------------------------------------------------------- 2022-05-18T05:33:45.6055050Z Ran 1 test in 3.660s 2022-05-18T05:33:45.6055180Z 2022-05-18T05:33:45.6055250Z OK 2022-05-18T05:33:45.6055360Z 2022-05-18T05:33:45.6055460Z Generating XML reports... 2022-05-18T05:33:45.6056050Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053341.xml 2022-05-18T05:33:47.0095390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps52l61vj 2022-05-18T05:33:47.0098720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps52l61vj/_remote_module_non_scriptable.py 2022-05-18T05:33:47.4543430Z 2022-05-18T05:33:47.4544410Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:33:47.4544800Z Running tests... 2022-05-18T05:33:47.4545250Z ---------------------------------------------------------------------- 2022-05-18T05:33:47.8786250Z test_local_value_not_on_owner (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10953 2022-05-18T05:33:47.8925190Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10954 2022-05-18T05:33:47.9073950Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10955 2022-05-18T05:33:47.9152920Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10956 2022-05-18T05:33:49.4763360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4oi9nl21 2022-05-18T05:33:49.4861020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4oi9nl21/_remote_module_non_scriptable.py 2022-05-18T05:33:49.4957950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8xjxmp2c 2022-05-18T05:33:49.4986300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8xjxmp2c/_remote_module_non_scriptable.py 2022-05-18T05:33:49.5542200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiyz68syn 2022-05-18T05:33:49.5556890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiyz68syn/_remote_module_non_scriptable.py 2022-05-18T05:33:49.5783670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpayi94dv5 2022-05-18T05:33:49.5784340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpayi94dv5/_remote_module_non_scriptable.py 2022-05-18T05:33:50.1107550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:33:50.1120810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:33:50.1315690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:33:50.1551790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:33:50.7699250Z ok (3.315s) 2022-05-18T05:33:50.7775520Z 2022-05-18T05:33:50.7776210Z ---------------------------------------------------------------------- 2022-05-18T05:33:50.7776540Z Ran 1 test in 3.316s 2022-05-18T05:33:50.7776690Z 2022-05-18T05:33:50.7776760Z OK 2022-05-18T05:33:50.7776890Z 2022-05-18T05:33:50.7776990Z Generating XML reports... 2022-05-18T05:33:50.7777590Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053347.xml 2022-05-18T05:33:52.1729480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7w3yagm1 2022-05-18T05:33:52.1732990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7w3yagm1/_remote_module_non_scriptable.py 2022-05-18T05:33:52.6126780Z 2022-05-18T05:33:52.6127580Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:33:52.6127950Z Running tests... 2022-05-18T05:33:52.6128350Z ---------------------------------------------------------------------- 2022-05-18T05:33:53.0283570Z test_mark_future_twice (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10964 2022-05-18T05:33:53.0491750Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10965 2022-05-18T05:33:53.0672180Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10967 2022-05-18T05:33:53.0745430Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10968 2022-05-18T05:33:54.6837880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxg4a9gg_ 2022-05-18T05:33:54.6913240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxg4a9gg_/_remote_module_non_scriptable.py 2022-05-18T05:33:54.7040160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwnoom4x9 2022-05-18T05:33:54.7098870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwnoom4x9/_remote_module_non_scriptable.py 2022-05-18T05:33:54.7159100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps2iv_p9n 2022-05-18T05:33:54.7261040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps2iv_p9n/_remote_module_non_scriptable.py 2022-05-18T05:33:54.7261730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr6djy9cj 2022-05-18T05:33:54.7362990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr6djy9cj/_remote_module_non_scriptable.py 2022-05-18T05:33:55.2690780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:33:55.2786650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:33:55.2914820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:33:55.3024080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:33:56.0088180Z ok (3.396s) 2022-05-18T05:33:56.0167260Z 2022-05-18T05:33:56.0167990Z ---------------------------------------------------------------------- 2022-05-18T05:33:56.0168290Z Ran 1 test in 3.397s 2022-05-18T05:33:56.0168470Z 2022-05-18T05:33:56.0168540Z OK 2022-05-18T05:33:56.0168640Z 2022-05-18T05:33:56.0168740Z Generating XML reports... 2022-05-18T05:33:56.0169350Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053352.xml 2022-05-18T05:33:57.3990290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp14s3du2q 2022-05-18T05:33:57.3993230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp14s3du2q/_remote_module_non_scriptable.py 2022-05-18T05:33:57.8308590Z 2022-05-18T05:33:57.8309820Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:33:57.8310310Z Running tests... 2022-05-18T05:33:57.8310730Z ---------------------------------------------------------------------- 2022-05-18T05:33:58.2506980Z test_multi_builtin_remote_ret (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10976 2022-05-18T05:33:58.2658960Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10977 2022-05-18T05:33:58.2765050Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10978 2022-05-18T05:33:58.2870140Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10979 2022-05-18T05:33:59.8449020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp70qyuigo 2022-05-18T05:33:59.8529620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp70qyuigo/_remote_module_non_scriptable.py 2022-05-18T05:33:59.8627500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_0_iaggn 2022-05-18T05:33:59.8666350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_0_iaggn/_remote_module_non_scriptable.py 2022-05-18T05:33:59.8725630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5cgemhsh 2022-05-18T05:33:59.8779110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5cgemhsh/_remote_module_non_scriptable.py 2022-05-18T05:33:59.8880790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph3cef7ci 2022-05-18T05:33:59.8982740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph3cef7ci/_remote_module_non_scriptable.py 2022-05-18T05:34:00.4429220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:00.4491920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:34:00.4527340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:00.4768330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:01.3146970Z ok (3.484s) 2022-05-18T05:34:01.3224060Z 2022-05-18T05:34:01.3225680Z ---------------------------------------------------------------------- 2022-05-18T05:34:01.3226810Z Ran 1 test in 3.484s 2022-05-18T05:34:01.3227240Z 2022-05-18T05:34:01.3227340Z OK 2022-05-18T05:34:01.3227460Z 2022-05-18T05:34:01.3227570Z Generating XML reports... 2022-05-18T05:34:01.3228210Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053357.xml 2022-05-18T05:34:02.7039980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsvqyec34 2022-05-18T05:34:02.7043720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsvqyec34/_remote_module_non_scriptable.py 2022-05-18T05:34:03.1375130Z 2022-05-18T05:34:03.1376050Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:34:03.1376460Z Running tests... 2022-05-18T05:34:03.1376880Z ---------------------------------------------------------------------- 2022-05-18T05:34:03.5666840Z test_multi_layer_nested_async_rpc (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10988 2022-05-18T05:34:03.5743790Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10989 2022-05-18T05:34:03.5891000Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10990 2022-05-18T05:34:03.6065010Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 10991 2022-05-18T05:34:05.1552540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpslitix6y 2022-05-18T05:34:05.1553650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpslitix6y/_remote_module_non_scriptable.py 2022-05-18T05:34:05.1748220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpapfz1nyh 2022-05-18T05:34:05.1811580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpapfz1nyh/_remote_module_non_scriptable.py 2022-05-18T05:34:05.1919120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd__uy8si 2022-05-18T05:34:05.1993870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd__uy8si/_remote_module_non_scriptable.py 2022-05-18T05:34:05.2059280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4l3kwrx2 2022-05-18T05:34:05.2096050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4l3kwrx2/_remote_module_non_scriptable.py 2022-05-18T05:34:05.7457220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:05.7601190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:34:05.7615840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:05.7684020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:06.6339460Z ok (3.496s) 2022-05-18T05:34:06.6411950Z 2022-05-18T05:34:06.6412590Z ---------------------------------------------------------------------- 2022-05-18T05:34:06.6412970Z Ran 1 test in 3.497s 2022-05-18T05:34:06.6413100Z 2022-05-18T05:34:06.6413170Z OK 2022-05-18T05:34:06.6413270Z 2022-05-18T05:34:06.6413390Z Generating XML reports... 2022-05-18T05:34:06.6414150Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053403.xml 2022-05-18T05:34:08.0122600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkt0cksbh 2022-05-18T05:34:08.0127510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkt0cksbh/_remote_module_non_scriptable.py 2022-05-18T05:34:08.4446890Z 2022-05-18T05:34:08.4447210Z Running tests... 2022-05-18T05:34:08.4447930Z ---------------------------------------------------------------------- 2022-05-18T05:34:08.4448480Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:34:08.8546980Z test_multi_py_udf_remote (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10999 2022-05-18T05:34:08.8684010Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11000 2022-05-18T05:34:08.8840190Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11001 2022-05-18T05:34:08.8942420Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11002 2022-05-18T05:34:10.4440080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv7kaw0je 2022-05-18T05:34:10.4471270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv7kaw0je/_remote_module_non_scriptable.py 2022-05-18T05:34:10.4502740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg73ayd3p 2022-05-18T05:34:10.4600790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg73ayd3p/_remote_module_non_scriptable.py 2022-05-18T05:34:10.4679280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0fjehxhm 2022-05-18T05:34:10.4705140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0fjehxhm/_remote_module_non_scriptable.py 2022-05-18T05:34:10.5079460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptu8sugpt 2022-05-18T05:34:10.5106270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptu8sugpt/_remote_module_non_scriptable.py 2022-05-18T05:34:11.0223110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:11.0235140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:11.0332060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:11.0782400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:34:11.7416750Z ok (3.297s) 2022-05-18T05:34:11.7486870Z 2022-05-18T05:34:11.7487800Z ---------------------------------------------------------------------- 2022-05-18T05:34:11.7488130Z Ran 1 test in 3.297s 2022-05-18T05:34:11.7488260Z 2022-05-18T05:34:11.7488320Z OK 2022-05-18T05:34:11.7488420Z 2022-05-18T05:34:11.7488520Z Generating XML reports... 2022-05-18T05:34:11.7489270Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053408.xml 2022-05-18T05:34:13.1381560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp01t3hgab 2022-05-18T05:34:13.1384010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp01t3hgab/_remote_module_non_scriptable.py 2022-05-18T05:34:13.5863120Z 2022-05-18T05:34:13.5863910Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:34:13.5864300Z Running tests... 2022-05-18T05:34:13.5864690Z ---------------------------------------------------------------------- 2022-05-18T05:34:13.9889290Z test_multi_rpc (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11011 2022-05-18T05:34:14.0042110Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11012 2022-05-18T05:34:14.0194870Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11013 2022-05-18T05:34:14.0313810Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11014 2022-05-18T05:34:15.5496960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz_ej_sk3 2022-05-18T05:34:15.5598020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz_ej_sk3/_remote_module_non_scriptable.py 2022-05-18T05:34:15.5698000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa7bz1i_k 2022-05-18T05:34:15.5798870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa7bz1i_k/_remote_module_non_scriptable.py 2022-05-18T05:34:15.5805080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpopg5z4_8 2022-05-18T05:34:15.5903430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpopg5z4_8/_remote_module_non_scriptable.py 2022-05-18T05:34:15.6647650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpty6cp83m 2022-05-18T05:34:15.6648320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpty6cp83m/_remote_module_non_scriptable.py 2022-05-18T05:34:16.1174480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:16.1224420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:16.1338370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:16.1972340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:34:17.1338510Z ok (3.547s) 2022-05-18T05:34:17.1412180Z 2022-05-18T05:34:17.1412850Z ---------------------------------------------------------------------- 2022-05-18T05:34:17.1413140Z Ran 1 test in 3.548s 2022-05-18T05:34:17.1413320Z 2022-05-18T05:34:17.1413390Z OK 2022-05-18T05:34:17.1413490Z 2022-05-18T05:34:17.1413590Z Generating XML reports... 2022-05-18T05:34:17.1414180Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053413.xml 2022-05-18T05:34:18.4986890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf1k1w5mx 2022-05-18T05:34:18.4990380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf1k1w5mx/_remote_module_non_scriptable.py 2022-05-18T05:34:18.9246060Z 2022-05-18T05:34:18.9246850Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:34:18.9247230Z Running tests... 2022-05-18T05:34:18.9247640Z ---------------------------------------------------------------------- 2022-05-18T05:34:19.3337850Z test_my_parameter_server (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11022 2022-05-18T05:34:19.3408180Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11023 2022-05-18T05:34:19.3567680Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11024 2022-05-18T05:34:19.3708590Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11025 2022-05-18T05:34:20.9240310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfi3mzojn 2022-05-18T05:34:20.9335180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpackn526p 2022-05-18T05:34:20.9343290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfi3mzojn/_remote_module_non_scriptable.py 2022-05-18T05:34:20.9444580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpackn526p/_remote_module_non_scriptable.py 2022-05-18T05:34:20.9534930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj48oz7fx 2022-05-18T05:34:20.9573830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj48oz7fx/_remote_module_non_scriptable.py 2022-05-18T05:34:20.9659530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp39yglff2 2022-05-18T05:34:20.9696210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp39yglff2/_remote_module_non_scriptable.py 2022-05-18T05:34:21.5112790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:21.5214530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:21.5365220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:34:21.5380380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:22.6341510Z ok (3.709s) 2022-05-18T05:34:22.6419870Z 2022-05-18T05:34:22.6423920Z ---------------------------------------------------------------------- 2022-05-18T05:34:22.6426570Z Ran 1 test in 3.710s 2022-05-18T05:34:22.6428200Z 2022-05-18T05:34:22.6430890Z OK 2022-05-18T05:34:22.6433200Z 2022-05-18T05:34:22.6452300Z Generating XML reports... 2022-05-18T05:34:22.6453100Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053418.xml 2022-05-18T05:34:24.0425750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8rlpakjd 2022-05-18T05:34:24.0428890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8rlpakjd/_remote_module_non_scriptable.py 2022-05-18T05:34:24.4686110Z 2022-05-18T05:34:24.4686900Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:34:24.4687270Z Running tests... 2022-05-18T05:34:24.4687700Z ---------------------------------------------------------------------- 2022-05-18T05:34:24.8770380Z test_nested_remote (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11034 2022-05-18T05:34:24.8863470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11035 2022-05-18T05:34:24.9072720Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11036 2022-05-18T05:34:24.9207860Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11037 2022-05-18T05:34:26.4539190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcnk_pnez 2022-05-18T05:34:26.4622870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcnk_pnez/_remote_module_non_scriptable.py 2022-05-18T05:34:26.5145610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp62fdy0tv 2022-05-18T05:34:26.5246150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplx3j5chd 2022-05-18T05:34:26.5347850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp62fdy0tv/_remote_module_non_scriptable.py 2022-05-18T05:34:26.5414960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9r7o5d8l 2022-05-18T05:34:26.5453140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplx3j5chd/_remote_module_non_scriptable.py 2022-05-18T05:34:26.5548800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9r7o5d8l/_remote_module_non_scriptable.py 2022-05-18T05:34:27.0533740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:27.0755540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:27.0802870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:34:27.0836380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:27.8003910Z ok (3.331s) 2022-05-18T05:34:27.8077110Z 2022-05-18T05:34:27.8078080Z ---------------------------------------------------------------------- 2022-05-18T05:34:27.8078390Z Ran 1 test in 3.332s 2022-05-18T05:34:27.8078540Z 2022-05-18T05:34:27.8078610Z OK 2022-05-18T05:34:27.8078720Z 2022-05-18T05:34:27.8078840Z Generating XML reports... 2022-05-18T05:34:27.8079440Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053424.xml 2022-05-18T05:34:29.2005880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplkfigqn3 2022-05-18T05:34:29.2009290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplkfigqn3/_remote_module_non_scriptable.py 2022-05-18T05:34:29.6495400Z 2022-05-18T05:34:29.6496180Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:34:29.6496560Z Running tests... 2022-05-18T05:34:29.6496950Z ---------------------------------------------------------------------- 2022-05-18T05:34:30.0683380Z test_nested_rpc (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11045 2022-05-18T05:34:30.0753470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11046 2022-05-18T05:34:30.0944760Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11047 2022-05-18T05:34:30.1050090Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11048 2022-05-18T05:34:31.6254770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0g8mz79o 2022-05-18T05:34:31.6309400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0g8mz79o/_remote_module_non_scriptable.py 2022-05-18T05:34:31.6671590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphj3yzckh 2022-05-18T05:34:31.6723580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphj3yzckh/_remote_module_non_scriptable.py 2022-05-18T05:34:31.6742620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbwkxt13x 2022-05-18T05:34:31.6826260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbwkxt13x/_remote_module_non_scriptable.py 2022-05-18T05:34:31.7527570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnjoyuv2_ 2022-05-18T05:34:31.7588290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnjoyuv2_/_remote_module_non_scriptable.py 2022-05-18T05:34:32.2215420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:32.2305730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:32.2403780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:32.3046520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:34:32.9537300Z ok (3.304s) 2022-05-18T05:34:32.9610250Z 2022-05-18T05:34:32.9611220Z ---------------------------------------------------------------------- 2022-05-18T05:34:32.9611560Z Ran 1 test in 3.304s 2022-05-18T05:34:32.9611730Z 2022-05-18T05:34:32.9611800Z OK 2022-05-18T05:34:32.9611910Z 2022-05-18T05:34:32.9612010Z Generating XML reports... 2022-05-18T05:34:32.9612600Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053429.xml 2022-05-18T05:34:34.3608840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt7j1a_ys 2022-05-18T05:34:34.3612290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt7j1a_ys/_remote_module_non_scriptable.py 2022-05-18T05:34:34.7989840Z 2022-05-18T05:34:34.7990620Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:34:34.7991420Z Running tests... 2022-05-18T05:34:34.7991860Z ---------------------------------------------------------------------- 2022-05-18T05:34:35.2188430Z test_nested_rref (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11058 2022-05-18T05:34:35.2274600Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11059 2022-05-18T05:34:35.2422740Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11060 2022-05-18T05:34:35.2533170Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11061 2022-05-18T05:34:36.7968230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmnygkwmy 2022-05-18T05:34:36.8052350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmnygkwmy/_remote_module_non_scriptable.py 2022-05-18T05:34:36.8261720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpemefamj6 2022-05-18T05:34:36.8268090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpemefamj6/_remote_module_non_scriptable.py 2022-05-18T05:34:36.8427710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp02pb__cg 2022-05-18T05:34:36.8469620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp02pb__cg/_remote_module_non_scriptable.py 2022-05-18T05:34:36.8630310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpex7iiyaz 2022-05-18T05:34:36.8673410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpex7iiyaz/_remote_module_non_scriptable.py 2022-05-18T05:34:37.3850030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:34:37.3859700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:37.4172690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:37.4372530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:38.0691200Z ok (3.270s) 2022-05-18T05:34:38.0766400Z 2022-05-18T05:34:38.0767100Z ---------------------------------------------------------------------- 2022-05-18T05:34:38.0767400Z Ran 1 test in 3.270s 2022-05-18T05:34:38.0767530Z 2022-05-18T05:34:38.0767600Z OK 2022-05-18T05:34:38.0767700Z 2022-05-18T05:34:38.0767800Z Generating XML reports... 2022-05-18T05:34:38.0768410Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053434.xml 2022-05-18T05:34:39.4817650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwdnm9r0q 2022-05-18T05:34:39.4820840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwdnm9r0q/_remote_module_non_scriptable.py 2022-05-18T05:34:39.9224810Z 2022-05-18T05:34:39.9225140Z Running tests... 2022-05-18T05:34:39.9225770Z ---------------------------------------------------------------------- 2022-05-18T05:34:39.9226310Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:34:40.3349950Z test_nested_rref_stress (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11069 2022-05-18T05:34:40.3496770Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11070 2022-05-18T05:34:40.3671640Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11071 2022-05-18T05:34:40.3778110Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11072 2022-05-18T05:34:41.9361840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpedzbmuf6 2022-05-18T05:34:41.9362960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpedzbmuf6/_remote_module_non_scriptable.py 2022-05-18T05:34:41.9464300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppun237oj 2022-05-18T05:34:41.9511190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppun237oj/_remote_module_non_scriptable.py 2022-05-18T05:34:41.9577200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwo584p_q 2022-05-18T05:34:41.9666960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwo584p_q/_remote_module_non_scriptable.py 2022-05-18T05:34:41.9718820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl1s2tokz 2022-05-18T05:34:41.9772260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl1s2tokz/_remote_module_non_scriptable.py 2022-05-18T05:34:42.5595720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:42.5613330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:42.5742340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:34:42.5822320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:43.5636400Z ok (3.641s) 2022-05-18T05:34:43.5711080Z 2022-05-18T05:34:43.5711810Z ---------------------------------------------------------------------- 2022-05-18T05:34:43.5712130Z Ran 1 test in 3.641s 2022-05-18T05:34:43.5712260Z 2022-05-18T05:34:43.5712320Z OK 2022-05-18T05:34:43.5712420Z 2022-05-18T05:34:43.5712520Z Generating XML reports... 2022-05-18T05:34:43.5713110Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053439.xml 2022-05-18T05:34:44.9792420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp345lxnir 2022-05-18T05:34:44.9795320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp345lxnir/_remote_module_non_scriptable.py 2022-05-18T05:34:45.4282000Z 2022-05-18T05:34:45.4282790Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:34:45.4283160Z Running tests... 2022-05-18T05:34:45.4283570Z ---------------------------------------------------------------------- 2022-05-18T05:34:45.8500050Z test_non_cont_tensors (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11081 2022-05-18T05:34:45.8665540Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11082 2022-05-18T05:34:45.8774930Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11083 2022-05-18T05:34:45.8984060Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11084 2022-05-18T05:34:47.4634300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ykcvd9s 2022-05-18T05:34:47.4647560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ykcvd9s/_remote_module_non_scriptable.py 2022-05-18T05:34:47.4706240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpet0mouj2 2022-05-18T05:34:47.4747090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpet0mouj2/_remote_module_non_scriptable.py 2022-05-18T05:34:47.4968520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdmli119v 2022-05-18T05:34:47.5049930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdmli119v/_remote_module_non_scriptable.py 2022-05-18T05:34:47.5097290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmg5w7h5_ 2022-05-18T05:34:47.5171940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmg5w7h5_/_remote_module_non_scriptable.py 2022-05-18T05:34:48.0486790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:48.0528340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:48.0726150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:48.0817480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:34:48.6959160Z ok (3.267s) 2022-05-18T05:34:48.7036220Z 2022-05-18T05:34:48.7037080Z ---------------------------------------------------------------------- 2022-05-18T05:34:48.7037550Z Ran 1 test in 3.268s 2022-05-18T05:34:48.7037690Z 2022-05-18T05:34:48.7037760Z OK 2022-05-18T05:34:48.7037860Z 2022-05-18T05:34:48.7037960Z Generating XML reports... 2022-05-18T05:34:48.7038560Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053445.xml 2022-05-18T05:34:50.1644400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgbm4omdv 2022-05-18T05:34:50.1647570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgbm4omdv/_remote_module_non_scriptable.py 2022-05-18T05:34:50.6294580Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:34:50.6294870Z 2022-05-18T05:34:50.6294960Z Running tests... 2022-05-18T05:34:50.6295360Z ---------------------------------------------------------------------- 2022-05-18T05:34:51.0664650Z test_non_garbage_collected_user_rref_due_to_local_circular_dependency (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11092 2022-05-18T05:34:51.0734320Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11093 2022-05-18T05:34:51.0884160Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11094 2022-05-18T05:34:51.1011810Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11095 2022-05-18T05:34:52.7623770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkjwf2nx2 2022-05-18T05:34:52.7725470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkjwf2nx2/_remote_module_non_scriptable.py 2022-05-18T05:34:52.7726160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpld89s_wn 2022-05-18T05:34:52.7736230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpld89s_wn/_remote_module_non_scriptable.py 2022-05-18T05:34:52.8048060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4dr04v6p 2022-05-18T05:34:52.8068460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4dr04v6p/_remote_module_non_scriptable.py 2022-05-18T05:34:52.8364270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsntajuny 2022-05-18T05:34:52.8411730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsntajuny/_remote_module_non_scriptable.py 2022-05-18T05:34:53.3486520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:53.3514510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:53.3991530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:53.4215270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:34:54.0345100Z ok (3.405s) 2022-05-18T05:34:54.0427590Z 2022-05-18T05:34:54.0428310Z ---------------------------------------------------------------------- 2022-05-18T05:34:54.0428700Z Ran 1 test in 3.405s 2022-05-18T05:34:54.0428840Z 2022-05-18T05:34:54.0428900Z OK 2022-05-18T05:34:54.0429010Z 2022-05-18T05:34:54.0429110Z Generating XML reports... 2022-05-18T05:34:54.0429710Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053450.xml 2022-05-18T05:34:55.4466410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplat8os5j 2022-05-18T05:34:55.4469150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplat8os5j/_remote_module_non_scriptable.py 2022-05-18T05:34:55.8947540Z 2022-05-18T05:34:55.8947880Z Running tests... 2022-05-18T05:34:55.8948530Z ---------------------------------------------------------------------- 2022-05-18T05:34:55.8949080Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:34:56.3185830Z test_nonzero (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11104 2022-05-18T05:34:56.3303540Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11105 2022-05-18T05:34:56.3467870Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11106 2022-05-18T05:34:56.3572610Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11107 2022-05-18T05:34:57.9162990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm083g9r2 2022-05-18T05:34:57.9247870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm083g9r2/_remote_module_non_scriptable.py 2022-05-18T05:34:57.9512400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphurvcnb2 2022-05-18T05:34:57.9548990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphurvcnb2/_remote_module_non_scriptable.py 2022-05-18T05:34:57.9649550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxnzi4jm2 2022-05-18T05:34:57.9650220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxnzi4jm2/_remote_module_non_scriptable.py 2022-05-18T05:34:57.9751540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppxk6b78b 2022-05-18T05:34:57.9851560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppxk6b78b/_remote_module_non_scriptable.py 2022-05-18T05:34:58.4791310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:58.5234660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:58.5237560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:58.5305150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:34:59.1337630Z ok (3.239s) 2022-05-18T05:34:59.1410520Z 2022-05-18T05:34:59.1411750Z ---------------------------------------------------------------------- 2022-05-18T05:34:59.1412080Z Ran 1 test in 3.240s 2022-05-18T05:34:59.1412220Z 2022-05-18T05:34:59.1412280Z OK 2022-05-18T05:34:59.1412380Z 2022-05-18T05:34:59.1412490Z Generating XML reports... 2022-05-18T05:34:59.1413080Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053455.xml 2022-05-18T05:35:00.5421060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmgn8hbzg 2022-05-18T05:35:00.5424950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmgn8hbzg/_remote_module_non_scriptable.py 2022-05-18T05:35:00.9845390Z 2022-05-18T05:35:00.9846190Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:35:00.9847050Z Running tests... 2022-05-18T05:35:00.9848190Z ---------------------------------------------------------------------- 2022-05-18T05:35:01.4168080Z test_owner_equality (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11115 2022-05-18T05:35:01.4304250Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11116 2022-05-18T05:35:01.4446890Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11117 2022-05-18T05:35:01.4475050Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11118 2022-05-18T05:35:02.9983850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp88rhmoez 2022-05-18T05:35:03.0047570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp88rhmoez/_remote_module_non_scriptable.py 2022-05-18T05:35:03.0387840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_xx5idms 2022-05-18T05:35:03.0414060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_xx5idms/_remote_module_non_scriptable.py 2022-05-18T05:35:03.0784230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6tuw074n 2022-05-18T05:35:03.0821320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6tuw074n/_remote_module_non_scriptable.py 2022-05-18T05:35:03.1455470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxh4rclu2 2022-05-18T05:35:03.1481030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxh4rclu2/_remote_module_non_scriptable.py 2022-05-18T05:35:03.6088100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:03.6189410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:03.6539180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:03.6996820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:35:04.3840740Z ok (3.399s) 2022-05-18T05:35:04.3917350Z 2022-05-18T05:35:04.3918050Z ---------------------------------------------------------------------- 2022-05-18T05:35:04.3918420Z Ran 1 test in 3.400s 2022-05-18T05:35:04.3918550Z 2022-05-18T05:35:04.3918620Z OK 2022-05-18T05:35:04.3918720Z 2022-05-18T05:35:04.3918850Z Generating XML reports... 2022-05-18T05:35:04.3919450Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053500.xml 2022-05-18T05:35:05.7760000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnhgc3_2s 2022-05-18T05:35:05.7763240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnhgc3_2s/_remote_module_non_scriptable.py 2022-05-18T05:35:06.2252080Z 2022-05-18T05:35:06.2252890Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:35:06.2253280Z Running tests... 2022-05-18T05:35:06.2253800Z ---------------------------------------------------------------------- 2022-05-18T05:35:06.6593570Z test_owner_rref_backward (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11127 2022-05-18T05:35:06.6746170Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11128 2022-05-18T05:35:06.6861760Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11129 2022-05-18T05:35:06.6890220Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11130 2022-05-18T05:35:08.2382790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpitdq9h56 2022-05-18T05:35:08.2410850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpitdq9h56/_remote_module_non_scriptable.py 2022-05-18T05:35:08.2714160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppgefwjk2 2022-05-18T05:35:08.2717090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppgefwjk2/_remote_module_non_scriptable.py 2022-05-18T05:35:08.3000510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp55fkd4kn 2022-05-18T05:35:08.3019400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp55fkd4kn/_remote_module_non_scriptable.py 2022-05-18T05:35:08.3117320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcmydtjqu 2022-05-18T05:35:08.3136480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcmydtjqu/_remote_module_non_scriptable.py 2022-05-18T05:35:08.8180870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:08.8615610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:08.8625020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:08.8736230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:35:09.3835480Z ok (3.158s) 2022-05-18T05:35:09.3910710Z 2022-05-18T05:35:09.3911790Z ---------------------------------------------------------------------- 2022-05-18T05:35:09.3912130Z Ran 1 test in 3.159s 2022-05-18T05:35:09.3912260Z 2022-05-18T05:35:09.3912350Z OK 2022-05-18T05:35:09.3912460Z 2022-05-18T05:35:09.3912560Z Generating XML reports... 2022-05-18T05:35:09.3913140Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053506.xml 2022-05-18T05:35:10.7891490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuaa4ilxv 2022-05-18T05:35:10.7894980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuaa4ilxv/_remote_module_non_scriptable.py 2022-05-18T05:35:11.2513320Z 2022-05-18T05:35:11.2514170Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:35:11.2514550Z Running tests... 2022-05-18T05:35:11.2514950Z ---------------------------------------------------------------------- 2022-05-18T05:35:11.6797700Z test_pass_local_rrefs (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11138 2022-05-18T05:35:11.6938510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11139 2022-05-18T05:35:11.7090790Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11140 2022-05-18T05:35:11.7126820Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11141 2022-05-18T05:35:13.3557840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkzvyw5tg 2022-05-18T05:35:13.3574440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkzvyw5tg/_remote_module_non_scriptable.py 2022-05-18T05:35:13.4297390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgftarhyh 2022-05-18T05:35:13.4480810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgftarhyh/_remote_module_non_scriptable.py 2022-05-18T05:35:13.4603670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps5z0m7_i 2022-05-18T05:35:13.4782820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdlqmskt6 2022-05-18T05:35:13.4905980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps5z0m7_i/_remote_module_non_scriptable.py 2022-05-18T05:35:13.5024290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdlqmskt6/_remote_module_non_scriptable.py 2022-05-18T05:35:13.9605030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:14.0477520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:14.0518050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:14.0546960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:35:14.8838940Z ok (3.632s) 2022-05-18T05:35:14.8917180Z 2022-05-18T05:35:14.8918300Z ---------------------------------------------------------------------- 2022-05-18T05:35:14.8918700Z Ran 1 test in 3.633s 2022-05-18T05:35:14.8919150Z 2022-05-18T05:35:14.8919230Z OK 2022-05-18T05:35:14.8919490Z 2022-05-18T05:35:14.8919590Z Generating XML reports... 2022-05-18T05:35:14.8920240Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053511.xml 2022-05-18T05:35:16.3634680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt0xxsgny 2022-05-18T05:35:16.3635300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt0xxsgny/_remote_module_non_scriptable.py 2022-05-18T05:35:16.8346870Z 2022-05-18T05:35:16.8347670Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:35:16.8349570Z Running tests... 2022-05-18T05:35:16.8350190Z ---------------------------------------------------------------------- 2022-05-18T05:35:17.2734240Z test_pg_init_no_rpc_init (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11150 2022-05-18T05:35:17.2811180Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11151 2022-05-18T05:35:17.2966830Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11152 2022-05-18T05:35:17.3093550Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11153 2022-05-18T05:35:18.9432870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz67zppyv 2022-05-18T05:35:18.9440920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz67zppyv/_remote_module_non_scriptable.py 2022-05-18T05:35:18.9547370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm_vk6jrj 2022-05-18T05:35:18.9596850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm_vk6jrj/_remote_module_non_scriptable.py 2022-05-18T05:35:18.9956740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3owdyobq 2022-05-18T05:35:18.9992920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3owdyobq/_remote_module_non_scriptable.py 2022-05-18T05:35:19.0568070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm1vuw818 2022-05-18T05:35:19.0647750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm1vuw818/_remote_module_non_scriptable.py 2022-05-18T05:35:19.5493080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:19.5728580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:19.5967050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:19.6383740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:35:19.6414100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:35:19.6423440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:35:19.6424750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:35:19.6771690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:35:19.6774690Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:35:19.6778480Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:35:19.6782640Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:35:19.6986490Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:35:20.1911230Z ok (3.356s) 2022-05-18T05:35:20.1990800Z 2022-05-18T05:35:20.1991830Z ---------------------------------------------------------------------- 2022-05-18T05:35:20.1992200Z Ran 1 test in 3.357s 2022-05-18T05:35:20.1992340Z 2022-05-18T05:35:20.1992400Z OK 2022-05-18T05:35:20.1992530Z 2022-05-18T05:35:20.1992640Z Generating XML reports... 2022-05-18T05:35:20.1993230Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053516.xml 2022-05-18T05:35:21.6539810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdnwi20ja 2022-05-18T05:35:21.6542990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdnwi20ja/_remote_module_non_scriptable.py 2022-05-18T05:35:22.1186450Z 2022-05-18T05:35:22.1187270Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:35:22.1187650Z Running tests... 2022-05-18T05:35:22.1188050Z ---------------------------------------------------------------------- 2022-05-18T05:35:22.5568410Z test_pickle_future (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11161 2022-05-18T05:35:22.5626990Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11162 2022-05-18T05:35:22.5759390Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11163 2022-05-18T05:35:22.5879870Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11164 2022-05-18T05:35:24.2584830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxokg327u 2022-05-18T05:35:24.2631380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxokg327u/_remote_module_non_scriptable.py 2022-05-18T05:35:24.3045920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj4wwfsek 2022-05-18T05:35:24.3122480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj4wwfsek/_remote_module_non_scriptable.py 2022-05-18T05:35:24.3346410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdslmywtf 2022-05-18T05:35:24.3351590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdslmywtf/_remote_module_non_scriptable.py 2022-05-18T05:35:24.3456590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfrsu8zw0 2022-05-18T05:35:24.3553280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfrsu8zw0/_remote_module_non_scriptable.py 2022-05-18T05:35:24.8899860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:24.9042320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:24.9349920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:24.9393580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:35:25.7080520Z ok (3.589s) 2022-05-18T05:35:25.7160590Z 2022-05-18T05:35:25.7161450Z ---------------------------------------------------------------------- 2022-05-18T05:35:25.7161800Z Ran 1 test in 3.590s 2022-05-18T05:35:25.7161940Z 2022-05-18T05:35:25.7162010Z OK 2022-05-18T05:35:25.7162110Z 2022-05-18T05:35:25.7162210Z Generating XML reports... 2022-05-18T05:35:25.7162820Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053522.xml 2022-05-18T05:35:27.1828870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeypdz604 2022-05-18T05:35:27.1831790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeypdz604/_remote_module_non_scriptable.py 2022-05-18T05:35:27.6248380Z 2022-05-18T05:35:27.6249210Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:35:27.6249590Z Running tests... 2022-05-18T05:35:27.6249970Z ---------------------------------------------------------------------- 2022-05-18T05:35:28.0383750Z test_profiler_export_trace (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11173 2022-05-18T05:35:28.0515300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11174 2022-05-18T05:35:28.0686240Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11175 2022-05-18T05:35:28.0822100Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11176 2022-05-18T05:35:29.7370700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4k_1k8k6 2022-05-18T05:35:29.7386070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4k_1k8k6/_remote_module_non_scriptable.py 2022-05-18T05:35:29.7592120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnejx7i61 2022-05-18T05:35:29.7610480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnejx7i61/_remote_module_non_scriptable.py 2022-05-18T05:35:29.7702100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc_vx5in8 2022-05-18T05:35:29.7717840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc_vx5in8/_remote_module_non_scriptable.py 2022-05-18T05:35:29.7902410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmparnkmlgc 2022-05-18T05:35:29.7943840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmparnkmlgc/_remote_module_non_scriptable.py 2022-05-18T05:35:30.3549810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:30.3782850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:30.3800500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:30.3940870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:35:30.9871370Z ok (3.362s) 2022-05-18T05:35:30.9952320Z 2022-05-18T05:35:30.9953850Z ---------------------------------------------------------------------- 2022-05-18T05:35:30.9954270Z Ran 1 test in 3.362s 2022-05-18T05:35:30.9954960Z 2022-05-18T05:35:30.9955040Z OK 2022-05-18T05:35:30.9955150Z 2022-05-18T05:35:30.9955250Z Generating XML reports... 2022-05-18T05:35:30.9956170Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053527.xml 2022-05-18T05:35:32.4356550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpetbdffx9 2022-05-18T05:35:32.4360900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpetbdffx9/_remote_module_non_scriptable.py 2022-05-18T05:35:32.8922810Z 2022-05-18T05:35:32.8923650Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:35:32.8924030Z Running tests... 2022-05-18T05:35:32.8924470Z ---------------------------------------------------------------------- 2022-05-18T05:35:33.3245490Z test_profiler_remote_events_profiled (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11185 2022-05-18T05:35:33.3308330Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11186 2022-05-18T05:35:33.3458050Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11187 2022-05-18T05:35:33.3587600Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11188 2022-05-18T05:35:34.9349610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl_66zbw6 2022-05-18T05:35:34.9437400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl_66zbw6/_remote_module_non_scriptable.py 2022-05-18T05:35:35.0224420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf8bxb6mm 2022-05-18T05:35:35.0324950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppaw7qzq5 2022-05-18T05:35:35.0426580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppaw7qzq5/_remote_module_non_scriptable.py 2022-05-18T05:35:35.0433050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf8bxb6mm/_remote_module_non_scriptable.py 2022-05-18T05:35:35.1565300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi3dj1_ah 2022-05-18T05:35:35.1565960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi3dj1_ah/_remote_module_non_scriptable.py 2022-05-18T05:35:35.5522280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:35.6036730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:35.6075400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:35.7104850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:35:36.5086220Z ok (3.616s) 2022-05-18T05:35:36.5164370Z 2022-05-18T05:35:36.5165370Z ---------------------------------------------------------------------- 2022-05-18T05:35:36.5165710Z Ran 1 test in 3.617s 2022-05-18T05:35:36.5165870Z 2022-05-18T05:35:36.5165930Z OK 2022-05-18T05:35:36.5166040Z 2022-05-18T05:35:36.5166140Z Generating XML reports... 2022-05-18T05:35:36.5167390Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053532.xml 2022-05-18T05:35:37.9708870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbbnhyltb 2022-05-18T05:35:37.9713320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbbnhyltb/_remote_module_non_scriptable.py 2022-05-18T05:35:38.4296080Z 2022-05-18T05:35:38.4296890Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:35:38.4297720Z Running tests... 2022-05-18T05:35:38.4298160Z ---------------------------------------------------------------------- 2022-05-18T05:35:38.8634000Z test_profiler_remote_events_profiled_single_threaded (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11197 2022-05-18T05:35:38.8709020Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11198 2022-05-18T05:35:38.8842060Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11199 2022-05-18T05:35:38.8992810Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11200 2022-05-18T05:35:40.5270040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt6gzc4vm 2022-05-18T05:35:40.5270730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt6gzc4vm/_remote_module_non_scriptable.py 2022-05-18T05:35:40.5295970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvtjbijzg 2022-05-18T05:35:40.5325500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvtjbijzg/_remote_module_non_scriptable.py 2022-05-18T05:35:40.5389430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjxhkbup6 2022-05-18T05:35:40.5427220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjxhkbup6/_remote_module_non_scriptable.py 2022-05-18T05:35:40.5911830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxbt63yf9 2022-05-18T05:35:40.5968210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxbt63yf9/_remote_module_non_scriptable.py 2022-05-18T05:35:41.1389370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:41.1454130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:41.1474520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:41.1972070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:35:42.0412610Z ok (3.611s) 2022-05-18T05:35:42.0484890Z 2022-05-18T05:35:42.0485820Z ---------------------------------------------------------------------- 2022-05-18T05:35:42.0486280Z Ran 1 test in 3.612s 2022-05-18T05:35:42.0486430Z 2022-05-18T05:35:42.0486500Z OK 2022-05-18T05:35:42.0486600Z 2022-05-18T05:35:42.0486700Z Generating XML reports... 2022-05-18T05:35:42.0487300Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053538.xml 2022-05-18T05:35:43.4895670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnlufmobq 2022-05-18T05:35:43.4899930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnlufmobq/_remote_module_non_scriptable.py 2022-05-18T05:35:43.9478270Z 2022-05-18T05:35:43.9479070Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:35:43.9479440Z Running tests... 2022-05-18T05:35:43.9480390Z ---------------------------------------------------------------------- 2022-05-18T05:35:44.4056150Z test_profiler_rpc_key_names (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11209 2022-05-18T05:35:44.4178260Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11210 2022-05-18T05:35:44.4337460Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11211 2022-05-18T05:35:44.4534360Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11212 2022-05-18T05:35:46.0893410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp580z9wat 2022-05-18T05:35:46.0961850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp580z9wat/_remote_module_non_scriptable.py 2022-05-18T05:35:46.1062640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu3x8q5ye 2022-05-18T05:35:46.1116890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu3x8q5ye/_remote_module_non_scriptable.py 2022-05-18T05:35:46.1195070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpic6sl9ke 2022-05-18T05:35:46.1290350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpic6sl9ke/_remote_module_non_scriptable.py 2022-05-18T05:35:46.1518420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk74y3sbz 2022-05-18T05:35:46.1599570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk74y3sbz/_remote_module_non_scriptable.py 2022-05-18T05:35:46.6807720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:46.6907050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:35:46.6970440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:46.7364500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:47.4711240Z ok (3.523s) 2022-05-18T05:35:47.4784720Z 2022-05-18T05:35:47.4785620Z ---------------------------------------------------------------------- 2022-05-18T05:35:47.4786540Z Ran 1 test in 3.524s 2022-05-18T05:35:47.4786680Z 2022-05-18T05:35:47.4786750Z OK 2022-05-18T05:35:47.4786850Z 2022-05-18T05:35:47.4786950Z Generating XML reports... 2022-05-18T05:35:47.4787570Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053543.xml 2022-05-18T05:35:48.8913520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8dchoa3s 2022-05-18T05:35:48.8918530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8dchoa3s/_remote_module_non_scriptable.py 2022-05-18T05:35:49.3341850Z 2022-05-18T05:35:49.3342650Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:35:49.3343030Z Running tests... 2022-05-18T05:35:49.3343430Z ---------------------------------------------------------------------- 2022-05-18T05:35:49.7723430Z test_profiler_rpc_memory (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11220 2022-05-18T05:35:49.7881510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11221 2022-05-18T05:35:49.7992310Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11222 2022-05-18T05:35:49.8020410Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11223 2022-05-18T05:35:51.4124900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm5wqg044 2022-05-18T05:35:51.4136480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm5wqg044/_remote_module_non_scriptable.py 2022-05-18T05:35:51.4189420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp94hm6m4x 2022-05-18T05:35:51.4254410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7ng2vgx2 2022-05-18T05:35:51.4337400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7ng2vgx2/_remote_module_non_scriptable.py 2022-05-18T05:35:51.4374190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp94hm6m4x/_remote_module_non_scriptable.py 2022-05-18T05:35:51.4537830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn5axggt0 2022-05-18T05:35:51.4600680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn5axggt0/_remote_module_non_scriptable.py 2022-05-18T05:35:52.0053330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:52.0126670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:52.0302680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:52.0466930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:35:52.7459450Z ok (3.411s) 2022-05-18T05:35:52.7535420Z 2022-05-18T05:35:52.7536210Z ---------------------------------------------------------------------- 2022-05-18T05:35:52.7536560Z Ran 1 test in 3.412s 2022-05-18T05:35:52.7536690Z 2022-05-18T05:35:52.7536760Z OK 2022-05-18T05:35:52.7536870Z 2022-05-18T05:35:52.7536970Z Generating XML reports... 2022-05-18T05:35:52.7537590Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053549.xml 2022-05-18T05:35:54.1960200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5b5ppi17 2022-05-18T05:35:54.1963340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5b5ppi17/_remote_module_non_scriptable.py 2022-05-18T05:35:54.6728020Z 2022-05-18T05:35:54.6728860Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:35:54.6732110Z Running tests... 2022-05-18T05:35:54.6733020Z ---------------------------------------------------------------------- 2022-05-18T05:35:55.1020280Z test_profiler_rpc_record_shapes (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11232 2022-05-18T05:35:55.1130280Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11233 2022-05-18T05:35:55.1253590Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11234 2022-05-18T05:35:55.1358480Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11235 2022-05-18T05:35:56.7151940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5dxci7zs 2022-05-18T05:35:56.7242250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5dxci7zs/_remote_module_non_scriptable.py 2022-05-18T05:35:56.7290240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp82af4vsz 2022-05-18T05:35:56.7344000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp82af4vsz/_remote_module_non_scriptable.py 2022-05-18T05:35:56.7438020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq1_i10es 2022-05-18T05:35:56.7448180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq1_i10es/_remote_module_non_scriptable.py 2022-05-18T05:35:56.7870690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2bct9xoo 2022-05-18T05:35:56.7931730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2bct9xoo/_remote_module_non_scriptable.py 2022-05-18T05:35:57.3181330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:57.3222010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:57.3261590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:35:57.3717960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:58.0096500Z ok (3.336s) 2022-05-18T05:35:58.0178900Z 2022-05-18T05:35:58.0180370Z ---------------------------------------------------------------------- 2022-05-18T05:35:58.0180760Z Ran 1 test in 3.337s 2022-05-18T05:35:58.0180890Z 2022-05-18T05:35:58.0180960Z OK 2022-05-18T05:35:58.0181090Z 2022-05-18T05:35:58.0181190Z Generating XML reports... 2022-05-18T05:35:58.0182170Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053554.xml 2022-05-18T05:35:59.4432560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9izr_6m0 2022-05-18T05:35:59.4435530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9izr_6m0/_remote_module_non_scriptable.py 2022-05-18T05:35:59.9015540Z 2022-05-18T05:35:59.9016410Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:35:59.9016800Z Running tests... 2022-05-18T05:35:59.9017210Z ---------------------------------------------------------------------- 2022-05-18T05:36:00.3402840Z test_profiler_with_async_rpc_builtin (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11243 2022-05-18T05:36:00.3500090Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11244 2022-05-18T05:36:00.3671060Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11245 2022-05-18T05:36:00.3775040Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11246 2022-05-18T05:36:02.0385230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6vviytrr 2022-05-18T05:36:02.0403780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6vviytrr/_remote_module_non_scriptable.py 2022-05-18T05:36:02.0426050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprmwut0l7 2022-05-18T05:36:02.0513000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprmwut0l7/_remote_module_non_scriptable.py 2022-05-18T05:36:02.0534830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5ej6m01r 2022-05-18T05:36:02.0624590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5ej6m01r/_remote_module_non_scriptable.py 2022-05-18T05:36:02.0736800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpucpgxv7m 2022-05-18T05:36:02.0787280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpucpgxv7m/_remote_module_non_scriptable.py 2022-05-18T05:36:02.6543320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:36:02.6611530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:36:02.6641150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:36:02.6832630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:36:03.3816490Z ok (3.480s) 2022-05-18T05:36:03.3890220Z 2022-05-18T05:36:03.3890980Z ---------------------------------------------------------------------- 2022-05-18T05:36:03.3891330Z Ran 1 test in 3.480s 2022-05-18T05:36:03.3891470Z 2022-05-18T05:36:03.3891530Z OK 2022-05-18T05:36:03.3891630Z 2022-05-18T05:36:03.3891740Z Generating XML reports... 2022-05-18T05:36:03.3892680Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053559.xml 2022-05-18T05:36:04.8913610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1pt7gu5m 2022-05-18T05:36:04.8917520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1pt7gu5m/_remote_module_non_scriptable.py 2022-05-18T05:36:05.3443530Z 2022-05-18T05:36:05.3444340Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:36:05.3444890Z Running tests... 2022-05-18T05:36:05.3445520Z ---------------------------------------------------------------------- 2022-05-18T05:36:05.7774620Z test_profiler_with_async_rpc_builtin_single_threaded (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11255 2022-05-18T05:36:05.7847730Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11256 2022-05-18T05:36:05.7953570Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11257 2022-05-18T05:36:05.8056560Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11258 2022-05-18T05:36:07.4098540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4l84e3ck 2022-05-18T05:36:07.4120480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4l84e3ck/_remote_module_non_scriptable.py 2022-05-18T05:36:07.4221200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpobpa1t7h 2022-05-18T05:36:07.4269430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpobpa1t7h/_remote_module_non_scriptable.py 2022-05-18T05:36:07.4278420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfaa3h14w 2022-05-18T05:36:07.4375230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfaa3h14w/_remote_module_non_scriptable.py 2022-05-18T05:36:07.4394870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8e5zfrfk 2022-05-18T05:36:07.4550050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8e5zfrfk/_remote_module_non_scriptable.py 2022-05-18T05:36:07.9991510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:36:08.0096720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:36:08.0133280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:36:08.0503180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:36:08.7592750Z ok (3.415s) 2022-05-18T05:36:08.7669970Z 2022-05-18T05:36:08.7670700Z ---------------------------------------------------------------------- 2022-05-18T05:36:08.7671040Z Ran 1 test in 3.415s 2022-05-18T05:36:08.7671170Z 2022-05-18T05:36:08.7671230Z OK 2022-05-18T05:36:08.7671340Z 2022-05-18T05:36:08.7671440Z Generating XML reports... 2022-05-18T05:36:08.7672030Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053605.xml 2022-05-18T05:36:10.1856580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpujpa25g_ 2022-05-18T05:36:10.1859960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpujpa25g_/_remote_module_non_scriptable.py 2022-05-18T05:36:10.6311440Z 2022-05-18T05:36:10.6312220Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:36:10.6312600Z Running tests... 2022-05-18T05:36:10.6313010Z ---------------------------------------------------------------------- 2022-05-18T05:36:11.0548580Z test_profiler_with_async_rpc_udf (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11266 2022-05-18T05:36:11.0625930Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11267 2022-05-18T05:36:11.0811120Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11268 2022-05-18T05:36:11.0953480Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11269 2022-05-18T05:36:12.6964210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5a_4ae43 2022-05-18T05:36:12.6991900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5a_4ae43/_remote_module_non_scriptable.py 2022-05-18T05:36:12.7200930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw51njfz2 2022-05-18T05:36:12.7294940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw51njfz2/_remote_module_non_scriptable.py 2022-05-18T05:36:12.7398940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpky8gizu1 2022-05-18T05:36:12.7444250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpky8gizu1/_remote_module_non_scriptable.py 2022-05-18T05:36:12.7631470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqeqimi6n 2022-05-18T05:36:12.7733020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqeqimi6n/_remote_module_non_scriptable.py 2022-05-18T05:36:13.2739640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:36:13.3113920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:36:13.3196070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:36:13.3385700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:36:15.6330960Z [W utils.cpp:176] Warning: Profiling a distributed call with the Kineto profiler will profile the caller, but not the worker. (function operator()) 2022-05-18T05:36:17.1205950Z ok (6.489s) 2022-05-18T05:36:17.1278480Z 2022-05-18T05:36:17.1280450Z ---------------------------------------------------------------------- 2022-05-18T05:36:17.1280790Z Ran 1 test in 6.490s 2022-05-18T05:36:17.1281010Z 2022-05-18T05:36:17.1281330Z OK 2022-05-18T05:36:17.1281460Z 2022-05-18T05:36:17.1281570Z Generating XML reports... 2022-05-18T05:36:17.1283070Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053610.xml 2022-05-18T05:36:18.5363780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmw468t8e 2022-05-18T05:36:18.5367390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmw468t8e/_remote_module_non_scriptable.py 2022-05-18T05:36:18.9862540Z 2022-05-18T05:36:18.9863390Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:36:18.9864500Z Running tests... 2022-05-18T05:36:18.9865090Z ---------------------------------------------------------------------- 2022-05-18T05:36:19.4335620Z test_profiler_with_async_rpc_udf_single_threaded (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11278 2022-05-18T05:36:19.4425610Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11279 2022-05-18T05:36:19.4555280Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11280 2022-05-18T05:36:19.4680340Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11281 2022-05-18T05:36:21.0513660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmponn4mo54 2022-05-18T05:36:21.0563750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmponn4mo54/_remote_module_non_scriptable.py 2022-05-18T05:36:21.0966380Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp30lxnwbl 2022-05-18T05:36:21.1026710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp30lxnwbl/_remote_module_non_scriptable.py 2022-05-18T05:36:21.1330250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnyt4145v 2022-05-18T05:36:21.1395600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnyt4145v/_remote_module_non_scriptable.py 2022-05-18T05:36:21.1638480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu3wczk3c 2022-05-18T05:36:21.1695760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu3wczk3c/_remote_module_non_scriptable.py 2022-05-18T05:36:21.6520010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:36:21.6982640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:36:21.7042150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:36:21.7265010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:36:24.0415400Z [W utils.cpp:176] Warning: Profiling a distributed call with the Kineto profiler will profile the caller, but not the worker. (function operator()) 2022-05-18T05:36:25.4684140Z ok (6.482s) 2022-05-18T05:36:25.4766050Z 2022-05-18T05:36:25.4766790Z ---------------------------------------------------------------------- 2022-05-18T05:36:25.4767180Z Ran 1 test in 6.483s 2022-05-18T05:36:25.4767310Z 2022-05-18T05:36:25.4767380Z OK 2022-05-18T05:36:25.4767480Z 2022-05-18T05:36:25.4767580Z Generating XML reports... 2022-05-18T05:36:25.4768190Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053618.xml 2022-05-18T05:36:26.9354990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf3myeekx 2022-05-18T05:36:26.9358900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf3myeekx/_remote_module_non_scriptable.py 2022-05-18T05:36:27.4053790Z 2022-05-18T05:36:27.4054730Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:36:27.4055320Z Running tests... 2022-05-18T05:36:27.4055750Z ---------------------------------------------------------------------- 2022-05-18T05:36:27.8584810Z test_profiler_with_autograd_context (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11290 2022-05-18T05:36:27.8727580Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11291 2022-05-18T05:36:27.8871700Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11292 2022-05-18T05:36:27.8899710Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11293 2022-05-18T05:36:29.5341360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8bxqkadj 2022-05-18T05:36:29.5358860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8bxqkadj/_remote_module_non_scriptable.py 2022-05-18T05:36:29.5419390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0jjm0rj6 2022-05-18T05:36:29.5478860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0jjm0rj6/_remote_module_non_scriptable.py 2022-05-18T05:36:29.5544190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp991a51hy 2022-05-18T05:36:29.5573800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp991a51hy/_remote_module_non_scriptable.py 2022-05-18T05:36:29.5731490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptg3jdi9q 2022-05-18T05:36:29.5776170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptg3jdi9q/_remote_module_non_scriptable.py 2022-05-18T05:36:30.1421520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:36:30.1457810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:36:30.1564150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:36:30.1604810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:36:31.0089170Z ok (3.603s) 2022-05-18T05:36:31.0159830Z 2022-05-18T05:36:31.0160580Z ---------------------------------------------------------------------- 2022-05-18T05:36:31.0160930Z Ran 1 test in 3.604s 2022-05-18T05:36:31.0161070Z 2022-05-18T05:36:31.0161130Z OK 2022-05-18T05:36:31.0161230Z 2022-05-18T05:36:31.0161330Z Generating XML reports... 2022-05-18T05:36:31.0161950Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053627.xml 2022-05-18T05:36:32.4492660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpft4mw5p8 2022-05-18T05:36:32.4495490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpft4mw5p8/_remote_module_non_scriptable.py 2022-05-18T05:36:32.9020750Z 2022-05-18T05:36:32.9022080Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:36:32.9022510Z Running tests... 2022-05-18T05:36:32.9022920Z ---------------------------------------------------------------------- 2022-05-18T05:36:33.3466520Z test_profiler_with_autograd_context_single_threaded (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11301 2022-05-18T05:36:33.3548800Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11302 2022-05-18T05:36:33.3683350Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11303 2022-05-18T05:36:33.3994570Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11304 2022-05-18T05:36:35.1501410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz_4hmzna 2022-05-18T05:36:35.1502380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz_4hmzna/_remote_module_non_scriptable.py 2022-05-18T05:36:35.1599820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgjb0j44e 2022-05-18T05:36:35.1701340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8cm5q9no 2022-05-18T05:36:35.1803300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgjb0j44e/_remote_module_non_scriptable.py 2022-05-18T05:36:35.1808720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8cm5q9no/_remote_module_non_scriptable.py 2022-05-18T05:36:35.1887930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqts5pwdz 2022-05-18T05:36:35.1913980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqts5pwdz/_remote_module_non_scriptable.py 2022-05-18T05:36:35.7600950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:36:35.7703480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:36:35.7798230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:36:35.7859360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:36:36.3838450Z ok (3.481s) 2022-05-18T05:36:36.3915540Z 2022-05-18T05:36:36.3916550Z ---------------------------------------------------------------------- 2022-05-18T05:36:36.3916900Z Ran 1 test in 3.482s 2022-05-18T05:36:36.3917030Z 2022-05-18T05:36:36.3917100Z OK 2022-05-18T05:36:36.3917790Z 2022-05-18T05:36:36.3917900Z Generating XML reports... 2022-05-18T05:36:36.3918520Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053632.xml 2022-05-18T05:36:37.8412970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp58ovy6o_ 2022-05-18T05:36:37.8415960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp58ovy6o_/_remote_module_non_scriptable.py 2022-05-18T05:36:38.2864890Z 2022-05-18T05:36:38.2865710Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:36:38.2866090Z Running tests... 2022-05-18T05:36:38.2866490Z ---------------------------------------------------------------------- 2022-05-18T05:36:38.7047180Z test_profiler_with_remote_builtin (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11313 2022-05-18T05:36:38.7191490Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11314 2022-05-18T05:36:38.7336690Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11315 2022-05-18T05:36:38.7450250Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11316 2022-05-18T05:36:40.2830640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph1afl259 2022-05-18T05:36:40.2919560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph1afl259/_remote_module_non_scriptable.py 2022-05-18T05:36:40.3121470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0kr2_yeb 2022-05-18T05:36:40.3173220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0kr2_yeb/_remote_module_non_scriptable.py 2022-05-18T05:36:40.3742750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp76_7tq48 2022-05-18T05:36:40.3790370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp76_7tq48/_remote_module_non_scriptable.py 2022-05-18T05:36:40.3939040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnf_ydyb0 2022-05-18T05:36:40.3958810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnf_ydyb0/_remote_module_non_scriptable.py 2022-05-18T05:36:40.9035100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:36:40.9076270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:36:40.9568950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:36:40.9712980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:36:41.7203820Z ok (3.434s) 2022-05-18T05:36:41.7274710Z 2022-05-18T05:36:41.7275590Z ---------------------------------------------------------------------- 2022-05-18T05:36:41.7276060Z Ran 1 test in 3.434s 2022-05-18T05:36:41.7276240Z 2022-05-18T05:36:41.7276310Z OK 2022-05-18T05:36:41.7276410Z 2022-05-18T05:36:41.7276580Z Generating XML reports... 2022-05-18T05:36:41.7277260Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053638.xml 2022-05-18T05:36:43.1298230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqlxlgg3s 2022-05-18T05:36:43.1301490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqlxlgg3s/_remote_module_non_scriptable.py 2022-05-18T05:36:43.5847720Z 2022-05-18T05:36:43.5848530Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:36:43.5848900Z Running tests... 2022-05-18T05:36:43.5849730Z ---------------------------------------------------------------------- 2022-05-18T05:36:44.0113480Z test_profiler_with_remote_builtin_single_threaded (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11324 2022-05-18T05:36:44.0222210Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11325 2022-05-18T05:36:44.0358720Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11326 2022-05-18T05:36:44.0462550Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11327 2022-05-18T05:36:45.7287000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnopxjt0d 2022-05-18T05:36:45.7318110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnopxjt0d/_remote_module_non_scriptable.py 2022-05-18T05:36:45.7370620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0u4w07m3 2022-05-18T05:36:45.7438830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1qpv3uss 2022-05-18T05:36:45.7440560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1qpv3uss/_remote_module_non_scriptable.py 2022-05-18T05:36:45.7541020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0u4w07m3/_remote_module_non_scriptable.py 2022-05-18T05:36:45.7640740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp446j7ve6 2022-05-18T05:36:45.7741430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp446j7ve6/_remote_module_non_scriptable.py 2022-05-18T05:36:46.3113320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:36:46.3259610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:36:46.3262490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:36:46.3355080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:36:47.0634140Z ok (3.478s) 2022-05-18T05:36:47.0708620Z 2022-05-18T05:36:47.0709430Z ---------------------------------------------------------------------- 2022-05-18T05:36:47.0709790Z Ran 1 test in 3.479s 2022-05-18T05:36:47.0709930Z 2022-05-18T05:36:47.0709990Z OK 2022-05-18T05:36:47.0710100Z 2022-05-18T05:36:47.0710200Z Generating XML reports... 2022-05-18T05:36:47.0711020Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053643.xml 2022-05-18T05:36:48.4852790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdt663x4n 2022-05-18T05:36:48.4856820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdt663x4n/_remote_module_non_scriptable.py 2022-05-18T05:36:48.9450960Z 2022-05-18T05:36:48.9451790Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:36:48.9452160Z Running tests... 2022-05-18T05:36:48.9452570Z ---------------------------------------------------------------------- 2022-05-18T05:36:49.3674300Z test_profiler_with_remote_udf (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11336 2022-05-18T05:36:49.3772300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11337 2022-05-18T05:36:49.3907990Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11338 2022-05-18T05:36:49.4049290Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11339 2022-05-18T05:36:50.9910470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf093rr87 2022-05-18T05:36:50.9918860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf093rr87/_remote_module_non_scriptable.py 2022-05-18T05:36:50.9948690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptymjoqmb 2022-05-18T05:36:51.0031560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptymjoqmb/_remote_module_non_scriptable.py 2022-05-18T05:36:51.0063000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpezwpg6f8 2022-05-18T05:36:51.0164470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpezwpg6f8/_remote_module_non_scriptable.py 2022-05-18T05:36:51.0396710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8nut50jv 2022-05-18T05:36:51.0409820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8nut50jv/_remote_module_non_scriptable.py 2022-05-18T05:36:51.5838210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:36:51.5841100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:36:51.5872710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:36:51.6092600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:36:55.5865890Z ok (6.641s) 2022-05-18T05:36:55.5948430Z 2022-05-18T05:36:55.5949220Z ---------------------------------------------------------------------- 2022-05-18T05:36:55.5949550Z Ran 1 test in 6.642s 2022-05-18T05:36:55.5949690Z 2022-05-18T05:36:55.5949760Z OK 2022-05-18T05:36:55.5949860Z 2022-05-18T05:36:55.5949960Z Generating XML reports... 2022-05-18T05:36:55.5950720Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053648.xml 2022-05-18T05:36:57.0360750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6ygg17m5 2022-05-18T05:36:57.0364050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6ygg17m5/_remote_module_non_scriptable.py 2022-05-18T05:36:57.4966570Z 2022-05-18T05:36:57.4967380Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:36:57.4967780Z Running tests... 2022-05-18T05:36:57.4968180Z ---------------------------------------------------------------------- 2022-05-18T05:36:57.9413180Z test_profiler_with_remote_udf_single_threaded (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11348 2022-05-18T05:36:57.9559140Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11349 2022-05-18T05:36:57.9679570Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11350 2022-05-18T05:36:57.9805730Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11351 2022-05-18T05:36:59.5846760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfmai2vbf 2022-05-18T05:36:59.5942500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfmai2vbf/_remote_module_non_scriptable.py 2022-05-18T05:36:59.6149250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6ndg2ty5 2022-05-18T05:36:59.6239360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6ndg2ty5/_remote_module_non_scriptable.py 2022-05-18T05:36:59.6555770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdgipa9d4 2022-05-18T05:36:59.6602830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdgipa9d4/_remote_module_non_scriptable.py 2022-05-18T05:36:59.6704700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplcag1ys_ 2022-05-18T05:36:59.6742280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplcag1ys_/_remote_module_non_scriptable.py 2022-05-18T05:37:00.2046710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:37:00.2147930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:37:00.2468410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:37:00.2522470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:37:04.1343820Z ok (6.638s) 2022-05-18T05:37:04.1419280Z 2022-05-18T05:37:04.1419930Z ---------------------------------------------------------------------- 2022-05-18T05:37:04.1420650Z Ran 1 test in 6.638s 2022-05-18T05:37:04.1420840Z 2022-05-18T05:37:04.1420910Z OK 2022-05-18T05:37:04.1421010Z 2022-05-18T05:37:04.1421120Z Generating XML reports... 2022-05-18T05:37:04.1421850Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053657.xml 2022-05-18T05:37:05.5925360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplsnqhj4n 2022-05-18T05:37:05.5928370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplsnqhj4n/_remote_module_non_scriptable.py 2022-05-18T05:37:06.0477530Z 2022-05-18T05:37:06.0478360Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:37:06.0478750Z Running tests... 2022-05-18T05:37:06.0479140Z ---------------------------------------------------------------------- 2022-05-18T05:37:06.4763820Z test_profiler_with_script_async_rpc (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11360 2022-05-18T05:37:06.4843700Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11361 2022-05-18T05:37:06.5001490Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11362 2022-05-18T05:37:06.5106310Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11363 2022-05-18T05:37:08.1395230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpssxpf1b3 2022-05-18T05:37:08.1438100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpssxpf1b3/_remote_module_non_scriptable.py 2022-05-18T05:37:08.1603050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppa7p7brd 2022-05-18T05:37:08.1640030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppa7p7brd/_remote_module_non_scriptable.py 2022-05-18T05:37:08.1845030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5tlit__l 2022-05-18T05:37:08.1920150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5tlit__l/_remote_module_non_scriptable.py 2022-05-18T05:37:08.2022200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp669uhmx7 2022-05-18T05:37:08.2123690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp669uhmx7/_remote_module_non_scriptable.py 2022-05-18T05:37:08.7506260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:37:08.7579500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:37:08.7889130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:37:08.8049320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:37:09.4755310Z ok (3.428s) 2022-05-18T05:37:09.4832990Z 2022-05-18T05:37:09.4833700Z ---------------------------------------------------------------------- 2022-05-18T05:37:09.4834050Z Ran 1 test in 3.428s 2022-05-18T05:37:09.4834180Z 2022-05-18T05:37:09.4834250Z OK 2022-05-18T05:37:09.4834350Z 2022-05-18T05:37:09.4834450Z Generating XML reports... 2022-05-18T05:37:09.4835040Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053706.xml 2022-05-18T05:37:10.9015680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp42qux13z 2022-05-18T05:37:10.9019220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp42qux13z/_remote_module_non_scriptable.py 2022-05-18T05:37:11.3532000Z 2022-05-18T05:37:11.3532810Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:37:11.3533190Z Running tests... 2022-05-18T05:37:11.3533590Z ---------------------------------------------------------------------- 2022-05-18T05:37:11.7850910Z test_profiler_with_script_async_rpc_single_threaded (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11371 2022-05-18T05:37:11.7989940Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11372 2022-05-18T05:37:11.8143140Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11373 2022-05-18T05:37:11.8247300Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11374 2022-05-18T05:37:13.4349290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpne43pb6p 2022-05-18T05:37:13.4364870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpne43pb6p/_remote_module_non_scriptable.py 2022-05-18T05:37:13.4405900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2ulkhw28 2022-05-18T05:37:13.4486850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2ulkhw28/_remote_module_non_scriptable.py 2022-05-18T05:37:13.4816450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbjsx94yo 2022-05-18T05:37:13.4886960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbjsx94yo/_remote_module_non_scriptable.py 2022-05-18T05:37:13.4925680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkdq_orjb 2022-05-18T05:37:13.5027270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkdq_orjb/_remote_module_non_scriptable.py 2022-05-18T05:37:14.0508820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:37:14.0532740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:37:14.0723460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:37:14.0747930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:37:14.6897060Z ok (3.336s) 2022-05-18T05:37:14.6976430Z 2022-05-18T05:37:14.6977190Z ---------------------------------------------------------------------- 2022-05-18T05:37:14.6977530Z Ran 1 test in 3.337s 2022-05-18T05:37:14.6977660Z 2022-05-18T05:37:14.6977730Z OK 2022-05-18T05:37:14.6977850Z 2022-05-18T05:37:14.6977960Z Generating XML reports... 2022-05-18T05:37:14.6978540Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053711.xml 2022-05-18T05:37:16.1500180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb9cxkeo5 2022-05-18T05:37:16.1503400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb9cxkeo5/_remote_module_non_scriptable.py 2022-05-18T05:37:16.6000250Z 2022-05-18T05:37:16.6001080Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:37:16.6001460Z Running tests... 2022-05-18T05:37:16.6001850Z ---------------------------------------------------------------------- 2022-05-18T05:37:17.0303030Z test_profiler_with_script_remote_rpc (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11383 2022-05-18T05:37:17.0370810Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11384 2022-05-18T05:37:17.0544350Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11385 2022-05-18T05:37:17.0678300Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11386 2022-05-18T05:37:18.6328290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcv0ji6pg 2022-05-18T05:37:18.6388350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcv0ji6pg/_remote_module_non_scriptable.py 2022-05-18T05:37:18.6641000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5wev98c1 2022-05-18T05:37:18.6717870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5wev98c1/_remote_module_non_scriptable.py 2022-05-18T05:37:18.6819630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3m_9hdzj 2022-05-18T05:37:18.6820230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3m_9hdzj/_remote_module_non_scriptable.py 2022-05-18T05:37:18.7020560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppoi9yhjd 2022-05-18T05:37:18.7121560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppoi9yhjd/_remote_module_non_scriptable.py 2022-05-18T05:37:19.2411740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:37:19.2595210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:37:19.2758320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:37:19.2915810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:37:20.1338810Z ok (3.534s) 2022-05-18T05:37:20.1414020Z 2022-05-18T05:37:20.1415020Z ---------------------------------------------------------------------- 2022-05-18T05:37:20.1416100Z Ran 1 test in 3.534s 2022-05-18T05:37:20.1416290Z 2022-05-18T05:37:20.1416670Z OK 2022-05-18T05:37:20.1417110Z 2022-05-18T05:37:20.1417490Z Generating XML reports... 2022-05-18T05:37:20.1418180Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053716.xml 2022-05-18T05:37:21.5792550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphxf35vh9 2022-05-18T05:37:21.5795730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphxf35vh9/_remote_module_non_scriptable.py 2022-05-18T05:37:22.0368690Z 2022-05-18T05:37:22.0369040Z Running tests... 2022-05-18T05:37:22.0369670Z ---------------------------------------------------------------------- 2022-05-18T05:37:22.0370480Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:37:22.4726680Z test_profiler_with_script_remote_rpc_single_threaded (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11394 2022-05-18T05:37:22.4822470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11395 2022-05-18T05:37:22.4960890Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11396 2022-05-18T05:37:22.5132120Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11397 2022-05-18T05:37:24.1073930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeux8qwsv 2022-05-18T05:37:24.1124400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeux8qwsv/_remote_module_non_scriptable.py 2022-05-18T05:37:24.1184990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoe_gep_j 2022-05-18T05:37:24.1230170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoe_gep_j/_remote_module_non_scriptable.py 2022-05-18T05:37:24.1278240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnq03rdpe 2022-05-18T05:37:24.1379590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnq03rdpe/_remote_module_non_scriptable.py 2022-05-18T05:37:24.1408010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa_6vhqy9 2022-05-18T05:37:24.1509810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa_6vhqy9/_remote_module_non_scriptable.py 2022-05-18T05:37:24.7110170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:37:24.7124250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:37:24.7144680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:37:24.7216140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:37:26.0669350Z ok (4.030s) 2022-05-18T05:37:26.0744850Z 2022-05-18T05:37:26.0745940Z ---------------------------------------------------------------------- 2022-05-18T05:37:26.0746310Z Ran 1 test in 4.030s 2022-05-18T05:37:26.0746450Z 2022-05-18T05:37:26.0746510Z OK 2022-05-18T05:37:26.0746620Z 2022-05-18T05:37:26.0746720Z Generating XML reports... 2022-05-18T05:37:26.0747330Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053722.xml 2022-05-18T05:37:27.4652550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkdwp7gf8 2022-05-18T05:37:27.4655620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkdwp7gf8/_remote_module_non_scriptable.py 2022-05-18T05:37:27.9030100Z 2022-05-18T05:37:27.9030880Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:37:27.9031250Z Running tests... 2022-05-18T05:37:27.9031650Z ---------------------------------------------------------------------- 2022-05-18T05:37:28.3191440Z test_profiler_with_script_sync_rpc (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11406 2022-05-18T05:37:28.3262310Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11407 2022-05-18T05:37:28.3409940Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11408 2022-05-18T05:37:28.3544610Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11409 2022-05-18T05:37:29.9187200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv08r5p2c 2022-05-18T05:37:29.9206330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv08r5p2c/_remote_module_non_scriptable.py 2022-05-18T05:37:29.9279910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz57qspj1 2022-05-18T05:37:29.9343270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz57qspj1/_remote_module_non_scriptable.py 2022-05-18T05:37:29.9383750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp901y72yg 2022-05-18T05:37:29.9481470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp901y72yg/_remote_module_non_scriptable.py 2022-05-18T05:37:29.9582860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0z791uc9 2022-05-18T05:37:29.9641310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0z791uc9/_remote_module_non_scriptable.py 2022-05-18T05:37:30.5057560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:37:30.5222950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:37:30.5237630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:37:30.5297200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:37:31.2253790Z ok (3.322s) 2022-05-18T05:37:31.2327070Z 2022-05-18T05:37:31.2327600Z ---------------------------------------------------------------------- 2022-05-18T05:37:31.2327900Z Ran 1 test in 3.323s 2022-05-18T05:37:31.2328030Z 2022-05-18T05:37:31.2328100Z OK 2022-05-18T05:37:31.2328200Z 2022-05-18T05:37:31.2328330Z Generating XML reports... 2022-05-18T05:37:31.2328910Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053727.xml 2022-05-18T05:37:32.6246820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4uc2k0w9 2022-05-18T05:37:32.6250270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4uc2k0w9/_remote_module_non_scriptable.py 2022-05-18T05:37:33.0623530Z 2022-05-18T05:37:33.0624340Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:37:33.0625270Z Running tests... 2022-05-18T05:37:33.0626000Z ---------------------------------------------------------------------- 2022-05-18T05:37:33.4766530Z test_profiler_with_script_sync_rpc_single_threaded (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11417 2022-05-18T05:37:33.4830990Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11418 2022-05-18T05:37:33.4979400Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11419 2022-05-18T05:37:33.5122840Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11420 2022-05-18T05:37:35.0945790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6je4sc89 2022-05-18T05:37:35.1010250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6je4sc89/_remote_module_non_scriptable.py 2022-05-18T05:37:35.1270950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpimgjqdzj 2022-05-18T05:37:35.1326530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpimgjqdzj/_remote_module_non_scriptable.py 2022-05-18T05:37:35.1386750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfnl9omht 2022-05-18T05:37:35.1445970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfnl9omht/_remote_module_non_scriptable.py 2022-05-18T05:37:35.1530580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsrjc5gvj 2022-05-18T05:37:35.1584910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsrjc5gvj/_remote_module_non_scriptable.py 2022-05-18T05:37:35.6907180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:37:35.7103960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:37:35.7118030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:37:35.7274150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:37:36.4720110Z ok (3.409s) 2022-05-18T05:37:36.4801880Z 2022-05-18T05:37:36.4802780Z ---------------------------------------------------------------------- 2022-05-18T05:37:36.4803100Z Ran 1 test in 3.410s 2022-05-18T05:37:36.4803250Z 2022-05-18T05:37:36.4803320Z OK 2022-05-18T05:37:36.4803430Z 2022-05-18T05:37:36.4803530Z Generating XML reports... 2022-05-18T05:37:36.4804110Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053733.xml 2022-05-18T05:37:37.8753340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp411042ve 2022-05-18T05:37:37.8756540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp411042ve/_remote_module_non_scriptable.py 2022-05-18T05:37:38.3264710Z 2022-05-18T05:37:38.3265040Z Running tests... 2022-05-18T05:37:38.3265670Z ---------------------------------------------------------------------- 2022-05-18T05:37:38.3266220Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:37:38.7364860Z test_profiler_with_sync_rpc_builtin (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11429 2022-05-18T05:37:38.7502600Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11430 2022-05-18T05:37:38.7668060Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11431 2022-05-18T05:37:38.7783810Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11432 2022-05-18T05:37:40.2935830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpibyxw9e4 2022-05-18T05:37:40.2974880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpibyxw9e4/_remote_module_non_scriptable.py 2022-05-18T05:37:40.3395430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpec_zg__t 2022-05-18T05:37:40.3434330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpec_zg__t/_remote_module_non_scriptable.py 2022-05-18T05:37:40.3945530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaqjjn3qf 2022-05-18T05:37:40.4047110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaqjjn3qf/_remote_module_non_scriptable.py 2022-05-18T05:37:40.4199970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpef3_10m2 2022-05-18T05:37:40.4301870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpef3_10m2/_remote_module_non_scriptable.py 2022-05-18T05:37:40.9423160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:37:40.9573320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:37:40.9879640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:37:41.0136230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:37:41.7587220Z ok (3.432s) 2022-05-18T05:37:41.7667310Z 2022-05-18T05:37:41.7668510Z ---------------------------------------------------------------------- 2022-05-18T05:37:41.7668880Z Ran 1 test in 3.433s 2022-05-18T05:37:41.7669040Z 2022-05-18T05:37:41.7669110Z OK 2022-05-18T05:37:41.7669220Z 2022-05-18T05:37:41.7669320Z Generating XML reports... 2022-05-18T05:37:41.7669930Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053738.xml 2022-05-18T05:37:43.2246200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx5dh376p 2022-05-18T05:37:43.2249650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx5dh376p/_remote_module_non_scriptable.py 2022-05-18T05:37:43.6954570Z 2022-05-18T05:37:43.6955400Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:37:43.6955780Z Running tests... 2022-05-18T05:37:43.6956200Z ---------------------------------------------------------------------- 2022-05-18T05:37:44.1395850Z test_profiler_with_sync_rpc_builtin_single_threaded (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11440 2022-05-18T05:37:44.1508510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11441 2022-05-18T05:37:44.1684400Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11442 2022-05-18T05:37:44.1788010Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11443 2022-05-18T05:37:45.7960370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwjv02trj 2022-05-18T05:37:45.7961570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwjv02trj/_remote_module_non_scriptable.py 2022-05-18T05:37:45.7974590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpws36uz6k 2022-05-18T05:37:45.8000130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpws36uz6k/_remote_module_non_scriptable.py 2022-05-18T05:37:45.8101890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl38uu198 2022-05-18T05:37:45.8103370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl38uu198/_remote_module_non_scriptable.py 2022-05-18T05:37:45.8346570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp515vhsp5 2022-05-18T05:37:45.8423970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp515vhsp5/_remote_module_non_scriptable.py 2022-05-18T05:37:46.4754710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:37:46.4817870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:37:46.4863850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:37:46.5167570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:37:47.1338750Z ok (3.438s) 2022-05-18T05:37:47.1411270Z 2022-05-18T05:37:47.1411990Z ---------------------------------------------------------------------- 2022-05-18T05:37:47.1412310Z Ran 1 test in 3.439s 2022-05-18T05:37:47.1412450Z 2022-05-18T05:37:47.1412520Z OK 2022-05-18T05:37:47.1412620Z 2022-05-18T05:37:47.1412720Z Generating XML reports... 2022-05-18T05:37:47.1413310Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053743.xml 2022-05-18T05:37:48.5849690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdsydyrjh 2022-05-18T05:37:48.5852570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdsydyrjh/_remote_module_non_scriptable.py 2022-05-18T05:37:49.0374760Z 2022-05-18T05:37:49.0375560Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:37:49.0375950Z Running tests... 2022-05-18T05:37:49.0376350Z ---------------------------------------------------------------------- 2022-05-18T05:37:49.4663620Z test_profiler_with_sync_rpc_udf (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11452 2022-05-18T05:37:49.4753090Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11453 2022-05-18T05:37:49.4919220Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11454 2022-05-18T05:37:49.5054810Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11455 2022-05-18T05:37:51.1208970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprr13_xya 2022-05-18T05:37:51.1290790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprr13_xya/_remote_module_non_scriptable.py 2022-05-18T05:37:51.1384600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo_sh_95u 2022-05-18T05:37:51.1415060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo_sh_95u/_remote_module_non_scriptable.py 2022-05-18T05:37:51.1606200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqnpf43ty 2022-05-18T05:37:51.1693160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqnpf43ty/_remote_module_non_scriptable.py 2022-05-18T05:37:51.1750980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxpf2q74r 2022-05-18T05:37:51.1813970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxpf2q74r/_remote_module_non_scriptable.py 2022-05-18T05:37:51.7368700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:37:51.7521140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:37:51.7655390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:37:51.7747580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:37:54.5089470Z ok (5.471s) 2022-05-18T05:37:54.5164500Z 2022-05-18T05:37:54.5165160Z ---------------------------------------------------------------------- 2022-05-18T05:37:54.5165520Z Ran 1 test in 5.472s 2022-05-18T05:37:54.5165650Z 2022-05-18T05:37:54.5165720Z OK 2022-05-18T05:37:54.5165820Z 2022-05-18T05:37:54.5165920Z Generating XML reports... 2022-05-18T05:37:54.5166520Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053749.xml 2022-05-18T05:37:55.9604120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcop59g8j 2022-05-18T05:37:55.9607410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcop59g8j/_remote_module_non_scriptable.py 2022-05-18T05:37:56.4522580Z 2022-05-18T05:37:56.4522910Z Running tests... 2022-05-18T05:37:56.4523520Z ---------------------------------------------------------------------- 2022-05-18T05:37:56.4524060Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:37:56.8915460Z test_profiler_with_sync_rpc_udf_single_threaded (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11464 2022-05-18T05:37:56.8991100Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11465 2022-05-18T05:37:56.9146810Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11466 2022-05-18T05:37:56.9249140Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11467 2022-05-18T05:37:58.5525010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptcg25kiy 2022-05-18T05:37:58.5625990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptcg25kiy/_remote_module_non_scriptable.py 2022-05-18T05:37:58.6147540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7s2_4ece 2022-05-18T05:37:58.6153190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp837popl9 2022-05-18T05:37:58.6274850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7s2_4ece/_remote_module_non_scriptable.py 2022-05-18T05:37:58.6472200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp837popl9/_remote_module_non_scriptable.py 2022-05-18T05:37:58.6577830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxyto3oy0 2022-05-18T05:37:58.6761220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxyto3oy0/_remote_module_non_scriptable.py 2022-05-18T05:37:59.1492750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:37:59.2066160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:37:59.2076060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:37:59.2087340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:38:02.0088150Z ok (5.556s) 2022-05-18T05:38:02.0161230Z 2022-05-18T05:38:02.0162240Z ---------------------------------------------------------------------- 2022-05-18T05:38:02.0162570Z Ran 1 test in 5.557s 2022-05-18T05:38:02.0162700Z 2022-05-18T05:38:02.0162770Z OK 2022-05-18T05:38:02.0162870Z 2022-05-18T05:38:02.0162970Z Generating XML reports... 2022-05-18T05:38:02.0163560Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053756.xml 2022-05-18T05:38:03.4341140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyek7llcl 2022-05-18T05:38:03.4344920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyek7llcl/_remote_module_non_scriptable.py 2022-05-18T05:38:03.8861930Z 2022-05-18T05:38:03.8862250Z Running tests... 2022-05-18T05:38:03.8862890Z ---------------------------------------------------------------------- 2022-05-18T05:38:03.8863440Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:38:04.3116380Z test_py_built_in (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11475 2022-05-18T05:38:04.3274120Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11476 2022-05-18T05:38:04.3386730Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11477 2022-05-18T05:38:04.3536090Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11478 2022-05-18T05:38:05.9376350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq9tf1_n9 2022-05-18T05:38:05.9456280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq9tf1_n9/_remote_module_non_scriptable.py 2022-05-18T05:38:05.9555300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj5gczwcz 2022-05-18T05:38:05.9606060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj5gczwcz/_remote_module_non_scriptable.py 2022-05-18T05:38:05.9775310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_pzv8rpe 2022-05-18T05:38:05.9805470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_pzv8rpe/_remote_module_non_scriptable.py 2022-05-18T05:38:05.9907540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt53g2ud7 2022-05-18T05:38:06.0009170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt53g2ud7/_remote_module_non_scriptable.py 2022-05-18T05:38:06.6126390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:06.6221110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:06.6227590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:06.6382890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:38:07.3288070Z ok (3.442s) 2022-05-18T05:38:07.3362540Z 2022-05-18T05:38:07.3363360Z ---------------------------------------------------------------------- 2022-05-18T05:38:07.3363700Z Ran 1 test in 3.443s 2022-05-18T05:38:07.3363830Z 2022-05-18T05:38:07.3363890Z OK 2022-05-18T05:38:07.3364000Z 2022-05-18T05:38:07.3364120Z Generating XML reports... 2022-05-18T05:38:07.3364720Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053803.xml 2022-05-18T05:38:08.7541630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq61lm1bx 2022-05-18T05:38:08.7544870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq61lm1bx/_remote_module_non_scriptable.py 2022-05-18T05:38:09.2099220Z 2022-05-18T05:38:09.2099990Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:38:09.2100370Z Running tests... 2022-05-18T05:38:09.2100770Z ---------------------------------------------------------------------- 2022-05-18T05:38:09.6407470Z test_py_class_constructor (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11487 2022-05-18T05:38:09.6527230Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11488 2022-05-18T05:38:09.6665900Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11489 2022-05-18T05:38:09.6671550Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11490 2022-05-18T05:38:11.2837040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc0c07v3f 2022-05-18T05:38:11.2842540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc0c07v3f/_remote_module_non_scriptable.py 2022-05-18T05:38:11.2873150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp947h8s2v 2022-05-18T05:38:11.2954010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp947h8s2v/_remote_module_non_scriptable.py 2022-05-18T05:38:11.2986600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv6cnpamr 2022-05-18T05:38:11.3082640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv6cnpamr/_remote_module_non_scriptable.py 2022-05-18T05:38:11.3257900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpesnod5d6 2022-05-18T05:38:11.3330240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpesnod5d6/_remote_module_non_scriptable.py 2022-05-18T05:38:11.8765120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:11.8887810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:11.9023420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:11.9208120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:38:12.6339040Z ok (3.424s) 2022-05-18T05:38:12.6414610Z 2022-05-18T05:38:12.6415230Z ---------------------------------------------------------------------- 2022-05-18T05:38:12.6415540Z Ran 1 test in 3.424s 2022-05-18T05:38:12.6415690Z 2022-05-18T05:38:12.6415780Z OK 2022-05-18T05:38:12.6415890Z 2022-05-18T05:38:12.6415990Z Generating XML reports... 2022-05-18T05:38:12.6416580Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053809.xml 2022-05-18T05:38:14.0327980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe2qtkjdp 2022-05-18T05:38:14.0330640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe2qtkjdp/_remote_module_non_scriptable.py 2022-05-18T05:38:14.4758520Z 2022-05-18T05:38:14.4759370Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:38:14.4759760Z Running tests... 2022-05-18T05:38:14.4760160Z ---------------------------------------------------------------------- 2022-05-18T05:38:14.8953810Z test_py_class_instance_method (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11498 2022-05-18T05:38:14.9110510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11499 2022-05-18T05:38:14.9226830Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11500 2022-05-18T05:38:14.9363030Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11501 2022-05-18T05:38:16.5403120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvnsvlqwg 2022-05-18T05:38:16.5455620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvnsvlqwg/_remote_module_non_scriptable.py 2022-05-18T05:38:16.5763470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprs3ryzvv 2022-05-18T05:38:16.5812540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprs3ryzvv/_remote_module_non_scriptable.py 2022-05-18T05:38:16.6071430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppn25pn6u 2022-05-18T05:38:16.6173010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppn25pn6u/_remote_module_non_scriptable.py 2022-05-18T05:38:16.6481210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplt3i88c8 2022-05-18T05:38:16.6502810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplt3i88c8/_remote_module_non_scriptable.py 2022-05-18T05:38:17.1433610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:17.1563430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:17.1856880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:17.1979060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:38:17.7307970Z ok (3.255s) 2022-05-18T05:38:17.7379050Z 2022-05-18T05:38:17.7379770Z ---------------------------------------------------------------------- 2022-05-18T05:38:17.7380060Z Ran 1 test in 3.255s 2022-05-18T05:38:17.7380190Z 2022-05-18T05:38:17.7380270Z OK 2022-05-18T05:38:17.7380360Z 2022-05-18T05:38:17.7380460Z Generating XML reports... 2022-05-18T05:38:17.7381080Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053814.xml 2022-05-18T05:38:19.1033500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0m0cxpdb 2022-05-18T05:38:19.1037050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0m0cxpdb/_remote_module_non_scriptable.py 2022-05-18T05:38:19.5282620Z 2022-05-18T05:38:19.5283360Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:38:19.5283740Z Running tests... 2022-05-18T05:38:19.5284140Z ---------------------------------------------------------------------- 2022-05-18T05:38:19.9405340Z test_py_class_method (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11510 2022-05-18T05:38:19.9558460Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11511 2022-05-18T05:38:19.9659470Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11512 2022-05-18T05:38:19.9764350Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11513 2022-05-18T05:38:21.4970330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdo69lcem 2022-05-18T05:38:21.5043260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdo69lcem/_remote_module_non_scriptable.py 2022-05-18T05:38:21.5238950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzkr7k5ls 2022-05-18T05:38:21.5317460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzkr7k5ls/_remote_module_non_scriptable.py 2022-05-18T05:38:21.5746690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsvqdxkek 2022-05-18T05:38:21.5817130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsvqdxkek/_remote_module_non_scriptable.py 2022-05-18T05:38:21.6049190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdpqjnvnc 2022-05-18T05:38:21.6150620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdpqjnvnc/_remote_module_non_scriptable.py 2022-05-18T05:38:22.0714890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:22.0902560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:22.1381420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:38:22.1451460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:22.8680170Z ok (3.339s) 2022-05-18T05:38:22.8756090Z 2022-05-18T05:38:22.8757580Z ---------------------------------------------------------------------- 2022-05-18T05:38:22.8758050Z Ran 1 test in 3.340s 2022-05-18T05:38:22.8758200Z 2022-05-18T05:38:22.8758270Z OK 2022-05-18T05:38:22.8758370Z 2022-05-18T05:38:22.8758470Z Generating XML reports... 2022-05-18T05:38:22.8760170Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053819.xml 2022-05-18T05:38:24.2638740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp27bf5k8u 2022-05-18T05:38:24.2641860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp27bf5k8u/_remote_module_non_scriptable.py 2022-05-18T05:38:24.7029560Z 2022-05-18T05:38:24.7030360Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:38:24.7030730Z Running tests... 2022-05-18T05:38:24.7031130Z ---------------------------------------------------------------------- 2022-05-18T05:38:25.1265520Z test_py_class_static_method (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11521 2022-05-18T05:38:25.1521590Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11522 2022-05-18T05:38:25.1974500Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11523 2022-05-18T05:38:25.2112990Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11524 2022-05-18T05:38:26.7490860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcuxs3_oi 2022-05-18T05:38:26.7569430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcuxs3_oi/_remote_module_non_scriptable.py 2022-05-18T05:38:26.7944080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2ezsljfg 2022-05-18T05:38:26.7979020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2ezsljfg/_remote_module_non_scriptable.py 2022-05-18T05:38:26.8080200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgf7l46g7 2022-05-18T05:38:26.8134070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgf7l46g7/_remote_module_non_scriptable.py 2022-05-18T05:38:26.8598460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr_wmx1pk 2022-05-18T05:38:26.8638000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr_wmx1pk/_remote_module_non_scriptable.py 2022-05-18T05:38:27.3162720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:27.3512160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:27.3520710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:27.4086300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:38:28.0393580Z ok (3.336s) 2022-05-18T05:38:28.0462070Z 2022-05-18T05:38:28.0462840Z ---------------------------------------------------------------------- 2022-05-18T05:38:28.0463160Z Ran 1 test in 3.337s 2022-05-18T05:38:28.0463300Z 2022-05-18T05:38:28.0463370Z OK 2022-05-18T05:38:28.0463470Z 2022-05-18T05:38:28.0463570Z Generating XML reports... 2022-05-18T05:38:28.0464150Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053824.xml 2022-05-18T05:38:29.3705800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpee97kk2o 2022-05-18T05:38:29.3712630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpee97kk2o/_remote_module_non_scriptable.py 2022-05-18T05:38:29.7879670Z 2022-05-18T05:38:29.7879940Z Running tests... 2022-05-18T05:38:29.7880540Z ---------------------------------------------------------------------- 2022-05-18T05:38:29.7881090Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:38:30.1963680Z test_py_function_exception (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11533 2022-05-18T05:38:30.2057440Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11534 2022-05-18T05:38:30.2268960Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11535 2022-05-18T05:38:30.2379120Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11536 2022-05-18T05:38:31.7707090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpimvvtqup 2022-05-18T05:38:31.7739380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpimvvtqup/_remote_module_non_scriptable.py 2022-05-18T05:38:31.8094080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq8t64y5_ 2022-05-18T05:38:31.8195470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq8t64y5_/_remote_module_non_scriptable.py 2022-05-18T05:38:31.8202170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbwhtwghz 2022-05-18T05:38:31.8297580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbwhtwghz/_remote_module_non_scriptable.py 2022-05-18T05:38:31.8504110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeiehw8c2 2022-05-18T05:38:31.8537890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeiehw8c2/_remote_module_non_scriptable.py 2022-05-18T05:38:32.3472400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:32.3665580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:32.3814530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:32.4030400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:38:32.5926910Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:38:32.5930350Z TypeError('no_result() takes 0 positional arguments but 1 was given') 2022-05-18T05:38:32.5932420Z Traceback (most recent call last): 2022-05-18T05:38:32.5933420Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:38:32.5935040Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:38:32.5935740Z TypeError: no_result() takes 0 positional arguments but 1 was given 2022-05-18T05:38:32.5936260Z 2022-05-18T05:38:32.5936750Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:38:32.5937530Z TypeError('no_result() takes 0 positional arguments but 1 was given') 2022-05-18T05:38:32.5938160Z Traceback (most recent call last): 2022-05-18T05:38:32.5939030Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:38:32.5939780Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:38:32.5940430Z TypeError: no_result() takes 0 positional arguments but 1 was given 2022-05-18T05:38:32.5940910Z 2022-05-18T05:38:32.6365490Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:38:32.6530180Z TypeError('no_result() takes 0 positional arguments but 1 was given') 2022-05-18T05:38:32.6671700Z Traceback (most recent call last): 2022-05-18T05:38:32.6836780Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:38:32.6938370Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:38:32.7075260Z TypeError: no_result() takes 0 positional arguments but 1 was given 2022-05-18T05:38:32.7238910Z 2022-05-18T05:38:32.7284790Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:38:32.7340980Z TypeError('no_result() takes 0 positional arguments but 1 was given') 2022-05-18T05:38:32.7431650Z Traceback (most recent call last): 2022-05-18T05:38:32.7489470Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:38:32.7544130Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:38:32.7635750Z TypeError: no_result() takes 0 positional arguments but 1 was given 2022-05-18T05:38:32.7693870Z 2022-05-18T05:38:32.9677760Z ok (3.179s) 2022-05-18T05:38:32.9748990Z 2022-05-18T05:38:32.9749740Z ---------------------------------------------------------------------- 2022-05-18T05:38:32.9750090Z Ran 1 test in 3.180s 2022-05-18T05:38:32.9750230Z 2022-05-18T05:38:32.9750300Z OK 2022-05-18T05:38:32.9750400Z 2022-05-18T05:38:32.9750500Z Generating XML reports... 2022-05-18T05:38:32.9751100Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053829.xml 2022-05-18T05:38:34.3528990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3s5vapvi 2022-05-18T05:38:34.3532390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3s5vapvi/_remote_module_non_scriptable.py 2022-05-18T05:38:34.7974860Z 2022-05-18T05:38:34.7975190Z Running tests... 2022-05-18T05:38:34.7975820Z ---------------------------------------------------------------------- 2022-05-18T05:38:34.7976360Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:38:35.2178250Z test_py_multi_async_call (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11544 2022-05-18T05:38:35.2267310Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11545 2022-05-18T05:38:35.2400050Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11546 2022-05-18T05:38:35.2519000Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11547 2022-05-18T05:38:36.8743220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpshkozfk3 2022-05-18T05:38:36.8814680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpshkozfk3/_remote_module_non_scriptable.py 2022-05-18T05:38:36.8894110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm_4iif07 2022-05-18T05:38:36.8956340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm_4iif07/_remote_module_non_scriptable.py 2022-05-18T05:38:36.9023720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpetu4f2lt 2022-05-18T05:38:36.9066690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpetu4f2lt/_remote_module_non_scriptable.py 2022-05-18T05:38:36.9470430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7el05t1n 2022-05-18T05:38:36.9572310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7el05t1n/_remote_module_non_scriptable.py 2022-05-18T05:38:37.4556520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:37.4655310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:37.4671440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:37.5129590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:38:38.1341470Z ok (3.336s) 2022-05-18T05:38:38.1412900Z 2022-05-18T05:38:38.1413920Z ---------------------------------------------------------------------- 2022-05-18T05:38:38.1414420Z Ran 1 test in 3.337s 2022-05-18T05:38:38.1414560Z 2022-05-18T05:38:38.1414620Z OK 2022-05-18T05:38:38.1414730Z 2022-05-18T05:38:38.1414820Z Generating XML reports... 2022-05-18T05:38:38.1415450Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053834.xml 2022-05-18T05:38:39.5274720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7sxh4d5q 2022-05-18T05:38:39.5278020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7sxh4d5q/_remote_module_non_scriptable.py 2022-05-18T05:38:39.9662790Z 2022-05-18T05:38:39.9663520Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:38:39.9663900Z Running tests... 2022-05-18T05:38:39.9664290Z ---------------------------------------------------------------------- 2022-05-18T05:38:40.3877460Z test_py_nested_pickle (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11556 2022-05-18T05:38:40.3949720Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11557 2022-05-18T05:38:40.4128550Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11558 2022-05-18T05:38:40.4266750Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11559 2022-05-18T05:38:41.9755760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmsue9jla 2022-05-18T05:38:41.9843450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmsue9jla/_remote_module_non_scriptable.py 2022-05-18T05:38:41.9900660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph5viqt7o 2022-05-18T05:38:42.0000870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph5viqt7o/_remote_module_non_scriptable.py 2022-05-18T05:38:42.0537340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi8b2i8i8 2022-05-18T05:38:42.0584550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi8b2i8i8/_remote_module_non_scriptable.py 2022-05-18T05:38:42.0772340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5pvvoyf0 2022-05-18T05:38:42.0857030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5pvvoyf0/_remote_module_non_scriptable.py 2022-05-18T05:38:42.5973820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:42.6005320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:42.6488340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:38:42.6569140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:43.2585460Z ok (3.292s) 2022-05-18T05:38:43.2658710Z 2022-05-18T05:38:43.2659710Z ---------------------------------------------------------------------- 2022-05-18T05:38:43.2660070Z Ran 1 test in 3.293s 2022-05-18T05:38:43.2660210Z 2022-05-18T05:38:43.2660260Z OK 2022-05-18T05:38:43.2660370Z 2022-05-18T05:38:43.2660660Z Generating XML reports... 2022-05-18T05:38:43.2661290Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053839.xml 2022-05-18T05:38:44.6629200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpla0xqif2 2022-05-18T05:38:44.6632370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpla0xqif2/_remote_module_non_scriptable.py 2022-05-18T05:38:45.1051730Z 2022-05-18T05:38:45.1052580Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:38:45.1053710Z Running tests... 2022-05-18T05:38:45.1054210Z ---------------------------------------------------------------------- 2022-05-18T05:38:45.5335640Z test_py_no_return_result (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11567 2022-05-18T05:38:45.5446170Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11568 2022-05-18T05:38:45.5635290Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11569 2022-05-18T05:38:45.5737810Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11570 2022-05-18T05:38:47.1885550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp17vyrbzh 2022-05-18T05:38:47.1939170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp17vyrbzh/_remote_module_non_scriptable.py 2022-05-18T05:38:47.1991020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbti3berg 2022-05-18T05:38:47.2054860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbti3berg/_remote_module_non_scriptable.py 2022-05-18T05:38:47.2293370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp85n3sgtu 2022-05-18T05:38:47.2394970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp85n3sgtu/_remote_module_non_scriptable.py 2022-05-18T05:38:47.2801920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3cyhg_az 2022-05-18T05:38:47.2809180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3cyhg_az/_remote_module_non_scriptable.py 2022-05-18T05:38:47.7669270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:47.7853180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:47.7960920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:47.8360440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:38:48.1339440Z do nothing 2022-05-18T05:38:48.1339690Z do nothing 2022-05-18T05:38:48.1459990Z do nothing 2022-05-18T05:38:48.1489100Z do nothing 2022-05-18T05:38:48.1590230Z do nothing 2022-05-18T05:38:48.1597940Z do nothing 2022-05-18T05:38:48.2215080Z do nothing 2022-05-18T05:38:48.2307990Z do nothing 2022-05-18T05:38:48.5564090Z ok (3.451s) 2022-05-18T05:38:48.5641610Z 2022-05-18T05:38:48.5642560Z ---------------------------------------------------------------------- 2022-05-18T05:38:48.5642900Z Ran 1 test in 3.452s 2022-05-18T05:38:48.5643030Z 2022-05-18T05:38:48.5643480Z OK 2022-05-18T05:38:48.5643630Z 2022-05-18T05:38:48.5643740Z Generating XML reports... 2022-05-18T05:38:48.5644350Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053845.xml 2022-05-18T05:38:49.9665820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6kdmpo_h 2022-05-18T05:38:49.9668790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6kdmpo_h/_remote_module_non_scriptable.py 2022-05-18T05:38:50.4046760Z 2022-05-18T05:38:50.4047570Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:38:50.4047940Z Running tests... 2022-05-18T05:38:50.4048330Z ---------------------------------------------------------------------- 2022-05-18T05:38:50.8208390Z test_py_raise_in_user_func (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11579 2022-05-18T05:38:50.8364240Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11580 2022-05-18T05:38:50.8489350Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11581 2022-05-18T05:38:50.8543130Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11582 2022-05-18T05:38:52.4071060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc_k2ryxe 2022-05-18T05:38:52.4119340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc_k2ryxe/_remote_module_non_scriptable.py 2022-05-18T05:38:52.4373530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpykwbl6r9 2022-05-18T05:38:52.4423250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb2qgtzfv 2022-05-18T05:38:52.4440950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb2qgtzfv/_remote_module_non_scriptable.py 2022-05-18T05:38:52.4641660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpykwbl6r9/_remote_module_non_scriptable.py 2022-05-18T05:38:52.4736170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk9r6ns2c 2022-05-18T05:38:52.4830140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk9r6ns2c/_remote_module_non_scriptable.py 2022-05-18T05:38:52.9662040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:53.0009560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:38:53.0229960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:53.0416620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:53.2690330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:38:53.2692960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:38:53.2693800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:38:53.2699940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:38:53.2702750Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:38:53.3053830Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:38:53.3055810Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:38:53.3058600Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:38:53.7585780Z ok (3.354s) 2022-05-18T05:38:53.7663330Z 2022-05-18T05:38:53.7664050Z ---------------------------------------------------------------------- 2022-05-18T05:38:53.7664380Z Ran 1 test in 3.354s 2022-05-18T05:38:53.7664520Z 2022-05-18T05:38:53.7664580Z OK 2022-05-18T05:38:53.7664690Z 2022-05-18T05:38:53.7664790Z Generating XML reports... 2022-05-18T05:38:53.7665390Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053850.xml 2022-05-18T05:38:55.1519120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplfg2giam 2022-05-18T05:38:55.1522260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplfg2giam/_remote_module_non_scriptable.py 2022-05-18T05:38:55.5964930Z 2022-05-18T05:38:55.5965700Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:38:55.5966070Z Running tests... 2022-05-18T05:38:55.5966510Z ---------------------------------------------------------------------- 2022-05-18T05:38:56.0285850Z test_py_raise_in_user_func_escaped_str (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11590 2022-05-18T05:38:56.0351520Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11591 2022-05-18T05:38:56.0502340Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11592 2022-05-18T05:38:56.0620520Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11593 2022-05-18T05:38:57.6972360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw9dedqj1 2022-05-18T05:38:57.6984010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw9dedqj1/_remote_module_non_scriptable.py 2022-05-18T05:38:57.7113790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1lcc9r1q 2022-05-18T05:38:57.7221870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1lcc9r1q/_remote_module_non_scriptable.py 2022-05-18T05:38:57.7276770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx_thp8iv 2022-05-18T05:38:57.7335480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx_thp8iv/_remote_module_non_scriptable.py 2022-05-18T05:38:57.7641150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcn59v9er 2022-05-18T05:38:57.7675060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcn59v9er/_remote_module_non_scriptable.py 2022-05-18T05:38:58.3495160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:58.3528180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:58.3695920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:58.3917330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:38:58.6944870Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:38:58.7060250Z ValueError('\nFirst line of error \n next line of error \n last line of error') 2022-05-18T05:38:58.7181650Z Traceback (most recent call last): 2022-05-18T05:38:58.7286180Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:38:58.7459330Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:38:58.7565100Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 404, in raise_func_escape 2022-05-18T05:38:58.7690080Z raise ValueError(expected_err_escape) 2022-05-18T05:38:58.7867210Z ValueError: 2022-05-18T05:38:58.7968990Z First line of error 2022-05-18T05:38:58.8098130Z next line of error 2022-05-18T05:38:58.8201690Z last line of error 2022-05-18T05:38:58.8302540Z 2022-05-18T05:38:58.8403490Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:38:58.8504240Z ValueError('\nFirst line of error \n next line of error \n last line of error') 2022-05-18T05:38:58.8605170Z Traceback (most recent call last): 2022-05-18T05:38:58.8706170Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:38:58.8805920Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:38:58.8907270Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 404, in raise_func_escape 2022-05-18T05:38:58.9002060Z raise ValueError(expected_err_escape) 2022-05-18T05:38:58.9052940Z ValueError: 2022-05-18T05:38:58.9117830Z First line of error 2022-05-18T05:38:58.9203280Z next line of error 2022-05-18T05:38:58.9254450Z last line of error 2022-05-18T05:38:58.9319310Z 2022-05-18T05:38:58.9405110Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:38:58.9506730Z ValueError('\nFirst line of error \n next line of error \n last line of error') 2022-05-18T05:38:58.9507260Z Traceback (most recent call last): 2022-05-18T05:38:58.9564290Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:38:58.9665070Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:38:58.9715870Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 404, in raise_func_escape 2022-05-18T05:38:58.9716340Z raise ValueError(expected_err_escape) 2022-05-18T05:38:58.9717230Z ValueError: 2022-05-18T05:38:58.9717430Z First line of error 2022-05-18T05:38:58.9717640Z next line of error 2022-05-18T05:38:58.9717820Z last line of error 2022-05-18T05:38:58.9717950Z 2022-05-18T05:38:58.9718060Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:38:58.9718510Z ValueError('\nFirst line of error \n next line of error \n last line of error') 2022-05-18T05:38:58.9718820Z Traceback (most recent call last): 2022-05-18T05:38:58.9719620Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:38:58.9720930Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:38:58.9721590Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 404, in raise_func_escape 2022-05-18T05:38:58.9721960Z raise ValueError(expected_err_escape) 2022-05-18T05:38:58.9722190Z ValueError: 2022-05-18T05:38:58.9722390Z First line of error 2022-05-18T05:38:58.9722590Z next line of error 2022-05-18T05:38:58.9722780Z last line of error 2022-05-18T05:38:58.9722900Z 2022-05-18T05:38:59.0399930Z ok (3.443s) 2022-05-18T05:38:59.0477700Z 2022-05-18T05:38:59.0479440Z ---------------------------------------------------------------------- 2022-05-18T05:38:59.0480110Z Ran 1 test in 3.444s 2022-05-18T05:38:59.0480570Z 2022-05-18T05:38:59.0480910Z OK 2022-05-18T05:38:59.0481310Z 2022-05-18T05:38:59.0481690Z Generating XML reports... 2022-05-18T05:38:59.0482970Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053855.xml 2022-05-18T05:39:00.5068520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1lh71mnp 2022-05-18T05:39:00.5072830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1lh71mnp/_remote_module_non_scriptable.py 2022-05-18T05:39:00.9721450Z 2022-05-18T05:39:00.9722340Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:39:00.9722730Z Running tests... 2022-05-18T05:39:00.9723140Z ---------------------------------------------------------------------- 2022-05-18T05:39:01.4100320Z test_py_rpc_rref_args (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11602 2022-05-18T05:39:01.4180070Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11603 2022-05-18T05:39:01.4314020Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11604 2022-05-18T05:39:01.4447280Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11605 2022-05-18T05:39:03.0688010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgkfcqydh 2022-05-18T05:39:03.0732650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgkfcqydh/_remote_module_non_scriptable.py 2022-05-18T05:39:03.0865060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkdsi8u2h 2022-05-18T05:39:03.0965520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkdsi8u2h/_remote_module_non_scriptable.py 2022-05-18T05:39:03.0970980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6o59t_lo 2022-05-18T05:39:03.1028750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6o59t_lo/_remote_module_non_scriptable.py 2022-05-18T05:39:03.1607120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsk5z3678 2022-05-18T05:39:03.1688950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsk5z3678/_remote_module_non_scriptable.py 2022-05-18T05:39:03.7028340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:03.7060420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:03.7069530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:03.7710470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:39:04.3844000Z ok (3.412s) 2022-05-18T05:39:04.3920610Z 2022-05-18T05:39:04.3921450Z ---------------------------------------------------------------------- 2022-05-18T05:39:04.3921820Z Ran 1 test in 3.413s 2022-05-18T05:39:04.3921950Z 2022-05-18T05:39:04.3922020Z OK 2022-05-18T05:39:04.3922120Z 2022-05-18T05:39:04.3922230Z Generating XML reports... 2022-05-18T05:39:04.3922820Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053900.xml 2022-05-18T05:39:05.8058200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfns7qja4 2022-05-18T05:39:05.8061730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfns7qja4/_remote_module_non_scriptable.py 2022-05-18T05:39:06.2610400Z 2022-05-18T05:39:06.2611180Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:39:06.2611550Z Running tests... 2022-05-18T05:39:06.2612440Z ---------------------------------------------------------------------- 2022-05-18T05:39:06.6764240Z test_py_rref_args (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11613 2022-05-18T05:39:06.6840750Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11614 2022-05-18T05:39:06.6992380Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11615 2022-05-18T05:39:06.7097210Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11616 2022-05-18T05:39:08.3176520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3y6c3tsy 2022-05-18T05:39:08.3224480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3y6c3tsy/_remote_module_non_scriptable.py 2022-05-18T05:39:08.3765100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvzysn9gj 2022-05-18T05:39:08.3854880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvzysn9gj/_remote_module_non_scriptable.py 2022-05-18T05:39:08.3972150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu4i0gjw7 2022-05-18T05:39:08.4006210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu4i0gjw7/_remote_module_non_scriptable.py 2022-05-18T05:39:08.4291160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdshnz2f5 2022-05-18T05:39:08.4356460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdshnz2f5/_remote_module_non_scriptable.py 2022-05-18T05:39:08.9202170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:08.9700030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:08.9745700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:09.0044540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:39:09.6336630Z ok (3.372s) 2022-05-18T05:39:09.6410660Z 2022-05-18T05:39:09.6412170Z ---------------------------------------------------------------------- 2022-05-18T05:39:09.6412500Z Ran 1 test in 3.373s 2022-05-18T05:39:09.6412640Z 2022-05-18T05:39:09.6412700Z OK 2022-05-18T05:39:09.6412810Z 2022-05-18T05:39:09.6412910Z Generating XML reports... 2022-05-18T05:39:09.6413510Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053906.xml 2022-05-18T05:39:11.0154280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdparj081 2022-05-18T05:39:11.0157160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdparj081/_remote_module_non_scriptable.py 2022-05-18T05:39:11.4691330Z 2022-05-18T05:39:11.4692170Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:39:11.4693110Z Running tests... 2022-05-18T05:39:11.4693600Z ---------------------------------------------------------------------- 2022-05-18T05:39:11.8803870Z test_py_rref_args_user_share (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11625 2022-05-18T05:39:11.8960090Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11626 2022-05-18T05:39:11.9073650Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11627 2022-05-18T05:39:11.9074180Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11628 2022-05-18T05:39:13.4917310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2q2g7qsw 2022-05-18T05:39:13.4985310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2q2g7qsw/_remote_module_non_scriptable.py 2022-05-18T05:39:13.5189900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkdwo0it4 2022-05-18T05:39:13.5229140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq80ziqdl 2022-05-18T05:39:13.5256850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq80ziqdl/_remote_module_non_scriptable.py 2022-05-18T05:39:13.5343460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkdwo0it4/_remote_module_non_scriptable.py 2022-05-18T05:39:13.5457780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph881mi7j 2022-05-18T05:39:13.5519920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph881mi7j/_remote_module_non_scriptable.py 2022-05-18T05:39:14.0705890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:39:14.1039230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:14.1064650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:14.1204010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:14.8293070Z ok (3.360s) 2022-05-18T05:39:14.8367890Z 2022-05-18T05:39:14.8368930Z ---------------------------------------------------------------------- 2022-05-18T05:39:14.8369280Z Ran 1 test in 3.361s 2022-05-18T05:39:14.8369420Z 2022-05-18T05:39:14.8369490Z OK 2022-05-18T05:39:14.8369600Z 2022-05-18T05:39:14.8369700Z Generating XML reports... 2022-05-18T05:39:14.8370300Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053911.xml 2022-05-18T05:39:16.2263560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppa1rh8yv 2022-05-18T05:39:16.2267490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppa1rh8yv/_remote_module_non_scriptable.py 2022-05-18T05:39:16.6600530Z 2022-05-18T05:39:16.6601310Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:39:16.6601680Z Running tests... 2022-05-18T05:39:16.6602080Z ---------------------------------------------------------------------- 2022-05-18T05:39:17.0963810Z test_py_tensors (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11637 2022-05-18T05:39:17.1126150Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11638 2022-05-18T05:39:17.1234210Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11639 2022-05-18T05:39:17.1263730Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11640 2022-05-18T05:39:18.7041430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1_xjx88l 2022-05-18T05:39:18.7052400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1_xjx88l/_remote_module_non_scriptable.py 2022-05-18T05:39:18.7154960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz7___62a 2022-05-18T05:39:18.7253900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz7___62a/_remote_module_non_scriptable.py 2022-05-18T05:39:18.7325380Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfk0rlj1c 2022-05-18T05:39:18.7426010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfk0rlj1c/_remote_module_non_scriptable.py 2022-05-18T05:39:18.7441280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2pck0jut 2022-05-18T05:39:18.7527600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2pck0jut/_remote_module_non_scriptable.py 2022-05-18T05:39:19.2826120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:19.2923480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:19.2967780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:39:19.3107320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:19.9919180Z ok (3.331s) 2022-05-18T05:39:19.9990250Z 2022-05-18T05:39:19.9991110Z ---------------------------------------------------------------------- 2022-05-18T05:39:19.9991510Z Ran 1 test in 3.332s 2022-05-18T05:39:19.9991640Z 2022-05-18T05:39:19.9991710Z OK 2022-05-18T05:39:19.9991810Z 2022-05-18T05:39:19.9991910Z Generating XML reports... 2022-05-18T05:39:19.9992790Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053916.xml 2022-05-18T05:39:21.3853350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplcmhhmvq 2022-05-18T05:39:21.3857110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplcmhhmvq/_remote_module_non_scriptable.py 2022-05-18T05:39:21.8447200Z 2022-05-18T05:39:21.8464890Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:39:21.8465360Z Running tests... 2022-05-18T05:39:21.8465870Z ---------------------------------------------------------------------- 2022-05-18T05:39:22.2808960Z test_py_tensors_in_container (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11648 2022-05-18T05:39:22.2903450Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11649 2022-05-18T05:39:22.3056650Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11650 2022-05-18T05:39:22.3174060Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11651 2022-05-18T05:39:23.9404740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjb057vlf 2022-05-18T05:39:23.9477560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjb057vlf/_remote_module_non_scriptable.py 2022-05-18T05:39:23.9680000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8lchbwr0 2022-05-18T05:39:23.9725520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8lchbwr0/_remote_module_non_scriptable.py 2022-05-18T05:39:23.9911340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdx_hk4id 2022-05-18T05:39:23.9996750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdx_hk4id/_remote_module_non_scriptable.py 2022-05-18T05:39:24.0135560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzmn_aoz5 2022-05-18T05:39:24.0136650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzmn_aoz5/_remote_module_non_scriptable.py 2022-05-18T05:39:24.5653380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:24.5802020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:24.6020780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:39:24.6243930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:26.2649170Z ok (4.420s) 2022-05-18T05:39:26.2726940Z 2022-05-18T05:39:26.2728000Z ---------------------------------------------------------------------- 2022-05-18T05:39:26.2728370Z Ran 1 test in 4.421s 2022-05-18T05:39:26.2728510Z 2022-05-18T05:39:26.2728580Z OK 2022-05-18T05:39:26.2728680Z 2022-05-18T05:39:26.2728780Z Generating XML reports... 2022-05-18T05:39:26.2729400Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053921.xml 2022-05-18T05:39:27.7597620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphse03hfu 2022-05-18T05:39:27.7600600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphse03hfu/_remote_module_non_scriptable.py 2022-05-18T05:39:28.2247270Z 2022-05-18T05:39:28.2248030Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:39:28.2248400Z Running tests... 2022-05-18T05:39:28.2248790Z ---------------------------------------------------------------------- 2022-05-18T05:39:28.6630640Z test_py_tensors_multi_async_call (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11660 2022-05-18T05:39:28.6800050Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11661 2022-05-18T05:39:28.6903770Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11662 2022-05-18T05:39:28.6945610Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11663 2022-05-18T05:39:30.3572970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjqdznqbg 2022-05-18T05:39:30.3637290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjqdznqbg/_remote_module_non_scriptable.py 2022-05-18T05:39:30.3790470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_mscukpi 2022-05-18T05:39:30.3791460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_mscukpi/_remote_module_non_scriptable.py 2022-05-18T05:39:30.3884020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_0_w7ne4 2022-05-18T05:39:30.3926310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_0_w7ne4/_remote_module_non_scriptable.py 2022-05-18T05:39:30.4128540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphh7fkxfw 2022-05-18T05:39:30.4197970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphh7fkxfw/_remote_module_non_scriptable.py 2022-05-18T05:39:30.9900600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:39:31.0006290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:31.0139650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:31.0241420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:32.1113540Z ok (3.886s) 2022-05-18T05:39:32.1191190Z 2022-05-18T05:39:32.1191960Z ---------------------------------------------------------------------- 2022-05-18T05:39:32.1192290Z Ran 1 test in 3.887s 2022-05-18T05:39:32.1192420Z 2022-05-18T05:39:32.1192480Z OK 2022-05-18T05:39:32.1192610Z 2022-05-18T05:39:32.1192710Z Generating XML reports... 2022-05-18T05:39:32.1193300Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053928.xml 2022-05-18T05:39:33.5556450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoj09itd3 2022-05-18T05:39:33.5560140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoj09itd3/_remote_module_non_scriptable.py 2022-05-18T05:39:34.0233020Z 2022-05-18T05:39:34.0233890Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:39:34.0234470Z Running tests... 2022-05-18T05:39:34.0234990Z ---------------------------------------------------------------------- 2022-05-18T05:39:34.4582170Z test_py_udf_remote (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11672 2022-05-18T05:39:34.4664880Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11673 2022-05-18T05:39:34.4858560Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11674 2022-05-18T05:39:34.4888190Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11675 2022-05-18T05:39:36.1366020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2jrwhz4d 2022-05-18T05:39:36.1462390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2jrwhz4d/_remote_module_non_scriptable.py 2022-05-18T05:39:36.1495470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfhlvpn89 2022-05-18T05:39:36.1566500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfhlvpn89/_remote_module_non_scriptable.py 2022-05-18T05:39:36.2003040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8ubb8gw_ 2022-05-18T05:39:36.2035320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8ubb8gw_/_remote_module_non_scriptable.py 2022-05-18T05:39:36.2206290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw39kuhr6 2022-05-18T05:39:36.2270550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw39kuhr6/_remote_module_non_scriptable.py 2022-05-18T05:39:36.7825660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:36.8054880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:36.8151430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:36.8379000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:39:37.5731670Z ok (3.550s) 2022-05-18T05:39:37.5813330Z 2022-05-18T05:39:37.5814170Z ---------------------------------------------------------------------- 2022-05-18T05:39:37.5814520Z Ran 1 test in 3.550s 2022-05-18T05:39:37.5814650Z 2022-05-18T05:39:37.5814710Z OK 2022-05-18T05:39:37.5814820Z 2022-05-18T05:39:37.5814920Z Generating XML reports... 2022-05-18T05:39:37.5815530Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053934.xml 2022-05-18T05:39:39.0507550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpacb1qwul 2022-05-18T05:39:39.0510290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpacb1qwul/_remote_module_non_scriptable.py 2022-05-18T05:39:39.4943200Z 2022-05-18T05:39:39.4943970Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:39:39.4945290Z Running tests... 2022-05-18T05:39:39.4945740Z ---------------------------------------------------------------------- 2022-05-18T05:39:39.9126080Z test_py_user_defined (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11684 2022-05-18T05:39:39.9214400Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11685 2022-05-18T05:39:39.9365880Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11686 2022-05-18T05:39:39.9479350Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11687 2022-05-18T05:39:41.5130580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8f7frx6u 2022-05-18T05:39:41.5201850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8f7frx6u/_remote_module_non_scriptable.py 2022-05-18T05:39:41.5458650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpllak_832 2022-05-18T05:39:41.5533570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpllak_832/_remote_module_non_scriptable.py 2022-05-18T05:39:41.5735620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpphntpl7r 2022-05-18T05:39:41.5795070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpphntpl7r/_remote_module_non_scriptable.py 2022-05-18T05:39:41.6440110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz0zkderz 2022-05-18T05:39:41.6509000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz0zkderz/_remote_module_non_scriptable.py 2022-05-18T05:39:42.1040950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:42.1326330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:42.1466910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:42.2128140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:39:42.9160690Z ok (3.421s) 2022-05-18T05:39:42.9236000Z 2022-05-18T05:39:42.9237220Z ---------------------------------------------------------------------- 2022-05-18T05:39:42.9237820Z Ran 1 test in 3.422s 2022-05-18T05:39:42.9237980Z 2022-05-18T05:39:42.9238050Z OK 2022-05-18T05:39:42.9238150Z 2022-05-18T05:39:42.9238250Z Generating XML reports... 2022-05-18T05:39:42.9238880Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053939.xml 2022-05-18T05:39:44.3499700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8o52_hiy 2022-05-18T05:39:44.3502660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8o52_hiy/_remote_module_non_scriptable.py 2022-05-18T05:39:44.8044180Z 2022-05-18T05:39:44.8044990Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:39:44.8045370Z Running tests... 2022-05-18T05:39:44.8046450Z ---------------------------------------------------------------------- 2022-05-18T05:39:45.2383820Z test_register_rpc_backend_and_set_and_start_rpc_backend (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11695 2022-05-18T05:39:45.2488680Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11696 2022-05-18T05:39:45.2690500Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11697 2022-05-18T05:39:45.2819730Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11698 2022-05-18T05:39:46.8503640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2otl5elg 2022-05-18T05:39:46.8583020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2otl5elg/_remote_module_non_scriptable.py 2022-05-18T05:39:46.8685670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp40qqssfz 2022-05-18T05:39:46.8727580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp40qqssfz/_remote_module_non_scriptable.py 2022-05-18T05:39:46.8876560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9t597joz 2022-05-18T05:39:46.8977070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9t597joz/_remote_module_non_scriptable.py 2022-05-18T05:39:46.9054670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqsaflvrm 2022-05-18T05:39:46.9156450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqsaflvrm/_remote_module_non_scriptable.py 2022-05-18T05:39:47.5195540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:47.5295560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:47.5701030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:39:47.5710470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:48.0092660Z ok (3.205s) 2022-05-18T05:39:48.0165920Z 2022-05-18T05:39:48.0166880Z ---------------------------------------------------------------------- 2022-05-18T05:39:48.0167210Z Ran 1 test in 3.205s 2022-05-18T05:39:48.0167340Z 2022-05-18T05:39:48.0167410Z OK 2022-05-18T05:39:48.0167510Z 2022-05-18T05:39:48.0167610Z Generating XML reports... 2022-05-18T05:39:48.0168210Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053944.xml 2022-05-18T05:39:49.4449860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph2e4b2pb 2022-05-18T05:39:49.4453920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph2e4b2pb/_remote_module_non_scriptable.py 2022-05-18T05:39:49.8983200Z 2022-05-18T05:39:49.8984250Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:39:49.8984660Z Running tests... 2022-05-18T05:39:49.8985320Z ---------------------------------------------------------------------- 2022-05-18T05:39:50.3359810Z test_reinit (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11707 2022-05-18T05:39:50.3491080Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11708 2022-05-18T05:39:50.3642090Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11709 2022-05-18T05:39:50.3787780Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11710 2022-05-18T05:39:51.9804980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4ayoge8b 2022-05-18T05:39:51.9873080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4ayoge8b/_remote_module_non_scriptable.py 2022-05-18T05:39:52.0120760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp18d2dl_b 2022-05-18T05:39:52.0187440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp18d2dl_b/_remote_module_non_scriptable.py 2022-05-18T05:39:52.0227730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx8wyv_l0 2022-05-18T05:39:52.0296320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx8wyv_l0/_remote_module_non_scriptable.py 2022-05-18T05:39:52.0422180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk0wqrx2x 2022-05-18T05:39:52.0432120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk0wqrx2x/_remote_module_non_scriptable.py 2022-05-18T05:39:52.6079820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:52.6283740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:39:52.6297420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:52.6458700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:52.8821930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:39:52.8823530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:39:52.8826970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:39:52.8835800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:39:52.8838630Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:39:52.8935440Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:39:52.9043820Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:39:52.9169160Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:39:53.5092180Z ok (3.611s) 2022-05-18T05:39:53.5167070Z 2022-05-18T05:39:53.5167920Z ---------------------------------------------------------------------- 2022-05-18T05:39:53.5168440Z Ran 1 test in 3.611s 2022-05-18T05:39:53.5168580Z 2022-05-18T05:39:53.5168650Z OK 2022-05-18T05:39:53.5168750Z 2022-05-18T05:39:53.5168850Z Generating XML reports... 2022-05-18T05:39:53.5169660Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053949.xml 2022-05-18T05:39:54.9549490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6hk7sz5n 2022-05-18T05:39:54.9552770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6hk7sz5n/_remote_module_non_scriptable.py 2022-05-18T05:39:55.4089640Z 2022-05-18T05:39:55.4090450Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:39:55.4090810Z Running tests... 2022-05-18T05:39:55.4091730Z ---------------------------------------------------------------------- 2022-05-18T05:39:55.8353200Z test_remote_same_worker (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11718 2022-05-18T05:39:55.8494390Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11719 2022-05-18T05:39:55.8690390Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11720 2022-05-18T05:39:55.8714030Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11721 2022-05-18T05:39:57.4573980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5y4es4by 2022-05-18T05:39:57.4667140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5y4es4by/_remote_module_non_scriptable.py 2022-05-18T05:39:57.5605480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdz6l3oo4 2022-05-18T05:39:57.5695090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoqsp_hr6 2022-05-18T05:39:57.5724680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdz6l3oo4/_remote_module_non_scriptable.py 2022-05-18T05:39:57.5809600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoqsp_hr6/_remote_module_non_scriptable.py 2022-05-18T05:39:57.5851070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1isvghkq 2022-05-18T05:39:57.5912300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1isvghkq/_remote_module_non_scriptable.py 2022-05-18T05:39:58.1163720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:58.1467990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:58.1474920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:58.1674990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:39:58.8528940Z ok (3.444s) 2022-05-18T05:39:58.8605130Z 2022-05-18T05:39:58.8605970Z ---------------------------------------------------------------------- 2022-05-18T05:39:58.8606430Z Ran 1 test in 3.444s 2022-05-18T05:39:58.8606630Z 2022-05-18T05:39:58.8606700Z OK 2022-05-18T05:39:58.8606800Z 2022-05-18T05:39:58.8606910Z Generating XML reports... 2022-05-18T05:39:58.8607520Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518053955.xml 2022-05-18T05:40:00.3070310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp28ngiu3x 2022-05-18T05:40:00.3080520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp28ngiu3x/_remote_module_non_scriptable.py 2022-05-18T05:40:00.7746370Z 2022-05-18T05:40:00.7747200Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:40:00.7747590Z Running tests... 2022-05-18T05:40:00.7748010Z ---------------------------------------------------------------------- 2022-05-18T05:40:01.1966460Z test_remote_throw (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11730 2022-05-18T05:40:01.2062150Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11731 2022-05-18T05:40:01.2207910Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11732 2022-05-18T05:40:01.2317490Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11733 2022-05-18T05:40:02.8299650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp85rp9v3p 2022-05-18T05:40:02.8312140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp85rp9v3p/_remote_module_non_scriptable.py 2022-05-18T05:40:02.8412270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpllm5qm9z 2022-05-18T05:40:02.8513950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpllm5qm9z/_remote_module_non_scriptable.py 2022-05-18T05:40:02.8717600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4wldo55k 2022-05-18T05:40:02.8727940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4wldo55k/_remote_module_non_scriptable.py 2022-05-18T05:40:02.8821400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdj32iw0e 2022-05-18T05:40:02.8893160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdj32iw0e/_remote_module_non_scriptable.py 2022-05-18T05:40:03.4564940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:40:03.4664980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:40:03.4697250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:40:03.4939770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:40:03.8023700Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:40:03.8024270Z ValueError('Expected error') 2022-05-18T05:40:03.8024520Z Traceback (most recent call last): 2022-05-18T05:40:03.8025080Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:40:03.8025500Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:40:03.8026100Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 288, in raise_or_inc 2022-05-18T05:40:03.8026940Z raise ValueError("Expected error") 2022-05-18T05:40:03.8027180Z ValueError: Expected error 2022-05-18T05:40:03.8027330Z 2022-05-18T05:40:03.8139460Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:40:03.8140770Z ValueError('Expected error') 2022-05-18T05:40:03.8141410Z Traceback (most recent call last): 2022-05-18T05:40:03.8142320Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:40:03.8143090Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:40:03.8144060Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 288, in raise_or_inc 2022-05-18T05:40:03.8145420Z raise ValueError("Expected error") 2022-05-18T05:40:03.8146060Z ValueError: Expected error 2022-05-18T05:40:03.8146510Z 2022-05-18T05:40:03.8684470Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:40:03.8790760Z ValueError('Expected error') 2022-05-18T05:40:03.8891460Z Traceback (most recent call last): 2022-05-18T05:40:03.8947850Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:40:03.8998630Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:40:03.9094980Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 288, in raise_or_inc 2022-05-18T05:40:03.9151300Z raise ValueError("Expected error") 2022-05-18T05:40:03.9200780Z ValueError: Expected error 2022-05-18T05:40:03.9296860Z 2022-05-18T05:40:03.9354150Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:40:03.9403630Z ValueError('Expected error') 2022-05-18T05:40:03.9498690Z Traceback (most recent call last): 2022-05-18T05:40:03.9557590Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:40:03.9607540Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:40:03.9703610Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 288, in raise_or_inc 2022-05-18T05:40:03.9737110Z raise ValueError("Expected error") 2022-05-18T05:40:03.9805430Z ValueError: Expected error 2022-05-18T05:40:03.9862680Z 2022-05-18T05:40:04.1345620Z ok (3.359s) 2022-05-18T05:40:04.1419030Z 2022-05-18T05:40:04.1420120Z ---------------------------------------------------------------------- 2022-05-18T05:40:04.1420490Z Ran 1 test in 3.360s 2022-05-18T05:40:04.1420620Z 2022-05-18T05:40:04.1420690Z OK 2022-05-18T05:40:04.1420810Z 2022-05-18T05:40:04.1420910Z Generating XML reports... 2022-05-18T05:40:04.1421520Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054000.xml 2022-05-18T05:40:05.6155730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg94cbm19 2022-05-18T05:40:05.6160190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg94cbm19/_remote_module_non_scriptable.py 2022-05-18T05:40:06.0826200Z 2022-05-18T05:40:06.0827050Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:40:06.0827800Z Running tests... 2022-05-18T05:40:06.0828220Z ---------------------------------------------------------------------- 2022-05-18T05:40:06.5201860Z test_remote_with_exception (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11741 2022-05-18T05:40:06.5374000Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11742 2022-05-18T05:40:06.5533200Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11743 2022-05-18T05:40:06.5640240Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11744 2022-05-18T05:40:08.2325090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgj5dc8ss 2022-05-18T05:40:08.2342080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgj5dc8ss/_remote_module_non_scriptable.py 2022-05-18T05:40:08.2442960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx7llk1jl 2022-05-18T05:40:08.2544760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx7llk1jl/_remote_module_non_scriptable.py 2022-05-18T05:40:08.2617360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp053f48xg 2022-05-18T05:40:08.2679600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp053f48xg/_remote_module_non_scriptable.py 2022-05-18T05:40:08.3222110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr56s6icy 2022-05-18T05:40:08.3302020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr56s6icy/_remote_module_non_scriptable.py 2022-05-18T05:40:08.8335810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:40:08.8349820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:40:08.8513020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:40:08.8896910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:40:09.1596850Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:40:09.1597430Z ValueError('Expected error') 2022-05-18T05:40:09.1597680Z Traceback (most recent call last): 2022-05-18T05:40:09.1598250Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:40:09.1598660Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:40:09.1599250Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:40:09.1599600Z raise ValueError(expected_err) 2022-05-18T05:40:09.1599840Z ValueError: Expected error 2022-05-18T05:40:09.1599980Z 2022-05-18T05:40:09.1600080Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:40:09.1600490Z TypeError('no_result() takes 0 positional arguments but 1 was given') 2022-05-18T05:40:09.1600780Z Traceback (most recent call last): 2022-05-18T05:40:09.1601300Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:40:09.1601700Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:40:09.1602210Z TypeError: no_result() takes 0 positional arguments but 1 was given 2022-05-18T05:40:09.1602410Z 2022-05-18T05:40:09.1746000Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:40:09.1846810Z ValueError('Expected error') 2022-05-18T05:40:09.1947280Z Traceback (most recent call last): 2022-05-18T05:40:09.2048870Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:40:09.2148690Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:40:09.2250550Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:40:09.2350680Z raise ValueError(expected_err) 2022-05-18T05:40:09.2451230Z ValueError: Expected error 2022-05-18T05:40:09.2551950Z 2022-05-18T05:40:09.2652650Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:40:09.2744130Z TypeError('no_result() takes 0 positional arguments but 1 was given') 2022-05-18T05:40:09.2823930Z Traceback (most recent call last): 2022-05-18T05:40:09.2857390Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:40:09.2950030Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:40:09.3031240Z TypeError: no_result() takes 0 positional arguments but 1 was given 2022-05-18T05:40:09.3059650Z 2022-05-18T05:40:09.3152460Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:40:09.3234010Z ValueError('Expected error') 2022-05-18T05:40:09.3252930Z Traceback (most recent call last): 2022-05-18T05:40:09.3347130Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:40:09.3436360Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:40:09.3455480Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:40:09.3549980Z raise ValueError(expected_err) 2022-05-18T05:40:09.3638740Z ValueError: Expected error 2022-05-18T05:40:09.3656940Z 2022-05-18T05:40:09.3751820Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:40:09.3841630Z TypeError('no_result() takes 0 positional arguments but 1 was given') 2022-05-18T05:40:09.3859810Z Traceback (most recent call last): 2022-05-18T05:40:09.3955620Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:40:09.4045330Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:40:09.4144590Z TypeError: no_result() takes 0 positional arguments but 1 was given 2022-05-18T05:40:09.4147870Z 2022-05-18T05:40:09.4161050Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:40:09.4253670Z ValueError('Expected error') 2022-05-18T05:40:09.4275560Z Traceback (most recent call last): 2022-05-18T05:40:09.4276550Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:40:09.4277340Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:40:09.4278040Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:40:09.4278440Z raise ValueError(expected_err) 2022-05-18T05:40:09.4278770Z ValueError: Expected error 2022-05-18T05:40:09.4278910Z 2022-05-18T05:40:09.4279030Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:40:09.4279590Z TypeError('no_result() takes 0 positional arguments but 1 was given') 2022-05-18T05:40:09.4279890Z Traceback (most recent call last): 2022-05-18T05:40:09.4280480Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:40:09.4280980Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:40:09.4281300Z TypeError: no_result() takes 0 positional arguments but 1 was given 2022-05-18T05:40:09.4281490Z 2022-05-18T05:40:09.6503970Z ok (3.567s) 2022-05-18T05:40:09.6578240Z 2022-05-18T05:40:09.6598090Z ---------------------------------------------------------------------- 2022-05-18T05:40:09.6598540Z Ran 1 test in 3.568s 2022-05-18T05:40:09.6598710Z 2022-05-18T05:40:09.6598780Z OK 2022-05-18T05:40:09.6599030Z 2022-05-18T05:40:09.6599140Z Generating XML reports... 2022-05-18T05:40:09.6599820Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054006.xml 2022-05-18T05:40:11.0653970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp38_44tcv 2022-05-18T05:40:11.0654590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp38_44tcv/_remote_module_non_scriptable.py 2022-05-18T05:40:11.5223800Z 2022-05-18T05:40:11.5224870Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:40:11.5225440Z Running tests... 2022-05-18T05:40:11.5225870Z ---------------------------------------------------------------------- 2022-05-18T05:40:11.9541650Z test_return_future (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11753 2022-05-18T05:40:11.9631890Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11754 2022-05-18T05:40:11.9795490Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11755 2022-05-18T05:40:11.9900080Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11756 2022-05-18T05:40:13.5976490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppq_4rau3 2022-05-18T05:40:13.5984530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppq_4rau3/_remote_module_non_scriptable.py 2022-05-18T05:40:13.6028190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcd6zjr6h 2022-05-18T05:40:13.6110100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcd6zjr6h/_remote_module_non_scriptable.py 2022-05-18T05:40:13.6211600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgyx0p5fj 2022-05-18T05:40:13.6312780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgyx0p5fj/_remote_module_non_scriptable.py 2022-05-18T05:40:13.6488140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0mb4hnkf 2022-05-18T05:40:13.6488930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0mb4hnkf/_remote_module_non_scriptable.py 2022-05-18T05:40:14.1828480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:40:14.1833550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:40:14.1941270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:40:14.2164110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:40:14.9360420Z ok (3.413s) 2022-05-18T05:40:14.9434080Z 2022-05-18T05:40:14.9435250Z ---------------------------------------------------------------------- 2022-05-18T05:40:14.9435560Z Ran 1 test in 3.414s 2022-05-18T05:40:14.9435700Z 2022-05-18T05:40:14.9435760Z OK 2022-05-18T05:40:14.9435870Z 2022-05-18T05:40:14.9435970Z Generating XML reports... 2022-05-18T05:40:14.9436580Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054011.xml 2022-05-18T05:40:16.3551170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpelwk988q 2022-05-18T05:40:16.3554710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpelwk988q/_remote_module_non_scriptable.py 2022-05-18T05:40:16.7997780Z 2022-05-18T05:40:16.7998070Z Running tests... 2022-05-18T05:40:16.7998720Z ---------------------------------------------------------------------- 2022-05-18T05:40:16.7999290Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:40:17.2256900Z test_return_future_async (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11764 2022-05-18T05:40:17.2403170Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11765 2022-05-18T05:40:17.2548540Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11766 2022-05-18T05:40:17.2602340Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11767 2022-05-18T05:40:18.9564760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7j_y6v0y 2022-05-18T05:40:18.9587640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7j_y6v0y/_remote_module_non_scriptable.py 2022-05-18T05:40:18.9678810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy4z2qla6 2022-05-18T05:40:18.9692330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy4z2qla6/_remote_module_non_scriptable.py 2022-05-18T05:40:18.9782500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk9mhnv_6 2022-05-18T05:40:18.9783190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk9mhnv_6/_remote_module_non_scriptable.py 2022-05-18T05:40:18.9884450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnsjrc7nq 2022-05-18T05:40:18.9984390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnsjrc7nq/_remote_module_non_scriptable.py 2022-05-18T05:40:19.5557030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:40:19.5574140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:40:19.5763000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:40:19.5778560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:40:20.2589640Z ok (3.459s) 2022-05-18T05:40:20.2675100Z 2022-05-18T05:40:20.2675850Z ---------------------------------------------------------------------- 2022-05-18T05:40:20.2676180Z Ran 1 test in 3.460s 2022-05-18T05:40:20.2676330Z 2022-05-18T05:40:20.2676430Z OK 2022-05-18T05:40:20.2676530Z 2022-05-18T05:40:20.2676630Z Generating XML reports... 2022-05-18T05:40:20.2677380Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054016.xml 2022-05-18T05:40:21.6930640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxda61cm1 2022-05-18T05:40:21.6934580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxda61cm1/_remote_module_non_scriptable.py 2022-05-18T05:40:22.1428230Z 2022-05-18T05:40:22.1429100Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:40:22.1429500Z Running tests... 2022-05-18T05:40:22.1429890Z ---------------------------------------------------------------------- 2022-05-18T05:40:22.5678900Z test_return_future_remote (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11776 2022-05-18T05:40:22.5781750Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11777 2022-05-18T05:40:22.5919660Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11778 2022-05-18T05:40:22.6064010Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11779 2022-05-18T05:40:24.1762000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp42z31np7 2022-05-18T05:40:24.1770140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp42z31np7/_remote_module_non_scriptable.py 2022-05-18T05:40:24.2173150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8a04_jo5 2022-05-18T05:40:24.2181580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8a04_jo5/_remote_module_non_scriptable.py 2022-05-18T05:40:24.2269830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk9p0cnkx 2022-05-18T05:40:24.2284730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk9p0cnkx/_remote_module_non_scriptable.py 2022-05-18T05:40:24.2382910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5l76xg7s 2022-05-18T05:40:24.2390820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5l76xg7s/_remote_module_non_scriptable.py 2022-05-18T05:40:24.7821020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:40:24.7968280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:40:24.8005300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:40:24.8145030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:40:25.4048900Z ok (3.262s) 2022-05-18T05:40:25.4120110Z 2022-05-18T05:40:25.4120930Z ---------------------------------------------------------------------- 2022-05-18T05:40:25.4121610Z Ran 1 test in 3.262s 2022-05-18T05:40:25.4121800Z 2022-05-18T05:40:25.4121870Z OK 2022-05-18T05:40:25.4121970Z 2022-05-18T05:40:25.4122080Z Generating XML reports... 2022-05-18T05:40:25.4122710Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054022.xml 2022-05-18T05:40:26.7884660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz_04jf9y 2022-05-18T05:40:26.7887840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz_04jf9y/_remote_module_non_scriptable.py 2022-05-18T05:40:27.2341730Z 2022-05-18T05:40:27.2342510Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:40:27.2343360Z Running tests... 2022-05-18T05:40:27.2343780Z ---------------------------------------------------------------------- 2022-05-18T05:40:27.6455950Z test_return_local_rrefs (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11787 2022-05-18T05:40:27.6548320Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11788 2022-05-18T05:40:27.6712160Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11789 2022-05-18T05:40:27.6815710Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11790 2022-05-18T05:40:29.2660550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp47j2kt7c 2022-05-18T05:40:29.2730440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp47j2kt7c/_remote_module_non_scriptable.py 2022-05-18T05:40:29.3040340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppe5rhfgp 2022-05-18T05:40:29.3041050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppe5rhfgp/_remote_module_non_scriptable.py 2022-05-18T05:40:29.3270900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4g_yy7cw 2022-05-18T05:40:29.3346840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4g_yy7cw/_remote_module_non_scriptable.py 2022-05-18T05:40:29.3978020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8ms9gkbk 2022-05-18T05:40:29.4006760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8ms9gkbk/_remote_module_non_scriptable.py 2022-05-18T05:40:29.8706110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:40:29.8751190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:40:29.9064880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:40:29.9492500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:40:30.5093960Z ok (3.275s) 2022-05-18T05:40:30.5167730Z 2022-05-18T05:40:30.5169710Z ---------------------------------------------------------------------- 2022-05-18T05:40:30.5170090Z Ran 1 test in 3.275s 2022-05-18T05:40:30.5170220Z 2022-05-18T05:40:30.5170290Z OK 2022-05-18T05:40:30.5170400Z 2022-05-18T05:40:30.5170500Z Generating XML reports... 2022-05-18T05:40:30.5171090Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054027.xml 2022-05-18T05:40:31.8779560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6qsuy8jd 2022-05-18T05:40:31.8783200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6qsuy8jd/_remote_module_non_scriptable.py 2022-05-18T05:40:32.2965720Z 2022-05-18T05:40:32.2966520Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:40:32.2966890Z Running tests... 2022-05-18T05:40:32.2967280Z ---------------------------------------------------------------------- 2022-05-18T05:40:32.6969660Z test_rpc_barrier_all (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11799 2022-05-18T05:40:32.7036050Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11800 2022-05-18T05:40:32.7155480Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11801 2022-05-18T05:40:32.7289570Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11802 2022-05-18T05:40:34.2629840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp96z79d1y 2022-05-18T05:40:34.2731290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp96z79d1y/_remote_module_non_scriptable.py 2022-05-18T05:40:34.2832840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptluju7tj 2022-05-18T05:40:34.2856820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptluju7tj/_remote_module_non_scriptable.py 2022-05-18T05:40:34.2971550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjaovtip9 2022-05-18T05:40:34.2973210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjaovtip9/_remote_module_non_scriptable.py 2022-05-18T05:40:34.3024430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5iwxlwg8 2022-05-18T05:40:34.3037900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5iwxlwg8/_remote_module_non_scriptable.py 2022-05-18T05:40:34.8394700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:40:34.8409590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:40:34.8609740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:40:34.8626740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:40:35.5092350Z ok (3.212s) 2022-05-18T05:40:35.5169650Z 2022-05-18T05:40:35.5170950Z ---------------------------------------------------------------------- 2022-05-18T05:40:35.5171310Z Ran 1 test in 3.213s 2022-05-18T05:40:35.5171430Z 2022-05-18T05:40:35.5171500Z OK 2022-05-18T05:40:35.5171610Z 2022-05-18T05:40:35.5171730Z Generating XML reports... 2022-05-18T05:40:35.5172500Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054032.xml 2022-05-18T05:40:36.9024640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8788i8v5 2022-05-18T05:40:36.9027470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8788i8v5/_remote_module_non_scriptable.py 2022-05-18T05:40:37.3357110Z 2022-05-18T05:40:37.3357880Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:40:37.3358250Z Running tests... 2022-05-18T05:40:37.3358640Z ---------------------------------------------------------------------- 2022-05-18T05:40:37.7371530Z test_rpc_barrier_multithreaded (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11810 2022-05-18T05:40:37.7442240Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11811 2022-05-18T05:40:37.7591600Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11812 2022-05-18T05:40:37.7706200Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11813 2022-05-18T05:40:39.4065650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpccf7mii4 2022-05-18T05:40:39.4166630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi49b3qa4 2022-05-18T05:40:39.4215510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpccf7mii4/_remote_module_non_scriptable.py 2022-05-18T05:40:39.4285970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi49b3qa4/_remote_module_non_scriptable.py 2022-05-18T05:40:39.4371350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaussjne_ 2022-05-18T05:40:39.4425230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaussjne_/_remote_module_non_scriptable.py 2022-05-18T05:40:39.4490070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9bdpk53z 2022-05-18T05:40:39.4573090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9bdpk53z/_remote_module_non_scriptable.py 2022-05-18T05:40:39.9917630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:40:39.9925720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:40:40.0026090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:40:40.0134170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:40:40.6793800Z ok (3.343s) 2022-05-18T05:40:40.6868960Z 2022-05-18T05:40:40.6870000Z ---------------------------------------------------------------------- 2022-05-18T05:40:40.6870360Z Ran 1 test in 3.344s 2022-05-18T05:40:40.6870690Z 2022-05-18T05:40:40.6871200Z OK 2022-05-18T05:40:40.6871340Z 2022-05-18T05:40:40.6871650Z Generating XML reports... 2022-05-18T05:40:40.6872310Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054037.xml 2022-05-18T05:40:42.0629800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpas4xnmk8 2022-05-18T05:40:42.0632940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpas4xnmk8/_remote_module_non_scriptable.py 2022-05-18T05:40:42.4930620Z 2022-05-18T05:40:42.4931490Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:40:42.4932010Z Running tests... 2022-05-18T05:40:42.4932820Z ---------------------------------------------------------------------- 2022-05-18T05:40:42.9061090Z test_rpc_barrier_partial_subset (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11822 2022-05-18T05:40:42.9211470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11823 2022-05-18T05:40:42.9323080Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11824 2022-05-18T05:40:42.9425900Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11825 2022-05-18T05:40:44.4745560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg8j3xyet 2022-05-18T05:40:44.4789220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg8j3xyet/_remote_module_non_scriptable.py 2022-05-18T05:40:44.5118060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3q0psvh_ 2022-05-18T05:40:44.5186500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3q0psvh_/_remote_module_non_scriptable.py 2022-05-18T05:40:44.5423660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1rpzgef2 2022-05-18T05:40:44.5474640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1rpzgef2/_remote_module_non_scriptable.py 2022-05-18T05:40:44.5527660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyx6zmsbp 2022-05-18T05:40:44.5586000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyx6zmsbp/_remote_module_non_scriptable.py 2022-05-18T05:40:45.0565940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:40:45.0870750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:40:45.1001320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:40:45.1108970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:40:45.7292320Z ok (3.236s) 2022-05-18T05:40:45.7371000Z 2022-05-18T05:40:45.7371900Z ---------------------------------------------------------------------- 2022-05-18T05:40:45.7372380Z Ran 1 test in 3.237s 2022-05-18T05:40:45.7372520Z 2022-05-18T05:40:45.7372580Z OK 2022-05-18T05:40:45.7372690Z 2022-05-18T05:40:45.7372790Z Generating XML reports... 2022-05-18T05:40:45.7373410Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054042.xml 2022-05-18T05:40:47.1423410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi1y2xtec 2022-05-18T05:40:47.1427320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi1y2xtec/_remote_module_non_scriptable.py 2022-05-18T05:40:47.5790840Z 2022-05-18T05:40:47.5791580Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:40:47.5791960Z Running tests... 2022-05-18T05:40:47.5792350Z ---------------------------------------------------------------------- 2022-05-18T05:40:47.9918890Z test_rpc_barrier_subset (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11833 2022-05-18T05:40:47.9993510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11834 2022-05-18T05:40:48.0314970Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11835 2022-05-18T05:40:48.0492390Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11837 2022-05-18T05:40:49.6779580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg1ggsg13 2022-05-18T05:40:49.6797330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg1ggsg13/_remote_module_non_scriptable.py 2022-05-18T05:40:49.6855840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi5a27k00 2022-05-18T05:40:49.6956020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi5a27k00/_remote_module_non_scriptable.py 2022-05-18T05:40:49.7058360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxvhj7fog 2022-05-18T05:40:49.7160760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxvhj7fog/_remote_module_non_scriptable.py 2022-05-18T05:40:49.7161490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuogllgtf 2022-05-18T05:40:49.7194270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuogllgtf/_remote_module_non_scriptable.py 2022-05-18T05:40:50.2704370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:40:50.2753330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:40:50.2762460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:40:50.2860280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:40:50.8362930Z ok (3.257s) 2022-05-18T05:40:50.8434270Z 2022-05-18T05:40:50.8434900Z ---------------------------------------------------------------------- 2022-05-18T05:40:50.8435220Z Ran 1 test in 3.258s 2022-05-18T05:40:50.8435350Z 2022-05-18T05:40:50.8435420Z OK 2022-05-18T05:40:50.8435510Z 2022-05-18T05:40:50.8435610Z Generating XML reports... 2022-05-18T05:40:50.8436200Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054047.xml 2022-05-18T05:40:52.2256770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgq6dzzyz 2022-05-18T05:40:52.2259510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgq6dzzyz/_remote_module_non_scriptable.py 2022-05-18T05:40:52.6612760Z 2022-05-18T05:40:52.6613560Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:40:52.6613940Z Running tests... 2022-05-18T05:40:52.6614350Z ---------------------------------------------------------------------- 2022-05-18T05:40:53.0798230Z test_rpc_profiling_async_function (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11845 2022-05-18T05:40:53.0950830Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11846 2022-05-18T05:40:53.1065020Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11847 2022-05-18T05:40:53.1096230Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11848 2022-05-18T05:40:54.6743480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpokrabvkr 2022-05-18T05:40:54.6845050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpokrabvkr/_remote_module_non_scriptable.py 2022-05-18T05:40:54.6896270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt0gakw6s 2022-05-18T05:40:54.6948570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt0gakw6s/_remote_module_non_scriptable.py 2022-05-18T05:40:54.7374010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprvh6iztd 2022-05-18T05:40:54.7452760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprvh6iztd/_remote_module_non_scriptable.py 2022-05-18T05:40:54.7779350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdnwr_tz3 2022-05-18T05:40:54.7857790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdnwr_tz3/_remote_module_non_scriptable.py 2022-05-18T05:40:55.2434930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:40:55.2900300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:40:55.3187890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:40:55.3348170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:40:55.5410390Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:40:55.5415150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:40:55.5416580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:40:55.5419650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:40:55.5421720Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:40:55.5423220Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:40:55.5524630Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:40:55.6296320Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:40:57.3841010Z ok (4.722s) 2022-05-18T05:40:57.3910500Z 2022-05-18T05:40:57.3911350Z ---------------------------------------------------------------------- 2022-05-18T05:40:57.3911690Z Ran 1 test in 4.723s 2022-05-18T05:40:57.3911820Z 2022-05-18T05:40:57.3911890Z OK 2022-05-18T05:40:57.3912080Z 2022-05-18T05:40:57.3912190Z Generating XML reports... 2022-05-18T05:40:57.3912800Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054052.xml 2022-05-18T05:40:58.7801330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvxdenp14 2022-05-18T05:40:58.7804410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvxdenp14/_remote_module_non_scriptable.py 2022-05-18T05:40:59.2168890Z 2022-05-18T05:40:59.2169220Z Running tests... 2022-05-18T05:40:59.2170040Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:40:59.6304470Z ---------------------------------------------------------------------- 2022-05-18T05:40:59.6305030Z test_rpc_profiling_async_function_single_threaded (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11857 2022-05-18T05:40:59.6361570Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11858 2022-05-18T05:40:59.6497400Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11859 2022-05-18T05:40:59.6623180Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11860 2022-05-18T05:41:01.2392950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnonjgkhm 2022-05-18T05:41:01.2393850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnonjgkhm/_remote_module_non_scriptable.py 2022-05-18T05:41:01.2494890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8jls639p 2022-05-18T05:41:01.2528650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8jls639p/_remote_module_non_scriptable.py 2022-05-18T05:41:01.2705050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmddrhzph 2022-05-18T05:41:01.2735010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmddrhzph/_remote_module_non_scriptable.py 2022-05-18T05:41:01.2810120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpum30klnt 2022-05-18T05:41:01.2876390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpum30klnt/_remote_module_non_scriptable.py 2022-05-18T05:41:01.8103640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:41:01.8271480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:41:01.8351900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:41:01.8409520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:41:02.0969290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:41:02.1078240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:41:02.1080730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:41:02.1088880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:41:02.1092170Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:41:02.1295370Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:41:02.1860730Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:41:02.1862220Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:41:03.7488390Z ok (4.532s) 2022-05-18T05:41:03.7569190Z 2022-05-18T05:41:03.7570130Z ---------------------------------------------------------------------- 2022-05-18T05:41:03.7570460Z Ran 1 test in 4.532s 2022-05-18T05:41:03.7570620Z 2022-05-18T05:41:03.7570690Z OK 2022-05-18T05:41:03.7570790Z 2022-05-18T05:41:03.7571360Z Generating XML reports... 2022-05-18T05:41:03.7571990Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054059.xml 2022-05-18T05:41:05.2112180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa2fqc2eb 2022-05-18T05:41:05.2115780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa2fqc2eb/_remote_module_non_scriptable.py 2022-05-18T05:41:05.6717080Z 2022-05-18T05:41:05.6717910Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:41:05.6718290Z Running tests... 2022-05-18T05:41:05.6718690Z ---------------------------------------------------------------------- 2022-05-18T05:41:06.1104240Z test_rpc_profiling_remote_record_function (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11868 2022-05-18T05:41:06.1765580Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11869 2022-05-18T05:41:06.1967320Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11870 2022-05-18T05:41:06.2068810Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11871 2022-05-18T05:41:07.7891050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp34qfs8tz 2022-05-18T05:41:07.7932740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp34qfs8tz/_remote_module_non_scriptable.py 2022-05-18T05:41:07.8474130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmycrftnt 2022-05-18T05:41:07.8576020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiigvvfvz 2022-05-18T05:41:07.8677560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmycrftnt/_remote_module_non_scriptable.py 2022-05-18T05:41:07.8755950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv0aos_vk 2022-05-18T05:41:07.8800820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiigvvfvz/_remote_module_non_scriptable.py 2022-05-18T05:41:07.8881230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv0aos_vk/_remote_module_non_scriptable.py 2022-05-18T05:41:08.4848750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:41:08.5013740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:41:08.5117070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:41:08.5141500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:41:09.2591000Z ok (3.587s) 2022-05-18T05:41:09.2666040Z 2022-05-18T05:41:09.2666690Z ---------------------------------------------------------------------- 2022-05-18T05:41:09.2667040Z Ran 1 test in 3.588s 2022-05-18T05:41:09.2667170Z 2022-05-18T05:41:09.2667240Z OK 2022-05-18T05:41:09.2667340Z 2022-05-18T05:41:09.2667440Z Generating XML reports... 2022-05-18T05:41:09.2668030Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054105.xml 2022-05-18T05:41:10.7324640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj3y0h5ht 2022-05-18T05:41:10.7329880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj3y0h5ht/_remote_module_non_scriptable.py 2022-05-18T05:41:11.1801940Z 2022-05-18T05:41:11.1802680Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:41:11.1803060Z Running tests... 2022-05-18T05:41:11.1803460Z ---------------------------------------------------------------------- 2022-05-18T05:41:11.6029130Z test_rpc_return_rref (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11880 2022-05-18T05:41:11.6106860Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11881 2022-05-18T05:41:11.6286970Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11882 2022-05-18T05:41:11.6365470Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11883 2022-05-18T05:41:13.2295940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn8eb75w_ 2022-05-18T05:41:13.2397510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn8eb75w_/_remote_module_non_scriptable.py 2022-05-18T05:41:13.2398110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa80hsnvq 2022-05-18T05:41:13.2398730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa80hsnvq/_remote_module_non_scriptable.py 2022-05-18T05:41:13.2632910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc5goh135 2022-05-18T05:41:13.2715040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc5goh135/_remote_module_non_scriptable.py 2022-05-18T05:41:13.2838060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeqmxrqnn 2022-05-18T05:41:13.2910390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeqmxrqnn/_remote_module_non_scriptable.py 2022-05-18T05:41:13.8028850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:41:13.8122710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:41:13.8351230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:41:13.8372610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:41:14.7406550Z ok (3.560s) 2022-05-18T05:41:14.7477380Z 2022-05-18T05:41:14.7478340Z ---------------------------------------------------------------------- 2022-05-18T05:41:14.7478660Z Ran 1 test in 3.561s 2022-05-18T05:41:14.7478810Z 2022-05-18T05:41:14.7478980Z OK 2022-05-18T05:41:14.7479090Z 2022-05-18T05:41:14.7479190Z Generating XML reports... 2022-05-18T05:41:14.7479800Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054111.xml 2022-05-18T05:41:16.1356290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl39k_kkx 2022-05-18T05:41:16.1359500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl39k_kkx/_remote_module_non_scriptable.py 2022-05-18T05:41:16.5813130Z 2022-05-18T05:41:16.5813930Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:41:16.5814300Z Running tests... 2022-05-18T05:41:16.5814730Z ---------------------------------------------------------------------- 2022-05-18T05:41:17.0083260Z test_rpc_timeouts (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11891 2022-05-18T05:41:17.0252330Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11892 2022-05-18T05:41:17.0356760Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11893 2022-05-18T05:41:17.0481570Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11894 2022-05-18T05:41:18.6183200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp77f2fqmu 2022-05-18T05:41:18.6183880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp77f2fqmu/_remote_module_non_scriptable.py 2022-05-18T05:41:18.6618920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvljzucj_ 2022-05-18T05:41:18.6663640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvljzucj_/_remote_module_non_scriptable.py 2022-05-18T05:41:18.7212700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpal5ktdhe 2022-05-18T05:41:18.7310170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpal5ktdhe/_remote_module_non_scriptable.py 2022-05-18T05:41:18.7711900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4roz5t4w 2022-05-18T05:41:18.7714750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4roz5t4w/_remote_module_non_scriptable.py 2022-05-18T05:41:19.2077820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:41:19.2408610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:41:19.2836300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:41:19.3264670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:41:26.8842880Z ok (10.303s) 2022-05-18T05:41:26.8923170Z 2022-05-18T05:41:26.8924050Z ---------------------------------------------------------------------- 2022-05-18T05:41:26.8924410Z Ran 1 test in 10.303s 2022-05-18T05:41:26.8924550Z 2022-05-18T05:41:26.8924620Z OK 2022-05-18T05:41:26.8924720Z 2022-05-18T05:41:26.8924910Z Generating XML reports... 2022-05-18T05:41:26.8925520Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054116.xml 2022-05-18T05:41:28.3453660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphvtxym5p 2022-05-18T05:41:28.3456520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphvtxym5p/_remote_module_non_scriptable.py 2022-05-18T05:41:28.8151840Z 2022-05-18T05:41:28.8153170Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:41:28.8153570Z Running tests... 2022-05-18T05:41:28.8153980Z ---------------------------------------------------------------------- 2022-05-18T05:41:29.2485270Z test_rref_context_debug_info (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11904 2022-05-18T05:41:29.2643040Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11905 2022-05-18T05:41:29.2692480Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11906 2022-05-18T05:41:29.2838260Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11907 2022-05-18T05:41:30.8507490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpawo7obo4 2022-05-18T05:41:30.8566440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpawo7obo4/_remote_module_non_scriptable.py 2022-05-18T05:41:30.8760330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3d5u2f5d 2022-05-18T05:41:30.8824800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3d5u2f5d/_remote_module_non_scriptable.py 2022-05-18T05:41:30.9629220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp21qvs23e 2022-05-18T05:41:30.9717130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp21qvs23e/_remote_module_non_scriptable.py 2022-05-18T05:41:31.0350880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfm5x0cw5 2022-05-18T05:41:31.0393950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfm5x0cw5/_remote_module_non_scriptable.py 2022-05-18T05:41:31.4822780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:41:31.4907020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:41:31.5439220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:41:31.5974230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:41:31.8964020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:41:31.8967320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:41:31.8969860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:41:31.8978910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:41:31.8981510Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:41:31.9421750Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:41:31.9423650Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:41:31.9425180Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:41:32.8850420Z ok (4.069s) 2022-05-18T05:41:32.8929370Z 2022-05-18T05:41:32.8930100Z ---------------------------------------------------------------------- 2022-05-18T05:41:32.8930440Z Ran 1 test in 4.070s 2022-05-18T05:41:32.8930580Z 2022-05-18T05:41:32.8930650Z OK 2022-05-18T05:41:32.8930750Z 2022-05-18T05:41:32.8930850Z Generating XML reports... 2022-05-18T05:41:32.8931450Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054128.xml 2022-05-18T05:41:34.3513060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3255w56d 2022-05-18T05:41:34.3516270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3255w56d/_remote_module_non_scriptable.py 2022-05-18T05:41:34.8152400Z 2022-05-18T05:41:34.8153210Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:41:34.8153590Z Running tests... 2022-05-18T05:41:34.8153980Z ---------------------------------------------------------------------- 2022-05-18T05:41:35.2606250Z test_rref_forward_chain (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11915 2022-05-18T05:41:35.2719430Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11916 2022-05-18T05:41:35.2835720Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11917 2022-05-18T05:41:35.2836810Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11918 2022-05-18T05:41:36.9555620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpypqapncf 2022-05-18T05:41:36.9575610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpypqapncf/_remote_module_non_scriptable.py 2022-05-18T05:41:36.9593980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphjqlvgnf 2022-05-18T05:41:36.9679700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphjqlvgnf/_remote_module_non_scriptable.py 2022-05-18T05:41:36.9692600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjebc2gyz 2022-05-18T05:41:36.9761380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjebc2gyz/_remote_module_non_scriptable.py 2022-05-18T05:41:36.9954500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwg7ej7m9 2022-05-18T05:41:37.0056200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwg7ej7m9/_remote_module_non_scriptable.py 2022-05-18T05:41:37.5679680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:41:37.5782710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:41:37.5826400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:41:37.5913180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:41:38.2592960Z ok (3.443s) 2022-05-18T05:41:38.2674450Z 2022-05-18T05:41:38.2675290Z ---------------------------------------------------------------------- 2022-05-18T05:41:38.2675630Z Ran 1 test in 3.444s 2022-05-18T05:41:38.2675760Z 2022-05-18T05:41:38.2675820Z OK 2022-05-18T05:41:38.2675930Z 2022-05-18T05:41:38.2676030Z Generating XML reports... 2022-05-18T05:41:38.2676620Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054134.xml 2022-05-18T05:41:39.7411340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphatf2mpl 2022-05-18T05:41:39.7414540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphatf2mpl/_remote_module_non_scriptable.py 2022-05-18T05:41:40.2105400Z 2022-05-18T05:41:40.2106220Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:41:40.2106580Z Running tests... 2022-05-18T05:41:40.2107830Z ---------------------------------------------------------------------- 2022-05-18T05:41:40.6508960Z test_rref_get_future (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11927 2022-05-18T05:41:40.6581900Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11928 2022-05-18T05:41:40.6741690Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11929 2022-05-18T05:41:40.6846650Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11930 2022-05-18T05:41:42.4989980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplmb0b9vm 2022-05-18T05:41:42.5032440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplmb0b9vm/_remote_module_non_scriptable.py 2022-05-18T05:41:42.5082370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu1npk03i 2022-05-18T05:41:42.5149640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu1npk03i/_remote_module_non_scriptable.py 2022-05-18T05:41:42.5304280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw48c6ewx 2022-05-18T05:41:42.5308810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw48c6ewx/_remote_module_non_scriptable.py 2022-05-18T05:41:42.5562440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv7j7j3qg 2022-05-18T05:41:42.5643080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv7j7j3qg/_remote_module_non_scriptable.py 2022-05-18T05:41:43.1139680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:41:43.1314960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:41:43.1370260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:41:43.1633310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:41:43.9709870Z ok (3.760s) 2022-05-18T05:41:43.9783790Z 2022-05-18T05:41:43.9784520Z ---------------------------------------------------------------------- 2022-05-18T05:41:43.9784840Z Ran 1 test in 3.761s 2022-05-18T05:41:43.9784970Z 2022-05-18T05:41:43.9785040Z OK 2022-05-18T05:41:43.9785140Z 2022-05-18T05:41:43.9785750Z Generating XML reports... 2022-05-18T05:41:43.9786420Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054140.xml 2022-05-18T05:41:45.3764820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_nowmfxs 2022-05-18T05:41:45.3769110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_nowmfxs/_remote_module_non_scriptable.py 2022-05-18T05:41:45.8302840Z 2022-05-18T05:41:45.8303910Z Running tests... 2022-05-18T05:41:45.8304540Z ---------------------------------------------------------------------- 2022-05-18T05:41:45.8305090Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:41:46.2438040Z test_rref_leak (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11939 2022-05-18T05:41:46.2586420Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11940 2022-05-18T05:41:46.2694260Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11941 2022-05-18T05:41:46.2800390Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11942 2022-05-18T05:41:47.9112170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbavown4k 2022-05-18T05:41:47.9133680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbavown4k/_remote_module_non_scriptable.py 2022-05-18T05:41:47.9611810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpumnautgt 2022-05-18T05:41:47.9643010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpumnautgt/_remote_module_non_scriptable.py 2022-05-18T05:41:47.9945490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpigem4wd0 2022-05-18T05:41:47.9955840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpigem4wd0/_remote_module_non_scriptable.py 2022-05-18T05:41:48.0049190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj_erdhex 2022-05-18T05:41:48.0107060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj_erdhex/_remote_module_non_scriptable.py 2022-05-18T05:41:48.5189160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:41:48.5530880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:41:48.5730950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:41:48.5780720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:41:48.8473140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:41:48.8477010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:41:48.8495750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:41:48.8503190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:41:48.8506220Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:41:48.8798930Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:41:48.8923830Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:41:48.9049350Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:41:49.1308730Z [W rref_context.cpp:156] Detected RRef Leaks during shutdown. This usually occurs when the application code still holds references to RRef instances when calling shutdown(). If the program has completed correctly and the process is exiting, it is OK to ignore these leaks. However, if you program will keep running after this, these leaks could result in memory leaks on RRef owners. Please make sure all RRefs are out of scope and Python GC has deleted them before calling shutdown(): 2022-05-18T05:41:49.1310010Z Leaking RRef GloballyUniqueId(created_on=0, local_id=0) with fork Id GloballyUniqueId(created_on=0, local_id=1) 2022-05-18T05:41:49.1310640Z 2022-05-18T05:41:49.1311910Z [W rref_context.cpp:156] Detected RRef Leaks during shutdown. This usually occurs when the application code still holds references to RRef instances when calling shutdown(). If the program has completed correctly and the process is exiting, it is OK to ignore these leaks. However, if you program will keep running after this, these leaks could result in memory leaks on RRef owners. Please make sure all RRefs are out of scope and Python GC has deleted them before calling shutdown(): 2022-05-18T05:41:49.1313350Z Leaking RRef GloballyUniqueId(created_on=3, local_id=0) with fork Id GloballyUniqueId(created_on=3, local_id=1) 2022-05-18T05:41:49.1313890Z 2022-05-18T05:41:49.1441670Z [W rref_context.cpp:156] Detected RRef Leaks during shutdown. This usually occurs when the application code still holds references to RRef instances when calling shutdown(). If the program has completed correctly and the process is exiting, it is OK to ignore these leaks. However, if you program will keep running after this, these leaks could result in memory leaks on RRef owners. Please make sure all RRefs are out of scope and Python GC has deleted them before calling shutdown(): 2022-05-18T05:41:49.1541570Z Leaking RRef GloballyUniqueId(created_on=1, local_id=0) with fork Id GloballyUniqueId(created_on=1, local_id=1) 2022-05-18T05:41:49.1580990Z 2022-05-18T05:41:49.1782930Z [W rref_context.cpp:156] Detected RRef Leaks during shutdown. This usually occurs when the application code still holds references to RRef instances when calling shutdown(). If the program has completed correctly and the process is exiting, it is OK to ignore these leaks. However, if you program will keep running after this, these leaks could result in memory leaks on RRef owners. Please make sure all RRefs are out of scope and Python GC has deleted them before calling shutdown(): 2022-05-18T05:41:49.1884420Z Leaking RRef GloballyUniqueId(created_on=2, local_id=0) with fork Id GloballyUniqueId(created_on=2, local_id=1) 2022-05-18T05:41:49.1985810Z 2022-05-18T05:41:49.4976390Z ok (3.667s) 2022-05-18T05:41:49.5050990Z 2022-05-18T05:41:49.5051800Z ---------------------------------------------------------------------- 2022-05-18T05:41:49.5052140Z Ran 1 test in 3.668s 2022-05-18T05:41:49.5052270Z 2022-05-18T05:41:49.5052340Z OK 2022-05-18T05:41:49.5052440Z 2022-05-18T05:41:49.5052540Z Generating XML reports... 2022-05-18T05:41:49.5053130Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054145.xml 2022-05-18T05:41:50.9088040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa4a2o_rx 2022-05-18T05:41:50.9091490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa4a2o_rx/_remote_module_non_scriptable.py 2022-05-18T05:41:51.3539440Z 2022-05-18T05:41:51.3539770Z Running tests... 2022-05-18T05:41:51.3540420Z ---------------------------------------------------------------------- 2022-05-18T05:41:51.3541460Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:41:51.7834390Z test_rref_proxy_class (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11952 2022-05-18T05:41:51.7912480Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11953 2022-05-18T05:41:51.8064020Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11954 2022-05-18T05:41:51.8203880Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11955 2022-05-18T05:41:53.4736030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1zbq8i5m 2022-05-18T05:41:53.4755130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1zbq8i5m/_remote_module_non_scriptable.py 2022-05-18T05:41:53.4856870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuf2g_q8a 2022-05-18T05:41:53.4952950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuf2g_q8a/_remote_module_non_scriptable.py 2022-05-18T05:41:53.5111930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn8c769az 2022-05-18T05:41:53.5153800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn8c769az/_remote_module_non_scriptable.py 2022-05-18T05:41:53.5214170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzkl1_jal 2022-05-18T05:41:53.5265170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzkl1_jal/_remote_module_non_scriptable.py 2022-05-18T05:41:54.0752510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:41:54.0791760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:41:54.1043700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:41:54.1112970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:41:54.9912110Z ok (3.637s) 2022-05-18T05:41:54.9982600Z 2022-05-18T05:41:54.9983260Z ---------------------------------------------------------------------- 2022-05-18T05:41:54.9983570Z Ran 1 test in 3.638s 2022-05-18T05:41:54.9983700Z 2022-05-18T05:41:54.9983770Z OK 2022-05-18T05:41:54.9983880Z 2022-05-18T05:41:54.9983980Z Generating XML reports... 2022-05-18T05:41:54.9984570Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054151.xml 2022-05-18T05:41:56.4405110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4bhetfw8 2022-05-18T05:41:56.4408310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4bhetfw8/_remote_module_non_scriptable.py 2022-05-18T05:41:56.9057320Z 2022-05-18T05:41:56.9058060Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:41:56.9058460Z Running tests... 2022-05-18T05:41:56.9058870Z ---------------------------------------------------------------------- 2022-05-18T05:41:57.3413580Z test_rref_proxy_class_self (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11963 2022-05-18T05:41:57.3534160Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11964 2022-05-18T05:41:57.3726850Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11965 2022-05-18T05:41:57.3738120Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11966 2022-05-18T05:41:59.0485790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwil9wcre 2022-05-18T05:41:59.0556150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwil9wcre/_remote_module_non_scriptable.py 2022-05-18T05:41:59.0681460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd5ydlyo1 2022-05-18T05:41:59.0721030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeluz65pm 2022-05-18T05:41:59.0822300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeluz65pm/_remote_module_non_scriptable.py 2022-05-18T05:41:59.0826640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd5ydlyo1/_remote_module_non_scriptable.py 2022-05-18T05:41:59.1028450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6k0p7752 2022-05-18T05:41:59.1069550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6k0p7752/_remote_module_non_scriptable.py 2022-05-18T05:41:59.6457390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:41:59.6638410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:41:59.6700660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:41:59.6749100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:42:00.3551470Z ok (3.449s) 2022-05-18T05:42:00.3624520Z 2022-05-18T05:42:00.3625230Z ---------------------------------------------------------------------- 2022-05-18T05:42:00.3625530Z Ran 1 test in 3.450s 2022-05-18T05:42:00.3625660Z 2022-05-18T05:42:00.3625760Z OK 2022-05-18T05:42:00.3625870Z 2022-05-18T05:42:00.3625970Z Generating XML reports... 2022-05-18T05:42:00.3626560Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054156.xml 2022-05-18T05:42:01.7863180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3tt65ynd 2022-05-18T05:42:01.7866840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3tt65ynd/_remote_module_non_scriptable.py 2022-05-18T05:42:02.2392350Z 2022-05-18T05:42:02.2393160Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:42:02.2393850Z Running tests... 2022-05-18T05:42:02.2394300Z ---------------------------------------------------------------------- 2022-05-18T05:42:02.6743580Z test_rref_proxy_non_exist (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11975 2022-05-18T05:42:02.6918220Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11976 2022-05-18T05:42:02.7049070Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11977 2022-05-18T05:42:02.7151570Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11978 2022-05-18T05:42:04.2972440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpszucg41c 2022-05-18T05:42:04.3053460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpszucg41c/_remote_module_non_scriptable.py 2022-05-18T05:42:04.3233040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcxfudjf5 2022-05-18T05:42:04.3259460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcxfudjf5/_remote_module_non_scriptable.py 2022-05-18T05:42:04.3276050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp83ljpmhe 2022-05-18T05:42:04.3377000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp83ljpmhe/_remote_module_non_scriptable.py 2022-05-18T05:42:04.3477760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpitosid45 2022-05-18T05:42:04.3570030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpitosid45/_remote_module_non_scriptable.py 2022-05-18T05:42:04.9078140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:42:04.9134730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:42:04.9309600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:42:04.9310750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:42:05.6340560Z ok (3.395s) 2022-05-18T05:42:05.6828190Z 2022-05-18T05:42:05.6829070Z ---------------------------------------------------------------------- 2022-05-18T05:42:05.6829450Z Ran 1 test in 3.395s 2022-05-18T05:42:05.6829580Z 2022-05-18T05:42:05.6829650Z OK 2022-05-18T05:42:05.6829750Z 2022-05-18T05:42:05.6829860Z Generating XML reports... 2022-05-18T05:42:05.6830450Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054202.xml 2022-05-18T05:42:07.1071900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvmr0cbiu 2022-05-18T05:42:07.1075330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvmr0cbiu/_remote_module_non_scriptable.py 2022-05-18T05:42:07.5649080Z 2022-05-18T05:42:07.5649870Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:42:07.5650230Z Running tests... 2022-05-18T05:42:07.5650620Z ---------------------------------------------------------------------- 2022-05-18T05:42:07.9958610Z test_rref_proxy_reuse (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11986 2022-05-18T05:42:08.0100160Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11987 2022-05-18T05:42:08.0253910Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11988 2022-05-18T05:42:08.0356160Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 11989 2022-05-18T05:42:09.7362380Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa9y98w3p 2022-05-18T05:42:09.7380090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa9y98w3p/_remote_module_non_scriptable.py 2022-05-18T05:42:09.7416530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0f0265ok 2022-05-18T05:42:09.7486470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcaazhto0 2022-05-18T05:42:09.7563900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcaazhto0/_remote_module_non_scriptable.py 2022-05-18T05:42:09.7623620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjgxm32vq 2022-05-18T05:42:09.7691110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjgxm32vq/_remote_module_non_scriptable.py 2022-05-18T05:42:09.7767340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0f0265ok/_remote_module_non_scriptable.py 2022-05-18T05:42:10.3360390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:42:10.3364820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:42:10.3434080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:42:10.3438230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:42:10.9626920Z ok (3.397s) 2022-05-18T05:42:10.9703090Z 2022-05-18T05:42:10.9703890Z ---------------------------------------------------------------------- 2022-05-18T05:42:10.9706800Z Ran 1 test in 3.398s 2022-05-18T05:42:10.9706970Z 2022-05-18T05:42:10.9707260Z OK 2022-05-18T05:42:10.9707400Z 2022-05-18T05:42:10.9707780Z Generating XML reports... 2022-05-18T05:42:10.9708450Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054207.xml 2022-05-18T05:42:12.4053020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbdhy8q4r 2022-05-18T05:42:12.4055830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbdhy8q4r/_remote_module_non_scriptable.py 2022-05-18T05:42:12.8694830Z 2022-05-18T05:42:12.8695710Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:42:12.8696430Z Running tests... 2022-05-18T05:42:12.8696940Z ---------------------------------------------------------------------- 2022-05-18T05:42:13.3021010Z test_rref_proxy_tensor (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11998 2022-05-18T05:42:13.3093610Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11999 2022-05-18T05:42:13.3278460Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12000 2022-05-18T05:42:13.3391720Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12001 2022-05-18T05:42:14.9045290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4c9espk_ 2022-05-18T05:42:14.9141810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4c9espk_/_remote_module_non_scriptable.py 2022-05-18T05:42:14.9315430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppovdwmgz 2022-05-18T05:42:14.9327230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppovdwmgz/_remote_module_non_scriptable.py 2022-05-18T05:42:14.9540600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6xf4rl2a 2022-05-18T05:42:14.9541290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6xf4rl2a/_remote_module_non_scriptable.py 2022-05-18T05:42:14.9713780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm5nvzws4 2022-05-18T05:42:14.9749630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm5nvzws4/_remote_module_non_scriptable.py 2022-05-18T05:42:15.4860570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:42:15.5043850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:42:15.5246270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:42:15.5471140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:42:16.3845910Z ok (3.515s) 2022-05-18T05:42:16.3918970Z 2022-05-18T05:42:16.3919850Z ---------------------------------------------------------------------- 2022-05-18T05:42:16.3920220Z Ran 1 test in 3.515s 2022-05-18T05:42:16.3920350Z 2022-05-18T05:42:16.3920420Z OK 2022-05-18T05:42:16.3920520Z 2022-05-18T05:42:16.3920650Z Generating XML reports... 2022-05-18T05:42:16.3921250Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054212.xml 2022-05-18T05:42:17.8147600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyz29ldoc 2022-05-18T05:42:17.8150880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyz29ldoc/_remote_module_non_scriptable.py 2022-05-18T05:42:18.2716720Z 2022-05-18T05:42:18.2717480Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:42:18.2717880Z Running tests... 2022-05-18T05:42:18.2718280Z ---------------------------------------------------------------------- 2022-05-18T05:42:18.6963510Z test_rref_proxy_tensor_self (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12009 2022-05-18T05:42:18.7074620Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12010 2022-05-18T05:42:18.7262140Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12011 2022-05-18T05:42:18.7384630Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12012 2022-05-18T05:42:20.3477570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa78mwbli 2022-05-18T05:42:20.3525320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa78mwbli/_remote_module_non_scriptable.py 2022-05-18T05:42:20.3860980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp20n1peud 2022-05-18T05:42:20.3924110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp20n1peud/_remote_module_non_scriptable.py 2022-05-18T05:42:20.4064960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3pl0gvrt 2022-05-18T05:42:20.4126220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3pl0gvrt/_remote_module_non_scriptable.py 2022-05-18T05:42:20.4440780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp10aqvz2l 2022-05-18T05:42:20.4531740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp10aqvz2l/_remote_module_non_scriptable.py 2022-05-18T05:42:20.9285400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:42:20.9518580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:42:20.9770140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:42:21.0007930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:42:21.6339690Z ok (3.362s) 2022-05-18T05:42:21.6413880Z 2022-05-18T05:42:21.6414880Z ---------------------------------------------------------------------- 2022-05-18T05:42:21.6415270Z Ran 1 test in 3.363s 2022-05-18T05:42:21.6415400Z 2022-05-18T05:42:21.6415470Z OK 2022-05-18T05:42:21.6415570Z 2022-05-18T05:42:21.6415670Z Generating XML reports... 2022-05-18T05:42:21.6416320Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054218.xml 2022-05-18T05:42:23.0236290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9y9j77wy 2022-05-18T05:42:23.0238830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9y9j77wy/_remote_module_non_scriptable.py 2022-05-18T05:42:23.4569250Z 2022-05-18T05:42:23.4570030Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:42:23.4570400Z Running tests... 2022-05-18T05:42:23.4570790Z ---------------------------------------------------------------------- 2022-05-18T05:42:23.8706490Z test_rref_py_pickle_not_supported (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12021 2022-05-18T05:42:23.8850860Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12022 2022-05-18T05:42:23.9009160Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12023 2022-05-18T05:42:23.9112470Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12024 2022-05-18T05:42:25.4289420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjyubyemy 2022-05-18T05:42:25.4391550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjyubyemy/_remote_module_non_scriptable.py 2022-05-18T05:42:25.5217520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqhrt0rsr 2022-05-18T05:42:25.5252040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqhrt0rsr/_remote_module_non_scriptable.py 2022-05-18T05:42:25.5341550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmoc2qlif 2022-05-18T05:42:25.5366870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmoc2qlif/_remote_module_non_scriptable.py 2022-05-18T05:42:25.5442820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcm4ee7pt 2022-05-18T05:42:25.5477050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcm4ee7pt/_remote_module_non_scriptable.py 2022-05-18T05:42:26.0154940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:42:26.0862640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:42:26.0969940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:42:26.1021790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:42:26.8837670Z ok (3.427s) 2022-05-18T05:42:26.8917620Z 2022-05-18T05:42:26.8918670Z ---------------------------------------------------------------------- 2022-05-18T05:42:26.8919000Z Ran 1 test in 3.427s 2022-05-18T05:42:26.8919140Z 2022-05-18T05:42:26.8919210Z OK 2022-05-18T05:42:26.8919310Z 2022-05-18T05:42:26.8919410Z Generating XML reports... 2022-05-18T05:42:26.8920000Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054223.xml 2022-05-18T05:42:28.2663290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd6g7dj20 2022-05-18T05:42:28.2666220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd6g7dj20/_remote_module_non_scriptable.py 2022-05-18T05:42:28.7183960Z 2022-05-18T05:42:28.7184780Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:42:28.7185150Z Running tests... 2022-05-18T05:42:28.7186070Z ---------------------------------------------------------------------- 2022-05-18T05:42:29.1397000Z test_rref_str (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12032 2022-05-18T05:42:29.1468220Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12033 2022-05-18T05:42:29.1634560Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12034 2022-05-18T05:42:29.1771240Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12035 2022-05-18T05:42:30.8501700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpixg_kdsk 2022-05-18T05:42:30.8507100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpixg_kdsk/_remote_module_non_scriptable.py 2022-05-18T05:42:30.8744830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkxeqig00 2022-05-18T05:42:30.8808500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkxeqig00/_remote_module_non_scriptable.py 2022-05-18T05:42:30.8942950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5zc5t0dq 2022-05-18T05:42:30.9006920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5zc5t0dq/_remote_module_non_scriptable.py 2022-05-18T05:42:30.9108510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd51qaa59 2022-05-18T05:42:30.9146000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd51qaa59/_remote_module_non_scriptable.py 2022-05-18T05:42:31.4428000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:42:31.4668590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:42:31.4836760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:42:31.4839570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:42:32.0609800Z ok (3.342s) 2022-05-18T05:42:32.0685370Z 2022-05-18T05:42:32.0686270Z ---------------------------------------------------------------------- 2022-05-18T05:42:32.0686810Z Ran 1 test in 3.343s 2022-05-18T05:42:32.0686980Z 2022-05-18T05:42:32.0687050Z OK 2022-05-18T05:42:32.0687160Z 2022-05-18T05:42:32.0687270Z Generating XML reports... 2022-05-18T05:42:32.0687910Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054228.xml 2022-05-18T05:42:33.4864790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7iv98px8 2022-05-18T05:42:33.4868200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7iv98px8/_remote_module_non_scriptable.py 2022-05-18T05:42:33.9292400Z 2022-05-18T05:42:33.9293210Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:42:33.9293580Z Running tests... 2022-05-18T05:42:33.9294000Z ---------------------------------------------------------------------- 2022-05-18T05:42:34.3441940Z test_rref_timeout (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12045 2022-05-18T05:42:34.3583610Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12046 2022-05-18T05:42:34.3701470Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12047 2022-05-18T05:42:34.3800320Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12048 2022-05-18T05:42:35.9540420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuokr3np1 2022-05-18T05:42:35.9592500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuokr3np1/_remote_module_non_scriptable.py 2022-05-18T05:42:35.9745950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwkkixrk8 2022-05-18T05:42:35.9799450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwkkixrk8/_remote_module_non_scriptable.py 2022-05-18T05:42:36.0420030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuvbnrynx 2022-05-18T05:42:36.0497500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuvbnrynx/_remote_module_non_scriptable.py 2022-05-18T05:42:36.0623940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxl65z4_t 2022-05-18T05:42:36.0725780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxl65z4_t/_remote_module_non_scriptable.py 2022-05-18T05:42:36.5870090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:42:36.6069250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:42:36.6471590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:42:36.6497610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:42:39.6341360Z ok (5.705s) 2022-05-18T05:42:39.6420640Z 2022-05-18T05:42:39.6421780Z ---------------------------------------------------------------------- 2022-05-18T05:42:39.6422140Z Ran 1 test in 5.705s 2022-05-18T05:42:39.6422270Z 2022-05-18T05:42:39.6422340Z OK 2022-05-18T05:42:39.6422440Z 2022-05-18T05:42:39.6422560Z Generating XML reports... 2022-05-18T05:42:39.6423170Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054233.xml 2022-05-18T05:42:41.1116280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphk_lsoi5 2022-05-18T05:42:41.1119430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphk_lsoi5/_remote_module_non_scriptable.py 2022-05-18T05:42:41.5600970Z 2022-05-18T05:42:41.5601830Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:42:41.5602200Z Running tests... 2022-05-18T05:42:41.5602600Z ---------------------------------------------------------------------- 2022-05-18T05:42:41.9732020Z test_rref_type_blocking (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12057 2022-05-18T05:42:41.9870520Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12058 2022-05-18T05:42:41.9985650Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12059 2022-05-18T05:42:42.0090920Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12060 2022-05-18T05:42:43.6344840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp1upyad8 2022-05-18T05:42:43.6436510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp1upyad8/_remote_module_non_scriptable.py 2022-05-18T05:42:43.6752540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1l878m_a 2022-05-18T05:42:43.6766490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1l878m_a/_remote_module_non_scriptable.py 2022-05-18T05:42:43.6798120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqp7k71u3 2022-05-18T05:42:43.6882320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqp7k71u3/_remote_module_non_scriptable.py 2022-05-18T05:42:43.6959440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5e6c_2dk 2022-05-18T05:42:43.7054260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5e6c_2dk/_remote_module_non_scriptable.py 2022-05-18T05:42:44.2635790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:42:44.2853700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:42:44.3038810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:42:44.3039780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:42:45.0042290Z ok (3.444s) 2022-05-18T05:42:45.0121450Z 2022-05-18T05:42:45.0123330Z ---------------------------------------------------------------------- 2022-05-18T05:42:45.0123870Z Ran 1 test in 3.445s 2022-05-18T05:42:45.0124040Z 2022-05-18T05:42:45.0124100Z OK 2022-05-18T05:42:45.0124200Z 2022-05-18T05:42:45.0124300Z Generating XML reports... 2022-05-18T05:42:45.0126060Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054241.xml 2022-05-18T05:42:46.4377180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpleks06zf 2022-05-18T05:42:46.4380240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpleks06zf/_remote_module_non_scriptable.py 2022-05-18T05:42:46.9084000Z 2022-05-18T05:42:46.9084740Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:42:46.9085130Z Running tests... 2022-05-18T05:42:46.9085530Z ---------------------------------------------------------------------- 2022-05-18T05:42:47.3500030Z test_rref_type_non_blocking (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12068 2022-05-18T05:42:47.3670080Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12069 2022-05-18T05:42:47.3778240Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12070 2022-05-18T05:42:47.3784060Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12071 2022-05-18T05:42:48.9638810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpanylty5g 2022-05-18T05:42:48.9739070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpanylty5g/_remote_module_non_scriptable.py 2022-05-18T05:42:48.9745300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjwj4hmq8 2022-05-18T05:42:48.9774570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjwj4hmq8/_remote_module_non_scriptable.py 2022-05-18T05:42:49.0265720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp71gghsqp 2022-05-18T05:42:49.0349380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp71gghsqp/_remote_module_non_scriptable.py 2022-05-18T05:42:49.0425980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv6wkl0ot 2022-05-18T05:42:49.0475200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv6wkl0ot/_remote_module_non_scriptable.py 2022-05-18T05:42:49.6383860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:42:49.6401180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:42:49.6550740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:42:49.6854590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:42:50.5090880Z ok (3.601s) 2022-05-18T05:42:50.5171360Z 2022-05-18T05:42:50.5172400Z ---------------------------------------------------------------------- 2022-05-18T05:42:50.5172800Z Ran 1 test in 3.601s 2022-05-18T05:42:50.5172930Z 2022-05-18T05:42:50.5173000Z OK 2022-05-18T05:42:50.5173100Z 2022-05-18T05:42:50.5173210Z Generating XML reports... 2022-05-18T05:42:50.5173820Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054246.xml 2022-05-18T05:42:51.9097480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8pj63_0n 2022-05-18T05:42:51.9102080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8pj63_0n/_remote_module_non_scriptable.py 2022-05-18T05:42:52.3543490Z 2022-05-18T05:42:52.3544360Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:42:52.3544740Z Running tests... 2022-05-18T05:42:52.3545160Z ---------------------------------------------------------------------- 2022-05-18T05:42:52.7729450Z test_rref_type_owner_blocking (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12080 2022-05-18T05:42:52.7986450Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12081 2022-05-18T05:42:52.8055830Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12082 2022-05-18T05:42:52.8161400Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12083 2022-05-18T05:42:54.3693440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9inttp_s 2022-05-18T05:42:54.3747160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9inttp_s/_remote_module_non_scriptable.py 2022-05-18T05:42:54.4051340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7hd7bh2b 2022-05-18T05:42:54.4056950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7hd7bh2b/_remote_module_non_scriptable.py 2022-05-18T05:42:54.4207680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdui8o1a7 2022-05-18T05:42:54.4210710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdui8o1a7/_remote_module_non_scriptable.py 2022-05-18T05:42:54.4243430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg2xtv8px 2022-05-18T05:42:54.4345350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg2xtv8px/_remote_module_non_scriptable.py 2022-05-18T05:42:54.9661110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:42:54.9761320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:42:54.9975730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:42:55.0044940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:42:55.4802740Z ok (3.126s) 2022-05-18T05:42:55.4876330Z 2022-05-18T05:42:55.4876870Z ---------------------------------------------------------------------- 2022-05-18T05:42:55.4877240Z Ran 1 test in 3.126s 2022-05-18T05:42:55.4877540Z 2022-05-18T05:42:55.4877900Z OK 2022-05-18T05:42:55.4878050Z 2022-05-18T05:42:55.4878160Z Generating XML reports... 2022-05-18T05:42:55.4878850Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054252.xml 2022-05-18T05:42:56.9054110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi0hrpd5g 2022-05-18T05:42:56.9058670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi0hrpd5g/_remote_module_non_scriptable.py 2022-05-18T05:42:57.3534170Z 2022-05-18T05:42:57.3534980Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:42:57.3535370Z Running tests... 2022-05-18T05:42:57.3535770Z ---------------------------------------------------------------------- 2022-05-18T05:42:57.7642230Z test_rref_type_owner_non_blocking (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12091 2022-05-18T05:42:57.7720370Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12092 2022-05-18T05:42:57.7901450Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12093 2022-05-18T05:42:57.8014470Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12094 2022-05-18T05:42:59.4045580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpknqukvkj 2022-05-18T05:42:59.4116950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpknqukvkj/_remote_module_non_scriptable.py 2022-05-18T05:42:59.4173160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6p9kg4t0 2022-05-18T05:42:59.4192110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6p9kg4t0/_remote_module_non_scriptable.py 2022-05-18T05:42:59.4351590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_rcqwn78 2022-05-18T05:42:59.4359980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_rcqwn78/_remote_module_non_scriptable.py 2022-05-18T05:42:59.4660700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0qah_lv_ 2022-05-18T05:42:59.4679300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0qah_lv_/_remote_module_non_scriptable.py 2022-05-18T05:43:00.0765990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:00.0773180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:00.1106130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:00.1339120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:43:00.8464810Z ok (3.493s) 2022-05-18T05:43:00.8540920Z 2022-05-18T05:43:00.8541980Z ---------------------------------------------------------------------- 2022-05-18T05:43:00.8542340Z Ran 1 test in 3.493s 2022-05-18T05:43:00.8542480Z 2022-05-18T05:43:00.8542540Z OK 2022-05-18T05:43:00.8542650Z 2022-05-18T05:43:00.8542750Z Generating XML reports... 2022-05-18T05:43:00.8543350Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054257.xml 2022-05-18T05:43:02.2360540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxcwp3_pg 2022-05-18T05:43:02.2362890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxcwp3_pg/_remote_module_non_scriptable.py 2022-05-18T05:43:02.6704150Z 2022-05-18T05:43:02.6704890Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:43:02.6705300Z Running tests... 2022-05-18T05:43:02.6705700Z ---------------------------------------------------------------------- 2022-05-18T05:43:03.0855730Z test_rref_type_slow_init (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12103 2022-05-18T05:43:03.0928170Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12104 2022-05-18T05:43:03.1077810Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12105 2022-05-18T05:43:03.1145940Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12106 2022-05-18T05:43:04.6542860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4asw_qn9 2022-05-18T05:43:04.6573050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4asw_qn9/_remote_module_non_scriptable.py 2022-05-18T05:43:04.6978690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfhqafy7y 2022-05-18T05:43:04.7027540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfhqafy7y/_remote_module_non_scriptable.py 2022-05-18T05:43:04.7230210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4ys4142y 2022-05-18T05:43:04.7283130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4ys4142y/_remote_module_non_scriptable.py 2022-05-18T05:43:04.7580980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3dgts2x7 2022-05-18T05:43:04.7672310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3dgts2x7/_remote_module_non_scriptable.py 2022-05-18T05:43:05.2621420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:05.2879350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:43:05.2945230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:05.3250160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:06.9643600Z ok (4.294s) 2022-05-18T05:43:06.9717170Z 2022-05-18T05:43:06.9717890Z ---------------------------------------------------------------------- 2022-05-18T05:43:06.9718260Z Ran 1 test in 4.294s 2022-05-18T05:43:06.9718410Z 2022-05-18T05:43:06.9718470Z OK 2022-05-18T05:43:06.9718570Z 2022-05-18T05:43:06.9718850Z Generating XML reports... 2022-05-18T05:43:06.9719480Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054302.xml 2022-05-18T05:43:08.3891630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4rojhxh2 2022-05-18T05:43:08.3895680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4rojhxh2/_remote_module_non_scriptable.py 2022-05-18T05:43:08.8383420Z 2022-05-18T05:43:08.8384240Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:43:08.8384610Z Running tests... 2022-05-18T05:43:08.8385000Z ---------------------------------------------------------------------- 2022-05-18T05:43:09.2660400Z test_rref_type_with_error_blocking (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12114 2022-05-18T05:43:09.2824230Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12115 2022-05-18T05:43:09.2932310Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12116 2022-05-18T05:43:09.2993050Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12117 2022-05-18T05:43:10.9572920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqxyqbf9k 2022-05-18T05:43:10.9633950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqxyqbf9k/_remote_module_non_scriptable.py 2022-05-18T05:43:10.9724630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy_mn4zft 2022-05-18T05:43:10.9776750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy_mn4zft/_remote_module_non_scriptable.py 2022-05-18T05:43:10.9842050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2o524iwl 2022-05-18T05:43:10.9943830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2o524iwl/_remote_module_non_scriptable.py 2022-05-18T05:43:10.9944610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgii98dm7 2022-05-18T05:43:11.0026070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgii98dm7/_remote_module_non_scriptable.py 2022-05-18T05:43:11.5575600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:11.5579560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:11.5707100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:43:11.5733440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:11.8847970Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:43:11.8849190Z ValueError('Expected error') 2022-05-18T05:43:11.8849440Z Traceback (most recent call last): 2022-05-18T05:43:11.8849980Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:11.8850380Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:11.8850970Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:43:11.8851350Z raise ValueError(expected_err) 2022-05-18T05:43:11.8851580Z ValueError: Expected error 2022-05-18T05:43:11.8851730Z 2022-05-18T05:43:11.8851830Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:43:11.8853110Z ValueError('On WorkerInfo(id=1, name=worker1):\nValueError(\'Expected error\')\nTraceback (most recent call last):\n File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function\n result = python_udf.func(*python_udf.args, **python_udf.kwargs)\n File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func\n raise ValueError(expected_err)\nValueError: Expected error\n') 2022-05-18T05:43:11.8854040Z Traceback (most recent call last): 2022-05-18T05:43:11.8854570Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:11.8854970Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:11.8855840Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/api.py", line 429, in _rref_typeof_on_owner 2022-05-18T05:43:11.8856260Z rref_type = type(rref.local_value()) 2022-05-18T05:43:11.8856810Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 220, in _handle_exception 2022-05-18T05:43:11.8857380Z raise result.exception_type(result.msg.encode("utf-8").decode("unicode_escape")) 2022-05-18T05:43:11.8857700Z ValueError: On WorkerInfo(id=1, name=worker1): 2022-05-18T05:43:11.8858030Z ValueError('Expected error') 2022-05-18T05:43:11.8858260Z Traceback (most recent call last): 2022-05-18T05:43:11.8858780Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:11.8859180Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:11.8859750Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:43:11.8860120Z raise ValueError(expected_err) 2022-05-18T05:43:11.8860350Z ValueError: Expected error 2022-05-18T05:43:11.8860490Z 2022-05-18T05:43:11.8860490Z 2022-05-18T05:43:11.8957180Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:43:11.8958080Z ValueError('Expected error') 2022-05-18T05:43:11.8958780Z Traceback (most recent call last): 2022-05-18T05:43:11.8959700Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:11.8960460Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:11.8961700Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:43:11.8962440Z raise ValueError(expected_err) 2022-05-18T05:43:11.8963300Z ValueError: Expected error 2022-05-18T05:43:11.8963800Z 2022-05-18T05:43:11.8964190Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:43:11.8965880Z ValueError('On WorkerInfo(id=2, name=worker2):\nValueError(\'Expected error\')\nTraceback (most recent call last):\n File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function\n result = python_udf.func(*python_udf.args, **python_udf.kwargs)\n File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func\n raise ValueError(expected_err)\nValueError: Expected error\n') 2022-05-18T05:43:11.8967570Z Traceback (most recent call last): 2022-05-18T05:43:11.8968460Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:11.8969210Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:11.8970130Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/api.py", line 429, in _rref_typeof_on_owner 2022-05-18T05:43:11.8970850Z rref_type = type(rref.local_value()) 2022-05-18T05:43:11.8971940Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 220, in _handle_exception 2022-05-18T05:43:11.8972910Z raise result.exception_type(result.msg.encode("utf-8").decode("unicode_escape")) 2022-05-18T05:43:11.8973600Z ValueError: On WorkerInfo(id=2, name=worker2): 2022-05-18T05:43:11.8974280Z ValueError('Expected error') 2022-05-18T05:43:11.8974860Z Traceback (most recent call last): 2022-05-18T05:43:11.8984120Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:11.8984880Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:11.8986450Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:43:11.8987230Z raise ValueError(expected_err) 2022-05-18T05:43:11.8987760Z ValueError: Expected error 2022-05-18T05:43:11.8988180Z 2022-05-18T05:43:11.8988410Z 2022-05-18T05:43:11.9130120Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:43:11.9204250Z ValueError('Expected error') 2022-05-18T05:43:11.9230840Z Traceback (most recent call last): 2022-05-18T05:43:11.9308350Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:11.9310060Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:11.9334090Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:43:11.9409870Z raise ValueError(expected_err) 2022-05-18T05:43:11.9410960Z ValueError: Expected error 2022-05-18T05:43:11.9435620Z 2022-05-18T05:43:11.9511640Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:43:11.9548000Z ValueError('On WorkerInfo(id=3, name=worker3):\nValueError(\'Expected error\')\nTraceback (most recent call last):\n File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function\n result = python_udf.func(*python_udf.args, **python_udf.kwargs)\n File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func\n raise ValueError(expected_err)\nValueError: Expected error\n') 2022-05-18T05:43:11.9627930Z Traceback (most recent call last): 2022-05-18T05:43:11.9634630Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:11.9736260Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:11.9737140Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/api.py", line 429, in _rref_typeof_on_owner 2022-05-18T05:43:11.9837090Z rref_type = type(rref.local_value()) 2022-05-18T05:43:11.9844860Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 220, in _handle_exception 2022-05-18T05:43:11.9940460Z raise result.exception_type(result.msg.encode("utf-8").decode("unicode_escape")) 2022-05-18T05:43:11.9975950Z ValueError: On WorkerInfo(id=3, name=worker3): 2022-05-18T05:43:12.0050230Z ValueError('Expected error') 2022-05-18T05:43:12.0143580Z Traceback (most recent call last): 2022-05-18T05:43:12.0179470Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:12.0251220Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:12.0352070Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:43:12.0441840Z raise ValueError(expected_err) 2022-05-18T05:43:12.0542470Z ValueError: Expected error 2022-05-18T05:43:12.0642610Z 2022-05-18T05:43:12.0652170Z 2022-05-18T05:43:12.0744680Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:43:12.0787830Z ValueError('Expected error') 2022-05-18T05:43:12.0854020Z Traceback (most recent call last): 2022-05-18T05:43:12.0953490Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:12.1053580Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:12.1131770Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:43:12.1156420Z raise ValueError(expected_err) 2022-05-18T05:43:12.1257520Z ValueError: Expected error 2022-05-18T05:43:12.1270730Z 2022-05-18T05:43:12.1361350Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:43:12.1366470Z ValueError('On WorkerInfo(id=0, name=worker0):\nValueError(\'Expected error\')\nTraceback (most recent call last):\n File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function\n result = python_udf.func(*python_udf.args, **python_udf.kwargs)\n File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func\n raise ValueError(expected_err)\nValueError: Expected error\n') 2022-05-18T05:43:12.1393820Z Traceback (most recent call last): 2022-05-18T05:43:12.1394970Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:12.1395740Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:12.1396660Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/api.py", line 429, in _rref_typeof_on_owner 2022-05-18T05:43:12.1397390Z rref_type = type(rref.local_value()) 2022-05-18T05:43:12.1398280Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 220, in _handle_exception 2022-05-18T05:43:12.1399190Z raise result.exception_type(result.msg.encode("utf-8").decode("unicode_escape")) 2022-05-18T05:43:12.1399880Z ValueError: On WorkerInfo(id=0, name=worker0): 2022-05-18T05:43:12.1400540Z ValueError('Expected error') 2022-05-18T05:43:12.1401130Z Traceback (most recent call last): 2022-05-18T05:43:12.1401980Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:12.1402730Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:12.1403660Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:43:12.1404380Z raise ValueError(expected_err) 2022-05-18T05:43:12.1404940Z ValueError: Expected error 2022-05-18T05:43:12.1405370Z 2022-05-18T05:43:12.1405630Z 2022-05-18T05:43:12.2889690Z ok (3.450s) 2022-05-18T05:43:12.2964980Z 2022-05-18T05:43:12.2965650Z ---------------------------------------------------------------------- 2022-05-18T05:43:12.2965970Z Ran 1 test in 3.451s 2022-05-18T05:43:12.2966670Z 2022-05-18T05:43:12.2966740Z OK 2022-05-18T05:43:12.2966850Z 2022-05-18T05:43:12.2966950Z Generating XML reports... 2022-05-18T05:43:12.2967570Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054308.xml 2022-05-18T05:43:13.6680760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpenl92osl 2022-05-18T05:43:13.6683750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpenl92osl/_remote_module_non_scriptable.py 2022-05-18T05:43:14.1021200Z 2022-05-18T05:43:14.1021970Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:43:14.1022330Z Running tests... 2022-05-18T05:43:14.1022720Z ---------------------------------------------------------------------- 2022-05-18T05:43:14.5152130Z test_rref_type_with_error_non_blocking (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12126 2022-05-18T05:43:14.5286620Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12127 2022-05-18T05:43:14.5429450Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12128 2022-05-18T05:43:14.5537990Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12129 2022-05-18T05:43:16.0951220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7np4arro 2022-05-18T05:43:16.0959160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7np4arro/_remote_module_non_scriptable.py 2022-05-18T05:43:16.1335280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9e6qq9ak 2022-05-18T05:43:16.1363110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9e6qq9ak/_remote_module_non_scriptable.py 2022-05-18T05:43:16.1396810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx1gq3_3b 2022-05-18T05:43:16.1495080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx1gq3_3b/_remote_module_non_scriptable.py 2022-05-18T05:43:16.2097130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl2hlpca3 2022-05-18T05:43:16.2172020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl2hlpca3/_remote_module_non_scriptable.py 2022-05-18T05:43:16.6819930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:16.7111620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:43:16.7120540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:16.7724890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:16.8967360Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:43:16.8967960Z ValueError('Expected error') 2022-05-18T05:43:16.8968210Z Traceback (most recent call last): 2022-05-18T05:43:16.8968750Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:16.8969150Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:16.8969750Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:43:16.8970110Z raise ValueError(expected_err) 2022-05-18T05:43:16.8970320Z ValueError: Expected error 2022-05-18T05:43:16.8970460Z 2022-05-18T05:43:16.8970980Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:43:16.8972240Z ValueError('On WorkerInfo(id=1, name=worker1):\nValueError(\'Expected error\')\nTraceback (most recent call last):\n File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function\n result = python_udf.func(*python_udf.args, **python_udf.kwargs)\n File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func\n raise ValueError(expected_err)\nValueError: Expected error\n') 2022-05-18T05:43:16.8973140Z Traceback (most recent call last): 2022-05-18T05:43:16.8973670Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:16.8974060Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:16.8974620Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/api.py", line 429, in _rref_typeof_on_owner 2022-05-18T05:43:16.8974980Z rref_type = type(rref.local_value()) 2022-05-18T05:43:16.8975500Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 220, in _handle_exception 2022-05-18T05:43:16.8976040Z raise result.exception_type(result.msg.encode("utf-8").decode("unicode_escape")) 2022-05-18T05:43:16.8976350Z ValueError: On WorkerInfo(id=1, name=worker1): 2022-05-18T05:43:16.8976670Z ValueError('Expected error') 2022-05-18T05:43:16.8976900Z Traceback (most recent call last): 2022-05-18T05:43:16.8977700Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:16.8978140Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:16.8978740Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:43:16.8979100Z raise ValueError(expected_err) 2022-05-18T05:43:16.8979330Z ValueError: Expected error 2022-05-18T05:43:16.8979470Z 2022-05-18T05:43:16.8979470Z 2022-05-18T05:43:16.9089660Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:43:16.9190500Z ValueError('Expected error') 2022-05-18T05:43:16.9290920Z Traceback (most recent call last): 2022-05-18T05:43:16.9392320Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:16.9492380Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:16.9594340Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:43:16.9694020Z raise ValueError(expected_err) 2022-05-18T05:43:16.9795380Z ValueError: Expected error 2022-05-18T05:43:16.9895430Z 2022-05-18T05:43:16.9996350Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:43:17.0041500Z ValueError('On WorkerInfo(id=0, name=worker0):\nValueError(\'Expected error\')\nTraceback (most recent call last):\n File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function\n result = python_udf.func(*python_udf.args, **python_udf.kwargs)\n File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func\n raise ValueError(expected_err)\nValueError: Expected error\n') 2022-05-18T05:43:17.0140750Z Traceback (most recent call last): 2022-05-18T05:43:17.0241830Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:17.0342480Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:17.0444060Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/api.py", line 429, in _rref_typeof_on_owner 2022-05-18T05:43:17.0445270Z rref_type = type(rref.local_value()) 2022-05-18T05:43:17.0545040Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 220, in _handle_exception 2022-05-18T05:43:17.0606880Z raise result.exception_type(result.msg.encode("utf-8").decode("unicode_escape")) 2022-05-18T05:43:17.0647990Z ValueError: On WorkerInfo(id=0, name=worker0): 2022-05-18T05:43:17.0738990Z ValueError('Expected error') 2022-05-18T05:43:17.0752130Z Traceback (most recent call last): 2022-05-18T05:43:17.0844060Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:17.0909640Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:17.0954450Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:43:17.1045960Z raise ValueError(expected_err) 2022-05-18T05:43:17.1114640Z ValueError: Expected error 2022-05-18T05:43:17.1158660Z 2022-05-18T05:43:17.1247260Z 2022-05-18T05:43:17.1318230Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:43:17.1370580Z ValueError('Expected error') 2022-05-18T05:43:17.1423300Z Traceback (most recent call last): 2022-05-18T05:43:17.1467780Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:17.1475960Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:17.1557180Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:43:17.1558070Z raise ValueError(expected_err) 2022-05-18T05:43:17.1558610Z ValueError: Expected error 2022-05-18T05:43:17.1559030Z 2022-05-18T05:43:17.1559390Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:43:17.1561040Z ValueError('On WorkerInfo(id=2, name=worker2):\nValueError(\'Expected error\')\nTraceback (most recent call last):\n File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function\n result = python_udf.func(*python_udf.args, **python_udf.kwargs)\n File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func\n raise ValueError(expected_err)\nValueError: Expected error\n') 2022-05-18T05:43:17.1562180Z Traceback (most recent call last): 2022-05-18T05:43:17.1563050Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:17.1563780Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:17.1564680Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/api.py", line 429, in _rref_typeof_on_owner 2022-05-18T05:43:17.1565360Z rref_type = type(rref.local_value()) 2022-05-18T05:43:17.1566220Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 220, in _handle_exception 2022-05-18T05:43:17.1567120Z raise result.exception_type(result.msg.encode("utf-8").decode("unicode_escape")) 2022-05-18T05:43:17.1567770Z ValueError: On WorkerInfo(id=2, name=worker2): 2022-05-18T05:43:17.1568410Z ValueError('Expected error') 2022-05-18T05:43:17.1568970Z Traceback (most recent call last): 2022-05-18T05:43:17.1569830Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:17.1570560Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:17.1571460Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:43:17.1571860Z raise ValueError(expected_err) 2022-05-18T05:43:17.1572880Z ValueError: Expected error 2022-05-18T05:43:17.1573300Z 2022-05-18T05:43:17.1573530Z 2022-05-18T05:43:17.1573880Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:43:17.1574520Z ValueError('Expected error') 2022-05-18T05:43:17.1575090Z Traceback (most recent call last): 2022-05-18T05:43:17.1575930Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:17.1576660Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:17.1577580Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:43:17.1578260Z raise ValueError(expected_err) 2022-05-18T05:43:17.1578890Z ValueError: Expected error 2022-05-18T05:43:17.1579290Z 2022-05-18T05:43:17.1579660Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:43:17.1581240Z ValueError('On WorkerInfo(id=3, name=worker3):\nValueError(\'Expected error\')\nTraceback (most recent call last):\n File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function\n result = python_udf.func(*python_udf.args, **python_udf.kwargs)\n File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func\n raise ValueError(expected_err)\nValueError: Expected error\n') 2022-05-18T05:43:17.1582360Z Traceback (most recent call last): 2022-05-18T05:43:17.1583560Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:17.1584390Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:17.1585280Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/api.py", line 429, in _rref_typeof_on_owner 2022-05-18T05:43:17.1585960Z rref_type = type(rref.local_value()) 2022-05-18T05:43:17.1586830Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 220, in _handle_exception 2022-05-18T05:43:17.1587740Z raise result.exception_type(result.msg.encode("utf-8").decode("unicode_escape")) 2022-05-18T05:43:17.1588380Z ValueError: On WorkerInfo(id=3, name=worker3): 2022-05-18T05:43:17.1589140Z ValueError('Expected error') 2022-05-18T05:43:17.1589710Z Traceback (most recent call last): 2022-05-18T05:43:17.1591420Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:43:17.1594240Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:43:17.1598010Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:43:17.1598740Z raise ValueError(expected_err) 2022-05-18T05:43:17.1599480Z ValueError: Expected error 2022-05-18T05:43:17.1599890Z 2022-05-18T05:43:17.1600090Z 2022-05-18T05:43:17.2543890Z ok (3.152s) 2022-05-18T05:43:17.2618800Z 2022-05-18T05:43:17.2619770Z ---------------------------------------------------------------------- 2022-05-18T05:43:17.2620130Z Ran 1 test in 3.153s 2022-05-18T05:43:17.2620260Z 2022-05-18T05:43:17.2620330Z OK 2022-05-18T05:43:17.2620430Z 2022-05-18T05:43:17.2620530Z Generating XML reports... 2022-05-18T05:43:17.2621120Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054314.xml 2022-05-18T05:43:18.7166120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz6t4hptf 2022-05-18T05:43:18.7168310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz6t4hptf/_remote_module_non_scriptable.py 2022-05-18T05:43:19.1877750Z 2022-05-18T05:43:19.1879210Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:43:19.1881050Z Running tests... 2022-05-18T05:43:19.1881970Z ---------------------------------------------------------------------- 2022-05-18T05:43:19.6263270Z test_scalar_add (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12137 2022-05-18T05:43:19.6418540Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12138 2022-05-18T05:43:19.6523400Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12139 2022-05-18T05:43:19.6640790Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12140 2022-05-18T05:43:21.3157120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfr8hgbkl 2022-05-18T05:43:21.3210400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfr8hgbkl/_remote_module_non_scriptable.py 2022-05-18T05:43:21.3260210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkbos88_c 2022-05-18T05:43:21.3358500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkbos88_c/_remote_module_non_scriptable.py 2022-05-18T05:43:21.4745780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbeuez3oh 2022-05-18T05:43:21.4800030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbeuez3oh/_remote_module_non_scriptable.py 2022-05-18T05:43:21.5110200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk0k1p8m4 2022-05-18T05:43:21.5169000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk0k1p8m4/_remote_module_non_scriptable.py 2022-05-18T05:43:21.9683660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:21.9713550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:22.0668930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:43:22.1038740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:22.8804710Z ok (3.693s) 2022-05-18T05:43:22.8876890Z 2022-05-18T05:43:22.8877630Z ---------------------------------------------------------------------- 2022-05-18T05:43:22.8878020Z Ran 1 test in 3.693s 2022-05-18T05:43:22.8878160Z 2022-05-18T05:43:22.8878230Z OK 2022-05-18T05:43:22.8878330Z 2022-05-18T05:43:22.8878430Z Generating XML reports... 2022-05-18T05:43:22.8879040Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054319.xml 2022-05-18T05:43:24.2863230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn5ynqu58 2022-05-18T05:43:24.2867220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn5ynqu58/_remote_module_non_scriptable.py 2022-05-18T05:43:24.7527530Z 2022-05-18T05:43:24.7528340Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:43:24.7534430Z Running tests... 2022-05-18T05:43:24.7535490Z ---------------------------------------------------------------------- 2022-05-18T05:43:25.1837540Z test_self_add (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12149 2022-05-18T05:43:25.1933890Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12150 2022-05-18T05:43:25.2139590Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12151 2022-05-18T05:43:25.2171210Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12152 2022-05-18T05:43:26.7867990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph86hngcs 2022-05-18T05:43:26.7882760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph86hngcs/_remote_module_non_scriptable.py 2022-05-18T05:43:26.8516460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7nzbr19a 2022-05-18T05:43:26.8569670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7nzbr19a/_remote_module_non_scriptable.py 2022-05-18T05:43:26.8604990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo5kcpjd2 2022-05-18T05:43:26.8706350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo5kcpjd2/_remote_module_non_scriptable.py 2022-05-18T05:43:26.8906740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeqxg4ejv 2022-05-18T05:43:26.8909440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeqxg4ejv/_remote_module_non_scriptable.py 2022-05-18T05:43:27.3132900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:27.4114240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:27.4199790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:43:27.4394140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:28.1344290Z ok (3.382s) 2022-05-18T05:43:28.1424640Z 2022-05-18T05:43:28.1425870Z ---------------------------------------------------------------------- 2022-05-18T05:43:28.1426220Z Ran 1 test in 3.382s 2022-05-18T05:43:28.1426470Z 2022-05-18T05:43:28.1426540Z OK 2022-05-18T05:43:28.1426640Z 2022-05-18T05:43:28.1426750Z Generating XML reports... 2022-05-18T05:43:28.1427350Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054324.xml 2022-05-18T05:43:29.5641330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppe4741z7 2022-05-18T05:43:29.5644600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppe4741z7/_remote_module_non_scriptable.py 2022-05-18T05:43:30.0417600Z 2022-05-18T05:43:30.0418380Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:43:30.0440510Z Running tests... 2022-05-18T05:43:30.0441800Z ---------------------------------------------------------------------- 2022-05-18T05:43:30.4786270Z test_self_py_udf_remote (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12161 2022-05-18T05:43:30.4956320Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12162 2022-05-18T05:43:30.5075440Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12163 2022-05-18T05:43:30.5233060Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12164 2022-05-18T05:43:32.0779920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0tsvnorz 2022-05-18T05:43:32.0819890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0tsvnorz/_remote_module_non_scriptable.py 2022-05-18T05:43:32.1358030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsen73dkb 2022-05-18T05:43:32.1417530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsen73dkb/_remote_module_non_scriptable.py 2022-05-18T05:43:32.1487570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpluh0t78r 2022-05-18T05:43:32.1564650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpluh0t78r/_remote_module_non_scriptable.py 2022-05-18T05:43:32.1619830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp61xk28or 2022-05-18T05:43:32.1701400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp61xk28or/_remote_module_non_scriptable.py 2022-05-18T05:43:32.7142730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:32.7210690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:32.7448460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:43:32.7461520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:33.5091260Z ok (3.471s) 2022-05-18T05:43:33.5169410Z 2022-05-18T05:43:33.5170510Z ---------------------------------------------------------------------- 2022-05-18T05:43:33.5171240Z Ran 1 test in 3.471s 2022-05-18T05:43:33.5171400Z 2022-05-18T05:43:33.5171470Z OK 2022-05-18T05:43:33.5171580Z 2022-05-18T05:43:33.5172060Z Generating XML reports... 2022-05-18T05:43:33.5172860Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054330.xml 2022-05-18T05:43:34.9179440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0vxk60xq 2022-05-18T05:43:34.9182760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0vxk60xq/_remote_module_non_scriptable.py 2022-05-18T05:43:35.3561720Z 2022-05-18T05:43:35.3562520Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:43:35.3563310Z Running tests... 2022-05-18T05:43:35.3563810Z ---------------------------------------------------------------------- 2022-05-18T05:43:35.7895250Z test_self_remote_rref_as_remote_arg (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12172 2022-05-18T05:43:35.7998760Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12173 2022-05-18T05:43:35.8149020Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12174 2022-05-18T05:43:35.8258370Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12175 2022-05-18T05:43:37.4018130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp07n4dq48 2022-05-18T05:43:37.4119660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp07n4dq48/_remote_module_non_scriptable.py 2022-05-18T05:43:37.4456220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3eoy9_ii 2022-05-18T05:43:37.4507700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3eoy9_ii/_remote_module_non_scriptable.py 2022-05-18T05:43:37.4591660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplp915457 2022-05-18T05:43:37.4658940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplp915457/_remote_module_non_scriptable.py 2022-05-18T05:43:37.5024310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg9qrpwxs 2022-05-18T05:43:37.5102030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg9qrpwxs/_remote_module_non_scriptable.py 2022-05-18T05:43:38.0117890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:38.0526800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:38.0536970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:38.0846030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:43:38.7601490Z ok (3.404s) 2022-05-18T05:43:38.7672830Z 2022-05-18T05:43:38.7673650Z ---------------------------------------------------------------------- 2022-05-18T05:43:38.7674010Z Ran 1 test in 3.404s 2022-05-18T05:43:38.7674160Z 2022-05-18T05:43:38.7674230Z OK 2022-05-18T05:43:38.7674340Z 2022-05-18T05:43:38.7674440Z Generating XML reports... 2022-05-18T05:43:38.7675030Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054335.xml 2022-05-18T05:43:40.1727490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptnabcx5n 2022-05-18T05:43:40.1730520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptnabcx5n/_remote_module_non_scriptable.py 2022-05-18T05:43:40.6284620Z 2022-05-18T05:43:40.6286080Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:43:40.6288720Z Running tests... 2022-05-18T05:43:40.6289210Z ---------------------------------------------------------------------- 2022-05-18T05:43:41.0500300Z test_self_remote_rref_as_rpc_arg (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12184 2022-05-18T05:43:41.0643060Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12185 2022-05-18T05:43:41.0772580Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12186 2022-05-18T05:43:41.0906820Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12187 2022-05-18T05:43:42.6913770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqff8hkk9 2022-05-18T05:43:42.6971880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvt3ce06i 2022-05-18T05:43:42.7070410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqff8hkk9/_remote_module_non_scriptable.py 2022-05-18T05:43:42.7109140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvt3ce06i/_remote_module_non_scriptable.py 2022-05-18T05:43:42.7210640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpin_y57cu 2022-05-18T05:43:42.7211220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpin_y57cu/_remote_module_non_scriptable.py 2022-05-18T05:43:42.7211820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpohxeuhqj 2022-05-18T05:43:42.7247290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpohxeuhqj/_remote_module_non_scriptable.py 2022-05-18T05:43:43.2931040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:43.2951530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:43.2977590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:43.3126680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:43:43.9825250Z ok (3.354s) 2022-05-18T05:43:43.9899400Z 2022-05-18T05:43:43.9900150Z ---------------------------------------------------------------------- 2022-05-18T05:43:43.9900490Z Ran 1 test in 3.355s 2022-05-18T05:43:43.9900630Z 2022-05-18T05:43:43.9900690Z OK 2022-05-18T05:43:43.9900790Z 2022-05-18T05:43:43.9900890Z Generating XML reports... 2022-05-18T05:43:43.9901500Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054340.xml 2022-05-18T05:43:45.3691260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqd5omys8 2022-05-18T05:43:45.3694260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqd5omys8/_remote_module_non_scriptable.py 2022-05-18T05:43:45.8031780Z 2022-05-18T05:43:45.8032550Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:43:45.8032920Z Running tests... 2022-05-18T05:43:45.8033320Z ---------------------------------------------------------------------- 2022-05-18T05:43:46.2157550Z test_self_remote_rref_as_self_remote_arg (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12195 2022-05-18T05:43:46.2320090Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12196 2022-05-18T05:43:46.2438120Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12197 2022-05-18T05:43:46.2459840Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12198 2022-05-18T05:43:47.8317180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmldlyvxm 2022-05-18T05:43:47.8419630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc3zjctmv 2022-05-18T05:43:47.8521390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmldlyvxm/_remote_module_non_scriptable.py 2022-05-18T05:43:47.8593950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc3zjctmv/_remote_module_non_scriptable.py 2022-05-18T05:43:47.8875760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz4c64nyo 2022-05-18T05:43:47.8886120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz4c64nyo/_remote_module_non_scriptable.py 2022-05-18T05:43:47.8987430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdsq8wbgd 2022-05-18T05:43:47.8992160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdsq8wbgd/_remote_module_non_scriptable.py 2022-05-18T05:43:48.4282960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:48.4314240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:48.4637450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:48.4878880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:43:49.2393480Z ok (3.436s) 2022-05-18T05:43:49.2464350Z 2022-05-18T05:43:49.2464910Z ---------------------------------------------------------------------- 2022-05-18T05:43:49.2465230Z Ran 1 test in 3.436s 2022-05-18T05:43:49.2465360Z 2022-05-18T05:43:49.2465430Z OK 2022-05-18T05:43:49.2465530Z 2022-05-18T05:43:49.2465750Z Generating XML reports... 2022-05-18T05:43:49.2466760Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054345.xml 2022-05-18T05:43:50.6321370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb7efh4sa 2022-05-18T05:43:50.6324420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb7efh4sa/_remote_module_non_scriptable.py 2022-05-18T05:43:51.0796160Z 2022-05-18T05:43:51.0796450Z Running tests... 2022-05-18T05:43:51.0797110Z ---------------------------------------------------------------------- 2022-05-18T05:43:51.0797680Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:43:51.4992860Z test_self_remote_rref_as_self_rpc_arg (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12207 2022-05-18T05:43:51.5133860Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12208 2022-05-18T05:43:51.5256120Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12209 2022-05-18T05:43:51.5365370Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12210 2022-05-18T05:43:53.1041530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr4p2b9lk 2022-05-18T05:43:53.1122060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr4p2b9lk/_remote_module_non_scriptable.py 2022-05-18T05:43:53.1325570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6wkn_5nm 2022-05-18T05:43:53.1337520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6wkn_5nm/_remote_module_non_scriptable.py 2022-05-18T05:43:53.1478210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxhc65iub 2022-05-18T05:43:53.1504670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt09pnguj 2022-05-18T05:43:53.1553790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt09pnguj/_remote_module_non_scriptable.py 2022-05-18T05:43:53.1650280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxhc65iub/_remote_module_non_scriptable.py 2022-05-18T05:43:53.6956660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:43:53.6987900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:53.7222890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:53.7269180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:54.4810600Z ok (3.401s) 2022-05-18T05:43:54.4888030Z 2022-05-18T05:43:54.4889000Z ---------------------------------------------------------------------- 2022-05-18T05:43:54.4889300Z Ran 1 test in 3.402s 2022-05-18T05:43:54.4889430Z 2022-05-18T05:43:54.4889500Z OK 2022-05-18T05:43:54.4889610Z 2022-05-18T05:43:54.4889710Z Generating XML reports... 2022-05-18T05:43:54.4890300Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054351.xml 2022-05-18T05:43:55.8837250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcs06ccx1 2022-05-18T05:43:55.8840470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcs06ccx1/_remote_module_non_scriptable.py 2022-05-18T05:43:56.3330450Z 2022-05-18T05:43:56.3331250Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:43:56.3332180Z Running tests... 2022-05-18T05:43:56.3332600Z ---------------------------------------------------------------------- 2022-05-18T05:43:56.7499990Z test_send_to_rank (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12218 2022-05-18T05:43:56.7637190Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12219 2022-05-18T05:43:56.7758640Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12220 2022-05-18T05:43:56.7859220Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12221 2022-05-18T05:43:58.3526210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7vlwq8ac 2022-05-18T05:43:58.3627150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7vlwq8ac/_remote_module_non_scriptable.py 2022-05-18T05:43:58.3690220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2u8n35xa 2022-05-18T05:43:58.3790820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2u8n35xa/_remote_module_non_scriptable.py 2022-05-18T05:43:58.3892430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptqzb_nuu 2022-05-18T05:43:58.3909150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptqzb_nuu/_remote_module_non_scriptable.py 2022-05-18T05:43:58.3996390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf2l067gi 2022-05-18T05:43:58.4066130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf2l067gi/_remote_module_non_scriptable.py 2022-05-18T05:43:58.9632230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:58.9692500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:58.9732130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:58.9918630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:43:59.6322300Z ok (3.299s) 2022-05-18T05:43:59.6394610Z 2022-05-18T05:43:59.6395320Z ---------------------------------------------------------------------- 2022-05-18T05:43:59.6395680Z Ran 1 test in 3.299s 2022-05-18T05:43:59.6395820Z 2022-05-18T05:43:59.6395890Z OK 2022-05-18T05:43:59.6395990Z 2022-05-18T05:43:59.6396100Z Generating XML reports... 2022-05-18T05:43:59.6396740Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054356.xml 2022-05-18T05:44:01.0380660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqbqij2lt 2022-05-18T05:44:01.0384660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqbqij2lt/_remote_module_non_scriptable.py 2022-05-18T05:44:01.4807420Z 2022-05-18T05:44:01.4807740Z Running tests... 2022-05-18T05:44:01.4808350Z ---------------------------------------------------------------------- 2022-05-18T05:44:01.4808900Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:44:01.8995450Z test_server_process_global_profiler (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12230 2022-05-18T05:44:01.9162330Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12231 2022-05-18T05:44:01.9269660Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12232 2022-05-18T05:44:01.9393390Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12233 2022-05-18T05:44:03.5444260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw774yxj6 2022-05-18T05:44:03.5475960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw774yxj6/_remote_module_non_scriptable.py 2022-05-18T05:44:03.5567820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9wj1wa1g 2022-05-18T05:44:03.5621570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9wj1wa1g/_remote_module_non_scriptable.py 2022-05-18T05:44:03.5722030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppgwthw5o 2022-05-18T05:44:03.5784450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppgwthw5o/_remote_module_non_scriptable.py 2022-05-18T05:44:03.5988160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdnul3t4l 2022-05-18T05:44:03.5998750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdnul3t4l/_remote_module_non_scriptable.py 2022-05-18T05:44:04.1513300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:44:04.1528060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:44:04.1542030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:44:04.1876380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:44:04.9217980Z ok (3.441s) 2022-05-18T05:44:04.9293200Z 2022-05-18T05:44:04.9293980Z ---------------------------------------------------------------------- 2022-05-18T05:44:04.9294310Z Ran 1 test in 3.441s 2022-05-18T05:44:04.9294450Z 2022-05-18T05:44:04.9294520Z OK 2022-05-18T05:44:04.9294620Z 2022-05-18T05:44:04.9294720Z Generating XML reports... 2022-05-18T05:44:04.9295450Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054401.xml 2022-05-18T05:44:06.3351400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn809oixl 2022-05-18T05:44:06.3354760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn809oixl/_remote_module_non_scriptable.py 2022-05-18T05:44:06.7653370Z 2022-05-18T05:44:06.7654150Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:44:06.7654510Z Running tests... 2022-05-18T05:44:06.7654920Z ---------------------------------------------------------------------- 2022-05-18T05:44:07.1782130Z test_set_and_get_default_rpc_timeout (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12241 2022-05-18T05:44:07.1875240Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12242 2022-05-18T05:44:07.2042780Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12243 2022-05-18T05:44:07.2148910Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12244 2022-05-18T05:44:08.7619490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv1rrt2dd 2022-05-18T05:44:08.7693910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv1rrt2dd/_remote_module_non_scriptable.py 2022-05-18T05:44:08.8099670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpohd53btg 2022-05-18T05:44:08.8116860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq3sq81od 2022-05-18T05:44:08.8155550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq3sq81od/_remote_module_non_scriptable.py 2022-05-18T05:44:08.8227390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpohd53btg/_remote_module_non_scriptable.py 2022-05-18T05:44:08.8328590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6r28enha 2022-05-18T05:44:08.8429210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6r28enha/_remote_module_non_scriptable.py 2022-05-18T05:44:09.3412770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:44:09.3944030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:44:09.3998830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:44:09.4001720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:44:10.0879750Z ok (3.322s) 2022-05-18T05:44:10.0955120Z 2022-05-18T05:44:10.0956420Z ---------------------------------------------------------------------- 2022-05-18T05:44:10.0957000Z Ran 1 test in 3.323s 2022-05-18T05:44:10.0957140Z 2022-05-18T05:44:10.0957210Z OK 2022-05-18T05:44:10.0958040Z 2022-05-18T05:44:10.0958300Z Generating XML reports... 2022-05-18T05:44:10.0958980Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054406.xml 2022-05-18T05:44:11.5389560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj79czznp 2022-05-18T05:44:11.5392880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj79czznp/_remote_module_non_scriptable.py 2022-05-18T05:44:11.9854740Z 2022-05-18T05:44:11.9855060Z Running tests... 2022-05-18T05:44:11.9855690Z ---------------------------------------------------------------------- 2022-05-18T05:44:11.9856200Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:44:12.4211810Z test_shutdown_errors (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12253 2022-05-18T05:44:12.4279670Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12254 2022-05-18T05:44:12.4458900Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12255 2022-05-18T05:44:12.4601090Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12256 2022-05-18T05:44:13.9990530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphqo3gpw0 2022-05-18T05:44:14.0047350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphqo3gpw0/_remote_module_non_scriptable.py 2022-05-18T05:44:14.0582620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6iw7v8_q 2022-05-18T05:44:14.0648880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6iw7v8_q/_remote_module_non_scriptable.py 2022-05-18T05:44:14.0876630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv4cr7bx9 2022-05-18T05:44:14.0978180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv4cr7bx9/_remote_module_non_scriptable.py 2022-05-18T05:44:14.0979520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp883z01q8 2022-05-18T05:44:14.1080980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp883z01q8/_remote_module_non_scriptable.py 2022-05-18T05:44:14.6006100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:44:14.6558440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:44:14.6663120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:44:14.6696970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:44:14.6932110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:44:14.6933580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:44:14.7557930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:44:14.7559380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:44:14.7561150Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:44:14.7562330Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:44:14.7662950Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:44:14.7771930Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:44:14.9843710Z [W tensorpipe_agent.cpp:627] RPC agent for worker3 won't send response to request #3 to worker0, as the agent is shutting down 2022-05-18T05:44:14.9912900Z [W tensorpipe_agent.cpp:728] RPC agent for worker3 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:44:15.0014750Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker3: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:44:15.0115180Z [W tensorpipe_agent.cpp:942] RPC agent for worker0 encountered error when reading incoming response from worker3: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:44:15.0216590Z [W tensorpipe_agent.cpp:728] RPC agent for worker2 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:44:15.0317000Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker2: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:44:15.0350410Z ERROR:torch.distributed.rpc.api:Failed to respond to 'Shutdown Proceed' in time, got error Followers ['worker3', 'worker2', 'worker1'] timed out in _all_gather after 0.00 seconds. The first exception is EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:44:15.0442960Z [W tensorpipe_agent.cpp:728] RPC agent for worker1 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:44:15.0462950Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker1: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:44:15.0552220Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:44:15.0645270Z RuntimeError('simulation') 2022-05-18T05:44:15.0667180Z Traceback (most recent call last): 2022-05-18T05:44:15.0754360Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:44:15.0849300Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:44:15.0870490Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 4728, in raise_error 2022-05-18T05:44:15.0957030Z raise RuntimeError('simulation') 2022-05-18T05:44:15.1051180Z RuntimeError: simulation 2022-05-18T05:44:15.1072170Z 2022-05-18T05:44:15.1159790Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:44:15.1253460Z RuntimeError('simulation') 2022-05-18T05:44:15.1277360Z Traceback (most recent call last): 2022-05-18T05:44:15.1362730Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:44:15.1384900Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:44:15.1390870Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 4728, in raise_error 2022-05-18T05:44:15.1394910Z raise RuntimeError('simulation') 2022-05-18T05:44:15.1398070Z RuntimeError: simulation 2022-05-18T05:44:15.1461190Z 2022-05-18T05:44:15.1490800Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:44:15.1501600Z RuntimeError('simulation') 2022-05-18T05:44:15.1564240Z Traceback (most recent call last): 2022-05-18T05:44:15.1605930Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:44:15.1707390Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:44:15.1808360Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 4728, in raise_error 2022-05-18T05:44:15.1809010Z raise RuntimeError('simulation') 2022-05-18T05:44:15.1909180Z RuntimeError: simulation 2022-05-18T05:44:15.2009930Z 2022-05-18T05:44:15.3635440Z ok (3.378s) 2022-05-18T05:44:15.3706730Z 2022-05-18T05:44:15.3707530Z ---------------------------------------------------------------------- 2022-05-18T05:44:15.3707930Z Ran 1 test in 3.378s 2022-05-18T05:44:15.3708060Z 2022-05-18T05:44:15.3708130Z OK 2022-05-18T05:44:15.3708240Z 2022-05-18T05:44:15.3708340Z Generating XML reports... 2022-05-18T05:44:15.3708930Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054411.xml 2022-05-18T05:44:16.7759020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfk3fr6ig 2022-05-18T05:44:16.7763150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfk3fr6ig/_remote_module_non_scriptable.py 2022-05-18T05:44:17.2363690Z 2022-05-18T05:44:17.2365000Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:44:17.2365390Z Running tests... 2022-05-18T05:44:17.2365820Z ---------------------------------------------------------------------- 2022-05-18T05:44:17.6523640Z test_shutdown_followed_by_rpc (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12264 2022-05-18T05:44:17.6679770Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12265 2022-05-18T05:44:17.6791110Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12266 2022-05-18T05:44:17.6894160Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12267 2022-05-18T05:44:19.2575300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt31b2hvt 2022-05-18T05:44:19.2669230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt31b2hvt/_remote_module_non_scriptable.py 2022-05-18T05:44:19.2728110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7q2mwo_c 2022-05-18T05:44:19.2735950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7q2mwo_c/_remote_module_non_scriptable.py 2022-05-18T05:44:19.2933580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf7ellh1n 2022-05-18T05:44:19.2985370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf7ellh1n/_remote_module_non_scriptable.py 2022-05-18T05:44:19.3043900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmdy__7lg 2022-05-18T05:44:19.3137420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmdy__7lg/_remote_module_non_scriptable.py 2022-05-18T05:44:19.8677220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:44:19.8681650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:44:19.8792070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:44:19.8826590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:44:20.5085020Z ok (3.272s) 2022-05-18T05:44:20.5164430Z 2022-05-18T05:44:20.5166150Z ---------------------------------------------------------------------- 2022-05-18T05:44:20.5166960Z Ran 1 test in 3.272s 2022-05-18T05:44:20.5167380Z 2022-05-18T05:44:20.5167690Z OK 2022-05-18T05:44:20.5168070Z 2022-05-18T05:44:20.5168430Z Generating XML reports... 2022-05-18T05:44:20.5169340Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054417.xml 2022-05-18T05:44:21.9127430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwgbnsqw3 2022-05-18T05:44:21.9131140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwgbnsqw3/_remote_module_non_scriptable.py 2022-05-18T05:44:22.3556000Z 2022-05-18T05:44:22.3556800Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:44:22.3557190Z Running tests... 2022-05-18T05:44:22.3557610Z ---------------------------------------------------------------------- 2022-05-18T05:44:22.7739950Z test_stress_heavy_rpc (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12276 2022-05-18T05:44:22.7817190Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12277 2022-05-18T05:44:22.7946620Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12278 2022-05-18T05:44:22.8118260Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12279 2022-05-18T05:44:24.3750590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr9d4bhm0 2022-05-18T05:44:24.3795690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr9d4bhm0/_remote_module_non_scriptable.py 2022-05-18T05:44:24.3958730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoq1s9blj 2022-05-18T05:44:24.3988030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoq1s9blj/_remote_module_non_scriptable.py 2022-05-18T05:44:24.4104850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpruhqmfs_ 2022-05-18T05:44:24.4204120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpruhqmfs_/_remote_module_non_scriptable.py 2022-05-18T05:44:24.4711950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3kjkb03p 2022-05-18T05:44:24.4771320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3kjkb03p/_remote_module_non_scriptable.py 2022-05-18T05:44:24.9302780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:44:24.9646560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:44:24.9853230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:44:25.0284170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:44:25.4463690Z Rank 1 finished testing 20 times in 0.11983203887939453 seconds. 2022-05-18T05:44:25.4590030Z Rank 0 finished testing 20 times in 0.11586189270019531 seconds. 2022-05-18T05:44:25.4814800Z Rank 2 finished testing 20 times in 0.11989974975585938 seconds. 2022-05-18T05:44:25.5035410Z Rank 3 finished testing 20 times in 0.11831808090209961 seconds. 2022-05-18T05:44:25.8369070Z ok (3.481s) 2022-05-18T05:44:25.8448850Z 2022-05-18T05:44:25.8449730Z ---------------------------------------------------------------------- 2022-05-18T05:44:25.8450060Z Ran 1 test in 3.482s 2022-05-18T05:44:25.8450210Z 2022-05-18T05:44:25.8450280Z OK 2022-05-18T05:44:25.8450770Z 2022-05-18T05:44:25.8450900Z Generating XML reports... 2022-05-18T05:44:25.8451520Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054422.xml 2022-05-18T05:44:27.2408430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu7nmdg5w 2022-05-18T05:44:27.2411430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu7nmdg5w/_remote_module_non_scriptable.py 2022-05-18T05:44:27.6793860Z 2022-05-18T05:44:27.6794140Z Running tests... 2022-05-18T05:44:27.6794900Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:44:28.1009810Z ---------------------------------------------------------------------- 2022-05-18T05:44:28.1010370Z test_stress_heavy_rpc_torchscript (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12287 2022-05-18T05:44:28.1086190Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12288 2022-05-18T05:44:28.1277340Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12289 2022-05-18T05:44:28.1384820Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12290 2022-05-18T05:44:29.6817690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9j0a07r0 2022-05-18T05:44:29.6906850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9j0a07r0/_remote_module_non_scriptable.py 2022-05-18T05:44:29.7030490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy0dltj42 2022-05-18T05:44:29.7108730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy0dltj42/_remote_module_non_scriptable.py 2022-05-18T05:44:29.7689060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoelt69fs 2022-05-18T05:44:29.7742440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoelt69fs/_remote_module_non_scriptable.py 2022-05-18T05:44:29.7902950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0b8x9oqn 2022-05-18T05:44:29.8004410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0b8x9oqn/_remote_module_non_scriptable.py 2022-05-18T05:44:30.2880100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:44:30.2984360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:44:30.3468230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:44:30.3589100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:44:30.9089800Z Rank 3 finished testing 20 times in 0.30070996284484863 seconds. 2022-05-18T05:44:30.9350100Z Rank 2 finished testing 20 times in 0.29585695266723633 seconds. 2022-05-18T05:44:30.9462200Z Rank 0 finished testing 20 times in 0.29257702827453613 seconds. 2022-05-18T05:44:30.9597870Z Rank 1 finished testing 20 times in 0.2988860607147217 seconds. 2022-05-18T05:44:31.2745670Z ok (3.595s) 2022-05-18T05:44:31.2826110Z 2022-05-18T05:44:31.2826830Z ---------------------------------------------------------------------- 2022-05-18T05:44:31.2827150Z Ran 1 test in 3.595s 2022-05-18T05:44:31.2827300Z 2022-05-18T05:44:31.2827370Z OK 2022-05-18T05:44:31.2827470Z 2022-05-18T05:44:31.2827570Z Generating XML reports... 2022-05-18T05:44:31.2828530Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054427.xml 2022-05-18T05:44:32.7112170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpojyrb4nj 2022-05-18T05:44:32.7116090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpojyrb4nj/_remote_module_non_scriptable.py 2022-05-18T05:44:33.1617030Z 2022-05-18T05:44:33.1617840Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:44:33.1618220Z Running tests... 2022-05-18T05:44:33.1618610Z ---------------------------------------------------------------------- 2022-05-18T05:44:33.6016490Z test_stress_light_rpc (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12300 2022-05-18T05:44:33.6160760Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12301 2022-05-18T05:44:33.6321500Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12302 2022-05-18T05:44:33.6343830Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12303 2022-05-18T05:44:35.3052090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9ip_m9sa 2022-05-18T05:44:35.3142610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9ip_m9sa/_remote_module_non_scriptable.py 2022-05-18T05:44:35.3150490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmq0scry2 2022-05-18T05:44:35.3245200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmq0scry2/_remote_module_non_scriptable.py 2022-05-18T05:44:35.3585930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmfqu84q5 2022-05-18T05:44:35.3686430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo8p621uk 2022-05-18T05:44:35.3761160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmfqu84q5/_remote_module_non_scriptable.py 2022-05-18T05:44:35.3793520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo8p621uk/_remote_module_non_scriptable.py 2022-05-18T05:44:35.9118750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:44:35.9126950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:44:35.9449350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:44:35.9481830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:44:37.2975000Z Rank 2 finished testing 1000 times in 1.0755829811096191 seconds. 2022-05-18T05:44:37.3201190Z Rank 1 finished testing 1000 times in 0.9379451274871826 seconds. 2022-05-18T05:44:37.3302930Z Rank 0 finished testing 1000 times in 1.0383038520812988 seconds. 2022-05-18T05:44:37.4206880Z Rank 3 finished testing 1000 times in 0.9835281372070312 seconds. 2022-05-18T05:44:37.6334230Z ok (4.471s) 2022-05-18T05:44:37.6411520Z 2022-05-18T05:44:37.6412460Z ---------------------------------------------------------------------- 2022-05-18T05:44:37.6412820Z Ran 1 test in 4.472s 2022-05-18T05:44:37.6412950Z 2022-05-18T05:44:37.6413130Z OK 2022-05-18T05:44:37.6413240Z 2022-05-18T05:44:37.6413420Z Generating XML reports... 2022-05-18T05:44:37.6414060Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054433.xml 2022-05-18T05:44:39.0311980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpejdzsam_ 2022-05-18T05:44:39.0316070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpejdzsam_/_remote_module_non_scriptable.py 2022-05-18T05:44:39.4727170Z 2022-05-18T05:44:39.4727510Z Running tests... 2022-05-18T05:44:39.4728140Z ---------------------------------------------------------------------- 2022-05-18T05:44:39.4728710Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:44:39.9024890Z test_use_rpc_pickler (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12311 2022-05-18T05:44:39.9172980Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12312 2022-05-18T05:44:39.9319520Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12313 2022-05-18T05:44:39.9422810Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12314 2022-05-18T05:44:41.6244390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg64p1xo1 2022-05-18T05:44:41.6252660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg64p1xo1/_remote_module_non_scriptable.py 2022-05-18T05:44:41.6286360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk8f86b_j 2022-05-18T05:44:41.6359570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk8f86b_j/_remote_module_non_scriptable.py 2022-05-18T05:44:41.6396590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppk2uvz82 2022-05-18T05:44:41.6459810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppk2uvz82/_remote_module_non_scriptable.py 2022-05-18T05:44:41.6843420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppk3ta5a6 2022-05-18T05:44:41.6880580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppk3ta5a6/_remote_module_non_scriptable.py 2022-05-18T05:44:42.2407360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:44:42.2718760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:44:42.2772930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:44:42.3428760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:44:42.7154950Z ok (3.243s) 2022-05-18T05:44:42.7232880Z 2022-05-18T05:44:42.7233940Z ---------------------------------------------------------------------- 2022-05-18T05:44:42.7234300Z Ran 1 test in 3.243s 2022-05-18T05:44:42.7234440Z 2022-05-18T05:44:42.7234500Z OK 2022-05-18T05:44:42.7234630Z 2022-05-18T05:44:42.7234740Z Generating XML reports... 2022-05-18T05:44:42.7235340Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054439.xml 2022-05-18T05:44:44.1560880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprtzl3p6p 2022-05-18T05:44:44.1564030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprtzl3p6p/_remote_module_non_scriptable.py 2022-05-18T05:44:44.6112620Z 2022-05-18T05:44:44.6113430Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:44:44.6113800Z Running tests... 2022-05-18T05:44:44.6114210Z ---------------------------------------------------------------------- 2022-05-18T05:44:45.0426700Z test_use_rref_after_shutdown (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12323 2022-05-18T05:44:45.0570740Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12324 2022-05-18T05:44:45.0717540Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12325 2022-05-18T05:44:45.0765320Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12326 2022-05-18T05:44:46.6320610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6fsnq5qc 2022-05-18T05:44:46.6335870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6fsnq5qc/_remote_module_non_scriptable.py 2022-05-18T05:44:46.6393980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnff86k97 2022-05-18T05:44:46.6480060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnff86k97/_remote_module_non_scriptable.py 2022-05-18T05:44:46.6790990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_2m4f3k4 2022-05-18T05:44:46.6896520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_2m4f3k4/_remote_module_non_scriptable.py 2022-05-18T05:44:46.7803800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfhojkitm 2022-05-18T05:44:46.7862360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfhojkitm/_remote_module_non_scriptable.py 2022-05-18T05:44:47.2227180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:44:47.2293690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:44:47.2828410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:44:47.3359920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:44:48.1489640Z ok (3.537s) 2022-05-18T05:44:48.1561350Z 2022-05-18T05:44:48.1562530Z ---------------------------------------------------------------------- 2022-05-18T05:44:48.1563420Z Ran 1 test in 3.538s 2022-05-18T05:44:48.1563630Z 2022-05-18T05:44:48.1563910Z OK 2022-05-18T05:44:48.1564020Z 2022-05-18T05:44:48.1564300Z Generating XML reports... 2022-05-18T05:44:48.1564930Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054444.xml 2022-05-18T05:44:49.5655150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmq214c6y 2022-05-18T05:44:49.5657830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmq214c6y/_remote_module_non_scriptable.py 2022-05-18T05:44:50.0216130Z 2022-05-18T05:44:50.0216930Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:44:50.0217340Z Running tests... 2022-05-18T05:44:50.0217790Z ---------------------------------------------------------------------- 2022-05-18T05:44:50.4488430Z test_user_rref_backward (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12334 2022-05-18T05:44:50.4575090Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12335 2022-05-18T05:44:50.4739670Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12336 2022-05-18T05:44:50.4850450Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12337 2022-05-18T05:44:52.1114270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6u7ikuwx 2022-05-18T05:44:52.1184910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6u7ikuwx/_remote_module_non_scriptable.py 2022-05-18T05:44:52.1438570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdl541ir9 2022-05-18T05:44:52.1515680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdl541ir9/_remote_module_non_scriptable.py 2022-05-18T05:44:52.1573770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpst8d3qr_ 2022-05-18T05:44:52.1620640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpst8d3qr_/_remote_module_non_scriptable.py 2022-05-18T05:44:52.2075010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpetqhqh11 2022-05-18T05:44:52.2173140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpetqhqh11/_remote_module_non_scriptable.py 2022-05-18T05:44:52.6912260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:44:52.7275450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:44:52.7346240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:44:52.7831580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:44:53.5089720Z ok (3.487s) 2022-05-18T05:44:53.5167030Z 2022-05-18T05:44:53.5167810Z ---------------------------------------------------------------------- 2022-05-18T05:44:53.5168130Z Ran 1 test in 3.488s 2022-05-18T05:44:53.5168280Z 2022-05-18T05:44:53.5168350Z OK 2022-05-18T05:44:53.5168560Z 2022-05-18T05:44:53.5168840Z Generating XML reports... 2022-05-18T05:44:53.5169740Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054450.xml 2022-05-18T05:44:54.9182820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp122nym7l 2022-05-18T05:44:54.9187100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp122nym7l/_remote_module_non_scriptable.py 2022-05-18T05:44:55.3702870Z 2022-05-18T05:44:55.3703650Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:44:55.3704230Z Running tests... 2022-05-18T05:44:55.3704960Z ---------------------------------------------------------------------- 2022-05-18T05:44:55.7964510Z test_user_rrefs_confirmed (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12346 2022-05-18T05:44:55.8057580Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12347 2022-05-18T05:44:55.8241610Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12348 2022-05-18T05:44:55.8376410Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12349 2022-05-18T05:44:57.4007190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpufaxnzs9 2022-05-18T05:44:57.4077180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpufaxnzs9/_remote_module_non_scriptable.py 2022-05-18T05:44:57.4387260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvfvzqksk 2022-05-18T05:44:57.4438900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvfvzqksk/_remote_module_non_scriptable.py 2022-05-18T05:44:57.4544290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppwrci49k 2022-05-18T05:44:57.4644300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppwrci49k/_remote_module_non_scriptable.py 2022-05-18T05:44:57.4878070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcplibdeu 2022-05-18T05:44:57.4941800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcplibdeu/_remote_module_non_scriptable.py 2022-05-18T05:44:58.0202240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:44:58.0226340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:44:58.0409540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:44:58.0646740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:44:58.8840080Z ok (3.514s) 2022-05-18T05:44:58.8915530Z 2022-05-18T05:44:58.8916320Z ---------------------------------------------------------------------- 2022-05-18T05:44:58.8916670Z Ran 1 test in 3.514s 2022-05-18T05:44:58.8916810Z 2022-05-18T05:44:58.8916870Z OK 2022-05-18T05:44:58.8916980Z 2022-05-18T05:44:58.8917080Z Generating XML reports... 2022-05-18T05:44:58.8917870Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054455.xml 2022-05-18T05:45:00.3148330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1vmx6288 2022-05-18T05:45:00.3153320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1vmx6288/_remote_module_non_scriptable.py 2022-05-18T05:45:00.7676480Z 2022-05-18T05:45:00.7676820Z Running tests... 2022-05-18T05:45:00.7677490Z ---------------------------------------------------------------------- 2022-05-18T05:45:00.7678030Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:45:01.2123850Z test_user_rrefs_confirmed_remote (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12358 2022-05-18T05:45:01.2200790Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12359 2022-05-18T05:45:01.2312970Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12360 2022-05-18T05:45:01.2420680Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12361 2022-05-18T05:45:02.8401390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp61oh3s_j 2022-05-18T05:45:02.8441590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp61oh3s_j/_remote_module_non_scriptable.py 2022-05-18T05:45:02.8624210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdei321iv 2022-05-18T05:45:02.8694460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdei321iv/_remote_module_non_scriptable.py 2022-05-18T05:45:02.8793960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd824ei14 2022-05-18T05:45:02.8847030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd824ei14/_remote_module_non_scriptable.py 2022-05-18T05:45:02.8943310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy6oh0o81 2022-05-18T05:45:02.9044110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy6oh0o81/_remote_module_non_scriptable.py 2022-05-18T05:45:03.4679990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:03.4722100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:03.4788360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:03.5116090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:45:04.1337620Z ok (3.366s) 2022-05-18T05:45:04.1415130Z 2022-05-18T05:45:04.1415770Z ---------------------------------------------------------------------- 2022-05-18T05:45:04.1416110Z Ran 1 test in 3.367s 2022-05-18T05:45:04.1416250Z 2022-05-18T05:45:04.1416320Z OK 2022-05-18T05:45:04.1416420Z 2022-05-18T05:45:04.1416520Z Generating XML reports... 2022-05-18T05:45:04.1418500Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054500.xml 2022-05-18T05:45:05.5466840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpunp9v2bd 2022-05-18T05:45:05.5469460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpunp9v2bd/_remote_module_non_scriptable.py 2022-05-18T05:45:05.9981280Z 2022-05-18T05:45:05.9982090Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:45:05.9983100Z Running tests... 2022-05-18T05:45:05.9983890Z ---------------------------------------------------------------------- 2022-05-18T05:45:06.4288270Z test_wait_all (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12369 2022-05-18T05:45:06.4449350Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12370 2022-05-18T05:45:06.4564170Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12371 2022-05-18T05:45:06.4575720Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12372 2022-05-18T05:45:08.0040000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqi79t47h 2022-05-18T05:45:08.0116760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqi79t47h/_remote_module_non_scriptable.py 2022-05-18T05:45:08.0621160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmm8xe8tr 2022-05-18T05:45:08.0639420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmm8xe8tr/_remote_module_non_scriptable.py 2022-05-18T05:45:08.0926280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdwk8e2rw 2022-05-18T05:45:08.1008670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdwk8e2rw/_remote_module_non_scriptable.py 2022-05-18T05:45:08.1346360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpck1at_ou 2022-05-18T05:45:08.1396390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpck1at_ou/_remote_module_non_scriptable.py 2022-05-18T05:45:08.6086980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:08.6491770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:08.6691320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:08.6954700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:45:09.2592970Z ok (3.261s) 2022-05-18T05:45:09.2669990Z 2022-05-18T05:45:09.2671220Z ---------------------------------------------------------------------- 2022-05-18T05:45:09.2671600Z Ran 1 test in 3.261s 2022-05-18T05:45:09.2671750Z 2022-05-18T05:45:09.2671810Z OK 2022-05-18T05:45:09.2671920Z 2022-05-18T05:45:09.2672020Z Generating XML reports... 2022-05-18T05:45:09.2672630Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054505.xml 2022-05-18T05:45:10.6908400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpie59a0no 2022-05-18T05:45:10.6911070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpie59a0no/_remote_module_non_scriptable.py 2022-05-18T05:45:11.1424930Z 2022-05-18T05:45:11.1425700Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:45:11.1435990Z Running tests... 2022-05-18T05:45:11.1436730Z ---------------------------------------------------------------------- 2022-05-18T05:45:11.5828660Z test_wait_all_exit_early_builtin (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12381 2022-05-18T05:45:11.5963000Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12382 2022-05-18T05:45:11.6147470Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12383 2022-05-18T05:45:11.6252700Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12384 2022-05-18T05:45:13.2254130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbie256ih 2022-05-18T05:45:13.2295530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbie256ih/_remote_module_non_scriptable.py 2022-05-18T05:45:13.2450690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvcyipqqv 2022-05-18T05:45:13.2484420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvcyipqqv/_remote_module_non_scriptable.py 2022-05-18T05:45:13.2553910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg7avqp8l 2022-05-18T05:45:13.2607890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg7avqp8l/_remote_module_non_scriptable.py 2022-05-18T05:45:13.2816810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaat2z104 2022-05-18T05:45:13.2908050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaat2z104/_remote_module_non_scriptable.py 2022-05-18T05:45:13.8315510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:45:13.8331690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:13.8338610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:13.8712080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:14.0343590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:45:14.0344960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:45:14.1095160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:45:14.1096130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:45:14.1097920Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:45:14.1099910Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:45:14.1294870Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:45:14.1297790Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:45:14.6371720Z ok (3.494s) 2022-05-18T05:45:14.6449200Z 2022-05-18T05:45:14.6449940Z ---------------------------------------------------------------------- 2022-05-18T05:45:14.6450290Z Ran 1 test in 3.495s 2022-05-18T05:45:14.6450420Z 2022-05-18T05:45:14.6450480Z OK 2022-05-18T05:45:14.6450590Z 2022-05-18T05:45:14.6450690Z Generating XML reports... 2022-05-18T05:45:14.6451280Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054511.xml 2022-05-18T05:45:16.0258270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpegvyaxbs 2022-05-18T05:45:16.0261340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpegvyaxbs/_remote_module_non_scriptable.py 2022-05-18T05:45:16.4792850Z 2022-05-18T05:45:16.4793630Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:45:16.4794440Z Running tests... 2022-05-18T05:45:16.4794950Z ---------------------------------------------------------------------- 2022-05-18T05:45:16.8995760Z test_wait_all_exit_early_python (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12392 2022-05-18T05:45:16.9110000Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12393 2022-05-18T05:45:16.9272320Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12394 2022-05-18T05:45:16.9374830Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12395 2022-05-18T05:45:18.5302210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpahn57w46 2022-05-18T05:45:18.5374120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpahn57w46/_remote_module_non_scriptable.py 2022-05-18T05:45:18.5475820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7wrebjbg 2022-05-18T05:45:18.5476520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7wrebjbg/_remote_module_non_scriptable.py 2022-05-18T05:45:18.5677260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr6m9viu5 2022-05-18T05:45:18.5677960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr6m9viu5/_remote_module_non_scriptable.py 2022-05-18T05:45:18.5777800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptz0hy2se 2022-05-18T05:45:18.5978280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptz0hy2se/_remote_module_non_scriptable.py 2022-05-18T05:45:19.1210680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:19.1229900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:19.1238370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:45:19.1241810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:19.4469330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:45:19.4471010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:45:19.4472220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:45:19.4480690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:45:19.4483580Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:45:19.4579240Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:45:19.4994000Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:45:19.5117440Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:45:19.6329030Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:45:19.6329700Z ValueError('Expected error') 2022-05-18T05:45:19.6329950Z Traceback (most recent call last): 2022-05-18T05:45:19.6330500Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:19.6330910Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:19.6331520Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:19.6331880Z raise ValueError(expected_err) 2022-05-18T05:45:19.6332110Z ValueError: Expected error 2022-05-18T05:45:19.6332250Z 2022-05-18T05:45:19.6332350Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:45:19.6332660Z ValueError('Expected error') 2022-05-18T05:45:19.6332900Z Traceback (most recent call last): 2022-05-18T05:45:19.6333420Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:19.6333810Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:19.6334400Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:19.6334760Z raise ValueError(expected_err) 2022-05-18T05:45:19.6335440Z ValueError: Expected error 2022-05-18T05:45:19.6335580Z 2022-05-18T05:45:19.6546720Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:45:19.6668970Z ValueError('Expected error') 2022-05-18T05:45:19.6771950Z Traceback (most recent call last): 2022-05-18T05:45:19.6881020Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:19.6992930Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:19.7175800Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:19.7277360Z raise ValueError(expected_err) 2022-05-18T05:45:19.7378870Z ValueError: Expected error 2022-05-18T05:45:19.7400720Z 2022-05-18T05:45:19.7495470Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:45:19.7586040Z ValueError('Expected error') 2022-05-18T05:45:19.7603070Z Traceback (most recent call last): 2022-05-18T05:45:19.7699730Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:19.7719010Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:19.7791560Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:19.7797540Z raise ValueError(expected_err) 2022-05-18T05:45:19.7799460Z ValueError: Expected error 2022-05-18T05:45:19.7801340Z 2022-05-18T05:45:19.7803340Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:45:19.7813830Z ValueError('Expected error') 2022-05-18T05:45:19.7817490Z Traceback (most recent call last): 2022-05-18T05:45:19.7896120Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:19.7920080Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:19.8002440Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:19.8023870Z raise ValueError(expected_err) 2022-05-18T05:45:19.8114270Z ValueError: Expected error 2022-05-18T05:45:19.8205230Z 2022-05-18T05:45:19.8226240Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:45:19.8316990Z ValueError('Expected error') 2022-05-18T05:45:19.8351780Z Traceback (most recent call last): 2022-05-18T05:45:19.8429500Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:19.8522660Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:19.8554920Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:19.8632970Z raise ValueError(expected_err) 2022-05-18T05:45:19.8725080Z ValueError: Expected error 2022-05-18T05:45:19.8759080Z 2022-05-18T05:45:19.8859240Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:45:19.8871660Z ValueError('Expected error') 2022-05-18T05:45:19.8872490Z Traceback (most recent call last): 2022-05-18T05:45:19.8873620Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:19.8874570Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:19.8875740Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:19.8876670Z raise ValueError(expected_err) 2022-05-18T05:45:19.8877430Z ValueError: Expected error 2022-05-18T05:45:19.8878060Z 2022-05-18T05:45:19.8878700Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:45:19.8879610Z ValueError('Expected error') 2022-05-18T05:45:19.8880390Z Traceback (most recent call last): 2022-05-18T05:45:19.8882160Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:19.8883120Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:19.8884250Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:19.8885140Z raise ValueError(expected_err) 2022-05-18T05:45:19.8885890Z ValueError: Expected error 2022-05-18T05:45:19.8886530Z 2022-05-18T05:45:20.0089590Z ok (3.529s) 2022-05-18T05:45:20.0166070Z 2022-05-18T05:45:20.0166690Z ---------------------------------------------------------------------- 2022-05-18T05:45:20.0167030Z Ran 1 test in 3.530s 2022-05-18T05:45:20.0167160Z 2022-05-18T05:45:20.0167230Z OK 2022-05-18T05:45:20.0167340Z 2022-05-18T05:45:20.0167440Z Generating XML reports... 2022-05-18T05:45:20.0168030Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054516.xml 2022-05-18T05:45:21.4482440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzm0hmaem 2022-05-18T05:45:21.4485570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzm0hmaem/_remote_module_non_scriptable.py 2022-05-18T05:45:21.8921810Z 2022-05-18T05:45:21.8922540Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:45:21.8922920Z Running tests... 2022-05-18T05:45:21.8923800Z ---------------------------------------------------------------------- 2022-05-18T05:45:22.3137470Z test_wait_all_exit_early_script_function (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12404 2022-05-18T05:45:22.3217490Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12405 2022-05-18T05:45:22.3405450Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12406 2022-05-18T05:45:22.3407610Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12407 2022-05-18T05:45:23.9314540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptwix6k9z 2022-05-18T05:45:23.9364850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptwix6k9z/_remote_module_non_scriptable.py 2022-05-18T05:45:23.9545890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptste_j5s 2022-05-18T05:45:23.9642000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptste_j5s/_remote_module_non_scriptable.py 2022-05-18T05:45:23.9848880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6dk9fkgh 2022-05-18T05:45:23.9921740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6dk9fkgh/_remote_module_non_scriptable.py 2022-05-18T05:45:24.0229250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcv3r555a 2022-05-18T05:45:24.0253730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcv3r555a/_remote_module_non_scriptable.py 2022-05-18T05:45:24.5220830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:45:24.5302290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:24.5860370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:24.5974970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:24.8738380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:45:24.8906760Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:45:24.8908090Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:45:24.8910820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:45:24.8912700Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:45:24.8914990Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:45:24.8917030Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:45:24.9446580Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:45:25.5749250Z ok (3.682s) 2022-05-18T05:45:25.5824510Z 2022-05-18T05:45:25.5825300Z ---------------------------------------------------------------------- 2022-05-18T05:45:25.5825660Z Ran 1 test in 3.683s 2022-05-18T05:45:25.5825810Z 2022-05-18T05:45:25.5825960Z OK 2022-05-18T05:45:25.5826080Z 2022-05-18T05:45:25.5826190Z Generating XML reports... 2022-05-18T05:45:25.5826790Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054521.xml 2022-05-18T05:45:26.9861530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpknkd7e33 2022-05-18T05:45:26.9865430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpknkd7e33/_remote_module_non_scriptable.py 2022-05-18T05:45:27.4408430Z 2022-05-18T05:45:27.4409220Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:45:27.4409600Z Running tests... 2022-05-18T05:45:27.4410620Z ---------------------------------------------------------------------- 2022-05-18T05:45:27.8660940Z test_wait_all_multiple_call (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12415 2022-05-18T05:45:27.9298190Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12416 2022-05-18T05:45:27.9543940Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12417 2022-05-18T05:45:27.9645520Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12418 2022-05-18T05:45:29.4512130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqdm0nyx4 2022-05-18T05:45:29.4563490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqdm0nyx4/_remote_module_non_scriptable.py 2022-05-18T05:45:29.4634390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6ja6ay56 2022-05-18T05:45:29.4671840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6ja6ay56/_remote_module_non_scriptable.py 2022-05-18T05:45:29.5057050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9lbvjt1u 2022-05-18T05:45:29.5116960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9lbvjt1u/_remote_module_non_scriptable.py 2022-05-18T05:45:29.5688480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4f267w4l 2022-05-18T05:45:29.5761600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4f267w4l/_remote_module_non_scriptable.py 2022-05-18T05:45:30.0389160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:30.0456860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:30.0942430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:45:30.1162990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:30.9844440Z ok (3.543s) 2022-05-18T05:45:30.9913810Z 2022-05-18T05:45:30.9914630Z ---------------------------------------------------------------------- 2022-05-18T05:45:30.9914990Z Ran 1 test in 3.544s 2022-05-18T05:45:30.9915120Z 2022-05-18T05:45:30.9915190Z OK 2022-05-18T05:45:30.9915290Z 2022-05-18T05:45:30.9915400Z Generating XML reports... 2022-05-18T05:45:30.9915990Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054527.xml 2022-05-18T05:45:32.4229310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy9qbbgh9 2022-05-18T05:45:32.4232200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy9qbbgh9/_remote_module_non_scriptable.py 2022-05-18T05:45:32.8748870Z 2022-05-18T05:45:32.8749680Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:45:32.8750790Z Running tests... 2022-05-18T05:45:32.8751830Z ---------------------------------------------------------------------- 2022-05-18T05:45:33.3041990Z test_wait_all_raise_in_body (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12427 2022-05-18T05:45:33.3212780Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12428 2022-05-18T05:45:33.3287650Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12429 2022-05-18T05:45:33.3425730Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12430 2022-05-18T05:45:34.9295290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp88npjjd_ 2022-05-18T05:45:34.9384690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp88npjjd_/_remote_module_non_scriptable.py 2022-05-18T05:45:34.9637320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvp8lfchh 2022-05-18T05:45:34.9739200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvp8lfchh/_remote_module_non_scriptable.py 2022-05-18T05:45:34.9997820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnbw47h6d 2022-05-18T05:45:35.0031420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnbw47h6d/_remote_module_non_scriptable.py 2022-05-18T05:45:35.0119640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2rw7prpc 2022-05-18T05:45:35.0136070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2rw7prpc/_remote_module_non_scriptable.py 2022-05-18T05:45:35.5547870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:35.5693950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:35.6147690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:45:35.6294120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:36.2846760Z ok (3.410s) 2022-05-18T05:45:36.2921870Z 2022-05-18T05:45:36.2922660Z ---------------------------------------------------------------------- 2022-05-18T05:45:36.2923000Z Ran 1 test in 3.410s 2022-05-18T05:45:36.2923130Z 2022-05-18T05:45:36.2923200Z OK 2022-05-18T05:45:36.2923310Z 2022-05-18T05:45:36.2923410Z Generating XML reports... 2022-05-18T05:45:36.2924010Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054532.xml 2022-05-18T05:45:37.7206430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpre7i6lfu 2022-05-18T05:45:37.7211230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpre7i6lfu/_remote_module_non_scriptable.py 2022-05-18T05:45:38.1670870Z 2022-05-18T05:45:38.1671630Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:45:38.1672010Z Running tests... 2022-05-18T05:45:38.1672420Z ---------------------------------------------------------------------- 2022-05-18T05:45:38.6012500Z test_wait_all_raise_in_user_func (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12438 2022-05-18T05:45:38.6159080Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12439 2022-05-18T05:45:38.6277380Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12440 2022-05-18T05:45:38.6382870Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12441 2022-05-18T05:45:40.2098540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6gna8het 2022-05-18T05:45:40.2099360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6gna8het/_remote_module_non_scriptable.py 2022-05-18T05:45:40.2718590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe4y8guha 2022-05-18T05:45:40.2812860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe4y8guha/_remote_module_non_scriptable.py 2022-05-18T05:45:40.2925020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpofwnnnkq 2022-05-18T05:45:40.3033480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpofwnnnkq/_remote_module_non_scriptable.py 2022-05-18T05:45:40.3096050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpauwyonmh 2022-05-18T05:45:40.3096710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpauwyonmh/_remote_module_non_scriptable.py 2022-05-18T05:45:40.8095030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:40.8742020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:40.8777840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:40.8954900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:45:41.1347210Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:45:41.1347830Z ValueError('Expected error') 2022-05-18T05:45:41.1348080Z Traceback (most recent call last): 2022-05-18T05:45:41.1348660Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:41.1349070Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:41.1349680Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:41.1350740Z raise ValueError(expected_err) 2022-05-18T05:45:41.1350980Z ValueError: Expected error 2022-05-18T05:45:41.1351120Z 2022-05-18T05:45:41.1457110Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:45:41.1458660Z ValueError('Expected error') 2022-05-18T05:45:41.1459340Z Traceback (most recent call last): 2022-05-18T05:45:41.1460250Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:41.1461020Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:41.1463160Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:41.1463890Z raise ValueError(expected_err) 2022-05-18T05:45:41.1464440Z ValueError: Expected error 2022-05-18T05:45:41.1464880Z 2022-05-18T05:45:41.1787590Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:45:41.1891610Z ValueError('Expected error') 2022-05-18T05:45:41.2081730Z Traceback (most recent call last): 2022-05-18T05:45:41.2183570Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:41.2284990Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:41.2386960Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:41.2488430Z raise ValueError(expected_err) 2022-05-18T05:45:41.2589830Z ValueError: Expected error 2022-05-18T05:45:41.2689710Z 2022-05-18T05:45:41.2774210Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:45:41.2796060Z ValueError('Expected error') 2022-05-18T05:45:41.2876240Z Traceback (most recent call last): 2022-05-18T05:45:41.2954880Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:41.2993010Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:41.3080450Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:41.3140060Z raise ValueError(expected_err) 2022-05-18T05:45:41.3195590Z ValueError: Expected error 2022-05-18T05:45:41.3248290Z 2022-05-18T05:45:41.4605810Z ok (3.293s) 2022-05-18T05:45:41.4682780Z 2022-05-18T05:45:41.4685070Z ---------------------------------------------------------------------- 2022-05-18T05:45:41.4686130Z Ran 1 test in 3.294s 2022-05-18T05:45:41.4686530Z 2022-05-18T05:45:41.4697280Z OK 2022-05-18T05:45:41.4697700Z 2022-05-18T05:45:41.4698000Z Generating XML reports... 2022-05-18T05:45:41.4698870Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054538.xml 2022-05-18T05:45:42.8823260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz7qqovqb 2022-05-18T05:45:42.8826680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz7qqovqb/_remote_module_non_scriptable.py 2022-05-18T05:45:43.3209170Z 2022-05-18T05:45:43.3209960Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:45:43.3210520Z Running tests... 2022-05-18T05:45:43.3210930Z ---------------------------------------------------------------------- 2022-05-18T05:45:43.7360440Z test_wait_all_timeout (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12450 2022-05-18T05:45:43.7516670Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12451 2022-05-18T05:45:43.7623820Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12452 2022-05-18T05:45:43.7726960Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12453 2022-05-18T05:45:45.3586080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2ihi9x_b 2022-05-18T05:45:45.3617230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2ihi9x_b/_remote_module_non_scriptable.py 2022-05-18T05:45:45.3718590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmperfbvo1w 2022-05-18T05:45:45.3723130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmperfbvo1w/_remote_module_non_scriptable.py 2022-05-18T05:45:45.3823830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5l0km5_m 2022-05-18T05:45:45.3925430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5l0km5_m/_remote_module_non_scriptable.py 2022-05-18T05:45:45.3958950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx_f9sm3x 2022-05-18T05:45:45.4034400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx_f9sm3x/_remote_module_non_scriptable.py 2022-05-18T05:45:45.9395620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:45.9493880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:45.9600420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:45.9608420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:45:46.5200440Z [W tensorpipe_agent.cpp:942] RPC agent for worker0 encountered error when reading incoming response from worker1: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:45:46.5306530Z [W tensorpipe_agent.cpp:942] RPC agent for worker2 encountered error when reading incoming response from worker3: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:45:47.2547900Z [W tensorpipe_agent.cpp:627] RPC agent for worker3 won't send response to request #1 to worker2, as the agent is shutting down 2022-05-18T05:45:47.2653300Z [W tensorpipe_agent.cpp:627] RPC agent for worker0 won't send response to request #1 to worker3, as the agent is shutting down 2022-05-18T05:45:47.2754520Z [W tensorpipe_agent.cpp:627] RPC agent for worker1 won't send response to request #3 to worker0, as the agent is shutting down 2022-05-18T05:45:47.2855190Z [W tensorpipe_agent.cpp:627] RPC agent for worker2 won't send response to request #1 to worker1, as the agent is shutting down 2022-05-18T05:45:47.6338740Z ok (4.313s) 2022-05-18T05:45:47.6412240Z 2022-05-18T05:45:47.6412780Z ---------------------------------------------------------------------- 2022-05-18T05:45:47.6413220Z Ran 1 test in 4.313s 2022-05-18T05:45:47.6413360Z 2022-05-18T05:45:47.6413430Z OK 2022-05-18T05:45:47.6413530Z 2022-05-18T05:45:47.6413630Z Generating XML reports... 2022-05-18T05:45:47.6414300Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054543.xml 2022-05-18T05:45:49.0234610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0ot11g07 2022-05-18T05:45:49.0237710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0ot11g07/_remote_module_non_scriptable.py 2022-05-18T05:45:49.4744880Z 2022-05-18T05:45:49.4745660Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:45:49.4746040Z Running tests... 2022-05-18T05:45:49.4746430Z ---------------------------------------------------------------------- 2022-05-18T05:45:49.8982200Z test_wait_all_with_exception (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12461 2022-05-18T05:45:49.9058470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12462 2022-05-18T05:45:49.9162190Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12463 2022-05-18T05:45:49.9291880Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12464 2022-05-18T05:45:51.5231780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf8y0du10 2022-05-18T05:45:51.5310420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf8y0du10/_remote_module_non_scriptable.py 2022-05-18T05:45:51.5436710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp65qd1r_c 2022-05-18T05:45:51.5538530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp65qd1r_c/_remote_module_non_scriptable.py 2022-05-18T05:45:51.5639220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuw0lq4_8 2022-05-18T05:45:51.5645200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuw0lq4_8/_remote_module_non_scriptable.py 2022-05-18T05:45:51.6600690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2v2g1rm5 2022-05-18T05:45:51.6641370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2v2g1rm5/_remote_module_non_scriptable.py 2022-05-18T05:45:52.2111400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:52.2364930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:52.2380200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:52.2997490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:45:52.5339960Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:45:52.5341350Z ValueError('Expected error') 2022-05-18T05:45:52.5341870Z Traceback (most recent call last): 2022-05-18T05:45:52.5343530Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.5344940Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.5345850Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.5346480Z raise ValueError(expected_err) 2022-05-18T05:45:52.5346950Z ValueError: Expected error 2022-05-18T05:45:52.5347560Z 2022-05-18T05:45:52.5347850Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:45:52.5348430Z ValueError('Expected error') 2022-05-18T05:45:52.5349020Z Traceback (most recent call last): 2022-05-18T05:45:52.5349850Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.5350510Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.5351360Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.5351970Z raise ValueError(expected_err) 2022-05-18T05:45:52.5352420Z ValueError: Expected error 2022-05-18T05:45:52.5352760Z 2022-05-18T05:45:52.5353030Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:45:52.5353580Z ValueError('Expected error') 2022-05-18T05:45:52.5354050Z Traceback (most recent call last): 2022-05-18T05:45:52.5355360Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.5356020Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.5356850Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.5357460Z raise ValueError(expected_err) 2022-05-18T05:45:52.5357910Z ValueError: Expected error 2022-05-18T05:45:52.5358250Z 2022-05-18T05:45:52.5358520Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:45:52.5359080Z ValueError('Expected error') 2022-05-18T05:45:52.5360460Z Traceback (most recent call last): 2022-05-18T05:45:52.5361310Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.5361980Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.5362830Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.5363590Z raise ValueError(expected_err) 2022-05-18T05:45:52.5364040Z ValueError: Expected error 2022-05-18T05:45:52.5364360Z 2022-05-18T05:45:52.5364610Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:45:52.5365160Z ValueError('Expected error') 2022-05-18T05:45:52.5365630Z Traceback (most recent call last): 2022-05-18T05:45:52.5366400Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.5367410Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.5368330Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.5368920Z raise ValueError(expected_err) 2022-05-18T05:45:52.5369370Z ValueError: Expected error 2022-05-18T05:45:52.5370470Z 2022-05-18T05:45:52.5370810Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:45:52.5371390Z ValueError('Expected error') 2022-05-18T05:45:52.5371860Z Traceback (most recent call last): 2022-05-18T05:45:52.5372620Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.5373260Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.5374080Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.5374660Z raise ValueError(expected_err) 2022-05-18T05:45:52.5375100Z ValueError: Expected error 2022-05-18T05:45:52.5375420Z 2022-05-18T05:45:52.5375680Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:45:52.5376220Z ValueError('Expected error') 2022-05-18T05:45:52.5376690Z Traceback (most recent call last): 2022-05-18T05:45:52.5377450Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.5378070Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.5378880Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.5379540Z raise ValueError(expected_err) 2022-05-18T05:45:52.5380050Z ValueError: Expected error 2022-05-18T05:45:52.5380400Z 2022-05-18T05:45:52.5380660Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:45:52.5381280Z ValueError('Expected error') 2022-05-18T05:45:52.5381830Z Traceback (most recent call last): 2022-05-18T05:45:52.5382600Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.5383230Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.5384790Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.5385410Z raise ValueError(expected_err) 2022-05-18T05:45:52.5385850Z ValueError: Expected error 2022-05-18T05:45:52.5386160Z 2022-05-18T05:45:52.5386420Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:45:52.5387140Z ValueError('Expected error') 2022-05-18T05:45:52.5387620Z Traceback (most recent call last): 2022-05-18T05:45:52.5388360Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.5389090Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.5389950Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.5390540Z raise ValueError(expected_err) 2022-05-18T05:45:52.5391040Z ValueError: Expected error 2022-05-18T05:45:52.5391430Z 2022-05-18T05:45:52.5391770Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:45:52.5392320Z ValueError('Expected error') 2022-05-18T05:45:52.5392790Z Traceback (most recent call last): 2022-05-18T05:45:52.5393530Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.5394230Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.5395460Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.5396130Z raise ValueError(expected_err) 2022-05-18T05:45:52.5397330Z ValueError: Expected error 2022-05-18T05:45:52.5397720Z 2022-05-18T05:45:52.5397990Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:45:52.5398540Z ValueError('Expected error') 2022-05-18T05:45:52.5399000Z Traceback (most recent call last): 2022-05-18T05:45:52.5399760Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.5400390Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.5419190Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.5520470Z raise ValueError(expected_err) 2022-05-18T05:45:52.5621670Z ValueError: Expected error 2022-05-18T05:45:52.5722400Z 2022-05-18T05:45:52.5823340Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:45:52.5924680Z ValueError('Expected error') 2022-05-18T05:45:52.6025730Z Traceback (most recent call last): 2022-05-18T05:45:52.6127380Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.6228770Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.6329770Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.6390760Z raise ValueError(expected_err) 2022-05-18T05:45:52.6427940Z ValueError: Expected error 2022-05-18T05:45:52.6501030Z 2022-05-18T05:45:52.6592390Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:45:52.6629910Z ValueError('Expected error') 2022-05-18T05:45:52.6702330Z Traceback (most recent call last): 2022-05-18T05:45:52.6794640Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.6831700Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.6904340Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.6961420Z raise ValueError(expected_err) 2022-05-18T05:45:52.6996680Z ValueError: Expected error 2022-05-18T05:45:52.7082750Z 2022-05-18T05:45:52.7164500Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:45:52.7200180Z ValueError('Expected error') 2022-05-18T05:45:52.7285850Z Traceback (most recent call last): 2022-05-18T05:45:52.7369120Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.7403140Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.7487890Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.7571260Z raise ValueError(expected_err) 2022-05-18T05:45:52.7606070Z ValueError: Expected error 2022-05-18T05:45:52.7689820Z 2022-05-18T05:45:52.7772860Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:45:52.7810340Z ValueError('Expected error') 2022-05-18T05:45:52.7911420Z Traceback (most recent call last): 2022-05-18T05:45:52.7947920Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.7948770Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.7949780Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.7950540Z raise ValueError(expected_err) 2022-05-18T05:45:52.7951030Z ValueError: Expected error 2022-05-18T05:45:52.7951370Z 2022-05-18T05:45:52.7951650Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:45:52.7952860Z ValueError('Expected error') 2022-05-18T05:45:52.7953560Z Traceback (most recent call last): 2022-05-18T05:45:52.7954370Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.7955020Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.7955880Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.7956490Z raise ValueError(expected_err) 2022-05-18T05:45:52.7956940Z ValueError: Expected error 2022-05-18T05:45:52.7957280Z 2022-05-18T05:45:52.7957550Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:45:52.7958100Z ValueError('Expected error') 2022-05-18T05:45:52.7958750Z Traceback (most recent call last): 2022-05-18T05:45:52.7959520Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.7961630Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.7962410Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.7963000Z raise ValueError(expected_err) 2022-05-18T05:45:52.7963270Z ValueError: Expected error 2022-05-18T05:45:52.7963530Z 2022-05-18T05:45:52.7963860Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:45:52.7964250Z ValueError('Expected error') 2022-05-18T05:45:52.7964480Z Traceback (most recent call last): 2022-05-18T05:45:52.7965010Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.7965630Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.7966350Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.7966730Z raise ValueError(expected_err) 2022-05-18T05:45:52.7966970Z ValueError: Expected error 2022-05-18T05:45:52.7967110Z 2022-05-18T05:45:52.7967210Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:45:52.7967530Z ValueError('Expected error') 2022-05-18T05:45:52.7967850Z Traceback (most recent call last): 2022-05-18T05:45:52.7968860Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.7969260Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.7969840Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.7970200Z raise ValueError(expected_err) 2022-05-18T05:45:52.7970430Z ValueError: Expected error 2022-05-18T05:45:52.7970570Z 2022-05-18T05:45:52.7970670Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:45:52.7970990Z ValueError('Expected error') 2022-05-18T05:45:52.7971230Z Traceback (most recent call last): 2022-05-18T05:45:52.7971740Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.7972140Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.7981880Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.7982330Z raise ValueError(expected_err) 2022-05-18T05:45:52.7982560Z ValueError: Expected error 2022-05-18T05:45:52.7982700Z 2022-05-18T05:45:52.7982810Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:45:52.7983170Z ValueError('Expected error') 2022-05-18T05:45:52.7983410Z Traceback (most recent call last): 2022-05-18T05:45:52.7983930Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.7984720Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.7985380Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.7985750Z raise ValueError(expected_err) 2022-05-18T05:45:52.7985990Z ValueError: Expected error 2022-05-18T05:45:52.7986120Z 2022-05-18T05:45:52.7986220Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:45:52.7986540Z ValueError('Expected error') 2022-05-18T05:45:52.7986780Z Traceback (most recent call last): 2022-05-18T05:45:52.7987460Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.7987860Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.7988440Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.7988900Z raise ValueError(expected_err) 2022-05-18T05:45:52.7989130Z ValueError: Expected error 2022-05-18T05:45:52.7989270Z 2022-05-18T05:45:52.7989360Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:45:52.7989690Z ValueError('Expected error') 2022-05-18T05:45:52.7989920Z Traceback (most recent call last): 2022-05-18T05:45:52.7990440Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.7990830Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.7991400Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.7991760Z raise ValueError(expected_err) 2022-05-18T05:45:52.7991990Z ValueError: Expected error 2022-05-18T05:45:52.7992130Z 2022-05-18T05:45:52.7992220Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:45:52.7992540Z ValueError('Expected error') 2022-05-18T05:45:52.7992770Z Traceback (most recent call last): 2022-05-18T05:45:52.7993280Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.7993670Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.7994640Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.7995000Z raise ValueError(expected_err) 2022-05-18T05:45:52.7995220Z ValueError: Expected error 2022-05-18T05:45:52.7995360Z 2022-05-18T05:45:52.7995460Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:45:52.7995770Z ValueError('Expected error') 2022-05-18T05:45:52.7996000Z Traceback (most recent call last): 2022-05-18T05:45:52.7996520Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.7996920Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.7997490Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.7997850Z raise ValueError(expected_err) 2022-05-18T05:45:52.7998080Z ValueError: Expected error 2022-05-18T05:45:52.7998220Z 2022-05-18T05:45:52.7998320Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:45:52.7998630Z ValueError('Expected error') 2022-05-18T05:45:52.7998870Z Traceback (most recent call last): 2022-05-18T05:45:52.7999370Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.7999760Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.8000560Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.8000960Z raise ValueError(expected_err) 2022-05-18T05:45:52.8001190Z ValueError: Expected error 2022-05-18T05:45:52.8001330Z 2022-05-18T05:45:52.8001430Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:45:52.8001770Z ValueError('Expected error') 2022-05-18T05:45:52.8001990Z Traceback (most recent call last): 2022-05-18T05:45:52.8002510Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.8002900Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.8003470Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.8003820Z raise ValueError(expected_err) 2022-05-18T05:45:52.8004050Z ValueError: Expected error 2022-05-18T05:45:52.8004190Z 2022-05-18T05:45:52.8004290Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:45:52.8004590Z ValueError('Expected error') 2022-05-18T05:45:52.8004830Z Traceback (most recent call last): 2022-05-18T05:45:52.8005340Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.8005730Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.8006310Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.8006660Z raise ValueError(expected_err) 2022-05-18T05:45:52.8006890Z ValueError: Expected error 2022-05-18T05:45:52.8007020Z 2022-05-18T05:45:52.8007120Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:45:52.8007430Z ValueError('Expected error') 2022-05-18T05:45:52.8007660Z Traceback (most recent call last): 2022-05-18T05:45:52.8008160Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.8008560Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.8009140Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.8009490Z raise ValueError(expected_err) 2022-05-18T05:45:52.8010010Z ValueError: Expected error 2022-05-18T05:45:52.8010150Z 2022-05-18T05:45:52.8010250Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:45:52.8010580Z ValueError('Expected error') 2022-05-18T05:45:52.8010820Z Traceback (most recent call last): 2022-05-18T05:45:52.8011330Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.8011720Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.8012290Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.8012650Z raise ValueError(expected_err) 2022-05-18T05:45:52.8012880Z ValueError: Expected error 2022-05-18T05:45:52.8013020Z 2022-05-18T05:45:52.8013110Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:45:52.8013430Z ValueError('Expected error') 2022-05-18T05:45:52.8013660Z Traceback (most recent call last): 2022-05-18T05:45:52.8014170Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.8014660Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.8015250Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.8015610Z raise ValueError(expected_err) 2022-05-18T05:45:52.8015840Z ValueError: Expected error 2022-05-18T05:45:52.8015980Z 2022-05-18T05:45:52.8016070Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:45:52.8016650Z ValueError('Expected error') 2022-05-18T05:45:52.8016920Z Traceback (most recent call last): 2022-05-18T05:45:52.8017460Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.8017850Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.8018430Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.8018790Z raise ValueError(expected_err) 2022-05-18T05:45:52.8019020Z ValueError: Expected error 2022-05-18T05:45:52.8019160Z 2022-05-18T05:45:52.8019260Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:45:52.8019560Z ValueError('Expected error') 2022-05-18T05:45:52.8019800Z Traceback (most recent call last): 2022-05-18T05:45:52.8020310Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.8020710Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.8021290Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.8021650Z raise ValueError(expected_err) 2022-05-18T05:45:52.8021880Z ValueError: Expected error 2022-05-18T05:45:52.8022010Z 2022-05-18T05:45:52.8022110Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:45:52.8022420Z ValueError('Expected error') 2022-05-18T05:45:52.8022660Z Traceback (most recent call last): 2022-05-18T05:45:52.8023170Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.8023560Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.8024150Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.8024500Z raise ValueError(expected_err) 2022-05-18T05:45:52.8024730Z ValueError: Expected error 2022-05-18T05:45:52.8024860Z 2022-05-18T05:45:52.8024960Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:45:52.8025270Z ValueError('Expected error') 2022-05-18T05:45:52.8025510Z Traceback (most recent call last): 2022-05-18T05:45:52.8026350Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.8026730Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.8027300Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.8027660Z raise ValueError(expected_err) 2022-05-18T05:45:52.8027890Z ValueError: Expected error 2022-05-18T05:45:52.8028030Z 2022-05-18T05:45:52.8028120Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:45:52.8028440Z ValueError('Expected error') 2022-05-18T05:45:52.8028670Z Traceback (most recent call last): 2022-05-18T05:45:52.8029180Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.8029570Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.8030140Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.8030500Z raise ValueError(expected_err) 2022-05-18T05:45:52.8030730Z ValueError: Expected error 2022-05-18T05:45:52.8030870Z 2022-05-18T05:45:52.8030960Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:45:52.8031260Z ValueError('Expected error') 2022-05-18T05:45:52.8031500Z Traceback (most recent call last): 2022-05-18T05:45:52.8032000Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.8032620Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.8033260Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.8033620Z raise ValueError(expected_err) 2022-05-18T05:45:52.8033860Z ValueError: Expected error 2022-05-18T05:45:52.8033980Z 2022-05-18T05:45:52.8034080Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:45:52.8034390Z ValueError('Expected error') 2022-05-18T05:45:52.8034630Z Traceback (most recent call last): 2022-05-18T05:45:52.8035140Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.8035530Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.8036110Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.8036470Z raise ValueError(expected_err) 2022-05-18T05:45:52.8036690Z ValueError: Expected error 2022-05-18T05:45:52.8036830Z 2022-05-18T05:45:52.8036930Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:45:52.8037240Z ValueError('Expected error') 2022-05-18T05:45:52.8037480Z Traceback (most recent call last): 2022-05-18T05:45:52.8037990Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.8038380Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.8039060Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.8039430Z raise ValueError(expected_err) 2022-05-18T05:45:52.8039650Z ValueError: Expected error 2022-05-18T05:45:52.8039790Z 2022-05-18T05:45:52.8039890Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:45:52.8040210Z ValueError('Expected error') 2022-05-18T05:45:52.8040450Z Traceback (most recent call last): 2022-05-18T05:45:52.8040950Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:52.8041350Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:52.8042290Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:52.8042640Z raise ValueError(expected_err) 2022-05-18T05:45:52.8042880Z ValueError: Expected error 2022-05-18T05:45:52.8043010Z 2022-05-18T05:45:52.8841330Z ok (3.409s) 2022-05-18T05:45:52.8915060Z 2022-05-18T05:45:52.8916180Z ---------------------------------------------------------------------- 2022-05-18T05:45:52.8916500Z Ran 1 test in 3.410s 2022-05-18T05:45:52.8916640Z 2022-05-18T05:45:52.8916700Z OK 2022-05-18T05:45:52.8916800Z 2022-05-18T05:45:52.8916920Z Generating XML reports... 2022-05-18T05:45:52.8917510Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054549.xml 2022-05-18T05:45:54.2824430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpna2vmk37 2022-05-18T05:45:54.2828600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpna2vmk37/_remote_module_non_scriptable.py 2022-05-18T05:45:54.7281320Z 2022-05-18T05:45:54.7282140Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:45:54.7283380Z Running tests... 2022-05-18T05:45:54.7285000Z ---------------------------------------------------------------------- 2022-05-18T05:45:55.1518950Z test_wait_all_with_partial_exception (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12473 2022-05-18T05:45:55.1593510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12474 2022-05-18T05:45:55.1746100Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12475 2022-05-18T05:45:55.1850990Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12476 2022-05-18T05:45:56.7341670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2qb7idhz 2022-05-18T05:45:56.7382770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2qb7idhz/_remote_module_non_scriptable.py 2022-05-18T05:45:56.7852580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpokpfyo_k 2022-05-18T05:45:56.7912190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpokpfyo_k/_remote_module_non_scriptable.py 2022-05-18T05:45:56.8273190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp28a_ltxp 2022-05-18T05:45:56.8292160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp28a_ltxp/_remote_module_non_scriptable.py 2022-05-18T05:45:56.8793700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcvkj_j4h 2022-05-18T05:45:56.8831320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcvkj_j4h/_remote_module_non_scriptable.py 2022-05-18T05:45:57.3361540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:57.3636000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:57.3962180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:45:57.4553060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:57.8698230Z On WorkerInfo(id=0, name=worker0): 2022-05-18T05:45:57.8701790Z ValueError('Expected error') 2022-05-18T05:45:57.8703690Z Traceback (most recent call last): 2022-05-18T05:45:57.8704650Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:57.8706750Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:57.8707740Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:57.8708470Z raise ValueError(expected_err) 2022-05-18T05:45:57.8709020Z ValueError: Expected error 2022-05-18T05:45:57.8709470Z 2022-05-18T05:45:57.8709950Z On WorkerInfo(id=1, name=worker1): 2022-05-18T05:45:57.8710620Z ValueError('Expected error') 2022-05-18T05:45:57.8711220Z Traceback (most recent call last): 2022-05-18T05:45:57.8712100Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:57.8712850Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:57.8713790Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:57.8714520Z raise ValueError(expected_err) 2022-05-18T05:45:57.8715090Z ValueError: Expected error 2022-05-18T05:45:57.8715540Z 2022-05-18T05:45:57.8809140Z On WorkerInfo(id=3, name=worker3): 2022-05-18T05:45:57.8909720Z ValueError('Expected error') 2022-05-18T05:45:57.9010520Z Traceback (most recent call last): 2022-05-18T05:45:57.9111750Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:57.9130800Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:57.9213810Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:57.9313330Z raise ValueError(expected_err) 2022-05-18T05:45:57.9332710Z ValueError: Expected error 2022-05-18T05:45:57.9415180Z 2022-05-18T05:45:57.9515340Z On WorkerInfo(id=2, name=worker2): 2022-05-18T05:45:57.9617000Z ValueError('Expected error') 2022-05-18T05:45:57.9617390Z Traceback (most recent call last): 2022-05-18T05:45:57.9718860Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/rpc/internal.py", line 206, in _run_function 2022-05-18T05:45:57.9818320Z result = python_udf.func(*python_udf.args, **python_udf.kwargs) 2022-05-18T05:45:57.9838500Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/distributed/rpc/rpc_test.py", line 396, in raise_func 2022-05-18T05:45:57.9923100Z raise ValueError(expected_err) 2022-05-18T05:45:58.0020930Z ValueError: Expected error 2022-05-18T05:45:58.0121610Z 2022-05-18T05:45:58.2597260Z ok (3.531s) 2022-05-18T05:45:58.2666550Z 2022-05-18T05:45:58.2667170Z ---------------------------------------------------------------------- 2022-05-18T05:45:58.2667480Z Ran 1 test in 3.532s 2022-05-18T05:45:58.2667640Z 2022-05-18T05:45:58.2667710Z OK 2022-05-18T05:45:58.2667810Z 2022-05-18T05:45:58.2667910Z Generating XML reports... 2022-05-18T05:45:58.2668510Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054554.xml 2022-05-18T05:45:59.6550370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi3jtvhw7 2022-05-18T05:45:59.6553370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi3jtvhw7/_remote_module_non_scriptable.py 2022-05-18T05:46:00.0972720Z 2022-05-18T05:46:00.0973070Z Running tests... 2022-05-18T05:46:00.0973710Z ---------------------------------------------------------------------- 2022-05-18T05:46:00.0974250Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:46:00.5241500Z test_wait_all_workers_dense (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12484 2022-05-18T05:46:00.5380170Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12485 2022-05-18T05:46:00.5502530Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12486 2022-05-18T05:46:00.5657750Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12487 2022-05-18T05:46:02.1760120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsv0ppwav 2022-05-18T05:46:02.1831930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsv0ppwav/_remote_module_non_scriptable.py 2022-05-18T05:46:02.1839720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9ny5_f4f 2022-05-18T05:46:02.1940480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9ny5_f4f/_remote_module_non_scriptable.py 2022-05-18T05:46:02.2506990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdfepvdmn 2022-05-18T05:46:02.2601940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4shyf2w6 2022-05-18T05:46:02.2618280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4shyf2w6/_remote_module_non_scriptable.py 2022-05-18T05:46:02.2720160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdfepvdmn/_remote_module_non_scriptable.py 2022-05-18T05:46:02.7842160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:46:02.7855930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:46:02.8272340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:46:02.8326170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:46:02.9037100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:46:02.9038240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:46:02.9045860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:46:02.9047710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:46:02.9050290Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:46:02.9051440Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:46:02.9158710Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:46:02.9171600Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:46:03.3585740Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker2: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:46:03.3687330Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker3: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:46:03.3789080Z [W tensorpipe_agent.cpp:728] RPC agent for worker3 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:46:03.3889480Z [W tensorpipe_agent.cpp:728] RPC agent for worker2 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:46:03.3990630Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker1: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:46:03.4091180Z [W tensorpipe_agent.cpp:728] RPC agent for worker1 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:46:03.8838660Z ok (3.786s) 2022-05-18T05:46:03.8915710Z 2022-05-18T05:46:03.8916590Z ---------------------------------------------------------------------- 2022-05-18T05:46:03.8916910Z Ran 1 test in 3.787s 2022-05-18T05:46:03.8917040Z 2022-05-18T05:46:03.8917110Z OK 2022-05-18T05:46:03.8917210Z 2022-05-18T05:46:03.8917310Z Generating XML reports... 2022-05-18T05:46:03.8918120Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054600.xml 2022-05-18T05:46:05.2890350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmk6nbo03 2022-05-18T05:46:05.2893700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmk6nbo03/_remote_module_non_scriptable.py 2022-05-18T05:46:05.7346150Z 2022-05-18T05:46:05.7346950Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:46:05.7349380Z Running tests... 2022-05-18T05:46:05.7350370Z ---------------------------------------------------------------------- 2022-05-18T05:46:06.1560190Z test_wait_all_workers_timeout (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12496 2022-05-18T05:46:06.1726630Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12497 2022-05-18T05:46:06.1831690Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12498 2022-05-18T05:46:06.1934090Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12499 2022-05-18T05:46:07.7655450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpakghbk78 2022-05-18T05:46:07.7694930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpakghbk78/_remote_module_non_scriptable.py 2022-05-18T05:46:07.7814480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpui5mynj7 2022-05-18T05:46:07.7862720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpui5mynj7/_remote_module_non_scriptable.py 2022-05-18T05:46:07.7964240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6vfu5dut 2022-05-18T05:46:07.8047300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6vfu5dut/_remote_module_non_scriptable.py 2022-05-18T05:46:07.8165950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt_uvuhtr 2022-05-18T05:46:07.8199930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt_uvuhtr/_remote_module_non_scriptable.py 2022-05-18T05:46:08.3460340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:46:08.3470080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:46:08.3780250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:46:08.3883070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:46:08.4815310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:46:08.4818680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:46:08.4821320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:46:08.4823820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:46:08.4826190Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:46:08.4827660Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:46:08.5053080Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:46:08.5305510Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:46:09.2184090Z [W tensorpipe_agent.cpp:728] RPC agent for worker3 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:46:09.2187550Z [W tensorpipe_agent.cpp:728] RPC agent for worker1 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:46:09.2189030Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker3: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:46:09.2189740Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker1: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:46:09.2563700Z [W tensorpipe_agent.cpp:728] RPC agent for worker2 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:46:09.2566270Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker2: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:46:09.2567230Z [W tensorpipe_agent.cpp:918] RPC agent for worker0 encountered error when sending outgoing request #3 to worker3: EPIPE: broken pipe (this error originated at tensorpipe/transport/uv/connection_impl.cc:157) 2022-05-18T05:46:09.7160330Z [W tensorpipe_agent.cpp:681] RPC agent for worker0 encountered error when sending response to request #1 to worker2: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:46:09.7161000Z [W tensorpipe_agent.cpp:681] RPC agent for worker0 encountered error when sending response to request #1 to worker1: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:46:09.7553250Z [W tensorpipe_agent.cpp:681] RPC agent for worker0 encountered error when sending response to request #1 to worker3: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:46:09.8797940Z [W tensorpipe_agent.cpp:942] RPC agent for worker0 encountered error when reading incoming response from worker1: ECONNRESET: connection reset by peer (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:46:12.3640800Z [W tensorpipe_agent.cpp:942] RPC agent for worker0 encountered error when reading incoming response from worker2: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:46:12.7767610Z ok (7.042s) 2022-05-18T05:46:12.7844140Z 2022-05-18T05:46:12.7845130Z ---------------------------------------------------------------------- 2022-05-18T05:46:12.7845510Z Ran 1 test in 7.043s 2022-05-18T05:46:12.7846200Z 2022-05-18T05:46:12.7846260Z OK 2022-05-18T05:46:12.7846370Z 2022-05-18T05:46:12.7846470Z Generating XML reports... 2022-05-18T05:46:12.7847090Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054605.xml 2022-05-18T05:46:14.1811840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyb2hu4cc 2022-05-18T05:46:14.1814950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyb2hu4cc/_remote_module_non_scriptable.py 2022-05-18T05:46:14.6343860Z 2022-05-18T05:46:14.6344680Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:46:14.6345070Z Running tests... 2022-05-18T05:46:14.6345460Z ---------------------------------------------------------------------- 2022-05-18T05:46:15.0575010Z test_wait_all_workers_twice_dense (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12508 2022-05-18T05:46:15.0733510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12509 2022-05-18T05:46:15.0841320Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12510 2022-05-18T05:46:15.0935970Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12511 2022-05-18T05:46:16.6606690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy2wg5vut 2022-05-18T05:46:16.6686540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy2wg5vut/_remote_module_non_scriptable.py 2022-05-18T05:46:16.6896310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp678grtav 2022-05-18T05:46:16.6970330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp678grtav/_remote_module_non_scriptable.py 2022-05-18T05:46:16.7023570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphm8g1qbt 2022-05-18T05:46:16.7072320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphm8g1qbt/_remote_module_non_scriptable.py 2022-05-18T05:46:16.7170470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjs2ousxy 2022-05-18T05:46:16.7245810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjs2ousxy/_remote_module_non_scriptable.py 2022-05-18T05:46:17.2578300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:46:17.2741630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:46:17.2782050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:46:17.2782990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:46:17.2996740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:46:17.3388300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:46:17.3389810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:46:17.3393210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:46:17.3394750Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:46:17.3396850Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:46:17.3741790Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:46:17.3794840Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:46:17.8229120Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker3: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:46:17.8262300Z [W tensorpipe_agent.cpp:728] RPC agent for worker3 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:46:17.8364140Z [W tensorpipe_agent.cpp:728] RPC agent for worker1 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:46:17.8465700Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker1: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:46:17.8567250Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker2: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:46:17.8676690Z [W tensorpipe_agent.cpp:728] RPC agent for worker2 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:46:18.1838740Z ok (3.549s) 2022-05-18T05:46:18.1909600Z 2022-05-18T05:46:18.1910190Z ---------------------------------------------------------------------- 2022-05-18T05:46:18.1910500Z Ran 1 test in 3.550s 2022-05-18T05:46:18.1910760Z 2022-05-18T05:46:18.1910980Z OK 2022-05-18T05:46:18.1911130Z 2022-05-18T05:46:18.1911240Z Generating XML reports... 2022-05-18T05:46:18.1911900Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054614.xml 2022-05-18T05:46:19.5889580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaewgfg8m 2022-05-18T05:46:19.5892630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaewgfg8m/_remote_module_non_scriptable.py 2022-05-18T05:46:20.0304610Z 2022-05-18T05:46:20.0305390Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:46:20.0305760Z Running tests... 2022-05-18T05:46:20.0306190Z ---------------------------------------------------------------------- 2022-05-18T05:46:20.4634000Z test_without_world_size_existing_rank_can_communicate_with_new_rank (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12519 2022-05-18T05:46:20.4751630Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12520 2022-05-18T05:46:20.4908390Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12521 2022-05-18T05:46:20.5020780Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12522 2022-05-18T05:46:22.1319510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1sq5hib2 2022-05-18T05:46:22.1416390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1sq5hib2/_remote_module_non_scriptable.py 2022-05-18T05:46:22.1503990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf8_g3v86 2022-05-18T05:46:22.1529650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf8_g3v86/_remote_module_non_scriptable.py 2022-05-18T05:46:22.1621530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppk7fhtes 2022-05-18T05:46:22.1723490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppk7fhtes/_remote_module_non_scriptable.py 2022-05-18T05:46:22.1780780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6xq5fa9k 2022-05-18T05:46:22.1847780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6xq5fa9k/_remote_module_non_scriptable.py 2022-05-18T05:46:22.7380030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:46:22.7444410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:46:22.7452910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:46:22.7588100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:46:22.7837320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:46:22.7839120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:46:22.7846610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:46:22.7847770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:46:22.7849980Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:46:22.7851640Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:46:22.7958610Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:46:22.7961590Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:46:22.9191760Z [W tensorpipe_agent.cpp:728] RPC agent for worker2 encountered error when reading incoming request from worker0: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:46:22.9203790Z [W tensorpipe_agent.cpp:728] RPC agent for worker1 encountered error when reading incoming request from worker0: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:46:22.9230430Z [W tensorpipe_agent.cpp:728] RPC agent for worker3 encountered error when reading incoming request from worker0: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:46:22.9702320Z [W tensorpipe_agent.cpp:728] RPC agent for worker1 encountered error when reading incoming request from worker3: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:46:22.9722670Z [W tensorpipe_agent.cpp:728] RPC agent for worker2 encountered error when reading incoming request from worker3: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:46:23.0117350Z [W tensorpipe_agent.cpp:728] RPC agent for worker2 encountered error when reading incoming request from worker1: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:46:23.3886100Z ok (3.358s) 2022-05-18T05:46:23.3958680Z 2022-05-18T05:46:23.3960390Z ---------------------------------------------------------------------- 2022-05-18T05:46:23.3960780Z Ran 1 test in 3.358s 2022-05-18T05:46:23.3961570Z 2022-05-18T05:46:23.3961670Z OK 2022-05-18T05:46:23.3961790Z 2022-05-18T05:46:23.3961890Z Generating XML reports... 2022-05-18T05:46:23.3962540Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054620.xml 2022-05-18T05:46:24.8077330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy4r6ahy8 2022-05-18T05:46:24.8080310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy4r6ahy8/_remote_module_non_scriptable.py 2022-05-18T05:46:25.2611800Z 2022-05-18T05:46:25.2612520Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:46:25.2612880Z Running tests... 2022-05-18T05:46:25.2613280Z ---------------------------------------------------------------------- 2022-05-18T05:46:25.6838820Z test_without_world_size_existing_rank_can_communicate_with_new_rank_cuda (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12531 2022-05-18T05:46:25.6931740Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12532 2022-05-18T05:46:25.7099510Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12533 2022-05-18T05:46:25.7202590Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12534 2022-05-18T05:46:27.3032040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp73o1ew0n 2022-05-18T05:46:27.3072790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp73o1ew0n/_remote_module_non_scriptable.py 2022-05-18T05:46:27.3116550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_xmbny6s 2022-05-18T05:46:27.3152790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_xmbny6s/_remote_module_non_scriptable.py 2022-05-18T05:46:27.3224090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl_fcfukr 2022-05-18T05:46:27.3319160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl_fcfukr/_remote_module_non_scriptable.py 2022-05-18T05:46:27.3331650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoiv84k_t 2022-05-18T05:46:27.3420860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoiv84k_t/_remote_module_non_scriptable.py 2022-05-18T05:46:27.8884320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:46:27.8985730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:46:27.8998780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:46:27.9154870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:46:28.3143580Z skip: Need at least 2 CUDA devices (3.053s) 2022-05-18T05:46:28.3218200Z 2022-05-18T05:46:28.3218910Z ---------------------------------------------------------------------- 2022-05-18T05:46:28.3219230Z Ran 1 test in 3.053s 2022-05-18T05:46:28.3219360Z 2022-05-18T05:46:28.3219440Z OK (skipped=1) 2022-05-18T05:46:28.3219560Z 2022-05-18T05:46:28.3219660Z Generating XML reports... 2022-05-18T05:46:28.3220250Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054625.xml 2022-05-18T05:46:29.7179220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3g_z42wd 2022-05-18T05:46:29.7182620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3g_z42wd/_remote_module_non_scriptable.py 2022-05-18T05:46:30.1626610Z 2022-05-18T05:46:30.1627710Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:46:30.1629140Z Running tests... 2022-05-18T05:46:30.1629690Z ---------------------------------------------------------------------- 2022-05-18T05:46:30.5833720Z test_without_world_size_new_rank_can_communicated_with_existing_rank (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12542 2022-05-18T05:46:30.5892540Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12543 2022-05-18T05:46:30.6061350Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12544 2022-05-18T05:46:30.6178210Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12545 2022-05-18T05:46:32.2466360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvb1ublpj 2022-05-18T05:46:32.2521490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps9itash2 2022-05-18T05:46:32.2560440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvb1ublpj/_remote_module_non_scriptable.py 2022-05-18T05:46:32.2639090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps9itash2/_remote_module_non_scriptable.py 2022-05-18T05:46:32.2662620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpif9kwcuf 2022-05-18T05:46:32.2741300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpif9kwcuf/_remote_module_non_scriptable.py 2022-05-18T05:46:32.3368300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0lwtovpd 2022-05-18T05:46:32.3426940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0lwtovpd/_remote_module_non_scriptable.py 2022-05-18T05:46:32.8216430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:46:32.8447370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:46:32.8581480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:46:32.9096500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:46:32.9125570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:46:32.9215180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:46:32.9216980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:46:32.9223660Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:46:32.9226080Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:46:32.9323120Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:46:33.0046860Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:46:33.0099550Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:46:33.2005140Z [W tensorpipe_agent.cpp:728] RPC agent for worker2 encountered error when reading incoming request from worker0: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:46:33.2040210Z [W tensorpipe_agent.cpp:728] RPC agent for worker1 encountered error when reading incoming request from worker0: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:46:33.2043680Z [W tensorpipe_agent.cpp:728] RPC agent for worker3 encountered error when reading incoming request from worker0: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:46:33.2123530Z [W tensorpipe_agent.cpp:728] RPC agent for worker2 encountered error when reading incoming request from worker1: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:46:33.2125550Z [W tensorpipe_agent.cpp:728] RPC agent for worker3 encountered error when reading incoming request from worker1: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:46:33.2423080Z [W tensorpipe_agent.cpp:728] RPC agent for worker2 encountered error when reading incoming request from worker3: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:46:33.6337390Z ok (3.471s) 2022-05-18T05:46:33.6411080Z 2022-05-18T05:46:33.6411770Z ---------------------------------------------------------------------- 2022-05-18T05:46:33.6412110Z Ran 1 test in 3.471s 2022-05-18T05:46:33.6412240Z 2022-05-18T05:46:33.6412310Z OK 2022-05-18T05:46:33.6412410Z 2022-05-18T05:46:33.6412510Z Generating XML reports... 2022-05-18T05:46:33.6413100Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054630.xml 2022-05-18T05:46:35.0310740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplgknppww 2022-05-18T05:46:35.0315320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplgknppww/_remote_module_non_scriptable.py 2022-05-18T05:46:35.4686320Z 2022-05-18T05:46:35.4687120Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:46:35.4687700Z Running tests... 2022-05-18T05:46:35.4688250Z ---------------------------------------------------------------------- 2022-05-18T05:46:35.8876300Z test_worker_id (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12554 2022-05-18T05:46:35.8988450Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12555 2022-05-18T05:46:35.9172940Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12556 2022-05-18T05:46:35.9282850Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12557 2022-05-18T05:46:37.4732010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpefgiejeb 2022-05-18T05:46:37.4835360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpefgiejeb/_remote_module_non_scriptable.py 2022-05-18T05:46:37.5127740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6k8skpqv 2022-05-18T05:46:37.5182700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6k8skpqv/_remote_module_non_scriptable.py 2022-05-18T05:46:37.5386710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpie31otld 2022-05-18T05:46:37.5476160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpigdz4san 2022-05-18T05:46:37.5551770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpie31otld/_remote_module_non_scriptable.py 2022-05-18T05:46:37.5593520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpigdz4san/_remote_module_non_scriptable.py 2022-05-18T05:46:38.0914630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:46:38.1075480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:46:38.1151690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:46:38.1263250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:46:38.9925970Z ok (3.524s) 2022-05-18T05:46:38.9996720Z 2022-05-18T05:46:38.9997450Z ---------------------------------------------------------------------- 2022-05-18T05:46:38.9997770Z Ran 1 test in 3.524s 2022-05-18T05:46:38.9997910Z 2022-05-18T05:46:38.9998010Z OK 2022-05-18T05:46:38.9998110Z 2022-05-18T05:46:38.9998300Z Generating XML reports... 2022-05-18T05:46:38.9998910Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054635.xml 2022-05-18T05:46:40.3989730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplc9e7lvs 2022-05-18T05:46:40.3992730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplc9e7lvs/_remote_module_non_scriptable.py 2022-05-18T05:46:40.8394940Z 2022-05-18T05:46:40.8395720Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:46:40.8396080Z Running tests... 2022-05-18T05:46:40.8396480Z ---------------------------------------------------------------------- 2022-05-18T05:46:41.2619010Z test_worker_info_pickle (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12565 2022-05-18T05:46:41.2677510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12566 2022-05-18T05:46:41.2798480Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12567 2022-05-18T05:46:41.2911510Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12568 2022-05-18T05:46:42.9404420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnuadmjy4 2022-05-18T05:46:42.9505880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnuadmjy4/_remote_module_non_scriptable.py 2022-05-18T05:46:42.9670160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnayt92sy 2022-05-18T05:46:42.9691610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnayt92sy/_remote_module_non_scriptable.py 2022-05-18T05:46:42.9745580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjp0wv75r 2022-05-18T05:46:42.9808400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjp0wv75r/_remote_module_non_scriptable.py 2022-05-18T05:46:43.0103100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5z7to6kg 2022-05-18T05:46:43.0116920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5z7to6kg/_remote_module_non_scriptable.py 2022-05-18T05:46:43.5339490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:46:43.5543270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:46:43.5619660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:46:43.5824230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:46:44.2553290Z ok (3.416s) 2022-05-18T05:46:44.2625300Z 2022-05-18T05:46:44.2625920Z ---------------------------------------------------------------------- 2022-05-18T05:46:44.2626810Z Ran 1 test in 3.416s 2022-05-18T05:46:44.2626950Z 2022-05-18T05:46:44.2627020Z OK 2022-05-18T05:46:44.2627120Z 2022-05-18T05:46:44.2627230Z Generating XML reports... 2022-05-18T05:46:44.2627860Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054640.xml 2022-05-18T05:46:45.6536760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4j27hwfy 2022-05-18T05:46:45.6539650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4j27hwfy/_remote_module_non_scriptable.py 2022-05-18T05:46:46.0909670Z 2022-05-18T05:46:46.0910000Z Running tests... 2022-05-18T05:46:46.0910620Z ---------------------------------------------------------------------- 2022-05-18T05:46:46.0911160Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:46:46.5053700Z test_world_size_one (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12577 2022-05-18T05:46:46.5148080Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12578 2022-05-18T05:46:46.5295330Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12579 2022-05-18T05:46:46.5437940Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12580 2022-05-18T05:46:48.0732810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb_fjajnf 2022-05-18T05:46:48.0769160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb_fjajnf/_remote_module_non_scriptable.py 2022-05-18T05:46:48.0975630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3xvx6drz 2022-05-18T05:46:48.1043450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3xvx6drz/_remote_module_non_scriptable.py 2022-05-18T05:46:48.1642130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp111_p_il 2022-05-18T05:46:48.1739690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp111_p_il/_remote_module_non_scriptable.py 2022-05-18T05:46:48.1755920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm8v6gex1 2022-05-18T05:46:48.1844050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm8v6gex1/_remote_module_non_scriptable.py 2022-05-18T05:46:48.6760990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:46:48.6905260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:46:48.7477730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:46:48.7493440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:46:49.0837180Z ok (2.992s) 2022-05-18T05:46:49.0912000Z 2022-05-18T05:46:49.0913040Z ---------------------------------------------------------------------- 2022-05-18T05:46:49.0913410Z Ran 1 test in 2.993s 2022-05-18T05:46:49.0913550Z 2022-05-18T05:46:49.0913600Z OK 2022-05-18T05:46:49.0913710Z 2022-05-18T05:46:49.0913810Z Generating XML reports... 2022-05-18T05:46:49.0914450Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054646.xml 2022-05-18T05:46:50.4813170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_3a0oobo 2022-05-18T05:46:50.4816510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_3a0oobo/_remote_module_non_scriptable.py 2022-05-18T05:46:50.9235360Z 2022-05-18T05:46:50.9236140Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:46:50.9236510Z Running tests... 2022-05-18T05:46:50.9237040Z ---------------------------------------------------------------------- 2022-05-18T05:46:51.3471880Z test_wrong_types (__main__.TensorPipeRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12588 2022-05-18T05:46:51.3563810Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12589 2022-05-18T05:46:51.3718970Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12590 2022-05-18T05:46:51.3824770Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12591 2022-05-18T05:46:53.0086330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt9_tfw71 2022-05-18T05:46:53.0172640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt9_tfw71/_remote_module_non_scriptable.py 2022-05-18T05:46:53.0405130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9d4oqvjs 2022-05-18T05:46:53.0477830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9d4oqvjs/_remote_module_non_scriptable.py 2022-05-18T05:46:53.0492740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpar42124y 2022-05-18T05:46:53.0594620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpypbhav5u 2022-05-18T05:46:53.0695070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpypbhav5u/_remote_module_non_scriptable.py 2022-05-18T05:46:53.0699490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpar42124y/_remote_module_non_scriptable.py 2022-05-18T05:46:53.6218430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:46:53.6268320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:46:53.6301250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:46:53.6323260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:46:54.0290210Z ok (3.105s) 2022-05-18T05:46:54.0358370Z 2022-05-18T05:46:54.0359170Z ---------------------------------------------------------------------- 2022-05-18T05:46:54.0359800Z Ran 1 test in 3.106s 2022-05-18T05:46:54.0360000Z 2022-05-18T05:46:54.0360710Z OK 2022-05-18T05:46:54.0361330Z 2022-05-18T05:46:54.0361530Z Generating XML reports... 2022-05-18T05:46:54.0362180Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeRpcTest-20220518054650.xml 2022-05-18T05:46:55.4104860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptnyf2y8m 2022-05-18T05:46:55.4108870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptnyf2y8m/_remote_module_non_scriptable.py 2022-05-18T05:46:55.8474130Z 2022-05-18T05:46:55.8474460Z Running tests... 2022-05-18T05:46:55.8475120Z ---------------------------------------------------------------------- 2022-05-18T05:46:55.8475670Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:46:56.2666010Z test_backward_different_dtypes_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12600 2022-05-18T05:46:56.2759850Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12601 2022-05-18T05:46:56.2904970Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12602 2022-05-18T05:46:56.3067700Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12603 2022-05-18T05:46:57.8718270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7oe7yve1 2022-05-18T05:46:57.8783570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7oe7yve1/_remote_module_non_scriptable.py 2022-05-18T05:46:57.9005650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3thmp5cg 2022-05-18T05:46:57.9036260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl54ggghf 2022-05-18T05:46:57.9118550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl54ggghf/_remote_module_non_scriptable.py 2022-05-18T05:46:57.9161770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3thmp5cg/_remote_module_non_scriptable.py 2022-05-18T05:46:57.9217930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeupwq1do 2022-05-18T05:46:57.9319570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeupwq1do/_remote_module_non_scriptable.py 2022-05-18T05:46:58.4451530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:46:58.4829560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:46:58.4882170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:46:58.4885200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:46:59.2701570Z ok (3.422s) 2022-05-18T05:46:59.2775070Z 2022-05-18T05:46:59.2775730Z ---------------------------------------------------------------------- 2022-05-18T05:46:59.2776050Z Ran 1 test in 3.423s 2022-05-18T05:46:59.2776200Z 2022-05-18T05:46:59.2776270Z OK 2022-05-18T05:46:59.2776370Z 2022-05-18T05:46:59.2776480Z Generating XML reports... 2022-05-18T05:46:59.2777160Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054655.xml 2022-05-18T05:47:00.6718330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp174bldw6 2022-05-18T05:47:00.6721690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp174bldw6/_remote_module_non_scriptable.py 2022-05-18T05:47:01.1211470Z 2022-05-18T05:47:01.1212750Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:47:01.1213140Z Running tests... 2022-05-18T05:47:01.1213870Z ---------------------------------------------------------------------- 2022-05-18T05:47:01.5434300Z test_backward_multiple_round_trips_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12611 2022-05-18T05:47:01.5570230Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12612 2022-05-18T05:47:01.5721120Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12613 2022-05-18T05:47:01.5754090Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12614 2022-05-18T05:47:03.1898410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwh2uahx9 2022-05-18T05:47:03.1941190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwh2uahx9/_remote_module_non_scriptable.py 2022-05-18T05:47:03.2396910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpllzf_jcg 2022-05-18T05:47:03.2449050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpllzf_jcg/_remote_module_non_scriptable.py 2022-05-18T05:47:03.2504400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgw531z8q 2022-05-18T05:47:03.2571850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgw531z8q/_remote_module_non_scriptable.py 2022-05-18T05:47:03.2773750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5ow2vptr 2022-05-18T05:47:03.2821320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5ow2vptr/_remote_module_non_scriptable.py 2022-05-18T05:47:03.7747490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:47:03.8128630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:47:03.8273480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:47:03.8511410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:47:04.6335090Z ok (3.512s) 2022-05-18T05:47:04.6412290Z 2022-05-18T05:47:04.6412840Z ---------------------------------------------------------------------- 2022-05-18T05:47:04.6413150Z Ran 1 test in 3.513s 2022-05-18T05:47:04.6413280Z 2022-05-18T05:47:04.6413350Z OK 2022-05-18T05:47:04.6413450Z 2022-05-18T05:47:04.6413550Z Generating XML reports... 2022-05-18T05:47:04.6414250Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054701.xml 2022-05-18T05:47:06.0341570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv0juhg9i 2022-05-18T05:47:06.0344720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv0juhg9i/_remote_module_non_scriptable.py 2022-05-18T05:47:06.4775590Z 2022-05-18T05:47:06.4775920Z Running tests... 2022-05-18T05:47:06.4776570Z ---------------------------------------------------------------------- 2022-05-18T05:47:06.4777120Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:47:06.8952050Z test_backward_no_grad_on_tensor_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12623 2022-05-18T05:47:06.9088030Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12624 2022-05-18T05:47:06.9191750Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12625 2022-05-18T05:47:06.9296190Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12626 2022-05-18T05:47:08.4893560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx3o91k0n 2022-05-18T05:47:08.4919470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx3o91k0n/_remote_module_non_scriptable.py 2022-05-18T05:47:08.5240980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg6lnyomg 2022-05-18T05:47:08.5311200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg6lnyomg/_remote_module_non_scriptable.py 2022-05-18T05:47:08.5346380Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoe77sei8 2022-05-18T05:47:08.5362730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoe77sei8/_remote_module_non_scriptable.py 2022-05-18T05:47:08.5450230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_c7bg6m3 2022-05-18T05:47:08.5551170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_c7bg6m3/_remote_module_non_scriptable.py 2022-05-18T05:47:09.0850610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:47:09.1025250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:47:09.1130920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:47:09.1151710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:47:09.8840350Z ok (3.406s) 2022-05-18T05:47:09.8913100Z 2022-05-18T05:47:09.8913980Z ---------------------------------------------------------------------- 2022-05-18T05:47:09.8914320Z Ran 1 test in 3.407s 2022-05-18T05:47:09.8914470Z 2022-05-18T05:47:09.8914540Z OK 2022-05-18T05:47:09.8914650Z 2022-05-18T05:47:09.8914750Z Generating XML reports... 2022-05-18T05:47:09.8915430Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054706.xml 2022-05-18T05:47:11.2918010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt1hpdpax 2022-05-18T05:47:11.2920190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt1hpdpax/_remote_module_non_scriptable.py 2022-05-18T05:47:11.7304770Z 2022-05-18T05:47:11.7305870Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:47:11.7306260Z Running tests... 2022-05-18T05:47:11.7306650Z ---------------------------------------------------------------------- 2022-05-18T05:47:12.1531440Z test_backward_rref_multi_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12634 2022-05-18T05:47:12.1597720Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12635 2022-05-18T05:47:12.1744710Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12636 2022-05-18T05:47:12.1858530Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12637 2022-05-18T05:47:13.8413750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpulrx94yh 2022-05-18T05:47:13.8442830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpulrx94yh/_remote_module_non_scriptable.py 2022-05-18T05:47:13.8562410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0gey69y1 2022-05-18T05:47:13.8668000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0gey69y1/_remote_module_non_scriptable.py 2022-05-18T05:47:13.8668720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps8mbgbbf 2022-05-18T05:47:13.8846420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps8mbgbbf/_remote_module_non_scriptable.py 2022-05-18T05:47:13.9470930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo0xilofz 2022-05-18T05:47:13.9501800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo0xilofz/_remote_module_non_scriptable.py 2022-05-18T05:47:14.4327000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:47:14.4461840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:47:14.4497170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:47:14.5114760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:47:15.2587170Z ok (3.528s) 2022-05-18T05:47:15.2660830Z 2022-05-18T05:47:15.2661600Z ---------------------------------------------------------------------- 2022-05-18T05:47:15.2661920Z Ran 1 test in 3.529s 2022-05-18T05:47:15.2662050Z 2022-05-18T05:47:15.2662130Z OK 2022-05-18T05:47:15.2662230Z 2022-05-18T05:47:15.2662340Z Generating XML reports... 2022-05-18T05:47:15.2663020Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054711.xml 2022-05-18T05:47:16.6516140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc99w1x_r 2022-05-18T05:47:16.6519500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc99w1x_r/_remote_module_non_scriptable.py 2022-05-18T05:47:17.1038170Z 2022-05-18T05:47:17.1039510Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:47:17.1040150Z Running tests... 2022-05-18T05:47:17.1041410Z ---------------------------------------------------------------------- 2022-05-18T05:47:17.5407990Z test_backward_rref_nested_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12646 2022-05-18T05:47:17.5464280Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12647 2022-05-18T05:47:17.5618460Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12648 2022-05-18T05:47:17.5747430Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12649 2022-05-18T05:47:19.1640780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph86ttoqr 2022-05-18T05:47:19.1686730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph86ttoqr/_remote_module_non_scriptable.py 2022-05-18T05:47:19.1786860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpib8b7ox_ 2022-05-18T05:47:19.1837250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpib8b7ox_/_remote_module_non_scriptable.py 2022-05-18T05:47:19.1938640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg5h63tqk 2022-05-18T05:47:19.1988220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg5h63tqk/_remote_module_non_scriptable.py 2022-05-18T05:47:19.2041750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpee33je29 2022-05-18T05:47:19.2142550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpee33je29/_remote_module_non_scriptable.py 2022-05-18T05:47:19.7443800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:47:19.7480170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:47:19.7495310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:47:19.7791560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:47:20.5656450Z ok (3.462s) 2022-05-18T05:47:20.5736080Z 2022-05-18T05:47:20.5737070Z ---------------------------------------------------------------------- 2022-05-18T05:47:20.5737430Z Ran 1 test in 3.462s 2022-05-18T05:47:20.5737580Z 2022-05-18T05:47:20.5737640Z OK 2022-05-18T05:47:20.5737750Z 2022-05-18T05:47:20.5737840Z Generating XML reports... 2022-05-18T05:47:20.5738530Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054717.xml 2022-05-18T05:47:21.9701880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpocwtoh5w 2022-05-18T05:47:21.9705590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpocwtoh5w/_remote_module_non_scriptable.py 2022-05-18T05:47:22.4173710Z 2022-05-18T05:47:22.4174510Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:47:22.4174910Z Running tests... 2022-05-18T05:47:22.4175310Z ---------------------------------------------------------------------- 2022-05-18T05:47:22.8602110Z test_backward_rref_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12660 2022-05-18T05:47:22.8889120Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12661 2022-05-18T05:47:22.9639380Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12662 2022-05-18T05:47:22.9741360Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12664 2022-05-18T05:47:24.4247210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx17_echz 2022-05-18T05:47:24.4291480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx17_echz/_remote_module_non_scriptable.py 2022-05-18T05:47:24.4428030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1_y7a2fi 2022-05-18T05:47:24.4432030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1_y7a2fi/_remote_module_non_scriptable.py 2022-05-18T05:47:24.5349260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnf301lzv 2022-05-18T05:47:24.5401150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnf301lzv/_remote_module_non_scriptable.py 2022-05-18T05:47:24.5553000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwg6n2y2v 2022-05-18T05:47:24.5604800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwg6n2y2v/_remote_module_non_scriptable.py 2022-05-18T05:47:25.0077130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:47:25.0172570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:47:25.0976460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:47:25.1054180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:47:25.8824360Z ok (3.465s) 2022-05-18T05:47:25.8894300Z 2022-05-18T05:47:25.8895040Z ---------------------------------------------------------------------- 2022-05-18T05:47:25.8895370Z Ran 1 test in 3.465s 2022-05-18T05:47:25.8895500Z 2022-05-18T05:47:25.8895570Z OK 2022-05-18T05:47:25.8895680Z 2022-05-18T05:47:25.8895780Z Generating XML reports... 2022-05-18T05:47:25.8896530Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054722.xml 2022-05-18T05:47:27.2949310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpajp8i95g 2022-05-18T05:47:27.2952990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpajp8i95g/_remote_module_non_scriptable.py 2022-05-18T05:47:27.7477640Z 2022-05-18T05:47:27.7477950Z Running tests... 2022-05-18T05:47:27.7478590Z ---------------------------------------------------------------------- 2022-05-18T05:47:27.7479360Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:47:28.1857660Z test_backward_simple_python_udf_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12671 2022-05-18T05:47:28.2157140Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12672 2022-05-18T05:47:28.2258620Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12673 2022-05-18T05:47:28.2460560Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12674 2022-05-18T05:47:29.8338740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3td9a848 2022-05-18T05:47:29.8371990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3td9a848/_remote_module_non_scriptable.py 2022-05-18T05:47:29.8408660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiicnlbq8 2022-05-18T05:47:29.8508980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiicnlbq8/_remote_module_non_scriptable.py 2022-05-18T05:47:29.8566570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxfr3m9hn 2022-05-18T05:47:29.8611810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxfr3m9hn/_remote_module_non_scriptable.py 2022-05-18T05:47:29.8654160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7bibxx0u 2022-05-18T05:47:29.8721720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7bibxx0u/_remote_module_non_scriptable.py 2022-05-18T05:47:30.4360420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:47:30.4376480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:47:30.4386440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:47:30.4477300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:47:31.3466410Z ok (3.598s) 2022-05-18T05:47:31.3535170Z 2022-05-18T05:47:31.3535970Z ---------------------------------------------------------------------- 2022-05-18T05:47:31.3536290Z Ran 1 test in 3.599s 2022-05-18T05:47:31.3536430Z 2022-05-18T05:47:31.3536500Z OK 2022-05-18T05:47:31.3536600Z 2022-05-18T05:47:31.3536810Z Generating XML reports... 2022-05-18T05:47:31.3537520Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054727.xml 2022-05-18T05:47:32.7353880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy0rl37xp 2022-05-18T05:47:32.7356800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy0rl37xp/_remote_module_non_scriptable.py 2022-05-18T05:47:33.2049690Z 2022-05-18T05:47:33.2050520Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:47:33.2051470Z Running tests... 2022-05-18T05:47:33.2051880Z ---------------------------------------------------------------------- 2022-05-18T05:47:33.6274610Z test_backward_simple_script_call_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12683 2022-05-18T05:47:33.6347930Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12684 2022-05-18T05:47:33.6499390Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12685 2022-05-18T05:47:33.6618070Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12686 2022-05-18T05:47:35.2167330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwl8wylyb 2022-05-18T05:47:35.2192800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwl8wylyb/_remote_module_non_scriptable.py 2022-05-18T05:47:35.2428100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe1x7yre1 2022-05-18T05:47:35.2484000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe1x7yre1/_remote_module_non_scriptable.py 2022-05-18T05:47:35.2621150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmponct8rkn 2022-05-18T05:47:35.2721770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmponct8rkn/_remote_module_non_scriptable.py 2022-05-18T05:47:35.2846670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq8_6m_d3 2022-05-18T05:47:35.2930390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq8_6m_d3/_remote_module_non_scriptable.py 2022-05-18T05:47:35.8083000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:47:35.8370130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:47:35.8382430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:47:35.8830960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:47:36.6466880Z ok (3.441s) 2022-05-18T05:47:36.6540910Z 2022-05-18T05:47:36.6542170Z ---------------------------------------------------------------------- 2022-05-18T05:47:36.6542960Z Ran 1 test in 3.442s 2022-05-18T05:47:36.6543410Z 2022-05-18T05:47:36.6543760Z OK 2022-05-18T05:47:36.6544170Z 2022-05-18T05:47:36.6544550Z Generating XML reports... 2022-05-18T05:47:36.6545610Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054733.xml 2022-05-18T05:47:38.0874740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps2ke2ew8 2022-05-18T05:47:38.0879610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps2ke2ew8/_remote_module_non_scriptable.py 2022-05-18T05:47:38.5479280Z 2022-05-18T05:47:38.5479550Z Running tests... 2022-05-18T05:47:38.5480350Z ---------------------------------------------------------------------- 2022-05-18T05:47:38.5480970Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:47:38.9692680Z test_backward_simple_self_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12695 2022-05-18T05:47:38.9759110Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12696 2022-05-18T05:47:38.9929330Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12697 2022-05-18T05:47:39.0032060Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12698 2022-05-18T05:47:40.5670030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7ml9pfpd 2022-05-18T05:47:40.5717450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7ml9pfpd/_remote_module_non_scriptable.py 2022-05-18T05:47:40.5978500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpig9id6z8 2022-05-18T05:47:40.6079930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiqnb205j 2022-05-18T05:47:40.6172710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpig9id6z8/_remote_module_non_scriptable.py 2022-05-18T05:47:40.6237720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiqnb205j/_remote_module_non_scriptable.py 2022-05-18T05:47:40.6308190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpry6d4b81 2022-05-18T05:47:40.6364410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpry6d4b81/_remote_module_non_scriptable.py 2022-05-18T05:47:41.1786800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:47:41.1850680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:47:41.1875090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:47:41.2051980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:47:42.0092110Z ok (3.461s) 2022-05-18T05:47:42.0162230Z 2022-05-18T05:47:42.0163250Z ---------------------------------------------------------------------- 2022-05-18T05:47:42.0163980Z Ran 1 test in 3.462s 2022-05-18T05:47:42.0164430Z 2022-05-18T05:47:42.0164780Z OK 2022-05-18T05:47:42.0165180Z 2022-05-18T05:47:42.0165540Z Generating XML reports... 2022-05-18T05:47:42.0166550Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054738.xml 2022-05-18T05:47:43.4445830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprsta81tj 2022-05-18T05:47:43.4449020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprsta81tj/_remote_module_non_scriptable.py 2022-05-18T05:47:43.8822780Z 2022-05-18T05:47:43.8823250Z Running tests... 2022-05-18T05:47:43.8823970Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:47:43.8824530Z ---------------------------------------------------------------------- 2022-05-18T05:47:44.3026960Z test_backward_simple_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12707 2022-05-18T05:47:44.3120830Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12708 2022-05-18T05:47:44.3288170Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12709 2022-05-18T05:47:44.3426690Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12710 2022-05-18T05:47:45.8949670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7c9lpmsh 2022-05-18T05:47:45.9016900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7c9lpmsh/_remote_module_non_scriptable.py 2022-05-18T05:47:45.9061210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppvq6e9hi 2022-05-18T05:47:45.9162860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppvq6e9hi/_remote_module_non_scriptable.py 2022-05-18T05:47:45.9250170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvrxlp9gb 2022-05-18T05:47:45.9281500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvrxlp9gb/_remote_module_non_scriptable.py 2022-05-18T05:47:46.0040150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnubmov1y 2022-05-18T05:47:46.0074220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnubmov1y/_remote_module_non_scriptable.py 2022-05-18T05:47:46.4851300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:47:46.4866500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:47:46.5098480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:47:46.5656620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:47:47.5075640Z ok (3.625s) 2022-05-18T05:47:47.5150560Z 2022-05-18T05:47:47.5151680Z ---------------------------------------------------------------------- 2022-05-18T05:47:47.5152870Z Ran 1 test in 3.626s 2022-05-18T05:47:47.5153390Z 2022-05-18T05:47:47.5153720Z OK 2022-05-18T05:47:47.5154110Z 2022-05-18T05:47:47.5154520Z Generating XML reports... 2022-05-18T05:47:47.5155560Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054743.xml 2022-05-18T05:47:48.9202230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpej_d4n6q 2022-05-18T05:47:48.9205840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpej_d4n6q/_remote_module_non_scriptable.py 2022-05-18T05:47:49.3666570Z 2022-05-18T05:47:49.3666900Z Running tests... 2022-05-18T05:47:49.3667530Z ---------------------------------------------------------------------- 2022-05-18T05:47:49.3668080Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:47:49.7899350Z test_backwards_nested_python_udf_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12718 2022-05-18T05:47:49.7963440Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12719 2022-05-18T05:47:49.8154400Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12720 2022-05-18T05:47:49.8284220Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12721 2022-05-18T05:47:51.3891260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplo0w6wg8 2022-05-18T05:47:51.3898690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplo0w6wg8/_remote_module_non_scriptable.py 2022-05-18T05:47:51.4057610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpde94_8b5 2022-05-18T05:47:51.4068810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpde94_8b5/_remote_module_non_scriptable.py 2022-05-18T05:47:51.4278770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpku4t9vp0 2022-05-18T05:47:51.4364180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpku4t9vp0/_remote_module_non_scriptable.py 2022-05-18T05:47:51.4416420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2otv10uf 2022-05-18T05:47:51.4417810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2otv10uf/_remote_module_non_scriptable.py 2022-05-18T05:47:51.9752030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:47:52.0075200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:47:52.0189570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:47:52.0250280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:47:52.6849670Z ok (3.318s) 2022-05-18T05:47:52.6924450Z 2022-05-18T05:47:52.6925400Z ---------------------------------------------------------------------- 2022-05-18T05:47:52.6925720Z Ran 1 test in 3.319s 2022-05-18T05:47:52.6925870Z 2022-05-18T05:47:52.6925940Z OK 2022-05-18T05:47:52.6926040Z 2022-05-18T05:47:52.6926140Z Generating XML reports... 2022-05-18T05:47:52.6926830Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054749.xml 2022-05-18T05:47:54.0985450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjghmqmoa 2022-05-18T05:47:54.0990750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjghmqmoa/_remote_module_non_scriptable.py 2022-05-18T05:47:54.5451820Z 2022-05-18T05:47:54.5452630Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:47:54.5453000Z Running tests... 2022-05-18T05:47:54.5453440Z ---------------------------------------------------------------------- 2022-05-18T05:47:54.9616070Z test_context_cleanup_nested_rpc_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12731 2022-05-18T05:47:54.9684420Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12732 2022-05-18T05:47:54.9833180Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12733 2022-05-18T05:47:55.0011540Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12734 2022-05-18T05:47:56.5739500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplubn9bjy 2022-05-18T05:47:56.5773990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplubn9bjy/_remote_module_non_scriptable.py 2022-05-18T05:47:56.5852710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx7nlvp5z 2022-05-18T05:47:56.5951090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx7nlvp5z/_remote_module_non_scriptable.py 2022-05-18T05:47:56.6039950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp06zsj3rp 2022-05-18T05:47:56.6082370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp06zsj3rp/_remote_module_non_scriptable.py 2022-05-18T05:47:56.6244520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppupthoq7 2022-05-18T05:47:56.6279920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppupthoq7/_remote_module_non_scriptable.py 2022-05-18T05:47:57.1559450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:47:57.1602650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:47:57.1995330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:47:57.2029860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:47:57.3221550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:47:57.3223550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:47:57.4079070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:47:57.4080840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:47:57.4082680Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:47:57.4084260Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:47:57.4182970Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:47:57.4272970Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:47:58.0705260Z ok (3.525s) 2022-05-18T05:47:58.0776180Z 2022-05-18T05:47:58.0777480Z ---------------------------------------------------------------------- 2022-05-18T05:47:58.0777870Z Ran 1 test in 3.526s 2022-05-18T05:47:58.0777990Z 2022-05-18T05:47:58.0778060Z OK 2022-05-18T05:47:58.0778170Z 2022-05-18T05:47:58.0778270Z Generating XML reports... 2022-05-18T05:47:58.0778980Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054754.xml 2022-05-18T05:47:59.4783440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa72ardd8 2022-05-18T05:47:59.4786330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa72ardd8/_remote_module_non_scriptable.py 2022-05-18T05:47:59.9204340Z 2022-05-18T05:47:59.9205200Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:47:59.9205570Z Running tests... 2022-05-18T05:47:59.9206000Z ---------------------------------------------------------------------- 2022-05-18T05:48:00.3474030Z test_context_cleanup_tensor_no_grad_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12742 2022-05-18T05:48:00.3614540Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12743 2022-05-18T05:48:00.3790590Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12744 2022-05-18T05:48:00.3930400Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12745 2022-05-18T05:48:01.9762550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyv1pqnu4 2022-05-18T05:48:01.9792600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyv1pqnu4/_remote_module_non_scriptable.py 2022-05-18T05:48:01.9817110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmrbevkv8 2022-05-18T05:48:01.9884770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmrbevkv8/_remote_module_non_scriptable.py 2022-05-18T05:48:01.9916560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb6kdr1kr 2022-05-18T05:48:01.9988430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb6kdr1kr/_remote_module_non_scriptable.py 2022-05-18T05:48:02.0033420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps713u54c 2022-05-18T05:48:02.0121030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps713u54c/_remote_module_non_scriptable.py 2022-05-18T05:48:02.5595730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:48:02.5672520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:48:02.5699420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:48:02.5702090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:48:02.9444840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:48:02.9447250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:48:02.9449540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:48:02.9457140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:48:02.9460310Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:03.0048030Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:03.0049130Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:03.0174170Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:03.5090540Z ok (3.588s) 2022-05-18T05:48:03.5161220Z 2022-05-18T05:48:03.5161830Z ---------------------------------------------------------------------- 2022-05-18T05:48:03.5162160Z Ran 1 test in 3.589s 2022-05-18T05:48:03.5162300Z 2022-05-18T05:48:03.5162360Z OK 2022-05-18T05:48:03.5162450Z 2022-05-18T05:48:03.5162550Z Generating XML reports... 2022-05-18T05:48:03.5163240Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054759.xml 2022-05-18T05:48:04.9072510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx_luf2t2 2022-05-18T05:48:04.9074980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx_luf2t2/_remote_module_non_scriptable.py 2022-05-18T05:48:05.3511660Z 2022-05-18T05:48:05.3512490Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:48:05.3512870Z Running tests... 2022-05-18T05:48:05.3513280Z ---------------------------------------------------------------------- 2022-05-18T05:48:05.7714810Z test_context_cleanup_tensor_with_grad_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12754 2022-05-18T05:48:05.7777790Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12755 2022-05-18T05:48:05.7948440Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12756 2022-05-18T05:48:05.8122700Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12757 2022-05-18T05:48:07.3636530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8lgnk32o 2022-05-18T05:48:07.3722900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8lgnk32o/_remote_module_non_scriptable.py 2022-05-18T05:48:07.3773340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5jb9n41m 2022-05-18T05:48:07.3875090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5jb9n41m/_remote_module_non_scriptable.py 2022-05-18T05:48:07.4099850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg9x3e61m 2022-05-18T05:48:07.4135310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg9x3e61m/_remote_module_non_scriptable.py 2022-05-18T05:48:07.4337060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptl65v80l 2022-05-18T05:48:07.4358160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptl65v80l/_remote_module_non_scriptable.py 2022-05-18T05:48:07.9504060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:48:07.9755340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:48:07.9791260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:48:08.0062190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:48:08.2657730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:48:08.2663840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:48:08.2670610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:48:08.2672620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:48:08.2674710Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:08.2675820Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:08.3561570Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:08.3563760Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:09.0087590Z ok (3.657s) 2022-05-18T05:48:09.0158380Z 2022-05-18T05:48:09.0159590Z ---------------------------------------------------------------------- 2022-05-18T05:48:09.0159910Z Ran 1 test in 3.658s 2022-05-18T05:48:09.0160040Z 2022-05-18T05:48:09.0160490Z OK 2022-05-18T05:48:09.0160630Z 2022-05-18T05:48:09.0160730Z Generating XML reports... 2022-05-18T05:48:09.0161600Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054805.xml 2022-05-18T05:48:10.3960070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqffc4nsv 2022-05-18T05:48:10.3963070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqffc4nsv/_remote_module_non_scriptable.py 2022-05-18T05:48:10.8360500Z 2022-05-18T05:48:10.8360800Z Running tests... 2022-05-18T05:48:10.8361450Z ---------------------------------------------------------------------- 2022-05-18T05:48:10.8362000Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:48:11.2547050Z test_embedding_bag_with_no_grad_tensors (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12765 2022-05-18T05:48:11.2635630Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12766 2022-05-18T05:48:11.2776500Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12767 2022-05-18T05:48:11.2880260Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12768 2022-05-18T05:48:12.8858610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj19i6q2a 2022-05-18T05:48:12.8917150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj19i6q2a/_remote_module_non_scriptable.py 2022-05-18T05:48:12.8963230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxa938z1w 2022-05-18T05:48:12.9061690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxa938z1w/_remote_module_non_scriptable.py 2022-05-18T05:48:12.9118150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvbkh2o4i 2022-05-18T05:48:12.9169630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvbkh2o4i/_remote_module_non_scriptable.py 2022-05-18T05:48:12.9371580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw_b9u10y 2022-05-18T05:48:12.9372830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw_b9u10y/_remote_module_non_scriptable.py 2022-05-18T05:48:13.5392800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:48:13.5472100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:48:13.5502110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:48:13.5769820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:48:14.3742540Z ok (3.538s) 2022-05-18T05:48:14.3817820Z 2022-05-18T05:48:14.3818360Z ---------------------------------------------------------------------- 2022-05-18T05:48:14.3818690Z Ran 1 test in 3.539s 2022-05-18T05:48:14.3818820Z 2022-05-18T05:48:14.3818890Z OK 2022-05-18T05:48:14.3818990Z 2022-05-18T05:48:14.3819080Z Generating XML reports... 2022-05-18T05:48:14.3819800Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054810.xml 2022-05-18T05:48:15.7800730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaza72om1 2022-05-18T05:48:15.7803590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaza72om1/_remote_module_non_scriptable.py 2022-05-18T05:48:16.2231810Z 2022-05-18T05:48:16.2232610Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:48:16.2232990Z Running tests... 2022-05-18T05:48:16.2233390Z ---------------------------------------------------------------------- 2022-05-18T05:48:16.6452520Z test_graph_for_builtin_call_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12777 2022-05-18T05:48:16.6592960Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12778 2022-05-18T05:48:16.6734790Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12779 2022-05-18T05:48:16.6836950Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12780 2022-05-18T05:48:18.2510650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpchvadeya 2022-05-18T05:48:18.2607760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpchvadeya/_remote_module_non_scriptable.py 2022-05-18T05:48:18.2645700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmt8rvcw8 2022-05-18T05:48:18.2747260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmt8rvcw8/_remote_module_non_scriptable.py 2022-05-18T05:48:18.2748010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0frkheud 2022-05-18T05:48:18.2849670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0frkheud/_remote_module_non_scriptable.py 2022-05-18T05:48:18.2905450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwcf77ufu 2022-05-18T05:48:18.2952410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwcf77ufu/_remote_module_non_scriptable.py 2022-05-18T05:48:18.8394120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:48:18.8537480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:48:18.8639900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:48:18.8648170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:48:19.1309990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:48:19.1312240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:48:19.1327040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:48:19.1328550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:48:19.1330510Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:19.1332210Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:19.1434200Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:19.1558400Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:19.7699530Z ok (3.547s) 2022-05-18T05:48:19.7772620Z 2022-05-18T05:48:19.7773760Z ---------------------------------------------------------------------- 2022-05-18T05:48:19.7774090Z Ran 1 test in 3.547s 2022-05-18T05:48:19.7774250Z 2022-05-18T05:48:19.7774320Z OK 2022-05-18T05:48:19.7774420Z 2022-05-18T05:48:19.7774520Z Generating XML reports... 2022-05-18T05:48:19.7775220Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054816.xml 2022-05-18T05:48:21.1622000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbnvrzx7d 2022-05-18T05:48:21.1625530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbnvrzx7d/_remote_module_non_scriptable.py 2022-05-18T05:48:21.6006540Z 2022-05-18T05:48:21.6007310Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:48:21.6007680Z Running tests... 2022-05-18T05:48:21.6008070Z ---------------------------------------------------------------------- 2022-05-18T05:48:22.0191140Z test_graph_for_builtin_remote_call_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12788 2022-05-18T05:48:22.0282970Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12789 2022-05-18T05:48:22.0435360Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12790 2022-05-18T05:48:22.0555020Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12791 2022-05-18T05:48:23.6734520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd6c5dafo 2022-05-18T05:48:23.6830830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd6c5dafo/_remote_module_non_scriptable.py 2022-05-18T05:48:23.6933660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxu8ku6qp 2022-05-18T05:48:23.6934380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxu8ku6qp/_remote_module_non_scriptable.py 2022-05-18T05:48:23.7128660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4wgmlagp 2022-05-18T05:48:23.7129340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4wgmlagp/_remote_module_non_scriptable.py 2022-05-18T05:48:23.7479540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcgdcr0tu 2022-05-18T05:48:23.7556290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcgdcr0tu/_remote_module_non_scriptable.py 2022-05-18T05:48:24.2767280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:48:24.2771410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:48:24.2781780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:48:24.3200750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:48:24.5212520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:48:24.5214620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:48:24.5222700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:48:24.5226780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:48:24.5228990Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:24.5229880Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:24.5329090Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:24.5334810Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:25.3910930Z ok (3.790s) 2022-05-18T05:48:25.3987060Z 2022-05-18T05:48:25.3987820Z ---------------------------------------------------------------------- 2022-05-18T05:48:25.3988140Z Ran 1 test in 3.791s 2022-05-18T05:48:25.3988270Z 2022-05-18T05:48:25.3988330Z OK 2022-05-18T05:48:25.3988470Z 2022-05-18T05:48:25.3988700Z Generating XML reports... 2022-05-18T05:48:25.3989420Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054821.xml 2022-05-18T05:48:26.7981070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4z4qlu0f 2022-05-18T05:48:26.7984100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4z4qlu0f/_remote_module_non_scriptable.py 2022-05-18T05:48:27.2396990Z 2022-05-18T05:48:27.2397830Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:48:27.2398440Z Running tests... 2022-05-18T05:48:27.2398880Z ---------------------------------------------------------------------- 2022-05-18T05:48:27.6608870Z test_graph_for_py_nested_call_itself_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12800 2022-05-18T05:48:27.6753210Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12801 2022-05-18T05:48:27.6866000Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12802 2022-05-18T05:48:27.6970310Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12803 2022-05-18T05:48:29.2649740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbofe1f1z 2022-05-18T05:48:29.2657760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbofe1f1z/_remote_module_non_scriptable.py 2022-05-18T05:48:29.2844930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuf4mgx82 2022-05-18T05:48:29.2931900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuf4mgx82/_remote_module_non_scriptable.py 2022-05-18T05:48:29.3157480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwj7a1beq 2022-05-18T05:48:29.3230680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwj7a1beq/_remote_module_non_scriptable.py 2022-05-18T05:48:29.3312670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd7xjv8r0 2022-05-18T05:48:29.3336160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd7xjv8r0/_remote_module_non_scriptable.py 2022-05-18T05:48:29.8433070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:48:29.8821660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:48:29.8988150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:48:29.9080210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:48:30.1706360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:48:30.1709630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:48:30.1713980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:48:30.1719490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:48:30.1722380Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:30.1818620Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:30.1822140Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:30.2546410Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:30.9757620Z ok (3.736s) 2022-05-18T05:48:30.9831950Z 2022-05-18T05:48:30.9832980Z ---------------------------------------------------------------------- 2022-05-18T05:48:30.9833600Z Ran 1 test in 3.736s 2022-05-18T05:48:30.9833740Z 2022-05-18T05:48:30.9833810Z OK 2022-05-18T05:48:30.9833920Z 2022-05-18T05:48:30.9834020Z Generating XML reports... 2022-05-18T05:48:30.9834720Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054827.xml 2022-05-18T05:48:32.4020900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg788hjpf 2022-05-18T05:48:32.4023610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg788hjpf/_remote_module_non_scriptable.py 2022-05-18T05:48:32.8474010Z 2022-05-18T05:48:32.8474800Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:48:32.8475210Z Running tests... 2022-05-18T05:48:32.8475590Z ---------------------------------------------------------------------- 2022-05-18T05:48:33.2742910Z test_graph_for_py_nested_call_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12811 2022-05-18T05:48:33.2872740Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12812 2022-05-18T05:48:33.3010950Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12813 2022-05-18T05:48:33.3116690Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12814 2022-05-18T05:48:34.9394890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7glbdkxc 2022-05-18T05:48:34.9454240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7glbdkxc/_remote_module_non_scriptable.py 2022-05-18T05:48:34.9695230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprqjh7_n6 2022-05-18T05:48:34.9720440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprqjh7_n6/_remote_module_non_scriptable.py 2022-05-18T05:48:34.9807880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxdq50ykk 2022-05-18T05:48:34.9830840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxdq50ykk/_remote_module_non_scriptable.py 2022-05-18T05:48:35.0024220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbe2v8eba 2022-05-18T05:48:35.0102930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbe2v8eba/_remote_module_non_scriptable.py 2022-05-18T05:48:35.5438430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:48:35.5553390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:48:35.5677150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:48:35.5914440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:48:35.8928610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:48:35.9044580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:48:35.9046650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:48:35.9054640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:48:35.9057480Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:35.9155960Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:35.9158260Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:35.9158950Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:36.4593560Z ok (3.612s) 2022-05-18T05:48:36.4669830Z 2022-05-18T05:48:36.4670730Z ---------------------------------------------------------------------- 2022-05-18T05:48:36.4671070Z Ran 1 test in 3.612s 2022-05-18T05:48:36.4671210Z 2022-05-18T05:48:36.4671270Z OK 2022-05-18T05:48:36.4671380Z 2022-05-18T05:48:36.4671480Z Generating XML reports... 2022-05-18T05:48:36.4672160Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054832.xml 2022-05-18T05:48:37.8743310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv1uvqbdu 2022-05-18T05:48:37.8746920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv1uvqbdu/_remote_module_non_scriptable.py 2022-05-18T05:48:38.3198790Z 2022-05-18T05:48:38.3199650Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:48:38.3200010Z Running tests... 2022-05-18T05:48:38.3200930Z ---------------------------------------------------------------------- 2022-05-18T05:48:38.7520000Z test_graph_for_py_nested_remote_call_itself_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12823 2022-05-18T05:48:38.7658930Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12824 2022-05-18T05:48:38.7829630Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12825 2022-05-18T05:48:38.7954870Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12826 2022-05-18T05:48:40.3979950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdjzz354h 2022-05-18T05:48:40.4009640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdjzz354h/_remote_module_non_scriptable.py 2022-05-18T05:48:40.4077880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdbi77hra 2022-05-18T05:48:40.4124830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdbi77hra/_remote_module_non_scriptable.py 2022-05-18T05:48:40.4206070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg6vgbrs5 2022-05-18T05:48:40.4281830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg6vgbrs5/_remote_module_non_scriptable.py 2022-05-18T05:48:40.4328490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy156ncsk 2022-05-18T05:48:40.4408600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy156ncsk/_remote_module_non_scriptable.py 2022-05-18T05:48:41.0245410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:48:41.0282990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:48:41.0286330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:48:41.0294210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:48:41.1288370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:48:41.1290190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:48:41.1291580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:48:41.1302030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:48:41.1304600Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:41.1977160Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:41.1982190Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:41.1987590Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:41.8841370Z ok (3.564s) 2022-05-18T05:48:41.8919910Z 2022-05-18T05:48:41.8922440Z ---------------------------------------------------------------------- 2022-05-18T05:48:41.8924020Z Ran 1 test in 3.565s 2022-05-18T05:48:41.8924340Z 2022-05-18T05:48:41.8924410Z OK 2022-05-18T05:48:41.8924520Z 2022-05-18T05:48:41.8924620Z Generating XML reports... 2022-05-18T05:48:41.8925720Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054838.xml 2022-05-18T05:48:43.3266320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdihlegpm 2022-05-18T05:48:43.3269580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdihlegpm/_remote_module_non_scriptable.py 2022-05-18T05:48:43.7982760Z 2022-05-18T05:48:43.7983570Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:48:43.7983940Z Running tests... 2022-05-18T05:48:43.7984330Z ---------------------------------------------------------------------- 2022-05-18T05:48:44.2283350Z test_graph_for_py_nested_remote_call_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12835 2022-05-18T05:48:44.2362990Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12836 2022-05-18T05:48:44.2517360Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12837 2022-05-18T05:48:44.2642710Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12838 2022-05-18T05:48:45.8516120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzo_wpwp1 2022-05-18T05:48:45.8598470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzo_wpwp1/_remote_module_non_scriptable.py 2022-05-18T05:48:45.8699970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpth1rifeo 2022-05-18T05:48:45.8801470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpth1rifeo/_remote_module_non_scriptable.py 2022-05-18T05:48:45.9002630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp78pstgz4 2022-05-18T05:48:45.9008000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp78pstgz4/_remote_module_non_scriptable.py 2022-05-18T05:48:45.9100850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2qqmhtny 2022-05-18T05:48:45.9197120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2qqmhtny/_remote_module_non_scriptable.py 2022-05-18T05:48:46.4613520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:48:46.4645530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:48:46.4687460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:48:46.4750760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:48:46.6507910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:48:46.7004370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:48:46.7005910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:48:46.7012220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:48:46.7015130Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:46.7129020Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:46.7545910Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:46.7547680Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:47.3839190Z ok (3.585s) 2022-05-18T05:48:47.3915390Z 2022-05-18T05:48:47.3915970Z ---------------------------------------------------------------------- 2022-05-18T05:48:47.3916280Z Ran 1 test in 3.586s 2022-05-18T05:48:47.3916420Z 2022-05-18T05:48:47.3916610Z OK 2022-05-18T05:48:47.3916730Z 2022-05-18T05:48:47.3916830Z Generating XML reports... 2022-05-18T05:48:47.3917520Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054843.xml 2022-05-18T05:48:48.7829150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp32ma0bij 2022-05-18T05:48:48.7832300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp32ma0bij/_remote_module_non_scriptable.py 2022-05-18T05:48:49.2276610Z 2022-05-18T05:48:49.2277440Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:48:49.2277800Z Running tests... 2022-05-18T05:48:49.2278210Z ---------------------------------------------------------------------- 2022-05-18T05:48:49.6461670Z test_graph_for_python_call_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12846 2022-05-18T05:48:49.6559500Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12847 2022-05-18T05:48:49.6680690Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12848 2022-05-18T05:48:49.6786460Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12849 2022-05-18T05:48:51.2964610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0xk4imhu 2022-05-18T05:48:51.3006540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw3muv3zj 2022-05-18T05:48:51.3062560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw3muv3zj/_remote_module_non_scriptable.py 2022-05-18T05:48:51.3109760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8gh1_bv8 2022-05-18T05:48:51.3155430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8gh1_bv8/_remote_module_non_scriptable.py 2022-05-18T05:48:51.3256870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0xk4imhu/_remote_module_non_scriptable.py 2022-05-18T05:48:51.3281740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp17mkrzqq 2022-05-18T05:48:51.3371850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp17mkrzqq/_remote_module_non_scriptable.py 2022-05-18T05:48:51.9025110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:48:51.9040760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:48:51.9069950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:48:51.9391030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:48:52.1415810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:48:52.1508510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:48:52.1512980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:48:52.1525370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:48:52.1528000Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:52.1642660Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:52.1644920Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:52.1648040Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:53.0069690Z ok (3.779s) 2022-05-18T05:48:53.0143250Z 2022-05-18T05:48:53.0144240Z ---------------------------------------------------------------------- 2022-05-18T05:48:53.0148950Z Ran 1 test in 3.780s 2022-05-18T05:48:53.0157930Z 2022-05-18T05:48:53.0158580Z OK 2022-05-18T05:48:53.0159210Z 2022-05-18T05:48:53.0159870Z Generating XML reports... 2022-05-18T05:48:53.0163180Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054849.xml 2022-05-18T05:48:54.4192840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr9m6t59o 2022-05-18T05:48:54.4195330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr9m6t59o/_remote_module_non_scriptable.py 2022-05-18T05:48:54.8554820Z 2022-05-18T05:48:54.8555620Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:48:54.8555990Z Running tests... 2022-05-18T05:48:54.8556390Z ---------------------------------------------------------------------- 2022-05-18T05:48:55.2744240Z test_graph_for_python_remote_call_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12858 2022-05-18T05:48:55.2867140Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12859 2022-05-18T05:48:55.3036610Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12860 2022-05-18T05:48:55.3208460Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12861 2022-05-18T05:48:56.8959960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc793upkr 2022-05-18T05:48:56.8990510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc793upkr/_remote_module_non_scriptable.py 2022-05-18T05:48:56.9092260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy689d4je 2022-05-18T05:48:56.9127400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy689d4je/_remote_module_non_scriptable.py 2022-05-18T05:48:56.9188290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjdl7r0s0 2022-05-18T05:48:56.9189060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjdl7r0s0/_remote_module_non_scriptable.py 2022-05-18T05:48:56.9290450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6j24mi02 2022-05-18T05:48:56.9323370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6j24mi02/_remote_module_non_scriptable.py 2022-05-18T05:48:57.4855330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:48:57.4901430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:48:57.4995320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:48:57.5091880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:48:57.7708090Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:48:57.7711050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:48:57.7716310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:48:57.7718180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:48:57.7720180Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:57.7721580Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:57.7815440Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:57.7840540Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:48:58.4314890Z ok (3.576s) 2022-05-18T05:48:58.4389410Z 2022-05-18T05:48:58.4390210Z ---------------------------------------------------------------------- 2022-05-18T05:48:58.4390580Z Ran 1 test in 3.576s 2022-05-18T05:48:58.4390720Z 2022-05-18T05:48:58.4390790Z OK 2022-05-18T05:48:58.4390890Z 2022-05-18T05:48:58.4390990Z Generating XML reports... 2022-05-18T05:48:58.4391680Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054854.xml 2022-05-18T05:48:59.8176560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7gps0j9f 2022-05-18T05:48:59.8179630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7gps0j9f/_remote_module_non_scriptable.py 2022-05-18T05:49:00.2686580Z 2022-05-18T05:49:00.2687400Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:49:00.2687770Z Running tests... 2022-05-18T05:49:00.2688850Z ---------------------------------------------------------------------- 2022-05-18T05:49:00.6875700Z test_mixed_requires_grad_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12869 2022-05-18T05:49:00.7007410Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12870 2022-05-18T05:49:00.7142080Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12871 2022-05-18T05:49:00.7170800Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12872 2022-05-18T05:49:02.2245970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpez4bqyqn 2022-05-18T05:49:02.2355890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpez4bqyqn/_remote_module_non_scriptable.py 2022-05-18T05:49:02.2889030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4uzuqfkh 2022-05-18T05:49:02.2944380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4uzuqfkh/_remote_module_non_scriptable.py 2022-05-18T05:49:02.3124790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd_o3e997 2022-05-18T05:49:02.3132470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd_o3e997/_remote_module_non_scriptable.py 2022-05-18T05:49:02.3229810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp850jigur 2022-05-18T05:49:02.3255980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp850jigur/_remote_module_non_scriptable.py 2022-05-18T05:49:02.8354930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:49:02.8469740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:49:02.8544780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:49:02.8759920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:49:03.7073480Z ok (3.438s) 2022-05-18T05:49:03.7144930Z 2022-05-18T05:49:03.7145720Z ---------------------------------------------------------------------- 2022-05-18T05:49:03.7146050Z Ran 1 test in 3.439s 2022-05-18T05:49:03.7146200Z 2022-05-18T05:49:03.7146260Z OK 2022-05-18T05:49:03.7146390Z 2022-05-18T05:49:03.7146490Z Generating XML reports... 2022-05-18T05:49:03.7147180Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054900.xml 2022-05-18T05:49:05.0590860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppvmf4h_1 2022-05-18T05:49:05.0594080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppvmf4h_1/_remote_module_non_scriptable.py 2022-05-18T05:49:05.4888040Z 2022-05-18T05:49:05.4888880Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:49:05.4889350Z Running tests... 2022-05-18T05:49:05.4889770Z ---------------------------------------------------------------------- 2022-05-18T05:49:05.9110260Z test_multiple_backward_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12881 2022-05-18T05:49:05.9249830Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12882 2022-05-18T05:49:05.9403750Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12883 2022-05-18T05:49:05.9563870Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12884 2022-05-18T05:49:07.4930810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpntyzg95o 2022-05-18T05:49:07.5032040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpntyzg95o/_remote_module_non_scriptable.py 2022-05-18T05:49:07.5193530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7oarbpe6 2022-05-18T05:49:07.5229660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7oarbpe6/_remote_module_non_scriptable.py 2022-05-18T05:49:07.5330930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplid_dzkr 2022-05-18T05:49:07.5331520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplid_dzkr/_remote_module_non_scriptable.py 2022-05-18T05:49:07.5332280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2c_ivqmt 2022-05-18T05:49:07.5412550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2c_ivqmt/_remote_module_non_scriptable.py 2022-05-18T05:49:08.0722740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:49:08.0855380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:49:08.0895580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:49:08.0966940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:49:16.4454420Z ok (10.956s) 2022-05-18T05:49:16.4531810Z 2022-05-18T05:49:16.4532660Z ---------------------------------------------------------------------- 2022-05-18T05:49:16.4533020Z Ran 1 test in 10.957s 2022-05-18T05:49:16.4533170Z 2022-05-18T05:49:16.4533240Z OK 2022-05-18T05:49:16.4533350Z 2022-05-18T05:49:16.4533450Z Generating XML reports... 2022-05-18T05:49:16.4534140Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054905.xml 2022-05-18T05:49:17.8485500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_ll_8oha 2022-05-18T05:49:17.8488480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_ll_8oha/_remote_module_non_scriptable.py 2022-05-18T05:49:18.2835560Z 2022-05-18T05:49:18.2836360Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:49:18.2836740Z Running tests... 2022-05-18T05:49:18.2837140Z ---------------------------------------------------------------------- 2022-05-18T05:49:18.6959110Z test_nested_backward_accumulate_grads_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12893 2022-05-18T05:49:18.7123170Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12894 2022-05-18T05:49:18.7259280Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12895 2022-05-18T05:49:18.7405280Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12896 2022-05-18T05:49:20.2761840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgy3xq3da 2022-05-18T05:49:20.2848000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgy3xq3da/_remote_module_non_scriptable.py 2022-05-18T05:49:20.3301490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqt5zzu0b 2022-05-18T05:49:20.3317940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqt5zzu0b/_remote_module_non_scriptable.py 2022-05-18T05:49:20.3531100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7rdzuqt6 2022-05-18T05:49:20.3632700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7rdzuqt6/_remote_module_non_scriptable.py 2022-05-18T05:49:20.3633430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpue8zp8zn 2022-05-18T05:49:20.3634090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpue8zp8zn/_remote_module_non_scriptable.py 2022-05-18T05:49:20.8899540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:49:20.9009510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:49:20.9222400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:49:20.9396210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:49:21.8840560Z ok (3.600s) 2022-05-18T05:49:21.8914340Z 2022-05-18T05:49:21.8914960Z ---------------------------------------------------------------------- 2022-05-18T05:49:21.8915290Z Ran 1 test in 3.601s 2022-05-18T05:49:21.8915420Z 2022-05-18T05:49:21.8915490Z OK 2022-05-18T05:49:21.8915590Z 2022-05-18T05:49:21.8916190Z Generating XML reports... 2022-05-18T05:49:21.8916950Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054918.xml 2022-05-18T05:49:23.2637460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmz1dgj8_ 2022-05-18T05:49:23.2640510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmz1dgj8_/_remote_module_non_scriptable.py 2022-05-18T05:49:23.6984920Z 2022-05-18T05:49:23.6985690Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:49:23.6986070Z Running tests... 2022-05-18T05:49:23.6986470Z ---------------------------------------------------------------------- 2022-05-18T05:49:24.1293630Z test_no_graph_with_tensors_not_require_grad_remote_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12905 2022-05-18T05:49:24.1426260Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12906 2022-05-18T05:49:24.1642150Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12907 2022-05-18T05:49:24.2012110Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12908 2022-05-18T05:49:25.7700100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps5736czy 2022-05-18T05:49:25.7801060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps5736czy/_remote_module_non_scriptable.py 2022-05-18T05:49:25.7903180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkgfnwzna 2022-05-18T05:49:25.7908410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkgfnwzna/_remote_module_non_scriptable.py 2022-05-18T05:49:25.8208240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpry8876tk 2022-05-18T05:49:25.8227240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpry8876tk/_remote_module_non_scriptable.py 2022-05-18T05:49:25.8315730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg2eb8twq 2022-05-18T05:49:25.8380240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg2eb8twq/_remote_module_non_scriptable.py 2022-05-18T05:49:26.3530660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:49:26.3700220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:49:26.4046590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:49:26.4047460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:49:26.5501040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:49:26.5502840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:49:26.5512400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:49:26.5513850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:49:26.5515510Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:49:26.5517440Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:49:26.5623950Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:49:26.5625930Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:49:27.2590970Z ok (3.560s) 2022-05-18T05:49:27.2664690Z 2022-05-18T05:49:27.2665200Z ---------------------------------------------------------------------- 2022-05-18T05:49:27.2665510Z Ran 1 test in 3.561s 2022-05-18T05:49:27.2665650Z 2022-05-18T05:49:27.2665710Z OK 2022-05-18T05:49:27.2665820Z 2022-05-18T05:49:27.2665920Z Generating XML reports... 2022-05-18T05:49:27.2666610Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054923.xml 2022-05-18T05:49:28.6419960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyc4i02cr 2022-05-18T05:49:28.6422700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyc4i02cr/_remote_module_non_scriptable.py 2022-05-18T05:49:29.0722380Z 2022-05-18T05:49:29.0722710Z Running tests... 2022-05-18T05:49:29.0723340Z ---------------------------------------------------------------------- 2022-05-18T05:49:29.0724000Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:49:29.4911790Z test_no_graph_with_tensors_not_require_grad_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12916 2022-05-18T05:49:29.4978270Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12917 2022-05-18T05:49:29.5114170Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12918 2022-05-18T05:49:29.5223650Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12919 2022-05-18T05:49:31.0905840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfmzr6q65 2022-05-18T05:49:31.1007270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfmzr6q65/_remote_module_non_scriptable.py 2022-05-18T05:49:31.1008410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkxyyxqif 2022-05-18T05:49:31.1031560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkxyyxqif/_remote_module_non_scriptable.py 2022-05-18T05:49:31.1132750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6b56sokc 2022-05-18T05:49:31.1203800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6b56sokc/_remote_module_non_scriptable.py 2022-05-18T05:49:31.1469560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppy7c6s2y 2022-05-18T05:49:31.1541870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppy7c6s2y/_remote_module_non_scriptable.py 2022-05-18T05:49:31.6676060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:49:31.6705630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:49:31.6870750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:49:31.7296490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:49:31.8806770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:49:31.8809340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:49:31.8811440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:49:31.8819460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:49:31.8822190Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:49:31.8921430Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:49:31.8924990Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:49:31.8945390Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:49:32.5997290Z ok (3.527s) 2022-05-18T05:49:32.6068550Z 2022-05-18T05:49:32.6069530Z ---------------------------------------------------------------------- 2022-05-18T05:49:32.6069830Z Ran 1 test in 3.528s 2022-05-18T05:49:32.6069980Z 2022-05-18T05:49:32.6070050Z OK 2022-05-18T05:49:32.6070150Z 2022-05-18T05:49:32.6070240Z Generating XML reports... 2022-05-18T05:49:32.6071040Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054929.xml 2022-05-18T05:49:34.0098750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpumlr5mkr 2022-05-18T05:49:34.0102090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpumlr5mkr/_remote_module_non_scriptable.py 2022-05-18T05:49:34.4778140Z 2022-05-18T05:49:34.4778900Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:49:34.4781350Z Running tests... 2022-05-18T05:49:34.4781930Z ---------------------------------------------------------------------- 2022-05-18T05:49:34.8963250Z test_remote_complex_args_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12929 2022-05-18T05:49:34.9054930Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12930 2022-05-18T05:49:34.9180440Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12931 2022-05-18T05:49:34.9312950Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12932 2022-05-18T05:49:36.6255300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4dy398yi 2022-05-18T05:49:36.6355450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcjl4qb5d 2022-05-18T05:49:36.6356760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4dy398yi/_remote_module_non_scriptable.py 2022-05-18T05:49:36.6436940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcjl4qb5d/_remote_module_non_scriptable.py 2022-05-18T05:49:36.6538450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgnnsubeg 2022-05-18T05:49:36.6604510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgnnsubeg/_remote_module_non_scriptable.py 2022-05-18T05:49:36.6681430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpew7ms724 2022-05-18T05:49:36.6741250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpew7ms724/_remote_module_non_scriptable.py 2022-05-18T05:49:37.2721500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:49:37.2734700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:49:37.2735530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:49:37.2840850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:49:38.1191270Z ok (3.641s) 2022-05-18T05:49:38.1266100Z 2022-05-18T05:49:38.1266830Z ---------------------------------------------------------------------- 2022-05-18T05:49:38.1267150Z Ran 1 test in 3.642s 2022-05-18T05:49:38.1267280Z 2022-05-18T05:49:38.1267390Z OK 2022-05-18T05:49:38.1267520Z 2022-05-18T05:49:38.1267630Z Generating XML reports... 2022-05-18T05:49:38.1268530Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054934.xml 2022-05-18T05:49:39.5954020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppqkqpuqa 2022-05-18T05:49:39.5957190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppqkqpuqa/_remote_module_non_scriptable.py 2022-05-18T05:49:40.0571190Z 2022-05-18T05:49:40.0571530Z Running tests... 2022-05-18T05:49:40.0572200Z ---------------------------------------------------------------------- 2022-05-18T05:49:40.0572750Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:49:40.4953130Z test_rpc_complex_args_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12940 2022-05-18T05:49:40.5101500Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12941 2022-05-18T05:49:40.5219100Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12942 2022-05-18T05:49:40.5401320Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12943 2022-05-18T05:49:42.1338140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqp35ye9p 2022-05-18T05:49:42.1375790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqp35ye9p/_remote_module_non_scriptable.py 2022-05-18T05:49:42.1494190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwd4rz1su 2022-05-18T05:49:42.1566570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwd4rz1su/_remote_module_non_scriptable.py 2022-05-18T05:49:42.1868880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1fov68j_ 2022-05-18T05:49:42.1943620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1fov68j_/_remote_module_non_scriptable.py 2022-05-18T05:49:42.2145670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqfhypjvl 2022-05-18T05:49:42.2169930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqfhypjvl/_remote_module_non_scriptable.py 2022-05-18T05:49:42.7596100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:49:42.7646540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:49:42.7863740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:49:42.7912940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:49:43.4847340Z ok (3.427s) 2022-05-18T05:49:43.4920290Z 2022-05-18T05:49:43.4921820Z ---------------------------------------------------------------------- 2022-05-18T05:49:43.4922210Z Ran 1 test in 3.428s 2022-05-18T05:49:43.4922340Z 2022-05-18T05:49:43.4922410Z OK 2022-05-18T05:49:43.4922510Z 2022-05-18T05:49:43.4922610Z Generating XML reports... 2022-05-18T05:49:43.4923320Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054940.xml 2022-05-18T05:49:44.8965940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp92w_o6aj 2022-05-18T05:49:44.8969170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp92w_o6aj/_remote_module_non_scriptable.py 2022-05-18T05:49:45.3596680Z 2022-05-18T05:49:45.3597470Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:49:45.3597850Z Running tests... 2022-05-18T05:49:45.3598270Z ---------------------------------------------------------------------- 2022-05-18T05:49:45.7830700Z test_trainer_ps_sparse (__main__.TensorPipeTensorPipeAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12952 2022-05-18T05:49:45.7904540Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12953 2022-05-18T05:49:45.8053450Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12954 2022-05-18T05:49:45.8187550Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12955 2022-05-18T05:49:47.4318000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphyo4c4gf 2022-05-18T05:49:47.4400380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphyo4c4gf/_remote_module_non_scriptable.py 2022-05-18T05:49:47.4486000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzsw5bual 2022-05-18T05:49:47.4503980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzsw5bual/_remote_module_non_scriptable.py 2022-05-18T05:49:47.4581810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbpcp4ws9 2022-05-18T05:49:47.4667000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbpcp4ws9/_remote_module_non_scriptable.py 2022-05-18T05:49:47.4971900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_665yjv1 2022-05-18T05:49:47.4996580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_665yjv1/_remote_module_non_scriptable.py 2022-05-18T05:49:48.0273820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:49:48.0304030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:49:48.0664940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:49:48.0959680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:49:49.1574380Z ok (3.798s) 2022-05-18T05:49:49.1649270Z 2022-05-18T05:49:49.1649970Z ---------------------------------------------------------------------- 2022-05-18T05:49:49.1650640Z Ran 1 test in 3.798s 2022-05-18T05:49:49.1650810Z 2022-05-18T05:49:49.1650990Z OK 2022-05-18T05:49:49.1651100Z 2022-05-18T05:49:49.1651210Z Generating XML reports... 2022-05-18T05:49:49.1651970Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentDistAutogradTest-20220518054945.xml 2022-05-18T05:49:50.5492860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpruaz0qre 2022-05-18T05:49:50.5495500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpruaz0qre/_remote_module_non_scriptable.py 2022-05-18T05:49:50.9878890Z 2022-05-18T05:49:50.9879700Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:49:50.9883790Z Running tests... 2022-05-18T05:49:50.9884370Z ---------------------------------------------------------------------- 2022-05-18T05:49:51.4061730Z test_builtin_remote_ret_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12963 2022-05-18T05:49:51.4205260Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12964 2022-05-18T05:49:51.4358230Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12965 2022-05-18T05:49:51.4478170Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12966 2022-05-18T05:49:52.9700320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpksmqgb_3 2022-05-18T05:49:52.9753020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpksmqgb_3/_remote_module_non_scriptable.py 2022-05-18T05:49:53.0356890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxsl79ghq 2022-05-18T05:49:53.0394260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxsl79ghq/_remote_module_non_scriptable.py 2022-05-18T05:49:53.0517760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpisnq2hkq 2022-05-18T05:49:53.0570200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpisnq2hkq/_remote_module_non_scriptable.py 2022-05-18T05:49:53.0671740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz8k5kctu 2022-05-18T05:49:53.0672330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz8k5kctu/_remote_module_non_scriptable.py 2022-05-18T05:49:53.5669760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:49:53.6106000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:49:53.6128740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:49:53.6241340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:49:54.3846030Z ok (3.396s) 2022-05-18T05:49:54.3917870Z 2022-05-18T05:49:54.3918520Z ---------------------------------------------------------------------- 2022-05-18T05:49:54.3918890Z Ran 1 test in 3.397s 2022-05-18T05:49:54.3919030Z 2022-05-18T05:49:54.3919090Z OK 2022-05-18T05:49:54.3919200Z 2022-05-18T05:49:54.3919300Z Generating XML reports... 2022-05-18T05:49:54.3919950Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518054950.xml 2022-05-18T05:49:55.7786200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_2h4_36u 2022-05-18T05:49:55.7789350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_2h4_36u/_remote_module_non_scriptable.py 2022-05-18T05:49:56.2091880Z 2022-05-18T05:49:56.2092680Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:49:56.2093780Z Running tests... 2022-05-18T05:49:56.2094570Z ---------------------------------------------------------------------- 2022-05-18T05:49:56.6202050Z test_builtin_remote_self_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12975 2022-05-18T05:49:56.6361000Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12976 2022-05-18T05:49:56.6499950Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12977 2022-05-18T05:49:56.6545490Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12978 2022-05-18T05:49:58.2968050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjvtajmos 2022-05-18T05:49:58.2978250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjvtajmos/_remote_module_non_scriptable.py 2022-05-18T05:49:58.3010770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8qlqqrfo 2022-05-18T05:49:58.3085660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8qlqqrfo/_remote_module_non_scriptable.py 2022-05-18T05:49:58.3217040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnogyme6y 2022-05-18T05:49:58.3237830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg9bsnzn0 2022-05-18T05:49:58.3307700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnogyme6y/_remote_module_non_scriptable.py 2022-05-18T05:49:58.3360820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg9bsnzn0/_remote_module_non_scriptable.py 2022-05-18T05:49:58.9001080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:49:58.9097320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:49:58.9323840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:49:58.9359730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:49:59.7087130Z ok (3.499s) 2022-05-18T05:49:59.7160560Z 2022-05-18T05:49:59.7161980Z ---------------------------------------------------------------------- 2022-05-18T05:49:59.7162340Z Ran 1 test in 3.500s 2022-05-18T05:49:59.7162470Z 2022-05-18T05:49:59.7162530Z OK 2022-05-18T05:49:59.7162640Z 2022-05-18T05:49:59.7162740Z Generating XML reports... 2022-05-18T05:49:59.7163380Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518054956.xml 2022-05-18T05:50:01.1718970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm6ixp0ha 2022-05-18T05:50:01.1721770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm6ixp0ha/_remote_module_non_scriptable.py 2022-05-18T05:50:01.6454870Z 2022-05-18T05:50:01.6455660Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:50:01.6456040Z Running tests... 2022-05-18T05:50:01.6456460Z ---------------------------------------------------------------------- 2022-05-18T05:50:02.0882180Z test_infer_backend_from_options (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12986 2022-05-18T05:50:02.0977220Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12987 2022-05-18T05:50:02.1118620Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12988 2022-05-18T05:50:02.1269970Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 12989 2022-05-18T05:50:03.7194700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxanqmxov 2022-05-18T05:50:03.7295130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxanqmxov/_remote_module_non_scriptable.py 2022-05-18T05:50:03.7606940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk1p8kt7_ 2022-05-18T05:50:03.7679540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk1p8kt7_/_remote_module_non_scriptable.py 2022-05-18T05:50:03.7863810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvzt_3wwy 2022-05-18T05:50:03.7964870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvzt_3wwy/_remote_module_non_scriptable.py 2022-05-18T05:50:03.8158410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1mcvzza7 2022-05-18T05:50:03.8170740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1mcvzza7/_remote_module_non_scriptable.py 2022-05-18T05:50:04.3589310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:50:04.3760990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:50:04.3930950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:50:04.4035850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:50:04.9282770Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker1: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:50:04.9283940Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker3: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:50:05.0088810Z ok (3.363s) 2022-05-18T05:50:05.0171930Z 2022-05-18T05:50:05.0172690Z ---------------------------------------------------------------------- 2022-05-18T05:50:05.0173460Z Ran 1 test in 3.364s 2022-05-18T05:50:05.0173590Z 2022-05-18T05:50:05.0173660Z OK 2022-05-18T05:50:05.0173770Z 2022-05-18T05:50:05.0173870Z Generating XML reports... 2022-05-18T05:50:05.0174540Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055001.xml 2022-05-18T05:50:06.4701620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl33pxpao 2022-05-18T05:50:06.4704800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl33pxpao/_remote_module_non_scriptable.py 2022-05-18T05:50:06.9354070Z 2022-05-18T05:50:06.9354820Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:50:07.3785290Z Running tests... 2022-05-18T05:50:07.3786050Z ---------------------------------------------------------------------- 2022-05-18T05:50:07.3786580Z test_meta_multiple_tensors (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12998 2022-05-18T05:50:07.3875420Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12999 2022-05-18T05:50:07.3993950Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13000 2022-05-18T05:50:07.4100460Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13001 2022-05-18T05:50:09.0493730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp91y82h49 2022-05-18T05:50:09.0595650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp91y82h49/_remote_module_non_scriptable.py 2022-05-18T05:50:09.0725540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpurig6w2m 2022-05-18T05:50:09.0739650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpurig6w2m/_remote_module_non_scriptable.py 2022-05-18T05:50:09.0754580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi3es90o5 2022-05-18T05:50:09.0836970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi3es90o5/_remote_module_non_scriptable.py 2022-05-18T05:50:09.0838680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwuaowszn 2022-05-18T05:50:09.0939370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwuaowszn/_remote_module_non_scriptable.py 2022-05-18T05:50:09.6675450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:50:09.6775780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:50:09.6782510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:50:09.6910720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:50:10.3893500Z ok (3.454s) 2022-05-18T05:50:10.3975170Z 2022-05-18T05:50:10.3976060Z ---------------------------------------------------------------------- 2022-05-18T05:50:10.3976410Z Ran 1 test in 3.454s 2022-05-18T05:50:10.3976550Z 2022-05-18T05:50:10.3976620Z OK 2022-05-18T05:50:10.3976720Z 2022-05-18T05:50:10.3976830Z Generating XML reports... 2022-05-18T05:50:10.3977510Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055006.xml 2022-05-18T05:50:11.8346670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw_whqijd 2022-05-18T05:50:11.8350110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw_whqijd/_remote_module_non_scriptable.py 2022-05-18T05:50:12.2950390Z 2022-05-18T05:50:12.2951140Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:50:12.2951510Z Running tests... 2022-05-18T05:50:12.2951910Z ---------------------------------------------------------------------- 2022-05-18T05:50:12.7397000Z test_meta_one_tensor (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13009 2022-05-18T05:50:12.7475730Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13010 2022-05-18T05:50:12.7645450Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13011 2022-05-18T05:50:12.7782500Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13012 2022-05-18T05:50:14.3918680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5cvwxmbx 2022-05-18T05:50:14.3931180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5cvwxmbx/_remote_module_non_scriptable.py 2022-05-18T05:50:14.4218160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8juuuyyb 2022-05-18T05:50:14.4261680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8juuuyyb/_remote_module_non_scriptable.py 2022-05-18T05:50:14.4636650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp13ztxuli 2022-05-18T05:50:14.4703300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp13ztxuli/_remote_module_non_scriptable.py 2022-05-18T05:50:14.5001400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdxhac1f_ 2022-05-18T05:50:14.5018730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdxhac1f_/_remote_module_non_scriptable.py 2022-05-18T05:50:15.1013890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:50:15.1192020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:50:15.1201210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:50:15.1609180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:50:15.7591160Z ok (3.464s) 2022-05-18T05:50:15.7662960Z 2022-05-18T05:50:15.7663560Z ---------------------------------------------------------------------- 2022-05-18T05:50:15.7663890Z Ran 1 test in 3.464s 2022-05-18T05:50:15.7664030Z 2022-05-18T05:50:15.7664110Z OK 2022-05-18T05:50:15.7664220Z 2022-05-18T05:50:15.7664320Z Generating XML reports... 2022-05-18T05:50:15.7664980Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055012.xml 2022-05-18T05:50:17.1537160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn1q0raa0 2022-05-18T05:50:17.1540420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn1q0raa0/_remote_module_non_scriptable.py 2022-05-18T05:50:17.6158320Z 2022-05-18T05:50:17.6159330Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:50:17.6159810Z Running tests... 2022-05-18T05:50:17.6160260Z ---------------------------------------------------------------------- 2022-05-18T05:50:18.0439820Z test_meta_one_tensor_rref (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13021 2022-05-18T05:50:18.0599170Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13022 2022-05-18T05:50:18.0772570Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13023 2022-05-18T05:50:18.0813570Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13024 2022-05-18T05:50:19.9688150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_dpn1kho 2022-05-18T05:50:19.9710020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_dpn1kho/_remote_module_non_scriptable.py 2022-05-18T05:50:19.9963040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxnduah8p 2022-05-18T05:50:20.0024200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxnduah8p/_remote_module_non_scriptable.py 2022-05-18T05:50:20.0076350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps507n011 2022-05-18T05:50:20.0130430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps507n011/_remote_module_non_scriptable.py 2022-05-18T05:50:20.0179690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg9b2sycc 2022-05-18T05:50:20.0281540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg9b2sycc/_remote_module_non_scriptable.py 2022-05-18T05:50:20.5711380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:50:20.5916550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:50:20.6061420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:50:20.6096380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:50:21.2338590Z ok (3.618s) 2022-05-18T05:50:21.2411050Z 2022-05-18T05:50:21.2412160Z ---------------------------------------------------------------------- 2022-05-18T05:50:21.2412510Z Ran 1 test in 3.618s 2022-05-18T05:50:21.2412650Z 2022-05-18T05:50:21.2412810Z OK 2022-05-18T05:50:21.2412930Z 2022-05-18T05:50:21.2413040Z Generating XML reports... 2022-05-18T05:50:21.2413730Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055017.xml 2022-05-18T05:50:22.6378690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpss23ko6g 2022-05-18T05:50:22.6381580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpss23ko6g/_remote_module_non_scriptable.py 2022-05-18T05:50:23.0793170Z 2022-05-18T05:50:23.0793930Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:50:23.0794300Z Running tests... 2022-05-18T05:50:23.0794790Z ---------------------------------------------------------------------- 2022-05-18T05:50:23.5042010Z test_mismatched_type_for_options (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13032 2022-05-18T05:50:23.5128540Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13033 2022-05-18T05:50:23.5266210Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13034 2022-05-18T05:50:23.5402820Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13035 2022-05-18T05:50:25.2488320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjd8jnapr 2022-05-18T05:50:25.2524670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjd8jnapr/_remote_module_non_scriptable.py 2022-05-18T05:50:25.2641130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8vi_0dxv 2022-05-18T05:50:25.2777080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8vi_0dxv/_remote_module_non_scriptable.py 2022-05-18T05:50:25.2815890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgpn32q_q 2022-05-18T05:50:25.2874740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgpn32q_q/_remote_module_non_scriptable.py 2022-05-18T05:50:25.2925690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbkn5wvd5 2022-05-18T05:50:25.2985000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbkn5wvd5/_remote_module_non_scriptable.py 2022-05-18T05:50:25.8683230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:50:25.8894760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:50:25.9105890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:50:25.9269610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:50:26.2759800Z ok (3.196s) 2022-05-18T05:50:26.2835230Z 2022-05-18T05:50:26.2836000Z ---------------------------------------------------------------------- 2022-05-18T05:50:26.2836330Z Ran 1 test in 3.197s 2022-05-18T05:50:26.2836560Z 2022-05-18T05:50:26.2836760Z OK 2022-05-18T05:50:26.2836960Z 2022-05-18T05:50:26.2837070Z Generating XML reports... 2022-05-18T05:50:26.2837770Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055023.xml 2022-05-18T05:50:27.7211970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp10rd_26o 2022-05-18T05:50:27.7215710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp10rd_26o/_remote_module_non_scriptable.py 2022-05-18T05:50:28.1829060Z 2022-05-18T05:50:28.1829460Z Running tests... 2022-05-18T05:50:28.1830220Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:50:28.1831150Z ---------------------------------------------------------------------- 2022-05-18T05:50:28.6214010Z test_multi_builtin_remote_ret_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13044 2022-05-18T05:50:28.6304220Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13045 2022-05-18T05:50:28.6438170Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13046 2022-05-18T05:50:28.6571550Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13047 2022-05-18T05:50:30.3269890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi4xmgjus 2022-05-18T05:50:30.3306700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb168gvdq 2022-05-18T05:50:30.3381390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi4xmgjus/_remote_module_non_scriptable.py 2022-05-18T05:50:30.3476860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpia0x9j4n 2022-05-18T05:50:30.3510340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpia0x9j4n/_remote_module_non_scriptable.py 2022-05-18T05:50:30.3583670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb168gvdq/_remote_module_non_scriptable.py 2022-05-18T05:50:30.3780560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3122ex6c 2022-05-18T05:50:30.3882110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3122ex6c/_remote_module_non_scriptable.py 2022-05-18T05:50:30.9374410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:50:30.9387000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:50:30.9399520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:50:30.9703730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:50:31.7592390Z ok (3.576s) 2022-05-18T05:50:31.7666110Z 2022-05-18T05:50:31.7666880Z ---------------------------------------------------------------------- 2022-05-18T05:50:31.7667210Z Ran 1 test in 3.577s 2022-05-18T05:50:31.7667360Z 2022-05-18T05:50:31.7667430Z OK 2022-05-18T05:50:31.7667530Z 2022-05-18T05:50:31.7667630Z Generating XML reports... 2022-05-18T05:50:31.7668590Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055028.xml 2022-05-18T05:50:33.1720690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkrosx9d6 2022-05-18T05:50:33.1722970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkrosx9d6/_remote_module_non_scriptable.py 2022-05-18T05:50:33.6339630Z 2022-05-18T05:50:33.6340420Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:50:33.6340950Z Running tests... 2022-05-18T05:50:33.6341370Z ---------------------------------------------------------------------- 2022-05-18T05:50:34.0507820Z test_multi_py_udf_remote_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13055 2022-05-18T05:50:34.0584510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13056 2022-05-18T05:50:34.0675980Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13057 2022-05-18T05:50:34.0798320Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13058 2022-05-18T05:50:35.8024450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb2qef7rp 2022-05-18T05:50:35.8089630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb2qef7rp/_remote_module_non_scriptable.py 2022-05-18T05:50:35.8191680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3lhv6rld 2022-05-18T05:50:35.8292260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3lhv6rld/_remote_module_non_scriptable.py 2022-05-18T05:50:35.8349550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzll5k0g1 2022-05-18T05:50:35.8397890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzll5k0g1/_remote_module_non_scriptable.py 2022-05-18T05:50:35.9173520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcynokvqx 2022-05-18T05:50:35.9235030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcynokvqx/_remote_module_non_scriptable.py 2022-05-18T05:50:36.4136070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:50:36.4340820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:50:36.4355480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:50:36.4969210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:50:37.3174640Z ok (3.683s) 2022-05-18T05:50:37.3249980Z 2022-05-18T05:50:37.3250690Z ---------------------------------------------------------------------- 2022-05-18T05:50:37.3251030Z Ran 1 test in 3.684s 2022-05-18T05:50:37.3251160Z 2022-05-18T05:50:37.3251490Z OK 2022-05-18T05:50:37.3251690Z 2022-05-18T05:50:37.3251850Z Generating XML reports... 2022-05-18T05:50:37.3252590Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055033.xml 2022-05-18T05:50:38.7775440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp32on7r8k 2022-05-18T05:50:38.7778750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp32on7r8k/_remote_module_non_scriptable.py 2022-05-18T05:50:39.2516130Z 2022-05-18T05:50:39.2517300Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:50:39.2517700Z Running tests... 2022-05-18T05:50:39.2518710Z ---------------------------------------------------------------------- 2022-05-18T05:50:39.7035440Z test_multi_rpc_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13067 2022-05-18T05:50:39.7113640Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13068 2022-05-18T05:50:39.7259690Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13069 2022-05-18T05:50:39.7379060Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13070 2022-05-18T05:50:41.4079750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8stmek8t 2022-05-18T05:50:41.4126150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8stmek8t/_remote_module_non_scriptable.py 2022-05-18T05:50:41.4183100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqfah2jda 2022-05-18T05:50:41.4284600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqfah2jda/_remote_module_non_scriptable.py 2022-05-18T05:50:41.4605480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph_omgp78 2022-05-18T05:50:41.4606180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph_omgp78/_remote_module_non_scriptable.py 2022-05-18T05:50:41.4875150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu3rki02t 2022-05-18T05:50:41.4955970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu3rki02t/_remote_module_non_scriptable.py 2022-05-18T05:50:41.9944210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:50:41.9988550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:50:42.0332810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:50:42.0633650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:50:43.1344300Z ok (3.883s) 2022-05-18T05:50:43.1419910Z 2022-05-18T05:50:43.1420670Z ---------------------------------------------------------------------- 2022-05-18T05:50:43.1421020Z Ran 1 test in 3.883s 2022-05-18T05:50:43.1421160Z 2022-05-18T05:50:43.1421220Z OK 2022-05-18T05:50:43.1421330Z 2022-05-18T05:50:43.1421430Z Generating XML reports... 2022-05-18T05:50:43.1422080Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055039.xml 2022-05-18T05:50:44.5491540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg2mx4n3c 2022-05-18T05:50:44.5494840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg2mx4n3c/_remote_module_non_scriptable.py 2022-05-18T05:50:44.9914230Z 2022-05-18T05:50:44.9915090Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:50:44.9915820Z Running tests... 2022-05-18T05:50:44.9916260Z ---------------------------------------------------------------------- 2022-05-18T05:50:45.4347530Z test_my_parameter_server_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13079 2022-05-18T05:50:45.4439670Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13080 2022-05-18T05:50:45.4618430Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13081 2022-05-18T05:50:45.4785530Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13082 2022-05-18T05:50:47.0334420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0t95mv8y 2022-05-18T05:50:47.0363730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0t95mv8y/_remote_module_non_scriptable.py 2022-05-18T05:50:47.0636260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6m1vz1v9 2022-05-18T05:50:47.0690300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6m1vz1v9/_remote_module_non_scriptable.py 2022-05-18T05:50:47.1068710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjxb5_hhw 2022-05-18T05:50:47.1078740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjxb5_hhw/_remote_module_non_scriptable.py 2022-05-18T05:50:47.1218280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaev5d1xg 2022-05-18T05:50:47.1263920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaev5d1xg/_remote_module_non_scriptable.py 2022-05-18T05:50:47.6302360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:50:47.6417700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:50:47.6714410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:50:47.6742090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:50:48.8330260Z ok (3.841s) 2022-05-18T05:50:48.8399740Z 2022-05-18T05:50:48.8400540Z ---------------------------------------------------------------------- 2022-05-18T05:50:48.8400890Z Ran 1 test in 3.841s 2022-05-18T05:50:48.8401030Z 2022-05-18T05:50:48.8401090Z OK 2022-05-18T05:50:48.8401200Z 2022-05-18T05:50:48.8401300Z Generating XML reports... 2022-05-18T05:50:48.8401960Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055044.xml 2022-05-18T05:50:50.2390090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpop2mtyqx 2022-05-18T05:50:50.2393320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpop2mtyqx/_remote_module_non_scriptable.py 2022-05-18T05:50:50.6681250Z 2022-05-18T05:50:50.6682030Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:50:50.6682380Z Running tests... 2022-05-18T05:50:50.6682760Z ---------------------------------------------------------------------- 2022-05-18T05:50:51.0661790Z test_nested_remote_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13090 2022-05-18T05:50:51.0800320Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13091 2022-05-18T05:50:51.0967980Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13092 2022-05-18T05:50:51.0989690Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13093 2022-05-18T05:50:52.6686030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxw55hsew 2022-05-18T05:50:52.6692980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxw55hsew/_remote_module_non_scriptable.py 2022-05-18T05:50:52.7100240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5d3ewpss 2022-05-18T05:50:52.7123410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5d3ewpss/_remote_module_non_scriptable.py 2022-05-18T05:50:52.7305950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3tl23x6q 2022-05-18T05:50:52.7348210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3tl23x6q/_remote_module_non_scriptable.py 2022-05-18T05:50:52.7650880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf8mqt0m5 2022-05-18T05:50:52.7651580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf8mqt0m5/_remote_module_non_scriptable.py 2022-05-18T05:50:53.2490490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:50:53.2936480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:50:53.3140290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:50:53.3516970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:50:54.0134630Z ok (3.345s) 2022-05-18T05:50:54.0209470Z 2022-05-18T05:50:54.0210230Z ---------------------------------------------------------------------- 2022-05-18T05:50:54.0210740Z Ran 1 test in 3.346s 2022-05-18T05:50:54.0211060Z 2022-05-18T05:50:54.0211170Z OK 2022-05-18T05:50:54.0211300Z 2022-05-18T05:50:54.0211410Z Generating XML reports... 2022-05-18T05:50:55.4292860Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055050.xml 2022-05-18T05:50:55.4293510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbzrm1yq7 2022-05-18T05:50:55.4295440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbzrm1yq7/_remote_module_non_scriptable.py 2022-05-18T05:50:55.8907300Z 2022-05-18T05:50:55.8908080Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:50:55.8908580Z Running tests... 2022-05-18T05:50:55.8909540Z ---------------------------------------------------------------------- 2022-05-18T05:50:56.3221290Z test_nested_rpc_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13102 2022-05-18T05:50:56.3293820Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13103 2022-05-18T05:50:56.3422780Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13104 2022-05-18T05:50:56.3594510Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13105 2022-05-18T05:50:57.9328900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjvtj014b 2022-05-18T05:50:57.9429680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjvtj014b/_remote_module_non_scriptable.py 2022-05-18T05:50:57.9546960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6s8rekdf 2022-05-18T05:50:57.9561860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6s8rekdf/_remote_module_non_scriptable.py 2022-05-18T05:50:57.9767360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnr5zqvei 2022-05-18T05:50:57.9794560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnr5zqvei/_remote_module_non_scriptable.py 2022-05-18T05:50:57.9896390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqsf59qus 2022-05-18T05:50:57.9897130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqsf59qus/_remote_module_non_scriptable.py 2022-05-18T05:50:58.5212090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:50:58.5277380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:50:58.5381580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:50:58.5525140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:50:59.4523310Z ok (3.561s) 2022-05-18T05:50:59.4598300Z 2022-05-18T05:50:59.4598960Z ---------------------------------------------------------------------- 2022-05-18T05:50:59.4599300Z Ran 1 test in 3.562s 2022-05-18T05:50:59.4599440Z 2022-05-18T05:50:59.4599520Z OK 2022-05-18T05:50:59.4599630Z 2022-05-18T05:50:59.4599720Z Generating XML reports... 2022-05-18T05:50:59.4600390Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055055.xml 2022-05-18T05:51:00.8485480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5fd4wcdd 2022-05-18T05:51:00.8488400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5fd4wcdd/_remote_module_non_scriptable.py 2022-05-18T05:51:01.3184420Z 2022-05-18T05:51:01.3185210Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:51:01.3185590Z Running tests... 2022-05-18T05:51:01.3185990Z ---------------------------------------------------------------------- 2022-05-18T05:51:01.7614020Z test_nested_rref_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13113 2022-05-18T05:51:01.7733130Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13114 2022-05-18T05:51:01.7877520Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13115 2022-05-18T05:51:01.7994200Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13116 2022-05-18T05:51:03.3813040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpajsmi3g6 2022-05-18T05:51:03.3852700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpajsmi3g6/_remote_module_non_scriptable.py 2022-05-18T05:51:03.3954360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfemlevs9 2022-05-18T05:51:03.3974950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfemlevs9/_remote_module_non_scriptable.py 2022-05-18T05:51:03.4570680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkp4z2xq4 2022-05-18T05:51:03.4588220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkp4z2xq4/_remote_module_non_scriptable.py 2022-05-18T05:51:03.4992780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoc2y62nn 2022-05-18T05:51:03.5051580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoc2y62nn/_remote_module_non_scriptable.py 2022-05-18T05:51:03.9827440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:51:03.9929840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:51:04.0407610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:51:04.0728450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:51:04.8840210Z ok (3.565s) 2022-05-18T05:51:04.8916520Z 2022-05-18T05:51:04.8917030Z ---------------------------------------------------------------------- 2022-05-18T05:51:04.8917350Z Ran 1 test in 3.566s 2022-05-18T05:51:04.8917490Z 2022-05-18T05:51:04.8917550Z OK 2022-05-18T05:51:04.8917650Z 2022-05-18T05:51:04.8917750Z Generating XML reports... 2022-05-18T05:51:04.8918400Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055101.xml 2022-05-18T05:51:06.2558420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0p023le9 2022-05-18T05:51:06.2561270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0p023le9/_remote_module_non_scriptable.py 2022-05-18T05:51:06.6849500Z 2022-05-18T05:51:06.6849790Z Running tests... 2022-05-18T05:51:06.6850610Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:51:06.6851140Z ---------------------------------------------------------------------- 2022-05-18T05:51:07.1065620Z test_nested_rref_stress_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13125 2022-05-18T05:51:07.1154260Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13126 2022-05-18T05:51:07.1290120Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13127 2022-05-18T05:51:07.1395230Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13128 2022-05-18T05:51:08.6679560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfmymb29c 2022-05-18T05:51:08.6693610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfmymb29c/_remote_module_non_scriptable.py 2022-05-18T05:51:08.7223410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwrcuai1m 2022-05-18T05:51:08.7246300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwrcuai1m/_remote_module_non_scriptable.py 2022-05-18T05:51:08.7344450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp30uumf35 2022-05-18T05:51:08.7379620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp30uumf35/_remote_module_non_scriptable.py 2022-05-18T05:51:08.7480920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmx_dmzdy 2022-05-18T05:51:08.7540210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmx_dmzdy/_remote_module_non_scriptable.py 2022-05-18T05:51:09.2651430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:51:09.2949350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:51:09.2955140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:51:09.3192830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:51:10.6341800Z ok (3.949s) 2022-05-18T05:51:10.6416940Z 2022-05-18T05:51:10.6417800Z ---------------------------------------------------------------------- 2022-05-18T05:51:10.6418170Z Ran 1 test in 3.950s 2022-05-18T05:51:10.6418310Z 2022-05-18T05:51:10.6418370Z OK 2022-05-18T05:51:10.6418480Z 2022-05-18T05:51:10.6418980Z Generating XML reports... 2022-05-18T05:51:10.6419710Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055106.xml 2022-05-18T05:51:12.0497260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1tpshuw9 2022-05-18T05:51:12.0497910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1tpshuw9/_remote_module_non_scriptable.py 2022-05-18T05:51:12.4714770Z 2022-05-18T05:51:12.4715510Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:51:12.4715970Z Running tests... 2022-05-18T05:51:12.4716430Z ---------------------------------------------------------------------- 2022-05-18T05:51:12.8821870Z test_op_with_invalid_args (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13136 2022-05-18T05:51:12.8967200Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13137 2022-05-18T05:51:12.9132820Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13138 2022-05-18T05:51:12.9285900Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13139 2022-05-18T05:51:14.4703760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj0zd28mc 2022-05-18T05:51:14.4774660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj0zd28mc/_remote_module_non_scriptable.py 2022-05-18T05:51:14.5051930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5qzwe8dw 2022-05-18T05:51:14.5059440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5qzwe8dw/_remote_module_non_scriptable.py 2022-05-18T05:51:14.5155040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaaei3qmh 2022-05-18T05:51:14.5236070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaaei3qmh/_remote_module_non_scriptable.py 2022-05-18T05:51:14.5370700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpir_yq57l 2022-05-18T05:51:14.5459220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpir_yq57l/_remote_module_non_scriptable.py 2022-05-18T05:51:15.0610720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:51:15.0712360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:51:15.0867640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:51:15.0989290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:51:15.9247590Z ok (3.453s) 2022-05-18T05:51:15.9325350Z 2022-05-18T05:51:15.9326030Z ---------------------------------------------------------------------- 2022-05-18T05:51:15.9326340Z Ran 1 test in 3.454s 2022-05-18T05:51:15.9326510Z 2022-05-18T05:51:15.9326580Z OK 2022-05-18T05:51:15.9326690Z 2022-05-18T05:51:15.9326790Z Generating XML reports... 2022-05-18T05:51:15.9327440Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055112.xml 2022-05-18T05:51:17.3023860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphijk7kol 2022-05-18T05:51:17.3026720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphijk7kol/_remote_module_non_scriptable.py 2022-05-18T05:51:17.7288200Z 2022-05-18T05:51:17.7289760Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:51:17.7290180Z Running tests... 2022-05-18T05:51:17.7290600Z ---------------------------------------------------------------------- 2022-05-18T05:51:18.1363700Z test_py_rpc_rref_args_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13148 2022-05-18T05:51:18.1445690Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13149 2022-05-18T05:51:18.1596370Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13150 2022-05-18T05:51:18.1702970Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13151 2022-05-18T05:51:19.7172830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwwninjlo 2022-05-18T05:51:19.7273150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwwninjlo/_remote_module_non_scriptable.py 2022-05-18T05:51:19.7697870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm3uv8fll 2022-05-18T05:51:19.7730350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm3uv8fll/_remote_module_non_scriptable.py 2022-05-18T05:51:19.7830970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe4hjssfn 2022-05-18T05:51:19.7860700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe4hjssfn/_remote_module_non_scriptable.py 2022-05-18T05:51:19.7935210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpch1zhopm 2022-05-18T05:51:19.8004070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpch1zhopm/_remote_module_non_scriptable.py 2022-05-18T05:51:20.3367010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:51:20.3529640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:51:20.3540580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:51:20.3613390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:51:22.0647390Z ok (4.336s) 2022-05-18T05:51:22.0719580Z 2022-05-18T05:51:22.0720200Z ---------------------------------------------------------------------- 2022-05-18T05:51:22.0720540Z Ran 1 test in 4.336s 2022-05-18T05:51:22.0720680Z 2022-05-18T05:51:22.0720750Z OK 2022-05-18T05:51:22.0720840Z 2022-05-18T05:51:22.0720950Z Generating XML reports... 2022-05-18T05:51:22.0721630Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055117.xml 2022-05-18T05:51:23.4618070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxohixgvx 2022-05-18T05:51:23.4621000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxohixgvx/_remote_module_non_scriptable.py 2022-05-18T05:51:23.8990570Z 2022-05-18T05:51:23.8990760Z Running tests... 2022-05-18T05:51:23.8991420Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:51:24.3043890Z ---------------------------------------------------------------------- 2022-05-18T05:51:24.3044440Z test_py_rref_args_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13159 2022-05-18T05:51:24.3138000Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13160 2022-05-18T05:51:24.3315010Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13161 2022-05-18T05:51:24.3429340Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13162 2022-05-18T05:51:25.9200010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuhuap0q4 2022-05-18T05:51:25.9287710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuhuap0q4/_remote_module_non_scriptable.py 2022-05-18T05:51:25.9925930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9393f2p3 2022-05-18T05:51:25.9962430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9393f2p3/_remote_module_non_scriptable.py 2022-05-18T05:51:26.0265840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjhfhcat3 2022-05-18T05:51:26.0300810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjhfhcat3/_remote_module_non_scriptable.py 2022-05-18T05:51:26.0439240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpipkxphyi 2022-05-18T05:51:26.0507090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpipkxphyi/_remote_module_non_scriptable.py 2022-05-18T05:51:26.5167290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:51:26.5724660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:51:26.5952550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:51:26.6195730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:51:27.2590890Z ok (3.360s) 2022-05-18T05:51:27.2667610Z 2022-05-18T05:51:27.2668350Z ---------------------------------------------------------------------- 2022-05-18T05:51:27.2668680Z Ran 1 test in 3.360s 2022-05-18T05:51:27.2668810Z 2022-05-18T05:51:27.2668870Z OK 2022-05-18T05:51:27.2668970Z 2022-05-18T05:51:27.2669520Z Generating XML reports... 2022-05-18T05:51:27.2670200Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055123.xml 2022-05-18T05:51:28.6684500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpii4z160g 2022-05-18T05:51:28.6688080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpii4z160g/_remote_module_non_scriptable.py 2022-05-18T05:51:29.1200690Z 2022-05-18T05:51:29.1201520Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:51:29.1201880Z Running tests... 2022-05-18T05:51:29.1202280Z ---------------------------------------------------------------------- 2022-05-18T05:51:29.5357460Z test_py_rref_args_user_share_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13171 2022-05-18T05:51:29.5495100Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13172 2022-05-18T05:51:29.5611790Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13173 2022-05-18T05:51:29.5720480Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13174 2022-05-18T05:51:31.1235890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxus0micg 2022-05-18T05:51:31.1262720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxus0micg/_remote_module_non_scriptable.py 2022-05-18T05:51:31.1502290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv276iiwk 2022-05-18T05:51:31.1579980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv276iiwk/_remote_module_non_scriptable.py 2022-05-18T05:51:31.1664000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpglxez1do 2022-05-18T05:51:31.1713480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpglxez1do/_remote_module_non_scriptable.py 2022-05-18T05:51:31.1836080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf12uxc81 2022-05-18T05:51:31.1884660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf12uxc81/_remote_module_non_scriptable.py 2022-05-18T05:51:31.6798470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:51:31.7090120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:51:31.7230770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:51:31.7431090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:51:32.3275250Z ok (3.207s) 2022-05-18T05:51:32.3350940Z 2022-05-18T05:51:32.3351880Z ---------------------------------------------------------------------- 2022-05-18T05:51:32.3352210Z Ran 1 test in 3.208s 2022-05-18T05:51:32.3352340Z 2022-05-18T05:51:32.3352410Z OK 2022-05-18T05:51:32.3352520Z 2022-05-18T05:51:32.3352620Z Generating XML reports... 2022-05-18T05:51:32.3353300Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055129.xml 2022-05-18T05:51:33.6893250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphew1yok6 2022-05-18T05:51:33.6896660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphew1yok6/_remote_module_non_scriptable.py 2022-05-18T05:51:34.1320670Z 2022-05-18T05:51:34.1321470Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:51:34.1323650Z Running tests... 2022-05-18T05:51:34.1324110Z ---------------------------------------------------------------------- 2022-05-18T05:51:34.5494020Z test_py_sparse_tensors_in_container (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13182 2022-05-18T05:51:34.5583940Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13183 2022-05-18T05:51:34.5792440Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13184 2022-05-18T05:51:34.5821300Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13185 2022-05-18T05:51:36.2218510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqsbc_ddu 2022-05-18T05:51:36.2290180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqsbc_ddu/_remote_module_non_scriptable.py 2022-05-18T05:51:36.2492230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpotag6lg_ 2022-05-18T05:51:36.2517330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpotag6lg_/_remote_module_non_scriptable.py 2022-05-18T05:51:36.2605640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6pgaq_z4 2022-05-18T05:51:36.2637460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6pgaq_z4/_remote_module_non_scriptable.py 2022-05-18T05:51:36.2819960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_d0uuzcz 2022-05-18T05:51:36.2874790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_d0uuzcz/_remote_module_non_scriptable.py 2022-05-18T05:51:36.7941330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:51:36.8172650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:51:36.8309360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:51:36.8542570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:51:37.6427110Z ok (3.510s) 2022-05-18T05:51:37.6499750Z 2022-05-18T05:51:37.6500760Z ---------------------------------------------------------------------- 2022-05-18T05:51:37.6501090Z Ran 1 test in 3.511s 2022-05-18T05:51:37.6501230Z 2022-05-18T05:51:37.6501290Z OK 2022-05-18T05:51:37.6501400Z 2022-05-18T05:51:37.6501500Z Generating XML reports... 2022-05-18T05:51:37.6502170Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055134.xml 2022-05-18T05:51:39.0556820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpahslr0eq 2022-05-18T05:51:39.0557870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpahslr0eq/_remote_module_non_scriptable.py 2022-05-18T05:51:39.4992920Z 2022-05-18T05:51:39.4993720Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:51:39.4994120Z Running tests... 2022-05-18T05:51:39.4994530Z ---------------------------------------------------------------------- 2022-05-18T05:51:39.9156320Z test_rref_get_type_timeout_blocking (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13194 2022-05-18T05:51:39.9300840Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13195 2022-05-18T05:51:39.9416680Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13196 2022-05-18T05:51:39.9587090Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13197 2022-05-18T05:51:41.5952450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph0ffeqlx 2022-05-18T05:51:41.5981280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph0ffeqlx/_remote_module_non_scriptable.py 2022-05-18T05:51:41.6024830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpddor79li 2022-05-18T05:51:41.6028760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpddor79li/_remote_module_non_scriptable.py 2022-05-18T05:51:41.6130060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnbw7twfa 2022-05-18T05:51:41.6130890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnbw7twfa/_remote_module_non_scriptable.py 2022-05-18T05:51:41.6356550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6to9tds7 2022-05-18T05:51:41.6422070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6to9tds7/_remote_module_non_scriptable.py 2022-05-18T05:51:42.1952360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:51:42.1968150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:51:42.2009500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:51:42.2194580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:51:45.0115980Z ok (5.512s) 2022-05-18T05:51:45.0188010Z 2022-05-18T05:51:45.0188960Z ---------------------------------------------------------------------- 2022-05-18T05:51:45.0189320Z Ran 1 test in 5.513s 2022-05-18T05:51:45.0189460Z 2022-05-18T05:51:45.0189520Z OK 2022-05-18T05:51:45.0189620Z 2022-05-18T05:51:45.0189720Z Generating XML reports... 2022-05-18T05:51:45.0190380Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055139.xml 2022-05-18T05:51:46.4526740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcxrq2sz3 2022-05-18T05:51:46.4530360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcxrq2sz3/_remote_module_non_scriptable.py 2022-05-18T05:51:46.9077330Z 2022-05-18T05:51:46.9077660Z Running tests... 2022-05-18T05:51:46.9078350Z ---------------------------------------------------------------------- 2022-05-18T05:51:46.9078900Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:51:47.3312070Z test_rref_get_type_timeout_non_blocking (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13207 2022-05-18T05:51:47.3477100Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13208 2022-05-18T05:51:47.3588430Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13209 2022-05-18T05:51:47.3693320Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13210 2022-05-18T05:51:49.0135730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpay8urj36 2022-05-18T05:51:49.0237650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpay8urj36/_remote_module_non_scriptable.py 2022-05-18T05:51:49.0431620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8izhgsx7 2022-05-18T05:51:49.0489460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8izhgsx7/_remote_module_non_scriptable.py 2022-05-18T05:51:49.0738650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps55uk5cx 2022-05-18T05:51:49.0779260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps55uk5cx/_remote_module_non_scriptable.py 2022-05-18T05:51:49.0854400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6xbayuf2 2022-05-18T05:51:49.0928420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6xbayuf2/_remote_module_non_scriptable.py 2022-05-18T05:51:49.6368390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:51:49.6699690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:51:49.6916410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:51:49.6937760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:51:52.3842990Z ok (5.476s) 2022-05-18T05:51:52.3920930Z 2022-05-18T05:51:52.3922210Z ---------------------------------------------------------------------- 2022-05-18T05:51:52.3922630Z Ran 1 test in 5.477s 2022-05-18T05:51:52.3922770Z 2022-05-18T05:51:52.3922840Z OK 2022-05-18T05:51:52.3922950Z 2022-05-18T05:51:52.3923050Z Generating XML reports... 2022-05-18T05:51:52.3923730Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055146.xml 2022-05-18T05:51:53.8345650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpankdjd1w 2022-05-18T05:51:53.8348280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpankdjd1w/_remote_module_non_scriptable.py 2022-05-18T05:51:54.2985450Z 2022-05-18T05:51:54.2986270Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:51:54.2986640Z Running tests... 2022-05-18T05:51:54.2987070Z ---------------------------------------------------------------------- 2022-05-18T05:51:54.7314890Z test_rref_proxy_timeout (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13218 2022-05-18T05:51:54.7454140Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13219 2022-05-18T05:51:54.7625040Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13220 2022-05-18T05:51:54.7633740Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13221 2022-05-18T05:51:56.4471530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm2919e8w 2022-05-18T05:51:56.4531530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm2919e8w/_remote_module_non_scriptable.py 2022-05-18T05:51:56.4612070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu_n7ydc5 2022-05-18T05:51:56.4683410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu_n7ydc5/_remote_module_non_scriptable.py 2022-05-18T05:51:56.4954790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp778ivwv2 2022-05-18T05:51:56.4998610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp778ivwv2/_remote_module_non_scriptable.py 2022-05-18T05:51:56.5413070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw9pn8zs7 2022-05-18T05:51:56.5513520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw9pn8zs7/_remote_module_non_scriptable.py 2022-05-18T05:51:57.0656050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:51:57.0701100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:51:57.1114860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:51:57.1324300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:52:09.7702130Z [W tensorpipe_agent.cpp:942] RPC agent for worker3 encountered error when reading incoming response from worker0: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:52:10.6891180Z [W tensorpipe_agent.cpp:627] RPC agent for worker2 won't send response to request #29 to worker1, as the agent is shutting down 2022-05-18T05:52:10.6996600Z [W tensorpipe_agent.cpp:627] RPC agent for worker1 won't send response to request #30 to worker0, as the agent is shutting down 2022-05-18T05:52:10.7105430Z [W tensorpipe_agent.cpp:627] RPC agent for worker0 won't send response to request #30 to worker3, as the agent is shutting down 2022-05-18T05:52:10.7299560Z [W tensorpipe_agent.cpp:627] RPC agent for worker3 won't send response to request #29 to worker2, as the agent is shutting down 2022-05-18T05:52:11.1335610Z ok (16.835s) 2022-05-18T05:52:11.1419480Z 2022-05-18T05:52:11.1424310Z ---------------------------------------------------------------------- 2022-05-18T05:52:11.1424700Z Ran 1 test in 16.835s 2022-05-18T05:52:11.1424830Z 2022-05-18T05:52:11.1424900Z OK 2022-05-18T05:52:11.1425000Z 2022-05-18T05:52:11.1425100Z Generating XML reports... 2022-05-18T05:52:11.1425750Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055154.xml 2022-05-18T05:52:12.5124530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpryh88op9 2022-05-18T05:52:12.5127780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpryh88op9/_remote_module_non_scriptable.py 2022-05-18T05:52:12.9523030Z 2022-05-18T05:52:12.9523300Z Running tests... 2022-05-18T05:52:12.9523960Z ---------------------------------------------------------------------- 2022-05-18T05:52:12.9524500Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:52:13.3726520Z test_self_py_udf_remote_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13231 2022-05-18T05:52:13.3842020Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13232 2022-05-18T05:52:13.4014030Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13233 2022-05-18T05:52:13.4117600Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13234 2022-05-18T05:52:14.9844940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp51hs70q0 2022-05-18T05:52:14.9862640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp51hs70q0/_remote_module_non_scriptable.py 2022-05-18T05:52:15.0040040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvi2ay295 2022-05-18T05:52:15.0085730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvi2ay295/_remote_module_non_scriptable.py 2022-05-18T05:52:15.0170690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2ujshts4 2022-05-18T05:52:15.0185810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2ujshts4/_remote_module_non_scriptable.py 2022-05-18T05:52:15.0207140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvbi7cozc 2022-05-18T05:52:15.0311940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvbi7cozc/_remote_module_non_scriptable.py 2022-05-18T05:52:15.5740440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:52:15.5861060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:52:15.5974130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:52:15.6008560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:52:16.2587220Z ok (3.306s) 2022-05-18T05:52:16.2657770Z 2022-05-18T05:52:16.2658660Z ---------------------------------------------------------------------- 2022-05-18T05:52:16.2659730Z Ran 1 test in 3.307s 2022-05-18T05:52:16.2659990Z 2022-05-18T05:52:16.2660250Z OK 2022-05-18T05:52:16.2660400Z 2022-05-18T05:52:16.2660510Z Generating XML reports... 2022-05-18T05:52:16.2661720Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055212.xml 2022-05-18T05:52:17.6263800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmploxkq5lr 2022-05-18T05:52:17.6266940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmploxkq5lr/_remote_module_non_scriptable.py 2022-05-18T05:52:18.0483430Z 2022-05-18T05:52:18.0484200Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:52:18.0484570Z Running tests... 2022-05-18T05:52:18.0484960Z ---------------------------------------------------------------------- 2022-05-18T05:52:18.4734550Z test_self_remote_rref_as_remote_arg_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13243 2022-05-18T05:52:18.4873140Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13244 2022-05-18T05:52:18.5018530Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13245 2022-05-18T05:52:18.5123030Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13246 2022-05-18T05:52:20.0325090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0x5inw_u 2022-05-18T05:52:20.0352060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0x5inw_u/_remote_module_non_scriptable.py 2022-05-18T05:52:20.0878700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd62q487h 2022-05-18T05:52:20.0951470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd62q487h/_remote_module_non_scriptable.py 2022-05-18T05:52:20.0998760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphfez6vx0 2022-05-18T05:52:20.1072260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphfez6vx0/_remote_module_non_scriptable.py 2022-05-18T05:52:20.1155190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeo6hhyyy 2022-05-18T05:52:20.1184510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeo6hhyyy/_remote_module_non_scriptable.py 2022-05-18T05:52:20.6347650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:52:20.6647420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:52:20.6675490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:52:20.6862810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:52:21.5085990Z ok (3.460s) 2022-05-18T05:52:21.5158220Z 2022-05-18T05:52:21.5158790Z ---------------------------------------------------------------------- 2022-05-18T05:52:21.5159120Z Ran 1 test in 3.461s 2022-05-18T05:52:21.5159280Z 2022-05-18T05:52:21.5159350Z OK 2022-05-18T05:52:21.5159450Z 2022-05-18T05:52:21.5159560Z Generating XML reports... 2022-05-18T05:52:21.5160210Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055218.xml 2022-05-18T05:52:22.8877540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2qc9gz0f 2022-05-18T05:52:22.8880750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2qc9gz0f/_remote_module_non_scriptable.py 2022-05-18T05:52:23.3113630Z 2022-05-18T05:52:23.3114320Z Running tests... 2022-05-18T05:52:23.3114990Z ---------------------------------------------------------------------- 2022-05-18T05:52:23.3115520Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:52:23.7139480Z test_self_remote_rref_as_rpc_arg_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13254 2022-05-18T05:52:23.7225140Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13255 2022-05-18T05:52:23.7371600Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13256 2022-05-18T05:52:23.7499380Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13257 2022-05-18T05:52:25.2704800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqehhbp0b 2022-05-18T05:52:25.2736530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqehhbp0b/_remote_module_non_scriptable.py 2022-05-18T05:52:25.2773290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1g4hmfuq 2022-05-18T05:52:25.2838910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1g4hmfuq/_remote_module_non_scriptable.py 2022-05-18T05:52:25.3359780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv8g9ugfc 2022-05-18T05:52:25.3393880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv8g9ugfc/_remote_module_non_scriptable.py 2022-05-18T05:52:25.3519830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp04vpuyur 2022-05-18T05:52:25.3594200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp04vpuyur/_remote_module_non_scriptable.py 2022-05-18T05:52:25.8378330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:52:25.8463720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:52:25.8880490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:52:25.8943880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:52:26.7616480Z ok (3.450s) 2022-05-18T05:52:26.7687090Z 2022-05-18T05:52:26.7687970Z ---------------------------------------------------------------------- 2022-05-18T05:52:26.7688290Z Ran 1 test in 3.451s 2022-05-18T05:52:26.7688430Z 2022-05-18T05:52:26.7688500Z OK 2022-05-18T05:52:26.7688670Z 2022-05-18T05:52:26.7688780Z Generating XML reports... 2022-05-18T05:52:26.7689460Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055223.xml 2022-05-18T05:52:28.1238620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps0l5ml55 2022-05-18T05:52:28.1241830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps0l5ml55/_remote_module_non_scriptable.py 2022-05-18T05:52:28.5551250Z 2022-05-18T05:52:28.5551990Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:52:28.5552340Z Running tests... 2022-05-18T05:52:28.5552730Z ---------------------------------------------------------------------- 2022-05-18T05:52:28.9632180Z test_self_remote_rref_as_self_remote_arg_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13266 2022-05-18T05:52:28.9696190Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13267 2022-05-18T05:52:28.9898360Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13268 2022-05-18T05:52:29.0016600Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13269 2022-05-18T05:52:30.5554080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvt9eoizu 2022-05-18T05:52:30.5642970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvt9eoizu/_remote_module_non_scriptable.py 2022-05-18T05:52:30.5744530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmsrdik_1 2022-05-18T05:52:30.5747270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnf8f58m8 2022-05-18T05:52:30.5797320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmsrdik_1/_remote_module_non_scriptable.py 2022-05-18T05:52:30.5859280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnf8f58m8/_remote_module_non_scriptable.py 2022-05-18T05:52:30.6058790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7j6w8axl 2022-05-18T05:52:30.6155820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7j6w8axl/_remote_module_non_scriptable.py 2022-05-18T05:52:31.1406780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:52:31.1473370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:52:31.1537370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:52:31.1757920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:52:31.9624880Z ok (3.407s) 2022-05-18T05:52:31.9698550Z 2022-05-18T05:52:31.9699240Z ---------------------------------------------------------------------- 2022-05-18T05:52:31.9699570Z Ran 1 test in 3.408s 2022-05-18T05:52:31.9699770Z 2022-05-18T05:52:31.9699850Z OK 2022-05-18T05:52:31.9700410Z 2022-05-18T05:52:31.9700510Z Generating XML reports... 2022-05-18T05:52:31.9701190Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055228.xml 2022-05-18T05:52:33.3552970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_tq2ws8c 2022-05-18T05:52:33.3555710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_tq2ws8c/_remote_module_non_scriptable.py 2022-05-18T05:52:33.7862500Z 2022-05-18T05:52:33.7863300Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:52:33.7863990Z Running tests... 2022-05-18T05:52:33.7864460Z ---------------------------------------------------------------------- 2022-05-18T05:52:34.1983430Z test_self_remote_rref_as_self_rpc_arg_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13277 2022-05-18T05:52:34.2076750Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13278 2022-05-18T05:52:34.2231020Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13279 2022-05-18T05:52:34.2340750Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13280 2022-05-18T05:52:35.7993710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfn5lu6qi 2022-05-18T05:52:35.8086990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfn5lu6qi/_remote_module_non_scriptable.py 2022-05-18T05:52:35.8123450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp_x8tnf4 2022-05-18T05:52:35.8189360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp_x8tnf4/_remote_module_non_scriptable.py 2022-05-18T05:52:35.8414940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgmslnsxd 2022-05-18T05:52:35.8423650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgmslnsxd/_remote_module_non_scriptable.py 2022-05-18T05:52:35.8565460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsa22kzcf 2022-05-18T05:52:35.8665930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsa22kzcf/_remote_module_non_scriptable.py 2022-05-18T05:52:36.4132850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:52:36.4234800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:52:36.4391510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:52:36.4763370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:52:37.1343270Z ok (3.347s) 2022-05-18T05:52:37.1426550Z 2022-05-18T05:52:37.1427350Z ---------------------------------------------------------------------- 2022-05-18T05:52:37.1427720Z Ran 1 test in 3.348s 2022-05-18T05:52:37.1427850Z 2022-05-18T05:52:37.1427920Z OK 2022-05-18T05:52:37.1428020Z 2022-05-18T05:52:37.1428120Z Generating XML reports... 2022-05-18T05:52:37.1428810Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055233.xml 2022-05-18T05:52:38.5386270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7jcc7xvo 2022-05-18T05:52:38.5388910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7jcc7xvo/_remote_module_non_scriptable.py 2022-05-18T05:52:38.9735610Z 2022-05-18T05:52:38.9736020Z Running tests... 2022-05-18T05:52:38.9736750Z ---------------------------------------------------------------------- 2022-05-18T05:52:38.9737310Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:52:39.3883830Z test_send_to_rank_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13289 2022-05-18T05:52:39.3962470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13290 2022-05-18T05:52:39.4100520Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13291 2022-05-18T05:52:39.4223770Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13292 2022-05-18T05:52:41.0008940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6jqiqv3q 2022-05-18T05:52:41.0073810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6jqiqv3q/_remote_module_non_scriptable.py 2022-05-18T05:52:41.0210600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfj4g45tj 2022-05-18T05:52:41.0312600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfj4g45tj/_remote_module_non_scriptable.py 2022-05-18T05:52:41.0315200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx_oc99ks 2022-05-18T05:52:41.0416660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx_oc99ks/_remote_module_non_scriptable.py 2022-05-18T05:52:41.0518140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe9a5orya 2022-05-18T05:52:41.5986580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe9a5orya/_remote_module_non_scriptable.py 2022-05-18T05:52:41.5987100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:52:41.6024400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:52:41.6153640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:52:41.6154590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:52:42.3966140Z ok (3.423s) 2022-05-18T05:52:42.4038100Z 2022-05-18T05:52:42.4038650Z ---------------------------------------------------------------------- 2022-05-18T05:52:42.4038990Z Ran 1 test in 3.423s 2022-05-18T05:52:42.4039120Z 2022-05-18T05:52:42.4039180Z OK 2022-05-18T05:52:42.4039280Z 2022-05-18T05:52:42.4039380Z Generating XML reports... 2022-05-18T05:52:42.4040050Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055238.xml 2022-05-18T05:52:43.7686280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0s91o2d0 2022-05-18T05:52:43.7689150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0s91o2d0/_remote_module_non_scriptable.py 2022-05-18T05:52:44.2067340Z 2022-05-18T05:52:44.2068130Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:52:44.2068530Z Running tests... 2022-05-18T05:52:44.2068920Z ---------------------------------------------------------------------- 2022-05-18T05:52:44.6184350Z test_set_and_get_num_worker_threads (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13300 2022-05-18T05:52:44.6254780Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13301 2022-05-18T05:52:44.6380840Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13302 2022-05-18T05:52:44.6498700Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13303 2022-05-18T05:52:46.2293070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpot15vq9n 2022-05-18T05:52:46.2380810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz8iysq6e 2022-05-18T05:52:46.2431310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz8iysq6e/_remote_module_non_scriptable.py 2022-05-18T05:52:46.2486970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpot15vq9n/_remote_module_non_scriptable.py 2022-05-18T05:52:46.2528250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3ey4o9ga 2022-05-18T05:52:46.2625520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3ey4o9ga/_remote_module_non_scriptable.py 2022-05-18T05:52:46.2727400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpue5llkf8 2022-05-18T05:52:46.2728080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpue5llkf8/_remote_module_non_scriptable.py 2022-05-18T05:52:46.8950060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:52:46.8963970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:52:46.9041240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:52:46.9148910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:52:47.4978550Z ok (3.291s) 2022-05-18T05:52:47.5054290Z 2022-05-18T05:52:47.5054870Z ---------------------------------------------------------------------- 2022-05-18T05:52:47.5055180Z Ran 1 test in 3.291s 2022-05-18T05:52:47.5055320Z 2022-05-18T05:52:47.5055380Z OK 2022-05-18T05:52:47.5055490Z 2022-05-18T05:52:47.5055580Z Generating XML reports... 2022-05-18T05:52:47.5056240Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055244.xml 2022-05-18T05:52:48.8698610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxm1zjveh 2022-05-18T05:52:48.8701730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxm1zjveh/_remote_module_non_scriptable.py 2022-05-18T05:52:49.3081470Z 2022-05-18T05:52:49.3082250Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:52:49.3082630Z Running tests... 2022-05-18T05:52:49.3083020Z ---------------------------------------------------------------------- 2022-05-18T05:52:49.7225830Z test_stress_heavy_rpc_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13312 2022-05-18T05:52:49.7311960Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13313 2022-05-18T05:52:49.7461090Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13314 2022-05-18T05:52:49.7564970Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13315 2022-05-18T05:52:51.3057940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp33s51gao 2022-05-18T05:52:51.3153590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp33s51gao/_remote_module_non_scriptable.py 2022-05-18T05:52:51.3271100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnom1oc8f 2022-05-18T05:52:51.3319220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnom1oc8f/_remote_module_non_scriptable.py 2022-05-18T05:52:51.3486460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa0q44m2b 2022-05-18T05:52:51.3532010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa0q44m2b/_remote_module_non_scriptable.py 2022-05-18T05:52:51.3541640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2u9eebl3 2022-05-18T05:52:51.3637440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2u9eebl3/_remote_module_non_scriptable.py 2022-05-18T05:52:51.8810190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:52:51.9058350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:52:51.9105220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:52:51.9159780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:52:52.4121350Z Rank 0 finished testing 20 times in 0.13718795776367188 seconds. 2022-05-18T05:52:52.4131870Z Rank 3 finished testing 20 times in 0.14716696739196777 seconds. 2022-05-18T05:52:52.4234240Z Rank 1 finished testing 20 times in 0.15029191970825195 seconds. 2022-05-18T05:52:52.4335390Z Rank 2 finished testing 20 times in 0.1469287872314453 seconds. 2022-05-18T05:52:52.6874140Z ok (3.379s) 2022-05-18T05:52:52.6945070Z 2022-05-18T05:52:52.6945620Z ---------------------------------------------------------------------- 2022-05-18T05:52:52.6945930Z Ran 1 test in 3.380s 2022-05-18T05:52:52.6946070Z 2022-05-18T05:52:52.6946140Z OK 2022-05-18T05:52:52.6946250Z 2022-05-18T05:52:52.6946350Z Generating XML reports... 2022-05-18T05:52:52.6947000Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055249.xml 2022-05-18T05:52:54.0846830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7qr6fs07 2022-05-18T05:52:54.0850610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7qr6fs07/_remote_module_non_scriptable.py 2022-05-18T05:52:54.5302760Z 2022-05-18T05:52:54.5303100Z Running tests... 2022-05-18T05:52:54.5304010Z ---------------------------------------------------------------------- 2022-05-18T05:52:54.5304560Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:52:54.9472880Z test_tensorpipe_options_throw_on_timedelta_timeout (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13323 2022-05-18T05:52:54.9607940Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13324 2022-05-18T05:52:54.9797970Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13325 2022-05-18T05:52:54.9936470Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13326 2022-05-18T05:52:56.6225860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuwltuqz5 2022-05-18T05:52:56.6327940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuwltuqz5/_remote_module_non_scriptable.py 2022-05-18T05:52:56.6528740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwunogkpa 2022-05-18T05:52:56.6631300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppsxppxda 2022-05-18T05:52:56.6732820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppsxppxda/_remote_module_non_scriptable.py 2022-05-18T05:52:56.6833250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwunogkpa/_remote_module_non_scriptable.py 2022-05-18T05:52:56.7212640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpenu4odit 2022-05-18T05:52:56.7292040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpenu4odit/_remote_module_non_scriptable.py 2022-05-18T05:52:57.3084090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:52:57.3221770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:52:57.3234530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:52:57.3647220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:52:57.6216230Z ok (3.091s) 2022-05-18T05:52:57.6291150Z 2022-05-18T05:52:57.6292030Z ---------------------------------------------------------------------- 2022-05-18T05:52:57.6292390Z Ran 1 test in 3.092s 2022-05-18T05:52:57.6292530Z 2022-05-18T05:52:57.6292960Z OK 2022-05-18T05:52:57.6293120Z 2022-05-18T05:52:57.6293230Z Generating XML reports... 2022-05-18T05:52:57.6293910Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055254.xml 2022-05-18T05:52:59.0885270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb572ya0w 2022-05-18T05:52:59.0888410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb572ya0w/_remote_module_non_scriptable.py 2022-05-18T05:52:59.5548870Z 2022-05-18T05:52:59.5549140Z Running tests... 2022-05-18T05:52:59.5549780Z ---------------------------------------------------------------------- 2022-05-18T05:52:59.5550330Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:52:59.9835270Z test_tensorpipe_set_default_timeout (__main__.TensorPipeTensorPipeAgentRpcTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70546 for platform(s) mac. If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.428s) 2022-05-18T05:52:59.9890840Z 2022-05-18T05:52:59.9891460Z ---------------------------------------------------------------------- 2022-05-18T05:52:59.9891780Z Ran 1 test in 0.429s 2022-05-18T05:52:59.9892020Z 2022-05-18T05:52:59.9892120Z OK (skipped=1) 2022-05-18T05:52:59.9892240Z 2022-05-18T05:52:59.9892330Z Generating XML reports... 2022-05-18T05:52:59.9893000Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055259.xml 2022-05-18T05:53:01.3938560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp70ahqcj2 2022-05-18T05:53:01.3941810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp70ahqcj2/_remote_module_non_scriptable.py 2022-05-18T05:53:01.8559220Z 2022-05-18T05:53:01.8559550Z Running tests... 2022-05-18T05:53:01.8560180Z ---------------------------------------------------------------------- 2022-05-18T05:53:01.8561340Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:53:02.2819950Z test_wait_all_workers_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13337 2022-05-18T05:53:02.2910060Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13338 2022-05-18T05:53:02.3056370Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13339 2022-05-18T05:53:02.3161140Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13340 2022-05-18T05:53:03.9066850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprketbhdl 2022-05-18T05:53:03.9119200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprketbhdl/_remote_module_non_scriptable.py 2022-05-18T05:53:03.9198650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo2r495gg 2022-05-18T05:53:03.9221720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo2r495gg/_remote_module_non_scriptable.py 2022-05-18T05:53:03.9282430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj_dohhsl 2022-05-18T05:53:03.9372410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj_dohhsl/_remote_module_non_scriptable.py 2022-05-18T05:53:03.9424880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_gqpio63 2022-05-18T05:53:03.9484190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_gqpio63/_remote_module_non_scriptable.py 2022-05-18T05:53:04.4978760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:53:04.4986050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:53:04.5132010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:53:04.5136290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:53:04.6002370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:53:04.6013160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:53:04.6021360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:53:04.6023780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:53:04.6025350Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:53:04.6027070Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:53:04.6865880Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:53:04.6867450Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:53:05.2172920Z [W tensorpipe_agent.cpp:728] RPC agent for worker1 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:53:05.2280360Z [W tensorpipe_agent.cpp:728] RPC agent for worker3 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:53:05.2383700Z [W tensorpipe_agent.cpp:728] RPC agent for worker2 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:53:05.2486230Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker1: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:53:05.2684310Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker2: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:53:05.2789130Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker3: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:53:05.6344640Z ok (3.778s) 2022-05-18T05:53:05.6421000Z 2022-05-18T05:53:05.6421710Z ---------------------------------------------------------------------- 2022-05-18T05:53:05.6422070Z Ran 1 test in 3.779s 2022-05-18T05:53:05.6422240Z 2022-05-18T05:53:05.6422290Z OK 2022-05-18T05:53:05.6422410Z 2022-05-18T05:53:05.6422510Z Generating XML reports... 2022-05-18T05:53:05.6423160Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055301.xml 2022-05-18T05:53:07.0704850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsgwnpteq 2022-05-18T05:53:07.0707820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsgwnpteq/_remote_module_non_scriptable.py 2022-05-18T05:53:07.5227800Z 2022-05-18T05:53:07.5229140Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:53:07.5229570Z Running tests... 2022-05-18T05:53:07.5229990Z ---------------------------------------------------------------------- 2022-05-18T05:53:07.9569890Z test_wait_all_workers_twice_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13349 2022-05-18T05:53:07.9660930Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13350 2022-05-18T05:53:07.9805390Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13351 2022-05-18T05:53:07.9925720Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13352 2022-05-18T05:53:09.5694220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0c8i99am 2022-05-18T05:53:09.5704490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0c8i99am/_remote_module_non_scriptable.py 2022-05-18T05:53:09.5801550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5sf_j3zu 2022-05-18T05:53:09.5815100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5sf_j3zu/_remote_module_non_scriptable.py 2022-05-18T05:53:09.6289350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr_n42fik 2022-05-18T05:53:09.6345430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr_n42fik/_remote_module_non_scriptable.py 2022-05-18T05:53:09.6548920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5e5habu5 2022-05-18T05:53:09.6594070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5e5habu5/_remote_module_non_scriptable.py 2022-05-18T05:53:10.1591090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:53:10.1646680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:53:10.2044030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:53:10.2081350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:53:10.2955010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:53:10.2957410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:53:10.2960790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:53:10.2967860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:53:10.2970820Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:53:10.3788520Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:53:10.3791060Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:53:10.3793310Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:53:10.8837950Z [W tensorpipe_agent.cpp:728] RPC agent for worker1 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:53:10.8949980Z [W tensorpipe_agent.cpp:728] RPC agent for worker3 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:53:10.9147740Z [W tensorpipe_agent.cpp:728] RPC agent for worker2 encountered error when reading incoming request from worker0: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:53:10.9254640Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker1: EOF: end of file (this error originated at tensorpipe/transport/uv/connection_impl.cc:132) 2022-05-18T05:53:10.9450790Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker3: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:53:10.9552460Z [W tensorpipe_agent.cpp:728] RPC agent for worker0 encountered error when reading incoming request from worker2: pipe closed (this error originated at tensorpipe/core/pipe_impl.cc:356) 2022-05-18T05:53:11.2678020Z ok (3.745s) 2022-05-18T05:53:11.2753910Z 2022-05-18T05:53:11.2754890Z ---------------------------------------------------------------------- 2022-05-18T05:53:11.2755210Z Ran 1 test in 3.745s 2022-05-18T05:53:11.2755470Z 2022-05-18T05:53:11.2755800Z OK 2022-05-18T05:53:11.2755960Z 2022-05-18T05:53:11.2756070Z Generating XML reports... 2022-05-18T05:53:11.2756820Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055307.xml 2022-05-18T05:53:12.6478930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1jh9k5jz 2022-05-18T05:53:12.6482460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1jh9k5jz/_remote_module_non_scriptable.py 2022-05-18T05:53:13.0876310Z 2022-05-18T05:53:13.0877090Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:53:13.0877470Z Running tests... 2022-05-18T05:53:13.0877880Z ---------------------------------------------------------------------- 2022-05-18T05:53:13.4981920Z test_world_size_one_sparse (__main__.TensorPipeTensorPipeAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13360 2022-05-18T05:53:13.5100300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13361 2022-05-18T05:53:13.5263550Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13362 2022-05-18T05:53:13.5372620Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13363 2022-05-18T05:53:15.0963670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf4j_a4i6 2022-05-18T05:53:15.1053340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmputwtzvnn 2022-05-18T05:53:15.1154170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmputwtzvnn/_remote_module_non_scriptable.py 2022-05-18T05:53:15.1160380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf4j_a4i6/_remote_module_non_scriptable.py 2022-05-18T05:53:15.1258880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppgl9o2o4 2022-05-18T05:53:15.1268660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo25mf8cp 2022-05-18T05:53:15.1280850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppgl9o2o4/_remote_module_non_scriptable.py 2022-05-18T05:53:15.1374870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo25mf8cp/_remote_module_non_scriptable.py 2022-05-18T05:53:15.6793850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:53:15.6863500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:53:15.7020220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:53:15.7150550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:53:16.0921000Z ok (3.004s) 2022-05-18T05:53:16.0993560Z 2022-05-18T05:53:16.0994410Z ---------------------------------------------------------------------- 2022-05-18T05:53:16.0994740Z Ran 1 test in 3.005s 2022-05-18T05:53:16.0994870Z 2022-05-18T05:53:16.0994930Z OK 2022-05-18T05:53:16.0995040Z 2022-05-18T05:53:16.0995140Z Generating XML reports... 2022-05-18T05:53:16.0995790Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeTensorPipeAgentRpcTest-20220518055313.xml 2022-05-18T05:53:17.4731000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp53b3egj0 2022-05-18T05:53:17.4733710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp53b3egj0/_remote_module_non_scriptable.py 2022-05-18T05:53:17.9086630Z 2022-05-18T05:53:17.9087410Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:53:17.9087810Z Running tests... 2022-05-18T05:53:17.9088210Z ---------------------------------------------------------------------- 2022-05-18T05:53:18.3401190Z test_create_remote_module_from_module_rref (__main__.TensorPipeThreeWorkersRemoteModuleTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13372 2022-05-18T05:53:18.3551210Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13373 2022-05-18T05:53:18.3658560Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13374 2022-05-18T05:53:19.6076830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl3ai2fhc 2022-05-18T05:53:19.6155900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl3ai2fhc/_remote_module_non_scriptable.py 2022-05-18T05:53:19.6158350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9gdkhf3k 2022-05-18T05:53:19.6174390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9gdkhf3k/_remote_module_non_scriptable.py 2022-05-18T05:53:19.6240230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8vrmdbtg 2022-05-18T05:53:19.6260830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8vrmdbtg/_remote_module_non_scriptable.py 2022-05-18T05:53:20.0558130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:53:20.0566920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:53:20.0827330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:53:20.6340660Z ok (2.725s) 2022-05-18T05:53:20.6417420Z 2022-05-18T05:53:20.6418290Z ---------------------------------------------------------------------- 2022-05-18T05:53:20.6418650Z Ran 1 test in 2.726s 2022-05-18T05:53:20.6418790Z 2022-05-18T05:53:20.6418860Z OK 2022-05-18T05:53:20.6418960Z 2022-05-18T05:53:20.6419060Z Generating XML reports... 2022-05-18T05:53:20.6419740Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeThreeWorkersRemoteModuleTest-20220518055317.xml 2022-05-18T05:53:22.1082730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps8psxvev 2022-05-18T05:53:22.1086060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps8psxvev/_remote_module_non_scriptable.py 2022-05-18T05:53:22.5851620Z 2022-05-18T05:53:22.5852430Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:53:22.5852830Z Running tests... 2022-05-18T05:53:22.5853230Z ---------------------------------------------------------------------- 2022-05-18T05:53:23.0219010Z test_send_remote_module_over_the_wire (__main__.TensorPipeThreeWorkersRemoteModuleTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13381 2022-05-18T05:53:23.0370950Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13382 2022-05-18T05:53:23.0525280Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13383 2022-05-18T05:53:24.4742780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2l7f1r7p 2022-05-18T05:53:24.4770560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2l7f1r7p/_remote_module_non_scriptable.py 2022-05-18T05:53:24.5369520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeknfrru1 2022-05-18T05:53:24.5472130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeknfrru1/_remote_module_non_scriptable.py 2022-05-18T05:53:24.5556880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwv43wfe2 2022-05-18T05:53:24.5591560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwv43wfe2/_remote_module_non_scriptable.py 2022-05-18T05:53:24.9855940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:53:25.0248660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:53:25.0348600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:53:25.7076790Z ok (3.122s) 2022-05-18T05:53:25.7154960Z 2022-05-18T05:53:25.7156100Z ---------------------------------------------------------------------- 2022-05-18T05:53:25.7156420Z Ran 1 test in 3.123s 2022-05-18T05:53:25.7164030Z 2022-05-18T05:53:25.7164120Z OK 2022-05-18T05:53:25.7164250Z 2022-05-18T05:53:25.7164350Z Generating XML reports... 2022-05-18T05:53:25.7165060Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeThreeWorkersRemoteModuleTest-20220518055322.xml 2022-05-18T05:53:27.1916730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl2zitb96 2022-05-18T05:53:27.1919910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl2zitb96/_remote_module_non_scriptable.py 2022-05-18T05:53:27.6526370Z 2022-05-18T05:53:27.6526680Z Running tests... 2022-05-18T05:53:27.6527330Z ---------------------------------------------------------------------- 2022-05-18T05:53:27.6527870Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent 2022-05-18T05:53:28.0849330Z test_send_remote_module_over_the_wire_script_not_supported (__main__.TensorPipeThreeWorkersRemoteModuleTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13393 2022-05-18T05:53:28.0925120Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13394 2022-05-18T05:53:28.1067630Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13395 2022-05-18T05:53:29.3403560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbbvujt_w 2022-05-18T05:53:29.3503970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbbvujt_w/_remote_module_non_scriptable.py 2022-05-18T05:53:29.3541530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkzr57ksq 2022-05-18T05:53:29.3542660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkzr57ksq/_remote_module_non_scriptable.py 2022-05-18T05:53:29.3556500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprh55l6n8 2022-05-18T05:53:29.3657050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprh55l6n8/_remote_module_non_scriptable.py 2022-05-18T05:53:29.7969290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:53:29.8027370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:53:29.8147040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:53:29.9063970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkzr57ksq/_remote_module___torch___torch_testing__internal_distributed_nn_api_remote_module_test_MyModuleInterface.py 2022-05-18T05:53:29.9066330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbbvujt_w/_remote_module___torch___torch_testing__internal_distributed_nn_api_remote_module_test_MyModuleInterface.py 2022-05-18T05:53:29.9133400Z INFO:torch.distributed.nn.jit.instantiator:Skipped writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkzr57ksq/_remote_module___torch___torch_testing__internal_distributed_nn_api_remote_module_test_MyModuleInterface.py 2022-05-18T05:53:30.3841790Z ok (2.731s) 2022-05-18T05:53:30.3915030Z 2022-05-18T05:53:30.3915880Z ---------------------------------------------------------------------- 2022-05-18T05:53:30.3916240Z Ran 1 test in 2.732s 2022-05-18T05:53:30.3916380Z 2022-05-18T05:53:30.3916440Z OK 2022-05-18T05:53:30.3916550Z 2022-05-18T05:53:30.3916650Z Generating XML reports... 2022-05-18T05:53:30.3917320Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_tensorpipe_agent/TEST-TensorPipeThreeWorkersRemoteModuleTest-20220518055327.xml 2022-05-18T05:53:30.8791320Z Running distributed/test_c10d_gloo ... [2022-05-18 05:53:30.878275] 2022-05-18T05:53:30.8792070Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/test_c10d_gloo.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:53:30.878430] 2022-05-18T05:53:32.0656080Z , <__main__.CommTest testMethod=test_broadcast_coalesced_gloo_cuda>, <__main__.CommTest testMethod=test_gloo_barrier_device_ids>, <__main__.CommTest testMethod=test_gloo_warn_not_in_group>, <__main__.CommTest testMethod=test_sequence_num_incremented_gloo_default>, <__main__.CommTest testMethod=test_sequence_num_incremented_gloo_subgroup>, <__main__.CommTest testMethod=test_sequence_num_set_default_pg_gloo>, <__main__.CommTest testMethod=test_sequence_num_set_gloo_new_group>]> 2022-05-18T05:53:32.0657040Z test_broadcast_coalesced_gloo_cpu (__main__.CommTest) 2022-05-18T05:53:32.0657340Z test_broadcast_coalesced_gloo_cuda (__main__.CommTest) 2022-05-18T05:53:32.0657610Z test_gloo_barrier_device_ids (__main__.CommTest) 2022-05-18T05:53:32.0657880Z test_gloo_warn_not_in_group (__main__.CommTest) 2022-05-18T05:53:32.0658170Z test_sequence_num_incremented_gloo_default (__main__.CommTest) 2022-05-18T05:53:32.0658480Z test_sequence_num_incremented_gloo_subgroup (__main__.CommTest) 2022-05-18T05:53:32.0658790Z test_sequence_num_set_default_pg_gloo (__main__.CommTest) 2022-05-18T05:53:32.0659710Z test_sequence_num_set_gloo_new_group (__main__.CommTest) 2022-05-18T05:53:32.0664440Z , <__main__.DistributedDataParallelTest testMethod=test_ddp_checkpointing_dynamic_weight_sharing>, <__main__.DistributedDataParallelTest testMethod=test_ddp_checkpointing_once_use_reentrant_False>, <__main__.DistributedDataParallelTest testMethod=test_ddp_checkpointing_once_use_reentrant_True>, <__main__.DistributedDataParallelTest testMethod=test_ddp_checkpointing_twice_static_graph_use_reentrant_False>, <__main__.DistributedDataParallelTest testMethod=test_ddp_checkpointing_twice_static_graph_use_reentrant_True>, <__main__.DistributedDataParallelTest testMethod=test_ddp_checkpointing_twice_use_reentrant_False>, <__main__.DistributedDataParallelTest testMethod=test_ddp_checkpointing_twice_use_reentrant_True>, <__main__.DistributedDataParallelTest testMethod=test_ddp_checkpointing_twice_weight_sharing>, <__main__.DistributedDataParallelTest testMethod=test_ddp_checkpointing_unused_params_use_reentrant_False>, <__main__.DistributedDataParallelTest testMethod=test_ddp_checkpointing_unused_params_use_reentrant_True>, <__main__.DistributedDataParallelTest testMethod=test_ddp_checkpointing_weight_sharing_use_reentrant_False>, <__main__.DistributedDataParallelTest testMethod=test_ddp_checkpointing_weight_sharing_use_reentrant_True>, <__main__.DistributedDataParallelTest testMethod=test_ddp_comm_hook_future_passing_cpu>, <__main__.DistributedDataParallelTest testMethod=test_ddp_comm_hook_future_passing_gpu_gloo>, <__main__.DistributedDataParallelTest testMethod=test_ddp_comm_hook_register_just_once>, <__main__.DistributedDataParallelTest testMethod=test_ddp_comm_hook_sparse_gradients>, <__main__.DistributedDataParallelTest testMethod=test_ddp_invalid_comm_hook_init>, <__main__.DistributedDataParallelTest testMethod=test_ddp_invalid_comm_hook_return_type>, <__main__.DistributedDataParallelTest testMethod=test_find_unused_parameters_when_unused_parameters_empty>, <__main__.DistributedDataParallelTest testMethod=test_global_local_unused_params_grad>, <__main__.DistributedDataParallelTest testMethod=test_global_local_unused_params_grad_with_grad_is_view>, <__main__.DistributedDataParallelTest testMethod=test_global_local_unused_params_grad_with_static_graph>, <__main__.DistributedDataParallelTest testMethod=test_gloo_backend_1gpu_module_device_ids_integer_list>, <__main__.DistributedDataParallelTest testMethod=test_gloo_backend_1gpu_module_device_ids_torch_device_list>, <__main__.DistributedDataParallelTest testMethod=test_gloo_backend_2gpu_module>, <__main__.DistributedDataParallelTest testMethod=test_gloo_backend_4gpu_module>, <__main__.DistributedDataParallelTest testMethod=test_gloo_backend_cpu_module>, <__main__.DistributedDataParallelTest testMethod=test_gloo_backend_cpu_module_grad_is_view>, <__main__.DistributedDataParallelTest testMethod=test_ignored_output>, <__main__.DistributedDataParallelTest testMethod=test_ignored_output_with_unused_parameters>, <__main__.DistributedDataParallelTest testMethod=test_invalid_powerSGD_state>, <__main__.DistributedDataParallelTest testMethod=test_save_load_checkpoint>, <__main__.DistributedDataParallelTest testMethod=test_sparse_gradients>, <__main__.DistributedDataParallelTest testMethod=test_sparse_gradients_grad_is_view>, <__main__.DistributedDataParallelTest testMethod=test_sync_batch_norm_empty_input>, <__main__.DistributedDataParallelTest testMethod=test_sync_batch_norm_only_empty_input>]> 2022-05-18T05:53:32.0669700Z test_ddp_checkpointing_dynamic_module (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0670110Z test_ddp_checkpointing_dynamic_weight_sharing (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0670520Z test_ddp_checkpointing_once_use_reentrant_False (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0670920Z test_ddp_checkpointing_once_use_reentrant_True (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0671580Z test_ddp_checkpointing_twice_static_graph_use_reentrant_False (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0672180Z test_ddp_checkpointing_twice_static_graph_use_reentrant_True (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0672620Z test_ddp_checkpointing_twice_use_reentrant_False (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0673020Z test_ddp_checkpointing_twice_use_reentrant_True (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0673420Z test_ddp_checkpointing_twice_weight_sharing (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0673830Z test_ddp_checkpointing_unused_params_use_reentrant_False (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0674250Z test_ddp_checkpointing_unused_params_use_reentrant_True (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0674680Z test_ddp_checkpointing_weight_sharing_use_reentrant_False (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0675110Z test_ddp_checkpointing_weight_sharing_use_reentrant_True (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0675490Z test_ddp_comm_hook_future_passing_cpu (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0675870Z test_ddp_comm_hook_future_passing_gpu_gloo (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0676250Z test_ddp_comm_hook_register_just_once (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0676630Z test_ddp_comm_hook_sparse_gradients (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0676990Z test_ddp_invalid_comm_hook_init (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0677350Z test_ddp_invalid_comm_hook_return_type (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0677740Z test_find_unused_parameters_when_unused_parameters_empty (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0678140Z test_global_local_unused_params_grad (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0678530Z test_global_local_unused_params_grad_with_grad_is_view (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0678940Z test_global_local_unused_params_grad_with_static_graph (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0679340Z test_gloo_backend_1gpu_module_device_ids_integer_list (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0679750Z test_gloo_backend_1gpu_module_device_ids_torch_device_list (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0680460Z test_gloo_backend_2gpu_module (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0680810Z test_gloo_backend_4gpu_module (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0681150Z test_gloo_backend_cpu_module (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0681520Z test_gloo_backend_cpu_module_grad_is_view (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0681880Z test_ignored_output (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0682240Z test_ignored_output_with_unused_parameters (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0682610Z test_invalid_powerSGD_state (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0682960Z test_save_load_checkpoint (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0683290Z test_sparse_gradients (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0683640Z test_sparse_gradients_grad_is_view (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0684010Z test_sync_batch_norm_empty_input (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0684380Z test_sync_batch_norm_only_empty_input (__main__.DistributedDataParallelTest) 2022-05-18T05:53:32.0684690Z 2022-05-18T05:53:32.0689510Z , <__main__.ProcessGroupGlooTest testMethod=test_allgather_basics_cuda>, <__main__.ProcessGroupGlooTest testMethod=test_allgather_checks>, <__main__.ProcessGroupGlooTest testMethod=test_allgather_coalesced_async>, <__main__.ProcessGroupGlooTest testMethod=test_allgather_coalesced_checks>, <__main__.ProcessGroupGlooTest testMethod=test_allgather_noncontiguous_input>, <__main__.ProcessGroupGlooTest testMethod=test_allgather_stress>, <__main__.ProcessGroupGlooTest testMethod=test_allgather_stress_cuda>, <__main__.ProcessGroupGlooTest testMethod=test_allreduce_basics>, <__main__.ProcessGroupGlooTest testMethod=test_allreduce_basics_cuda>, <__main__.ProcessGroupGlooTest testMethod=test_allreduce_basics_cuda_using_work_api>, <__main__.ProcessGroupGlooTest testMethod=test_allreduce_basics_using_work_api>, <__main__.ProcessGroupGlooTest testMethod=test_allreduce_checks>, <__main__.ProcessGroupGlooTest testMethod=test_allreduce_coalesced_async>, <__main__.ProcessGroupGlooTest testMethod=test_allreduce_coalesced_basics>, <__main__.ProcessGroupGlooTest testMethod=test_allreduce_coalesced_checks>, <__main__.ProcessGroupGlooTest testMethod=test_allreduce_coalesced_checks_cuda>, <__main__.ProcessGroupGlooTest testMethod=test_allreduce_coalesced_stress>, <__main__.ProcessGroupGlooTest testMethod=test_allreduce_stress>, <__main__.ProcessGroupGlooTest testMethod=test_allreduce_stress_cuda>, <__main__.ProcessGroupGlooTest testMethod=test_barrier_implies_wait>, <__main__.ProcessGroupGlooTest testMethod=test_broadcast_basics>, <__main__.ProcessGroupGlooTest testMethod=test_broadcast_basics_cuda>, <__main__.ProcessGroupGlooTest testMethod=test_broadcast_checks>, <__main__.ProcessGroupGlooTest testMethod=test_broadcast_stress>, <__main__.ProcessGroupGlooTest testMethod=test_broadcast_stress_cuda>, <__main__.ProcessGroupGlooTest testMethod=test_empty_tensors>, <__main__.ProcessGroupGlooTest testMethod=test_gather_basics>, <__main__.ProcessGroupGlooTest testMethod=test_gather_basics_cuda>, <__main__.ProcessGroupGlooTest testMethod=test_gather_checks>, <__main__.ProcessGroupGlooTest testMethod=test_gather_noncontiguous_input>, <__main__.ProcessGroupGlooTest testMethod=test_gather_stress>, <__main__.ProcessGroupGlooTest testMethod=test_gather_stress_cuda>, <__main__.ProcessGroupGlooTest testMethod=test_multi_device_constructor>, <__main__.ProcessGroupGlooTest testMethod=test_reduce_basics>, <__main__.ProcessGroupGlooTest testMethod=test_reduce_basics_cuda>, <__main__.ProcessGroupGlooTest testMethod=test_reduce_checks>, <__main__.ProcessGroupGlooTest testMethod=test_reduce_stress>, <__main__.ProcessGroupGlooTest testMethod=test_reduce_stress_cuda>, <__main__.ProcessGroupGlooTest testMethod=test_round_robin>, <__main__.ProcessGroupGlooTest testMethod=test_round_robin_create_destroy>, <__main__.ProcessGroupGlooTest testMethod=test_scatter_basics>, <__main__.ProcessGroupGlooTest testMethod=test_scatter_basics_cuda>, <__main__.ProcessGroupGlooTest testMethod=test_scatter_checks>, <__main__.ProcessGroupGlooTest testMethod=test_scatter_stress>, <__main__.ProcessGroupGlooTest testMethod=test_scatter_stress_cuda>, <__main__.ProcessGroupGlooTest testMethod=test_send_recv_all_to_all>, <__main__.ProcessGroupGlooTest testMethod=test_sparse_allreduce_basics>, <__main__.ProcessGroupGlooTest testMethod=test_sparse_allreduce_basics_cuda>, <__main__.ProcessGroupGlooTest testMethod=test_sparse_allreduce_checks>]> 2022-05-18T05:53:32.0694170Z test_allgather_basics (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0694490Z test_allgather_basics_cuda (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0694790Z test_allgather_checks (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0695110Z test_allgather_coalesced_async (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0695450Z test_allgather_coalesced_checks (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0695790Z test_allgather_noncontiguous_input (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0696100Z test_allgather_stress (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0696410Z test_allgather_stress_cuda (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0696720Z test_allreduce_basics (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0697030Z test_allreduce_basics_cuda (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0697360Z test_allreduce_basics_cuda_using_work_api (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0697930Z test_allreduce_basics_using_work_api (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0698300Z test_allreduce_checks (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0698620Z test_allreduce_coalesced_async (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0698950Z test_allreduce_coalesced_basics (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0699280Z test_allreduce_coalesced_checks (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0699610Z test_allreduce_coalesced_checks_cuda (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0699950Z test_allreduce_coalesced_stress (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0700260Z test_allreduce_stress (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0700560Z test_allreduce_stress_cuda (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0700870Z test_barrier_implies_wait (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0701170Z test_broadcast_basics (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0701480Z test_broadcast_basics_cuda (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0701780Z test_broadcast_checks (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0702080Z test_broadcast_stress (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0702370Z test_broadcast_stress_cuda (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0702670Z test_empty_tensors (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0702970Z test_gather_basics (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0703270Z test_gather_basics_cuda (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0703570Z test_gather_checks (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0703880Z test_gather_noncontiguous_input (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0704180Z test_gather_stress (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0704480Z test_gather_stress_cuda (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0704800Z test_multi_device_constructor (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0705100Z test_reduce_basics (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0705400Z test_reduce_basics_cuda (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0705690Z test_reduce_checks (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0705970Z test_reduce_stress (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0706270Z test_reduce_stress_cuda (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0706850Z test_round_robin (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0707160Z test_round_robin_create_destroy (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0707460Z test_scatter_basics (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0707770Z test_scatter_basics_cuda (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0708060Z test_scatter_checks (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0708350Z test_scatter_stress (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0708650Z test_scatter_stress_cuda (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0708960Z test_send_recv_all_to_all (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0709280Z test_sparse_allreduce_basics (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0709610Z test_sparse_allreduce_basics_cuda (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0709930Z test_sparse_allreduce_checks (__main__.ProcessGroupGlooTest) 2022-05-18T05:53:32.0710670Z , <__main__.ReducerTest testMethod=test_forward_backward_optimizer>, <__main__.ReducerTest testMethod=test_forward_backward_unused_parameters>, <__main__.ReducerTest testMethod=test_multi_dtype_multi_bucket>, <__main__.ReducerTest testMethod=test_multi_dtype_single_bucket>, <__main__.ReducerTest testMethod=test_single_dtype_single_bucket>]> 2022-05-18T05:53:32.0711360Z test_forward_backward (__main__.ReducerTest) 2022-05-18T05:53:32.0711630Z test_forward_backward_optimizer (__main__.ReducerTest) 2022-05-18T05:53:32.0711940Z test_forward_backward_unused_parameters (__main__.ReducerTest) 2022-05-18T05:53:32.0712460Z test_multi_dtype_multi_bucket (__main__.ReducerTest) 2022-05-18T05:53:32.0712800Z test_multi_dtype_single_bucket (__main__.ReducerTest) 2022-05-18T05:53:32.0713080Z test_single_dtype_single_bucket (__main__.ReducerTest) 2022-05-18T05:53:32.0713430Z ]> 2022-05-18T05:53:32.0713770Z test_logging_init (__main__.RendezvousEnvTest) 2022-05-18T05:53:32.0714030Z 2022-05-18T05:53:32.0714390Z ]> 2022-05-18T05:53:32.0714730Z test_default_store_timeout_gloo (__main__.TimeoutTest) 2022-05-18T05:53:33.2655950Z 2022-05-18T05:53:33.2656530Z Running tests... 2022-05-18T05:53:33.2657180Z ---------------------------------------------------------------------- 2022-05-18T05:53:33.2657700Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:53:33.6919380Z test_broadcast_coalesced_gloo_cpu (__main__.CommTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13404 2022-05-18T05:53:33.7015040Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13405 2022-05-18T05:53:34.9172270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:53:34.9286010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:53:35.3837120Z ok (2.118s) 2022-05-18T05:53:35.3908330Z 2022-05-18T05:53:35.3909000Z ---------------------------------------------------------------------- 2022-05-18T05:53:35.3909330Z Ran 1 test in 2.119s 2022-05-18T05:53:35.3909460Z 2022-05-18T05:53:35.3909530Z OK 2022-05-18T05:53:35.3909640Z 2022-05-18T05:53:35.3909740Z Generating XML reports... 2022-05-18T05:53:35.3910270Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-CommTest-20220518055333.xml 2022-05-18T05:53:36.8316510Z 2022-05-18T05:53:36.8316870Z Running tests... 2022-05-18T05:53:36.8317720Z ---------------------------------------------------------------------- 2022-05-18T05:53:36.8318340Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:53:37.2659030Z test_broadcast_coalesced_gloo_cuda (__main__.CommTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13412 2022-05-18T05:53:37.3288870Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13413 2022-05-18T05:53:38.4528330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:53:38.4535670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:53:38.7578750Z skip: Need at least 2 CUDA devices (1.926s) 2022-05-18T05:53:38.7650220Z 2022-05-18T05:53:38.7650940Z ---------------------------------------------------------------------- 2022-05-18T05:53:38.7651290Z Ran 1 test in 1.927s 2022-05-18T05:53:38.7651430Z 2022-05-18T05:53:38.7651520Z OK (skipped=1) 2022-05-18T05:53:38.7651640Z 2022-05-18T05:53:38.7651730Z Generating XML reports... 2022-05-18T05:53:38.7652260Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-CommTest-20220518055336.xml 2022-05-18T05:53:40.2033060Z 2022-05-18T05:53:40.2034310Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:53:40.2035910Z Running tests... 2022-05-18T05:53:40.2037110Z ---------------------------------------------------------------------- 2022-05-18T05:53:40.6286620Z test_gloo_barrier_device_ids (__main__.CommTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13419 2022-05-18T05:53:40.6366740Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13420 2022-05-18T05:53:41.8229880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:53:41.8234540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:53:41.8260260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:53:41.8262640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:53:41.8264190Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:53:41.8265940Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:53:42.1343650Z ok (1.931s) 2022-05-18T05:53:42.1417810Z 2022-05-18T05:53:42.1418430Z ---------------------------------------------------------------------- 2022-05-18T05:53:42.1418760Z Ran 1 test in 1.931s 2022-05-18T05:53:42.1418890Z 2022-05-18T05:53:42.1418960Z OK 2022-05-18T05:53:42.1419060Z 2022-05-18T05:53:42.1419160Z Generating XML reports... 2022-05-18T05:53:42.1419730Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-CommTest-20220518055340.xml 2022-05-18T05:53:43.5519720Z 2022-05-18T05:53:43.5520550Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:53:43.5521140Z Running tests... 2022-05-18T05:53:43.5521580Z ---------------------------------------------------------------------- 2022-05-18T05:53:43.9695340Z test_gloo_warn_not_in_group (__main__.CommTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13426 2022-05-18T05:53:43.9763790Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13427 2022-05-18T05:53:45.1758060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:53:45.1765200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:53:45.5687350Z skip: Need at least 2 CUDA devices (2.017s) 2022-05-18T05:53:45.5765030Z 2022-05-18T05:53:45.5765910Z ---------------------------------------------------------------------- 2022-05-18T05:53:45.5766490Z Ran 1 test in 2.017s 2022-05-18T05:53:45.5766630Z 2022-05-18T05:53:45.5766720Z OK (skipped=1) 2022-05-18T05:53:45.5766840Z 2022-05-18T05:53:45.5766940Z Generating XML reports... 2022-05-18T05:53:45.5768400Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-CommTest-20220518055343.xml 2022-05-18T05:53:47.0103480Z 2022-05-18T05:53:47.0104250Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:53:47.0104610Z Running tests... 2022-05-18T05:53:47.0105000Z ---------------------------------------------------------------------- 2022-05-18T05:53:47.4622430Z test_sequence_num_incremented_gloo_default (__main__.CommTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13434 2022-05-18T05:53:47.4680590Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13435 2022-05-18T05:53:48.6701560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:53:48.6753410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:53:48.8840920Z skip: Need at least 2 CUDA devices (1.874s) 2022-05-18T05:53:48.8908230Z 2022-05-18T05:53:48.8908990Z ---------------------------------------------------------------------- 2022-05-18T05:53:48.8909340Z Ran 1 test in 1.874s 2022-05-18T05:53:48.8909500Z 2022-05-18T05:53:48.8909590Z OK (skipped=1) 2022-05-18T05:53:48.8909720Z 2022-05-18T05:53:48.8910020Z Generating XML reports... 2022-05-18T05:53:48.8910600Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-CommTest-20220518055347.xml 2022-05-18T05:53:50.3503140Z 2022-05-18T05:53:50.3503910Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:53:50.3504260Z Running tests... 2022-05-18T05:53:50.3505360Z ---------------------------------------------------------------------- 2022-05-18T05:53:50.7820270Z test_sequence_num_incremented_gloo_subgroup (__main__.CommTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13441 2022-05-18T05:53:50.7901430Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13442 2022-05-18T05:53:51.9829440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:53:51.9841770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:53:52.3505560Z skip: Need at least 4 CUDA devices (2.000s) 2022-05-18T05:53:52.3574010Z 2022-05-18T05:53:52.3574630Z ---------------------------------------------------------------------- 2022-05-18T05:53:52.3574960Z Ran 1 test in 2.001s 2022-05-18T05:53:52.3575090Z 2022-05-18T05:53:52.3575170Z OK (skipped=1) 2022-05-18T05:53:52.3575300Z 2022-05-18T05:53:52.3575390Z Generating XML reports... 2022-05-18T05:53:52.3575960Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-CommTest-20220518055350.xml 2022-05-18T05:53:53.7883750Z 2022-05-18T05:53:53.7884710Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:53:53.7885080Z Running tests... 2022-05-18T05:53:53.7885510Z ---------------------------------------------------------------------- 2022-05-18T05:53:54.2132640Z test_sequence_num_set_default_pg_gloo (__main__.CommTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13448 2022-05-18T05:53:54.2182800Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13449 2022-05-18T05:53:55.3944930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:53:55.3972580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:53:55.7590690Z skip: Need at least 2 CUDA devices (1.971s) 2022-05-18T05:53:55.7661500Z 2022-05-18T05:53:55.7662110Z ---------------------------------------------------------------------- 2022-05-18T05:53:55.7662420Z Ran 1 test in 1.971s 2022-05-18T05:53:55.7662600Z 2022-05-18T05:53:55.7663010Z OK (skipped=1) 2022-05-18T05:53:55.7663440Z 2022-05-18T05:53:55.7664170Z Generating XML reports... 2022-05-18T05:53:55.7665210Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-CommTest-20220518055353.xml 2022-05-18T05:53:57.2265010Z 2022-05-18T05:53:57.2265790Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:53:57.2266140Z Running tests... 2022-05-18T05:53:57.2266540Z ---------------------------------------------------------------------- 2022-05-18T05:53:57.6680030Z test_sequence_num_set_gloo_new_group (__main__.CommTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13456 2022-05-18T05:53:57.6777020Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13457 2022-05-18T05:53:58.8817790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:53:58.8853710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:53:59.2001880Z skip: Need at least 2 CUDA devices (1.973s) 2022-05-18T05:53:59.2077200Z 2022-05-18T05:53:59.2077860Z ---------------------------------------------------------------------- 2022-05-18T05:53:59.2078190Z Ran 1 test in 1.974s 2022-05-18T05:53:59.2078700Z 2022-05-18T05:53:59.2078940Z OK (skipped=1) 2022-05-18T05:53:59.2079080Z 2022-05-18T05:53:59.2079180Z Generating XML reports... 2022-05-18T05:53:59.2079730Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-CommTest-20220518055357.xml 2022-05-18T05:54:00.6643240Z 2022-05-18T05:54:00.6644030Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:54:00.6644560Z Running tests... 2022-05-18T05:54:00.6645540Z ---------------------------------------------------------------------- 2022-05-18T05:54:00.6658740Z test_ddp_checkpointing_dynamic_module (__main__.DistributedDataParallelTest) 2022-05-18T05:54:01.1041880Z Dynamic module can be checkpointed, multiple times, with non-reentrant ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13463 2022-05-18T05:54:01.1132210Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13464 2022-05-18T05:54:02.3408710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:54:02.3555390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:54:02.6091320Z skip: Need at least 2 CUDA devices (1.945s) 2022-05-18T05:54:02.6167600Z 2022-05-18T05:54:02.6168890Z ---------------------------------------------------------------------- 2022-05-18T05:54:02.6169250Z Ran 1 test in 1.945s 2022-05-18T05:54:02.6169380Z 2022-05-18T05:54:02.6169500Z OK (skipped=1) 2022-05-18T05:54:02.6169630Z 2022-05-18T05:54:02.6169710Z Generating XML reports... 2022-05-18T05:54:02.6170520Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055400.xml 2022-05-18T05:54:04.1013270Z 2022-05-18T05:54:04.1014030Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:54:04.1014400Z Running tests... 2022-05-18T05:54:04.1014800Z ---------------------------------------------------------------------- 2022-05-18T05:54:04.1024740Z test_ddp_checkpointing_dynamic_weight_sharing (__main__.DistributedDataParallelTest) 2022-05-18T05:54:04.5360700Z Dynamic module can be checkpointed multiple times with weight sharing ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13470 2022-05-18T05:54:04.5435560Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13471 2022-05-18T05:54:05.7348910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:54:05.7398160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:54:06.0086300Z skip: Need at least 2 CUDA devices (1.907s) 2022-05-18T05:54:06.0151710Z 2022-05-18T05:54:06.0152400Z ---------------------------------------------------------------------- 2022-05-18T05:54:06.0153140Z Ran 1 test in 1.908s 2022-05-18T05:54:06.0153480Z 2022-05-18T05:54:06.0153570Z OK (skipped=1) 2022-05-18T05:54:06.0153700Z 2022-05-18T05:54:06.0153790Z Generating XML reports... 2022-05-18T05:54:06.0154420Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055404.xml 2022-05-18T05:54:07.4564490Z 2022-05-18T05:54:07.4565460Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:54:07.4565900Z Running tests... 2022-05-18T05:54:07.4568890Z ---------------------------------------------------------------------- 2022-05-18T05:54:07.4579600Z test_ddp_checkpointing_once_use_reentrant_False (__main__.DistributedDataParallelTest) 2022-05-18T05:54:07.9033400Z DDP works as expected when layer is checkpointed only once. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13478 2022-05-18T05:54:07.9103840Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13479 2022-05-18T05:54:09.1086370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:54:09.1258430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:54:09.3750520Z skip: Need at least 2 CUDA devices (1.918s) 2022-05-18T05:54:09.3821340Z 2022-05-18T05:54:09.3821950Z ---------------------------------------------------------------------- 2022-05-18T05:54:09.3822270Z Ran 1 test in 1.919s 2022-05-18T05:54:09.3822790Z 2022-05-18T05:54:09.3822890Z OK (skipped=1) 2022-05-18T05:54:09.3823360Z 2022-05-18T05:54:09.3823500Z Generating XML reports... 2022-05-18T05:54:09.3824280Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055407.xml 2022-05-18T05:54:10.8452520Z 2022-05-18T05:54:10.8453290Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:54:10.8453680Z Running tests... 2022-05-18T05:54:10.8454070Z ---------------------------------------------------------------------- 2022-05-18T05:54:10.8465930Z test_ddp_checkpointing_once_use_reentrant_True (__main__.DistributedDataParallelTest) 2022-05-18T05:54:11.2667880Z DDP works as expected when layer is checkpointed only once. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13485 2022-05-18T05:54:11.2721730Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13486 2022-05-18T05:54:12.4816020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:54:12.4844640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:54:12.8733850Z skip: Need at least 2 CUDA devices (2.028s) 2022-05-18T05:54:12.8805030Z 2022-05-18T05:54:12.8805770Z ---------------------------------------------------------------------- 2022-05-18T05:54:12.8806120Z Ran 1 test in 2.028s 2022-05-18T05:54:12.8806270Z 2022-05-18T05:54:12.8806350Z OK (skipped=1) 2022-05-18T05:54:12.8806480Z 2022-05-18T05:54:12.8806570Z Generating XML reports... 2022-05-18T05:54:12.8807180Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055410.xml 2022-05-18T05:54:14.2775650Z 2022-05-18T05:54:14.2775930Z Running tests... 2022-05-18T05:54:14.2776610Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:54:14.2785410Z ---------------------------------------------------------------------- 2022-05-18T05:54:14.2785840Z test_ddp_checkpointing_twice_static_graph_use_reentrant_False (__main__.DistributedDataParallelTest) 2022-05-18T05:54:14.6958590Z Regardless of reentrant or non-reentrant checkpointing impl, ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13492 2022-05-18T05:54:14.7019760Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13493 2022-05-18T05:54:15.8937900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:54:15.8952470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:54:16.2593050Z skip: Need at least 2 CUDA devices (1.982s) 2022-05-18T05:54:16.2658790Z 2022-05-18T05:54:16.2659570Z ---------------------------------------------------------------------- 2022-05-18T05:54:16.2659910Z Ran 1 test in 1.982s 2022-05-18T05:54:16.2660050Z 2022-05-18T05:54:16.2660130Z OK (skipped=1) 2022-05-18T05:54:16.2660250Z 2022-05-18T05:54:16.2660370Z Generating XML reports... 2022-05-18T05:54:16.2661200Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055414.xml 2022-05-18T05:54:17.7090160Z 2022-05-18T05:54:17.7091180Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:54:17.7092540Z Running tests... 2022-05-18T05:54:17.7093150Z ---------------------------------------------------------------------- 2022-05-18T05:54:17.7103400Z test_ddp_checkpointing_twice_static_graph_use_reentrant_True (__main__.DistributedDataParallelTest) 2022-05-18T05:54:18.1316610Z Regardless of reentrant or non-reentrant checkpointing impl, ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13500 2022-05-18T05:54:18.1389080Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13501 2022-05-18T05:54:19.3382860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:54:19.3406760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:54:19.6218990Z skip: Need at least 2 CUDA devices (1.913s) 2022-05-18T05:54:19.6288060Z 2022-05-18T05:54:19.6288920Z ---------------------------------------------------------------------- 2022-05-18T05:54:19.6289310Z Ran 1 test in 1.913s 2022-05-18T05:54:19.6289470Z 2022-05-18T05:54:19.6289550Z OK (skipped=1) 2022-05-18T05:54:19.6289680Z 2022-05-18T05:54:19.6289770Z Generating XML reports... 2022-05-18T05:54:19.6290390Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055417.xml 2022-05-18T05:54:21.0670530Z 2022-05-18T05:54:21.0671310Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:54:21.0671660Z Running tests... 2022-05-18T05:54:21.0672080Z ---------------------------------------------------------------------- 2022-05-18T05:54:21.0687340Z test_ddp_checkpointing_twice_use_reentrant_False (__main__.DistributedDataParallelTest) 2022-05-18T05:54:21.4973360Z Checkpoitning twice fails for non-static graph with reentrant checkpoint ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13507 2022-05-18T05:54:21.5054460Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13508 2022-05-18T05:54:22.7104310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:54:22.7122090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:54:23.0694600Z skip: Need at least 2 CUDA devices (2.002s) 2022-05-18T05:54:23.0766150Z 2022-05-18T05:54:23.0767160Z ---------------------------------------------------------------------- 2022-05-18T05:54:23.0767500Z Ran 1 test in 2.003s 2022-05-18T05:54:23.0767650Z 2022-05-18T05:54:23.0767740Z OK (skipped=1) 2022-05-18T05:54:23.0767860Z 2022-05-18T05:54:23.0767960Z Generating XML reports... 2022-05-18T05:54:23.0768590Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055421.xml 2022-05-18T05:54:24.5287160Z 2022-05-18T05:54:24.5287970Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:54:24.5288320Z Running tests... 2022-05-18T05:54:24.5289430Z ---------------------------------------------------------------------- 2022-05-18T05:54:24.5302950Z test_ddp_checkpointing_twice_use_reentrant_True (__main__.DistributedDataParallelTest) 2022-05-18T05:54:24.9664310Z Checkpoitning twice fails for non-static graph with reentrant checkpoint ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13514 2022-05-18T05:54:24.9733010Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13515 2022-05-18T05:54:26.1840040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:54:26.2002110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:54:26.5986650Z skip: Need at least 2 CUDA devices (2.070s) 2022-05-18T05:54:26.6056150Z 2022-05-18T05:54:26.6057400Z ---------------------------------------------------------------------- 2022-05-18T05:54:26.6057770Z Ran 1 test in 2.070s 2022-05-18T05:54:26.6057900Z 2022-05-18T05:54:26.6058010Z OK (skipped=1) 2022-05-18T05:54:26.6058140Z 2022-05-18T05:54:26.6058230Z Generating XML reports... 2022-05-18T05:54:26.6058820Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055424.xml 2022-05-18T05:54:28.0941890Z 2022-05-18T05:54:28.0942660Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:54:28.0943030Z Running tests... 2022-05-18T05:54:28.0943540Z ---------------------------------------------------------------------- 2022-05-18T05:54:28.0952970Z test_ddp_checkpointing_twice_weight_sharing (__main__.DistributedDataParallelTest) 2022-05-18T05:54:28.5249480Z Checkpointing should work with static graph in the case of checkpointing ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13522 2022-05-18T05:54:28.5330210Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13523 2022-05-18T05:54:29.7533600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:54:29.7709510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:54:30.0301960Z skip: Need at least 2 CUDA devices (1.936s) 2022-05-18T05:54:30.0372500Z 2022-05-18T05:54:30.0373190Z ---------------------------------------------------------------------- 2022-05-18T05:54:30.0373530Z Ran 1 test in 1.936s 2022-05-18T05:54:30.0373700Z 2022-05-18T05:54:30.0373800Z OK (skipped=1) 2022-05-18T05:54:30.0373920Z 2022-05-18T05:54:30.0375150Z Generating XML reports... 2022-05-18T05:54:30.0376120Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055428.xml 2022-05-18T05:54:31.4965360Z 2022-05-18T05:54:31.4966110Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:54:31.4967360Z Running tests... 2022-05-18T05:54:31.4968020Z ---------------------------------------------------------------------- 2022-05-18T05:54:31.4981660Z test_ddp_checkpointing_unused_params_use_reentrant_False (__main__.DistributedDataParallelTest) 2022-05-18T05:54:31.9349760Z With reentrant autograd checkpointing impl, DDP will fail when there are ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13529 2022-05-18T05:54:31.9428000Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13530 2022-05-18T05:54:33.1693900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:54:33.1727910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:54:33.3845210Z skip: Need at least 2 CUDA devices (1.888s) 2022-05-18T05:54:33.3911590Z 2022-05-18T05:54:33.3912300Z ---------------------------------------------------------------------- 2022-05-18T05:54:33.3912620Z Ran 1 test in 1.888s 2022-05-18T05:54:33.3912770Z 2022-05-18T05:54:33.3912840Z OK (skipped=1) 2022-05-18T05:54:33.3913410Z 2022-05-18T05:54:33.3913520Z Generating XML reports... 2022-05-18T05:54:33.3914140Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055431.xml 2022-05-18T05:54:34.8330650Z 2022-05-18T05:54:34.8331430Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:54:34.8332980Z Running tests... 2022-05-18T05:54:34.8333530Z ---------------------------------------------------------------------- 2022-05-18T05:54:34.8346910Z test_ddp_checkpointing_unused_params_use_reentrant_True (__main__.DistributedDataParallelTest) 2022-05-18T05:54:35.2645590Z With reentrant autograd checkpointing impl, DDP will fail when there are ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13538 2022-05-18T05:54:35.2713580Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13539 2022-05-18T05:54:36.4893470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:54:36.5065290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:54:36.7696890Z skip: Need at least 2 CUDA devices (1.936s) 2022-05-18T05:54:36.7769170Z 2022-05-18T05:54:36.7770040Z ---------------------------------------------------------------------- 2022-05-18T05:54:36.7770400Z Ran 1 test in 1.937s 2022-05-18T05:54:36.7770530Z 2022-05-18T05:54:36.7770620Z OK (skipped=1) 2022-05-18T05:54:36.7770750Z 2022-05-18T05:54:36.7770840Z Generating XML reports... 2022-05-18T05:54:36.7771840Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055434.xml 2022-05-18T05:54:38.2721900Z 2022-05-18T05:54:38.2722660Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:54:38.2723020Z Running tests... 2022-05-18T05:54:38.2723410Z ---------------------------------------------------------------------- 2022-05-18T05:54:38.2740850Z test_ddp_checkpointing_weight_sharing_use_reentrant_False (__main__.DistributedDataParallelTest) 2022-05-18T05:54:38.7136330Z Test that checkpointing with weight sharing works. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13546 2022-05-18T05:54:38.7214380Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13547 2022-05-18T05:54:39.9421650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:54:39.9422730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:54:40.2598400Z skip: Need at least 2 CUDA devices (1.987s) 2022-05-18T05:54:40.2673830Z 2022-05-18T05:54:40.2679440Z ---------------------------------------------------------------------- 2022-05-18T05:54:40.2679790Z Ran 1 test in 1.988s 2022-05-18T05:54:40.2679930Z 2022-05-18T05:54:40.2680010Z OK (skipped=1) 2022-05-18T05:54:40.2680140Z 2022-05-18T05:54:40.2680240Z Generating XML reports... 2022-05-18T05:54:40.2681000Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055438.xml 2022-05-18T05:54:41.7554450Z 2022-05-18T05:54:41.7554880Z Running tests... 2022-05-18T05:54:41.7555540Z ---------------------------------------------------------------------- 2022-05-18T05:54:41.7556210Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:54:41.7573010Z test_ddp_checkpointing_weight_sharing_use_reentrant_True (__main__.DistributedDataParallelTest) 2022-05-18T05:54:42.1977990Z Test that checkpointing with weight sharing works. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13553 2022-05-18T05:54:42.2056510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13554 2022-05-18T05:54:43.4263460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:54:43.4268740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:54:43.6340900Z skip: Need at least 2 CUDA devices (1.878s) 2022-05-18T05:54:43.6412590Z 2022-05-18T05:54:43.6413620Z ---------------------------------------------------------------------- 2022-05-18T05:54:43.6414140Z Ran 1 test in 1.879s 2022-05-18T05:54:43.6414490Z 2022-05-18T05:54:43.6414750Z OK (skipped=1) 2022-05-18T05:54:43.6414890Z 2022-05-18T05:54:43.6415250Z Generating XML reports... 2022-05-18T05:54:43.6415960Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055441.xml 2022-05-18T05:54:45.0950920Z 2022-05-18T05:54:45.0951640Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:54:45.0952010Z Running tests... 2022-05-18T05:54:45.0952410Z ---------------------------------------------------------------------- 2022-05-18T05:54:45.0963950Z test_ddp_comm_hook_future_passing_cpu (__main__.DistributedDataParallelTest) 2022-05-18T05:54:45.5158540Z This unit test verifies whether the Future object is passed properly. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13560 2022-05-18T05:54:45.5225380Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13561 2022-05-18T05:54:46.7110810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:54:46.7162200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:54:46.7322090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu0mlpvhh 2022-05-18T05:54:46.7325380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu0mlpvhh/_remote_module_non_scriptable.py 2022-05-18T05:54:46.7385870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxmqi97vz 2022-05-18T05:54:46.7391300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxmqi97vz/_remote_module_non_scriptable.py 2022-05-18T05:54:47.0283520Z ok (1.933s) 2022-05-18T05:54:47.0359470Z 2022-05-18T05:54:47.0360200Z ---------------------------------------------------------------------- 2022-05-18T05:54:47.0360560Z Ran 1 test in 1.934s 2022-05-18T05:54:47.0360690Z 2022-05-18T05:54:47.0360750Z OK 2022-05-18T05:54:47.0360850Z 2022-05-18T05:54:47.0360950Z Generating XML reports... 2022-05-18T05:54:47.0361580Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055445.xml 2022-05-18T05:54:48.5158420Z 2022-05-18T05:54:48.5159640Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:54:48.5160030Z Running tests... 2022-05-18T05:54:48.5160450Z ---------------------------------------------------------------------- 2022-05-18T05:54:48.5170120Z test_ddp_comm_hook_future_passing_gpu_gloo (__main__.DistributedDataParallelTest) 2022-05-18T05:54:48.9445430Z This unit test verifies whether the Future object is passed properly using gloo backend. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13568 2022-05-18T05:54:48.9524540Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13569 2022-05-18T05:54:50.1624700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:54:50.1647680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:54:50.3839250Z skip: Need at least 2 CUDA devices (1.868s) 2022-05-18T05:54:50.3907380Z 2022-05-18T05:54:50.3908340Z ---------------------------------------------------------------------- 2022-05-18T05:54:50.3909090Z Ran 1 test in 1.868s 2022-05-18T05:54:50.3909500Z 2022-05-18T05:54:50.3909840Z OK (skipped=1) 2022-05-18T05:54:50.3910700Z 2022-05-18T05:54:50.3911060Z Generating XML reports... 2022-05-18T05:54:50.3911990Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055448.xml 2022-05-18T05:54:51.8464310Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:54:51.8464600Z 2022-05-18T05:54:51.8465240Z Running tests... 2022-05-18T05:54:51.8465780Z ---------------------------------------------------------------------- 2022-05-18T05:54:51.8480550Z test_ddp_comm_hook_register_just_once (__main__.DistributedDataParallelTest) 2022-05-18T05:54:52.2753000Z DDP communication hook can only be registered once. This test validates whether ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13575 2022-05-18T05:54:52.2824750Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13576 2022-05-18T05:54:53.4730070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:54:53.4788410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:54:53.4962070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_xl00cc0 2022-05-18T05:54:53.4964690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_xl00cc0/_remote_module_non_scriptable.py 2022-05-18T05:54:53.5008850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi4ku5w_a 2022-05-18T05:54:53.5012600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi4ku5w_a/_remote_module_non_scriptable.py 2022-05-18T05:54:53.7899670Z ok (1.943s) 2022-05-18T05:54:53.7966590Z 2022-05-18T05:54:53.7967450Z ---------------------------------------------------------------------- 2022-05-18T05:54:53.7967770Z Ran 1 test in 1.944s 2022-05-18T05:54:53.7967920Z 2022-05-18T05:54:53.7967980Z OK 2022-05-18T05:54:53.7968090Z 2022-05-18T05:54:53.7968190Z Generating XML reports... 2022-05-18T05:54:53.7968790Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055451.xml 2022-05-18T05:54:55.2150710Z 2022-05-18T05:54:55.2151480Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:54:55.2151830Z Running tests... 2022-05-18T05:54:55.2152240Z ---------------------------------------------------------------------- 2022-05-18T05:54:55.2169520Z test_ddp_comm_hook_sparse_gradients (__main__.DistributedDataParallelTest) 2022-05-18T05:54:55.6485560Z Runs "test_sparse_gradients" unit test with DDP communication hook. We define a ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13582 2022-05-18T05:54:55.6552220Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13583 2022-05-18T05:54:56.8483210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:54:56.8486560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:54:56.8765370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_d6aqox2 2022-05-18T05:54:56.8769310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_d6aqox2/_remote_module_non_scriptable.py 2022-05-18T05:54:56.9642480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqux0mqc8 2022-05-18T05:54:56.9645860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqux0mqc8/_remote_module_non_scriptable.py 2022-05-18T05:54:57.2279050Z ok (2.013s) 2022-05-18T05:54:57.2345370Z 2022-05-18T05:54:57.2346400Z ---------------------------------------------------------------------- 2022-05-18T05:54:57.2346750Z Ran 1 test in 2.013s 2022-05-18T05:54:57.2346880Z 2022-05-18T05:54:57.2346950Z OK 2022-05-18T05:54:57.2347050Z 2022-05-18T05:54:57.2347150Z Generating XML reports... 2022-05-18T05:54:57.2347840Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055455.xml 2022-05-18T05:54:58.6656070Z 2022-05-18T05:54:58.6656870Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:54:58.6657240Z Running tests... 2022-05-18T05:54:58.6657790Z ---------------------------------------------------------------------- 2022-05-18T05:54:58.6671530Z test_ddp_invalid_comm_hook_init (__main__.DistributedDataParallelTest) 2022-05-18T05:54:59.0885450Z This unit test makes sure that register_comm_hook properly checks the format ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13590 2022-05-18T05:54:59.0955290Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13591 2022-05-18T05:55:00.2855090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:55:00.2866390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:55:00.3026520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc5ff7zts 2022-05-18T05:55:00.3030040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc5ff7zts/_remote_module_non_scriptable.py 2022-05-18T05:55:00.3175710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp81zec8mt 2022-05-18T05:55:00.3179540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp81zec8mt/_remote_module_non_scriptable.py 2022-05-18T05:55:00.5503430Z ok (1.885s) 2022-05-18T05:55:00.5571330Z 2022-05-18T05:55:00.5572030Z ---------------------------------------------------------------------- 2022-05-18T05:55:00.5572380Z Ran 1 test in 1.885s 2022-05-18T05:55:00.5572520Z 2022-05-18T05:55:00.5572580Z OK 2022-05-18T05:55:00.5572690Z 2022-05-18T05:55:00.5572790Z Generating XML reports... 2022-05-18T05:55:00.5573390Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055458.xml 2022-05-18T05:55:01.9519770Z 2022-05-18T05:55:01.9520540Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:55:01.9520910Z Running tests... 2022-05-18T05:55:01.9521300Z ---------------------------------------------------------------------- 2022-05-18T05:55:01.9538280Z test_ddp_invalid_comm_hook_return_type (__main__.DistributedDataParallelTest) 2022-05-18T05:55:02.3783110Z This test checks whether return annotation checked properly if defined. It also ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13597 2022-05-18T05:55:02.3847420Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13598 2022-05-18T05:55:03.5820610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:55:03.5878430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:55:03.6456080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdpckhno4 2022-05-18T05:55:03.6459040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpznaeci2t 2022-05-18T05:55:03.6460050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdpckhno4/_remote_module_non_scriptable.py 2022-05-18T05:55:03.6463200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpznaeci2t/_remote_module_non_scriptable.py 2022-05-18T05:55:04.0093620Z ok (2.057s) 2022-05-18T05:55:04.0164440Z 2022-05-18T05:55:04.0165460Z ---------------------------------------------------------------------- 2022-05-18T05:55:04.0165800Z Ran 1 test in 2.058s 2022-05-18T05:55:04.0165950Z 2022-05-18T05:55:04.0166030Z OK 2022-05-18T05:55:04.0166130Z 2022-05-18T05:55:04.0166230Z Generating XML reports... 2022-05-18T05:55:04.0167140Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055501.xml 2022-05-18T05:55:05.4864930Z 2022-05-18T05:55:05.4865800Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:55:05.4866170Z Running tests... 2022-05-18T05:55:05.4866570Z ---------------------------------------------------------------------- 2022-05-18T05:55:05.4893570Z test_find_unused_parameters_when_unused_parameters_empty (__main__.DistributedDataParallelTest) 2022-05-18T05:55:05.9166370Z An empty unused_parameters array does not imply find_unused_parameters = ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13604 2022-05-18T05:55:05.9236420Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13605 2022-05-18T05:55:07.1353680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:55:07.1442590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:55:07.4888260Z skip: Need at least 2 CUDA devices (2.002s) 2022-05-18T05:55:07.4962640Z 2022-05-18T05:55:07.4964000Z ---------------------------------------------------------------------- 2022-05-18T05:55:07.4964370Z Ran 1 test in 2.003s 2022-05-18T05:55:07.4964540Z 2022-05-18T05:55:07.4964620Z OK (skipped=1) 2022-05-18T05:55:07.4964750Z 2022-05-18T05:55:07.4964850Z Generating XML reports... 2022-05-18T05:55:07.4965470Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055505.xml 2022-05-18T05:55:08.9843300Z 2022-05-18T05:55:08.9844110Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:55:08.9845110Z Running tests... 2022-05-18T05:55:08.9846320Z ---------------------------------------------------------------------- 2022-05-18T05:55:09.4346810Z test_global_local_unused_params_grad (__main__.DistributedDataParallelTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13612 2022-05-18T05:55:09.4415020Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13613 2022-05-18T05:55:10.6751140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:55:10.6782730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:55:10.8858420Z skip: Need at least 2 CUDA devices (1.901s) 2022-05-18T05:55:10.8932770Z 2022-05-18T05:55:10.8933510Z ---------------------------------------------------------------------- 2022-05-18T05:55:10.8933880Z Ran 1 test in 1.902s 2022-05-18T05:55:10.8934010Z 2022-05-18T05:55:10.8934100Z OK (skipped=1) 2022-05-18T05:55:10.8934410Z 2022-05-18T05:55:10.8934590Z Generating XML reports... 2022-05-18T05:55:10.8935350Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055508.xml 2022-05-18T05:55:12.3586550Z 2022-05-18T05:55:12.3587330Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:55:12.3587720Z Running tests... 2022-05-18T05:55:12.3588120Z ---------------------------------------------------------------------- 2022-05-18T05:55:12.7990990Z test_global_local_unused_params_grad_with_grad_is_view (__main__.DistributedDataParallelTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13619 2022-05-18T05:55:12.8069220Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13620 2022-05-18T05:55:14.0640470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:55:14.0673940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:55:14.3577250Z skip: Need at least 2 CUDA devices (1.999s) 2022-05-18T05:55:14.3649390Z 2022-05-18T05:55:14.3650180Z ---------------------------------------------------------------------- 2022-05-18T05:55:14.3650550Z Ran 1 test in 1.999s 2022-05-18T05:55:14.3650680Z 2022-05-18T05:55:14.3650770Z OK (skipped=1) 2022-05-18T05:55:14.3650890Z 2022-05-18T05:55:14.3651010Z Generating XML reports... 2022-05-18T05:55:14.3651610Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055512.xml 2022-05-18T05:55:15.8273350Z 2022-05-18T05:55:15.8274110Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:55:15.8274490Z Running tests... 2022-05-18T05:55:15.8274890Z ---------------------------------------------------------------------- 2022-05-18T05:55:16.2675180Z test_global_local_unused_params_grad_with_static_graph (__main__.DistributedDataParallelTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13626 2022-05-18T05:55:16.2757890Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13627 2022-05-18T05:55:17.5031790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:55:17.5099180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:55:17.8839180Z skip: Need at least 2 CUDA devices (2.056s) 2022-05-18T05:55:17.8913320Z 2022-05-18T05:55:17.8914030Z ---------------------------------------------------------------------- 2022-05-18T05:55:17.8914370Z Ran 1 test in 2.057s 2022-05-18T05:55:17.8914520Z 2022-05-18T05:55:17.8914620Z OK (skipped=1) 2022-05-18T05:55:17.8914750Z 2022-05-18T05:55:17.8914850Z Generating XML reports... 2022-05-18T05:55:17.8915440Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055515.xml 2022-05-18T05:55:19.3752570Z 2022-05-18T05:55:19.3753400Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:55:19.3753750Z Running tests... 2022-05-18T05:55:19.3754160Z ---------------------------------------------------------------------- 2022-05-18T05:55:19.8138140Z test_gloo_backend_1gpu_module_device_ids_integer_list (__main__.DistributedDataParallelTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13634 2022-05-18T05:55:19.8208170Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13635 2022-05-18T05:55:21.0561720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:55:21.0653210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:55:21.3763990Z skip: Need at least 2 CUDA devices (2.001s) 2022-05-18T05:55:21.3835110Z 2022-05-18T05:55:21.3836640Z ---------------------------------------------------------------------- 2022-05-18T05:55:21.3838060Z Ran 1 test in 2.001s 2022-05-18T05:55:21.3838260Z 2022-05-18T05:55:21.3838350Z OK (skipped=1) 2022-05-18T05:55:21.3838630Z 2022-05-18T05:55:21.3839050Z Generating XML reports... 2022-05-18T05:55:21.3839710Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055519.xml 2022-05-18T05:55:22.8123280Z 2022-05-18T05:55:22.8124050Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:55:22.8124400Z Running tests... 2022-05-18T05:55:22.8124800Z ---------------------------------------------------------------------- 2022-05-18T05:55:23.2492290Z test_gloo_backend_1gpu_module_device_ids_torch_device_list (__main__.DistributedDataParallelTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13641 2022-05-18T05:55:23.2562390Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13642 2022-05-18T05:55:24.4736670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:55:24.4740170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:55:24.7524410Z skip: Need at least 2 CUDA devices (1.940s) 2022-05-18T05:55:24.7595060Z 2022-05-18T05:55:24.7595780Z ---------------------------------------------------------------------- 2022-05-18T05:55:24.7596140Z Ran 1 test in 1.940s 2022-05-18T05:55:24.7596280Z 2022-05-18T05:55:24.7596360Z OK (skipped=1) 2022-05-18T05:55:24.7596490Z 2022-05-18T05:55:24.7596590Z Generating XML reports... 2022-05-18T05:55:24.7597180Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055522.xml 2022-05-18T05:55:26.2086540Z 2022-05-18T05:55:26.2087270Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:55:26.2087630Z Running tests... 2022-05-18T05:55:26.2088020Z ---------------------------------------------------------------------- 2022-05-18T05:55:26.6412270Z test_gloo_backend_2gpu_module (__main__.DistributedDataParallelTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13648 2022-05-18T05:55:26.6483820Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13649 2022-05-18T05:55:27.8536440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:55:27.8538080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:55:28.1001950Z skip: Need at least 4 CUDA devices (1.891s) 2022-05-18T05:55:28.1073030Z 2022-05-18T05:55:28.1074190Z ---------------------------------------------------------------------- 2022-05-18T05:55:28.1074570Z Ran 1 test in 1.892s 2022-05-18T05:55:28.1074720Z 2022-05-18T05:55:28.1074810Z OK (skipped=1) 2022-05-18T05:55:28.1074930Z 2022-05-18T05:55:28.1075020Z Generating XML reports... 2022-05-18T05:55:28.1075640Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055526.xml 2022-05-18T05:55:29.6025830Z 2022-05-18T05:55:29.6026610Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:55:29.6026960Z Running tests... 2022-05-18T05:55:29.6027490Z ---------------------------------------------------------------------- 2022-05-18T05:55:30.0447400Z test_gloo_backend_4gpu_module (__main__.DistributedDataParallelTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13656 2022-05-18T05:55:30.0539370Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13657 2022-05-18T05:55:31.2756390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:55:31.2757290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:55:31.6296830Z skip: Need at least 8 CUDA devices (2.027s) 2022-05-18T05:55:31.6367050Z 2022-05-18T05:55:31.6367890Z ---------------------------------------------------------------------- 2022-05-18T05:55:31.6368250Z Ran 1 test in 2.027s 2022-05-18T05:55:31.6368390Z 2022-05-18T05:55:31.6368470Z OK (skipped=1) 2022-05-18T05:55:31.6368590Z 2022-05-18T05:55:31.6368690Z Generating XML reports... 2022-05-18T05:55:31.6369830Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055529.xml 2022-05-18T05:55:33.0932330Z 2022-05-18T05:55:33.0933120Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:55:33.0933490Z Running tests... 2022-05-18T05:55:33.0933890Z ---------------------------------------------------------------------- 2022-05-18T05:55:33.5290730Z test_gloo_backend_cpu_module (__main__.DistributedDataParallelTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13663 2022-05-18T05:55:33.5369190Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13664 2022-05-18T05:55:34.7463700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:55:34.7464760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:55:34.7643210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8ormvj1_ 2022-05-18T05:55:34.7647590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8ormvj1_/_remote_module_non_scriptable.py 2022-05-18T05:55:34.7748060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3pm8u58s 2022-05-18T05:55:34.7751300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3pm8u58s/_remote_module_non_scriptable.py 2022-05-18T05:55:34.8380730Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:55:34.8381710Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:55:35.0995160Z ok (2.006s) 2022-05-18T05:55:35.1064980Z 2022-05-18T05:55:35.1065700Z ---------------------------------------------------------------------- 2022-05-18T05:55:35.1066450Z Ran 1 test in 2.006s 2022-05-18T05:55:35.1066650Z 2022-05-18T05:55:35.1066720Z OK 2022-05-18T05:55:35.1066830Z 2022-05-18T05:55:35.1066930Z Generating XML reports... 2022-05-18T05:55:35.1067570Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055533.xml 2022-05-18T05:55:36.5877910Z 2022-05-18T05:55:36.5878680Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:55:36.5879030Z Running tests... 2022-05-18T05:55:36.5879420Z ---------------------------------------------------------------------- 2022-05-18T05:55:37.0128970Z test_gloo_backend_cpu_module_grad_is_view (__main__.DistributedDataParallelTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13670 2022-05-18T05:55:37.0203170Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13671 2022-05-18T05:55:38.2296480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:55:38.2297420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:55:38.2927330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwucohetm 2022-05-18T05:55:38.2928430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpongi9ijd 2022-05-18T05:55:38.2931720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwucohetm/_remote_module_non_scriptable.py 2022-05-18T05:55:38.2932720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpongi9ijd/_remote_module_non_scriptable.py 2022-05-18T05:55:38.3527640Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:55:38.3528700Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:55:38.6130020Z ok (2.025s) 2022-05-18T05:55:38.6195150Z 2022-05-18T05:55:38.6196510Z ---------------------------------------------------------------------- 2022-05-18T05:55:38.6197190Z Ran 1 test in 2.026s 2022-05-18T05:55:38.6197620Z 2022-05-18T05:55:38.6197930Z OK 2022-05-18T05:55:38.6198320Z 2022-05-18T05:55:38.6199130Z Generating XML reports... 2022-05-18T05:55:38.6200120Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055536.xml 2022-05-18T05:55:40.0657140Z 2022-05-18T05:55:40.0657930Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:55:40.0658270Z Running tests... 2022-05-18T05:55:40.0658660Z ---------------------------------------------------------------------- 2022-05-18T05:55:40.0681910Z test_ignored_output (__main__.DistributedDataParallelTest) 2022-05-18T05:55:40.4862560Z Test that the output of a model can be ignored and that there is no ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13678 2022-05-18T05:55:40.4936900Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13679 2022-05-18T05:55:41.6876570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:55:41.6877880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:55:41.7499620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoha9uya4 2022-05-18T05:55:41.7502440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdhj6ntg9 2022-05-18T05:55:41.7503490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoha9uya4/_remote_module_non_scriptable.py 2022-05-18T05:55:41.7504830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdhj6ntg9/_remote_module_non_scriptable.py 2022-05-18T05:55:41.8056610Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:55:41.8058090Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:55:41.9993170Z ok (1.933s) 2022-05-18T05:55:42.0066620Z 2022-05-18T05:55:42.0067460Z ---------------------------------------------------------------------- 2022-05-18T05:55:42.0067820Z Ran 1 test in 1.934s 2022-05-18T05:55:42.0067950Z 2022-05-18T05:55:42.0068020Z OK 2022-05-18T05:55:42.0068120Z 2022-05-18T05:55:42.0068220Z Generating XML reports... 2022-05-18T05:55:42.0068810Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055540.xml 2022-05-18T05:55:43.4344500Z 2022-05-18T05:55:43.4345330Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:55:43.4345720Z Running tests... 2022-05-18T05:55:43.4346130Z ---------------------------------------------------------------------- 2022-05-18T05:55:43.4372050Z test_ignored_output_with_unused_parameters (__main__.DistributedDataParallelTest) 2022-05-18T05:55:43.8576930Z Test that the output of a model can be ignored and that there is no ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13685 2022-05-18T05:55:43.8649820Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13686 2022-05-18T05:55:45.0884810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:55:45.0885690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:55:45.1523130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc8cvlrt4 2022-05-18T05:55:45.1524330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwuxwc3qt 2022-05-18T05:55:45.1526620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc8cvlrt4/_remote_module_non_scriptable.py 2022-05-18T05:55:45.1527830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwuxwc3qt/_remote_module_non_scriptable.py 2022-05-18T05:55:45.5537540Z ok (2.119s) 2022-05-18T05:55:45.5607930Z 2022-05-18T05:55:45.5608740Z ---------------------------------------------------------------------- 2022-05-18T05:55:45.5609090Z Ran 1 test in 2.120s 2022-05-18T05:55:45.5609210Z 2022-05-18T05:55:45.5609280Z OK 2022-05-18T05:55:45.5609380Z 2022-05-18T05:55:45.5609480Z Generating XML reports... 2022-05-18T05:55:45.5610080Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055543.xml 2022-05-18T05:55:47.0344500Z 2022-05-18T05:55:47.0345340Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:55:47.0345700Z Running tests... 2022-05-18T05:55:47.0346090Z ---------------------------------------------------------------------- 2022-05-18T05:55:47.4532710Z test_invalid_powerSGD_state (__main__.DistributedDataParallelTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13692 2022-05-18T05:55:47.4601010Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13693 2022-05-18T05:55:48.6503530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:55:48.6504480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:55:48.6510510Z INFO:torch.distributed.algorithms.ddp_comm_hooks.powerSGD_hook:PowerSGD config: matrix_approximation_rank = 1; start_powerSGD_iter = 0; min_compression_rate = 2; orthogonalization_epsilon = 0; use_error_feedback = True; warm_start = True; random_seed = 0; compression_stats_logging_frequency = 10000; batch_tensors_with_same_shape = False 2022-05-18T05:55:48.6512180Z INFO:torch.distributed.algorithms.ddp_comm_hooks.powerSGD_hook:PowerSGD config: matrix_approximation_rank = 1; start_powerSGD_iter = 0; min_compression_rate = 2; orthogonalization_epsilon = 0; use_error_feedback = True; warm_start = True; random_seed = 0; compression_stats_logging_frequency = 10000; batch_tensors_with_same_shape = False 2022-05-18T05:55:48.6513550Z INFO:torch.distributed.algorithms.ddp_comm_hooks.powerSGD_hook:PowerSGD config: matrix_approximation_rank = 1; start_powerSGD_iter = 0; min_compression_rate = 2; orthogonalization_epsilon = 0; use_error_feedback = True; warm_start = False; random_seed = 0; compression_stats_logging_frequency = 10000; batch_tensors_with_same_shape = False 2022-05-18T05:55:48.6515550Z INFO:torch.distributed.algorithms.ddp_comm_hooks.powerSGD_hook:PowerSGD config: matrix_approximation_rank = 1; start_powerSGD_iter = 0; min_compression_rate = 2; orthogonalization_epsilon = 0; use_error_feedback = True; warm_start = False; random_seed = 0; compression_stats_logging_frequency = 10000; batch_tensors_with_same_shape = False 2022-05-18T05:55:48.6516870Z INFO:torch.distributed.algorithms.ddp_comm_hooks.powerSGD_hook:PowerSGD config: matrix_approximation_rank = 1; start_powerSGD_iter = 0; min_compression_rate = 2; orthogonalization_epsilon = 0; use_error_feedback = False; warm_start = True; random_seed = 0; compression_stats_logging_frequency = 10000; batch_tensors_with_same_shape = False 2022-05-18T05:55:48.6518140Z INFO:torch.distributed.algorithms.ddp_comm_hooks.powerSGD_hook:PowerSGD config: matrix_approximation_rank = 1; start_powerSGD_iter = 0; min_compression_rate = 2; orthogonalization_epsilon = 0; use_error_feedback = False; warm_start = True; random_seed = 0; compression_stats_logging_frequency = 10000; batch_tensors_with_same_shape = False 2022-05-18T05:55:48.6519400Z INFO:torch.distributed.algorithms.ddp_comm_hooks.powerSGD_hook:PowerSGD config: matrix_approximation_rank = 1; start_powerSGD_iter = 1; min_compression_rate = 2; orthogonalization_epsilon = 0; use_error_feedback = True; warm_start = True; random_seed = 0; compression_stats_logging_frequency = 10000; batch_tensors_with_same_shape = False 2022-05-18T05:55:48.6520670Z INFO:torch.distributed.algorithms.ddp_comm_hooks.powerSGD_hook:PowerSGD config: matrix_approximation_rank = 1; start_powerSGD_iter = 1; min_compression_rate = 2; orthogonalization_epsilon = 0; use_error_feedback = True; warm_start = True; random_seed = 0; compression_stats_logging_frequency = 10000; batch_tensors_with_same_shape = False 2022-05-18T05:55:48.6522510Z INFO:torch.distributed.algorithms.ddp_comm_hooks.powerSGD_hook:PowerSGD config: matrix_approximation_rank = 1; start_powerSGD_iter = 1; min_compression_rate = 2; orthogonalization_epsilon = 0; use_error_feedback = True; warm_start = False; random_seed = 0; compression_stats_logging_frequency = 10000; batch_tensors_with_same_shape = False 2022-05-18T05:55:48.6523770Z INFO:torch.distributed.algorithms.ddp_comm_hooks.powerSGD_hook:PowerSGD config: matrix_approximation_rank = 1; start_powerSGD_iter = 1; min_compression_rate = 2; orthogonalization_epsilon = 0; use_error_feedback = True; warm_start = False; random_seed = 0; compression_stats_logging_frequency = 10000; batch_tensors_with_same_shape = False 2022-05-18T05:55:48.6525040Z INFO:torch.distributed.algorithms.ddp_comm_hooks.powerSGD_hook:PowerSGD config: matrix_approximation_rank = 1; start_powerSGD_iter = 1; min_compression_rate = 2; orthogonalization_epsilon = 0; use_error_feedback = False; warm_start = True; random_seed = 0; compression_stats_logging_frequency = 10000; batch_tensors_with_same_shape = False 2022-05-18T05:55:48.6526570Z INFO:torch.distributed.algorithms.ddp_comm_hooks.powerSGD_hook:PowerSGD config: matrix_approximation_rank = 1; start_powerSGD_iter = 1; min_compression_rate = 2; orthogonalization_epsilon = 0; use_error_feedback = False; warm_start = True; random_seed = 0; compression_stats_logging_frequency = 10000; batch_tensors_with_same_shape = False 2022-05-18T05:55:48.9342650Z ok (1.900s) 2022-05-18T05:55:48.9412620Z 2022-05-18T05:55:48.9413440Z ---------------------------------------------------------------------- 2022-05-18T05:55:48.9413790Z Ran 1 test in 1.900s 2022-05-18T05:55:48.9413930Z 2022-05-18T05:55:48.9413990Z OK 2022-05-18T05:55:48.9414120Z 2022-05-18T05:55:48.9414220Z Generating XML reports... 2022-05-18T05:55:48.9414830Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055547.xml 2022-05-18T05:55:50.3701820Z 2022-05-18T05:55:50.3702590Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:55:50.3702940Z Running tests... 2022-05-18T05:55:50.3703340Z ---------------------------------------------------------------------- 2022-05-18T05:55:50.7986710Z test_save_load_checkpoint (__main__.DistributedDataParallelTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13700 2022-05-18T05:55:50.8054860Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13701 2022-05-18T05:55:51.9870720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:55:52.0000990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:55:52.3057860Z skip: Need at least 2 CUDA devices (1.935s) 2022-05-18T05:55:52.3125120Z 2022-05-18T05:55:52.3125900Z ---------------------------------------------------------------------- 2022-05-18T05:55:52.3126250Z Ran 1 test in 1.936s 2022-05-18T05:55:52.3126390Z 2022-05-18T05:55:52.3126470Z OK (skipped=1) 2022-05-18T05:55:52.3126600Z 2022-05-18T05:55:52.3126690Z Generating XML reports... 2022-05-18T05:55:52.3127290Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055550.xml 2022-05-18T05:55:53.7313140Z 2022-05-18T05:55:53.7313950Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:55:53.7314310Z Running tests... 2022-05-18T05:55:53.7314700Z ---------------------------------------------------------------------- 2022-05-18T05:55:54.1484910Z test_sparse_gradients (__main__.DistributedDataParallelTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13707 2022-05-18T05:55:54.1560350Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13708 2022-05-18T05:55:55.3358170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:55:55.3361700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:55:55.3532250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx6yiwba8 2022-05-18T05:55:55.3533450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6q8_ihpn 2022-05-18T05:55:55.3535270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx6yiwba8/_remote_module_non_scriptable.py 2022-05-18T05:55:55.3536860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6q8_ihpn/_remote_module_non_scriptable.py 2022-05-18T05:55:55.7593360Z ok (2.028s) 2022-05-18T05:55:55.7659580Z 2022-05-18T05:55:55.7660410Z ---------------------------------------------------------------------- 2022-05-18T05:55:55.7660740Z Ran 1 test in 2.028s 2022-05-18T05:55:55.7660870Z 2022-05-18T05:55:55.7660940Z OK 2022-05-18T05:55:55.7661150Z 2022-05-18T05:55:55.7661250Z Generating XML reports... 2022-05-18T05:55:55.7661870Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055553.xml 2022-05-18T05:55:57.1827650Z 2022-05-18T05:55:57.1828930Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:55:57.1829340Z Running tests... 2022-05-18T05:55:57.1829760Z ---------------------------------------------------------------------- 2022-05-18T05:55:57.6083240Z test_sparse_gradients_grad_is_view (__main__.DistributedDataParallelTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13714 2022-05-18T05:55:57.6161050Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13715 2022-05-18T05:55:58.7918760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:55:58.7953890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:55:58.8125070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcepe7mo9 2022-05-18T05:55:58.8128340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcepe7mo9/_remote_module_non_scriptable.py 2022-05-18T05:55:58.8976100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphhvh9xdp 2022-05-18T05:55:58.8981150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphhvh9xdp/_remote_module_non_scriptable.py 2022-05-18T05:55:59.1336580Z ok (1.951s) 2022-05-18T05:55:59.1407970Z 2022-05-18T05:55:59.1408920Z ---------------------------------------------------------------------- 2022-05-18T05:55:59.1409300Z Ran 1 test in 1.951s 2022-05-18T05:55:59.1409440Z 2022-05-18T05:55:59.1409510Z OK 2022-05-18T05:55:59.1409610Z 2022-05-18T05:55:59.1409720Z Generating XML reports... 2022-05-18T05:55:59.1410330Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055557.xml 2022-05-18T05:56:00.5810500Z 2022-05-18T05:56:00.5811270Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:56:00.5811630Z Running tests... 2022-05-18T05:56:00.5812020Z ---------------------------------------------------------------------- 2022-05-18T05:56:01.0071950Z test_sync_batch_norm_empty_input (__main__.DistributedDataParallelTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13722 2022-05-18T05:56:01.0133840Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13723 2022-05-18T05:56:02.1843440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:56:02.2085610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:56:02.5094680Z skip: Need at least 2 CUDA devices (1.928s) 2022-05-18T05:56:02.5163300Z 2022-05-18T05:56:02.5164120Z ---------------------------------------------------------------------- 2022-05-18T05:56:02.5164470Z Ran 1 test in 1.929s 2022-05-18T05:56:02.5164610Z 2022-05-18T05:56:02.5164710Z OK (skipped=1) 2022-05-18T05:56:02.5164840Z 2022-05-18T05:56:02.5164930Z Generating XML reports... 2022-05-18T05:56:02.5165530Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055600.xml 2022-05-18T05:56:03.9514540Z 2022-05-18T05:56:03.9515300Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:56:03.9515680Z Running tests... 2022-05-18T05:56:03.9516080Z ---------------------------------------------------------------------- 2022-05-18T05:56:04.3806440Z test_sync_batch_norm_only_empty_input (__main__.DistributedDataParallelTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13729 2022-05-18T05:56:04.3878420Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13730 2022-05-18T05:56:05.5670660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:56:05.5751530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:56:05.8487920Z skip: Need at least 2 CUDA devices (1.897s) 2022-05-18T05:56:05.8555220Z 2022-05-18T05:56:05.8556090Z ---------------------------------------------------------------------- 2022-05-18T05:56:05.8556440Z Ran 1 test in 1.898s 2022-05-18T05:56:05.8556600Z 2022-05-18T05:56:05.8556680Z OK (skipped=1) 2022-05-18T05:56:05.8556800Z 2022-05-18T05:56:05.8556890Z Generating XML reports... 2022-05-18T05:56:05.8557500Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-DistributedDataParallelTest-20220518055603.xml 2022-05-18T05:56:07.2843410Z 2022-05-18T05:56:07.2844180Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:56:07.2844550Z Running tests... 2022-05-18T05:56:07.2844960Z ---------------------------------------------------------------------- 2022-05-18T05:56:07.7035680Z test_allgather_basics (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13736 2022-05-18T05:56:07.7120560Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13737 2022-05-18T05:56:07.7306820Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13738 2022-05-18T05:56:07.7308200Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13739 2022-05-18T05:56:09.3945760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:56:09.4057620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:56:09.4376620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:56:09.4574980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:56:09.9123970Z ok (2.628s) 2022-05-18T05:56:09.9201250Z 2022-05-18T05:56:09.9202020Z ---------------------------------------------------------------------- 2022-05-18T05:56:09.9202360Z Ran 1 test in 2.628s 2022-05-18T05:56:09.9202520Z 2022-05-18T05:56:09.9202590Z OK 2022-05-18T05:56:09.9202700Z 2022-05-18T05:56:09.9202900Z Generating XML reports... 2022-05-18T05:56:09.9203500Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055607.xml 2022-05-18T05:56:11.3348140Z 2022-05-18T05:56:11.3348910Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:56:11.3349270Z Running tests... 2022-05-18T05:56:11.3349660Z ---------------------------------------------------------------------- 2022-05-18T05:56:11.7580440Z test_allgather_basics_cuda (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13748 2022-05-18T05:56:11.7737700Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13749 2022-05-18T05:56:11.7839600Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13750 2022-05-18T05:56:11.7942910Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13751 2022-05-18T05:56:13.4397410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:56:13.4671580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:56:13.4717690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:56:13.4809840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:56:13.7349460Z skip: Need at least 2 CUDA devices (2.400s) 2022-05-18T05:56:13.7420740Z 2022-05-18T05:56:13.7421600Z ---------------------------------------------------------------------- 2022-05-18T05:56:13.7421930Z Ran 1 test in 2.400s 2022-05-18T05:56:13.7422060Z 2022-05-18T05:56:13.7422150Z OK (skipped=1) 2022-05-18T05:56:13.7422270Z 2022-05-18T05:56:13.7422870Z Generating XML reports... 2022-05-18T05:56:13.7423530Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055611.xml 2022-05-18T05:56:15.1935450Z 2022-05-18T05:56:15.1936220Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:56:15.1936610Z Running tests... 2022-05-18T05:56:15.1937000Z ---------------------------------------------------------------------- 2022-05-18T05:56:15.6302240Z test_allgather_checks (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13759 2022-05-18T05:56:15.6457310Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13760 2022-05-18T05:56:15.6602690Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13761 2022-05-18T05:56:15.6648120Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13762 2022-05-18T05:56:17.2775150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:56:17.2946380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:56:17.3192540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:56:17.3281610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:56:17.8125460Z ok (2.619s) 2022-05-18T05:56:17.8193390Z 2022-05-18T05:56:17.8194110Z ---------------------------------------------------------------------- 2022-05-18T05:56:17.8194440Z Ran 1 test in 2.619s 2022-05-18T05:56:17.8194590Z 2022-05-18T05:56:17.8194660Z OK 2022-05-18T05:56:17.8194760Z 2022-05-18T05:56:17.8194860Z Generating XML reports... 2022-05-18T05:56:17.8195430Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055615.xml 2022-05-18T05:56:19.2779390Z 2022-05-18T05:56:19.2780210Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:56:19.2780560Z Running tests... 2022-05-18T05:56:19.2780960Z ---------------------------------------------------------------------- 2022-05-18T05:56:19.7111370Z test_allgather_coalesced_async (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13771 2022-05-18T05:56:19.7287750Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13772 2022-05-18T05:56:19.7405560Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13773 2022-05-18T05:56:19.7408250Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13774 2022-05-18T05:56:21.3681410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:56:21.3784870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:56:21.3869620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:56:21.3955600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:56:21.4865900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:56:21.4867700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:56:21.4871590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:56:21.4873500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:56:21.4875760Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:56:21.4877170Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:56:21.4878610Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:56:21.4975830Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:56:21.8839830Z ok (2.606s) 2022-05-18T05:56:21.8912990Z 2022-05-18T05:56:21.8914130Z ---------------------------------------------------------------------- 2022-05-18T05:56:21.8914860Z Ran 1 test in 2.606s 2022-05-18T05:56:21.8915310Z 2022-05-18T05:56:21.8915640Z OK 2022-05-18T05:56:21.8916050Z 2022-05-18T05:56:21.8916420Z Generating XML reports... 2022-05-18T05:56:21.8917350Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055619.xml 2022-05-18T05:56:23.3289400Z 2022-05-18T05:56:23.3290150Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:56:23.3290510Z Running tests... 2022-05-18T05:56:23.3290920Z ---------------------------------------------------------------------- 2022-05-18T05:56:23.7566640Z test_allgather_coalesced_checks (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13782 2022-05-18T05:56:23.7733310Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13783 2022-05-18T05:56:23.7840160Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13784 2022-05-18T05:56:23.7953380Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13785 2022-05-18T05:56:25.4655410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:56:25.4656950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:56:25.4659170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:56:25.4743910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:56:25.8823320Z ok (2.553s) 2022-05-18T05:56:25.8891310Z 2022-05-18T05:56:25.8892150Z ---------------------------------------------------------------------- 2022-05-18T05:56:25.8892520Z Ran 1 test in 2.554s 2022-05-18T05:56:25.8892760Z 2022-05-18T05:56:25.8892830Z OK 2022-05-18T05:56:25.8892940Z 2022-05-18T05:56:25.8893480Z Generating XML reports... 2022-05-18T05:56:25.8894100Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055623.xml 2022-05-18T05:56:27.3540060Z 2022-05-18T05:56:27.3540840Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:56:27.3541270Z Running tests... 2022-05-18T05:56:27.3541680Z ---------------------------------------------------------------------- 2022-05-18T05:56:27.7933810Z test_allgather_noncontiguous_input (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13793 2022-05-18T05:56:27.8091420Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13794 2022-05-18T05:56:27.8195690Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13795 2022-05-18T05:56:27.8375250Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13796 2022-05-18T05:56:29.5191970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:56:29.5480090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:56:29.5487230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:56:29.5552380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:56:30.1336750Z ok (2.779s) 2022-05-18T05:56:30.1409560Z 2022-05-18T05:56:30.1410290Z ---------------------------------------------------------------------- 2022-05-18T05:56:30.1410620Z Ran 1 test in 2.780s 2022-05-18T05:56:30.1411130Z 2022-05-18T05:56:30.1411230Z OK 2022-05-18T05:56:30.1411350Z 2022-05-18T05:56:30.1411450Z Generating XML reports... 2022-05-18T05:56:30.1412140Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055627.xml 2022-05-18T05:56:31.5490570Z 2022-05-18T05:56:31.5491350Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:56:31.5491700Z Running tests... 2022-05-18T05:56:31.5492100Z ---------------------------------------------------------------------- 2022-05-18T05:56:31.9773190Z test_allgather_stress (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13805 2022-05-18T05:56:31.9852300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13806 2022-05-18T05:56:32.0004770Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13807 2022-05-18T05:56:32.0223730Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13808 2022-05-18T05:56:33.5810840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:56:33.6312320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:56:33.6608840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:56:33.6729550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:56:35.7073680Z ok (4.158s) 2022-05-18T05:56:35.7144990Z 2022-05-18T05:56:35.7145790Z ---------------------------------------------------------------------- 2022-05-18T05:56:35.7146190Z Ran 1 test in 4.159s 2022-05-18T05:56:35.7146330Z 2022-05-18T05:56:35.7146380Z OK 2022-05-18T05:56:35.7146490Z 2022-05-18T05:56:35.7146590Z Generating XML reports... 2022-05-18T05:56:35.7147180Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055631.xml 2022-05-18T05:56:37.1691870Z 2022-05-18T05:56:37.1693030Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:56:37.1693440Z Running tests... 2022-05-18T05:56:37.1694550Z ---------------------------------------------------------------------- 2022-05-18T05:56:37.6009050Z test_allgather_stress_cuda (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13816 2022-05-18T05:56:37.6096750Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13817 2022-05-18T05:56:37.6280180Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13818 2022-05-18T05:56:37.6392500Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13819 2022-05-18T05:56:39.2494940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:56:39.2698000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:56:39.2835820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:56:39.4396300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:56:39.7585320Z skip: Need at least 2 CUDA devices (2.589s) 2022-05-18T05:56:39.7657040Z 2022-05-18T05:56:39.7657710Z ---------------------------------------------------------------------- 2022-05-18T05:56:39.7658070Z Ran 1 test in 2.590s 2022-05-18T05:56:39.7658200Z 2022-05-18T05:56:39.7658290Z OK (skipped=1) 2022-05-18T05:56:39.7658400Z 2022-05-18T05:56:39.7658490Z Generating XML reports... 2022-05-18T05:56:39.7659060Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055637.xml 2022-05-18T05:56:41.2052410Z 2022-05-18T05:56:41.2053200Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:56:41.2054240Z Running tests... 2022-05-18T05:56:41.2054720Z ---------------------------------------------------------------------- 2022-05-18T05:56:41.6277550Z test_allreduce_basics (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13828 2022-05-18T05:56:41.6375140Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13829 2022-05-18T05:56:41.6497470Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13830 2022-05-18T05:56:41.6612740Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13831 2022-05-18T05:56:43.3132160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:56:43.3142930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:56:43.3151580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:56:43.3413050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:56:43.7588430Z ok (2.553s) 2022-05-18T05:56:43.7657660Z 2022-05-18T05:56:43.7658890Z ---------------------------------------------------------------------- 2022-05-18T05:56:43.7659220Z Ran 1 test in 2.554s 2022-05-18T05:56:43.7659360Z 2022-05-18T05:56:43.7659580Z OK 2022-05-18T05:56:43.7659690Z 2022-05-18T05:56:43.7659790Z Generating XML reports... 2022-05-18T05:56:43.7660380Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055641.xml 2022-05-18T05:56:45.1786790Z 2022-05-18T05:56:45.1787580Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:56:45.1787930Z Running tests... 2022-05-18T05:56:45.1788330Z ---------------------------------------------------------------------- 2022-05-18T05:56:45.5933570Z test_allreduce_basics_cuda (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13839 2022-05-18T05:56:45.6093880Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13840 2022-05-18T05:56:45.6247810Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13841 2022-05-18T05:56:45.6271340Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13842 2022-05-18T05:56:47.2449440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:56:47.2499610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:56:47.2754600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:56:47.2951300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:56:47.7073970Z skip: Need at least 2 CUDA devices (2.529s) 2022-05-18T05:56:47.7143880Z 2022-05-18T05:56:47.7144610Z ---------------------------------------------------------------------- 2022-05-18T05:56:47.7144930Z Ran 1 test in 2.529s 2022-05-18T05:56:47.7145080Z 2022-05-18T05:56:47.7145160Z OK (skipped=1) 2022-05-18T05:56:47.7145290Z 2022-05-18T05:56:47.7145380Z Generating XML reports... 2022-05-18T05:56:47.7145960Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055645.xml 2022-05-18T05:56:49.1456030Z 2022-05-18T05:56:49.1456800Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:56:49.1457150Z Running tests... 2022-05-18T05:56:49.1457550Z ---------------------------------------------------------------------- 2022-05-18T05:56:49.5920160Z test_allreduce_basics_cuda_using_work_api (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13851 2022-05-18T05:56:49.6089620Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13852 2022-05-18T05:56:49.6228700Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13853 2022-05-18T05:56:49.6252340Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13854 2022-05-18T05:56:51.2217160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:56:51.2880660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:56:51.2967930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:56:51.3038570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:56:51.6334380Z skip: Need at least 2 CUDA devices (2.488s) 2022-05-18T05:56:51.6411470Z 2022-05-18T05:56:51.6412360Z ---------------------------------------------------------------------- 2022-05-18T05:56:51.6412720Z Ran 1 test in 2.488s 2022-05-18T05:56:51.6412860Z 2022-05-18T05:56:51.6412940Z OK (skipped=1) 2022-05-18T05:56:51.6413060Z 2022-05-18T05:56:51.6413180Z Generating XML reports... 2022-05-18T05:56:51.6413870Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055649.xml 2022-05-18T05:56:53.0916420Z 2022-05-18T05:56:53.0916770Z Running tests... 2022-05-18T05:56:53.0917390Z ---------------------------------------------------------------------- 2022-05-18T05:56:53.0917940Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:56:53.5159920Z test_allreduce_basics_using_work_api (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13862 2022-05-18T05:56:53.5323390Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13863 2022-05-18T05:56:53.5435380Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13864 2022-05-18T05:56:53.5568120Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13865 2022-05-18T05:56:55.1679860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:56:55.1937090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:56:55.1991100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:56:55.2153080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:56:55.6864550Z ok (2.595s) 2022-05-18T05:56:55.6933420Z 2022-05-18T05:56:55.6934260Z ---------------------------------------------------------------------- 2022-05-18T05:56:55.6934580Z Ran 1 test in 2.595s 2022-05-18T05:56:55.6934740Z 2022-05-18T05:56:55.6934800Z OK 2022-05-18T05:56:55.6934920Z 2022-05-18T05:56:55.6935010Z Generating XML reports... 2022-05-18T05:56:55.6935600Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055653.xml 2022-05-18T05:56:57.1346850Z 2022-05-18T05:56:57.1347660Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:56:57.1348030Z Running tests... 2022-05-18T05:56:57.1348430Z ---------------------------------------------------------------------- 2022-05-18T05:56:57.5635280Z test_allreduce_checks (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13873 2022-05-18T05:56:57.5799810Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13874 2022-05-18T05:56:57.5906990Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13875 2022-05-18T05:56:57.6053690Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13876 2022-05-18T05:56:59.2286000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:56:59.2300020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:56:59.2478910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:56:59.2701450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:56:59.7869000Z ok (2.652s) 2022-05-18T05:56:59.7941740Z 2022-05-18T05:56:59.7942480Z ---------------------------------------------------------------------- 2022-05-18T05:56:59.7942860Z Ran 1 test in 2.652s 2022-05-18T05:56:59.7943000Z 2022-05-18T05:56:59.7943060Z OK 2022-05-18T05:56:59.7943170Z 2022-05-18T05:56:59.7943260Z Generating XML reports... 2022-05-18T05:56:59.7943840Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055657.xml 2022-05-18T05:57:01.2334620Z 2022-05-18T05:57:01.2335410Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:57:01.2336470Z Running tests... 2022-05-18T05:57:01.2336950Z ---------------------------------------------------------------------- 2022-05-18T05:57:01.6619160Z test_allreduce_coalesced_async (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13885 2022-05-18T05:57:01.6790840Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13886 2022-05-18T05:57:01.6896630Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13887 2022-05-18T05:57:01.6934030Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13888 2022-05-18T05:57:03.3373850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:57:03.3531450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:57:03.3819160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:57:03.4029840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:57:03.4055640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:57:03.4747220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:57:03.4864450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:57:03.4865520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:57:03.4867960Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:57:03.4870100Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:57:03.5046480Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:57:03.5048060Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:57:04.0084240Z ok (2.775s) 2022-05-18T05:57:04.0155190Z 2022-05-18T05:57:04.0156050Z ---------------------------------------------------------------------- 2022-05-18T05:57:04.0156390Z Ran 1 test in 2.775s 2022-05-18T05:57:04.0156520Z 2022-05-18T05:57:04.0156590Z OK 2022-05-18T05:57:04.0156710Z 2022-05-18T05:57:04.0156810Z Generating XML reports... 2022-05-18T05:57:04.0157390Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055701.xml 2022-05-18T05:57:05.4628230Z 2022-05-18T05:57:05.4628990Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:57:05.4629580Z Running tests... 2022-05-18T05:57:05.4630000Z ---------------------------------------------------------------------- 2022-05-18T05:57:05.8950230Z test_allreduce_coalesced_basics (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13896 2022-05-18T05:57:05.9109150Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13897 2022-05-18T05:57:05.9212880Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13898 2022-05-18T05:57:05.9388790Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13899 2022-05-18T05:57:07.5549780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:57:07.5561840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:57:07.5594490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:57:07.5813350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:57:08.0941720Z ok (2.631s) 2022-05-18T05:57:08.1022090Z 2022-05-18T05:57:08.1022860Z ---------------------------------------------------------------------- 2022-05-18T05:57:08.1023230Z Ran 1 test in 2.632s 2022-05-18T05:57:08.1023390Z 2022-05-18T05:57:08.1023460Z OK 2022-05-18T05:57:08.1023560Z 2022-05-18T05:57:08.1023660Z Generating XML reports... 2022-05-18T05:57:08.1024390Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055705.xml 2022-05-18T05:57:09.5411880Z 2022-05-18T05:57:09.5412650Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:57:09.5413010Z Running tests... 2022-05-18T05:57:09.5413420Z ---------------------------------------------------------------------- 2022-05-18T05:57:09.9988410Z test_allreduce_coalesced_checks (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13908 2022-05-18T05:57:10.0156470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13909 2022-05-18T05:57:10.0268110Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13910 2022-05-18T05:57:10.0373340Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13911 2022-05-18T05:57:11.6578380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:57:11.6831590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:57:11.7077850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:57:11.7317490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:57:12.1336930Z ok (2.592s) 2022-05-18T05:57:12.1407590Z 2022-05-18T05:57:12.1408320Z ---------------------------------------------------------------------- 2022-05-18T05:57:12.1408680Z Ran 1 test in 2.593s 2022-05-18T05:57:12.1408820Z 2022-05-18T05:57:12.1408890Z OK 2022-05-18T05:57:12.1408990Z 2022-05-18T05:57:12.1409100Z Generating XML reports... 2022-05-18T05:57:12.1409690Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055709.xml 2022-05-18T05:57:13.5947520Z 2022-05-18T05:57:13.5948300Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:57:13.5948660Z Running tests... 2022-05-18T05:57:13.5949240Z ---------------------------------------------------------------------- 2022-05-18T05:57:14.0287650Z test_allreduce_coalesced_checks_cuda (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13919 2022-05-18T05:57:14.0470100Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13920 2022-05-18T05:57:14.0592200Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13921 2022-05-18T05:57:14.0685670Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13922 2022-05-18T05:57:15.7141440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:57:15.7350490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:57:15.7692330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:57:15.7963160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:57:16.1335780Z skip: Need at least 1 CUDA device (2.539s) 2022-05-18T05:57:16.1409190Z 2022-05-18T05:57:16.1409990Z ---------------------------------------------------------------------- 2022-05-18T05:57:16.1410330Z Ran 1 test in 2.539s 2022-05-18T05:57:16.1410460Z 2022-05-18T05:57:16.1410550Z OK (skipped=1) 2022-05-18T05:57:16.1410800Z 2022-05-18T05:57:16.1410900Z Generating XML reports... 2022-05-18T05:57:16.1411490Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055713.xml 2022-05-18T05:57:17.5753050Z 2022-05-18T05:57:17.5753870Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:57:17.5754270Z Running tests... 2022-05-18T05:57:17.5754680Z ---------------------------------------------------------------------- 2022-05-18T05:57:17.9954250Z test_allreduce_coalesced_stress (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13930 2022-05-18T05:57:18.0051930Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13931 2022-05-18T05:57:18.0185490Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13932 2022-05-18T05:57:18.0307010Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13933 2022-05-18T05:57:19.6142670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:57:19.6461540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:57:19.6855320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:57:19.7046710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:57:21.2587510Z ok (3.683s) 2022-05-18T05:57:21.2654340Z 2022-05-18T05:57:21.2654840Z ---------------------------------------------------------------------- 2022-05-18T05:57:21.2655170Z Ran 1 test in 3.684s 2022-05-18T05:57:21.2655940Z 2022-05-18T05:57:21.2656010Z OK 2022-05-18T05:57:21.2656120Z 2022-05-18T05:57:21.2656210Z Generating XML reports... 2022-05-18T05:57:21.2656810Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055717.xml 2022-05-18T05:57:22.6733290Z 2022-05-18T05:57:22.6733630Z Running tests... 2022-05-18T05:57:22.6734340Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:57:23.0978700Z ---------------------------------------------------------------------- 2022-05-18T05:57:23.0979260Z test_allreduce_stress (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13942 2022-05-18T05:57:23.1104280Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13943 2022-05-18T05:57:23.1249700Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13944 2022-05-18T05:57:23.1361090Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13945 2022-05-18T05:57:24.7119060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:57:24.7610650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:57:24.7631380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:57:24.7726160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:57:25.9625700Z ok (3.289s) 2022-05-18T05:57:25.9691000Z 2022-05-18T05:57:25.9691960Z ---------------------------------------------------------------------- 2022-05-18T05:57:25.9692310Z Ran 1 test in 3.290s 2022-05-18T05:57:25.9692460Z 2022-05-18T05:57:25.9692530Z OK 2022-05-18T05:57:25.9692750Z 2022-05-18T05:57:25.9692850Z Generating XML reports... 2022-05-18T05:57:25.9693420Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055722.xml 2022-05-18T05:57:27.3104980Z 2022-05-18T05:57:27.3105860Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:57:27.3106240Z Running tests... 2022-05-18T05:57:27.3106640Z ---------------------------------------------------------------------- 2022-05-18T05:57:27.7062060Z test_allreduce_stress_cuda (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13953 2022-05-18T05:57:27.7214970Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13954 2022-05-18T05:57:27.7323480Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13955 2022-05-18T05:57:27.7426760Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13956 2022-05-18T05:57:29.2845170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:57:29.3243970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:57:29.3423420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:57:29.3533280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:57:29.6927550Z skip: Need at least 2 CUDA devices (2.382s) 2022-05-18T05:57:29.6996160Z 2022-05-18T05:57:29.6997030Z ---------------------------------------------------------------------- 2022-05-18T05:57:29.6997360Z Ran 1 test in 2.383s 2022-05-18T05:57:29.6997500Z 2022-05-18T05:57:29.6997580Z OK (skipped=1) 2022-05-18T05:57:29.6997700Z 2022-05-18T05:57:29.6997790Z Generating XML reports... 2022-05-18T05:57:29.6998400Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055727.xml 2022-05-18T05:57:31.0891100Z 2022-05-18T05:57:31.0891870Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:57:31.0892220Z Running tests... 2022-05-18T05:57:31.0893350Z ---------------------------------------------------------------------- 2022-05-18T05:57:31.4930390Z test_barrier_implies_wait (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13965 2022-05-18T05:57:31.4993360Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13966 2022-05-18T05:57:31.5097440Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13967 2022-05-18T05:57:31.5235070Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13968 2022-05-18T05:57:33.0863820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:57:33.1098640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:57:33.1270630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:57:33.1450280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:57:33.6034860Z ok (2.514s) 2022-05-18T05:57:33.6103670Z 2022-05-18T05:57:33.6104440Z ---------------------------------------------------------------------- 2022-05-18T05:57:33.6104730Z Ran 1 test in 2.515s 2022-05-18T05:57:33.6104970Z 2022-05-18T05:57:33.6105120Z OK 2022-05-18T05:57:33.6105230Z 2022-05-18T05:57:33.6105340Z Generating XML reports... 2022-05-18T05:57:33.6105930Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055731.xml 2022-05-18T05:57:35.0140510Z 2022-05-18T05:57:35.0141870Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:57:35.0142290Z Running tests... 2022-05-18T05:57:35.0142720Z ---------------------------------------------------------------------- 2022-05-18T05:57:35.4333930Z test_broadcast_basics (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13976 2022-05-18T05:57:35.4497170Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13977 2022-05-18T05:57:35.4614820Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13978 2022-05-18T05:57:35.4738720Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13979 2022-05-18T05:57:37.0754680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:57:37.0790870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:57:37.1240560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:57:37.1241460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:57:37.5068870Z ok (2.493s) 2022-05-18T05:57:37.5139010Z 2022-05-18T05:57:37.5139800Z ---------------------------------------------------------------------- 2022-05-18T05:57:37.5140160Z Ran 1 test in 2.493s 2022-05-18T05:57:37.5140300Z 2022-05-18T05:57:37.5140360Z OK 2022-05-18T05:57:37.5140460Z 2022-05-18T05:57:37.5140570Z Generating XML reports... 2022-05-18T05:57:37.5141150Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055735.xml 2022-05-18T05:57:38.8943390Z 2022-05-18T05:57:38.8944170Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:57:38.8944530Z Running tests... 2022-05-18T05:57:38.8945560Z ---------------------------------------------------------------------- 2022-05-18T05:57:39.3054230Z test_broadcast_basics_cuda (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13988 2022-05-18T05:57:39.3212010Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13989 2022-05-18T05:57:39.3324250Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13990 2022-05-18T05:57:39.3329950Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 13991 2022-05-18T05:57:40.9823180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:57:41.0133880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:57:41.0165910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:57:41.0184830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:57:41.3836690Z skip: Need at least 2 CUDA devices (2.489s) 2022-05-18T05:57:41.3912670Z 2022-05-18T05:57:41.3913570Z ---------------------------------------------------------------------- 2022-05-18T05:57:41.3913920Z Ran 1 test in 2.490s 2022-05-18T05:57:41.3914060Z 2022-05-18T05:57:41.3914230Z OK (skipped=1) 2022-05-18T05:57:41.3914410Z 2022-05-18T05:57:41.3914500Z Generating XML reports... 2022-05-18T05:57:41.3915090Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055738.xml 2022-05-18T05:57:42.8133630Z 2022-05-18T05:57:42.8134430Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:57:42.8135310Z Running tests... 2022-05-18T05:57:42.8144700Z ---------------------------------------------------------------------- 2022-05-18T05:57:43.2303160Z test_broadcast_checks (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14000 2022-05-18T05:57:43.2462960Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14001 2022-05-18T05:57:43.2575560Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14002 2022-05-18T05:57:43.2637350Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14003 2022-05-18T05:57:44.8370030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:57:44.8375130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:57:44.9026470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:57:44.9031420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:57:45.4066130Z ok (2.593s) 2022-05-18T05:57:45.4136810Z 2022-05-18T05:57:45.4137430Z ---------------------------------------------------------------------- 2022-05-18T05:57:45.4137760Z Ran 1 test in 2.594s 2022-05-18T05:57:45.4137890Z 2022-05-18T05:57:45.4137960Z OK 2022-05-18T05:57:45.4138070Z 2022-05-18T05:57:45.4138180Z Generating XML reports... 2022-05-18T05:57:45.4138760Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055742.xml 2022-05-18T05:57:46.8142790Z 2022-05-18T05:57:46.8143500Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:57:46.8143880Z Running tests... 2022-05-18T05:57:46.8144280Z ---------------------------------------------------------------------- 2022-05-18T05:57:47.2259140Z test_broadcast_stress (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14011 2022-05-18T05:57:47.2419180Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14012 2022-05-18T05:57:47.2531280Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14013 2022-05-18T05:57:47.2706840Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14014 2022-05-18T05:57:48.8221980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:57:48.8522470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:57:48.8681590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:57:48.8746500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:57:49.7585490Z ok (2.944s) 2022-05-18T05:57:49.7657550Z 2022-05-18T05:57:49.7658230Z ---------------------------------------------------------------------- 2022-05-18T05:57:49.7658550Z Ran 1 test in 2.945s 2022-05-18T05:57:49.7658690Z 2022-05-18T05:57:49.7658750Z OK 2022-05-18T05:57:49.7658850Z 2022-05-18T05:57:49.7658950Z Generating XML reports... 2022-05-18T05:57:49.7659530Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055746.xml 2022-05-18T05:57:51.1706200Z 2022-05-18T05:57:51.1706980Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:57:51.1707510Z Running tests... 2022-05-18T05:57:51.1708050Z ---------------------------------------------------------------------- 2022-05-18T05:57:51.5931740Z test_broadcast_stress_cuda (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14023 2022-05-18T05:57:51.6097100Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14024 2022-05-18T05:57:51.6207290Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14025 2022-05-18T05:57:51.6215110Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14026 2022-05-18T05:57:53.1868830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:57:53.2188360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:57:53.2396680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:57:53.3036170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:57:53.5627090Z skip: Need at least 2 CUDA devices (2.392s) 2022-05-18T05:57:53.5694860Z 2022-05-18T05:57:53.5695500Z ---------------------------------------------------------------------- 2022-05-18T05:57:53.5695850Z Ran 1 test in 2.392s 2022-05-18T05:57:53.5695990Z 2022-05-18T05:57:53.5696070Z OK (skipped=1) 2022-05-18T05:57:53.5696200Z 2022-05-18T05:57:53.5696280Z Generating XML reports... 2022-05-18T05:57:53.5696870Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055751.xml 2022-05-18T05:57:54.9391710Z 2022-05-18T05:57:54.9392490Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:57:54.9392850Z Running tests... 2022-05-18T05:57:54.9393270Z ---------------------------------------------------------------------- 2022-05-18T05:57:55.3471470Z test_empty_tensors (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14034 2022-05-18T05:57:55.3641070Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14035 2022-05-18T05:57:55.3761070Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14036 2022-05-18T05:57:55.3915680Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14037 2022-05-18T05:57:56.9607510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:57:56.9812650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:57:56.9860230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:57:56.9861330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:57:57.3835760Z ok (2.444s) 2022-05-18T05:57:57.3906940Z 2022-05-18T05:57:57.3907520Z ---------------------------------------------------------------------- 2022-05-18T05:57:57.3907870Z Ran 1 test in 2.445s 2022-05-18T05:57:57.3908000Z 2022-05-18T05:57:57.3908070Z OK 2022-05-18T05:57:57.3908180Z 2022-05-18T05:57:57.3908270Z Generating XML reports... 2022-05-18T05:57:57.3909390Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055754.xml 2022-05-18T05:57:58.7677540Z 2022-05-18T05:57:58.7678300Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:57:58.7678650Z Running tests... 2022-05-18T05:57:58.7679050Z ---------------------------------------------------------------------- 2022-05-18T05:57:59.1811250Z test_gather_basics (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14045 2022-05-18T05:57:59.1932460Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14046 2022-05-18T05:57:59.2098920Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14047 2022-05-18T05:57:59.2114930Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14048 2022-05-18T05:58:00.8860590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:58:00.8871080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:58:00.9104710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:58:00.9250270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:58:01.3793280Z ok (2.611s) 2022-05-18T05:58:01.3862110Z 2022-05-18T05:58:01.3863000Z ---------------------------------------------------------------------- 2022-05-18T05:58:01.3863310Z Ran 1 test in 2.612s 2022-05-18T05:58:01.3863450Z 2022-05-18T05:58:01.3863530Z OK 2022-05-18T05:58:01.3864000Z 2022-05-18T05:58:01.3864150Z Generating XML reports... 2022-05-18T05:58:01.3864760Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055758.xml 2022-05-18T05:58:02.7796610Z 2022-05-18T05:58:02.7797400Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:58:02.7797780Z Running tests... 2022-05-18T05:58:02.7798180Z ---------------------------------------------------------------------- 2022-05-18T05:58:03.2164080Z test_gather_basics_cuda (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14057 2022-05-18T05:58:03.2274880Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14058 2022-05-18T05:58:03.2419880Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14059 2022-05-18T05:58:03.2535640Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14060 2022-05-18T05:58:04.9426450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:58:04.9528090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:58:04.9741760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:58:05.0048760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:58:05.2585530Z skip: Need at least 2 CUDA devices (2.479s) 2022-05-18T05:58:05.2657020Z 2022-05-18T05:58:05.2657680Z ---------------------------------------------------------------------- 2022-05-18T05:58:05.2658030Z Ran 1 test in 2.479s 2022-05-18T05:58:05.2658170Z 2022-05-18T05:58:05.2658550Z OK (skipped=1) 2022-05-18T05:58:05.2658860Z 2022-05-18T05:58:05.2659280Z Generating XML reports... 2022-05-18T05:58:05.2659970Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055802.xml 2022-05-18T05:58:06.7465710Z 2022-05-18T05:58:06.7466480Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:58:06.7466850Z Running tests... 2022-05-18T05:58:06.7467260Z ---------------------------------------------------------------------- 2022-05-18T05:58:07.1787600Z test_gather_checks (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14068 2022-05-18T05:58:07.1886440Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14069 2022-05-18T05:58:07.2043040Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14070 2022-05-18T05:58:07.2189210Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14071 2022-05-18T05:58:08.8548890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:58:08.8604300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:58:08.8785790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:58:08.8951710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:58:09.3725030Z ok (2.626s) 2022-05-18T05:58:09.3804540Z 2022-05-18T05:58:09.3805430Z ---------------------------------------------------------------------- 2022-05-18T05:58:09.3805790Z Ran 1 test in 2.626s 2022-05-18T05:58:09.3805920Z 2022-05-18T05:58:09.3805990Z OK 2022-05-18T05:58:09.3806090Z 2022-05-18T05:58:09.3806200Z Generating XML reports... 2022-05-18T05:58:09.3806780Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055806.xml 2022-05-18T05:58:10.8053500Z 2022-05-18T05:58:10.8054210Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:58:10.8054580Z Running tests... 2022-05-18T05:58:10.8055460Z ---------------------------------------------------------------------- 2022-05-18T05:58:11.2218520Z test_gather_noncontiguous_input (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14080 2022-05-18T05:58:11.2286950Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14081 2022-05-18T05:58:11.2483080Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14082 2022-05-18T05:58:11.2511480Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14083 2022-05-18T05:58:12.8635720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:58:12.8647580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:58:12.8811840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:58:12.9188690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:58:13.3826340Z ok (2.576s) 2022-05-18T05:58:13.3894830Z 2022-05-18T05:58:13.3895950Z ---------------------------------------------------------------------- 2022-05-18T05:58:13.3896470Z Ran 1 test in 2.578s 2022-05-18T05:58:13.3896770Z 2022-05-18T05:58:13.3896930Z OK 2022-05-18T05:58:13.3897260Z 2022-05-18T05:58:13.3897390Z Generating XML reports... 2022-05-18T05:58:13.3898080Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055810.xml 2022-05-18T05:58:14.7906590Z 2022-05-18T05:58:14.7906870Z Running tests... 2022-05-18T05:58:14.7907520Z ---------------------------------------------------------------------- 2022-05-18T05:58:14.7908040Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:58:15.2142690Z test_gather_stress (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14091 2022-05-18T05:58:15.2305250Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14092 2022-05-18T05:58:15.2413920Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14093 2022-05-18T05:58:15.2447100Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14094 2022-05-18T05:58:16.8558990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:58:16.8664630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:58:16.8719200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:58:16.8961910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:58:18.8835770Z ok (4.093s) 2022-05-18T05:58:18.8906530Z 2022-05-18T05:58:18.8907200Z ---------------------------------------------------------------------- 2022-05-18T05:58:18.8907540Z Ran 1 test in 4.093s 2022-05-18T05:58:18.8907680Z 2022-05-18T05:58:18.8907760Z OK 2022-05-18T05:58:18.8907870Z 2022-05-18T05:58:18.8907970Z Generating XML reports... 2022-05-18T05:58:18.8908550Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055814.xml 2022-05-18T05:58:20.2759910Z 2022-05-18T05:58:20.2760680Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:58:20.2761650Z Running tests... 2022-05-18T05:58:20.2762300Z ---------------------------------------------------------------------- 2022-05-18T05:58:20.7080960Z test_gather_stress_cuda (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14103 2022-05-18T05:58:20.7192190Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14104 2022-05-18T05:58:20.7330600Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14105 2022-05-18T05:58:20.7434760Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14106 2022-05-18T05:58:22.3183790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:58:22.3426160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:58:22.3687810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:58:22.3947640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:58:22.6341700Z skip: Need at least 2 CUDA devices (2.358s) 2022-05-18T05:58:22.6411160Z 2022-05-18T05:58:22.6411760Z ---------------------------------------------------------------------- 2022-05-18T05:58:22.6412090Z Ran 1 test in 2.359s 2022-05-18T05:58:22.6412230Z 2022-05-18T05:58:22.6412310Z OK (skipped=1) 2022-05-18T05:58:22.6412430Z 2022-05-18T05:58:22.6412520Z Generating XML reports... 2022-05-18T05:58:22.6413110Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055820.xml 2022-05-18T05:58:24.0216170Z 2022-05-18T05:58:24.0216670Z Running tests... 2022-05-18T05:58:24.0217340Z ---------------------------------------------------------------------- 2022-05-18T05:58:24.0217870Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:58:24.4549640Z test_multi_device_constructor (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14114 2022-05-18T05:58:24.4673690Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14115 2022-05-18T05:58:24.4843650Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14116 2022-05-18T05:58:24.4955170Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14117 2022-05-18T05:58:26.1437720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:58:26.1694730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:58:26.1716610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:58:26.1878190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:58:26.6862430Z ok (2.664s) 2022-05-18T05:58:26.6932310Z 2022-05-18T05:58:26.6933030Z ---------------------------------------------------------------------- 2022-05-18T05:58:26.6933360Z Ran 1 test in 2.665s 2022-05-18T05:58:26.6933500Z 2022-05-18T05:58:26.6933570Z OK 2022-05-18T05:58:26.6933670Z 2022-05-18T05:58:26.6933770Z Generating XML reports... 2022-05-18T05:58:26.6934340Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055824.xml 2022-05-18T05:58:28.1577750Z 2022-05-18T05:58:28.1578380Z Running tests... 2022-05-18T05:58:28.1579340Z ---------------------------------------------------------------------- 2022-05-18T05:58:28.1579900Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:58:28.5999170Z test_reduce_basics (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14125 2022-05-18T05:58:28.6123200Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14126 2022-05-18T05:58:28.6293900Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14127 2022-05-18T05:58:28.6416080Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14128 2022-05-18T05:58:30.3138710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:58:30.3196970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:58:30.3309960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:58:30.3467390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:58:30.8363440Z ok (2.678s) 2022-05-18T05:58:30.8438900Z 2022-05-18T05:58:30.8439670Z ---------------------------------------------------------------------- 2022-05-18T05:58:30.8440000Z Ran 1 test in 2.679s 2022-05-18T05:58:30.8440140Z 2022-05-18T05:58:30.8440210Z OK 2022-05-18T05:58:30.8440310Z 2022-05-18T05:58:30.8440440Z Generating XML reports... 2022-05-18T05:58:30.8441030Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055828.xml 2022-05-18T05:58:32.3071530Z 2022-05-18T05:58:32.3071880Z Running tests... 2022-05-18T05:58:32.3072530Z ---------------------------------------------------------------------- 2022-05-18T05:58:32.3073060Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:58:32.7445580Z test_reduce_basics_cuda (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14137 2022-05-18T05:58:32.7514860Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14138 2022-05-18T05:58:32.7677490Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14139 2022-05-18T05:58:32.7800650Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14140 2022-05-18T05:58:34.4244890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:58:34.4512180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:58:34.4615110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:58:34.5514330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:58:34.8771550Z skip: Need at least 2 CUDA devices (2.570s) 2022-05-18T05:58:34.8855770Z 2022-05-18T05:58:34.8856540Z ---------------------------------------------------------------------- 2022-05-18T05:58:34.8856910Z Ran 1 test in 2.570s 2022-05-18T05:58:34.8857060Z 2022-05-18T05:58:34.8857140Z OK (skipped=1) 2022-05-18T05:58:34.8857270Z 2022-05-18T05:58:34.8857360Z Generating XML reports... 2022-05-18T05:58:34.8857940Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055832.xml 2022-05-18T05:58:36.3366110Z 2022-05-18T05:58:36.3366910Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:58:36.3367270Z Running tests... 2022-05-18T05:58:36.3367660Z ---------------------------------------------------------------------- 2022-05-18T05:58:36.7663060Z test_reduce_checks (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14148 2022-05-18T05:58:36.7838040Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14149 2022-05-18T05:58:36.7958360Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14150 2022-05-18T05:58:36.8152290Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14151 2022-05-18T05:58:38.4575920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:58:38.4866160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:58:38.5049110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:58:38.5301590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:58:38.9759700Z ok (2.639s) 2022-05-18T05:58:38.9839030Z 2022-05-18T05:58:38.9840050Z ---------------------------------------------------------------------- 2022-05-18T05:58:38.9840410Z Ran 1 test in 2.640s 2022-05-18T05:58:38.9840540Z 2022-05-18T05:58:38.9840610Z OK 2022-05-18T05:58:38.9840720Z 2022-05-18T05:58:38.9840820Z Generating XML reports... 2022-05-18T05:58:38.9842000Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055836.xml 2022-05-18T05:58:40.4554690Z 2022-05-18T05:58:40.4554960Z Running tests... 2022-05-18T05:58:40.4555600Z ---------------------------------------------------------------------- 2022-05-18T05:58:40.4556120Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:58:40.9188380Z test_reduce_stress (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14160 2022-05-18T05:58:40.9272530Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14161 2022-05-18T05:58:40.9430600Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14162 2022-05-18T05:58:40.9557780Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14163 2022-05-18T05:58:42.5685690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:58:42.5934780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:58:42.5972020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:58:42.6124580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:58:44.6335230Z ok (4.178s) 2022-05-18T05:58:44.6408330Z 2022-05-18T05:58:44.6408950Z ---------------------------------------------------------------------- 2022-05-18T05:58:44.6409280Z Ran 1 test in 4.178s 2022-05-18T05:58:44.6409420Z 2022-05-18T05:58:44.6409490Z OK 2022-05-18T05:58:44.6409580Z 2022-05-18T05:58:44.6409680Z Generating XML reports... 2022-05-18T05:58:44.6410260Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055840.xml 2022-05-18T05:58:46.1038970Z 2022-05-18T05:58:46.1039760Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:58:46.1040120Z Running tests... 2022-05-18T05:58:46.1040870Z ---------------------------------------------------------------------- 2022-05-18T05:58:46.5278390Z test_reduce_stress_cuda (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14171 2022-05-18T05:58:46.5352420Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14172 2022-05-18T05:58:46.5509780Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14173 2022-05-18T05:58:46.5629670Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14174 2022-05-18T05:58:48.1699460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:58:48.1857820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:58:48.1908470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:58:48.2009910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:58:48.5091720Z skip: Need at least 2 CUDA devices (2.405s) 2022-05-18T05:58:48.5163640Z 2022-05-18T05:58:48.5164470Z ---------------------------------------------------------------------- 2022-05-18T05:58:48.5164970Z Ran 1 test in 2.406s 2022-05-18T05:58:48.5165360Z 2022-05-18T05:58:48.5165480Z OK (skipped=1) 2022-05-18T05:58:48.5165610Z 2022-05-18T05:58:48.5165810Z Generating XML reports... 2022-05-18T05:58:48.5166400Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055846.xml 2022-05-18T05:58:49.9841360Z 2022-05-18T05:58:49.9841850Z Running tests... 2022-05-18T05:58:49.9842750Z ---------------------------------------------------------------------- 2022-05-18T05:58:49.9843280Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:58:50.4188660Z test_round_robin (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14182 2022-05-18T05:58:50.4359310Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14183 2022-05-18T05:58:50.4463930Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14184 2022-05-18T05:58:50.4578120Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14185 2022-05-18T05:58:52.1059040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:58:52.1510440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:58:52.1589320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:58:52.2087780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:58:52.6227320Z ok (2.638s) 2022-05-18T05:58:52.6300920Z 2022-05-18T05:58:52.6301680Z ---------------------------------------------------------------------- 2022-05-18T05:58:52.6302060Z Ran 1 test in 2.639s 2022-05-18T05:58:52.6302200Z 2022-05-18T05:58:52.6302270Z OK 2022-05-18T05:58:52.6302380Z 2022-05-18T05:58:52.6302480Z Generating XML reports... 2022-05-18T05:58:52.6303070Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055849.xml 2022-05-18T05:58:54.0802300Z 2022-05-18T05:58:54.0802630Z Running tests... 2022-05-18T05:58:54.0803250Z ---------------------------------------------------------------------- 2022-05-18T05:58:54.0803780Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:58:54.5121230Z test_round_robin_create_destroy (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14194 2022-05-18T05:58:54.5203470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14195 2022-05-18T05:58:54.5393230Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14196 2022-05-18T05:58:54.5566180Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14197 2022-05-18T05:58:56.1864280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:58:56.1966940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:58:56.2014040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:58:56.2186730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:58:56.8359590Z ok (2.755s) 2022-05-18T05:58:56.8429610Z 2022-05-18T05:58:56.8430420Z ---------------------------------------------------------------------- 2022-05-18T05:58:56.8430760Z Ran 1 test in 2.756s 2022-05-18T05:58:56.8430880Z 2022-05-18T05:58:56.8431170Z OK 2022-05-18T05:58:56.8431280Z 2022-05-18T05:58:56.8431390Z Generating XML reports... 2022-05-18T05:58:56.8432160Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055854.xml 2022-05-18T05:58:58.2583040Z 2022-05-18T05:58:58.2583370Z Running tests... 2022-05-18T05:58:58.2584000Z ---------------------------------------------------------------------- 2022-05-18T05:58:58.2584520Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:58:58.6836820Z test_scatter_basics (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14205 2022-05-18T05:58:58.7041140Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14206 2022-05-18T05:58:58.7152960Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14207 2022-05-18T05:58:58.7259110Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14208 2022-05-18T05:59:00.3622950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:59:00.3998250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:59:00.3999290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:59:00.4073460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:59:00.8833260Z ok (2.625s) 2022-05-18T05:59:00.8906830Z 2022-05-18T05:59:00.8907610Z ---------------------------------------------------------------------- 2022-05-18T05:59:00.8908490Z Ran 1 test in 2.625s 2022-05-18T05:59:00.8908630Z 2022-05-18T05:59:00.8908690Z OK 2022-05-18T05:59:00.8908800Z 2022-05-18T05:59:00.8908900Z Generating XML reports... 2022-05-18T05:59:00.8909490Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055858.xml 2022-05-18T05:59:02.3727710Z 2022-05-18T05:59:02.3728490Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:59:02.3728870Z Running tests... 2022-05-18T05:59:02.3729610Z ---------------------------------------------------------------------- 2022-05-18T05:59:02.7987080Z test_scatter_basics_cuda (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14217 2022-05-18T05:59:02.8063420Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14218 2022-05-18T05:59:02.8223320Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14219 2022-05-18T05:59:02.8353130Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14220 2022-05-18T05:59:04.4884090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:59:04.5090360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:59:04.5256480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:59:04.5263460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:59:04.8840040Z skip: Need at least 2 CUDA devices (2.511s) 2022-05-18T05:59:04.8913230Z 2022-05-18T05:59:06.3567990Z ---------------------------------------------------------------------- 2022-05-18T05:59:06.3568320Z Ran 1 test in 2.512s 2022-05-18T05:59:06.3569300Z 2022-05-18T05:59:06.3569390Z OK (skipped=1) 2022-05-18T05:59:06.3569510Z 2022-05-18T05:59:06.3569610Z Generating XML reports... 2022-05-18T05:59:06.3570210Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055902.xml 2022-05-18T05:59:06.3570510Z 2022-05-18T05:59:06.3570820Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:59:06.3571400Z Running tests... 2022-05-18T05:59:06.3571810Z ---------------------------------------------------------------------- 2022-05-18T05:59:06.7827900Z test_scatter_checks (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14228 2022-05-18T05:59:06.7994420Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14229 2022-05-18T05:59:06.8101690Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14230 2022-05-18T05:59:06.8213680Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14231 2022-05-18T05:59:08.3888730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:59:08.4475590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:59:08.4490950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:59:08.4519070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:59:08.9077600Z ok (2.551s) 2022-05-18T05:59:08.9149260Z 2022-05-18T05:59:08.9150230Z ---------------------------------------------------------------------- 2022-05-18T05:59:08.9150610Z Ran 1 test in 2.551s 2022-05-18T05:59:08.9150750Z 2022-05-18T05:59:08.9150810Z OK 2022-05-18T05:59:08.9150920Z 2022-05-18T05:59:08.9151020Z Generating XML reports... 2022-05-18T05:59:08.9151620Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055906.xml 2022-05-18T05:59:10.3192650Z 2022-05-18T05:59:10.3193630Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:59:10.3193990Z Running tests... 2022-05-18T05:59:10.3194400Z ---------------------------------------------------------------------- 2022-05-18T05:59:10.7311010Z test_scatter_stress (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14239 2022-05-18T05:59:10.7399450Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14240 2022-05-18T05:59:10.7544360Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14241 2022-05-18T05:59:10.7665740Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14242 2022-05-18T05:59:12.4336900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:59:12.4426960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:59:12.4638960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:59:12.4908910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:59:14.7465500Z ok (4.427s) 2022-05-18T05:59:14.7545590Z 2022-05-18T05:59:14.7546450Z ---------------------------------------------------------------------- 2022-05-18T05:59:14.7546790Z Ran 1 test in 4.428s 2022-05-18T05:59:14.7546930Z 2022-05-18T05:59:14.7546990Z OK 2022-05-18T05:59:14.7547100Z 2022-05-18T05:59:14.7547200Z Generating XML reports... 2022-05-18T05:59:14.7547800Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055910.xml 2022-05-18T05:59:16.1317990Z 2022-05-18T05:59:16.1318720Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:59:16.1319080Z Running tests... 2022-05-18T05:59:16.1320210Z ---------------------------------------------------------------------- 2022-05-18T05:59:16.1327860Z test_scatter_stress_cuda (__main__.ProcessGroupGlooTest) ... skip: Test is flaky, see https://github.com/pytorch/pytorch/issues/15963 (0.001s) 2022-05-18T05:59:16.1385340Z 2022-05-18T05:59:16.1386110Z ---------------------------------------------------------------------- 2022-05-18T05:59:16.1386450Z Ran 1 test in 0.001s 2022-05-18T05:59:16.1386570Z 2022-05-18T05:59:16.1386650Z OK (skipped=1) 2022-05-18T05:59:16.1386780Z 2022-05-18T05:59:16.1386870Z Generating XML reports... 2022-05-18T05:59:16.1387480Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055916.xml 2022-05-18T05:59:17.4782400Z 2022-05-18T05:59:17.4783170Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:59:17.4783540Z Running tests... 2022-05-18T05:59:17.4783940Z ---------------------------------------------------------------------- 2022-05-18T05:59:17.8973780Z test_send_recv_all_to_all (__main__.ProcessGroupGlooTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71195 for platform(s) mac. If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.419s) 2022-05-18T05:59:17.9024100Z 2022-05-18T05:59:17.9024610Z ---------------------------------------------------------------------- 2022-05-18T05:59:17.9024930Z Ran 1 test in 0.419s 2022-05-18T05:59:17.9025060Z 2022-05-18T05:59:17.9025140Z OK (skipped=1) 2022-05-18T05:59:17.9025750Z 2022-05-18T05:59:17.9025900Z Generating XML reports... 2022-05-18T05:59:17.9026500Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055917.xml 2022-05-18T05:59:19.2726100Z 2022-05-18T05:59:19.2726430Z Running tests... 2022-05-18T05:59:19.2727070Z ---------------------------------------------------------------------- 2022-05-18T05:59:19.2727610Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:59:19.2731500Z test_sparse_allreduce_basics (__main__.ProcessGroupGlooTest) ... skip: intermittent failures on Windows, in CI (0.000s) 2022-05-18T05:59:19.2784210Z 2022-05-18T05:59:19.2784850Z ---------------------------------------------------------------------- 2022-05-18T05:59:19.2785360Z Ran 1 test in 0.001s 2022-05-18T05:59:19.2785580Z 2022-05-18T05:59:19.2785860Z OK (skipped=1) 2022-05-18T05:59:19.2786010Z 2022-05-18T05:59:19.2786110Z Generating XML reports... 2022-05-18T05:59:19.2786860Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055919.xml 2022-05-18T05:59:20.5412590Z 2022-05-18T05:59:20.5413550Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:59:20.5413930Z Running tests... 2022-05-18T05:59:20.5414370Z ---------------------------------------------------------------------- 2022-05-18T05:59:20.9775050Z test_sparse_allreduce_basics_cuda (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14257 2022-05-18T05:59:20.9950920Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14258 2022-05-18T05:59:21.0068160Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14259 2022-05-18T05:59:21.0245070Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14260 2022-05-18T05:59:22.6689460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:59:22.6759910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:59:22.7165150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:59:22.7370490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:59:23.1350600Z skip: Need at least 2 CUDA devices (2.594s) 2022-05-18T05:59:23.1419020Z 2022-05-18T05:59:23.1419850Z ---------------------------------------------------------------------- 2022-05-18T05:59:23.1420190Z Ran 1 test in 2.594s 2022-05-18T05:59:23.1420320Z 2022-05-18T05:59:23.1420410Z OK (skipped=1) 2022-05-18T05:59:23.1420610Z 2022-05-18T05:59:23.1420710Z Generating XML reports... 2022-05-18T05:59:23.1421450Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055920.xml 2022-05-18T05:59:24.5655630Z 2022-05-18T05:59:24.5656430Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:59:24.5656780Z Running tests... 2022-05-18T05:59:24.5657300Z ---------------------------------------------------------------------- 2022-05-18T05:59:24.9681720Z test_sparse_allreduce_checks (__main__.ProcessGroupGlooTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14269 2022-05-18T05:59:24.9760120Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14270 2022-05-18T05:59:24.9909570Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14271 2022-05-18T05:59:25.0040530Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14272 2022-05-18T05:59:26.5686600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:59:26.5736470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:59:26.5775450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:59:26.6070270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:59:27.0089100Z ok (2.443s) 2022-05-18T05:59:27.0160320Z 2022-05-18T05:59:27.0160850Z ---------------------------------------------------------------------- 2022-05-18T05:59:27.0161180Z Ran 1 test in 2.444s 2022-05-18T05:59:27.0161330Z 2022-05-18T05:59:27.0161380Z OK 2022-05-18T05:59:27.0161490Z 2022-05-18T05:59:27.0161590Z Generating XML reports... 2022-05-18T05:59:27.0162170Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ProcessGroupGlooTest-20220518055924.xml 2022-05-18T05:59:28.4111110Z 2022-05-18T05:59:28.4111590Z Running tests... 2022-05-18T05:59:28.4112350Z ---------------------------------------------------------------------- 2022-05-18T05:59:28.4112880Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:59:28.4484250Z test_forward_backward (__main__.ReducerTest) ... ok (0.037s) 2022-05-18T05:59:28.4547180Z 2022-05-18T05:59:28.4548030Z ---------------------------------------------------------------------- 2022-05-18T05:59:28.4548390Z Ran 1 test in 0.038s 2022-05-18T05:59:28.4548550Z 2022-05-18T05:59:28.4548940Z OK 2022-05-18T05:59:28.4549080Z 2022-05-18T05:59:28.4549580Z Generating XML reports... 2022-05-18T05:59:28.4550190Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ReducerTest-20220518055928.xml 2022-05-18T05:59:29.7904990Z 2022-05-18T05:59:29.7905730Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:59:29.7906070Z Running tests... 2022-05-18T05:59:29.7906460Z ---------------------------------------------------------------------- 2022-05-18T05:59:29.8292060Z test_forward_backward_optimizer (__main__.ReducerTest) ... [W reducer.cpp:1258] Warning: find_unused_parameters=True was specified in DDP constructor, but did not find any unused parameters in the forward pass. This flag results in an extra traversal of the autograd graph every iteration, which can adversely affect performance. If your model indeed never has any unused parameters in the forward pass, consider turning this flag off. Note that this warning may be a false positive if your model has flow control causing later iterations to have unused parameters. (function operator()) 2022-05-18T05:59:29.8310930Z ok (0.041s) 2022-05-18T05:59:29.8372820Z 2022-05-18T05:59:29.8373630Z ---------------------------------------------------------------------- 2022-05-18T05:59:29.8374020Z Ran 1 test in 0.041s 2022-05-18T05:59:29.8374170Z 2022-05-18T05:59:29.8374240Z OK 2022-05-18T05:59:29.8374340Z 2022-05-18T05:59:29.8374430Z Generating XML reports... 2022-05-18T05:59:29.8374990Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ReducerTest-20220518055929.xml 2022-05-18T05:59:31.1270830Z 2022-05-18T05:59:31.1271610Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:59:31.1271970Z Running tests... 2022-05-18T05:59:31.1272360Z ---------------------------------------------------------------------- 2022-05-18T05:59:31.1639720Z test_forward_backward_unused_parameters (__main__.ReducerTest) ... ok (0.037s) 2022-05-18T05:59:31.1701960Z 2022-05-18T05:59:31.1702950Z ---------------------------------------------------------------------- 2022-05-18T05:59:31.1703300Z Ran 1 test in 0.038s 2022-05-18T05:59:31.1703440Z 2022-05-18T05:59:31.1703500Z OK 2022-05-18T05:59:31.1703600Z 2022-05-18T05:59:31.1703700Z Generating XML reports... 2022-05-18T05:59:31.1704240Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ReducerTest-20220518055931.xml 2022-05-18T05:59:32.5187210Z 2022-05-18T05:59:32.5188020Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:59:32.5188370Z Running tests... 2022-05-18T05:59:32.5189590Z ---------------------------------------------------------------------- 2022-05-18T05:59:32.5238380Z test_multi_dtype_multi_bucket (__main__.ReducerTest) ... ok (0.005s) 2022-05-18T05:59:32.5300700Z 2022-05-18T05:59:32.5301540Z ---------------------------------------------------------------------- 2022-05-18T05:59:32.5302180Z Ran 1 test in 0.006s 2022-05-18T05:59:32.5302340Z 2022-05-18T05:59:32.5302410Z OK 2022-05-18T05:59:32.5302510Z 2022-05-18T05:59:32.5303190Z Generating XML reports... 2022-05-18T05:59:32.5304300Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ReducerTest-20220518055932.xml 2022-05-18T05:59:33.8153090Z 2022-05-18T05:59:33.8153350Z Running tests... 2022-05-18T05:59:33.8154100Z ---------------------------------------------------------------------- 2022-05-18T05:59:33.8154650Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:59:33.8273280Z test_multi_dtype_single_bucket (__main__.ReducerTest) ... ok (0.012s) 2022-05-18T05:59:33.8333940Z 2022-05-18T05:59:33.8334590Z ---------------------------------------------------------------------- 2022-05-18T05:59:33.8334890Z Ran 1 test in 0.013s 2022-05-18T05:59:33.8335030Z 2022-05-18T05:59:33.8335090Z OK 2022-05-18T05:59:33.8335200Z 2022-05-18T05:59:33.8335300Z Generating XML reports... 2022-05-18T05:59:33.8335830Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ReducerTest-20220518055933.xml 2022-05-18T05:59:35.1157640Z 2022-05-18T05:59:35.1158390Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:59:35.1159380Z Running tests... 2022-05-18T05:59:35.1160100Z ---------------------------------------------------------------------- 2022-05-18T05:59:35.1204630Z test_single_dtype_single_bucket (__main__.ReducerTest) ... ok (0.005s) 2022-05-18T05:59:35.1271590Z 2022-05-18T05:59:35.1283540Z ---------------------------------------------------------------------- 2022-05-18T05:59:35.1285610Z Ran 1 test in 0.005s 2022-05-18T05:59:35.1286260Z 2022-05-18T05:59:35.1286750Z OK 2022-05-18T05:59:35.1287740Z 2022-05-18T05:59:35.1288090Z Generating XML reports... 2022-05-18T05:59:35.1288790Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-ReducerTest-20220518055935.xml 2022-05-18T05:59:36.4179130Z 2022-05-18T05:59:36.4180410Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:59:36.4180770Z Running tests... 2022-05-18T05:59:36.4181160Z ---------------------------------------------------------------------- 2022-05-18T05:59:36.8404040Z test_logging_init (__main__.RendezvousEnvTest) ... INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:59:36.8406790Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 1 nodes. 2022-05-18T05:59:36.8416990Z ok (0.424s) 2022-05-18T05:59:36.8470020Z 2022-05-18T05:59:36.8470550Z ---------------------------------------------------------------------- 2022-05-18T05:59:36.8470920Z Ran 1 test in 0.424s 2022-05-18T05:59:36.8471060Z 2022-05-18T05:59:36.8471130Z OK 2022-05-18T05:59:36.8471230Z 2022-05-18T05:59:36.8471330Z Generating XML reports... 2022-05-18T05:59:36.8471900Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-RendezvousEnvTest-20220518055936.xml 2022-05-18T05:59:38.1955750Z 2022-05-18T05:59:38.1956530Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_gloo 2022-05-18T05:59:38.1956890Z Running tests... 2022-05-18T05:59:38.1957280Z ---------------------------------------------------------------------- 2022-05-18T05:59:38.5880370Z test_default_store_timeout_gloo (__main__.TimeoutTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74714 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.392s) 2022-05-18T05:59:38.5928360Z 2022-05-18T05:59:38.5929190Z ---------------------------------------------------------------------- 2022-05-18T05:59:38.5929640Z Ran 1 test in 0.392s 2022-05-18T05:59:38.5929780Z 2022-05-18T05:59:38.5929860Z OK (skipped=1) 2022-05-18T05:59:38.5930000Z 2022-05-18T05:59:38.5930100Z Generating XML reports... 2022-05-18T05:59:38.5930660Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_gloo/TEST-TimeoutTest-20220518055938.xml 2022-05-18T05:59:39.0144030Z Running distributed/test_c10d_spawn_gloo ... [2022-05-18 05:59:39.013819] 2022-05-18T05:59:39.0144770Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/test_c10d_spawn_gloo.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:59:39.013947] 2022-05-18T05:59:40.1264420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9mfznbn7 2022-05-18T05:59:40.1267430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9mfznbn7/_remote_module_non_scriptable.py 2022-05-18T05:59:40.5316030Z , <__main__.DistributedDataParallelSingleProcessTest testMethod=test_cuda>, <__main__.DistributedDataParallelSingleProcessTest testMethod=test_rnn>]> 2022-05-18T05:59:40.5316860Z test_cpu (__main__.DistributedDataParallelSingleProcessTest) 2022-05-18T05:59:40.5317420Z test_cuda (__main__.DistributedDataParallelSingleProcessTest) 2022-05-18T05:59:40.5318120Z test_rnn (__main__.DistributedDataParallelSingleProcessTest) 2022-05-18T05:59:40.5318890Z , <__main__.ProcessGroupShareTensorTest testMethod=test_shared_allgather_gloo>, <__main__.ProcessGroupShareTensorTest testMethod=test_shared_allreduce_gloo>, <__main__.ProcessGroupShareTensorTest testMethod=test_shared_broadcast_gloo>]> 2022-05-18T05:59:40.5320000Z test_shared_allgather_chunk_gloo (__main__.ProcessGroupShareTensorTest) 2022-05-18T05:59:40.5320470Z test_shared_allgather_gloo (__main__.ProcessGroupShareTensorTest) 2022-05-18T05:59:40.5321810Z test_shared_allreduce_gloo (__main__.ProcessGroupShareTensorTest) 2022-05-18T05:59:40.5322270Z test_shared_broadcast_gloo (__main__.ProcessGroupShareTensorTest) 2022-05-18T05:59:40.5322830Z 2022-05-18T05:59:40.5323210Z 2022-05-18T05:59:40.5324520Z , <__main__.TestDistributedNNFunctionsGloo testMethod=test_all_to_all>, <__main__.TestDistributedNNFunctionsGloo testMethod=test_all_to_all_single>, <__main__.TestDistributedNNFunctionsGloo testMethod=test_allreduce>, <__main__.TestDistributedNNFunctionsGloo testMethod=test_broadcast>, <__main__.TestDistributedNNFunctionsGloo testMethod=test_gather>, <__main__.TestDistributedNNFunctionsGloo testMethod=test_reduce>, <__main__.TestDistributedNNFunctionsGloo testMethod=test_scatter>]> 2022-05-18T05:59:40.5325810Z test_all_gather (__main__.TestDistributedNNFunctionsGloo) 2022-05-18T05:59:40.5326550Z test_all_to_all (__main__.TestDistributedNNFunctionsGloo) 2022-05-18T05:59:40.5327000Z test_all_to_all_single (__main__.TestDistributedNNFunctionsGloo) 2022-05-18T05:59:40.5327340Z test_allreduce (__main__.TestDistributedNNFunctionsGloo) 2022-05-18T05:59:40.5327900Z test_broadcast (__main__.TestDistributedNNFunctionsGloo) 2022-05-18T05:59:40.5328220Z test_gather (__main__.TestDistributedNNFunctionsGloo) 2022-05-18T05:59:40.5328700Z test_reduce (__main__.TestDistributedNNFunctionsGloo) 2022-05-18T05:59:40.5329410Z test_scatter (__main__.TestDistributedNNFunctionsGloo) 2022-05-18T05:59:41.6823810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9iicbhpb 2022-05-18T05:59:41.6826690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9iicbhpb/_remote_module_non_scriptable.py 2022-05-18T05:59:42.0819670Z 2022-05-18T05:59:42.0820430Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_gloo 2022-05-18T05:59:42.0820810Z Running tests... 2022-05-18T05:59:42.0821210Z ---------------------------------------------------------------------- 2022-05-18T05:59:42.1213780Z test_cpu (__main__.DistributedDataParallelSingleProcessTest) ... INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:59:42.1314000Z ok (0.049s) 2022-05-18T05:59:42.1372320Z 2022-05-18T05:59:42.1373020Z ---------------------------------------------------------------------- 2022-05-18T05:59:42.1373430Z Ran 1 test in 0.050s 2022-05-18T05:59:42.1373560Z 2022-05-18T05:59:42.1373630Z OK 2022-05-18T05:59:42.1373750Z 2022-05-18T05:59:42.1373850Z Generating XML reports... 2022-05-18T05:59:42.1374550Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_gloo/TEST-DistributedDataParallelSingleProcessTest-20220518055942.xml 2022-05-18T05:59:43.4970630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsswwuduz 2022-05-18T05:59:43.4973750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsswwuduz/_remote_module_non_scriptable.py 2022-05-18T05:59:43.9114130Z 2022-05-18T05:59:43.9114910Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_gloo 2022-05-18T05:59:43.9115280Z Running tests... 2022-05-18T05:59:43.9115680Z ---------------------------------------------------------------------- 2022-05-18T05:59:43.9121520Z test_cuda (__main__.DistributedDataParallelSingleProcessTest) ... skip: At least 1 CUDA GPUS needed (0.001s) 2022-05-18T05:59:43.9181570Z 2022-05-18T05:59:43.9182260Z ---------------------------------------------------------------------- 2022-05-18T05:59:43.9182710Z Ran 1 test in 0.001s 2022-05-18T05:59:43.9182850Z 2022-05-18T05:59:43.9182930Z OK (skipped=1) 2022-05-18T05:59:43.9183050Z 2022-05-18T05:59:43.9183140Z Generating XML reports... 2022-05-18T05:59:43.9184400Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_gloo/TEST-DistributedDataParallelSingleProcessTest-20220518055943.xml 2022-05-18T05:59:45.2755220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpem_0jctd 2022-05-18T05:59:45.2758200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpem_0jctd/_remote_module_non_scriptable.py 2022-05-18T05:59:45.6850190Z 2022-05-18T05:59:45.6850500Z Running tests... 2022-05-18T05:59:45.6851140Z ---------------------------------------------------------------------- 2022-05-18T05:59:45.6851690Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_gloo 2022-05-18T05:59:45.6872750Z test_rnn (__main__.DistributedDataParallelSingleProcessTest) ... skip: At least 1 CUDA GPUS needed (0.002s) 2022-05-18T05:59:45.6930770Z 2022-05-18T05:59:45.6931790Z ---------------------------------------------------------------------- 2022-05-18T05:59:45.6932130Z Ran 1 test in 0.002s 2022-05-18T05:59:45.6932310Z 2022-05-18T05:59:45.6932670Z OK (skipped=1) 2022-05-18T05:59:45.6932800Z 2022-05-18T05:59:45.6932890Z Generating XML reports... 2022-05-18T05:59:45.6933580Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_gloo/TEST-DistributedDataParallelSingleProcessTest-20220518055945.xml 2022-05-18T05:59:47.0570650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq902mhy3 2022-05-18T05:59:47.0574640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq902mhy3/_remote_module_non_scriptable.py 2022-05-18T05:59:47.4654300Z 2022-05-18T05:59:47.4654630Z Running tests... 2022-05-18T05:59:47.4655270Z ---------------------------------------------------------------------- 2022-05-18T05:59:47.4655800Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_gloo 2022-05-18T05:59:47.4661220Z test_shared_allgather_chunk_gloo (__main__.ProcessGroupShareTensorTest) ... skip: At least 2 CUDA GPUS needed (0.001s) 2022-05-18T05:59:47.4719330Z 2022-05-18T05:59:47.4719900Z ---------------------------------------------------------------------- 2022-05-18T05:59:47.4720200Z Ran 1 test in 0.001s 2022-05-18T05:59:47.4720330Z 2022-05-18T05:59:47.4720410Z OK (skipped=1) 2022-05-18T05:59:47.4720530Z 2022-05-18T05:59:47.4720630Z Generating XML reports... 2022-05-18T05:59:47.4721250Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_gloo/TEST-ProcessGroupShareTensorTest-20220518055947.xml 2022-05-18T05:59:48.8337500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmzxoaf7l 2022-05-18T05:59:48.8340510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmzxoaf7l/_remote_module_non_scriptable.py 2022-05-18T05:59:49.2441010Z 2022-05-18T05:59:49.2441820Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_gloo 2022-05-18T05:59:49.2442520Z Running tests... 2022-05-18T05:59:49.2443000Z ---------------------------------------------------------------------- 2022-05-18T05:59:49.2449330Z test_shared_allgather_gloo (__main__.ProcessGroupShareTensorTest) ... skip: At least 2 CUDA GPUS needed (0.001s) 2022-05-18T05:59:49.2508520Z 2022-05-18T05:59:49.2509340Z ---------------------------------------------------------------------- 2022-05-18T05:59:49.2509700Z Ran 1 test in 0.001s 2022-05-18T05:59:49.2509840Z 2022-05-18T05:59:49.2509940Z OK (skipped=1) 2022-05-18T05:59:49.2510070Z 2022-05-18T05:59:49.2510160Z Generating XML reports... 2022-05-18T05:59:49.2510790Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_gloo/TEST-ProcessGroupShareTensorTest-20220518055949.xml 2022-05-18T05:59:50.6334180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppysos98l 2022-05-18T05:59:50.6337620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppysos98l/_remote_module_non_scriptable.py 2022-05-18T05:59:51.0468670Z 2022-05-18T05:59:51.0469460Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_gloo 2022-05-18T05:59:51.0469830Z Running tests... 2022-05-18T05:59:51.0470220Z ---------------------------------------------------------------------- 2022-05-18T05:59:51.0476920Z test_shared_allreduce_gloo (__main__.ProcessGroupShareTensorTest) ... skip: At least 2 CUDA GPUS needed (0.001s) 2022-05-18T05:59:51.0538440Z 2022-05-18T05:59:51.0539030Z ---------------------------------------------------------------------- 2022-05-18T05:59:51.0539360Z Ran 1 test in 0.001s 2022-05-18T05:59:51.0539490Z 2022-05-18T05:59:51.0539570Z OK (skipped=1) 2022-05-18T05:59:51.0539690Z 2022-05-18T05:59:51.0539810Z Generating XML reports... 2022-05-18T05:59:51.0540440Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_gloo/TEST-ProcessGroupShareTensorTest-20220518055951.xml 2022-05-18T05:59:52.4381850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvnga67id 2022-05-18T05:59:52.4384420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvnga67id/_remote_module_non_scriptable.py 2022-05-18T05:59:52.8466680Z 2022-05-18T05:59:52.8467960Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_gloo 2022-05-18T05:59:52.8468380Z Running tests... 2022-05-18T05:59:52.8468800Z ---------------------------------------------------------------------- 2022-05-18T05:59:52.8474530Z test_shared_broadcast_gloo (__main__.ProcessGroupShareTensorTest) ... skip: At least 2 CUDA GPUS needed (0.001s) 2022-05-18T05:59:52.8535190Z 2022-05-18T05:59:52.8535770Z ---------------------------------------------------------------------- 2022-05-18T05:59:52.8536080Z Ran 1 test in 0.001s 2022-05-18T05:59:52.8536220Z 2022-05-18T05:59:52.8536300Z OK (skipped=1) 2022-05-18T05:59:52.8536420Z 2022-05-18T05:59:52.8536510Z Generating XML reports... 2022-05-18T05:59:52.8537120Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_gloo/TEST-ProcessGroupShareTensorTest-20220518055952.xml 2022-05-18T05:59:54.2137250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdgh9dg46 2022-05-18T05:59:54.2140830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdgh9dg46/_remote_module_non_scriptable.py 2022-05-18T05:59:54.6249930Z 2022-05-18T05:59:54.6250370Z Running tests... 2022-05-18T05:59:54.6251080Z ---------------------------------------------------------------------- 2022-05-18T05:59:54.6251610Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_gloo 2022-05-18T05:59:54.6528630Z test_all_gather (__main__.TestDistributedNNFunctionsGloo) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14318 2022-05-18T05:59:54.6598710Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14319 2022-05-18T05:59:55.8215520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwyuwx7po 2022-05-18T05:59:55.8218550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwyuwx7po/_remote_module_non_scriptable.py 2022-05-18T05:59:55.8367830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0ck62tgm 2022-05-18T05:59:55.8370760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0ck62tgm/_remote_module_non_scriptable.py 2022-05-18T05:59:56.2341100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:59:56.2485510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:59:56.5740760Z skip: Need at least 2 CUDA devices (1.949s) 2022-05-18T05:59:56.5813740Z 2022-05-18T05:59:56.5814570Z ---------------------------------------------------------------------- 2022-05-18T05:59:56.5814930Z Ran 1 test in 1.949s 2022-05-18T05:59:56.5815060Z 2022-05-18T05:59:56.5815150Z OK (skipped=1) 2022-05-18T05:59:56.5815270Z 2022-05-18T05:59:56.5815370Z Generating XML reports... 2022-05-18T05:59:56.5816010Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_gloo/TEST-TestDistributedNNFunctionsGloo-20220518055954.xml 2022-05-18T05:59:57.9794640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph9ei6_sp 2022-05-18T05:59:57.9797740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph9ei6_sp/_remote_module_non_scriptable.py 2022-05-18T05:59:58.3927330Z 2022-05-18T05:59:58.3928060Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_gloo 2022-05-18T05:59:58.3928430Z Running tests... 2022-05-18T05:59:58.3928970Z ---------------------------------------------------------------------- 2022-05-18T05:59:58.4192400Z test_all_to_all (__main__.TestDistributedNNFunctionsGloo) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14325 2022-05-18T05:59:58.4256020Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14326 2022-05-18T05:59:59.5941550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp44tk5rmd 2022-05-18T05:59:59.5942520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6rbphequ 2022-05-18T05:59:59.5944740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp44tk5rmd/_remote_module_non_scriptable.py 2022-05-18T05:59:59.5945590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6rbphequ/_remote_module_non_scriptable.py 2022-05-18T06:00:00.0089270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T06:00:00.0090900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T06:00:00.5092940Z skip: Need at least 2 CUDA devices (2.116s) 2022-05-18T06:00:00.5165310Z 2022-05-18T06:00:00.5165960Z ---------------------------------------------------------------------- 2022-05-18T06:00:00.5166270Z Ran 1 test in 2.117s 2022-05-18T06:00:00.5166410Z 2022-05-18T06:00:00.5166490Z OK (skipped=1) 2022-05-18T06:00:00.5166610Z 2022-05-18T06:00:00.5166700Z Generating XML reports... 2022-05-18T06:00:00.5167340Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_gloo/TEST-TestDistributedNNFunctionsGloo-20220518055958.xml 2022-05-18T06:00:01.9422230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvi5xcfks 2022-05-18T06:00:01.9425660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvi5xcfks/_remote_module_non_scriptable.py 2022-05-18T06:00:02.3523480Z 2022-05-18T06:00:02.3524290Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_gloo 2022-05-18T06:00:02.3524680Z Running tests... 2022-05-18T06:00:02.3525080Z ---------------------------------------------------------------------- 2022-05-18T06:00:02.3784820Z test_all_to_all_single (__main__.TestDistributedNNFunctionsGloo) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14333 2022-05-18T06:00:02.3856070Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14334 2022-05-18T06:00:03.5516800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgesc518q 2022-05-18T06:00:03.5517970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4fouvz28 2022-05-18T06:00:03.5520140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgesc518q/_remote_module_non_scriptable.py 2022-05-18T06:00:03.5521580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4fouvz28/_remote_module_non_scriptable.py 2022-05-18T06:00:03.9665270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T06:00:03.9666280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T06:00:04.2590460Z skip: Need at least 2 CUDA devices (1.907s) 2022-05-18T06:00:04.2659740Z 2022-05-18T06:00:04.2660760Z ---------------------------------------------------------------------- 2022-05-18T06:00:04.2661070Z Ran 1 test in 1.907s 2022-05-18T06:00:04.2661210Z 2022-05-18T06:00:04.2661300Z OK (skipped=1) 2022-05-18T06:00:04.2661420Z 2022-05-18T06:00:04.2661510Z Generating XML reports... 2022-05-18T06:00:04.2662130Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_gloo/TEST-TestDistributedNNFunctionsGloo-20220518060002.xml 2022-05-18T06:00:05.6694180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkf2_ahoe 2022-05-18T06:00:05.6695990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkf2_ahoe/_remote_module_non_scriptable.py 2022-05-18T06:00:06.0882440Z 2022-05-18T06:00:06.0883220Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_gloo 2022-05-18T06:00:06.0883600Z Running tests... 2022-05-18T06:00:06.0884010Z ---------------------------------------------------------------------- 2022-05-18T06:00:06.1140120Z test_allreduce (__main__.TestDistributedNNFunctionsGloo) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14340 2022-05-18T06:00:06.1204300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14341 2022-05-18T06:00:07.2862580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpevselptq 2022-05-18T06:00:07.2863760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppxgrzhet 2022-05-18T06:00:07.2865750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpevselptq/_remote_module_non_scriptable.py 2022-05-18T06:00:07.2866680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppxgrzhet/_remote_module_non_scriptable.py 2022-05-18T06:00:07.7014080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T06:00:07.7014900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T06:00:08.0009550Z skip: Need at least 2 CUDA devices (1.913s) 2022-05-18T06:00:08.0083690Z 2022-05-18T06:00:08.0084320Z ---------------------------------------------------------------------- 2022-05-18T06:00:08.0084890Z Ran 1 test in 1.913s 2022-05-18T06:00:08.0085030Z 2022-05-18T06:00:08.0085600Z OK (skipped=1) 2022-05-18T06:00:08.0086110Z 2022-05-18T06:00:08.0086390Z Generating XML reports... 2022-05-18T06:00:08.0087490Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_gloo/TEST-TestDistributedNNFunctionsGloo-20220518060006.xml 2022-05-18T06:00:09.4114230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk5_m77tt 2022-05-18T06:00:09.4117370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk5_m77tt/_remote_module_non_scriptable.py 2022-05-18T06:00:09.8265920Z 2022-05-18T06:00:09.8266680Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_gloo 2022-05-18T06:00:09.8267050Z Running tests... 2022-05-18T06:00:09.8267440Z ---------------------------------------------------------------------- 2022-05-18T06:00:09.8526200Z test_broadcast (__main__.TestDistributedNNFunctionsGloo) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14347 2022-05-18T06:00:09.8622290Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14348 2022-05-18T06:00:11.0326000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpujs2sunr 2022-05-18T06:00:11.0327190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsajyb1hk 2022-05-18T06:00:11.0329330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpujs2sunr/_remote_module_non_scriptable.py 2022-05-18T06:00:11.0330270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsajyb1hk/_remote_module_non_scriptable.py 2022-05-18T06:00:11.4471320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T06:00:11.4472680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T06:00:11.7517270Z skip: Need at least 2 CUDA devices (1.925s) 2022-05-18T06:00:11.7593490Z 2022-05-18T06:00:11.7594260Z ---------------------------------------------------------------------- 2022-05-18T06:00:11.7594610Z Ran 1 test in 1.925s 2022-05-18T06:00:11.7594750Z 2022-05-18T06:00:11.7594860Z OK (skipped=1) 2022-05-18T06:00:11.7594980Z 2022-05-18T06:00:11.7595070Z Generating XML reports... 2022-05-18T06:00:11.7595690Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_gloo/TEST-TestDistributedNNFunctionsGloo-20220518060009.xml 2022-05-18T06:00:13.1828390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpctalx_hi 2022-05-18T06:00:13.1831630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpctalx_hi/_remote_module_non_scriptable.py 2022-05-18T06:00:13.5950770Z 2022-05-18T06:00:13.5951580Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_gloo 2022-05-18T06:00:13.5951960Z Running tests... 2022-05-18T06:00:13.5952360Z ---------------------------------------------------------------------- 2022-05-18T06:00:13.6229660Z test_gather (__main__.TestDistributedNNFunctionsGloo) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14355 2022-05-18T06:00:13.6328490Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14356 2022-05-18T06:00:14.7905510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfq7hd5ko 2022-05-18T06:00:14.7908580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfq7hd5ko/_remote_module_non_scriptable.py 2022-05-18T06:00:14.7953160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsjtkmz5l 2022-05-18T06:00:14.7957050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsjtkmz5l/_remote_module_non_scriptable.py 2022-05-18T06:00:15.2077310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T06:00:15.2081250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T06:00:15.5992520Z skip: Need at least 2 CUDA devices (2.004s) 2022-05-18T06:00:15.6063830Z 2022-05-18T06:00:15.6064530Z ---------------------------------------------------------------------- 2022-05-18T06:00:15.6064860Z Ran 1 test in 2.004s 2022-05-18T06:00:15.6065010Z 2022-05-18T06:00:15.6065100Z OK (skipped=1) 2022-05-18T06:00:15.6065220Z 2022-05-18T06:00:15.6065320Z Generating XML reports... 2022-05-18T06:00:15.6065950Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_gloo/TEST-TestDistributedNNFunctionsGloo-20220518060013.xml 2022-05-18T06:00:17.0052650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp10exwdkv 2022-05-18T06:00:17.0055990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp10exwdkv/_remote_module_non_scriptable.py 2022-05-18T06:00:17.4117320Z 2022-05-18T06:00:17.4118130Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_gloo 2022-05-18T06:00:17.4118500Z Running tests... 2022-05-18T06:00:17.4118890Z ---------------------------------------------------------------------- 2022-05-18T06:00:17.4379890Z test_reduce (__main__.TestDistributedNNFunctionsGloo) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14362 2022-05-18T06:00:17.4445290Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14363 2022-05-18T06:00:18.6117630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9aexwmen 2022-05-18T06:00:18.6118710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsyzm56q1 2022-05-18T06:00:18.6120140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsyzm56q1/_remote_module_non_scriptable.py 2022-05-18T06:00:18.6121540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9aexwmen/_remote_module_non_scriptable.py 2022-05-18T06:00:19.0238940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T06:00:19.0272350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T06:00:19.3036110Z skip: Need at least 2 CUDA devices (1.892s) 2022-05-18T06:00:19.3108450Z 2022-05-18T06:00:19.3109600Z ---------------------------------------------------------------------- 2022-05-18T06:00:19.3109980Z Ran 1 test in 1.892s 2022-05-18T06:00:19.3110120Z 2022-05-18T06:00:19.3110210Z OK (skipped=1) 2022-05-18T06:00:19.3110330Z 2022-05-18T06:00:19.3110430Z Generating XML reports... 2022-05-18T06:00:19.3111050Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_gloo/TEST-TestDistributedNNFunctionsGloo-20220518060017.xml 2022-05-18T06:00:20.7118820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0drl9avd 2022-05-18T06:00:20.7122260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0drl9avd/_remote_module_non_scriptable.py 2022-05-18T06:00:21.1177990Z 2022-05-18T06:00:21.1178770Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_gloo 2022-05-18T06:00:21.1179140Z Running tests... 2022-05-18T06:00:21.1179530Z ---------------------------------------------------------------------- 2022-05-18T06:00:21.1461310Z test_scatter (__main__.TestDistributedNNFunctionsGloo) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14369 2022-05-18T06:00:21.1556140Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14370 2022-05-18T06:00:22.3470270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyg5cmlyp 2022-05-18T06:00:22.3473510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyg5cmlyp/_remote_module_non_scriptable.py 2022-05-18T06:00:22.3491840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_t_peiv6 2022-05-18T06:00:22.3495510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_t_peiv6/_remote_module_non_scriptable.py 2022-05-18T06:00:22.7634710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T06:00:22.7635820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T06:00:23.0244160Z skip: Need at least 2 CUDA devices (1.906s) 2022-05-18T06:00:23.0320670Z 2022-05-18T06:00:23.0321980Z ---------------------------------------------------------------------- 2022-05-18T06:00:23.0322650Z Ran 1 test in 1.907s 2022-05-18T06:00:23.0322990Z 2022-05-18T06:00:23.0323250Z OK (skipped=1) 2022-05-18T06:00:23.0323570Z 2022-05-18T06:00:23.0323830Z Generating XML reports... 2022-05-18T06:00:23.0324720Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_gloo/TEST-TestDistributedNNFunctionsGloo-20220518060021.xml 2022-05-18T06:00:23.5564450Z Running distributed/test_data_parallel ... [2022-05-18 06:00:23.556106] 2022-05-18T06:00:23.5565180Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/test_data_parallel.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:00:23.556224] 2022-05-18T06:00:25.1012610Z 2022-05-18T06:00:25.1012950Z Running tests... 2022-05-18T06:00:25.1013590Z ---------------------------------------------------------------------- 2022-05-18T06:00:25.1014100Z Test results will be stored in test-reports/python-unittest/distributed.test_data_parallel 2022-05-18T06:00:25.1025330Z test_autocast (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-05-18T06:00:25.1046590Z test_data_parallel (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.002s) 2022-05-18T06:00:25.1061730Z test_data_parallel_buffers_requiring_grad (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-05-18T06:00:25.1076420Z test_data_parallel_complex (__main__.TestDataParallel) ... skip: At least 2 CUDA GPUS needed (0.001s) 2022-05-18T06:00:25.1094990Z test_data_parallel_device_args (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.002s) 2022-05-18T06:00:25.1114520Z test_data_parallel_function_deletion (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.002s) 2022-05-18T06:00:25.1121490Z test_data_parallel_lazy_linear (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-05-18T06:00:25.1176310Z test_data_parallel_model_device (__main__.TestDataParallel) 2022-05-18T06:00:25.1176860Z Test device[0] check at forward time. ... skip: multi-GPU not supported (0.005s) 2022-05-18T06:00:25.1189020Z test_data_parallel_model_no_refcycles (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-05-18T06:00:25.1204050Z test_data_parallel_module_zero_inputs (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-05-18T06:00:25.1246990Z test_data_parallel_multiple_input (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.004s) 2022-05-18T06:00:25.1259190Z test_data_parallel_nested_input (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-05-18T06:00:25.1286300Z test_data_parallel_nested_output (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.003s) 2022-05-18T06:00:25.1299070Z test_data_parallel_no_grad (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-05-18T06:00:25.1322230Z test_data_parallel_rnn (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.002s) 2022-05-18T06:00:25.1330240Z test_data_parallel_small_back (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-05-18T06:00:25.1351160Z test_data_parallel_sparse (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.002s) 2022-05-18T06:00:25.1355110Z test_gather_cpu (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-05-18T06:00:25.1364810Z test_gather_different_len_dicts (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-05-18T06:00:25.1368640Z test_gather_gpu (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-05-18T06:00:25.1383890Z test_parallel_apply (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-05-18T06:00:25.1400440Z test_parallel_apply_autocast (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.002s) 2022-05-18T06:00:25.1409450Z test_parallel_apply_passes_exception (__main__.TestDataParallel) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:00:25.1435230Z test_parameter_list_dict_replica (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.003s) 2022-05-18T06:00:25.1447600Z test_replicate (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-05-18T06:00:25.1459800Z test_replicate_buffers (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-05-18T06:00:25.1469640Z test_save_replica_module (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-05-18T06:00:25.1474070Z test_scatter_cpu (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-05-18T06:00:25.1479300Z test_scatter_gpu (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-05-18T06:00:25.1542520Z test_strided_grad_layout (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.006s) 2022-05-18T06:00:25.1553490Z test_zero_grad (__main__.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-05-18T06:00:25.1588350Z test_data_parallel_module_cpu_float16 (__main__.TestDataParallelDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:00:25.1606380Z test_data_parallel_module_cpu_float32 (__main__.TestDataParallelDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:00:25.1623360Z test_data_parallel_module_cpu_float64 (__main__.TestDataParallelDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:00:25.1644840Z test_data_parallel_module_kwargs_only_cpu_float16 (__main__.TestDataParallelDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:00:25.1665590Z test_data_parallel_module_kwargs_only_cpu_float32 (__main__.TestDataParallelDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:00:25.1686850Z test_data_parallel_module_kwargs_only_cpu_float64 (__main__.TestDataParallelDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:00:25.1708870Z test_data_parallel_module_kwargs_only_empty_dict_cpu_float16 (__main__.TestDataParallelDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:00:25.1731270Z test_data_parallel_module_kwargs_only_empty_dict_cpu_float32 (__main__.TestDataParallelDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:00:25.1752800Z test_data_parallel_module_kwargs_only_empty_dict_cpu_float64 (__main__.TestDataParallelDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:00:25.1774730Z test_data_parallel_module_kwargs_only_empty_list_cpu_float16 (__main__.TestDataParallelDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:00:25.1796660Z test_data_parallel_module_kwargs_only_empty_list_cpu_float32 (__main__.TestDataParallelDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:00:25.1819700Z test_data_parallel_module_kwargs_only_empty_list_cpu_float64 (__main__.TestDataParallelDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:00:25.1844090Z test_data_parallel_module_kwargs_only_empty_tuple_cpu_float16 (__main__.TestDataParallelDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:00:25.1866270Z test_data_parallel_module_kwargs_only_empty_tuple_cpu_float32 (__main__.TestDataParallelDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:00:25.1888120Z test_data_parallel_module_kwargs_only_empty_tuple_cpu_float64 (__main__.TestDataParallelDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:00:25.2056180Z 2022-05-18T06:00:25.2056920Z ---------------------------------------------------------------------- 2022-05-18T06:00:25.2057250Z Ran 46 tests in 0.088s 2022-05-18T06:00:25.2057380Z 2022-05-18T06:00:25.2057480Z OK (skipped=46) 2022-05-18T06:00:25.2057610Z 2022-05-18T06:00:25.2057700Z Generating XML reports... 2022-05-18T06:00:25.2058280Z Generated XML report: test-reports/python-unittest/distributed.test_data_parallel/TEST-TestDataParallel-20220518060025.xml 2022-05-18T06:00:25.2059010Z Generated XML report: test-reports/python-unittest/distributed.test_data_parallel/TEST-TestDataParallelDeviceTypeCPU-20220518060025.xml 2022-05-18T06:00:25.4416410Z Running distributed/test_launcher ... [2022-05-18 06:00:25.441271] 2022-05-18T06:00:25.4417160Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/test_launcher.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:00:25.441389] 2022-05-18T06:00:26.6792960Z NOTE: Redirects are currently not supported in Windows or MacOs. 2022-05-18T06:00:27.0518550Z 2022-05-18T06:00:27.0518860Z Running tests... 2022-05-18T06:00:27.0519510Z ---------------------------------------------------------------------- 2022-05-18T06:00:27.0520040Z Test results will be stored in test-reports/python-unittest/distributed.test_launcher 2022-05-18T06:00:27.4720670Z test_launch_user_script (__main__.TestDistributedLaunch) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/launch.py:178: FutureWarning: The module torch.distributed.launch is deprecated 2022-05-18T06:00:27.4721270Z and will be removed in future. Use torchrun. 2022-05-18T06:00:27.4721680Z Note that --use_env is set by default in torchrun. 2022-05-18T06:00:27.4722120Z If your script expects `--local_rank` argument to be set, please 2022-05-18T06:00:27.4722550Z change it to read from `os.environ['LOCAL_RANK']` instead. See 2022-05-18T06:00:27.4723020Z https://pytorch.org/docs/stable/distributed.html#launch-utility for 2022-05-18T06:00:27.4723320Z further instructions 2022-05-18T06:00:27.4723450Z 2022-05-18T06:00:27.4723530Z warnings.warn( 2022-05-18T06:00:27.4723750Z WARNING:torch.distributed.run: 2022-05-18T06:00:27.4723980Z ***************************************** 2022-05-18T06:00:27.4724440Z Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, please further tune the variable for optimal performance in your application as needed. 2022-05-18T06:00:27.4724880Z ***************************************** 2022-05-18T06:00:27.5090450Z Success, smoke test 2022-05-18T06:00:27.5184060Z Success, smoke test 2022-05-18T06:00:27.5215910Z Success, smoke test 2022-05-18T06:00:27.5348610Z Success, smoke test 2022-05-18T06:00:28.7855940Z ok (1.734s) 2022-05-18T06:00:28.7924770Z 2022-05-18T06:00:28.7925410Z ---------------------------------------------------------------------- 2022-05-18T06:00:28.7925750Z Ran 1 test in 1.734s 2022-05-18T06:00:28.7925890Z 2022-05-18T06:00:28.7926040Z OK 2022-05-18T06:00:28.7926160Z 2022-05-18T06:00:28.7926260Z Generating XML reports... 2022-05-18T06:00:28.7926850Z Generated XML report: test-reports/python-unittest/distributed.test_launcher/TEST-TestDistributedLaunch-20220518060027.xml 2022-05-18T06:00:29.0609160Z Running distributed/test_pg_wrapper ... [2022-05-18 06:00:29.060287] 2022-05-18T06:00:29.0609930Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/test_pg_wrapper.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:00:29.060414] 2022-05-18T06:00:30.1886280Z 2022-05-18T06:00:30.1886870Z 2022-05-18T06:00:30.1888890Z , <__main__.ProcessGroupGlooWrapperTest testMethod=test_collective_shape_mismatch>, <__main__.ProcessGroupGlooWrapperTest testMethod=test_collective_shape_mismatch_cuda>, <__main__.ProcessGroupGlooWrapperTest testMethod=test_collective_shape_mismatch_cuda_debug_mode>, <__main__.ProcessGroupGlooWrapperTest testMethod=test_collective_shape_mismatch_debug_mode>, <__main__.ProcessGroupGlooWrapperTest testMethod=test_collectives_op_mismatch>, <__main__.ProcessGroupGlooWrapperTest testMethod=test_collectives_op_mismatch_cuda>, <__main__.ProcessGroupGlooWrapperTest testMethod=test_collectives_op_mismatch_cuda_debug_mode>, <__main__.ProcessGroupGlooWrapperTest testMethod=test_collectives_op_mismatch_debug_mode>]> 2022-05-18T06:00:30.1890190Z test_collective_hang (__main__.ProcessGroupGlooWrapperTest) 2022-05-18T06:00:30.1890560Z test_collective_shape_mismatch (__main__.ProcessGroupGlooWrapperTest) 2022-05-18T06:00:30.1890940Z test_collective_shape_mismatch_cuda (__main__.ProcessGroupGlooWrapperTest) 2022-05-18T06:00:30.1891460Z test_collective_shape_mismatch_cuda_debug_mode (__main__.ProcessGroupGlooWrapperTest) 2022-05-18T06:00:30.1891860Z test_collective_shape_mismatch_debug_mode (__main__.ProcessGroupGlooWrapperTest) 2022-05-18T06:00:30.1892240Z test_collectives_op_mismatch (__main__.ProcessGroupGlooWrapperTest) 2022-05-18T06:00:30.1892660Z test_collectives_op_mismatch_cuda (__main__.ProcessGroupGlooWrapperTest) 2022-05-18T06:00:30.1893100Z test_collectives_op_mismatch_cuda_debug_mode (__main__.ProcessGroupGlooWrapperTest) 2022-05-18T06:00:30.1893860Z test_collectives_op_mismatch_debug_mode (__main__.ProcessGroupGlooWrapperTest) 2022-05-18T06:00:30.1894800Z , <__main__.ProcessGroupNCCLWrapperTest testMethod=test_collective_shape_mismatch>, <__main__.ProcessGroupNCCLWrapperTest testMethod=test_collective_shape_mismatch_debug_mode>, <__main__.ProcessGroupNCCLWrapperTest testMethod=test_collectives_op_mismatch>, <__main__.ProcessGroupNCCLWrapperTest testMethod=test_collectives_op_mismatch_debug_mode>]> 2022-05-18T06:00:30.1895640Z test_collective_hang (__main__.ProcessGroupNCCLWrapperTest) 2022-05-18T06:00:30.1896000Z test_collective_shape_mismatch (__main__.ProcessGroupNCCLWrapperTest) 2022-05-18T06:00:30.1896380Z test_collective_shape_mismatch_debug_mode (__main__.ProcessGroupNCCLWrapperTest) 2022-05-18T06:00:30.1896750Z test_collectives_op_mismatch (__main__.ProcessGroupNCCLWrapperTest) 2022-05-18T06:00:30.1897140Z test_collectives_op_mismatch_debug_mode (__main__.ProcessGroupNCCLWrapperTest) 2022-05-18T06:00:31.3381190Z 2022-05-18T06:00:31.3381970Z Test results will be stored in test-reports/python-unittest/distributed.test_pg_wrapper 2022-05-18T06:00:31.3382330Z Running tests... 2022-05-18T06:00:31.3382850Z ---------------------------------------------------------------------- 2022-05-18T06:00:31.7616980Z test_collective_hang (__main__.ProcessGroupGlooWrapperTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14388 2022-05-18T06:00:31.7781170Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14389 2022-05-18T06:00:31.7916520Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14390 2022-05-18T06:00:31.8024830Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14391 2022-05-18T06:00:33.4418300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T06:00:33.4664100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T06:00:33.4809080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T06:00:33.4912140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T06:00:33.5055470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T06:00:33.5057430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T06:00:33.5171590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T06:00:33.5173050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T06:00:33.5174470Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T06:00:33.5176230Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T06:00:33.5178750Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T06:00:33.5853300Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T06:00:35.7986990Z [E ProcessGroupGloo.cpp:2791] [Rank 0]: Rank 1 failed to pass monitoredBarrier in 2000 ms 2022-05-18T06:00:35.8097280Z [E ProcessGroupGloo.cpp:136] [Rank 0]: Ranks 1 failed to pass monitoredBarrier in 2000 ms 2022-05-18T06:00:35.8198610Z [E ProcessGroupGloo.cpp:136] Rank 3 successfully reached monitoredBarrier, but received errors while waiting for send/recv from rank 0. Please check rank 0 logs for faulty rank. 2022-05-18T06:00:35.8300890Z [E ProcessGroupGloo.cpp:136] Rank 2 successfully reached monitoredBarrier, but received errors while waiting for send/recv from rank 0. Please check rank 0 logs for faulty rank. 2022-05-18T06:00:36.0511990Z ok (4.713s) 2022-05-18T06:00:36.0580130Z 2022-05-18T06:00:36.0580800Z ---------------------------------------------------------------------- 2022-05-18T06:00:36.0581260Z Ran 1 test in 4.713s 2022-05-18T06:00:36.0581400Z 2022-05-18T06:00:36.0581460Z OK 2022-05-18T06:00:36.0581570Z 2022-05-18T06:00:36.0581690Z Generating XML reports... 2022-05-18T06:00:36.0582310Z Generated XML report: test-reports/python-unittest/distributed.test_pg_wrapper/TEST-ProcessGroupGlooWrapperTest-20220518060031.xml 2022-05-18T06:00:37.4694490Z 2022-05-18T06:00:37.4694810Z Running tests... 2022-05-18T06:00:37.4695440Z ---------------------------------------------------------------------- 2022-05-18T06:00:37.4695970Z Test results will be stored in test-reports/python-unittest/distributed.test_pg_wrapper 2022-05-18T06:00:37.8903210Z test_collective_shape_mismatch (__main__.ProcessGroupGlooWrapperTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14400 2022-05-18T06:00:37.8982350Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14401 2022-05-18T06:00:37.9136360Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14402 2022-05-18T06:00:37.9244100Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14403 2022-05-18T06:00:39.5067610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T06:00:39.5201890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T06:00:39.5269770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T06:00:39.5431160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T06:00:39.5456870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T06:00:39.5568230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T06:00:39.5569460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T06:00:39.6298080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T06:00:39.6300010Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T06:00:39.6369760Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T06:00:39.6373270Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T06:00:39.6375860Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T06:00:40.2404580Z ok (2.771s) 2022-05-18T06:00:40.2473140Z 2022-05-18T06:00:40.2473980Z ---------------------------------------------------------------------- 2022-05-18T06:00:40.2474300Z Ran 1 test in 2.771s 2022-05-18T06:00:40.2474450Z 2022-05-18T06:00:40.2474510Z OK 2022-05-18T06:00:40.2474620Z 2022-05-18T06:00:40.2474720Z Generating XML reports... 2022-05-18T06:00:40.2475320Z Generated XML report: test-reports/python-unittest/distributed.test_pg_wrapper/TEST-ProcessGroupGlooWrapperTest-20220518060037.xml 2022-05-18T06:00:41.6559090Z 2022-05-18T06:00:41.6559880Z Test results will be stored in test-reports/python-unittest/distributed.test_pg_wrapper 2022-05-18T06:00:41.6560250Z Running tests... 2022-05-18T06:00:41.6560650Z ---------------------------------------------------------------------- 2022-05-18T06:00:42.0800230Z test_collective_shape_mismatch_cuda (__main__.ProcessGroupGlooWrapperTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14411 2022-05-18T06:00:42.0962310Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14412 2022-05-18T06:00:42.1070400Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14413 2022-05-18T06:00:42.1179130Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14414 2022-05-18T06:00:43.7838430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T06:00:43.8141230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T06:00:43.8289480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T06:00:43.8394780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T06:00:44.1304710Z skip: Need at least 4 CUDA devices (2.474s) 2022-05-18T06:00:44.1375500Z 2022-05-18T06:00:44.1376150Z ---------------------------------------------------------------------- 2022-05-18T06:00:44.1376480Z Ran 1 test in 2.475s 2022-05-18T06:00:44.1376610Z 2022-05-18T06:00:44.1376690Z OK (skipped=1) 2022-05-18T06:00:44.1376840Z 2022-05-18T06:00:44.1376940Z Generating XML reports... 2022-05-18T06:00:44.1377550Z Generated XML report: test-reports/python-unittest/distributed.test_pg_wrapper/TEST-ProcessGroupGlooWrapperTest-20220518060041.xml 2022-05-18T06:00:45.5364630Z 2022-05-18T06:00:45.5365420Z Test results will be stored in test-reports/python-unittest/distributed.test_pg_wrapper 2022-05-18T06:00:45.5366350Z Running tests... 2022-05-18T06:00:45.5367100Z ---------------------------------------------------------------------- 2022-05-18T06:00:45.9478960Z test_collective_shape_mismatch_cuda_debug_mode (__main__.ProcessGroupGlooWrapperTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14423 2022-05-18T06:00:45.9571980Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14424 2022-05-18T06:00:45.9715930Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14425 2022-05-18T06:00:45.9832350Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14426 2022-05-18T06:00:47.5742870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T06:00:47.5834600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T06:00:47.6142150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T06:00:47.6369540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T06:00:47.9457050Z skip: Need at least 4 CUDA devices (2.409s) 2022-05-18T06:00:47.9529300Z 2022-05-18T06:00:47.9530120Z ---------------------------------------------------------------------- 2022-05-18T06:00:47.9530460Z Ran 1 test in 2.410s 2022-05-18T06:00:47.9530600Z 2022-05-18T06:00:47.9539310Z OK (skipped=1) 2022-05-18T06:00:47.9539490Z 2022-05-18T06:00:47.9539590Z Generating XML reports... 2022-05-18T06:00:47.9540270Z Generated XML report: test-reports/python-unittest/distributed.test_pg_wrapper/TEST-ProcessGroupGlooWrapperTest-20220518060045.xml 2022-05-18T06:00:49.3536510Z 2022-05-18T06:00:49.3537250Z Test results will be stored in test-reports/python-unittest/distributed.test_pg_wrapper 2022-05-18T06:00:49.3537610Z Running tests... 2022-05-18T06:00:49.3537990Z ---------------------------------------------------------------------- 2022-05-18T06:00:49.7769750Z test_collective_shape_mismatch_debug_mode (__main__.ProcessGroupGlooWrapperTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14434 2022-05-18T06:00:49.7937740Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14435 2022-05-18T06:00:49.8069380Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14436 2022-05-18T06:00:49.8076290Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14437 2022-05-18T06:00:51.3915780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T06:00:51.4065370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T06:00:51.4066650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T06:00:51.4631670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T06:00:51.5310510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T06:00:51.5913150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T06:00:51.5915140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T06:00:51.5921820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T06:00:51.5924950Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T06:00:51.6021750Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T06:00:51.6024220Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T06:00:51.6297270Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T06:00:51.6929930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T06:00:51.6931920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T06:00:51.7546010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T06:00:51.7547110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 3 2022-05-18T06:00:51.7548430Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 4 nodes. 2022-05-18T06:00:51.7550720Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:2 with 4 nodes. 2022-05-18T06:00:51.7638500Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 4 nodes. 2022-05-18T06:00:51.8340430Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 4 nodes. 2022-05-18T06:00:52.2582540Z ok (2.904s) 2022-05-18T06:00:52.2659220Z 2022-05-18T06:00:52.2659940Z ---------------------------------------------------------------------- 2022-05-18T06:00:52.2660300Z Ran 1 test in 2.905s 2022-05-18T06:00:52.2660430Z 2022-05-18T06:00:52.2660660Z OK 2022-05-18T06:00:52.2660770Z 2022-05-18T06:00:52.2660870Z Generating XML reports... 2022-05-18T06:00:52.2661520Z Generated XML report: test-reports/python-unittest/distributed.test_pg_wrapper/TEST-ProcessGroupGlooWrapperTest-20220518060049.xml 2022-05-18T06:00:53.6874880Z 2022-05-18T06:00:53.6875670Z Test results will be stored in test-reports/python-unittest/distributed.test_pg_wrapper 2022-05-18T06:00:53.6876130Z Running tests... 2022-05-18T06:00:53.6877000Z ---------------------------------------------------------------------- 2022-05-18T06:00:54.1136390Z test_collectives_op_mismatch (__main__.ProcessGroupGlooWrapperTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14446 2022-05-18T06:00:54.1195140Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14447 2022-05-18T06:00:54.1403760Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14448 2022-05-18T06:00:54.1543250Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14449 2022-05-18T06:00:55.7191940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T06:00:55.7385660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T06:00:55.7498460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T06:00:55.7621100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T06:00:55.8350540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T06:00:55.8351950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T06:00:55.8795350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T06:00:55.8797000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T06:00:55.8798620Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T06:00:55.8800430Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T06:00:55.9258090Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T06:00:55.9259570Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T06:00:56.5521070Z ok (2.864s) 2022-05-18T06:00:56.5593730Z 2022-05-18T06:00:56.5594810Z ---------------------------------------------------------------------- 2022-05-18T06:00:56.5595470Z Ran 1 test in 2.865s 2022-05-18T06:00:56.5595910Z 2022-05-18T06:00:56.5596240Z OK 2022-05-18T06:00:56.5596690Z 2022-05-18T06:00:56.5596910Z Generating XML reports... 2022-05-18T06:00:56.5597630Z Generated XML report: test-reports/python-unittest/distributed.test_pg_wrapper/TEST-ProcessGroupGlooWrapperTest-20220518060053.xml 2022-05-18T06:00:57.9656810Z 2022-05-18T06:00:57.9657730Z Test results will be stored in test-reports/python-unittest/distributed.test_pg_wrapper 2022-05-18T06:00:57.9659030Z Running tests... 2022-05-18T06:00:57.9659520Z ---------------------------------------------------------------------- 2022-05-18T06:00:58.3866950Z test_collectives_op_mismatch_cuda (__main__.ProcessGroupGlooWrapperTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14457 2022-05-18T06:00:58.4029760Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14458 2022-05-18T06:00:58.4147510Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14459 2022-05-18T06:00:58.4224740Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14460 2022-05-18T06:00:59.9652090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T06:01:00.0172990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T06:01:00.0204520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T06:01:00.1270160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T06:01:00.4626320Z skip: Need at least 4 CUDA devices (2.497s) 2022-05-18T06:01:00.4700070Z 2022-05-18T06:01:00.4701020Z ---------------------------------------------------------------------- 2022-05-18T06:01:00.4701380Z Ran 1 test in 2.497s 2022-05-18T06:01:00.4701530Z 2022-05-18T06:01:00.4701610Z OK (skipped=1) 2022-05-18T06:01:00.4701730Z 2022-05-18T06:01:00.4701830Z Generating XML reports... 2022-05-18T06:01:00.4702450Z Generated XML report: test-reports/python-unittest/distributed.test_pg_wrapper/TEST-ProcessGroupGlooWrapperTest-20220518060057.xml 2022-05-18T06:01:01.8799240Z 2022-05-18T06:01:01.8799560Z Running tests... 2022-05-18T06:01:01.8800200Z ---------------------------------------------------------------------- 2022-05-18T06:01:01.8801180Z Test results will be stored in test-reports/python-unittest/distributed.test_pg_wrapper 2022-05-18T06:01:02.3063620Z test_collectives_op_mismatch_cuda_debug_mode (__main__.ProcessGroupGlooWrapperTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14468 2022-05-18T06:01:02.3215770Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14469 2022-05-18T06:01:02.3347420Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14470 2022-05-18T06:01:02.3486180Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14471 2022-05-18T06:01:03.9856050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T06:01:04.0057010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T06:01:04.0222720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T06:01:04.0664060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T06:01:04.3612710Z skip: Need at least 4 CUDA devices (2.481s) 2022-05-18T06:01:04.3688770Z 2022-05-18T06:01:04.3689490Z ---------------------------------------------------------------------- 2022-05-18T06:01:04.3689860Z Ran 1 test in 2.482s 2022-05-18T06:01:04.3689990Z 2022-05-18T06:01:04.3690070Z OK (skipped=1) 2022-05-18T06:01:04.3690220Z 2022-05-18T06:01:04.3690310Z Generating XML reports... 2022-05-18T06:01:04.3690920Z Generated XML report: test-reports/python-unittest/distributed.test_pg_wrapper/TEST-ProcessGroupGlooWrapperTest-20220518060101.xml 2022-05-18T06:01:05.7872300Z 2022-05-18T06:01:05.7873060Z Test results will be stored in test-reports/python-unittest/distributed.test_pg_wrapper 2022-05-18T06:01:05.7873410Z Running tests... 2022-05-18T06:01:05.7873810Z ---------------------------------------------------------------------- 2022-05-18T06:01:06.2143540Z test_collectives_op_mismatch_debug_mode (__main__.ProcessGroupGlooWrapperTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14480 2022-05-18T06:01:06.2278390Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14481 2022-05-18T06:01:06.2413150Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14482 2022-05-18T06:01:06.2523430Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 14483 2022-05-18T06:01:07.8344690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T06:01:07.8353440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T06:01:07.8495820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T06:01:07.9323200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T06:01:08.1314610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T06:01:08.1316210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T06:01:08.1323090Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T06:01:08.1431550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T06:01:08.1434000Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T06:01:08.1550780Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T06:01:08.1559040Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T06:01:08.1564070Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T06:01:08.2555520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T06:01:08.3239380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T06:01:08.3240980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T06:01:08.3247060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 3 2022-05-18T06:01:08.3249940Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 4 nodes. 2022-05-18T06:01:08.3251150Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:2 with 4 nodes. 2022-05-18T06:01:08.3794890Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 4 nodes. 2022-05-18T06:01:08.4106760Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 4 nodes. 2022-05-18T06:01:09.0088880Z ok (3.221s) 2022-05-18T06:01:09.0158470Z 2022-05-18T06:01:09.0159370Z ---------------------------------------------------------------------- 2022-05-18T06:01:09.0159720Z Ran 1 test in 3.222s 2022-05-18T06:01:09.0159850Z 2022-05-18T06:01:09.0159920Z OK 2022-05-18T06:01:09.0160030Z 2022-05-18T06:01:09.0160150Z Generating XML reports... 2022-05-18T06:01:09.0160770Z Generated XML report: test-reports/python-unittest/distributed.test_pg_wrapper/TEST-ProcessGroupGlooWrapperTest-20220518060105.xml 2022-05-18T06:01:10.4192280Z 2022-05-18T06:01:10.4193100Z Test results will be stored in test-reports/python-unittest/distributed.test_pg_wrapper 2022-05-18T06:01:10.4193580Z Running tests... 2022-05-18T06:01:10.4194520Z ---------------------------------------------------------------------- 2022-05-18T06:01:10.4195420Z test_collective_hang (__main__.ProcessGroupNCCLWrapperTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T06:01:10.4247590Z 2022-05-18T06:01:10.4248470Z ---------------------------------------------------------------------- 2022-05-18T06:01:10.4248850Z Ran 1 test in 0.001s 2022-05-18T06:01:10.4248980Z 2022-05-18T06:01:10.4249070Z OK (skipped=1) 2022-05-18T06:01:10.4249190Z 2022-05-18T06:01:10.4249290Z Generating XML reports... 2022-05-18T06:01:10.4249900Z Generated XML report: test-reports/python-unittest/distributed.test_pg_wrapper/TEST-ProcessGroupNCCLWrapperTest-20220518060110.xml 2022-05-18T06:01:11.7302320Z 2022-05-18T06:01:11.7303140Z Test results will be stored in test-reports/python-unittest/distributed.test_pg_wrapper 2022-05-18T06:01:11.7303790Z Running tests... 2022-05-18T06:01:11.7304520Z ---------------------------------------------------------------------- 2022-05-18T06:01:11.7304970Z test_collective_shape_mismatch (__main__.ProcessGroupNCCLWrapperTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T06:01:11.7356990Z 2022-05-18T06:01:11.7357950Z ---------------------------------------------------------------------- 2022-05-18T06:01:11.7358300Z Ran 1 test in 0.001s 2022-05-18T06:01:11.7358420Z 2022-05-18T06:01:11.7358510Z OK (skipped=1) 2022-05-18T06:01:11.7358630Z 2022-05-18T06:01:11.7358730Z Generating XML reports... 2022-05-18T06:01:11.7359340Z Generated XML report: test-reports/python-unittest/distributed.test_pg_wrapper/TEST-ProcessGroupNCCLWrapperTest-20220518060111.xml 2022-05-18T06:01:13.0646520Z 2022-05-18T06:01:13.0647320Z Test results will be stored in test-reports/python-unittest/distributed.test_pg_wrapper 2022-05-18T06:01:13.0647680Z Running tests... 2022-05-18T06:01:13.0648080Z ---------------------------------------------------------------------- 2022-05-18T06:01:13.0648540Z test_collective_shape_mismatch_debug_mode (__main__.ProcessGroupNCCLWrapperTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T06:01:13.0702190Z 2022-05-18T06:01:13.0703040Z ---------------------------------------------------------------------- 2022-05-18T06:01:13.0703880Z Ran 1 test in 0.001s 2022-05-18T06:01:13.0704080Z 2022-05-18T06:01:13.0704170Z OK (skipped=1) 2022-05-18T06:01:13.0704290Z 2022-05-18T06:01:13.0704390Z Generating XML reports... 2022-05-18T06:01:13.0705030Z Generated XML report: test-reports/python-unittest/distributed.test_pg_wrapper/TEST-ProcessGroupNCCLWrapperTest-20220518060113.xml 2022-05-18T06:01:14.3701570Z 2022-05-18T06:01:14.3702500Z Test results will be stored in test-reports/python-unittest/distributed.test_pg_wrapper 2022-05-18T06:01:14.3703160Z Running tests... 2022-05-18T06:01:14.3703960Z ---------------------------------------------------------------------- 2022-05-18T06:01:14.3704450Z test_collectives_op_mismatch (__main__.ProcessGroupNCCLWrapperTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T06:01:14.3756680Z 2022-05-18T06:01:14.3757410Z ---------------------------------------------------------------------- 2022-05-18T06:01:14.3757720Z Ran 1 test in 0.001s 2022-05-18T06:01:14.3757860Z 2022-05-18T06:01:14.3757960Z OK (skipped=1) 2022-05-18T06:01:14.3758090Z 2022-05-18T06:01:14.3758190Z Generating XML reports... 2022-05-18T06:01:14.3758790Z Generated XML report: test-reports/python-unittest/distributed.test_pg_wrapper/TEST-ProcessGroupNCCLWrapperTest-20220518060114.xml 2022-05-18T06:01:15.6698320Z 2022-05-18T06:01:15.6699110Z Test results will be stored in test-reports/python-unittest/distributed.test_pg_wrapper 2022-05-18T06:01:15.6699500Z Running tests... 2022-05-18T06:01:15.6699900Z ---------------------------------------------------------------------- 2022-05-18T06:01:15.6700350Z test_collectives_op_mismatch_debug_mode (__main__.ProcessGroupNCCLWrapperTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T06:01:15.6756070Z 2022-05-18T06:01:15.6756830Z ---------------------------------------------------------------------- 2022-05-18T06:01:15.6757300Z Ran 1 test in 0.001s 2022-05-18T06:01:15.6757440Z 2022-05-18T06:01:15.6757570Z OK (skipped=1) 2022-05-18T06:01:15.6757750Z 2022-05-18T06:01:15.6757870Z Generating XML reports... 2022-05-18T06:01:15.6758500Z Generated XML report: test-reports/python-unittest/distributed.test_pg_wrapper/TEST-ProcessGroupNCCLWrapperTest-20220518060115.xml 2022-05-18T06:01:16.0172870Z Running distributions/test_constraints ... [2022-05-18 06:01:16.016746] 2022-05-18T06:01:16.0174420Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributions/test_constraints.py', '-v'] ... [2022-05-18 06:01:16.016868] 2022-05-18T06:01:16.4905210Z ============================= test session starts ============================== 2022-05-18T06:01:16.4906220Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T06:01:16.4906550Z cachedir: .pytest_cache 2022-05-18T06:01:16.4907120Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T06:01:16.4907590Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T06:01:16.4907960Z plugins: hypothesis-6.46.5 2022-05-18T06:01:17.8951170Z collecting ... collected 132 items 2022-05-18T06:01:17.8951390Z 2022-05-18T06:01:17.8983640Z distributions/test_constraints.py::test_constraint[False-constraint_fn0-False-value0] PASSED [ 0%] 2022-05-18T06:01:17.9000540Z distributions/test_constraints.py::test_constraint[False-constraint_fn1-False-value1] PASSED [ 1%] 2022-05-18T06:01:17.9017420Z distributions/test_constraints.py::test_constraint[False-constraint_fn2-False-value2] PASSED [ 2%] 2022-05-18T06:01:17.9034210Z distributions/test_constraints.py::test_constraint[False-constraint_fn3-True-value3] PASSED [ 3%] 2022-05-18T06:01:17.9389790Z distributions/test_constraints.py::test_constraint[False-constraint_fn4-False-value4] PASSED [ 3%] 2022-05-18T06:01:17.9413140Z distributions/test_constraints.py::test_constraint[False-constraint_fn5-False-value5] PASSED [ 4%] 2022-05-18T06:01:17.9430530Z distributions/test_constraints.py::test_constraint[False-constraint_fn6-True-value6] PASSED [ 5%] 2022-05-18T06:01:17.9447420Z distributions/test_constraints.py::test_constraint[False-constraint_fn7-True-value7] PASSED [ 6%] 2022-05-18T06:01:17.9464440Z distributions/test_constraints.py::test_constraint[False-constraint_fn8-False-value8] PASSED [ 6%] 2022-05-18T06:01:17.9483080Z distributions/test_constraints.py::test_constraint[False-constraint_fn9-True-value9] PASSED [ 7%] 2022-05-18T06:01:17.9500840Z distributions/test_constraints.py::test_constraint[False-constraint_fn10-False-value10] PASSED [ 8%] 2022-05-18T06:01:17.9519500Z distributions/test_constraints.py::test_constraint[False-constraint_fn11-False-value11] PASSED [ 9%] 2022-05-18T06:01:17.9536330Z distributions/test_constraints.py::test_constraint[False-constraint_fn12-True-value12] PASSED [ 9%] 2022-05-18T06:01:17.9553710Z distributions/test_constraints.py::test_constraint[False-constraint_fn13-True-value13] PASSED [ 10%] 2022-05-18T06:01:17.9571070Z distributions/test_constraints.py::test_constraint[False-constraint_fn14-False-value14] PASSED [ 11%] 2022-05-18T06:01:17.9587810Z distributions/test_constraints.py::test_constraint[False-constraint_fn15-True-value15] PASSED [ 12%] 2022-05-18T06:01:17.9605410Z distributions/test_constraints.py::test_constraint[False-constraint_fn16-True-value16] PASSED [ 12%] 2022-05-18T06:01:17.9623690Z distributions/test_constraints.py::test_constraint[False-constraint_fn17-True-value17] PASSED [ 13%] 2022-05-18T06:01:17.9635810Z distributions/test_constraints.py::test_constraint[True-constraint_fn0-False-value0] SKIPPED [ 14%] 2022-05-18T06:01:17.9646230Z distributions/test_constraints.py::test_constraint[True-constraint_fn1-False-value1] SKIPPED [ 15%] 2022-05-18T06:01:17.9656850Z distributions/test_constraints.py::test_constraint[True-constraint_fn2-False-value2] SKIPPED [ 15%] 2022-05-18T06:01:17.9667140Z distributions/test_constraints.py::test_constraint[True-constraint_fn3-True-value3] SKIPPED [ 16%] 2022-05-18T06:01:17.9677620Z distributions/test_constraints.py::test_constraint[True-constraint_fn4-False-value4] SKIPPED [ 17%] 2022-05-18T06:01:17.9689140Z distributions/test_constraints.py::test_constraint[True-constraint_fn5-False-value5] SKIPPED [ 18%] 2022-05-18T06:01:17.9699350Z distributions/test_constraints.py::test_constraint[True-constraint_fn6-True-value6] SKIPPED [ 18%] 2022-05-18T06:01:17.9709570Z distributions/test_constraints.py::test_constraint[True-constraint_fn7-True-value7] SKIPPED [ 19%] 2022-05-18T06:01:17.9720270Z distributions/test_constraints.py::test_constraint[True-constraint_fn8-False-value8] SKIPPED [ 20%] 2022-05-18T06:01:17.9730170Z distributions/test_constraints.py::test_constraint[True-constraint_fn9-True-value9] SKIPPED [ 21%] 2022-05-18T06:01:17.9740450Z distributions/test_constraints.py::test_constraint[True-constraint_fn10-False-value10] SKIPPED [ 21%] 2022-05-18T06:01:17.9750520Z distributions/test_constraints.py::test_constraint[True-constraint_fn11-False-value11] SKIPPED [ 22%] 2022-05-18T06:01:17.9760770Z distributions/test_constraints.py::test_constraint[True-constraint_fn12-True-value12] SKIPPED [ 23%] 2022-05-18T06:01:17.9771120Z distributions/test_constraints.py::test_constraint[True-constraint_fn13-True-value13] SKIPPED [ 24%] 2022-05-18T06:01:17.9781930Z distributions/test_constraints.py::test_constraint[True-constraint_fn14-False-value14] SKIPPED [ 25%] 2022-05-18T06:01:17.9792690Z distributions/test_constraints.py::test_constraint[True-constraint_fn15-True-value15] SKIPPED [ 25%] 2022-05-18T06:01:17.9804370Z distributions/test_constraints.py::test_constraint[True-constraint_fn16-True-value16] SKIPPED [ 26%] 2022-05-18T06:01:17.9814880Z distributions/test_constraints.py::test_constraint[True-constraint_fn17-True-value17] SKIPPED [ 27%] 2022-05-18T06:01:17.9833620Z distributions/test_constraints.py::test_biject_to[False-constraint_fn0-args0] PASSED [ 28%] 2022-05-18T06:01:17.9851480Z distributions/test_constraints.py::test_biject_to[False-constraint_fn1-args1] PASSED [ 28%] 2022-05-18T06:01:17.9872050Z distributions/test_constraints.py::test_biject_to[False-constraint_fn2-args2] PASSED [ 29%] 2022-05-18T06:01:17.9889320Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args3] PASSED [ 30%] 2022-05-18T06:01:17.9906200Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args4] PASSED [ 31%] 2022-05-18T06:01:17.9923320Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args5] PASSED [ 31%] 2022-05-18T06:01:17.9940290Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args6] PASSED [ 32%] 2022-05-18T06:01:17.9957550Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args7] PASSED [ 33%] 2022-05-18T06:01:17.9974770Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args8] PASSED [ 34%] 2022-05-18T06:01:17.9992360Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args9] PASSED [ 34%] 2022-05-18T06:01:18.0009410Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args10] PASSED [ 35%] 2022-05-18T06:01:18.0027480Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args11] PASSED [ 36%] 2022-05-18T06:01:18.0045210Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args12] PASSED [ 37%] 2022-05-18T06:01:18.0062300Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args13] PASSED [ 37%] 2022-05-18T06:01:18.0082160Z distributions/test_constraints.py::test_biject_to[False-constraint_fn14-args14] PASSED [ 38%] 2022-05-18T06:01:18.0101320Z distributions/test_constraints.py::test_biject_to[False-_Interval-args15] PASSED [ 39%] 2022-05-18T06:01:18.0119770Z distributions/test_constraints.py::test_biject_to[False-_Interval-args16] PASSED [ 40%] 2022-05-18T06:01:18.0138860Z distributions/test_constraints.py::test_biject_to[False-_Interval-args17] PASSED [ 40%] 2022-05-18T06:01:18.0157880Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18] PASSED [ 41%] 2022-05-18T06:01:18.0176940Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19] PASSED [ 42%] 2022-05-18T06:01:18.0196220Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20] PASSED [ 43%] 2022-05-18T06:01:18.0221090Z distributions/test_constraints.py::test_biject_to[False-constraint_fn21-args21] PASSED [ 43%] 2022-05-18T06:01:18.0254710Z distributions/test_constraints.py::test_biject_to[False-constraint_fn22-args22] PASSED [ 44%] 2022-05-18T06:01:18.0274690Z distributions/test_constraints.py::test_biject_to[False-constraint_fn23-args23] SKIPPED [ 45%] 2022-05-18T06:01:18.0285130Z distributions/test_constraints.py::test_biject_to[True-constraint_fn0-args0] SKIPPED [ 46%] 2022-05-18T06:01:18.0296590Z distributions/test_constraints.py::test_biject_to[True-constraint_fn1-args1] SKIPPED [ 46%] 2022-05-18T06:01:18.0308330Z distributions/test_constraints.py::test_biject_to[True-constraint_fn2-args2] SKIPPED [ 47%] 2022-05-18T06:01:18.0319250Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args3] SKIPPED [ 48%] 2022-05-18T06:01:18.0331500Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args4] SKIPPED [ 49%] 2022-05-18T06:01:18.0342510Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args5] SKIPPED [ 50%] 2022-05-18T06:01:18.0353230Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args6] SKIPPED [ 50%] 2022-05-18T06:01:18.0364220Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args7] SKIPPED [ 51%] 2022-05-18T06:01:18.0375070Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args8] SKIPPED [ 52%] 2022-05-18T06:01:18.0386310Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args9] SKIPPED [ 53%] 2022-05-18T06:01:18.0397090Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args10] SKIPPED [ 53%] 2022-05-18T06:01:18.0407840Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args11] SKIPPED [ 54%] 2022-05-18T06:01:18.0419330Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args12] SKIPPED [ 55%] 2022-05-18T06:01:18.0429640Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args13] SKIPPED [ 56%] 2022-05-18T06:01:18.0440800Z distributions/test_constraints.py::test_biject_to[True-constraint_fn14-args14] SKIPPED [ 56%] 2022-05-18T06:01:18.0453350Z distributions/test_constraints.py::test_biject_to[True-_Interval-args15] SKIPPED [ 57%] 2022-05-18T06:01:18.0464620Z distributions/test_constraints.py::test_biject_to[True-_Interval-args16] SKIPPED [ 58%] 2022-05-18T06:01:18.0475400Z distributions/test_constraints.py::test_biject_to[True-_Interval-args17] SKIPPED [ 59%] 2022-05-18T06:01:18.0486420Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18] SKIPPED [ 59%] 2022-05-18T06:01:18.0497100Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19] SKIPPED [ 60%] 2022-05-18T06:01:18.0508000Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20] SKIPPED [ 61%] 2022-05-18T06:01:18.0518800Z distributions/test_constraints.py::test_biject_to[True-constraint_fn21-args21] SKIPPED [ 62%] 2022-05-18T06:01:18.0529610Z distributions/test_constraints.py::test_biject_to[True-constraint_fn22-args22] SKIPPED [ 62%] 2022-05-18T06:01:18.0539980Z distributions/test_constraints.py::test_biject_to[True-constraint_fn23-args23] SKIPPED [ 63%] 2022-05-18T06:01:18.0558170Z distributions/test_constraints.py::test_transform_to[False-constraint_fn0-args0] PASSED [ 64%] 2022-05-18T06:01:18.0574660Z distributions/test_constraints.py::test_transform_to[False-constraint_fn1-args1] PASSED [ 65%] 2022-05-18T06:01:18.0592280Z distributions/test_constraints.py::test_transform_to[False-constraint_fn2-args2] PASSED [ 65%] 2022-05-18T06:01:18.0610520Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args3] PASSED [ 66%] 2022-05-18T06:01:18.0627870Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args4] PASSED [ 67%] 2022-05-18T06:01:18.0645200Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args5] PASSED [ 68%] 2022-05-18T06:01:18.0662330Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args6] PASSED [ 68%] 2022-05-18T06:01:18.0679470Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args7] PASSED [ 69%] 2022-05-18T06:01:18.0697280Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args8] PASSED [ 70%] 2022-05-18T06:01:18.0715450Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args9] PASSED [ 71%] 2022-05-18T06:01:18.0737390Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args10] PASSED [ 71%] 2022-05-18T06:01:18.0754920Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args11] PASSED [ 72%] 2022-05-18T06:01:18.0772280Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args12] PASSED [ 73%] 2022-05-18T06:01:18.0790340Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args13] PASSED [ 74%] 2022-05-18T06:01:18.0809670Z distributions/test_constraints.py::test_transform_to[False-constraint_fn14-args14] PASSED [ 75%] 2022-05-18T06:01:18.0827430Z distributions/test_constraints.py::test_transform_to[False-_Interval-args15] PASSED [ 75%] 2022-05-18T06:01:18.0845880Z distributions/test_constraints.py::test_transform_to[False-_Interval-args16] PASSED [ 76%] 2022-05-18T06:01:18.0863390Z distributions/test_constraints.py::test_transform_to[False-_Interval-args17] PASSED [ 77%] 2022-05-18T06:01:18.0881790Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18] PASSED [ 78%] 2022-05-18T06:01:18.0900160Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19] PASSED [ 78%] 2022-05-18T06:01:18.0918430Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20] PASSED [ 79%] 2022-05-18T06:01:18.0937770Z distributions/test_constraints.py::test_transform_to[False-constraint_fn21-args21] PASSED [ 80%] 2022-05-18T06:01:18.0963280Z distributions/test_constraints.py::test_transform_to[False-constraint_fn22-args22] PASSED [ 81%] 2022-05-18T06:01:18.0981200Z distributions/test_constraints.py::test_transform_to[False-constraint_fn23-args23] PASSED [ 81%] 2022-05-18T06:01:18.0992310Z distributions/test_constraints.py::test_transform_to[True-constraint_fn0-args0] SKIPPED [ 82%] 2022-05-18T06:01:18.1003130Z distributions/test_constraints.py::test_transform_to[True-constraint_fn1-args1] SKIPPED [ 83%] 2022-05-18T06:01:18.1014180Z distributions/test_constraints.py::test_transform_to[True-constraint_fn2-args2] SKIPPED [ 84%] 2022-05-18T06:01:18.1025050Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args3] SKIPPED [ 84%] 2022-05-18T06:01:18.1035770Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args4] SKIPPED [ 85%] 2022-05-18T06:01:18.1046450Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args5] SKIPPED [ 86%] 2022-05-18T06:01:18.1057300Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args6] SKIPPED [ 87%] 2022-05-18T06:01:18.1068680Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args7] SKIPPED [ 87%] 2022-05-18T06:01:18.1079480Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args8] SKIPPED [ 88%] 2022-05-18T06:01:18.1090870Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args9] SKIPPED [ 89%] 2022-05-18T06:01:18.1103430Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args10] SKIPPED [ 90%] 2022-05-18T06:01:18.1114180Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args11] SKIPPED [ 90%] 2022-05-18T06:01:18.1124780Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args12] SKIPPED [ 91%] 2022-05-18T06:01:18.1135770Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args13] SKIPPED [ 92%] 2022-05-18T06:01:18.1146510Z distributions/test_constraints.py::test_transform_to[True-constraint_fn14-args14] SKIPPED [ 93%] 2022-05-18T06:01:18.1157500Z distributions/test_constraints.py::test_transform_to[True-_Interval-args15] SKIPPED [ 93%] 2022-05-18T06:01:18.1168250Z distributions/test_constraints.py::test_transform_to[True-_Interval-args16] SKIPPED [ 94%] 2022-05-18T06:01:18.1179370Z distributions/test_constraints.py::test_transform_to[True-_Interval-args17] SKIPPED [ 95%] 2022-05-18T06:01:18.1189940Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18] SKIPPED [ 96%] 2022-05-18T06:01:18.1201210Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19] SKIPPED [ 96%] 2022-05-18T06:01:18.1212770Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20] SKIPPED [ 97%] 2022-05-18T06:01:18.1222990Z distributions/test_constraints.py::test_transform_to[True-constraint_fn21-args21] SKIPPED [ 98%] 2022-05-18T06:01:18.1235280Z distributions/test_constraints.py::test_transform_to[True-constraint_fn22-args22] SKIPPED [ 99%] 2022-05-18T06:01:18.1305390Z distributions/test_constraints.py::test_transform_to[True-constraint_fn23-args23] SKIPPED [100%] 2022-05-18T06:01:18.1305680Z 2022-05-18T06:01:18.1305820Z =========================== short test summary info ============================ 2022-05-18T06:01:18.1306130Z SKIPPED [18] distributions/test_constraints.py:65: CUDA not found. 2022-05-18T06:01:18.1306500Z SKIPPED [1] distributions/test_constraints.py:83: `biject_to` not implemented. 2022-05-18T06:01:18.1306840Z SKIPPED [24] distributions/test_constraints.py:74: CUDA not found. 2022-05-18T06:01:18.1307170Z SKIPPED [24] distributions/test_constraints.py:105: CUDA not found. 2022-05-18T06:01:18.1307480Z ======================== 65 passed, 67 skipped in 1.83s ======================== 2022-05-18T06:01:18.3777480Z Running lazy/test_bindings ... [2022-05-18 06:01:18.377229] 2022-05-18T06:01:18.3778790Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'lazy/test_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:01:18.377342] 2022-05-18T06:01:19.4934470Z Running lazy/test_reuse_ir ... [2022-05-18 06:01:19.492946] 2022-05-18T06:01:19.4935170Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'lazy/test_reuse_ir.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:01:19.493060] 2022-05-18T06:01:20.6409940Z 2022-05-18T06:01:20.6410700Z Test results will be stored in test-reports/python-unittest/lazy.test_reuse_ir 2022-05-18T06:01:20.6411040Z Running tests... 2022-05-18T06:01:20.6411450Z ---------------------------------------------------------------------- 2022-05-18T06:01:21.0704650Z testAdd (__main__.TestLazyReuseIr) ... ok (0.429s) 2022-05-18T06:01:21.0768100Z testAddSub (__main__.TestLazyReuseIr) ... ok (0.006s) 2022-05-18T06:01:21.0819620Z testAddSubFallback (__main__.TestLazyReuseIr) ... ok (0.005s) 2022-05-18T06:01:21.0875150Z 2022-05-18T06:01:21.0875970Z ---------------------------------------------------------------------- 2022-05-18T06:01:21.0876340Z Ran 3 tests in 0.441s 2022-05-18T06:01:21.0876480Z 2022-05-18T06:01:21.0876540Z OK 2022-05-18T06:01:21.0876650Z 2022-05-18T06:01:21.0876750Z Generating XML reports... 2022-05-18T06:01:21.0877290Z Generated XML report: test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20220518060120.xml 2022-05-18T06:01:21.3248970Z Running test_ao_sparsity ... [2022-05-18 06:01:21.324333] 2022-05-18T06:01:21.3249660Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_ao_sparsity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:01:21.324451] 2022-05-18T06:01:22.4848410Z 2022-05-18T06:01:22.4849150Z Test results will be stored in test-reports/python-unittest/test_ao_sparsity 2022-05-18T06:01:22.4849500Z Running tests... 2022-05-18T06:01:22.4849890Z ---------------------------------------------------------------------- 2022-05-18T06:01:22.9237600Z test_constructor (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.439s) 2022-05-18T06:01:22.9300470Z test_prepare_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... [W NNPACK.cpp:51] Could not initialize NNPACK! Reason: Unsupported hardware. 2022-05-18T06:01:22.9739860Z ok (0.050s) 2022-05-18T06:01:22.9799830Z test_prepare_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.006s) 2022-05-18T06:01:22.9971400Z test_squash_mask_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.017s) 2022-05-18T06:01:23.0027890Z test_squash_mask_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.006s) 2022-05-18T06:01:23.0176360Z test_step_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.015s) 2022-05-18T06:01:23.0308940Z test_step_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.013s) 2022-05-18T06:01:23.0351340Z test_constructor (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.004s) 2022-05-18T06:01:23.0378330Z test_mask_squash (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-05-18T06:01:23.0416770Z test_mask_squash_with_params1 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.004s) 2022-05-18T06:01:23.0453630Z test_mask_squash_with_params2 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.004s) 2022-05-18T06:01:23.0492640Z test_mask_squash_with_params3 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.004s) 2022-05-18T06:01:23.0526720Z test_prepare_config (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-05-18T06:01:23.0606990Z test_state_dict (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.008s) 2022-05-18T06:01:23.0630770Z test_step (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-05-18T06:01:23.6408430Z test_convert_without_squash_mask (ao.sparsity.test_composability.TestComposability) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/observer.py:176: 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-05-18T06:01:23.6413830Z warnings.warn( 2022-05-18T06:01:23.6415730Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/sparsity/sparsifier/weight_norm_sparsifier.py:10: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-05-18T06:01:23.6417060Z rows = idx // shape[1] 2022-05-18T06:01:23.6417890Z ok (0.578s) 2022-05-18T06:01:24.1445640Z test_fusion_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.504s) 2022-05-18T06:01:24.6443510Z test_q_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.500s) 2022-05-18T06:01:24.6611010Z test_qat_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.017s) 2022-05-18T06:01:25.1649160Z test_s_prep_before_fusion (ao.sparsity.test_composability.TestComposability) ... ok (0.504s) 2022-05-18T06:01:25.6713170Z test_s_prep_before_q_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.506s) 2022-05-18T06:01:25.6923730Z test_s_prep_before_qat_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.021s) 2022-05-18T06:01:25.8659080Z test_jit_trace (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.173s) 2022-05-18T06:01:25.8691340Z test_masking_logic (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.003s) 2022-05-18T06:01:25.8795630Z test_state_dict_preserved (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.010s) 2022-05-18T06:01:25.8835840Z test_weights_parametrized (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.004s) 2022-05-18T06:01:25.8849600Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseKernels) ... ok (0.001s) 2022-05-18T06:01:25.8867810Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... ok (0.002s) 2022-05-18T06:01:25.8882150Z test_sparse_qlinear_serdes (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... ok (0.001s) 2022-05-18T06:01:25.8903800Z test_constructor (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-05-18T06:01:25.8928510Z test_lambda_scheduler (ao.sparsity.test_scheduler.TestScheduler) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/sparsity/scheduler/base_scheduler.py:123: UserWarning: Detected call of `scheduler.step()` before `sparsifier.step()`. You have to make sure you run the sparsifier.step() BEFORE any calls to the scheduer.step(). 2022-05-18T06:01:25.8929330Z warnings.warn("Detected call of `scheduler.step()` before `sparsifier.step()`. " 2022-05-18T06:01:25.8929610Z ok (0.002s) 2022-05-18T06:01:25.8942730Z test_order_of_steps (ao.sparsity.test_scheduler.TestScheduler) 2022-05-18T06:01:25.8993220Z Checks if the warning is thrown if the scheduler step is called ... ok (0.006s) 2022-05-18T06:01:25.9052730Z test_step (ao.sparsity.test_scheduler.TestScheduler) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/sparsity/sparsifier/weight_norm_sparsifier.py:10: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-05-18T06:01:25.9053570Z rows = idx // shape[1] 2022-05-18T06:01:25.9053770Z ok (0.006s) 2022-05-18T06:01:25.9081160Z test_constructor (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.003s) 2022-05-18T06:01:25.9114110Z test_mask_squash (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.003s) 2022-05-18T06:01:25.9143870Z test_prepare (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.003s) 2022-05-18T06:01:26.1450770Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.231s) 2022-05-18T06:01:29.6996770Z test_step (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (3.554s) 2022-05-18T06:01:29.7200120Z test_step_2_of_4 (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.020s) 2022-05-18T06:01:29.7344480Z 2022-05-18T06:01:29.7346110Z ---------------------------------------------------------------------- 2022-05-18T06:01:29.7346450Z Ran 39 tests in 7.235s 2022-05-18T06:01:29.7346790Z 2022-05-18T06:01:29.7347210Z OK 2022-05-18T06:01:29.7347610Z 2022-05-18T06:01:29.7348040Z Generating XML reports... 2022-05-18T06:01:29.7348700Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20220518060122.xml 2022-05-18T06:01:29.7349510Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20220518060122.xml 2022-05-18T06:01:29.7350300Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestComposability-20220518060122.xml 2022-05-18T06:01:29.7351060Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20220518060122.xml 2022-05-18T06:01:29.7351850Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20220518060122.xml 2022-05-18T06:01:29.7352630Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20220518060122.xml 2022-05-18T06:01:29.7353360Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20220518060122.xml 2022-05-18T06:01:29.7354110Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20220518060122.xml 2022-05-18T06:01:29.9783310Z Running test_autograd ... [2022-05-18 06:01:29.977968] 2022-05-18T06:01:29.9783990Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:01:29.978086] 2022-05-18T06:01:43.3259590Z 2022-05-18T06:01:43.3260320Z Test results will be stored in test-reports/python-unittest/test_autograd 2022-05-18T06:01:43.3260670Z Running tests... 2022-05-18T06:01:43.3261060Z ---------------------------------------------------------------------- 2022-05-18T06:01:43.3315580Z test_accumulate_grad (__main__.TestAutograd) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/autograd/__init__.py:173: UserWarning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (Triggered internally at ../torch/csrc/autograd/engine.cpp:995.) 2022-05-18T06:01:43.3316670Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T06:01:43.3316970Z ok (0.005s) 2022-05-18T06:01:43.3360090Z test_accumulate_grad_tensor_reference (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T06:01:43.3384490Z test_accumulate_grad_with_zero_numel_grad (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:43.3411080Z test_anomaly_assign_parent_cleanup (__main__.TestAutograd) ... test_autograd.py:3436: UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging. 2022-05-18T06:01:43.3411530Z with detect_anomaly(): 2022-05-18T06:01:43.3411720Z ok (0.003s) 2022-05-18T06:01:43.3463440Z test_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.005s) 2022-05-18T06:01:43.3730490Z test_anomaly_grad_warnings (__main__.TestAutograd) ... ok (0.026s) 2022-05-18T06:01:43.3749500Z test_attribute_deletion (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:43.7416650Z test_autograd_inplace_views_creation_meta (__main__.TestAutograd) ... ok (0.367s) 2022-05-18T06:01:43.7449840Z test_autograd_inplace_views_cross_dtype (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:01:43.7531080Z test_autograd_multiple_views_python (__main__.TestAutograd) ... ok (0.008s) 2022-05-18T06:01:43.7690820Z test_autograd_python_custom_function_inplace (__main__.TestAutograd) ... ok (0.016s) 2022-05-18T06:01:43.9354040Z test_autograd_simple_views_python (__main__.TestAutograd) ... ok (0.166s) 2022-05-18T06:01:43.9650950Z test_autograd_views_codegen (__main__.TestAutograd) ... ok (0.030s) 2022-05-18T06:01:43.9692530Z test_backward (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T06:01:43.9706570Z test_backward_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T06:01:43.9738920Z test_backward_copy (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:01:43.9762720Z test_backward_create_graph_warns (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:43.9774870Z test_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T06:01:43.9795300Z test_backward_twice_retained_graph_with_saved_values (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:43.9813010Z test_backward_twice_retained_graph_without_saved_values (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:43.9897760Z test_backward_twice_with_saved_values (__main__.TestAutograd) ... ok (0.008s) 2022-05-18T06:01:43.9914640Z test_backward_twice_without_saved_values (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:43.9975410Z test_backward_with_inputs (__main__.TestAutograd) ... ok (0.006s) 2022-05-18T06:01:44.0009170Z test_backward_with_nonleaf_inputs (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:01:44.0031650Z test_callback_adds_callback (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:44.0066360Z test_cant_create_saved_tensors (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:01:44.0097180Z test_checkpoint_valid_reset_on_error (__main__.TestAutograd) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/amp/autocast_mode.py:198: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling 2022-05-18T06:01:44.0098660Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-05-18T06:01:44.0098960Z ok (0.003s) 2022-05-18T06:01:44.0115860Z test_checkpointing (__main__.TestAutograd) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:01:44.0135360Z test_checkpointing_without_reentrant_arbitrary_input_output (__main__.TestAutograd) 2022-05-18T06:01:44.0164560Z Ensures checkpointing without reentrant autograd works with functions ... ok (0.005s) 2022-05-18T06:01:44.0177550Z test_checkpointing_without_reentrant_correct_grad (__main__.TestAutograd) 2022-05-18T06:01:44.0196990Z Verifies that correct gradients are calculated for checkpoint ... ok (0.003s) 2022-05-18T06:01:44.0214080Z test_checkpointing_without_reentrant_dataparallel (__main__.TestAutograd) 2022-05-18T06:01:44.0239150Z Verifies gradient correctness when checkpoint without reentrant autograd ... ok (0.004s) 2022-05-18T06:01:44.0270750Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_False (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:01:44.0322930Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_True (__main__.TestAutograd) ... ok (0.005s) 2022-05-18T06:01:44.0342730Z test_checkpointing_without_reentrant_input_requires_grad_False (__main__.TestAutograd) 2022-05-18T06:01:44.0349670Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:01:44.0369580Z test_checkpointing_without_reentrant_input_requires_grad_True (__main__.TestAutograd) 2022-05-18T06:01:44.0375650Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:01:44.0385960Z test_checkpointing_without_reentrant_parameter_used_in_an_out (__main__.TestAutograd) 2022-05-18T06:01:44.0399460Z Ensures that gradient hooks are only called once per tensor. ... ok (0.002s) 2022-05-18T06:01:44.0547010Z test_custom_autograd_no_early_free (__main__.TestAutograd) ... ok (0.015s) 2022-05-18T06:01:44.0603980Z test_custom_autograd_repeated_grad_grad (__main__.TestAutograd) ... ok (0.006s) 2022-05-18T06:01:44.1704550Z test_custom_function_cycle (__main__.TestAutograd) ... ok (0.110s) 2022-05-18T06:01:44.1748120Z test_custom_function_error (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T06:01:44.1768380Z test_custom_function_exception (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:44.2125400Z test_custom_function_forward_mode_forward_is_no_op (__main__.TestAutograd) ... ok (0.035s) 2022-05-18T06:01:44.2236390Z test_custom_function_forward_mode_inplace_checks (__main__.TestAutograd) ... ok (0.011s) 2022-05-18T06:01:44.2284530Z test_custom_function_forward_mode_non_tensor_before_tensor_args (__main__.TestAutograd) ... ok (0.005s) 2022-05-18T06:01:44.2506760Z test_custom_function_forward_mode_view_checks (__main__.TestAutograd) ... ok (0.022s) 2022-05-18T06:01:44.2635020Z test_custom_function_forward_mode_wrong_formula (__main__.TestAutograd) ... ok (0.013s) 2022-05-18T06:01:44.2658360Z test_custom_function_local_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:44.2690980Z test_custom_function_no_tensors (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:01:44.2853510Z test_custom_function_non_tensor_inputs_outputs (__main__.TestAutograd) ... ok (0.016s) 2022-05-18T06:01:44.2924650Z test_custom_function_return_view_in_nograd (__main__.TestAutograd) ... ok (0.007s) 2022-05-18T06:01:44.3050510Z test_custom_function_save_for_forward (__main__.TestAutograd) ... ok (0.012s) 2022-05-18T06:01:44.3158520Z test_custom_function_saved_tensors (__main__.TestAutograd) ... ok (0.011s) 2022-05-18T06:01:44.3175590Z test_deep_reentrant (__main__.TestAutograd) ... skip: Fails with SIGBUS on macOS; https://github.com/pytorch/pytorch/issues/25941 (0.002s) 2022-05-18T06:01:44.3238070Z test_default_saved_variable_hooks_double_backward (__main__.TestAutograd) ... ok (0.006s) 2022-05-18T06:01:44.3266600Z test_dep_nograd (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:01:44.3286870Z test_dependent_backward (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:44.3366640Z test_detach (__main__.TestAutograd) ... ok (0.008s) 2022-05-18T06:01:44.3374700Z test_detach_base (__main__.TestAutograd) 2022-05-18T06:01:44.3382800Z detaching base does not detach view ... ok (0.002s) 2022-05-18T06:01:44.3462840Z test_detach_disallows_metadata_change (__main__.TestAutograd) ... ok (0.008s) 2022-05-18T06:01:44.3555740Z test_detach_then_inplace_raises_in_autograd (__main__.TestAutograd) ... ok (0.009s) 2022-05-18T06:01:44.3576320Z test_diagonal_derivative_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:44.3598130Z test_diagonal_expanded_v (__main__.TestAutograd) ... test_autograd.py:2021: 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-05-18T06:01:44.3598730Z v_expanded = torch.tensor(value).expand(10) 2022-05-18T06:01:44.3598960Z ok (0.002s) 2022-05-18T06:01:44.3675390Z test_dir (__main__.TestAutograd) ... ok (0.007s) 2022-05-18T06:01:44.3694530Z test_dont_materialize_grads (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:44.3716480Z test_duplicate_backward_root (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:44.3824000Z test_eig_complex_eigenvalues (__main__.TestAutograd) ... test_autograd.py:3529: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-05-18T06:01:44.3825270Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-05-18T06:01:44.3844330Z L, _ = torch.eig(A) 2022-05-18T06:01:44.3844960Z should be replaced with 2022-05-18T06:01:44.3845540Z L_complex = torch.linalg.eigvals(A) 2022-05-18T06:01:44.3846090Z and 2022-05-18T06:01:44.3846610Z L, V = torch.eig(A, eigenvectors=True) 2022-05-18T06:01:44.3847150Z should be replaced with 2022-05-18T06:01:44.3847830Z L_complex, V_complex = torch.linalg.eig(A) (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:3427.) 2022-05-18T06:01:44.3848490Z w, v = torch.eig(A, eigenvectors=True) 2022-05-18T06:01:44.3849630Z ok (0.011s) 2022-05-18T06:01:44.3918800Z test_eig_no_eigenvectors (__main__.TestAutograd) ... ok (0.009s) 2022-05-18T06:01:47.7247570Z test_free_deep_graph (__main__.TestAutograd) ... ok (3.333s) 2022-05-18T06:01:50.3068950Z test_free_deep_graph_complicated (__main__.TestAutograd) ... ok (2.582s) 2022-05-18T06:01:52.7631350Z test_free_deep_graph_pyfunction (__main__.TestAutograd) ... ok (2.456s) 2022-05-18T06:01:52.7673270Z test_function (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T06:01:52.7710360Z test_function_returns_input (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T06:01:52.7738260Z test_function_returns_undefined_tensor (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:01:52.7747230Z test_gc_in_destructor (__main__.TestAutograd) 2022-05-18T06:01:53.3314460Z Previously, if a Function destructor triggered a garbage collection, ... ok (0.557s) 2022-05-18T06:01:53.3364250Z test_grad (__main__.TestAutograd) ... ok (0.005s) 2022-05-18T06:01:53.3382790Z test_grad_badcalls (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:53.3424900Z test_grad_batched_grad (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T06:01:53.3470190Z test_grad_empty_inputs (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T06:01:53.3717960Z test_grad_fn_attr_bindings (__main__.TestAutograd) ... ok (0.025s) 2022-05-18T06:01:53.3738590Z test_grad_fn_badcalls (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:53.3766350Z test_grad_mode_restored_reentrant (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:01:53.3824140Z test_grad_nonleaf (__main__.TestAutograd) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:1086: 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 aten/src/ATen/core/TensorBody.h:482.) 2022-05-18T06:01:53.3825860Z return self._grad 2022-05-18T06:01:53.3826140Z ok (0.006s) 2022-05-18T06:01:53.3854080Z test_grad_nonleaf_many_outputs (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:01:53.3902230Z test_grad_nonleaf_register_hook (__main__.TestAutograd) ... ok (0.005s) 2022-05-18T06:01:53.3935480Z test_grad_unreachable (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:01:53.3968040Z test_grad_unreachable_discovery (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:01:53.4301300Z test_gradcheck_backward_mul_by_grad_output (__main__.TestAutograd) ... ok (0.033s) 2022-05-18T06:01:53.5004550Z test_gradcheck_check_batched_grad (__main__.TestAutograd) ... ok (0.070s) 2022-05-18T06:01:53.5032360Z test_gradcheck_check_forward_or_backward_only (__main__.TestAutograd) 2022-05-18T06:01:53.5332280Z Depending on settings for check_forward_ad and check_backward_ad, the ... ok (0.033s) 2022-05-18T06:01:53.5386910Z test_gradcheck_check_no_differentiable_outputs (__main__.TestAutograd) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-05-18T06:01:53.5387600Z warnings.warn( 2022-05-18T06:01:53.5387780Z ok (0.005s) 2022-05-18T06:01:53.5523640Z test_gradcheck_complex_non_complex_outputs (__main__.TestAutograd) ... ok (0.014s) 2022-05-18T06:01:53.5769250Z test_gradcheck_custom_error (__main__.TestAutograd) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-05-18T06:01:53.5769850Z warnings.warn( 2022-05-18T06:01:53.5770040Z ok (0.024s) 2022-05-18T06:01:53.5858940Z test_gradcheck_dense_and_sparse_inputs (__main__.TestAutograd) ... ok (0.009s) 2022-05-18T06:01:53.7313080Z test_gradcheck_forward_ad (__main__.TestAutograd) ... ok (0.145s) 2022-05-18T06:01:53.7462430Z test_gradcheck_forward_ad_batched_grad (__main__.TestAutograd) ... ok (0.015s) 2022-05-18T06:01:53.7590010Z test_gradcheck_forward_ad_respects_requires_grad (__main__.TestAutograd) ... ok (0.013s) 2022-05-18T06:01:53.7708960Z test_gradcheck_forward_ad_runs_with_no_requires_grad (__main__.TestAutograd) ... ok (0.012s) 2022-05-18T06:01:53.7823020Z test_gradcheck_get_analytical_jacobian (__main__.TestAutograd) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/autograd/gradcheck.py:580: UserWarning: get_analytical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-05-18T06:01:53.7824060Z warnings.warn("get_analytical_jacobian was part of PyTorch's private API and not " 2022-05-18T06:01:53.7824340Z ok (0.011s) 2022-05-18T06:01:53.7932320Z test_gradcheck_get_numerical_jacobian (__main__.TestAutograd) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/autograd/gradcheck.py:173: UserWarning: get_numerical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-05-18T06:01:53.7934010Z warnings.warn("get_numerical_jacobian was part of PyTorch's private API and not " 2022-05-18T06:01:53.7934290Z ok (0.011s) 2022-05-18T06:01:53.8619250Z test_gradcheck_jacobian_mismatch (__main__.TestAutograd) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-05-18T06:01:53.8619920Z warnings.warn( 2022-05-18T06:01:53.8620110Z ok (0.069s) 2022-05-18T06:01:53.8926090Z test_gradcheck_multiple_mkldnn_inputs (__main__.TestAutograd) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-05-18T06:01:53.8926780Z warnings.warn( 2022-05-18T06:01:53.8926970Z ok (0.031s) 2022-05-18T06:01:54.0211790Z test_gradcheck_nondeterministic (__main__.TestAutograd) ... ok (0.128s) 2022-05-18T06:01:54.0256850Z test_gradcheck_output_shape_or_dtype_depend_on_values (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T06:01:54.0470860Z test_gradcheck_single_input (__main__.TestAutograd) ... ok (0.021s) 2022-05-18T06:01:54.0599330Z test_gradcheck_sparse_csr_input (__main__.TestAutograd) ... test_autograd.py:3684: 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 ../aten/src/ATen/SparseCsrTensorImpl.cpp:68.) 2022-05-18T06:01:54.0600170Z gradcheck(fn, torch.rand(2, 2, dtype=torch.double).to_sparse_csr().requires_grad_(True), check_sparse_nnz=True, 2022-05-18T06:01:54.0600490Z expected failure (0.013s) 2022-05-18T06:01:54.0671960Z test_gradcheck_sparse_input (__main__.TestAutograd) ... ok (0.007s) 2022-05-18T06:01:54.0703730Z test_gradcheck_test_outputs (__main__.TestAutograd) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-05-18T06:01:54.0704360Z warnings.warn( 2022-05-18T06:01:54.0704550Z ok (0.003s) 2022-05-18T06:01:54.0821470Z test_gradcheck_undefined_grad (__main__.TestAutograd) ... ok (0.012s) 2022-05-18T06:01:54.0913560Z test_gradcheck_validates_input_mkldnn (__main__.TestAutograd) ... ok (0.009s) 2022-05-18T06:01:54.1010970Z test_gradcheck_validates_inputs (__main__.TestAutograd) ... ok (0.010s) 2022-05-18T06:01:54.1121030Z test_graph_save_on_cpu (__main__.TestAutograd) ... ok (0.011s) 2022-05-18T06:01:54.1138320Z test_graph_save_on_cpu_cuda (__main__.TestAutograd) ... skip: test requires CUDA (0.002s) 2022-05-18T06:01:54.1175680Z test_hessian_vector (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T06:01:54.1202180Z test_hook_none (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:01:54.1217440Z test_hook_with_no_name (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T06:01:54.1269720Z test_hooks (__main__.TestAutograd) ... ok (0.005s) 2022-05-18T06:01:54.1300610Z test_hooks_cpp (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:01:54.1317360Z test_index_backward_does_not_save_tensor (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:54.1620780Z test_indexing (__main__.TestAutograd) ... ok (0.030s) 2022-05-18T06:01:54.1684130Z test_indexing_duplicates (__main__.TestAutograd) ... ok (0.006s) 2022-05-18T06:01:54.2047610Z test_inplace (__main__.TestAutograd) ... ok (0.036s) 2022-05-18T06:01:54.2239590Z test_inplace_not_requires_grad (__main__.TestAutograd) ... ok (0.019s) 2022-05-18T06:01:54.2350860Z test_inplace_on_view_backward (__main__.TestAutograd) ... ok (0.011s) 2022-05-18T06:01:54.2412760Z test_inplace_on_view_leaf_errors (__main__.TestAutograd) ... ok (0.006s) 2022-05-18T06:01:54.2434250Z test_inplace_on_view_saved_output (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:54.3016920Z test_inplace_on_view_weak_grad_fn (__main__.TestAutograd) ... ok (0.058s) 2022-05-18T06:01:54.3043320Z test_input_buffer_accum (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:01:54.3111880Z test_integer_outputs (__main__.TestAutograd) ... ok (0.007s) 2022-05-18T06:01:54.3188270Z test_invalid_gradients (__main__.TestAutograd) ... ok (0.007s) 2022-05-18T06:01:54.3208270Z test_isolated_node (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:54.3234370Z test_leaf_assignment (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:01:54.3251360Z test_legacy_function_deprecation_exception (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:57.2171050Z test_lobpcg (__main__.TestAutograd) ... ok (2.892s) 2022-05-18T06:01:57.2195050Z test_mark_non_differentiable (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:57.2223140Z test_mark_non_differentiable_mixed (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:01:57.2241100Z test_mark_non_differentiable_none (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:57.2261890Z test_materialize_grads (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:57.2300360Z test_multi_backward (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T06:01:57.2317290Z test_multi_backward_no_grad (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:57.2343790Z test_named_tensor_for_complex_views (__main__.TestAutograd) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:908: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at ../c10/core/TensorImpl.h:1393.) 2022-05-18T06:01:57.2344520Z return super(Tensor, self).refine_names(names) 2022-05-18T06:01:57.2344750Z ok (0.002s) 2022-05-18T06:01:57.2384670Z test_naughty_anomaly_access (__main__.TestAutograd) ... expected failure (0.004s) 2022-05-18T06:01:57.2557280Z test_naughty_autograd_function_attribute_access (__main__.TestAutograd) ... ok (0.017s) 2022-05-18T06:01:57.2583460Z test_naughty_autograd_function_stashing_ctx (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:01:57.2685120Z test_nested_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.010s) 2022-05-18T06:01:57.2723940Z test_nested_anomaly_printstack_cleanup (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T06:01:57.2752080Z test_next_functions (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:01:57.2779100Z test_no_grad (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:01:57.2793270Z test_no_grad_assignment (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T06:01:57.2831960Z test_no_grad_copy (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T06:01:57.2938200Z test_no_grad_copy_sparse (__main__.TestAutograd) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2262: UserWarning: Argument order of nn.functional.embedding_bag was changed. Usage `embedding_bag(weight, input, ...)` is deprecated, and should now be `embedding_bag(input, weight, ...)`. 2022-05-18T06:01:57.2938820Z warnings.warn( 2022-05-18T06:01:57.2939080Z ok (0.010s) 2022-05-18T06:01:57.2959110Z test_no_grad_input (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:57.3057330Z test_no_grad_modifies_version (__main__.TestAutograd) ... ok (0.010s) 2022-05-18T06:01:57.3067200Z test_no_grad_python_function (__main__.TestAutograd) 2022-05-18T06:01:57.3077000Z Python Functions should respect grad mode. ... ok (0.002s) 2022-05-18T06:01:57.3198060Z test_no_requires_grad_inplace (__main__.TestAutograd) ... ok (0.012s) 2022-05-18T06:01:57.3221900Z test_no_unnecessary_save (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:01:57.3284840Z test_no_unnecessary_unwrapping (__main__.TestAutograd) ... ok (0.006s) 2022-05-18T06:01:57.3344900Z test_not_implemented_fwad (__main__.TestAutograd) ... ok (0.006s) 2022-05-18T06:01:57.3446310Z test_not_implemented_grad (__main__.TestAutograd) ... ok (0.010s) 2022-05-18T06:01:57.3490580Z test_numpy_requires_grad (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T06:01:57.3526550Z test_once_differentiable (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T06:01:57.3632160Z test_out_variant_raises_when_inputs_require_grad (__main__.TestAutograd) ... ok (0.010s) 2022-05-18T06:01:57.3750050Z test_pack_hook_with_inplace_modification_should_fail (__main__.TestAutograd) ... ok (0.012s) 2022-05-18T06:01:57.3810840Z test_pickle (__main__.TestAutograd) ... ok (0.006s) 2022-05-18T06:01:57.3839320Z test_pow_zero_tensor_gradient (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:01:57.3868250Z test_power_function (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:01:57.3901720Z test_profiler (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:01:57.3930510Z test_profiler_aggregation_fake (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:02:00.0165150Z test_profiler_aggregation_lstm (__main__.TestAutograd) ... ok (2.623s) 2022-05-18T06:02:00.0165400Z 2022-05-18T06:02:00.0166410Z =================================================================================================================================================================== 2022-05-18T06:02:00.0166740Z TEST 2022-05-18T06:02:00.0167500Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T06:02:00.0168020Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-05-18T06:02:00.0168720Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T06:02:00.0169210Z aten::addmm 2.03% 581.000us 2.11% 603.000us 603.000us 1 [[80], [15, 10], [10, 80], [], []] 2022-05-18T06:02:00.0169550Z aten::addmm 1.35% 385.000us 1.37% 391.000us 391.000us 1 [[80], [15, 20], [20, 80], [], []] 2022-05-18T06:02:00.0169880Z aten::lstm 0.90% 256.000us 9.01% 2.576ms 2.576ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T06:02:00.0170210Z aten::addmm 0.82% 234.000us 0.84% 240.000us 240.000us 1 [[80], [15, 20], [20, 80], [], []] 2022-05-18T06:02:00.0170540Z aten::lstm 0.76% 217.000us 5.37% 1.536ms 1.536ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T06:02:00.0170860Z aten::lstm 0.76% 216.000us 4.65% 1.330ms 1.330ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T06:02:00.0171180Z aten::lstm 0.73% 208.000us 4.58% 1.310ms 1.310ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T06:02:00.0171520Z aten::lstm 0.71% 204.000us 4.88% 1.395ms 1.395ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T06:02:00.0171860Z aten::lstm 0.66% 189.000us 4.86% 1.390ms 1.390ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T06:02:00.0172550Z aten::lstm 0.63% 179.000us 4.66% 1.333ms 1.333ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T06:02:00.0173200Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T06:02:00.0173590Z Self CPU time total: 28.591ms 2022-05-18T06:02:00.0173990Z 2022-05-18T06:02:00.0174480Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T06:02:00.0174990Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-05-18T06:02:00.0176060Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T06:02:00.0176540Z aten::lstm 12.98% 3.712ms 98.02% 28.025ms 1.401ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T06:02:00.0176870Z aten::addmm 11.24% 3.214ms 15.25% 4.360ms 21.800us 200 [[80], [3, 20], [20, 80], [], []] 2022-05-18T06:02:00.0177200Z aten::sigmoid_ 9.21% 2.633ms 9.21% 2.633ms 4.388us 600 [[3, 20]] 2022-05-18T06:02:00.0177780Z aten::mul 8.86% 2.533ms 8.86% 2.533ms 4.222us 600 [[3, 20], [3, 20]] 2022-05-18T06:02:00.0178160Z aten::addmm 4.50% 1.288ms 4.92% 1.408ms 70.400us 20 [[80], [15, 20], [20, 80], [], []] 2022-05-18T06:02:00.0178510Z aten::unsafe_split 3.83% 1.094ms 12.73% 3.641ms 18.205us 200 [[3, 80], [], []] 2022-05-18T06:02:00.0178830Z aten::slice 3.72% 1.065ms 6.45% 1.843ms 2.304us 800 [[3, 80], [], [], [], []] 2022-05-18T06:02:00.0179160Z aten::tanh_ 3.51% 1.004ms 3.51% 1.004ms 5.020us 200 [[3, 20]] 2022-05-18T06:02:00.0179490Z aten::addmm 3.51% 1.003ms 4.06% 1.160ms 58.000us 20 [[80], [15, 10], [10, 80], [], []] 2022-05-18T06:02:00.0179820Z aten::tanh 3.49% 998.000us 3.49% 998.000us 4.990us 200 [[3, 20]] 2022-05-18T06:02:00.0180470Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T06:02:00.0180990Z Self CPU time total: 28.591ms 2022-05-18T06:02:00.0181130Z 2022-05-18T06:02:00.0181270Z =================================================================================================================================================================== 2022-05-18T06:02:00.0181500Z TEST 2022-05-18T06:02:00.0181730Z =================================================================================================================================================================== 2022-05-18T06:02:00.0182150Z This report only display top-level ops statistics 2022-05-18T06:02:00.0182770Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T06:02:00.0183260Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-05-18T06:02:00.0184240Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T06:02:00.0184700Z aten::lstm 0.90% 256.000us 9.01% 2.576ms 2.576ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T06:02:00.0185030Z aten::lstm 0.76% 217.000us 5.37% 1.536ms 1.536ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T06:02:00.0185360Z aten::lstm 0.76% 216.000us 4.65% 1.330ms 1.330ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T06:02:00.0185680Z aten::lstm 0.73% 208.000us 4.58% 1.310ms 1.310ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T06:02:00.0186010Z aten::lstm 0.71% 204.000us 4.88% 1.395ms 1.395ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T06:02:00.0186330Z aten::lstm 0.66% 189.000us 4.86% 1.390ms 1.390ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T06:02:00.0186660Z aten::lstm 0.63% 179.000us 4.66% 1.333ms 1.333ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T06:02:00.0187190Z aten::lstm 0.62% 178.000us 4.52% 1.291ms 1.291ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T06:02:00.0187560Z aten::lstm 0.62% 176.000us 4.55% 1.302ms 1.302ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T06:02:00.0187900Z aten::lstm 0.62% 176.000us 4.60% 1.316ms 1.316ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T06:02:00.0188620Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T06:02:00.0189020Z Self CPU time total: 28.591ms 2022-05-18T06:02:00.0189160Z 2022-05-18T06:02:00.0189300Z =================================================================================================================================================================== 2022-05-18T06:02:00.0189690Z This report only display top-level ops statistics 2022-05-18T06:02:00.0190310Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T06:02:00.0190810Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-05-18T06:02:00.0191470Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T06:02:00.0191930Z aten::lstm 12.98% 3.712ms 98.02% 28.025ms 1.401ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-05-18T06:02:00.0192270Z aten::randn 0.82% 234.000us 1.98% 566.000us 9.433us 60 [[], [], [], [], []] 2022-05-18T06:02:00.0192890Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-05-18T06:02:00.0193270Z Self CPU time total: 28.591ms 2022-05-18T06:02:00.0193410Z 2022-05-18T06:02:00.0193550Z Total time based on python measurements: 31.662ms 2022-05-18T06:02:00.0194480Z CPU time measurement python side overhead: 10.74% 2022-05-18T06:02:00.0194790Z test_profiler_aggregation_table (__main__.TestAutograd) 2022-05-18T06:02:00.0203070Z Test if the profiling result is aggregated for `str(prof)` ... ok (0.004s) 2022-05-18T06:02:00.0228860Z test_profiler_function_event_avg (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:02:00.1257010Z test_profiler_propagation (__main__.TestAutograd) ... ok (0.103s) 2022-05-18T06:02:00.1291400Z test_profiler_seq_nr (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/66893 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-05-18T06:02:00.1363910Z 2022-05-18T06:02:00.1364760Z test_profiler_shapes (__main__.TestAutograd) ... ok (0.007s) 2022-05-18T06:02:00.1366260Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-05-18T06:02:00.1367480Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-05-18T06:02:00.1368660Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-05-18T06:02:00.1370070Z aten::linear 2.65% 10.000us 77.25% 292.000us 292.000us 1 [[128, 20], [30, 20], [30]] 2022-05-18T06:02:00.1371150Z aten::t 2.91% 11.000us 5.82% 22.000us 22.000us 1 [[30, 20]] 2022-05-18T06:02:00.1372010Z aten::transpose 1.59% 6.000us 2.91% 11.000us 11.000us 1 [[30, 20], [], []] 2022-05-18T06:02:00.1372860Z aten::as_strided 1.32% 5.000us 1.32% 5.000us 5.000us 1 [[30, 20], [], [], []] 2022-05-18T06:02:00.1373710Z aten::addmm 48.94% 185.000us 68.78% 260.000us 260.000us 1 [[30], [128, 20], [20, 30], [], []] 2022-05-18T06:02:00.1374540Z aten::expand 1.06% 4.000us 1.85% 7.000us 7.000us 1 [[30], [], []] 2022-05-18T06:02:00.1375380Z aten::as_strided 0.79% 3.000us 0.79% 3.000us 3.000us 1 [[30], [], [], []] 2022-05-18T06:02:00.1376220Z aten::copy_ 17.72% 67.000us 17.72% 67.000us 67.000us 1 [[128, 30], [128, 30], []] 2022-05-18T06:02:00.1409460Z aten::resolve_conj 0.26% 1.000us 0.26% 1.000us 1.000us 1 [[128, 30]] 2022-05-18T06:02:00.1410460Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 20]] 2022-05-18T06:02:00.1410830Z aten::linear 1.32% 5.000us 22.75% 86.000us 86.000us 1 [[128, 30], [40, 30], [40]] 2022-05-18T06:02:00.1411160Z aten::t 1.85% 7.000us 3.44% 13.000us 13.000us 1 [[40, 30]] 2022-05-18T06:02:00.1411510Z aten::transpose 1.06% 4.000us 1.59% 6.000us 6.000us 1 [[40, 30], [], []] 2022-05-18T06:02:00.1411840Z aten::as_strided 0.53% 2.000us 0.53% 2.000us 2.000us 1 [[40, 30], [], [], []] 2022-05-18T06:02:00.1412740Z aten::addmm 15.08% 57.000us 17.99% 68.000us 68.000us 1 [[40], [128, 30], [30, 40], [], []] 2022-05-18T06:02:00.1413060Z aten::expand 0.53% 2.000us 1.06% 4.000us 4.000us 1 [[40], [], []] 2022-05-18T06:02:00.1413380Z aten::as_strided 0.53% 2.000us 0.53% 2.000us 2.000us 1 [[40], [], [], []] 2022-05-18T06:02:00.1413700Z aten::copy_ 1.85% 7.000us 1.85% 7.000us 7.000us 1 [[128, 40], [128, 40], []] 2022-05-18T06:02:00.1414030Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 40]] 2022-05-18T06:02:00.1414360Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-05-18T06:02:00.1415510Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-05-18T06:02:00.1415910Z Self CPU time total: 378.000us 2022-05-18T06:02:00.1416050Z 2022-05-18T06:02:00.1419220Z test_profiler_unboxed_only (__main__.TestAutograd) ... ok (0.005s) 2022-05-18T06:02:01.3072670Z test_pynode_destruction_deadlock (__main__.TestAutograd) ... ok (1.165s) 2022-05-18T06:02:01.3177160Z test_record_function (__main__.TestAutograd) ... ok (0.010s) 2022-05-18T06:02:01.3205820Z test_record_function_callbacks (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:02:01.3220500Z test_record_function_multithreaded (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T06:02:01.3256130Z test_record_function_new_signatures (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:02:01.3287850Z test_reentrant_child_error (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:02:01.3336700Z test_reentrant_priority (__main__.TestAutograd) ... ok (0.005s) 2022-05-18T06:02:01.3354200Z test_reentrant_with_callbacks_both_depths (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:02:01.3370230Z test_reentrant_with_callbacks_depth_0 (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:02:01.3386100Z test_reentrant_with_callbacks_depth_1 (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:02:01.3409140Z test_reentrant_with_leaf_variable_hook (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:02:01.3433850Z test_reentrant_with_non_leaf_variable_hook (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:02:01.3454660Z test_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:02:01.3481080Z test_requires_grad_ (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:02:01.3495700Z test_requires_grad_inplace (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T06:02:01.3527480Z test_retain_grad (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:02:01.3543530Z test_retain_grad_cycle (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:02:01.3625370Z test_return_duplicate (__main__.TestAutograd) ... ok (0.008s) 2022-05-18T06:02:01.3707510Z test_return_duplicate_inplace (__main__.TestAutograd) ... ok (0.008s) 2022-05-18T06:02:01.3741000Z test_return_leaf (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:02:01.3766330Z test_return_leaf_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:02:01.3789840Z test_save_none_for_backward (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:02:01.3844940Z test_save_on_cpu_and_checkpoint (__main__.TestAutograd) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/amp/autocast_mode.py:198: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling 2022-05-18T06:02:01.3845720Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-05-18T06:02:01.3846020Z ok (0.005s) 2022-05-18T06:02:01.3874110Z test_save_output_nr (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:02:01.3896240Z test_saved_variable_packing_unpacking_did_not_save_original_with_default_hooks (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:02:01.3917520Z test_saved_variable_packing_unpacking_did_not_save_original_with_hooks (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:02:01.3995770Z test_saved_variable_packing_unpacking_saved_original_with_default_hooks (__main__.TestAutograd) ... ok (0.008s) 2022-05-18T06:02:01.4228080Z test_saved_variable_packing_unpacking_saved_original_with_hooks (__main__.TestAutograd) ... ok (0.023s) 2022-05-18T06:02:01.4252050Z test_saved_variable_version_counter (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:02:01.4278740Z test_saved_variables_deprecated (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:02:01.4371840Z test_saving_variable_to_disk (__main__.TestAutograd) ... ok (0.009s) 2022-05-18T06:02:01.4394650Z test_select_expanded_v (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:02:01.4460030Z test_select_sum (__main__.TestAutograd) ... ok (0.006s) 2022-05-18T06:02:01.4474020Z test_set_data_preserve_pyobj (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T06:02:01.4519390Z test_set_data_tensorimpl_type (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T06:02:01.4565250Z test_set_grad_coroutines (__main__.TestAutograd) ... ok (0.005s) 2022-05-18T06:02:01.4595810Z test_set_grad_coroutines_benign_exceptions (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:02:01.4623420Z test_set_grad_coroutines_critical_exceptions (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:02:01.4650940Z test_set_grad_coroutines_exit (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:02:01.4667570Z test_set_grad_enabled (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:02:01.4699840Z test_set_grad_generator_functions (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:02:01.4732860Z test_set_grad_generator_functions_recursive (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:02:01.4944710Z test_setitem (__main__.TestAutograd) ... ok (0.021s) 2022-05-18T06:02:01.4999750Z test_setitem_mask (__main__.TestAutograd) ... ok (0.005s) 2022-05-18T06:02:01.5011900Z test_setting_default_saved_variable_hooks_twice_should_not_fail (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T06:02:01.5039980Z test_setting_default_saved_variable_hooks_twice_should_use_inner (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:02:01.5054420Z test_shape (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T06:02:01.5120220Z test_sharded_grad (__main__.TestAutograd) ... ok (0.006s) 2022-05-18T06:02:01.5148530Z test_simple_reentrant (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:02:01.5168420Z test_slice_expanded_v (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:02:01.5183350Z test_sparse_gather_both_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T06:02:01.5199550Z test_sparse_gather_dim0 (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:02:01.5215880Z test_sparse_gather_dim1 (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:02:01.5232880Z test_sparse_gather_dim_neg (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:02:01.5247230Z test_sparse_gather_ind_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T06:02:01.5261670Z test_sparse_gather_x_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T06:02:01.5635830Z test_sparse_mm_backward (__main__.TestAutograd) ... ok (0.037s) 2022-05-18T06:02:01.5732140Z test_symeig_no_eigenvectors (__main__.TestAutograd) ... test_autograd.py:3536: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-05-18T06:02:01.5732780Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-05-18T06:02:01.5733150Z L, _ = torch.symeig(A, upper=upper) 2022-05-18T06:02:01.5733370Z should be replaced with 2022-05-18T06:02:01.5733930Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-05-18T06:02:01.5734730Z and 2022-05-18T06:02:01.5734930Z L, V = torch.symeig(A, eigenvectors=True) 2022-05-18T06:02:01.5735180Z should be replaced with 2022-05-18T06:02:01.5735740Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:3041.) 2022-05-18T06:02:01.5736120Z w, v = torch.symeig(A, eigenvectors=False) 2022-05-18T06:02:01.5736340Z ok (0.010s) 2022-05-18T06:02:01.5755330Z test_tensor_grad_warnings (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:02:02.7019580Z test_thread_shutdown (__main__.TestAutograd) ... ok (1.126s) 2022-05-18T06:02:02.7068960Z test_too_many_grads (__main__.TestAutograd) ... ok (0.005s) 2022-05-18T06:02:02.7155800Z test_type_conversions (__main__.TestAutograd) ... ok (0.009s) 2022-05-18T06:02:02.7236950Z test_unrelated_inputs (__main__.TestAutograd) ... ok (0.008s) 2022-05-18T06:02:02.7265780Z test_unused_output (__main__.TestAutograd) ... ok (0.003s) 2022-05-18T06:02:02.7309950Z test_var_mean_differentiable (__main__.TestAutograd) ... ok (0.004s) 2022-05-18T06:02:02.8302960Z test_variable_traverse (__main__.TestAutograd) ... ok (0.099s) 2022-05-18T06:02:02.8326560Z test_version_counter (__main__.TestAutograd) ... ok (0.002s) 2022-05-18T06:02:02.8340440Z test_volatile_deprecated (__main__.TestAutograd) ... ok (0.001s) 2022-05-18T06:02:02.8399990Z test_view_func_for_complex_views (autograd.test_complex.TestAutogradComplex) ... ok (0.006s) 2022-05-18T06:02:02.8524380Z test_view_with_multi_output (autograd.test_complex.TestAutogradComplex) ... ok (0.012s) 2022-05-18T06:02:02.8547090Z test_advanced_indexing_backwards_large_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:02:02.8563900Z test_advanced_indexing_backwards_memory_format_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:02:02.8582000Z test_backward_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T06:02:02.8600320Z test_copy__cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:02:02.8617970Z test_copy_forward_ad_broadcasting_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:02:02.8639090Z test_copy_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:02:02.8657800Z test_cross_device_reentrant_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:02:02.8674070Z test_free_unneeded_tensor_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:02:02.8847130Z test_grad_assignment_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.017s) 2022-05-18T06:02:02.8864060Z test_gradcheck_input_output_different_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:02:02.8931270Z test_inplace_multiple_output_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:02:02.8953600Z test_inplace_on_view_backprop_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:02:02.8975120Z test_inplace_on_view_backprop_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:1086: 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 aten/src/ATen/core/TensorBody.h:482.) 2022-05-18T06:02:02.8976160Z return self._grad 2022-05-18T06:02:02.8976370Z ok (0.002s) 2022-05-18T06:02:02.8995770Z test_inplace_on_view_backprop_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:02:02.9151510Z test_inplace_on_view_gradcheck_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.015s) 2022-05-18T06:02:02.9226430Z test_inplace_on_view_makes_base_require_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:02:02.9296830Z test_inplace_on_view_modify_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:02:02.9468120Z test_inplace_on_view_multi_output_safe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.017s) 2022-05-18T06:02:02.9492630Z test_inplace_on_view_multi_output_unsafe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:02:02.9558150Z test_inplace_on_view_multiple_outputs_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:02:02.9584020Z test_inplace_on_view_non_contig_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:02:02.9650670Z test_inplace_on_view_of_multiple_output_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:02:02.9674540Z test_inplace_on_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:02:02.9821820Z test_inplace_on_view_python_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.015s) 2022-05-18T06:02:02.9840790Z test_inplace_on_view_then_no_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:02:02.9854090Z test_inputbuffer_add_multidevice_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T06:02:02.9901890Z test_min_max_median_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:02:02.9971860Z test_mv_grad_stride_0_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:02:02.9988940Z test_non_differentiable_ops_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:02:03.0007640Z test_parameter_resize_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:02:03.0023300Z test_pin_memory_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:02:03.0037140Z test_profiler_emit_nvtx_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:02:03.0092750Z test_pyscalar_conversions_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:02:03.0109930Z test_reentrant_parent_error_on_cpu_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:02:03.0134590Z test_requires_grad_factory_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:02:03.0158690Z test_requires_grad_factory_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:02:03.0175350Z test_rnn_backward_to_input_but_not_parameters_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:02:03.0270780Z test_scatter_index_reduce_amin_amax_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/autograd/gradcheck.py:1423: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1550.) 2022-05-18T06:02:03.0271470Z func_out = func(*tupled_inputs) 2022-05-18T06:02:03.0272240Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/autograd/gradcheck.py:1423: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1037.) 2022-05-18T06:02:03.0273080Z func_out = func(*tupled_inputs) 2022-05-18T06:02:03.0273290Z ok (0.009s) 2022-05-18T06:02:03.0421640Z test_scatter_index_reduce_prod_gradgrad_error_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.015s) 2022-05-18T06:02:03.0455500Z test_set_requires_grad_only_for_floats_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:02:03.0485310Z test_set_requires_grad_only_for_floats_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:02:03.0547400Z test_set_requires_grad_only_for_floats_cpu_int16 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:02:03.0606360Z test_set_requires_grad_only_for_floats_cpu_int32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:02:03.0665110Z test_set_requires_grad_only_for_floats_cpu_int64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:02:03.0724390Z test_set_requires_grad_only_for_floats_cpu_int8 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:02:03.0753160Z test_simple_reentrant_cross_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:02:03.0824490Z test_sparse_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:02:03.0889670Z test_sparse_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:02:03.1279560Z test_sparse_ctor_getter_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.039s) 2022-05-18T06:02:03.1529120Z test_sparse_ctor_getter_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:02:03.1558100Z test_sparse_mask_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:02:03.1644600Z test_strided_leaf_grad_layout_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:02:03.1664740Z test_to_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:02:03.1683160Z test_unused_output_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T06:02:03.1764270Z test_warning_in_backward_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:02:03.1895320Z test_where_functional_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.013s) 2022-05-18T06:02:03.2012120Z test_where_scalar_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.012s) 2022-05-18T06:02:03.2119880Z test_advanced_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.010s) 2022-05-18T06:02:03.2136770Z test_backward_graph_destruction (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-05-18T06:02:03.2167100Z test_basic_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-05-18T06:02:03.2319530Z test_create_new_zeros_with_same_meta (__main__.TestAutogradForwardMode) ... ok (0.015s) 2022-05-18T06:02:03.2435090Z test_default_level (__main__.TestAutogradForwardMode) ... ok (0.006s) 2022-05-18T06:02:03.2542160Z test_detach_view_tracking (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-05-18T06:02:03.2596770Z test_forward_level_cleanup (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-05-18T06:02:03.2598070Z test_grad_cleanup (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-05-18T06:02:03.2599000Z test_make_dual_inference_tensor_in_inference_mode (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-05-18T06:02:03.2599970Z test_make_dual_torch_dispatch (__main__.TestAutogradForwardMode) ... ok (0.007s) 2022-05-18T06:02:03.2621730Z test_metadata_check_checks_ignores_size_zero (__main__.TestAutogradForwardMode) ... ok (0.005s) 2022-05-18T06:02:03.2642250Z test_metadata_check_checks_storage_numel (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-05-18T06:02:03.2659720Z test_metadata_check_when_primal_has_conj_bit (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-05-18T06:02:03.2678480Z test_metadata_check_when_primal_has_neg_bit (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-05-18T06:02:03.2723730Z test_nested_level (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-05-18T06:02:03.2738880Z test_non_differentiable (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-05-18T06:02:03.2829320Z test_out_variant (__main__.TestAutogradForwardMode) ... ok (0.009s) 2022-05-18T06:02:03.2866640Z test_print (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-05-18T06:02:03.2926230Z test_set_fw_grad_having_own_fw_grad_at_same_level (__main__.TestAutogradForwardMode) ... ok (0.006s) 2022-05-18T06:02:03.2987020Z test_size_check (__main__.TestAutogradForwardMode) ... ok (0.006s) 2022-05-18T06:02:03.3023910Z test_view_inplace_always_creates_a_view (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-05-18T06:02:03.3066090Z test_view_inplace_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-05-18T06:02:03.3113440Z test_view_inplace_non_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.005s) 2022-05-18T06:02:03.3136530Z test_inplace_on_view_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.002s) 2022-05-18T06:02:03.3159070Z test_inplace_on_view_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.002s) 2022-05-18T06:02:03.3239560Z test_metadata_check_for_storage_numel_skipped (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.008s) 2022-05-18T06:02:03.3332560Z test_out_of_place_basic (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.009s) 2022-05-18T06:02:03.3352410Z test_out_of_place_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.002s) 2022-05-18T06:02:03.3431010Z test_construct_standard_basis_for_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-05-18T06:02:03.3440100Z test_construct_standard_basis_for_cuda_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-05-18T06:02:03.3448600Z test_construct_standard_basis_for_cuda_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-05-18T06:02:03.3744690Z test_construct_standard_basis_for_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.029s) 2022-05-18T06:02:03.5719410Z test_hessian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.197s) 2022-05-18T06:02:05.6300030Z test_hessian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (2.058s) 2022-05-18T06:02:05.7266100Z test_hessian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.096s) 2022-05-18T06:02:06.6654730Z test_hessian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.939s) 2022-05-18T06:02:06.6715550Z test_hessian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-05-18T06:02:06.6898960Z test_hessian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.018s) 2022-05-18T06:02:06.6918280Z test_hessian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-05-18T06:02:06.6952300Z test_hessian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T06:02:06.7035010Z test_hessian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-05-18T06:02:06.7382710Z test_hessian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.035s) 2022-05-18T06:02:06.7447510Z test_hessian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-05-18T06:02:06.7617350Z test_hessian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-05-18T06:02:06.7660780Z test_hessian_match_vhp_hvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-05-18T06:02:06.7874530Z test_hessian_match_vhp_hvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.021s) 2022-05-18T06:02:06.7926020Z test_hessian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T06:02:06.8146840Z test_hessian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.022s) 2022-05-18T06:02:06.8211630Z test_hessian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-05-18T06:02:06.8514050Z test_hessian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.030s) 2022-05-18T06:02:06.8564170Z test_hessian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T06:02:06.8716430Z test_hessian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-05-18T06:02:06.8756460Z test_hessian_scalar_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-05-18T06:02:06.8964750Z test_hessian_scalar_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.021s) 2022-05-18T06:02:06.9000540Z test_hessian_scalar_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-05-18T06:02:06.9114390Z test_hessian_scalar_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-05-18T06:02:06.9324050Z test_hessian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.021s) 2022-05-18T06:02:07.1946920Z test_hessian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.262s) 2022-05-18T06:02:07.2037290Z test_hessian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-05-18T06:02:07.2791070Z test_hessian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.075s) 2022-05-18T06:02:07.2875860Z test_hessian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-05-18T06:02:07.3617990Z test_hessian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.074s) 2022-05-18T06:02:07.3637540Z test_hessian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-05-18T06:02:07.3694680Z test_hessian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-05-18T06:02:07.4949150Z test_hvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.125s) 2022-05-18T06:02:08.6881850Z test_hvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.193s) 2022-05-18T06:02:08.6947890Z test_hvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-05-18T06:02:08.7116490Z test_hvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-05-18T06:02:08.7164350Z test_hvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T06:02:08.7274170Z test_hvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-05-18T06:02:08.7313660Z test_hvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-05-18T06:02:08.7457510Z test_hvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-05-18T06:02:08.7497480Z test_hvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-05-18T06:02:08.7605940Z test_hvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-05-18T06:02:08.7646140Z test_hvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-05-18T06:02:08.7763380Z test_hvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-05-18T06:02:08.8581280Z test_jacobian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.082s) 2022-05-18T06:02:09.6351620Z test_jacobian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.777s) 2022-05-18T06:02:09.6977200Z test_jacobian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.062s) 2022-05-18T06:02:10.2743170Z test_jacobian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.576s) 2022-05-18T06:02:10.2804930Z test_jacobian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-05-18T06:02:10.2975370Z test_jacobian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-05-18T06:02:10.2989860Z test_jacobian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-05-18T06:02:10.3005010Z test_jacobian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-05-18T06:02:10.3059140Z test_jacobian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T06:02:10.3233940Z test_jacobian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-05-18T06:02:10.3277690Z test_jacobian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-05-18T06:02:10.3371060Z test_jacobian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-05-18T06:02:10.3409270Z test_jacobian_match_vjp_jvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-05-18T06:02:10.3577070Z test_jacobian_match_vjp_jvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-05-18T06:02:10.3610940Z test_jacobian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T06:02:10.3739850Z test_jacobian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-05-18T06:02:10.3799830Z test_jacobian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-05-18T06:02:10.4010410Z test_jacobian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.021s) 2022-05-18T06:02:10.4056690Z test_jacobian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T06:02:10.4181550Z test_jacobian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-05-18T06:02:10.4209780Z test_jacobian_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T06:02:10.4296520Z test_jacobian_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-05-18T06:02:10.4321810Z test_jacobian_scalar_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-05-18T06:02:10.4380580Z test_jacobian_scalar_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-05-18T06:02:10.4389670Z test_jacobian_vectorize_correctness_different_devices_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-05-18T06:02:10.4397970Z test_jacobian_vectorize_correctness_different_devices_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-05-18T06:02:10.4432990Z test_jacobian_vectorize_correctness_different_dtype_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T06:02:10.4654320Z test_jacobian_vectorize_correctness_different_dtype_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.022s) 2022-05-18T06:02:10.4712030Z test_jacobian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-05-18T06:02:10.5117500Z test_jacobian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.040s) 2022-05-18T06:02:10.5251820Z test_jacobian_vectorize_correctness_multi_input_multi_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-05-18T06:02:10.6588090Z test_jacobian_vectorize_correctness_multi_input_multi_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.133s) 2022-05-18T06:02:10.6656790Z test_jacobian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-05-18T06:02:10.7104580Z test_jacobian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.045s) 2022-05-18T06:02:10.7165990Z test_jacobian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-05-18T06:02:10.7712820Z test_jacobian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.055s) 2022-05-18T06:02:10.7815710Z test_jacobian_vectorize_correctness_zero_dim_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-05-18T06:02:10.8682820Z test_jacobian_vectorize_correctness_zero_dim_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.087s) 2022-05-18T06:02:10.8701710Z test_jacobian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-05-18T06:02:10.8738000Z test_jacobian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T06:02:10.9738150Z test_jvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.100s) 2022-05-18T06:02:11.8515000Z test_jvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.878s) 2022-05-18T06:02:11.8556390Z test_jvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-05-18T06:02:11.8619430Z test_jvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-05-18T06:02:11.8665710Z test_jvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T06:02:11.8777050Z test_jvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-05-18T06:02:11.8807530Z test_jvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T06:02:11.8858870Z test_jvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T06:02:11.8906290Z test_jvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T06:02:11.9011650Z test_jvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-05-18T06:02:11.9047560Z test_jvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-05-18T06:02:11.9126720Z test_jvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-05-18T06:02:12.0267300Z test_vhp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.114s) 2022-05-18T06:02:13.1123890Z test_vhp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.086s) 2022-05-18T06:02:13.1184770Z test_vhp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-05-18T06:02:13.1304350Z test_vhp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-05-18T06:02:13.1350760Z test_vhp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T06:02:13.1455810Z test_vhp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-05-18T06:02:13.1492300Z test_vhp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-05-18T06:02:13.1622370Z test_vhp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-05-18T06:02:13.1660590Z test_vhp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-05-18T06:02:13.1750110Z test_vhp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-05-18T06:02:13.1783730Z test_vhp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T06:02:13.1857950Z test_vhp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-05-18T06:02:13.2737620Z test_vjp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.088s) 2022-05-18T06:02:14.0595420Z test_vjp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.786s) 2022-05-18T06:02:14.0636960Z test_vjp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-05-18T06:02:14.0709880Z test_vjp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-05-18T06:02:14.0757190Z test_vjp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T06:02:14.0861550Z test_vjp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-05-18T06:02:14.0898910Z test_vjp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-05-18T06:02:14.1017990Z test_vjp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-05-18T06:02:14.1064880Z test_vjp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-05-18T06:02:14.1155480Z test_vjp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-05-18T06:02:14.1188160Z test_vjp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-05-18T06:02:14.1247150Z test_vjp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-05-18T06:02:14.1262980Z test_inference_mode_context_manager (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-05-18T06:02:14.1285010Z test_inference_mode_decorator (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-05-18T06:02:14.1381760Z test_inference_mode_existing_autograd_session (__main__.TestAutogradInferenceMode) ... ok (0.009s) 2022-05-18T06:02:14.1508450Z test_inference_mode_handle_direct_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.013s) 2022-05-18T06:02:14.1607930Z test_inference_mode_handle_indirect_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.010s) 2022-05-18T06:02:14.1624050Z test_inference_mode_inf_tensor_in_inf_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-05-18T06:02:14.1642380Z test_inference_mode_inf_tensor_in_inf_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-05-18T06:02:14.1656280Z test_inference_mode_inf_tensor_in_inf_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-05-18T06:02:14.1671260Z test_inference_mode_inf_tensor_in_normal_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-05-18T06:02:14.1786620Z test_inference_mode_inf_tensor_in_normal_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.011s) 2022-05-18T06:02:14.1803860Z test_inference_mode_inf_tensor_in_normal_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-05-18T06:02:14.1820620Z test_inference_mode_tensor_creation (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-05-18T06:02:14.1945490Z test_mix_inference_and_normal_tensor_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.012s) 2022-05-18T06:02:14.2104430Z test_mix_inference_and_normal_tensor_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.016s) 2022-05-18T06:02:14.2124980Z test_mix_inference_and_normal_tensor_view_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-05-18T06:02:14.2152680Z test_normal_tensor_inplace_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-05-18T06:02:14.2175340Z test_normal_tensor_inplace_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-05-18T06:02:14.2206270Z test_normal_tensor_view_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-05-18T06:02:14.2288120Z test_normal_tensor_view_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.008s) 2022-05-18T06:02:14.2969210Z test_cat_r_to_c (__main__.TestMultithreadAutograd) ... ok (0.068s) 2022-05-18T06:02:14.2997000Z test_dataparallel_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.003s) 2022-05-18T06:02:14.3298650Z test_fork_join_in_middle (__main__.TestMultithreadAutograd) ... ok (0.030s) 2022-05-18T06:02:14.3323450Z test_multithread_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-05-18T06:02:14.3343010Z test_multithreaded_exception_propagation (__main__.TestMultithreadAutograd) ... ok (0.003s) 2022-05-18T06:02:14.3365900Z test_preserve_backtrace (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-05-18T06:02:14.3702170Z test_python_thread_in_middle (__main__.TestMultithreadAutograd) ... ok (0.033s) 2022-05-18T06:02:14.3795880Z test_simple_backward (__main__.TestMultithreadAutograd) ... ok (0.009s) 2022-05-18T06:02:14.3946180Z test_simple_backward_same_input (__main__.TestMultithreadAutograd) ... ok (0.015s) 2022-05-18T06:02:14.5058420Z 2022-05-18T06:02:14.5059490Z ---------------------------------------------------------------------- 2022-05-18T06:02:14.5059970Z Ran 481 tests in 31.069s 2022-05-18T06:02:14.5060140Z 2022-05-18T06:02:14.5060270Z OK (skipped=22, expected failures=2) 2022-05-18T06:02:14.5060430Z 2022-05-18T06:02:14.5060520Z Generating XML reports... 2022-05-18T06:02:14.5061290Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutograd-20220518060143.xml 2022-05-18T06:02:14.5062020Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20220518060143.xml 2022-05-18T06:02:14.5062720Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCPU-20220518060143.xml 2022-05-18T06:02:14.5063660Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20220518060143.xml 2022-05-18T06:02:14.5065090Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20220518060143.xml 2022-05-18T06:02:14.5066110Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20220518060143.xml 2022-05-18T06:02:14.5066990Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20220518060143.xml 2022-05-18T06:02:14.5067650Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20220518060143.xml 2022-05-18T06:02:14.8876880Z Running test_bundled_inputs ... [2022-05-18 06:02:14.887292] 2022-05-18T06:02:14.8877580Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_bundled_inputs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:02:14.887411] 2022-05-18T06:02:16.1356940Z 2022-05-18T06:02:16.1357670Z Test results will be stored in test-reports/python-unittest/test_bundled_inputs 2022-05-18T06:02:16.1358020Z Running tests... 2022-05-18T06:02:16.1358420Z ---------------------------------------------------------------------- 2022-05-18T06:02:16.5624330Z test_bad_inputs (__main__.TestBundledInputs) ... ok (0.427s) 2022-05-18T06:02:17.9128190Z test_dict_args (__main__.TestBundledInputs) ... ok (1.350s) 2022-05-18T06:02:17.9259350Z test_double_augment_fail (__main__.TestBundledInputs) ... ok (0.013s) 2022-05-18T06:02:17.9383720Z test_double_augment_non_mutator (__main__.TestBundledInputs) ... ok (0.012s) 2022-05-18T06:02:17.9560910Z test_double_augment_success (__main__.TestBundledInputs) ... ok (0.018s) 2022-05-18T06:02:18.0049130Z test_large_tensor_with_inflation (__main__.TestBundledInputs) ... ok (0.049s) 2022-05-18T06:02:18.0712020Z test_multiple_methods_with_inputs (__main__.TestBundledInputs) ... ok (0.066s) 2022-05-18T06:02:18.0795300Z test_multiple_methods_with_inputs_both_defined_failure (__main__.TestBundledInputs) ... ok (0.008s) 2022-05-18T06:02:18.0876540Z test_multiple_methods_with_inputs_neither_defined_failure (__main__.TestBundledInputs) ... ok (0.008s) 2022-05-18T06:02:18.1030590Z test_non_tensors (__main__.TestBundledInputs) ... ok (0.015s) 2022-05-18T06:02:18.1188280Z test_rejected_tensors (__main__.TestBundledInputs) ... ok (0.016s) 2022-05-18T06:02:18.1623560Z test_single_tensors (__main__.TestBundledInputs) ... ok (0.043s) 2022-05-18T06:02:18.1695340Z 2022-05-18T06:02:18.1696150Z ---------------------------------------------------------------------- 2022-05-18T06:02:18.1696490Z Ran 12 tests in 2.027s 2022-05-18T06:02:18.1696620Z 2022-05-18T06:02:18.1696690Z OK 2022-05-18T06:02:18.1696780Z 2022-05-18T06:02:18.1696880Z Generating XML reports... 2022-05-18T06:02:18.1697410Z Generated XML report: test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20220518060216.xml 2022-05-18T06:02:18.4168940Z Running test_cpp_api_parity ... [2022-05-18 06:02:18.416474] 2022-05-18T06:02:18.4169750Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_cpp_api_parity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:02:18.416594] 2022-05-18T06:03:36.0782080Z 2022-05-18T06:03:36.0782960Z Test results will be stored in test-reports/python-unittest/test_cpp_api_parity 2022-05-18T06:03:36.0783680Z Running tests... 2022-05-18T06:03:36.0784670Z ---------------------------------------------------------------------- 2022-05-18T06:03:36.1938010Z test_torch_nn_AdaptiveAvgPool1d (__main__.TestCppApiParity) ... ok (0.115s) 2022-05-18T06:03:36.1942520Z test_torch_nn_AdaptiveAvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.2121880Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:36.2127840Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:36.2304910Z test_torch_nn_AdaptiveAvgPool1d_one_output (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:36.2309560Z test_torch_nn_AdaptiveAvgPool1d_one_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.2496100Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:36.2500510Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.2682810Z test_torch_nn_AdaptiveAvgPool2d_single (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:36.2860940Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:36.2865460Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.2869530Z test_torch_nn_AdaptiveAvgPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.3052260Z test_torch_nn_AdaptiveAvgPool2d_tuple (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:36.3058290Z test_torch_nn_AdaptiveAvgPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.3243840Z test_torch_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:36.3248150Z test_torch_nn_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.3426590Z test_torch_nn_AdaptiveAvgPool3d_last_dim (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:36.3431450Z test_torch_nn_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.3632310Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T06:03:36.3636810Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.3857100Z test_torch_nn_AdaptiveAvgPool3d_single (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T06:03:36.3861450Z test_torch_nn_AdaptiveAvgPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.4115860Z test_torch_nn_AdaptiveAvgPool3d_tuple (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T06:03:36.4120440Z test_torch_nn_AdaptiveAvgPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.4432030Z test_torch_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.031s) 2022-05-18T06:03:36.4436930Z test_torch_nn_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.4620710Z test_torch_nn_AdaptiveMaxPool1d (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:36.4625570Z test_torch_nn_AdaptiveMaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.4805730Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:36.4812080Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.4997820Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:36.5002950Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.5217500Z test_torch_nn_AdaptiveMaxPool2d_single (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T06:03:36.5223630Z test_torch_nn_AdaptiveMaxPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.5900570Z test_torch_nn_AdaptiveMaxPool2d_tuple (__main__.TestCppApiParity) ... ok (0.068s) 2022-05-18T06:03:36.5904880Z test_torch_nn_AdaptiveMaxPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.6101200Z test_torch_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:36.6106360Z test_torch_nn_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:36.6320290Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T06:03:36.6324920Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.6570980Z test_torch_nn_AdaptiveMaxPool3d_single (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T06:03:36.6575330Z test_torch_nn_AdaptiveMaxPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.6821260Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T06:03:36.6825680Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.7145590Z test_torch_nn_AdaptiveMaxPool3d_tuple (__main__.TestCppApiParity) ... ok (0.032s) 2022-05-18T06:03:36.7150110Z test_torch_nn_AdaptiveMaxPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.7466380Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestCppApiParity) ... ok (0.031s) 2022-05-18T06:03:36.7470740Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.7873770Z test_torch_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.040s) 2022-05-18T06:03:36.7878290Z test_torch_nn_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.8062870Z test_torch_nn_AvgPool1d (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:36.8067370Z test_torch_nn_AvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.8244390Z test_torch_nn_AvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:36.8248810Z test_torch_nn_AvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.8426040Z test_torch_nn_AvgPool1d_stride (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:36.8430450Z test_torch_nn_AvgPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.8609780Z test_torch_nn_AvgPool1d_stride_pad (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:36.8614160Z test_torch_nn_AvgPool1d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.8814090Z test_torch_nn_AvgPool2d (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T06:03:36.8818060Z test_torch_nn_AvgPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.9005300Z test_torch_nn_AvgPool2d_divisor (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:36.9009480Z test_torch_nn_AvgPool2d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.9197300Z test_torch_nn_AvgPool2d_divisor_stride (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:36.9201590Z test_torch_nn_AvgPool2d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.9407060Z test_torch_nn_AvgPool2d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T06:03:36.9411520Z test_torch_nn_AvgPool2d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.9590640Z test_torch_nn_AvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:36.9594850Z test_torch_nn_AvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.9780480Z test_torch_nn_AvgPool2d_stride (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:36.9785580Z test_torch_nn_AvgPool2d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:36.9980270Z test_torch_nn_AvgPool2d_stride_pad (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:36.9984740Z test_torch_nn_AvgPool2d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.0176140Z test_torch_nn_AvgPool3d (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:37.0180560Z test_torch_nn_AvgPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.0372340Z test_torch_nn_AvgPool3d_divisor (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:37.0376750Z test_torch_nn_AvgPool3d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.0568510Z test_torch_nn_AvgPool3d_divisor_stride (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:37.0761570Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:37.0766290Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.0770780Z test_torch_nn_AvgPool3d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.0991200Z test_torch_nn_AvgPool3d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T06:03:37.0995920Z test_torch_nn_AvgPool3d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.1199510Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T06:03:37.1204070Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.1440020Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.023s) 2022-05-18T06:03:37.1444530Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.1660100Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T06:03:37.1664660Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.1846090Z test_torch_nn_AvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:37.1850630Z test_torch_nn_AvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.2041650Z test_torch_nn_AvgPool3d_stride (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:37.2239400Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T06:03:37.2244240Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.2248140Z test_torch_nn_AvgPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.2468000Z test_torch_nn_AvgPool3d_stride_pad (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T06:03:37.2472510Z test_torch_nn_AvgPool3d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.2675280Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T06:03:37.2680070Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.2923270Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T06:03:37.2927980Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.3144370Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T06:03:37.3149000Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.3321130Z test_torch_nn_BCELoss (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:37.3325530Z test_torch_nn_BCELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.3495300Z test_torch_nn_BCELoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.017s) 2022-05-18T06:03:37.3499540Z test_torch_nn_BCELoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.3702150Z test_torch_nn_BCELoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.020s) 2022-05-18T06:03:37.3707090Z test_torch_nn_BCELoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:37.3882660Z test_torch_nn_BCELoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.017s) 2022-05-18T06:03:37.3887330Z test_torch_nn_BCELoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.4055710Z test_torch_nn_BCELoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:37.4060190Z test_torch_nn_BCELoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.4233440Z test_torch_nn_BCELoss_weights (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:37.4237970Z test_torch_nn_BCELoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.4411590Z test_torch_nn_BCEWithLogitsLoss (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:37.4416450Z test_torch_nn_BCEWithLogitsLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.4580950Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.016s) 2022-05-18T06:03:37.4584990Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.4779860Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.019s) 2022-05-18T06:03:37.4784620Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.4955780Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.017s) 2022-05-18T06:03:37.4960110Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.5152240Z test_torch_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:37.5157470Z test_torch_nn_BCEWithLogitsLoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.5339350Z test_torch_nn_BCEWithLogitsLoss_weights (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:37.5344930Z test_torch_nn_BCEWithLogitsLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:37.5577970Z test_torch_nn_BatchNorm1d_3d_input (__main__.TestCppApiParity) ... ok (0.023s) 2022-05-18T06:03:37.5582340Z test_torch_nn_BatchNorm1d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.5784240Z test_torch_nn_BatchNorm1d_3d_input_not_affine (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T06:03:37.5788700Z test_torch_nn_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.6001920Z test_torch_nn_BatchNorm1d_affine (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T06:03:37.6006390Z test_torch_nn_BatchNorm1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.6223200Z test_torch_nn_BatchNorm1d_affine_simple_average (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T06:03:37.6227670Z test_torch_nn_BatchNorm1d_affine_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.6422020Z test_torch_nn_BatchNorm1d_not_affine (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:37.6427330Z test_torch_nn_BatchNorm1d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.6633510Z test_torch_nn_BatchNorm1d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T06:03:37.6637860Z test_torch_nn_BatchNorm1d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.6816830Z test_torch_nn_BatchNorm1d_zero_batch (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:37.6821270Z test_torch_nn_BatchNorm1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.7068450Z test_torch_nn_BatchNorm2d (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T06:03:37.7316720Z test_torch_nn_BatchNorm2d_2d_simple_average (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T06:03:37.7321240Z test_torch_nn_BatchNorm2d_2d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.7325670Z test_torch_nn_BatchNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.7576670Z test_torch_nn_BatchNorm2d_momentum (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T06:03:37.7581310Z test_torch_nn_BatchNorm2d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.7818700Z test_torch_nn_BatchNorm2d_not_affine (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T06:03:37.7823070Z test_torch_nn_BatchNorm2d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.8066600Z test_torch_nn_BatchNorm2d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T06:03:37.8071090Z test_torch_nn_BatchNorm2d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.8244100Z test_torch_nn_BatchNorm2d_zero_batch (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:37.8248380Z test_torch_nn_BatchNorm2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.8567680Z test_torch_nn_BatchNorm3d (__main__.TestCppApiParity) ... ok (0.032s) 2022-05-18T06:03:37.8882050Z test_torch_nn_BatchNorm3d_3d_simple_average (__main__.TestCppApiParity) ... ok (0.031s) 2022-05-18T06:03:37.8886980Z test_torch_nn_BatchNorm3d_3d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.8891660Z test_torch_nn_BatchNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.9186290Z test_torch_nn_BatchNorm3d_momentum (__main__.TestCppApiParity) ... ok (0.029s) 2022-05-18T06:03:37.9190830Z test_torch_nn_BatchNorm3d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.9483320Z test_torch_nn_BatchNorm3d_not_affine (__main__.TestCppApiParity) ... ok (0.029s) 2022-05-18T06:03:37.9487870Z test_torch_nn_BatchNorm3d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.9792740Z test_torch_nn_BatchNorm3d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.030s) 2022-05-18T06:03:37.9797070Z test_torch_nn_BatchNorm3d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:37.9970460Z test_torch_nn_BatchNorm3d_zero_batch (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:37.9974790Z test_torch_nn_BatchNorm3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.0156940Z test_torch_nn_CELU (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:38.0162950Z test_torch_nn_CELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:38.0330380Z test_torch_nn_CELU_scalar (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:38.0334690Z test_torch_nn_CELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.0514490Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:38.0520100Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.0693590Z test_torch_nn_CTCLoss_2d_lengths_tensors (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:38.0698370Z test_torch_nn_CTCLoss_2d_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.0875640Z test_torch_nn_CTCLoss_lengths_tensors (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:38.0880870Z test_torch_nn_CTCLoss_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.1061860Z test_torch_nn_ConstantPad1d (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:38.1233070Z test_torch_nn_ConstantPad1d_batch (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:38.1237710Z test_torch_nn_ConstantPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.1425900Z test_torch_nn_ConstantPad1d_complex (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:38.1432620Z test_torch_nn_ConstantPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:38.1437040Z test_torch_nn_ConstantPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.1722380Z test_torch_nn_ConstantPad2d (__main__.TestCppApiParity) ... ok (0.028s) 2022-05-18T06:03:38.2016990Z test_torch_nn_ConstantPad2d_complex (__main__.TestCppApiParity) ... ok (0.029s) 2022-05-18T06:03:38.2021310Z test_torch_nn_ConstantPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.2025680Z test_torch_nn_ConstantPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.2242660Z test_torch_nn_ConstantPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T06:03:38.2247440Z test_torch_nn_ConstantPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.2986620Z test_torch_nn_ConstantPad3d (__main__.TestCppApiParity) ... ok (0.074s) 2022-05-18T06:03:38.3879690Z test_torch_nn_ConstantPad3d_complex (__main__.TestCppApiParity) ... ok (0.089s) 2022-05-18T06:03:38.3884330Z test_torch_nn_ConstantPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.3888280Z test_torch_nn_ConstantPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.4335680Z test_torch_nn_ConstantPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.045s) 2022-05-18T06:03:38.4340260Z test_torch_nn_ConstantPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.4360350Z test_torch_nn_Conv1d (__main__.TestCppApiParity) ... [W NNPACK.cpp:51] Could not initialize NNPACK! Reason: Unsupported hardware. 2022-05-18T06:03:38.4909900Z ok (0.057s) 2022-05-18T06:03:38.5120330Z test_torch_nn_Conv1d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T06:03:38.5124800Z test_torch_nn_Conv1d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.5129040Z test_torch_nn_Conv1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.5357650Z test_torch_nn_Conv1d_dilated (__main__.TestCppApiParity) ... ok (0.023s) 2022-05-18T06:03:38.5362110Z test_torch_nn_Conv1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.5583630Z test_torch_nn_Conv1d_groups (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T06:03:38.5588300Z test_torch_nn_Conv1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.5826030Z test_torch_nn_Conv1d_pad1 (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T06:03:38.5830320Z test_torch_nn_Conv1d_pad1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.6051680Z test_torch_nn_Conv1d_pad1size1 (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T06:03:38.6055950Z test_torch_nn_Conv1d_pad1size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.6298380Z test_torch_nn_Conv1d_pad2 (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T06:03:38.6303140Z test_torch_nn_Conv1d_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.6513810Z test_torch_nn_Conv1d_pad2size1 (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T06:03:38.6518250Z test_torch_nn_Conv1d_pad2size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.6754660Z test_torch_nn_Conv1d_pad_same (__main__.TestCppApiParity) ... ok (0.023s) 2022-05-18T06:03:38.7005850Z test_torch_nn_Conv1d_pad_same2 (__main__.TestCppApiParity) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/modules/conv.py:298: 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 ../aten/src/ATen/native/Convolution.cpp:883.) 2022-05-18T06:03:38.7006790Z return F.conv1d(input, weight, bias, self.stride, 2022-05-18T06:03:38.7007120Z ok (0.025s) 2022-05-18T06:03:38.7010090Z test_torch_nn_Conv1d_pad_same2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.7014360Z test_torch_nn_Conv1d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.7254640Z test_torch_nn_Conv1d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T06:03:38.7261510Z test_torch_nn_Conv1d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:38.7493170Z test_torch_nn_Conv1d_pad_valid (__main__.TestCppApiParity) ... ok (0.023s) 2022-05-18T06:03:38.7498220Z test_torch_nn_Conv1d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.7711310Z test_torch_nn_Conv1d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T06:03:38.7715950Z test_torch_nn_Conv1d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.7931370Z test_torch_nn_Conv1d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T06:03:38.7935830Z test_torch_nn_Conv1d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.8157880Z test_torch_nn_Conv1d_stride (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T06:03:38.8162560Z test_torch_nn_Conv1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.8358360Z test_torch_nn_Conv1d_zero_batch (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:38.8362710Z test_torch_nn_Conv1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.8567020Z test_torch_nn_Conv1d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T06:03:38.8570930Z test_torch_nn_Conv1d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.8832750Z test_torch_nn_Conv2d (__main__.TestCppApiParity) ... ok (0.026s) 2022-05-18T06:03:38.9062440Z test_torch_nn_Conv2d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.023s) 2022-05-18T06:03:38.9068500Z test_torch_nn_Conv2d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.9072050Z test_torch_nn_Conv2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.9314050Z test_torch_nn_Conv2d_depthwise (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T06:03:38.9318470Z test_torch_nn_Conv2d_depthwise_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:38.9587600Z test_torch_nn_Conv2d_depthwise_dilated (__main__.TestCppApiParity) ... ok (0.027s) 2022-05-18T06:03:38.9593030Z test_torch_nn_Conv2d_depthwise_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:38.9906810Z test_torch_nn_Conv2d_depthwise_padded (__main__.TestCppApiParity) ... ok (0.031s) 2022-05-18T06:03:38.9911960Z test_torch_nn_Conv2d_depthwise_padded_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.0156850Z test_torch_nn_Conv2d_depthwise_strided (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T06:03:39.0162770Z test_torch_nn_Conv2d_depthwise_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:39.0478250Z test_torch_nn_Conv2d_depthwise_with_multiplier (__main__.TestCppApiParity) ... ok (0.031s) 2022-05-18T06:03:39.0483440Z test_torch_nn_Conv2d_depthwise_with_multiplier_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.0714590Z test_torch_nn_Conv2d_dilated (__main__.TestCppApiParity) ... ok (0.023s) 2022-05-18T06:03:39.0719120Z test_torch_nn_Conv2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.0992260Z test_torch_nn_Conv2d_groups (__main__.TestCppApiParity) ... ok (0.027s) 2022-05-18T06:03:39.0996910Z test_torch_nn_Conv2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.1284450Z test_torch_nn_Conv2d_groups_thnn (__main__.TestCppApiParity) ... ok (0.029s) 2022-05-18T06:03:39.1290280Z test_torch_nn_Conv2d_groups_thnn_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.1533520Z test_torch_nn_Conv2d_no_bias (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T06:03:39.1537910Z test_torch_nn_Conv2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.1828840Z test_torch_nn_Conv2d_pad_same (__main__.TestCppApiParity) ... ok (0.029s) 2022-05-18T06:03:39.1833260Z test_torch_nn_Conv2d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.2109690Z test_torch_nn_Conv2d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.027s) 2022-05-18T06:03:39.2114200Z test_torch_nn_Conv2d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.2360900Z test_torch_nn_Conv2d_pad_valid (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T06:03:39.2364950Z test_torch_nn_Conv2d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.2615770Z test_torch_nn_Conv2d_padding (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T06:03:39.2620200Z test_torch_nn_Conv2d_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.2845900Z test_torch_nn_Conv2d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T06:03:39.2850320Z test_torch_nn_Conv2d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.3072910Z test_torch_nn_Conv2d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T06:03:39.3077280Z test_torch_nn_Conv2d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.3315920Z test_torch_nn_Conv2d_strided (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T06:03:39.3320470Z test_torch_nn_Conv2d_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.3520280Z test_torch_nn_Conv2d_zero_batch (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T06:03:39.3525050Z test_torch_nn_Conv2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.3755380Z test_torch_nn_Conv2d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.023s) 2022-05-18T06:03:39.3760280Z test_torch_nn_Conv2d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.4017410Z test_torch_nn_Conv3d (__main__.TestCppApiParity) ... ok (0.026s) 2022-05-18T06:03:39.4254270Z test_torch_nn_Conv3d_1x1x1_no_bias (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T06:03:39.4260740Z test_torch_nn_Conv3d_1x1x1_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:39.4567230Z test_torch_nn_Conv3d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.030s) 2022-05-18T06:03:39.4571720Z test_torch_nn_Conv3d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.4575850Z test_torch_nn_Conv3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.4870670Z test_torch_nn_Conv3d_dilated (__main__.TestCppApiParity) ... ok (0.029s) 2022-05-18T06:03:39.4875150Z test_torch_nn_Conv3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.5139020Z test_torch_nn_Conv3d_dilated_strided (__main__.TestCppApiParity) ... ok (0.026s) 2022-05-18T06:03:39.5143740Z test_torch_nn_Conv3d_dilated_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.5388730Z test_torch_nn_Conv3d_groups (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T06:03:39.5393780Z test_torch_nn_Conv3d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:39.5623940Z test_torch_nn_Conv3d_no_bias (__main__.TestCppApiParity) ... ok (0.023s) 2022-05-18T06:03:39.5628380Z test_torch_nn_Conv3d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.6180300Z test_torch_nn_Conv3d_pad_same (__main__.TestCppApiParity) ... ok (0.055s) 2022-05-18T06:03:39.6184790Z test_torch_nn_Conv3d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.6733230Z test_torch_nn_Conv3d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.055s) 2022-05-18T06:03:39.6738030Z test_torch_nn_Conv3d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.7075850Z test_torch_nn_Conv3d_pad_valid (__main__.TestCppApiParity) ... ok (0.034s) 2022-05-18T06:03:39.7080400Z test_torch_nn_Conv3d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.7369570Z test_torch_nn_Conv3d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.029s) 2022-05-18T06:03:39.7373420Z test_torch_nn_Conv3d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.7636370Z test_torch_nn_Conv3d_stride (__main__.TestCppApiParity) ... ok (0.026s) 2022-05-18T06:03:39.7641030Z test_torch_nn_Conv3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.7936510Z test_torch_nn_Conv3d_stride_padding (__main__.TestCppApiParity) ... ok (0.029s) 2022-05-18T06:03:39.7940960Z test_torch_nn_Conv3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.8162280Z test_torch_nn_Conv3d_zero_batch (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T06:03:39.8167060Z test_torch_nn_Conv3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.8456140Z test_torch_nn_Conv3d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.029s) 2022-05-18T06:03:39.8460570Z test_torch_nn_Conv3d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.8681430Z test_torch_nn_ConvTranspose1d (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T06:03:39.8685930Z test_torch_nn_ConvTranspose1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.8902860Z test_torch_nn_ConvTranspose1d_dilated (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T06:03:39.8907300Z test_torch_nn_ConvTranspose1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.9166110Z test_torch_nn_ConvTranspose1d_groups (__main__.TestCppApiParity) ... ok (0.026s) 2022-05-18T06:03:39.9170800Z test_torch_nn_ConvTranspose1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.9377610Z test_torch_nn_ConvTranspose1d_no_bias (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T06:03:39.9382670Z test_torch_nn_ConvTranspose1d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:39.9811420Z test_torch_nn_ConvTranspose2d (__main__.TestCppApiParity) ... ok (0.043s) 2022-05-18T06:03:39.9815930Z test_torch_nn_ConvTranspose2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.0077110Z test_torch_nn_ConvTranspose2d_dilated (__main__.TestCppApiParity) ... ok (0.026s) 2022-05-18T06:03:40.0082000Z test_torch_nn_ConvTranspose2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.0317110Z test_torch_nn_ConvTranspose2d_groups (__main__.TestCppApiParity) ... ok (0.023s) 2022-05-18T06:03:40.0321340Z test_torch_nn_ConvTranspose2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.0729790Z test_torch_nn_ConvTranspose2d_no_bias (__main__.TestCppApiParity) ... ok (0.041s) 2022-05-18T06:03:40.0734370Z test_torch_nn_ConvTranspose2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.1094110Z test_torch_nn_ConvTranspose3d (__main__.TestCppApiParity) ... ok (0.036s) 2022-05-18T06:03:40.1098460Z test_torch_nn_ConvTranspose3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.1559390Z test_torch_nn_ConvTranspose3d_dilated (__main__.TestCppApiParity) ... ok (0.046s) 2022-05-18T06:03:40.1564400Z test_torch_nn_ConvTranspose3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.1745560Z test_torch_nn_CosineEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:40.1750550Z test_torch_nn_CosineEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.1927020Z test_torch_nn_CosineEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:40.1932400Z test_torch_nn_CosineEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.2110340Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:40.2114970Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.2288260Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:40.2292520Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.2467270Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:40.2471700Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.2644930Z test_torch_nn_CrossEntropyLoss (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:40.2812630Z test_torch_nn_CrossEntropyLoss_2d (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:40.2817060Z test_torch_nn_CrossEntropyLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.2982260Z test_torch_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:40.2986500Z test_torch_nn_CrossEntropyLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.3156230Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:40.3160700Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.3328600Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:40.3333010Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.3500150Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:40.3504490Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.3684810Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:40.3690970Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.3862330Z test_torch_nn_CrossEntropyLoss_2d_prob_target (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:40.3866880Z test_torch_nn_CrossEntropyLoss_2d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.4037230Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:40.4041720Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.4213720Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:40.4218520Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.4395660Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:40.4400540Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.4580160Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:40.4587090Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:40.4759110Z test_torch_nn_CrossEntropyLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:40.4763740Z test_torch_nn_CrossEntropyLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.4936570Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:40.4941230Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.5118760Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:40.5123730Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.5301270Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:40.5306400Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.5485900Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:40.5490670Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.5658250Z test_torch_nn_CrossEntropyLoss_3d_prob_target (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:40.5663050Z test_torch_nn_CrossEntropyLoss_3d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.5831800Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:40.5836310Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.5997540Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:40.6001890Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.6181290Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:40.6185840Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.6362070Z test_torch_nn_CrossEntropyLoss_4d_prob_target (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:40.6366640Z test_torch_nn_CrossEntropyLoss_4d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.6540740Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:40.6545200Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.6549570Z test_torch_nn_CrossEntropyLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.6713030Z test_torch_nn_CrossEntropyLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:40.6717520Z test_torch_nn_CrossEntropyLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.6885990Z test_torch_nn_CrossEntropyLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:40.6890480Z test_torch_nn_CrossEntropyLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.7060190Z test_torch_nn_CrossEntropyLoss_weights (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:40.7064260Z test_torch_nn_CrossEntropyLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.7296640Z test_torch_nn_CrossMapLRN2d (__main__.TestCppApiParity) ... ok (0.023s) 2022-05-18T06:03:40.7301050Z test_torch_nn_CrossMapLRN2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.7479030Z test_torch_nn_ELU (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:40.7483480Z test_torch_nn_ELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.7649260Z test_torch_nn_ELU_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:40.7653620Z test_torch_nn_ELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.7873230Z test_torch_nn_Embedding (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T06:03:40.8079610Z test_torch_nn_EmbeddingBag_discontiguous (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T06:03:40.8084120Z test_torch_nn_EmbeddingBag_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.8276570Z test_torch_nn_EmbeddingBag_max (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:40.8281080Z test_torch_nn_EmbeddingBag_max_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.8472490Z test_torch_nn_EmbeddingBag_max_padding_idx (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:40.8476870Z test_torch_nn_EmbeddingBag_max_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.8674850Z test_torch_nn_EmbeddingBag_mean (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T06:03:40.8681510Z test_torch_nn_EmbeddingBag_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:40.8876580Z test_torch_nn_EmbeddingBag_mean_padding_idx (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:40.8881530Z test_torch_nn_EmbeddingBag_mean_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.9081070Z test_torch_nn_EmbeddingBag_sparse (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T06:03:40.9087740Z test_torch_nn_EmbeddingBag_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:40.9282790Z test_torch_nn_EmbeddingBag_sum (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:40.9288000Z test_torch_nn_EmbeddingBag_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.9485380Z test_torch_nn_EmbeddingBag_sum_padding_idx (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T06:03:40.9491060Z test_torch_nn_EmbeddingBag_sum_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.9496570Z test_torch_nn_Embedding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.9754730Z test_torch_nn_Embedding_discontiguous (__main__.TestCppApiParity) ... ok (0.026s) 2022-05-18T06:03:40.9759170Z test_torch_nn_Embedding_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:40.9975810Z test_torch_nn_Embedding_sparse (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T06:03:40.9980340Z test_torch_nn_Embedding_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.0168990Z test_torch_nn_Flatten (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:41.0173170Z test_torch_nn_Flatten_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.0356730Z test_torch_nn_Flatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:41.0361290Z test_torch_nn_Flatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.0550910Z test_torch_nn_Fold (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:41.0555530Z test_torch_nn_Fold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.0739510Z test_torch_nn_Fold_int_input (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:41.0743900Z test_torch_nn_Fold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.0915810Z test_torch_nn_Fold_no_batch_dim_input (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:41.0921190Z test_torch_nn_Fold_no_batch_dim_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:41.1092580Z test_torch_nn_Fold_no_batch_dim_int_input (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:41.1096820Z test_torch_nn_Fold_no_batch_dim_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.1270710Z test_torch_nn_FractionalMaxPool2d_ratio (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:41.1275340Z test_torch_nn_FractionalMaxPool2d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.1449130Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:41.1454480Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.1623800Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:41.1627960Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T06:03:41.1809930Z test_torch_nn_FractionalMaxPool2d_size (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:41.1814170Z test_torch_nn_FractionalMaxPool2d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.1994930Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:41.1999300Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.2172890Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:41.2178750Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T06:03:41.2510870Z test_torch_nn_FractionalMaxPool3d_asymsize (__main__.TestCppApiParity) ... ok (0.033s) 2022-05-18T06:03:41.2515240Z test_torch_nn_FractionalMaxPool3d_asymsize_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.2711100Z test_torch_nn_FractionalMaxPool3d_ratio (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:41.2715410Z test_torch_nn_FractionalMaxPool3d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.2897010Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:41.2901430Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.3078830Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:41.3083280Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T06:03:41.3378370Z test_torch_nn_FractionalMaxPool3d_size (__main__.TestCppApiParity) ... ok (0.029s) 2022-05-18T06:03:41.3382930Z test_torch_nn_FractionalMaxPool3d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.3617050Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.023s) 2022-05-18T06:03:41.3622160Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.3850990Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.023s) 2022-05-18T06:03:41.3855810Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T06:03:41.4032020Z test_torch_nn_GELU (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:41.4036860Z test_torch_nn_GELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.4194480Z test_torch_nn_GELU_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:41.4199200Z test_torch_nn_GELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.4370460Z test_torch_nn_GLU (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:41.4374950Z test_torch_nn_GLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.4564780Z test_torch_nn_GLU_dim (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:41.4570960Z test_torch_nn_GLU_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.4786650Z test_torch_nn_GroupNorm_1d_affine (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T06:03:41.5036520Z test_torch_nn_GroupNorm_1d_affine_GN (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T06:03:41.5041600Z test_torch_nn_GroupNorm_1d_affine_GN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.5046050Z test_torch_nn_GroupNorm_1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.5453260Z test_torch_nn_GroupNorm_1d_affine_large_batch (__main__.TestCppApiParity) ... ok (0.041s) 2022-05-18T06:03:41.5457570Z test_torch_nn_GroupNorm_1d_affine_large_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.5645870Z test_torch_nn_GroupNorm_1d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:41.5650030Z test_torch_nn_GroupNorm_1d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.5823520Z test_torch_nn_GroupNorm_1d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:41.5827680Z test_torch_nn_GroupNorm_1d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.6057870Z test_torch_nn_GroupNorm_2d_affine (__main__.TestCppApiParity) ... ok (0.023s) 2022-05-18T06:03:41.6062220Z test_torch_nn_GroupNorm_2d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.6643430Z test_torch_nn_GroupNorm_2d_affine_large_feature (__main__.TestCppApiParity) ... ok (0.058s) 2022-05-18T06:03:41.6647750Z test_torch_nn_GroupNorm_2d_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.6837740Z test_torch_nn_GroupNorm_2d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:41.6842080Z test_torch_nn_GroupNorm_2d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.7032670Z test_torch_nn_GroupNorm_2d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:41.7036970Z test_torch_nn_GroupNorm_2d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.7521960Z test_torch_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.048s) 2022-05-18T06:03:41.7526540Z test_torch_nn_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.7711310Z test_torch_nn_Hardshrink (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:41.7716400Z test_torch_nn_Hardshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.7877110Z test_torch_nn_Hardshrink_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:41.7881520Z test_torch_nn_Hardshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.8053260Z test_torch_nn_Hardtanh (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:41.8057470Z test_torch_nn_Hardtanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.8213770Z test_torch_nn_Hardtanh_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:41.8218170Z test_torch_nn_Hardtanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.8379430Z test_torch_nn_HingeEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:41.8383730Z test_torch_nn_HingeEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.8547370Z test_torch_nn_HingeEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:41.8551950Z test_torch_nn_HingeEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.8713710Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.016s) 2022-05-18T06:03:41.8717920Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.8877930Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.016s) 2022-05-18T06:03:41.8882420Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.9039680Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.016s) 2022-05-18T06:03:41.9044040Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.9209230Z test_torch_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:41.9213670Z test_torch_nn_HingeEmbeddingLoss_scalar_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.9375460Z test_torch_nn_HuberLoss (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:41.9379860Z test_torch_nn_HuberLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.9581090Z test_torch_nn_InstanceNorm1d (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T06:03:41.9585620Z test_torch_nn_InstanceNorm1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.9763580Z test_torch_nn_InstanceNorm1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:41.9768090Z test_torch_nn_InstanceNorm1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:41.9982380Z test_torch_nn_InstanceNorm1d_tracking_stats (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T06:03:41.9986680Z test_torch_nn_InstanceNorm1d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.0173750Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:42.0178150Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.0396010Z test_torch_nn_InstanceNorm2d (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T06:03:42.0400420Z test_torch_nn_InstanceNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.0591040Z test_torch_nn_InstanceNorm2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:42.0595590Z test_torch_nn_InstanceNorm2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.0828320Z test_torch_nn_InstanceNorm2d_tracking_stats (__main__.TestCppApiParity) ... ok (0.023s) 2022-05-18T06:03:42.0832850Z test_torch_nn_InstanceNorm2d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.1029130Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:42.1033470Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.1310980Z test_torch_nn_InstanceNorm3d (__main__.TestCppApiParity) ... ok (0.028s) 2022-05-18T06:03:42.1315410Z test_torch_nn_InstanceNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.1537060Z test_torch_nn_InstanceNorm3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T06:03:42.1541990Z test_torch_nn_InstanceNorm3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.1823480Z test_torch_nn_InstanceNorm3d_tracking_stats (__main__.TestCppApiParity) ... ok (0.028s) 2022-05-18T06:03:42.1827950Z test_torch_nn_InstanceNorm3d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.2102620Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.027s) 2022-05-18T06:03:42.2107010Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.2275650Z test_torch_nn_KLDivLoss (__main__.TestCppApiParity) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T06:03:42.2277520Z warnings.warn( 2022-05-18T06:03:42.2279360Z /Users/runner/work/pytorch/pytorch/test/cpp_api_parity/module_impl_check.py:149: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (Triggered internally at ../torch/csrc/api/include/torch/nn/functional/loss.h:58.) 2022-05-18T06:03:42.2281260Z cpp_test_fn(arg_dict_file_path, module_file_path, forward_output_file_path, backward_grad_dict_file_path) 2022-05-18T06:03:42.2282220Z ok (0.017s) 2022-05-18T06:03:42.2283130Z test_torch_nn_KLDivLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.2456180Z test_torch_nn_KLDivLoss_log_target (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:42.2460850Z test_torch_nn_KLDivLoss_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.2642360Z test_torch_nn_KLDivLoss_scalar (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:42.2653230Z test_torch_nn_KLDivLoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:42.2824790Z test_torch_nn_KLDivLoss_scalar_log_target (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:42.2829610Z test_torch_nn_KLDivLoss_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.2992270Z test_torch_nn_L1Loss (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:42.2996660Z test_torch_nn_L1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.3157410Z test_torch_nn_L1Loss_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:42.3162190Z test_torch_nn_L1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.3337030Z test_torch_nn_LPPool1d (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:42.3341370Z test_torch_nn_LPPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.3512200Z test_torch_nn_LPPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:42.3516300Z test_torch_nn_LPPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.3690240Z test_torch_nn_LPPool1d_norm (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:42.3694360Z test_torch_nn_LPPool1d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.3877140Z test_torch_nn_LPPool2d (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:42.3881270Z test_torch_nn_LPPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.4063900Z test_torch_nn_LPPool2d_norm (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:42.4068560Z test_torch_nn_LPPool2d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.4292010Z test_torch_nn_LayerNorm_1d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T06:03:42.4296430Z test_torch_nn_LayerNorm_1d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.4476620Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:42.4480920Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.4670550Z test_torch_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:42.4675200Z test_torch_nn_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.4894210Z test_torch_nn_LayerNorm_3d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T06:03:42.4898420Z test_torch_nn_LayerNorm_3d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.6863440Z test_torch_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.196s) 2022-05-18T06:03:42.6867940Z test_torch_nn_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.7057740Z test_torch_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:42.7062120Z test_torch_nn_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.7233750Z test_torch_nn_LeakyReLU (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:42.7238300Z test_torch_nn_LeakyReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.7408590Z test_torch_nn_LeakyReLU_with_negval (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:42.7412650Z test_torch_nn_LeakyReLU_with_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.7568380Z test_torch_nn_LeakyReLU_with_negval_scalar (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T06:03:42.7572620Z test_torch_nn_LeakyReLU_with_negval_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.7748320Z test_torch_nn_LeakyReLU_with_zero_negval (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:42.7753040Z test_torch_nn_LeakyReLU_with_zero_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.7964660Z test_torch_nn_Linear (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T06:03:42.7968960Z test_torch_nn_Linear_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.8160880Z test_torch_nn_Linear_no_batch_dim (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:42.8165440Z test_torch_nn_Linear_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.8361200Z test_torch_nn_Linear_no_bias (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:42.8365550Z test_torch_nn_Linear_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.8540230Z test_torch_nn_LocalResponseNorm_1d (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:42.8546050Z test_torch_nn_LocalResponseNorm_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.8762030Z test_torch_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T06:03:42.8766400Z test_torch_nn_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.9363180Z test_torch_nn_LocalResponseNorm_3d_custom_params (__main__.TestCppApiParity) ... ok (0.060s) 2022-05-18T06:03:42.9367740Z test_torch_nn_LocalResponseNorm_3d_custom_params_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.9541500Z test_torch_nn_LogSigmoid (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:42.9545690Z test_torch_nn_LogSigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.9701940Z test_torch_nn_LogSigmoid_scalar (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T06:03:42.9706160Z test_torch_nn_LogSigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:42.9899650Z test_torch_nn_LogSoftmax (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:42.9903220Z test_torch_nn_LogSoftmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.0195560Z test_torch_nn_LogSoftmax_multiparam (__main__.TestCppApiParity) ... ok (0.029s) 2022-05-18T06:03:43.0200180Z test_torch_nn_LogSoftmax_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.0364210Z test_torch_nn_LogSoftmax_multiparam_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.0368540Z test_torch_nn_LogSoftmax_multiparam_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.0537980Z test_torch_nn_LogSoftmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:43.0542020Z test_torch_nn_LogSoftmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.0706920Z test_torch_nn_MSELoss (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.0711200Z test_torch_nn_MSELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.2367600Z test_torch_nn_MSELoss_prec (__main__.TestCppApiParity) ... ok (0.165s) 2022-05-18T06:03:43.2372190Z test_torch_nn_MSELoss_prec_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.2535200Z test_torch_nn_MSELoss_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.2540710Z test_torch_nn_MSELoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.2704570Z test_torch_nn_MarginRankingLoss (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.2708720Z test_torch_nn_MarginRankingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.2871100Z test_torch_nn_MarginRankingLoss_margin (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.2875560Z test_torch_nn_MarginRankingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.3037420Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.3041720Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.3209470Z test_torch_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:43.3213370Z test_torch_nn_MarginRankingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.3377620Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.3381740Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.3562880Z test_torch_nn_MaxPool1d (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:43.3567130Z test_torch_nn_MaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.3746600Z test_torch_nn_MaxPool1d_stride (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:43.3751320Z test_torch_nn_MaxPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:43.3929260Z test_torch_nn_MaxPool2d_3d_input (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:43.3933670Z test_torch_nn_MaxPool2d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.4112060Z test_torch_nn_MaxPool2d_4d_input (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:43.4117920Z test_torch_nn_MaxPool2d_4d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.4310110Z test_torch_nn_MaxPool3d (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:43.4310790Z test_torch_nn_MaxPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.4495080Z test_torch_nn_MaxPool3d_stride (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:43.4499280Z test_torch_nn_MaxPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.4708010Z test_torch_nn_MaxPool3d_stride_padding (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T06:03:43.4712350Z test_torch_nn_MaxPool3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.4926930Z test_torch_nn_Mish (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T06:03:43.4931390Z test_torch_nn_Mish_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.5089820Z test_torch_nn_Mish_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.5094310Z test_torch_nn_Mish_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.5255470Z test_torch_nn_MultiLabelMarginLoss (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.5413890Z test_torch_nn_MultiLabelMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.5418660Z test_torch_nn_MultiLabelMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.5422930Z test_torch_nn_MultiLabelMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.5579010Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T06:03:43.5583290Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.5741650Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.5745840Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.5908440Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.5912900Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.6078950Z test_torch_nn_MultiLabelSoftMarginLoss (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.6083760Z test_torch_nn_MultiLabelSoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.6247880Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.6252590Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.6417530Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.6421900Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.6585720Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.6590170Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.6760080Z test_torch_nn_MultiLabelSoftMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:43.6764580Z test_torch_nn_MultiLabelSoftMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.6926040Z test_torch_nn_MultiMarginLoss (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.7083400Z test_torch_nn_MultiMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.7087790Z test_torch_nn_MultiMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.7092060Z test_torch_nn_MultiMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.7250200Z test_torch_nn_MultiMarginLoss_margin (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.7254460Z test_torch_nn_MultiMarginLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.7412000Z test_torch_nn_MultiMarginLoss_p (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.7416230Z test_torch_nn_MultiMarginLoss_p_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.7576010Z test_torch_nn_MultiMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.7580410Z test_torch_nn_MultiMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.7736330Z test_torch_nn_NLLLoss (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T06:03:43.7897310Z test_torch_nn_NLLLoss_2d (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.7902010Z test_torch_nn_NLLLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.8060500Z test_torch_nn_NLLLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.8064960Z test_torch_nn_NLLLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.8226660Z test_torch_nn_NLLLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.8231090Z test_torch_nn_NLLLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.8235300Z test_torch_nn_NLLLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.8392350Z test_torch_nn_NLLLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.8396670Z test_torch_nn_NLLLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.8556560Z test_torch_nn_NLLLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.8560870Z test_torch_nn_NLLLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.8717050Z test_torch_nn_NLLLoss_ignore_index (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T06:03:43.8721250Z test_torch_nn_NLLLoss_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.8949900Z test_torch_nn_NLLLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.023s) 2022-05-18T06:03:43.8954280Z test_torch_nn_NLLLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.9138330Z test_torch_nn_NLLLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.018s) 2022-05-18T06:03:43.9143120Z test_torch_nn_NLLLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.9328280Z test_torch_nn_NLLLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.018s) 2022-05-18T06:03:43.9333040Z test_torch_nn_NLLLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.9498230Z test_torch_nn_NLLLoss_weights (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.9502430Z test_torch_nn_NLLLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.9666930Z test_torch_nn_NLLLoss_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.9671370Z test_torch_nn_NLLLoss_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:43.9834140Z test_torch_nn_NLLLoss_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:43.9838560Z test_torch_nn_NLLLoss_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.0022970Z test_torch_nn_PReLU_1d (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:44.0027400Z test_torch_nn_PReLU_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.0230900Z test_torch_nn_PReLU_1d_multiparam (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T06:03:44.0235640Z test_torch_nn_PReLU_1d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.0458070Z test_torch_nn_PReLU_2d (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T06:03:44.0462690Z test_torch_nn_PReLU_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.0674450Z test_torch_nn_PReLU_2d_multiparam (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T06:03:44.0679100Z test_torch_nn_PReLU_2d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.1044890Z test_torch_nn_PReLU_3d (__main__.TestCppApiParity) ... ok (0.036s) 2022-05-18T06:03:44.1049600Z test_torch_nn_PReLU_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.1415550Z test_torch_nn_PReLU_3d_multiparam (__main__.TestCppApiParity) ... ok (0.036s) 2022-05-18T06:03:44.1420080Z test_torch_nn_PReLU_3d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.1591500Z test_torch_nn_PReLU_scalar (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:44.1595740Z test_torch_nn_PReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.1762840Z test_torch_nn_PairwiseDistance (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:44.1928070Z test_torch_nn_PairwiseDistance_broadcast_lhs (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:44.1932260Z test_torch_nn_PairwiseDistance_broadcast_lhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.2100240Z test_torch_nn_PairwiseDistance_broadcast_rhs (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:44.2104630Z test_torch_nn_PairwiseDistance_broadcast_rhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.2109240Z test_torch_nn_PairwiseDistance_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.2269670Z test_torch_nn_PairwiseDistance_no_batch_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:44.2273330Z test_torch_nn_PairwiseDistance_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.2446480Z test_torch_nn_PairwiseDistance_with_non_default_args (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:44.2450890Z test_torch_nn_PairwiseDistance_with_non_default_args_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.2646850Z test_torch_nn_PixelShuffle (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:44.2650950Z test_torch_nn_PixelShuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.2848110Z test_torch_nn_PixelUnshuffle (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T06:03:44.2852460Z test_torch_nn_PixelUnshuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.3014690Z test_torch_nn_PoissonNLLLoss_full_loss (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:44.3019330Z test_torch_nn_PoissonNLLLoss_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.3181770Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:44.3186300Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.3345400Z test_torch_nn_PoissonNLLLoss_no_full_loss (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:44.3349950Z test_torch_nn_PoissonNLLLoss_no_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.3509340Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:44.3513330Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.3679520Z test_torch_nn_RReLU (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:44.3684490Z test_torch_nn_RReLU_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T06:03:44.3868090Z test_torch_nn_RReLU_with_up_down (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:44.3872210Z test_torch_nn_RReLU_with_up_down_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T06:03:44.4039070Z test_torch_nn_RReLU_with_up_down_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:44.4043720Z test_torch_nn_RReLU_with_up_down_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T06:03:44.4289710Z test_torch_nn_ReLU (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T06:03:44.4480370Z test_torch_nn_ReLU6 (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:44.4484950Z test_torch_nn_ReLU6_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.4690620Z test_torch_nn_ReLU6_scalar (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T06:03:44.4696210Z test_torch_nn_ReLU6_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:44.4701470Z test_torch_nn_ReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.4929920Z test_torch_nn_ReLU_scalar (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T06:03:44.5027870Z test_torch_nn_ReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:44.5157040Z test_torch_nn_ReflectionPad1d (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T06:03:44.5324860Z test_torch_nn_ReflectionPad1d_batch (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:44.5329920Z test_torch_nn_ReflectionPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.5520360Z test_torch_nn_ReflectionPad1d_complex (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:44.5525770Z test_torch_nn_ReflectionPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.5530090Z test_torch_nn_ReflectionPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.5886770Z test_torch_nn_ReflectionPad2d (__main__.TestCppApiParity) ... ok (0.036s) 2022-05-18T06:03:44.6428430Z test_torch_nn_ReflectionPad2d_complex (__main__.TestCppApiParity) ... ok (0.054s) 2022-05-18T06:03:44.6432980Z test_torch_nn_ReflectionPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.6437160Z test_torch_nn_ReflectionPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.6695880Z test_torch_nn_ReflectionPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.026s) 2022-05-18T06:03:44.6700090Z test_torch_nn_ReflectionPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.7398170Z test_torch_nn_ReflectionPad3d (__main__.TestCppApiParity) ... ok (0.070s) 2022-05-18T06:03:44.8392540Z test_torch_nn_ReflectionPad3d_complex (__main__.TestCppApiParity) ... ok (0.099s) 2022-05-18T06:03:44.8396960Z test_torch_nn_ReflectionPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.8401210Z test_torch_nn_ReflectionPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.8829460Z test_torch_nn_ReflectionPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.043s) 2022-05-18T06:03:44.8833800Z test_torch_nn_ReflectionPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.9009570Z test_torch_nn_ReplicationPad1d (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:44.9189650Z test_torch_nn_ReplicationPad1d_batch (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:44.9196540Z test_torch_nn_ReplicationPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:44.9388320Z test_torch_nn_ReplicationPad1d_complex (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:44.9393380Z test_torch_nn_ReplicationPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.9397750Z test_torch_nn_ReplicationPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:44.9660920Z test_torch_nn_ReplicationPad2d (__main__.TestCppApiParity) ... ok (0.026s) 2022-05-18T06:03:44.9995560Z test_torch_nn_ReplicationPad2d_complex (__main__.TestCppApiParity) ... ok (0.033s) 2022-05-18T06:03:45.0000610Z test_torch_nn_ReplicationPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.0005270Z test_torch_nn_ReplicationPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.0218020Z test_torch_nn_ReplicationPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T06:03:45.0222670Z test_torch_nn_ReplicationPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.0623850Z test_torch_nn_ReplicationPad3d (__main__.TestCppApiParity) ... ok (0.040s) 2022-05-18T06:03:45.1218520Z test_torch_nn_ReplicationPad3d_complex (__main__.TestCppApiParity) ... ok (0.059s) 2022-05-18T06:03:45.1223250Z test_torch_nn_ReplicationPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.1227420Z test_torch_nn_ReplicationPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.1524470Z test_torch_nn_ReplicationPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.030s) 2022-05-18T06:03:45.1529150Z test_torch_nn_ReplicationPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.1706010Z test_torch_nn_SELU (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:45.1711890Z test_torch_nn_SELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.1869950Z test_torch_nn_SELU_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:45.1874540Z test_torch_nn_SELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.2119320Z test_torch_nn_SampleModule_has_parity (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T06:03:45.2123820Z test_torch_nn_SampleModule_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.2344920Z test_torch_nn_SampleModule_no_parity (__main__.TestCppApiParity) ... expected failure (0.022s) 2022-05-18T06:03:45.2349390Z test_torch_nn_SampleModule_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.2558270Z test_torch_nn_SiLU (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T06:03:45.2563040Z test_torch_nn_SiLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.2721230Z test_torch_nn_SiLU_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:45.2725960Z test_torch_nn_SiLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.2914250Z test_torch_nn_Sigmoid (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:45.2918810Z test_torch_nn_Sigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.3075250Z test_torch_nn_Sigmoid_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:45.3080110Z test_torch_nn_Sigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.3238130Z test_torch_nn_SmoothL1Loss (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:45.3242790Z test_torch_nn_SmoothL1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.3400420Z test_torch_nn_SmoothL1Loss_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:45.3404830Z test_torch_nn_SmoothL1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.3567450Z test_torch_nn_SoftMarginLoss (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:45.3571800Z test_torch_nn_SoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.3731530Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.016s) 2022-05-18T06:03:45.3735670Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.3892360Z test_torch_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.016s) 2022-05-18T06:03:45.3898280Z test_torch_nn_SoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:45.4069290Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.017s) 2022-05-18T06:03:45.4073630Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.4266970Z test_torch_nn_Softmax (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:45.4526660Z test_torch_nn_Softmax2d (__main__.TestCppApiParity) ... ok (0.026s) 2022-05-18T06:03:45.4531110Z test_torch_nn_Softmax2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.4711290Z test_torch_nn_Softmax2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:45.4715840Z test_torch_nn_Softmax2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.4720130Z test_torch_nn_Softmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.4895790Z test_torch_nn_Softmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:45.4902370Z test_torch_nn_Softmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.5063340Z test_torch_nn_Softmax_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:45.5067690Z test_torch_nn_Softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.5264350Z test_torch_nn_Softmin (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T06:03:45.5269090Z test_torch_nn_Softmin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.5485630Z test_torch_nn_Softmin_multidim (__main__.TestCppApiParity) ... ok (0.022s) 2022-05-18T06:03:45.5490080Z test_torch_nn_Softmin_multidim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.5670010Z test_torch_nn_Softmin_no_batch_dim (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:45.5675270Z test_torch_nn_Softmin_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.5830870Z test_torch_nn_Softmin_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:45.5835710Z test_torch_nn_Softmin_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.6030040Z test_torch_nn_Softplus (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:45.6222350Z test_torch_nn_Softplus_beta (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:45.6226790Z test_torch_nn_Softplus_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.6416520Z test_torch_nn_Softplus_beta_threshold (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:45.6421800Z test_torch_nn_Softplus_beta_threshold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.6577000Z test_torch_nn_Softplus_beta_threshold_scalar (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T06:03:45.6581450Z test_torch_nn_Softplus_beta_threshold_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.6585570Z test_torch_nn_Softplus_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.6750150Z test_torch_nn_Softshrink (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:45.6754420Z test_torch_nn_Softshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.6918270Z test_torch_nn_Softshrink_lambda (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:45.6922750Z test_torch_nn_Softshrink_lambda_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.7077290Z test_torch_nn_Softshrink_lambda_scalar (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T06:03:45.7081670Z test_torch_nn_Softshrink_lambda_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.7251730Z test_torch_nn_Softsign (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:45.7256020Z test_torch_nn_Softsign_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.7412190Z test_torch_nn_Softsign_scalar (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T06:03:45.7416370Z test_torch_nn_Softsign_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.7606460Z test_torch_nn_Tanh (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:45.7610220Z test_torch_nn_Tanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.7764330Z test_torch_nn_Tanh_scalar (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T06:03:45.7768840Z test_torch_nn_Tanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.7958600Z test_torch_nn_Tanhshrink (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:45.7963030Z test_torch_nn_Tanhshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.8116550Z test_torch_nn_Tanhshrink_scalar (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T06:03:45.8120530Z test_torch_nn_Tanhshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.8317210Z test_torch_nn_Threshold_large_value (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T06:03:45.8321950Z test_torch_nn_Threshold_large_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.8516330Z test_torch_nn_Threshold_threshold_value (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:45.8520910Z test_torch_nn_Threshold_threshold_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.8685630Z test_torch_nn_Threshold_threshold_value_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:45.8689900Z test_torch_nn_Threshold_threshold_value_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:45.9694150Z test_torch_nn_TransformerDecoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.100s) 2022-05-18T06:03:45.9698650Z test_torch_nn_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.0697290Z test_torch_nn_TransformerDecoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.100s) 2022-05-18T06:03:46.0701700Z test_torch_nn_TransformerDecoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.1437280Z test_torch_nn_TransformerEncoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.073s) 2022-05-18T06:03:46.1441910Z test_torch_nn_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.2184760Z test_torch_nn_TransformerEncoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.074s) 2022-05-18T06:03:46.2189260Z test_torch_nn_TransformerEncoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.5361400Z test_torch_nn_Transformer_multilayer_coder (__main__.TestCppApiParity) ... ok (0.317s) 2022-05-18T06:03:46.5366060Z test_torch_nn_Transformer_multilayer_coder_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.5533330Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:46.5537690Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.5700160Z test_torch_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:46.5704320Z test_torch_nn_TripletMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.5868170Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:46.5872300Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.6048780Z test_torch_nn_Unflatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:46.6053360Z test_torch_nn_Unflatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.6245780Z test_torch_nn_Unfold (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:46.6250190Z test_torch_nn_Unfold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.6447830Z test_torch_nn_Unfold_int_input (__main__.TestCppApiParity) ... ok (0.020s) 2022-05-18T06:03:46.6452180Z test_torch_nn_Unfold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.6659790Z test_torch_nn_ZeroPad2d (__main__.TestCppApiParity) ... ok (0.021s) 2022-05-18T06:03:46.6904440Z test_torch_nn_ZeroPad2d_complex (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T06:03:46.6909150Z test_torch_nn_ZeroPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.6913080Z test_torch_nn_ZeroPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.7082260Z test_torch_nn_ZeroPad2d_negative_dims (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:46.7086830Z test_torch_nn_ZeroPad2d_negative_dims_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.7273600Z test_torch_nn_ZeroPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:46.7278020Z test_torch_nn_ZeroPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.7397280Z test_torch_nn_functional_BCELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T06:03:46.7403230Z test_torch_nn_functional_BCELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.7484640Z test_torch_nn_functional_BCELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T06:03:46.7489380Z test_torch_nn_functional_BCELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.7613140Z test_torch_nn_functional_BCELoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T06:03:46.7617860Z test_torch_nn_functional_BCELoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.7701610Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T06:03:46.7706220Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.7824580Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum (__main__.TestCppApiParity) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-05-18T06:03:46.7825270Z warnings.warn(warning.format(ret)) 2022-05-18T06:03:46.7825510Z ok (0.012s) 2022-05-18T06:03:46.7829820Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.7944430Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T06:03:46.7948660Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.8030070Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T06:03:46.8034680Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.8124430Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:46.8128680Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.8217450Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:46.8221990Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.8314890Z test_torch_nn_functional_HuberLoss_delta (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:46.8319830Z test_torch_nn_functional_HuberLoss_delta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.8421490Z test_torch_nn_functional_KLDivLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T06:03:46.8425890Z test_torch_nn_functional_KLDivLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.8535630Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T06:03:46.8539840Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.8621140Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T06:03:46.8625690Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.8709140Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T06:03:46.8713460Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.8827110Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T06:03:46.8831110Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.8937460Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T06:03:46.8942210Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.9036380Z test_torch_nn_functional_L1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:46.9131300Z test_torch_nn_functional_L1Loss_no_reduce_complex (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:46.9135770Z test_torch_nn_functional_L1Loss_no_reduce_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.9140270Z test_torch_nn_functional_L1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.9224260Z test_torch_nn_functional_L1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T06:03:46.9228790Z test_torch_nn_functional_L1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.9350320Z test_torch_nn_functional_MSELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T06:03:46.9354890Z test_torch_nn_functional_MSELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.9439110Z test_torch_nn_functional_MSELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T06:03:46.9443780Z test_torch_nn_functional_MSELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.9528940Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T06:03:46.9535060Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:46.9627260Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:46.9631860Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.9721390Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:46.9726560Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:46.9820260Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:46.9824580Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:46.9919930Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:46.9924650Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.0016170Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:47.0020710Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.0108290Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:47.0113040Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.0200700Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:47.0205060Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.0292630Z test_torch_nn_functional_MultiMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:47.0297180Z test_torch_nn_functional_MultiMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.0389870Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:47.0394260Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.0482180Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:47.0490200Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.0585490Z test_torch_nn_functional_NLLLoss2d_no_reduce (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T06:03:47.0590310Z test_torch_nn_functional_NLLLoss2d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.0688440Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T06:03:47.0693340Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.0797520Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T06:03:47.0802350Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.0972770Z test_torch_nn_functional_NLLLossNd_no_reduce (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:47.0977270Z test_torch_nn_functional_NLLLossNd_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.1137990Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:47.1142710Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.1315700Z test_torch_nn_functional_NLLLossNd_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:47.1320610Z test_torch_nn_functional_NLLLossNd_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.1410910Z test_torch_nn_functional_NLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:47.1417370Z test_torch_nn_functional_NLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:47.1505770Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:47.1510580Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.1606970Z test_torch_nn_functional_NLLLoss_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:47.1611420Z test_torch_nn_functional_NLLLoss_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.1705610Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:47.1710170Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.1802310Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:47.1806810Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.1945910Z test_torch_nn_functional_Padding122112_3dcircular (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T06:03:47.1950590Z test_torch_nn_functional_Padding122112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.2049290Z test_torch_nn_functional_Padding1221_2dcircular (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T06:03:47.2054200Z test_torch_nn_functional_Padding1221_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.2146060Z test_torch_nn_functional_Padding12_1dcircular (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:47.2150760Z test_torch_nn_functional_Padding12_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.2251660Z test_torch_nn_functional_Padding2322_2dcircular (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T06:03:47.2255900Z test_torch_nn_functional_Padding2322_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.2347980Z test_torch_nn_functional_Padding31_1dcircular (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:47.2352500Z test_torch_nn_functional_Padding31_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.2511160Z test_torch_nn_functional_Padding322112_3dcircular (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:47.2515640Z test_torch_nn_functional_Padding322112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.2694700Z test_torch_nn_functional_Padding332122_3dcircular (__main__.TestCppApiParity) ... ok (0.018s) 2022-05-18T06:03:47.2699340Z test_torch_nn_functional_Padding332122_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.2817630Z test_torch_nn_functional_Padding3331_2dcircular (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T06:03:47.2818460Z test_torch_nn_functional_Padding3331_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.2914730Z test_torch_nn_functional_Padding33_1dcircular (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T06:03:47.2919290Z test_torch_nn_functional_Padding33_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.3030370Z test_torch_nn_functional_PoissonNLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T06:03:47.3034680Z test_torch_nn_functional_PoissonNLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.3134660Z test_torch_nn_functional_SmoothL1Loss_beta (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T06:03:47.3139060Z test_torch_nn_functional_SmoothL1Loss_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.3240530Z test_torch_nn_functional_SmoothL1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T06:03:47.3245190Z test_torch_nn_functional_SmoothL1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.3331910Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:47.3336240Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.3433890Z test_torch_nn_functional_SmoothL1Loss_zero_beta (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T06:03:47.3438220Z test_torch_nn_functional_SmoothL1Loss_zero_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.3539440Z test_torch_nn_functional_SoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T06:03:47.3543990Z test_torch_nn_functional_SoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.3694450Z test_torch_nn_functional_interpolate_bicubic_2d (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T06:03:47.3698970Z test_torch_nn_functional_interpolate_bicubic_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.3783480Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T06:03:47.3788140Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.3977460Z test_torch_nn_functional_interpolate_bicubic_scale_2d (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:47.3981960Z test_torch_nn_functional_interpolate_bicubic_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.4092790Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T06:03:47.4097550Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.4197870Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T06:03:47.4302720Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T06:03:47.4307220Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.4311720Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.4409980Z test_torch_nn_functional_interpolate_bicubic_tuple_2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T06:03:47.4508030Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T06:03:47.4512780Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.4517700Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.4653880Z test_torch_nn_functional_interpolate_bilinear_2d (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T06:03:47.4658380Z test_torch_nn_functional_interpolate_bilinear_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.4737680Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T06:03:47.4742230Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.4928540Z test_torch_nn_functional_interpolate_bilinear_scale_2d (__main__.TestCppApiParity) ... ok (0.019s) 2022-05-18T06:03:47.4933080Z test_torch_nn_functional_interpolate_bilinear_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.5047910Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T06:03:47.5052160Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.5153390Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T06:03:47.5256140Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T06:03:47.5261170Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.5266250Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.5363280Z test_torch_nn_functional_interpolate_bilinear_tuple_2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T06:03:47.5459750Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T06:03:47.5464530Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.5468610Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.5559880Z test_torch_nn_functional_interpolate_linear_1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:47.5650630Z test_torch_nn_functional_interpolate_linear_1d_align_corners (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:47.5655270Z test_torch_nn_functional_interpolate_linear_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.5660180Z test_torch_nn_functional_interpolate_linear_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.5739350Z test_torch_nn_functional_interpolate_linear_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T06:03:47.5743720Z test_torch_nn_functional_interpolate_linear_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.5834620Z test_torch_nn_functional_interpolate_linear_scale_1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:47.5925930Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:47.5930460Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.5934760Z test_torch_nn_functional_interpolate_linear_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.6021730Z test_torch_nn_functional_interpolate_linear_tuple_1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:47.6026810Z test_torch_nn_functional_interpolate_linear_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.6116590Z test_torch_nn_functional_interpolate_nearest_1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:47.6121300Z test_torch_nn_functional_interpolate_nearest_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.6201550Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T06:03:47.6205990Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.6340630Z test_torch_nn_functional_interpolate_nearest_2d (__main__.TestCppApiParity) ... ok (0.013s) 2022-05-18T06:03:47.6346170Z test_torch_nn_functional_interpolate_nearest_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.6610000Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs (__main__.TestCppApiParity) ... ok (0.026s) 2022-05-18T06:03:47.6614370Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.6695380Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T06:03:47.6699780Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.6936840Z test_torch_nn_functional_interpolate_nearest_3d (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T06:03:47.6941060Z test_torch_nn_functional_interpolate_nearest_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.7022500Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T06:03:47.7026790Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.7118240Z test_torch_nn_functional_interpolate_nearest_scale_1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:47.7122760Z test_torch_nn_functional_interpolate_nearest_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.7299120Z test_torch_nn_functional_interpolate_nearest_scale_2d (__main__.TestCppApiParity) ... ok (0.017s) 2022-05-18T06:03:47.7303490Z test_torch_nn_functional_interpolate_nearest_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.7556220Z test_torch_nn_functional_interpolate_nearest_scale_3d (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T06:03:47.7562940Z test_torch_nn_functional_interpolate_nearest_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:03:47.7665010Z test_torch_nn_functional_interpolate_nearest_tuple_1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T06:03:47.7668470Z test_torch_nn_functional_interpolate_nearest_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.7820110Z test_torch_nn_functional_interpolate_nearest_tuple_2d (__main__.TestCppApiParity) ... ok (0.015s) 2022-05-18T06:03:47.7824840Z test_torch_nn_functional_interpolate_nearest_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.8087780Z test_torch_nn_functional_interpolate_nearest_tuple_3d (__main__.TestCppApiParity) ... ok (0.026s) 2022-05-18T06:03:47.8092530Z test_torch_nn_functional_interpolate_nearest_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.8341770Z test_torch_nn_functional_interpolate_trilinear_3d (__main__.TestCppApiParity) ... ok (0.025s) 2022-05-18T06:03:47.8346710Z test_torch_nn_functional_interpolate_trilinear_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.8432990Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-05-18T06:03:47.8437900Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.8683050Z test_torch_nn_functional_interpolate_trilinear_scale_3d (__main__.TestCppApiParity) ... ok (0.024s) 2022-05-18T06:03:47.8950450Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners (__main__.TestCppApiParity) ... ok (0.027s) 2022-05-18T06:03:47.8955150Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.8959490Z test_torch_nn_functional_interpolate_trilinear_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.9120810Z test_torch_nn_functional_interpolate_trilinear_tuple_3d (__main__.TestCppApiParity) ... ok (0.016s) 2022-05-18T06:03:47.9265440Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners (__main__.TestCppApiParity) ... ok (0.014s) 2022-05-18T06:03:47.9270030Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.9274350Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.9386060Z test_torch_nn_functional_log_softmax_dim0 (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T06:03:47.9390520Z test_torch_nn_functional_log_softmax_dim0_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.9502690Z test_torch_nn_functional_log_softmax_dim3 (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T06:03:47.9507880Z test_torch_nn_functional_log_softmax_dim3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.9629100Z test_torch_nn_functional_log_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T06:03:47.9634870Z test_torch_nn_functional_log_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.9713710Z test_torch_nn_functional_log_softmax_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T06:03:47.9718260Z test_torch_nn_functional_log_softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.9821680Z test_torch_nn_functional_log_softmax_spatial (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T06:03:47.9826190Z test_torch_nn_functional_log_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:47.9940800Z test_torch_nn_functional_log_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T06:03:47.9945240Z test_torch_nn_functional_log_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:48.0029280Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T06:03:48.0033700Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:48.0119650Z test_torch_nn_functional_sample_functional_has_parity (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T06:03:48.0124570Z test_torch_nn_functional_sample_functional_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:48.0213000Z test_torch_nn_functional_sample_functional_no_parity (__main__.TestCppApiParity) ... expected failure (0.009s) 2022-05-18T06:03:48.0217260Z test_torch_nn_functional_sample_functional_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:48.0329500Z test_torch_nn_functional_softmax_functional_dim0 (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T06:03:48.0333850Z test_torch_nn_functional_softmax_functional_dim0_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T06:03:48.0445900Z test_torch_nn_functional_softmax_functional_dim3 (__main__.TestCppApiParity) ... ok (0.011s) 2022-05-18T06:03:48.0450280Z test_torch_nn_functional_softmax_functional_dim3_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T06:03:48.0529870Z test_torch_nn_functional_softmax_functional_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-05-18T06:03:48.0534380Z test_torch_nn_functional_softmax_functional_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T06:03:48.0656740Z test_torch_nn_functional_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T06:03:48.0661560Z test_torch_nn_functional_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:48.0783790Z test_torch_nn_functional_softmax_lastdim_dtype (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T06:03:48.0788330Z test_torch_nn_functional_softmax_lastdim_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T06:03:48.0890890Z test_torch_nn_functional_softmax_spatial (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T06:03:48.0895250Z test_torch_nn_functional_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:48.0997220Z test_torch_nn_functional_softmax_spatial_dtype (__main__.TestCppApiParity) ... ok (0.010s) 2022-05-18T06:03:48.1001930Z test_torch_nn_functional_softmax_spatial_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-05-18T06:03:48.1118270Z test_torch_nn_functional_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.012s) 2022-05-18T06:03:48.1122900Z test_torch_nn_functional_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-05-18T06:03:48.3708660Z 2022-05-18T06:03:48.3709610Z ---------------------------------------------------------------------- 2022-05-18T06:03:48.3709990Z Ran 1100 tests in 12.034s 2022-05-18T06:03:48.3710120Z 2022-05-18T06:03:48.3710270Z OK (skipped=550, expected failures=17) 2022-05-18T06:03:48.3710420Z 2022-05-18T06:03:48.3710510Z Generating XML reports... 2022-05-18T06:03:48.3711080Z Generated XML report: test-reports/python-unittest/test_cpp_api_parity/TEST-TestCppApiParity-20220518060336.xml 2022-05-18T06:03:48.7581690Z Running test_cpp_extensions_aot_no_ninja ... [2022-05-18 06:03:48.757165] 2022-05-18T06:03:50.3501400Z running install 2022-05-18T06:03:50.3513720Z running build 2022-05-18T06:03:50.3513960Z running build_py 2022-05-18T06:03:50.3714740Z creating build 2022-05-18T06:03:50.3717290Z creating build/lib.macosx-10.9-x86_64-3.8 2022-05-18T06:03:50.3718850Z creating build/lib.macosx-10.9-x86_64-3.8/torch_test_cpp_extension 2022-05-18T06:03:50.3720780Z copying torch_test_cpp_extension/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/torch_test_cpp_extension 2022-05-18T06:03:50.3726790Z running build_ext 2022-05-18T06:03:50.3758080Z building 'torch_test_cpp_extension.cpp' extension 2022-05-18T06:03:50.3760180Z creating build/temp.macosx-10.9-x86_64-3.8 2022-05-18T06:03:50.3763370Z clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/miniconda/envs/build/include -arch x86_64 -I/usr/local/miniconda/envs/build/include -arch x86_64 -I/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include -I/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/TH -I/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/usr/local/miniconda/envs/build/include/python3.8 -c extension.cpp -o build/temp.macosx-10.9-x86_64-3.8/extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="_clang" -DPYBIND11_STDLIB="_libcpp" -DPYBIND11_BUILD_ABI="_cxxabi1002" -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14 2022-05-18T06:04:13.9812370Z clang++ -bundle -undefined dynamic_lookup -L/usr/local/miniconda/envs/build/lib -arch x86_64 -L/usr/local/miniconda/envs/build/lib -arch x86_64 -arch x86_64 build/temp.macosx-10.9-x86_64-3.8/extension.o -L/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.macosx-10.9-x86_64-3.8/torch_test_cpp_extension/cpp.cpython-38-darwin.so 2022-05-18T06:04:14.0871980Z building 'torch_test_cpp_extension.ort' extension 2022-05-18T06:04:14.0878420Z clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/miniconda/envs/build/include -arch x86_64 -I/usr/local/miniconda/envs/build/include -arch x86_64 -I/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include -I/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/TH -I/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/usr/local/miniconda/envs/build/include/python3.8 -c ort_extension.cpp -o build/temp.macosx-10.9-x86_64-3.8/ort_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="_clang" -DPYBIND11_STDLIB="_libcpp" -DPYBIND11_BUILD_ABI="_cxxabi1002" -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14 2022-05-18T06:04:38.0587240Z clang++ -bundle -undefined dynamic_lookup -L/usr/local/miniconda/envs/build/lib -arch x86_64 -L/usr/local/miniconda/envs/build/lib -arch x86_64 -arch x86_64 build/temp.macosx-10.9-x86_64-3.8/ort_extension.o -L/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.macosx-10.9-x86_64-3.8/torch_test_cpp_extension/ort.cpython-38-darwin.so 2022-05-18T06:04:38.1647060Z building 'torch_test_cpp_extension.rng' extension 2022-05-18T06:04:38.1652570Z clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/miniconda/envs/build/include -arch x86_64 -I/usr/local/miniconda/envs/build/include -arch x86_64 -I/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include -I/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/TH -I/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/usr/local/miniconda/envs/build/include/python3.8 -c rng_extension.cpp -o build/temp.macosx-10.9-x86_64-3.8/rng_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="_clang" -DPYBIND11_STDLIB="_libcpp" -DPYBIND11_BUILD_ABI="_cxxabi1002" -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14 2022-05-18T06:04:51.0571440Z In file included from rng_extension.cpp:6: 2022-05-18T06:04:51.0572280Z In file included from /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8: 2022-05-18T06:04:51.0573960Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/ATen/native/cpu/Loops.h:40:32: warning: unknown warning group '-Wunused-but-set-parameter', ignored [-Wunknown-warning-option] 2022-05-18T06:04:51.0574940Z #pragma GCC diagnostic ignored "-Wunused-but-set-parameter" 2022-05-18T06:04:51.0575210Z ^ 2022-05-18T06:05:05.5159530Z 1 warning generated. 2022-05-18T06:05:05.5573940Z clang++ -bundle -undefined dynamic_lookup -L/usr/local/miniconda/envs/build/lib -arch x86_64 -L/usr/local/miniconda/envs/build/lib -arch x86_64 -arch x86_64 build/temp.macosx-10.9-x86_64-3.8/rng_extension.o -L/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.macosx-10.9-x86_64-3.8/torch_test_cpp_extension/rng.cpython-38-darwin.so 2022-05-18T06:05:05.6626660Z running install_lib 2022-05-18T06:05:05.6658410Z creating install 2022-05-18T06:05:05.6660010Z creating install/usr 2022-05-18T06:05:05.6661420Z creating install/usr/local 2022-05-18T06:05:05.6662820Z creating install/usr/local/miniconda 2022-05-18T06:05:05.6664310Z creating install/usr/local/miniconda/envs 2022-05-18T06:05:05.6666500Z creating install/usr/local/miniconda/envs/build 2022-05-18T06:05:05.6667900Z creating install/usr/local/miniconda/envs/build/lib 2022-05-18T06:05:05.6669350Z creating install/usr/local/miniconda/envs/build/lib/python3.8 2022-05-18T06:05:05.6671240Z creating install/usr/local/miniconda/envs/build/lib/python3.8/site-packages 2022-05-18T06:05:05.6674260Z creating install/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch_test_cpp_extension 2022-05-18T06:05:05.6677060Z copying build/lib.macosx-10.9-x86_64-3.8/torch_test_cpp_extension/ort.cpython-38-darwin.so -> ./install/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch_test_cpp_extension 2022-05-18T06:05:05.6688510Z copying build/lib.macosx-10.9-x86_64-3.8/torch_test_cpp_extension/cpp.cpython-38-darwin.so -> ./install/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch_test_cpp_extension 2022-05-18T06:05:05.6697950Z copying build/lib.macosx-10.9-x86_64-3.8/torch_test_cpp_extension/__init__.py -> ./install/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch_test_cpp_extension 2022-05-18T06:05:05.6702730Z copying build/lib.macosx-10.9-x86_64-3.8/torch_test_cpp_extension/rng.cpython-38-darwin.so -> ./install/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch_test_cpp_extension 2022-05-18T06:05:05.6727620Z byte-compiling ./install/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch_test_cpp_extension/__init__.py to __init__.cpython-38.pyc 2022-05-18T06:05:05.6737370Z running install_egg_info 2022-05-18T06:05:05.6821760Z running egg_info 2022-05-18T06:05:05.6823290Z creating torch_test_cpp_extension.egg-info 2022-05-18T06:05:05.6825390Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-05-18T06:05:05.6831500Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-05-18T06:05:05.6842680Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-05-18T06:05:05.6843770Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-05-18T06:05:05.6857030Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-05-18T06:05:05.6867540Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-05-18T06:05:05.6871040Z Copying torch_test_cpp_extension.egg-info to ./install/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch_test_cpp_extension-0.0.0-py3.8.egg-info 2022-05-18T06:05:05.6899000Z running install_scripts 2022-05-18T06:05:07.4958600Z running install 2022-05-18T06:05:07.4968810Z running build 2022-05-18T06:05:07.4969030Z running build_ext 2022-05-18T06:05:07.5105210Z building 'no_python_abi_suffix_test' extension 2022-05-18T06:05:07.5107660Z creating /Users/runner/work/pytorch/pytorch/test/cpp_extensions/no_python_abi_suffix_test/build 2022-05-18T06:05:07.5109660Z creating /Users/runner/work/pytorch/pytorch/test/cpp_extensions/no_python_abi_suffix_test/build/temp.macosx-10.9-x86_64-3.8 2022-05-18T06:05:07.5224560Z Emitting ninja build file /Users/runner/work/pytorch/pytorch/test/cpp_extensions/no_python_abi_suffix_test/build/temp.macosx-10.9-x86_64-3.8/build.ninja... 2022-05-18T06:05:07.5227030Z Compiling objects... 2022-05-18T06:05:07.5227990Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-05-18T06:05:07.5808600Z [1/1] clang++ -MMD -MF /Users/runner/work/pytorch/pytorch/test/cpp_extensions/no_python_abi_suffix_test/build/temp.macosx-10.9-x86_64-3.8/no_python_abi_suffix_test.o.d -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/miniconda/envs/build/include -arch x86_64 -I/usr/local/miniconda/envs/build/include -arch x86_64 -I/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include -I/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/TH -I/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/THC -I/usr/local/miniconda/envs/build/include/python3.8 -c -c /Users/runner/work/pytorch/pytorch/test/cpp_extensions/no_python_abi_suffix_test/no_python_abi_suffix_test.cpp -o /Users/runner/work/pytorch/pytorch/test/cpp_extensions/no_python_abi_suffix_test/build/temp.macosx-10.9-x86_64-3.8/no_python_abi_suffix_test.o -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=no_python_abi_suffix_test -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14 2022-05-18T06:05:07.5831790Z creating build/lib.macosx-10.9-x86_64-3.8 2022-05-18T06:05:07.5837220Z clang++ -bundle -undefined dynamic_lookup -L/usr/local/miniconda/envs/build/lib -arch x86_64 -L/usr/local/miniconda/envs/build/lib -arch x86_64 -arch x86_64 /Users/runner/work/pytorch/pytorch/test/cpp_extensions/no_python_abi_suffix_test/build/temp.macosx-10.9-x86_64-3.8/no_python_abi_suffix_test.o -L/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.macosx-10.9-x86_64-3.8/no_python_abi_suffix_test.so 2022-05-18T06:05:07.6807870Z running install_lib 2022-05-18T06:05:07.6831650Z creating install 2022-05-18T06:05:07.6833610Z creating install/usr 2022-05-18T06:05:07.6835070Z creating install/usr/local 2022-05-18T06:05:07.6836580Z creating install/usr/local/miniconda 2022-05-18T06:05:07.6837920Z creating install/usr/local/miniconda/envs 2022-05-18T06:05:07.6839330Z creating install/usr/local/miniconda/envs/build 2022-05-18T06:05:07.6840800Z creating install/usr/local/miniconda/envs/build/lib 2022-05-18T06:05:07.6842190Z creating install/usr/local/miniconda/envs/build/lib/python3.8 2022-05-18T06:05:07.6843950Z creating install/usr/local/miniconda/envs/build/lib/python3.8/site-packages 2022-05-18T06:05:07.6846230Z copying build/lib.macosx-10.9-x86_64-3.8/no_python_abi_suffix_test.so -> ./install/usr/local/miniconda/envs/build/lib/python3.8/site-packages 2022-05-18T06:05:07.6864520Z running install_egg_info 2022-05-18T06:05:07.6956590Z running egg_info 2022-05-18T06:05:07.6958760Z creating no_python_abi_suffix_test.egg-info 2022-05-18T06:05:07.6960720Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-05-18T06:05:07.6965780Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-05-18T06:05:07.6973510Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-05-18T06:05:07.6976370Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-05-18T06:05:07.6989030Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-05-18T06:05:07.6998900Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-05-18T06:05:07.7002220Z Copying no_python_abi_suffix_test.egg-info to ./install/usr/local/miniconda/envs/build/lib/python3.8/site-packages/no_python_abi_suffix_test-0.0.0-py3.8.egg-info 2022-05-18T06:05:07.7029980Z running install_scripts 2022-05-18T06:05:07.9209770Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_cpp_extensions_aot_no_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:05:07.920634] 2022-05-18T06:05:10.2909210Z 2022-05-18T06:05:10.2909540Z Running tests... 2022-05-18T06:05:10.2910170Z ---------------------------------------------------------------------- 2022-05-18T06:05:10.2910700Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_no_ninja 2022-05-18T06:05:10.3424420Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.051s) 2022-05-18T06:05:10.3432660Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-05-18T06:05:10.3441610Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-05-18T06:05:10.3449480Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-05-18T06:05:10.3466890Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-05-18T06:05:10.3482390Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-05-18T06:05:10.3503630Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-05-18T06:05:10.3515050Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-05-18T06:05:10.3532050Z test_add (__main__.TestORTTensor) ... ok (0.002s) 2022-05-18T06:05:10.3562160Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.003s) 2022-05-18T06:05:10.3695260Z test_unregistered (__main__.TestORTTensor) ... ok (0.013s) 2022-05-18T06:05:10.3721030Z test_zeros (__main__.TestORTTensor) ... ok (0.003s) 2022-05-18T06:05:10.3773420Z test_rng (__main__.TestRNGExtension) ... ok (0.005s) 2022-05-18T06:05:10.3787410Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-05-18T06:05:10.3883350Z 2022-05-18T06:05:10.3883930Z ---------------------------------------------------------------------- 2022-05-18T06:05:10.3884240Z Ran 14 tests in 0.088s 2022-05-18T06:05:10.3884380Z 2022-05-18T06:05:10.3884460Z OK (skipped=4) 2022-05-18T06:05:10.3884590Z 2022-05-18T06:05:10.3884670Z Generating XML reports... 2022-05-18T06:05:10.3885250Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20220518060510.xml 2022-05-18T06:05:10.3885920Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20220518060510.xml 2022-05-18T06:05:10.3886600Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20220518060510.xml 2022-05-18T06:05:10.3887260Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20220518060510.xml 2022-05-18T06:05:10.6835290Z Running test_cuda ... [2022-05-18 06:05:10.683231] 2022-05-18T06:05:10.6835990Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:05:10.683311] 2022-05-18T06:05:12.9935900Z CUDA not available, skipping tests 2022-05-18T06:05:12.9936570Z Test results will be stored in test-reports/python-unittest/test_cuda 2022-05-18T06:05:12.9940200Z 2022-05-18T06:05:12.9940720Z Running tests... 2022-05-18T06:05:12.9941410Z ---------------------------------------------------------------------- 2022-05-18T06:05:12.9941630Z 2022-05-18T06:05:12.9941920Z ---------------------------------------------------------------------- 2022-05-18T06:05:12.9942190Z Ran 0 tests in 0.000s 2022-05-18T06:05:12.9942330Z 2022-05-18T06:05:12.9942500Z OK 2022-05-18T06:05:12.9942620Z 2022-05-18T06:05:12.9942720Z Generating XML reports... 2022-05-18T06:05:13.3223890Z Running test_dataloader ... [2022-05-18 06:05:13.321876] 2022-05-18T06:05:13.3224590Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_dataloader.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:05:13.321991] 2022-05-18T06:05:14.5400280Z 2022-05-18T06:05:14.5401000Z Test results will be stored in test-reports/python-unittest/test_dataloader 2022-05-18T06:05:14.5401340Z Running tests... 2022-05-18T06:05:14.5401730Z ---------------------------------------------------------------------- 2022-05-18T06:05:14.9326660Z test_add_dataset (__main__.TestConcatDataset) ... ok (0.392s) 2022-05-18T06:05:14.9338400Z test_concat_raises_index_error (__main__.TestConcatDataset) ... ok (0.001s) 2022-05-18T06:05:14.9353660Z test_concat_two_non_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-05-18T06:05:14.9368020Z test_concat_two_non_singletons_with_empty (__main__.TestConcatDataset) ... ok (0.001s) 2022-05-18T06:05:14.9381580Z test_concat_two_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-05-18T06:05:14.9400640Z test_iterable_dataset_err (__main__.TestConcatDataset) ... ok (0.002s) 2022-05-18T06:05:16.6539620Z test_conv_after_fork (__main__.TestConvAfterFork) ... ok (1.714s) 2022-05-18T06:05:16.6555610Z test_custom_batch_pin (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:05:16.6566400Z test_custom_batch_pin_worker (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:05:16.6661010Z test_batch_sampler (__main__.TestDataLoader) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/utils/data/dataloader.py:519: UserWarning: This DataLoader will create 4 worker processes in total. Our suggested max number of worker in current system is 3 (`cpuset` is not taken into account), which is smaller than what this DataLoader is going to create. Please be aware that excessive worker creation might get DataLoader running slow or even freeze, lower the worker number to avoid potential slowness/freeze if necessary. 2022-05-18T06:05:16.6661920Z warnings.warn(_create_warning_msg( 2022-05-18T06:05:20.5076930Z ok (3.851s) 2022-05-18T06:05:20.5106250Z test_builtin_collection_conversion (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71037 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-05-18T06:05:42.7960180Z test_bulk_loading_nobatch (__main__.TestDataLoader) ... ok (22.285s) 2022-05-18T06:05:55.8241040Z test_chain_iterable_style_dataset (__main__.TestDataLoader) ... ok (13.028s) 2022-05-18T06:05:55.8286690Z test_default_collate_bad_numpy_types (__main__.TestDataLoader) ... ok (0.004s) 2022-05-18T06:05:55.8300330Z test_default_collate_bad_sequence_type (__main__.TestDataLoader) ... ok (0.001s) 2022-05-18T06:05:55.8336030Z test_default_collate_dtype (__main__.TestDataLoader) ... ok (0.004s) 2022-05-18T06:05:55.8354970Z test_default_collate_mapping_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-05-18T06:05:55.8924840Z test_default_collate_numpy_memmap (__main__.TestDataLoader) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/utils/data/_utils/collate.py:149: 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 ../torch/csrc/utils/tensor_numpy.cpp:178.) 2022-05-18T06:05:55.8926420Z return default_collate([torch.as_tensor(b) for b in batch]) 2022-05-18T06:05:55.8926890Z ok (0.057s) 2022-05-18T06:05:55.8943070Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-05-18T06:05:55.8963160Z test_default_collate_sequence_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-05-18T06:05:55.8995230Z test_default_collate_shared_tensor (__main__.TestDataLoader) ... ok (0.003s) 2022-05-18T06:05:55.9009050Z test_default_convert_mapping_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-05-18T06:05:55.9022440Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-05-18T06:05:55.9036510Z test_default_convert_sequence_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-05-18T06:05:55.9053060Z test_distributed_sampler_invalid_rank (__main__.TestDataLoader) ... ok (0.002s) 2022-05-18T06:05:55.9089390Z test_duplicating_data_with_drop_last (__main__.TestDataLoader) ... ok (0.004s) 2022-05-18T06:05:55.9120880Z test_error (__main__.TestDataLoader) ... ok (0.003s) 2022-05-18T06:05:58.6758770Z test_error_in_init (__main__.TestDataLoader) ... ok (2.764s) 2022-05-18T06:06:00.6581430Z test_error_workers (__main__.TestDataLoader) ... ok (1.982s) 2022-05-18T06:06:00.6667230Z test_excessive_thread_creation_warning (__main__.TestDataLoader) ... ok (0.008s) 2022-05-18T06:06:02.3278750Z test_fd_limit_exceeded (__main__.TestDataLoader) ... ok (1.661s) 2022-05-18T06:06:15.4311520Z test_get_worker_info (__main__.TestDataLoader) ... ok (13.103s) 2022-05-18T06:06:15.4356770Z test_growing_dataset (__main__.TestDataLoader) ... ok (0.004s) 2022-05-18T06:06:15.4371680Z test_invalid_assign_after_init (__main__.TestDataLoader) ... ok (0.001s) 2022-05-18T06:06:15.4447670Z test_invalid_ctor_args_combinations (__main__.TestDataLoader) ... ok (0.008s) 2022-05-18T06:08:48.0046340Z test_iterable_style_dataset (__main__.TestDataLoader) ... ok (152.560s) 2022-05-18T06:08:48.0108010Z test_iterabledataset_len (__main__.TestDataLoader) ... ok (0.006s) 2022-05-18T06:08:51.0777260Z test_large_sampler_indices (__main__.TestDataLoader) ... ok (3.067s) 2022-05-18T06:08:51.0958550Z test_len (__main__.TestDataLoader) ... ok (0.018s) 2022-05-18T06:09:26.1310270Z test_multi_epochs_reproducibility (__main__.TestDataLoader) ... ok (35.035s) 2022-05-18T06:09:26.1331510Z test_multiple_dataloaders (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74598 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-05-18T06:10:19.5786850Z test_multiprocessing_contexts (__main__.TestDataLoader) ... ok (53.445s) 2022-05-18T06:10:19.5816470Z test_multiprocessing_iterdatapipe (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-05-18T06:10:23.3144880Z test_no_segfault (__main__.TestDataLoader) ... ok (3.733s) 2022-05-18T06:10:23.3208800Z test_numpy (__main__.TestDataLoader) ... ok (0.006s) 2022-05-18T06:10:23.3279190Z test_numpy_gen_state (__main__.TestDataLoader) ... ok (0.007s) 2022-05-18T06:10:23.3318960Z test_numpy_scalars (__main__.TestDataLoader) ... ok (0.004s) 2022-05-18T06:10:23.3333220Z test_partial_workers (__main__.TestDataLoader) 2022-05-18T06:10:23.3355590Z Check that workers exit even if the iterator is not exhausted. ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/utils/data/dataloader.py:519: UserWarning: This DataLoader will create 4 worker processes in total. Our suggested max number of worker in current system is 3 (`cpuset` is not taken into account), which is smaller than what this DataLoader is going to create. Please be aware that excessive worker creation might get DataLoader running slow or even freeze, lower the worker number to avoid potential slowness/freeze if necessary. 2022-05-18T06:10:23.3356460Z warnings.warn(_create_warning_msg( 2022-05-18T06:10:25.3668650Z ok (2.035s) 2022-05-18T06:10:25.3749410Z test_proper_exit (__main__.TestDataLoader) 2022-05-18T06:10:25.3750680Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-05-18T06:10:25.3827310Z test_random_sampler (__main__.TestDataLoader) ... ok (0.007s) 2022-05-18T06:10:25.3867430Z test_random_sampler_len_with_replacement (__main__.TestDataLoader) ... ok (0.004s) 2022-05-18T06:10:25.3899530Z test_random_sampler_len_without_replacement (__main__.TestDataLoader) ... ok (0.003s) 2022-05-18T06:10:29.5348090Z test_sampler (__main__.TestDataLoader) ... ok (4.145s) 2022-05-18T06:10:29.5709780Z test_sampler_reproducibility (__main__.TestDataLoader) ... ok (0.036s) 2022-05-18T06:10:32.2010440Z test_segfault (__main__.TestDataLoader) ... ok (2.630s) 2022-05-18T06:10:34.5595940Z test_seqential_batch_workers (__main__.TestDataLoader) ... ok (2.358s) 2022-05-18T06:10:37.4847740Z test_seqential_batch_workers_prefetch (__main__.TestDataLoader) ... ok (2.920s) 2022-05-18T06:10:37.5462710Z test_sequential_batch (__main__.TestDataLoader) ... ok (0.066s) 2022-05-18T06:10:37.5824610Z test_sequential_nonbatch (__main__.TestDataLoader) ... ok (0.036s) 2022-05-18T06:10:37.5834380Z test_sequential_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:10:40.6958560Z test_sequential_workers (__main__.TestDataLoader) ... ok (3.104s) 2022-05-18T06:10:40.8070580Z test_shuffle (__main__.TestDataLoader) ... ok (0.112s) 2022-05-18T06:10:40.9075430Z test_shuffle_batch (__main__.TestDataLoader) ... ok (0.101s) 2022-05-18T06:10:41.0087950Z test_shuffle_batch_none (__main__.TestDataLoader) ... ok (0.105s) 2022-05-18T06:10:41.0093300Z test_shuffle_batch_workers (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74548 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-05-18T06:10:44.2260730Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoader) ... ok (3.219s) 2022-05-18T06:10:44.2276030Z test_shuffle_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:10:47.4225430Z test_shuffle_reproducibility (__main__.TestDataLoader) ... ok (3.195s) 2022-05-18T06:10:49.5538420Z test_shuffle_workers (__main__.TestDataLoader) ... ok (2.131s) 2022-05-18T06:10:51.9443040Z test_timeout (__main__.TestDataLoader) ... ok (2.390s) 2022-05-18T06:10:51.9476210Z test_typing (__main__.TestDataLoader) ... ok (0.003s) 2022-05-18T06:11:03.6312060Z test_worker_init_fn (__main__.TestDataLoader) ... ok (11.683s) 2022-05-18T06:11:03.7022550Z test_worker_seed (__main__.TestDataLoader) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/utils/data/dataloader.py:519: UserWarning: This DataLoader will create 6 worker processes in total. Our suggested max number of worker in current system is 3 (`cpuset` is not taken into account), which is smaller than what this DataLoader is going to create. Please be aware that excessive worker creation might get DataLoader running slow or even freeze, lower the worker number to avoid potential slowness/freeze if necessary. 2022-05-18T06:11:03.7023450Z warnings.warn(_create_warning_msg( 2022-05-18T06:11:37.3114980Z ok (33.680s) 2022-05-18T06:12:44.2577160Z test_worker_seed_reproducibility (__main__.TestDataLoader) ... ok (66.946s) 2022-05-18T06:12:44.2597220Z test_basics (__main__.TestDataLoader2) ... skip: no dill (0.002s) 2022-05-18T06:12:59.7453600Z test_shuffle (__main__.TestDataLoader2) ... ok (15.485s) 2022-05-18T06:12:59.7479180Z test_basic_mapdatapipe_threading (__main__.TestDataLoader2_EventLoop) ... skip: no dill (0.002s) 2022-05-18T06:12:59.7491910Z test_basic_threading (__main__.TestDataLoader2_EventLoop) ... skip: no dill (0.001s) 2022-05-18T06:13:03.6161250Z test_batch_sampler (__main__.TestDataLoaderPersistentWorkers) ... ok (3.867s) 2022-05-18T06:13:03.6193690Z test_builtin_collection_conversion (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71037 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-05-18T06:13:26.0066620Z test_bulk_loading_nobatch (__main__.TestDataLoaderPersistentWorkers) ... ok (22.387s) 2022-05-18T06:13:38.9948330Z test_chain_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... ok (12.988s) 2022-05-18T06:13:50.6312890Z test_dataset_not_reset (__main__.TestDataLoaderPersistentWorkers) ... ok (11.636s) 2022-05-18T06:13:50.6358920Z test_default_collate_bad_numpy_types (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-05-18T06:13:50.6373240Z test_default_collate_bad_sequence_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-05-18T06:13:50.6406990Z test_default_collate_dtype (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-05-18T06:13:50.6426980Z test_default_collate_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-05-18T06:13:50.7077180Z test_default_collate_numpy_memmap (__main__.TestDataLoaderPersistentWorkers) ... ok (0.065s) 2022-05-18T06:13:50.7097170Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-05-18T06:13:50.7117590Z test_default_collate_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-05-18T06:13:50.7150590Z test_default_collate_shared_tensor (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-05-18T06:13:50.7166100Z test_default_convert_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-05-18T06:13:50.7179640Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-05-18T06:13:50.7194480Z test_default_convert_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-05-18T06:13:50.7210820Z test_distributed_sampler_invalid_rank (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-05-18T06:13:50.7245300Z test_duplicating_data_with_drop_last (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-05-18T06:13:50.7255030Z test_early_exit (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74868 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-05-18T06:13:50.7286050Z test_error (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-05-18T06:13:53.4735080Z test_error_in_init (__main__.TestDataLoaderPersistentWorkers) ... ok (2.745s) 2022-05-18T06:13:55.1554450Z test_error_workers (__main__.TestDataLoaderPersistentWorkers) ... ok (1.681s) 2022-05-18T06:13:55.1641750Z test_excessive_thread_creation_warning (__main__.TestDataLoaderPersistentWorkers) ... ok (0.009s) 2022-05-18T06:13:56.6573300Z test_fd_limit_exceeded (__main__.TestDataLoaderPersistentWorkers) ... ok (1.493s) 2022-05-18T06:13:56.6597210Z test_get_worker_info (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74075 for platform(s) mac, macos. If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-05-18T06:13:56.6631980Z test_growing_dataset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-05-18T06:13:56.6646450Z test_invalid_assign_after_init (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-05-18T06:13:56.6705730Z test_invalid_ctor_args_combinations (__main__.TestDataLoaderPersistentWorkers) ... ok (0.006s) 2022-05-18T06:13:56.6790300Z test_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/62968 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.008s) 2022-05-18T06:13:56.6822780Z test_iterabledataset_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-05-18T06:13:59.6030300Z test_large_sampler_indices (__main__.TestDataLoaderPersistentWorkers) ... ok (2.921s) 2022-05-18T06:13:59.6209770Z test_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.017s) 2022-05-18T06:14:11.2661270Z test_multi_epochs_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (11.645s) 2022-05-18T06:14:11.2680390Z test_multiple_dataloaders (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74598 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-05-18T06:15:04.2218420Z test_multiprocessing_contexts (__main__.TestDataLoaderPersistentWorkers) ... ok (52.954s) 2022-05-18T06:15:04.2249460Z test_multiprocessing_iterdatapipe (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-05-18T06:15:04.2260220Z test_no_segfault (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70968 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-05-18T06:15:04.2299570Z test_numpy (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-05-18T06:15:04.2369910Z test_numpy_gen_state (__main__.TestDataLoaderPersistentWorkers) ... ok (0.007s) 2022-05-18T06:15:04.2408850Z test_numpy_scalars (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-05-18T06:15:04.2423880Z test_partial_workers (__main__.TestDataLoaderPersistentWorkers) 2022-05-18T06:15:04.2444820Z Check that workers exit even if the iterator is not exhausted. ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/utils/data/dataloader.py:519: UserWarning: This DataLoader will create 4 worker processes in total. Our suggested max number of worker in current system is 3 (`cpuset` is not taken into account), which is smaller than what this DataLoader is going to create. Please be aware that excessive worker creation might get DataLoader running slow or even freeze, lower the worker number to avoid potential slowness/freeze if necessary. 2022-05-18T06:15:04.2445700Z warnings.warn(_create_warning_msg( 2022-05-18T06:15:06.2476470Z ok (2.006s) 2022-05-18T06:15:06.2555000Z test_proper_exit (__main__.TestDataLoaderPersistentWorkers) 2022-05-18T06:15:06.2556360Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-05-18T06:15:06.2626130Z test_random_sampler (__main__.TestDataLoaderPersistentWorkers) ... ok (0.007s) 2022-05-18T06:15:06.2664970Z test_random_sampler_len_with_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-05-18T06:15:06.2694080Z test_random_sampler_len_without_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-05-18T06:15:10.3976950Z test_sampler (__main__.TestDataLoaderPersistentWorkers) ... ok (4.128s) 2022-05-18T06:15:10.4336240Z test_sampler_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.036s) 2022-05-18T06:15:13.1092220Z test_segfault (__main__.TestDataLoaderPersistentWorkers) ... ok (2.675s) 2022-05-18T06:15:15.4854330Z test_seqential_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... ok (2.376s) 2022-05-18T06:15:17.4907510Z test_seqential_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... ok (2.005s) 2022-05-18T06:15:17.5563160Z test_sequential_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.065s) 2022-05-18T06:15:17.5915560Z test_sequential_nonbatch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.035s) 2022-05-18T06:15:17.5923900Z test_sequential_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:15:19.7740720Z test_sequential_workers (__main__.TestDataLoaderPersistentWorkers) ... ok (2.181s) 2022-05-18T06:15:19.8873090Z test_shuffle (__main__.TestDataLoaderPersistentWorkers) ... ok (0.113s) 2022-05-18T06:15:19.9825230Z test_shuffle_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.095s) 2022-05-18T06:15:20.0798200Z test_shuffle_batch_none (__main__.TestDataLoaderPersistentWorkers) ... ok (0.097s) 2022-05-18T06:15:20.0806910Z test_shuffle_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74548 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-05-18T06:15:22.1382770Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... ok (2.058s) 2022-05-18T06:15:22.1397380Z test_shuffle_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:15:25.1271690Z test_shuffle_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (2.987s) 2022-05-18T06:15:27.2459810Z test_shuffle_workers (__main__.TestDataLoaderPersistentWorkers) ... ok (2.118s) 2022-05-18T06:15:27.2482310Z test_timeout (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68844 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-05-18T06:15:27.2506500Z test_typing (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-05-18T06:15:38.7561430Z test_worker_init_fn (__main__.TestDataLoaderPersistentWorkers) ... ok (11.505s) 2022-05-18T06:15:38.7579300Z test_worker_seed (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/62969 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-05-18T06:15:38.7589210Z test_worker_seed_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/62970 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-05-18T06:15:38.7611120Z test_lengths_must_equal_dataset_size (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-05-18T06:15:38.7649730Z test_slicing_of_subset_of_dataset (__main__.TestDatasetRandomSplit) ... ok (0.004s) 2022-05-18T06:15:38.7688460Z test_slicing_of_subset_of_subset (__main__.TestDatasetRandomSplit) ... ok (0.004s) 2022-05-18T06:15:38.7703560Z test_splits_are_mutually_exclusive (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-05-18T06:15:38.7735460Z test_splits_generator (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-05-18T06:15:38.7751860Z test_splits_have_correct_size (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-05-18T06:15:38.7763060Z test_splits_indexing_type (__main__.TestDatasetRandomSplit) 2022-05-18T06:15:38.7788380Z Indices generated by random_split ... ok (0.004s) 2022-05-18T06:15:38.7851660Z test_splits_reproducibility (__main__.TestDatasetRandomSplit) ... ok (0.006s) 2022-05-18T06:15:38.7861200Z test_pin_memory (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:15:38.7868260Z test_pin_memory_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:15:38.7876110Z test_pin_memory_with_only_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:15:45.3516270Z test_sequential_batch (__main__.TestDictDataLoader) ... ok (6.564s) 2022-05-18T06:15:45.3539150Z test_ind_worker_queue (__main__.TestIndividualWorkerQueue) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68643 for platform(s) macos, linux. If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-05-18T06:15:45.3593640Z test_dataloader_with_namedtuple (__main__.TestNamedTupleDataLoader) ... ok (0.005s) 2022-05-18T06:15:45.3600110Z test_set_affinity_in_worker_init (__main__.TestSetAffinity) ... skip: os.sched_setaffinity is not available (0.001s) 2022-05-18T06:15:45.3608680Z test_shuffle_pin_memory (__main__.TestStringDataLoader) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:15:45.3691080Z test_getitem (__main__.TestTensorDataset) ... ok (0.008s) 2022-05-18T06:15:45.3758550Z test_getitem_1d (__main__.TestTensorDataset) ... ok (0.007s) 2022-05-18T06:15:45.3774030Z test_len (__main__.TestTensorDataset) ... ok (0.001s) 2022-05-18T06:15:45.3839230Z test_many_tensors (__main__.TestTensorDataset) ... ok (0.006s) 2022-05-18T06:15:45.3863600Z test_single_tensor (__main__.TestTensorDataset) ... ok (0.002s) 2022-05-18T06:16:05.8732960Z 2022-05-18T06:16:05.8734820Z ---------------------------------------------------------------------- 2022-05-18T06:16:05.8735370Z Ran 166 tests in 630.847s 2022-05-18T06:16:05.8735520Z 2022-05-18T06:16:05.8735600Z OK (skipped=32) 2022-05-18T06:16:05.8735730Z 2022-05-18T06:16:05.8735850Z Generating XML reports... 2022-05-18T06:16:05.8736410Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestConcatDataset-20220518060514.xml 2022-05-18T06:16:05.8737060Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestConvAfterFork-20220518060514.xml 2022-05-18T06:16:05.8944730Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader-20220518060514.xml 2022-05-18T06:16:05.8945690Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2-20220518060514.xml 2022-05-18T06:16:05.8946400Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoaderPersistentWorkers-20220518060514.xml 2022-05-18T06:16:05.8947110Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDatasetRandomSplit-20220518060514.xml 2022-05-18T06:16:05.8947770Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDictDataLoader-20220518060514.xml 2022-05-18T06:16:05.8948430Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestNamedTupleDataLoader-20220518060514.xml 2022-05-18T06:16:05.8949570Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestTensorDataset-20220518060514.xml 2022-05-18T06:16:05.8950260Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestCustomPinFn-20220518060514.xml 2022-05-18T06:16:05.8951440Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2_EventLoop-20220518060514.xml 2022-05-18T06:16:05.8952080Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestIndividualWorkerQueue-20220518060514.xml 2022-05-18T06:16:05.8952720Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestSetAffinity-20220518060514.xml 2022-05-18T06:16:05.8953460Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestStringDataLoader-20220518060514.xml 2022-05-18T06:16:06.1989090Z Running test_decomp ... [2022-05-18 06:16:06.198274] 2022-05-18T06:16:06.1989850Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_decomp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:16:06.198402] 2022-05-18T06:16:11.0598220Z 2022-05-18T06:16:11.0599550Z Test results will be stored in test-reports/python-unittest/test_decomp 2022-05-18T06:16:11.0599920Z Running tests... 2022-05-18T06:16:11.0600320Z ---------------------------------------------------------------------- 2022-05-18T06:16:11.0658240Z test_comprehensive_H_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:16:11.0695790Z test_comprehensive_H_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:16:11.0815550Z test_comprehensive_H_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:16:11.0884660Z test_comprehensive_H_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:16:11.1000230Z test_comprehensive_H_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:16:11.1026360Z test_comprehensive_H_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:16:11.1098240Z test_comprehensive_H_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:16:11.1169730Z test_comprehensive_H_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:16:11.1202970Z test_comprehensive_H_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:16:11.1234350Z test_comprehensive_H_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:16:11.1264540Z test_comprehensive_H_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:16:11.1299110Z test_comprehensive_H_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:16:11.1333480Z test_comprehensive_H_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:16:11.1361770Z test_comprehensive_T_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:16:11.1378070Z test_comprehensive_T_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:16:11.1402420Z test_comprehensive_T_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:16:11.1420580Z test_comprehensive_T_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:16:11.1444680Z test_comprehensive_T_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:16:11.1469150Z test_comprehensive_T_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:16:11.1493100Z test_comprehensive_T_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:16:11.1515430Z test_comprehensive_T_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:16:11.1532550Z test_comprehensive_T_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:16:11.1548930Z test_comprehensive_T_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:16:11.1564960Z test_comprehensive_T_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:16:11.1581210Z test_comprehensive_T_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:16:11.1597140Z test_comprehensive_T_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:16:11.1769490Z test_comprehensive___getitem___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-05-18T06:16:11.1827250Z test_comprehensive___getitem___cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:16:11.2378500Z test_comprehensive___getitem___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.055s) 2022-05-18T06:16:11.2454490Z test_comprehensive___getitem___cpu_complex32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:16:11.3025960Z test_comprehensive___getitem___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-05-18T06:16:11.3184650Z test_comprehensive___getitem___cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:16:11.3561460Z test_comprehensive___getitem___cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:16:11.3950880Z test_comprehensive___getitem___cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-05-18T06:16:11.4002520Z test_comprehensive___getitem___cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:16:11.4052050Z test_comprehensive___getitem___cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:16:11.4102060Z test_comprehensive___getitem___cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:16:11.4152650Z test_comprehensive___getitem___cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:16:11.4210790Z test_comprehensive___getitem___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:16:11.4284760Z test_comprehensive___radd___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:16:11.4314640Z test_comprehensive___radd___cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:16:11.4395580Z test_comprehensive___radd___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:16:11.4474470Z test_comprehensive___radd___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:16:11.4543730Z test_comprehensive___radd___cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:16:11.4613670Z test_comprehensive___radd___cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:16:11.4683450Z test_comprehensive___radd___cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:16:11.4712720Z test_comprehensive___radd___cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:16:11.4740310Z test_comprehensive___radd___cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:16:11.4769450Z test_comprehensive___radd___cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:16:11.4798020Z test_comprehensive___radd___cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:16:11.4827550Z test_comprehensive___radd___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:16:11.5066740Z test_comprehensive___rand___cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:16:11.5311170Z test_comprehensive___rand___cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:16:11.5553930Z test_comprehensive___rand___cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:16:11.5792400Z test_comprehensive___rand___cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:16:11.6031610Z test_comprehensive___rand___cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:16:11.6271340Z test_comprehensive___rand___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:16:11.6682150Z test_comprehensive___rdiv___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-05-18T06:16:11.7272190Z test_comprehensive___rdiv___cpu_bool (__main__.TestDecompCPU) ... ok (0.059s) 2022-05-18T06:16:12.2002300Z test_comprehensive___rdiv___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.473s) 2022-05-18T06:16:12.6859180Z test_comprehensive___rdiv___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.486s) 2022-05-18T06:16:12.7260750Z test_comprehensive___rdiv___cpu_float16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-05-18T06:16:13.0019180Z test_comprehensive___rdiv___cpu_float32 (__main__.TestDecompCPU) ... ok (0.276s) 2022-05-18T06:16:13.2677340Z test_comprehensive___rdiv___cpu_float64 (__main__.TestDecompCPU) ... ok (0.266s) 2022-05-18T06:16:13.3127620Z test_comprehensive___rdiv___cpu_int16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-05-18T06:16:13.3582810Z test_comprehensive___rdiv___cpu_int32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-05-18T06:16:13.4049360Z test_comprehensive___rdiv___cpu_int64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-05-18T06:16:13.4513180Z test_comprehensive___rdiv___cpu_int8 (__main__.TestDecompCPU) ... ok (0.046s) 2022-05-18T06:16:13.5068700Z test_comprehensive___rdiv___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.055s) 2022-05-18T06:16:13.5440160Z test_comprehensive___rmatmul___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-05-18T06:16:13.8885580Z test_comprehensive___rmatmul___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.346s) 2022-05-18T06:16:14.1787670Z test_comprehensive___rmatmul___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.290s) 2022-05-18T06:16:14.3455460Z test_comprehensive___rmatmul___cpu_float32 (__main__.TestDecompCPU) ... ok (0.167s) 2022-05-18T06:16:14.5139730Z test_comprehensive___rmatmul___cpu_float64 (__main__.TestDecompCPU) ... ok (0.168s) 2022-05-18T06:16:14.5461960Z test_comprehensive___rmatmul___cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-05-18T06:16:14.5781330Z test_comprehensive___rmatmul___cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-05-18T06:16:14.6101380Z test_comprehensive___rmatmul___cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-05-18T06:16:14.6422290Z test_comprehensive___rmatmul___cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-05-18T06:16:14.6740110Z test_comprehensive___rmatmul___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-05-18T06:16:14.6903750Z test_comprehensive___rmod___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:16:14.7059670Z test_comprehensive___rmod___cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:16:14.8464190Z test_comprehensive___rmod___cpu_float32 (__main__.TestDecompCPU) ... ok (0.140s) 2022-05-18T06:16:14.9820160Z test_comprehensive___rmod___cpu_float64 (__main__.TestDecompCPU) ... ok (0.135s) 2022-05-18T06:16:15.0044910Z test_comprehensive___rmul___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:16:15.0270790Z test_comprehensive___rmul___cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:16:15.2754770Z test_comprehensive___rmul___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.248s) 2022-05-18T06:16:15.5249990Z test_comprehensive___rmul___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.249s) 2022-05-18T06:16:15.5468310Z test_comprehensive___rmul___cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:16:15.6959020Z test_comprehensive___rmul___cpu_float32 (__main__.TestDecompCPU) ... ok (0.149s) 2022-05-18T06:16:15.8404970Z test_comprehensive___rmul___cpu_float64 (__main__.TestDecompCPU) ... ok (0.144s) 2022-05-18T06:16:15.8637810Z test_comprehensive___rmul___cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:16:15.8877710Z test_comprehensive___rmul___cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:16:15.9110440Z test_comprehensive___rmul___cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:16:15.9339810Z test_comprehensive___rmul___cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:16:15.9569930Z test_comprehensive___rmul___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:16:15.9789980Z test_comprehensive___ror___cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:16:16.0018370Z test_comprehensive___ror___cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:16:16.0254880Z test_comprehensive___ror___cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:16:16.0495400Z test_comprehensive___ror___cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:16:16.0732500Z test_comprehensive___ror___cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:16:16.0965280Z test_comprehensive___ror___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:16:16.1652880Z test_comprehensive___rpow___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.069s) 2022-05-18T06:16:16.6923040Z test_comprehensive___rpow___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.527s) 2022-05-18T06:16:17.2143590Z test_comprehensive___rpow___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.522s) 2022-05-18T06:16:17.2236650Z test_comprehensive___rpow___cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:16:17.5023260Z test_comprehensive___rpow___cpu_float32 (__main__.TestDecompCPU) ... ok (0.278s) 2022-05-18T06:16:17.7755270Z test_comprehensive___rpow___cpu_float64 (__main__.TestDecompCPU) ... ok (0.273s) 2022-05-18T06:16:17.7997180Z test_comprehensive___rpow___cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:16:17.8239860Z test_comprehensive___rpow___cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:16:17.8482140Z test_comprehensive___rpow___cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:16:17.8721790Z test_comprehensive___rpow___cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:16:17.8962390Z test_comprehensive___rpow___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:16:17.9075730Z test_comprehensive___rsub___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:16:18.0349560Z test_comprehensive___rsub___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.127s) 2022-05-18T06:16:18.1643050Z test_comprehensive___rsub___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.129s) 2022-05-18T06:16:18.1756490Z test_comprehensive___rsub___cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:16:18.2540100Z test_comprehensive___rsub___cpu_float32 (__main__.TestDecompCPU) ... ok (0.078s) 2022-05-18T06:16:18.3310180Z test_comprehensive___rsub___cpu_float64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-05-18T06:16:18.3544600Z test_comprehensive___rsub___cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:16:18.3758710Z test_comprehensive___rsub___cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:16:18.3981880Z test_comprehensive___rsub___cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:16:18.4196810Z test_comprehensive___rsub___cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:16:18.4411530Z test_comprehensive___rsub___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:16:18.4639630Z test_comprehensive___rxor___cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:16:18.4878450Z test_comprehensive___rxor___cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:16:18.5118220Z test_comprehensive___rxor___cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:16:18.5355470Z test_comprehensive___rxor___cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:16:18.5600440Z test_comprehensive___rxor___cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:16:18.5857220Z test_comprehensive___rxor___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:16:18.8617880Z test_comprehensive__masked_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.276s) 2022-05-18T06:16:19.1396370Z test_comprehensive__masked_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.278s) 2022-05-18T06:16:19.7255030Z test_comprehensive__masked_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.586s) 2022-05-18T06:16:20.3227790Z test_comprehensive__masked_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.597s) 2022-05-18T06:16:20.4390670Z test_comprehensive__masked_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.116s) 2022-05-18T06:16:20.5540190Z test_comprehensive__masked_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.115s) 2022-05-18T06:16:20.6691940Z test_comprehensive__masked_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.115s) 2022-05-18T06:16:20.7851590Z test_comprehensive__masked_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.116s) 2022-05-18T06:16:20.9016480Z test_comprehensive__masked_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.116s) 2022-05-18T06:16:21.1810620Z test_comprehensive__masked_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.279s) 2022-05-18T06:16:21.4631380Z test_comprehensive__masked_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.282s) 2022-05-18T06:16:22.0625460Z test_comprehensive__masked_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.599s) 2022-05-18T06:16:22.6460180Z test_comprehensive__masked_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.583s) 2022-05-18T06:16:22.7623520Z test_comprehensive__masked_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.116s) 2022-05-18T06:16:22.8817180Z test_comprehensive__masked_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.119s) 2022-05-18T06:16:22.9990940Z test_comprehensive__masked_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.117s) 2022-05-18T06:16:23.1179520Z test_comprehensive__masked_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.119s) 2022-05-18T06:16:23.2411050Z test_comprehensive__masked_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.123s) 2022-05-18T06:16:23.2864960Z test_comprehensive__masked_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-05-18T06:16:23.3313380Z test_comprehensive__masked_argmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-05-18T06:16:23.4461550Z test_comprehensive__masked_argmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.115s) 2022-05-18T06:16:23.5575370Z test_comprehensive__masked_argmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-05-18T06:16:23.6344420Z test_comprehensive__masked_argmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.077s) 2022-05-18T06:16:23.7209820Z test_comprehensive__masked_argmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.086s) 2022-05-18T06:16:23.7884230Z test_comprehensive__masked_argmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-05-18T06:16:23.8582760Z test_comprehensive__masked_argmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.070s) 2022-05-18T06:16:23.9287450Z test_comprehensive__masked_argmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.070s) 2022-05-18T06:16:23.9731220Z test_comprehensive__masked_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.044s) 2022-05-18T06:16:24.0181920Z test_comprehensive__masked_argmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-05-18T06:16:24.1307400Z test_comprehensive__masked_argmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.112s) 2022-05-18T06:16:24.2383650Z test_comprehensive__masked_argmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.107s) 2022-05-18T06:16:24.3097900Z test_comprehensive__masked_argmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.071s) 2022-05-18T06:16:24.3804080Z test_comprehensive__masked_argmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-05-18T06:16:24.4511550Z test_comprehensive__masked_argmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-05-18T06:16:24.5238170Z test_comprehensive__masked_argmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-05-18T06:16:24.5981750Z test_comprehensive__masked_argmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.074s) 2022-05-18T06:16:24.6381930Z test_comprehensive__masked_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-05-18T06:16:24.9481980Z test_comprehensive__masked_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.310s) 2022-05-18T06:16:25.2393810Z test_comprehensive__masked_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.291s) 2022-05-18T06:16:25.4646100Z test_comprehensive__masked_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.225s) 2022-05-18T06:16:25.6996840Z test_comprehensive__masked_mean_cpu_bool (__main__.TestDecompCPU) ... ok (0.235s) 2022-05-18T06:16:26.2335130Z test_comprehensive__masked_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.534s) 2022-05-18T06:16:26.7730110Z test_comprehensive__masked_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.539s) 2022-05-18T06:16:26.9857930Z test_comprehensive__masked_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.213s) 2022-05-18T06:16:27.4319220Z test_comprehensive__masked_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.446s) 2022-05-18T06:16:27.8794390Z test_comprehensive__masked_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.447s) 2022-05-18T06:16:28.1209570Z test_comprehensive__masked_mean_cpu_int16 (__main__.TestDecompCPU) ... ok (0.242s) 2022-05-18T06:16:28.3609270Z test_comprehensive__masked_mean_cpu_int32 (__main__.TestDecompCPU) ... ok (0.240s) 2022-05-18T06:16:28.6000360Z test_comprehensive__masked_mean_cpu_int64 (__main__.TestDecompCPU) ... ok (0.239s) 2022-05-18T06:16:28.8395040Z test_comprehensive__masked_mean_cpu_int8 (__main__.TestDecompCPU) ... ok (0.239s) 2022-05-18T06:16:29.0789870Z test_comprehensive__masked_mean_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.239s) 2022-05-18T06:16:30.5966000Z test_comprehensive__masked_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (1.518s) 2022-05-18T06:16:32.1121970Z test_comprehensive__masked_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (1.515s) 2022-05-18T06:16:35.6554060Z test_comprehensive__masked_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (3.543s) 2022-05-18T06:16:39.0797070Z test_comprehensive__masked_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (3.424s) 2022-05-18T06:16:39.3278650Z test_comprehensive__masked_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.248s) 2022-05-18T06:16:39.5691260Z test_comprehensive__masked_normalize_cpu_float16 (__main__.TestDecompCPU) ... ok (0.241s) 2022-05-18T06:16:40.2840500Z test_comprehensive__masked_normalize_cpu_float32 (__main__.TestDecompCPU) ... ok (0.715s) 2022-05-18T06:16:40.9782920Z test_comprehensive__masked_normalize_cpu_float64 (__main__.TestDecompCPU) ... ok (0.694s) 2022-05-18T06:16:41.1142040Z test_comprehensive__masked_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.136s) 2022-05-18T06:16:42.2018290Z test_comprehensive__masked_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.087s) 2022-05-18T06:16:43.3025050Z test_comprehensive__masked_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.101s) 2022-05-18T06:16:44.1613980Z test_comprehensive__masked_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.859s) 2022-05-18T06:16:44.9519400Z test_comprehensive__masked_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.790s) 2022-05-18T06:16:45.0774910Z test_comprehensive__masked_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.125s) 2022-05-18T06:16:45.2003430Z test_comprehensive__masked_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.123s) 2022-05-18T06:16:45.3166320Z test_comprehensive__masked_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.116s) 2022-05-18T06:16:45.4450260Z test_comprehensive__masked_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.128s) 2022-05-18T06:16:45.5674400Z test_comprehensive__masked_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.122s) 2022-05-18T06:16:45.6044640Z test_comprehensive__masked_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:16:45.9000110Z test_comprehensive__masked_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.296s) 2022-05-18T06:16:46.1839600Z test_comprehensive__masked_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.284s) 2022-05-18T06:16:46.2320120Z test_comprehensive__masked_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-05-18T06:16:46.6333270Z test_comprehensive__masked_softmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.401s) 2022-05-18T06:16:47.0252610Z test_comprehensive__masked_softmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.392s) 2022-05-18T06:16:47.6391910Z test_comprehensive__masked_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.614s) 2022-05-18T06:16:49.7601800Z test_comprehensive__masked_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.121s) 2022-05-18T06:16:51.8303900Z test_comprehensive__masked_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.070s) 2022-05-18T06:16:53.4114530Z test_comprehensive__masked_std_cpu_float32 (__main__.TestDecompCPU) ... ok (1.581s) 2022-05-18T06:16:54.9928550Z test_comprehensive__masked_std_cpu_float64 (__main__.TestDecompCPU) ... ok (1.581s) 2022-05-18T06:16:56.5735680Z test_comprehensive__masked_std_cpu_int16 (__main__.TestDecompCPU) ... ok (1.581s) 2022-05-18T06:16:58.1589540Z test_comprehensive__masked_std_cpu_int32 (__main__.TestDecompCPU) ... ok (1.585s) 2022-05-18T06:16:59.7199170Z test_comprehensive__masked_std_cpu_int64 (__main__.TestDecompCPU) ... ok (1.561s) 2022-05-18T06:17:01.3032820Z test_comprehensive__masked_std_cpu_int8 (__main__.TestDecompCPU) ... ok (1.583s) 2022-05-18T06:17:02.8859230Z test_comprehensive__masked_std_cpu_uint8 (__main__.TestDecompCPU) ... ok (1.583s) 2022-05-18T06:17:03.0006520Z test_comprehensive__masked_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.115s) 2022-05-18T06:17:03.1155520Z test_comprehensive__masked_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.115s) 2022-05-18T06:17:03.5031270Z test_comprehensive__masked_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.387s) 2022-05-18T06:17:03.8963260Z test_comprehensive__masked_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.393s) 2022-05-18T06:17:04.0114110Z test_comprehensive__masked_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.115s) 2022-05-18T06:17:04.3461550Z test_comprehensive__masked_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.335s) 2022-05-18T06:17:04.6537770Z test_comprehensive__masked_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.308s) 2022-05-18T06:17:04.7711440Z test_comprehensive__masked_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.117s) 2022-05-18T06:17:04.8909010Z test_comprehensive__masked_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.120s) 2022-05-18T06:17:05.0060400Z test_comprehensive__masked_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.115s) 2022-05-18T06:17:05.1218390Z test_comprehensive__masked_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.116s) 2022-05-18T06:17:05.2418770Z test_comprehensive__masked_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.120s) 2022-05-18T06:17:05.7778710Z test_comprehensive__masked_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.536s) 2022-05-18T06:17:07.6983310Z test_comprehensive__masked_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.920s) 2022-05-18T06:17:09.5757340Z test_comprehensive__masked_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.877s) 2022-05-18T06:17:10.1080070Z test_comprehensive__masked_var_cpu_float16 (__main__.TestDecompCPU) ... ok (0.532s) 2022-05-18T06:17:11.5098230Z test_comprehensive__masked_var_cpu_float32 (__main__.TestDecompCPU) ... ok (1.402s) 2022-05-18T06:17:12.8885660Z test_comprehensive__masked_var_cpu_float64 (__main__.TestDecompCPU) ... ok (1.379s) 2022-05-18T06:17:14.3736260Z test_comprehensive__masked_var_cpu_int16 (__main__.TestDecompCPU) ... ok (1.485s) 2022-05-18T06:17:15.8035390Z test_comprehensive__masked_var_cpu_int32 (__main__.TestDecompCPU) ... ok (1.430s) 2022-05-18T06:17:17.2601140Z test_comprehensive__masked_var_cpu_int64 (__main__.TestDecompCPU) ... ok (1.456s) 2022-05-18T06:17:18.7230370Z test_comprehensive__masked_var_cpu_int8 (__main__.TestDecompCPU) ... ok (1.463s) 2022-05-18T06:17:20.1950710Z test_comprehensive__masked_var_cpu_uint8 (__main__.TestDecompCPU) ... ok (1.472s) 2022-05-18T06:17:20.1983930Z test_comprehensive_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:20.2345380Z test_comprehensive_abs_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:17:20.2505410Z test_comprehensive_abs_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:17:20.2874240Z test_comprehensive_abs_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:17:20.2906040Z test_comprehensive_abs_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:20.3201020Z test_comprehensive_abs_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-05-18T06:17:20.3485570Z test_comprehensive_abs_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-05-18T06:17:20.3543440Z test_comprehensive_abs_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:17:20.3602730Z test_comprehensive_abs_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:17:20.3671120Z test_comprehensive_abs_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:17:20.3738060Z test_comprehensive_abs_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:17:20.3798050Z test_comprehensive_abs_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:17:20.3894680Z test_comprehensive_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:17:20.3933410Z test_comprehensive_acos_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:20.4207790Z test_comprehensive_acos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:17:20.4490140Z test_comprehensive_acos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-05-18T06:17:20.4688060Z test_comprehensive_acos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:17:20.4881060Z test_comprehensive_acos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-05-18T06:17:20.4920220Z test_comprehensive_acos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:20.4958420Z test_comprehensive_acos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:20.4997660Z test_comprehensive_acos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:20.5038890Z test_comprehensive_acos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:20.5080590Z test_comprehensive_acos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:20.5163630Z test_comprehensive_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:17:20.5202620Z test_comprehensive_acosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:20.5421640Z test_comprehensive_acosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:20.5644290Z test_comprehensive_acosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:20.5805000Z test_comprehensive_acosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:17:20.5963200Z test_comprehensive_acosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:17:20.6002320Z test_comprehensive_acosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:20.6039610Z test_comprehensive_acosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:20.6077010Z test_comprehensive_acosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:20.6115460Z test_comprehensive_acosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:20.6152360Z test_comprehensive_acosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:20.6242800Z test_comprehensive_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:17:20.6274220Z test_comprehensive_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:20.6438880Z test_comprehensive_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:17:20.6498060Z test_comprehensive_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:17:20.6638030Z test_comprehensive_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:17:20.6728430Z test_comprehensive_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:17:20.6839580Z test_comprehensive_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:17:20.6948910Z test_comprehensive_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:17:20.6982620Z test_comprehensive_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:20.7016010Z test_comprehensive_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:20.7048300Z test_comprehensive_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:20.7080510Z test_comprehensive_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:20.7113150Z test_comprehensive_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:20.7274990Z test_comprehensive_addbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:17:21.0861070Z test_comprehensive_addbmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.359s) 2022-05-18T06:17:21.4554500Z test_comprehensive_addbmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.369s) 2022-05-18T06:17:21.5497540Z test_comprehensive_addbmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.094s) 2022-05-18T06:17:21.6398470Z test_comprehensive_addbmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.090s) 2022-05-18T06:17:21.6426470Z test_comprehensive_addbmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:21.6452370Z test_comprehensive_addbmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:21.6478080Z test_comprehensive_addbmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:21.6504590Z test_comprehensive_addbmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:21.6530470Z test_comprehensive_addbmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:21.7026920Z test_comprehensive_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-05-18T06:17:21.9900280Z test_comprehensive_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.287s) 2022-05-18T06:17:22.2787740Z test_comprehensive_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.289s) 2022-05-18T06:17:22.4613960Z test_comprehensive_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.182s) 2022-05-18T06:17:22.6406880Z test_comprehensive_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.179s) 2022-05-18T06:17:22.6842940Z test_comprehensive_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.043s) 2022-05-18T06:17:22.9119520Z test_comprehensive_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.227s) 2022-05-18T06:17:23.1440520Z test_comprehensive_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.232s) 2022-05-18T06:17:23.2927240Z test_comprehensive_addcmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.149s) 2022-05-18T06:17:23.4374030Z test_comprehensive_addcmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.145s) 2022-05-18T06:17:23.4606850Z test_comprehensive_addcmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:17:23.4832730Z test_comprehensive_addcmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:23.5047940Z test_comprehensive_addcmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:23.5271770Z test_comprehensive_addcmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:23.5493190Z test_comprehensive_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:23.5609690Z test_comprehensive_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:17:23.6285380Z test_comprehensive_addmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.067s) 2022-05-18T06:17:23.6998110Z test_comprehensive_addmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-05-18T06:17:23.7270490Z test_comprehensive_addmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:17:23.7535350Z test_comprehensive_addmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:17:23.7594890Z test_comprehensive_addmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:17:23.7654100Z test_comprehensive_addmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:17:23.7710500Z test_comprehensive_addmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:23.7764950Z test_comprehensive_addmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:23.7818650Z test_comprehensive_addmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:23.7885650Z test_comprehensive_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:17:23.8320850Z test_comprehensive_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.043s) 2022-05-18T06:17:23.8765640Z test_comprehensive_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-05-18T06:17:23.8931030Z test_comprehensive_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:17:23.9094450Z test_comprehensive_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:17:23.9150290Z test_comprehensive_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:23.9200990Z test_comprehensive_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:23.9254090Z test_comprehensive_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:23.9306910Z test_comprehensive_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:23.9359260Z test_comprehensive_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:23.9523050Z test_comprehensive_addmv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:17:24.0153460Z test_comprehensive_addmv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-05-18T06:17:24.0806490Z test_comprehensive_addmv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-05-18T06:17:24.1232810Z test_comprehensive_addmv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-05-18T06:17:24.1652760Z test_comprehensive_addmv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-05-18T06:17:24.1677390Z test_comprehensive_addmv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:24.1702510Z test_comprehensive_addmv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:24.1727490Z test_comprehensive_addmv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:24.1753030Z test_comprehensive_addmv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:24.1778440Z test_comprehensive_addmv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:24.1865280Z test_comprehensive_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:17:24.1887740Z test_comprehensive_addr_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:24.2187260Z test_comprehensive_addr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:17:24.2495920Z test_comprehensive_addr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-05-18T06:17:24.2524820Z test_comprehensive_addr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:24.2731890Z test_comprehensive_addr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:17:24.2940200Z test_comprehensive_addr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:17:24.2962980Z test_comprehensive_addr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:24.2982780Z test_comprehensive_addr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:24.3004010Z test_comprehensive_addr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:24.3024370Z test_comprehensive_addr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:24.3045780Z test_comprehensive_addr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:24.3077410Z test_comprehensive_all_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:24.3104640Z test_comprehensive_all_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:24.3138080Z test_comprehensive_all_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:24.3171850Z test_comprehensive_all_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:24.3203230Z test_comprehensive_all_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:24.3233060Z test_comprehensive_all_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:24.3262590Z test_comprehensive_all_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:24.3290100Z test_comprehensive_all_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:24.3315650Z test_comprehensive_all_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:24.3343170Z test_comprehensive_all_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:24.3371030Z test_comprehensive_all_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:24.3399310Z test_comprehensive_all_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:24.6236940Z test_comprehensive_allclose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.284s) 2022-05-18T06:17:25.3348200Z test_comprehensive_allclose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.711s) 2022-05-18T06:17:26.0183260Z test_comprehensive_allclose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.683s) 2022-05-18T06:17:26.2430830Z test_comprehensive_allclose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.225s) 2022-05-18T06:17:26.7507680Z test_comprehensive_allclose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.508s) 2022-05-18T06:17:27.2583740Z test_comprehensive_allclose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.508s) 2022-05-18T06:17:27.3046880Z test_comprehensive_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.046s) 2022-05-18T06:17:27.3078450Z test_comprehensive_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:27.3533160Z test_comprehensive_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-05-18T06:17:27.4291600Z test_comprehensive_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-05-18T06:17:27.5039410Z test_comprehensive_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-05-18T06:17:27.5073230Z test_comprehensive_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:27.5105160Z test_comprehensive_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:27.5136670Z test_comprehensive_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:27.5168700Z test_comprehensive_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:27.5200300Z test_comprehensive_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:27.5649590Z test_comprehensive_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-05-18T06:17:27.5680160Z test_comprehensive_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:27.6133190Z test_comprehensive_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-05-18T06:17:27.6885770Z test_comprehensive_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-05-18T06:17:27.7625820Z test_comprehensive_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-05-18T06:17:27.7658540Z test_comprehensive_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:27.7689920Z test_comprehensive_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:27.7722020Z test_comprehensive_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:27.7753810Z test_comprehensive_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:27.7786460Z test_comprehensive_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:27.7807890Z test_comprehensive_aminmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:27.7831700Z test_comprehensive_aminmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:27.7854670Z test_comprehensive_aminmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:27.7874910Z test_comprehensive_aminmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:27.7894850Z test_comprehensive_aminmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:27.7914200Z test_comprehensive_aminmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:27.7934240Z test_comprehensive_aminmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:27.7954330Z test_comprehensive_aminmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:27.7973520Z test_comprehensive_angle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:27.7987690Z test_comprehensive_angle_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:27.8820290Z test_comprehensive_angle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.083s) 2022-05-18T06:17:27.9678700Z test_comprehensive_angle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.086s) 2022-05-18T06:17:27.9697140Z test_comprehensive_angle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:27.9714500Z test_comprehensive_angle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:27.9732290Z test_comprehensive_angle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:27.9746180Z test_comprehensive_angle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:27.9760540Z test_comprehensive_angle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:27.9774300Z test_comprehensive_angle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:27.9788770Z test_comprehensive_angle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:27.9802740Z test_comprehensive_angle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:27.9831920Z test_comprehensive_any_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:27.9855390Z test_comprehensive_any_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:27.9883930Z test_comprehensive_any_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:27.9912530Z test_comprehensive_any_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:27.9938640Z test_comprehensive_any_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:27.9965270Z test_comprehensive_any_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:27.9992190Z test_comprehensive_any_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:28.0016380Z test_comprehensive_any_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.0041790Z test_comprehensive_any_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.0066580Z test_comprehensive_any_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.0091390Z test_comprehensive_any_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.0115670Z test_comprehensive_any_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.0142290Z test_comprehensive_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:28.0168670Z test_comprehensive_argmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:28.0195620Z test_comprehensive_argmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:28.0221920Z test_comprehensive_argmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:28.0246100Z test_comprehensive_argmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.0270260Z test_comprehensive_argmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.0295110Z test_comprehensive_argmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.0319460Z test_comprehensive_argmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.0343710Z test_comprehensive_argmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.0370570Z test_comprehensive_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:28.0397090Z test_comprehensive_argmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:28.0423800Z test_comprehensive_argmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:28.0450520Z test_comprehensive_argmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:28.0474890Z test_comprehensive_argmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.0500400Z test_comprehensive_argmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.0523970Z test_comprehensive_argmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.0547430Z test_comprehensive_argmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.0571590Z test_comprehensive_argmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.0635920Z test_comprehensive_argsort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:17:28.0687590Z test_comprehensive_argsort_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:28.0753200Z test_comprehensive_argsort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:17:28.0814140Z test_comprehensive_argsort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:17:28.0876220Z test_comprehensive_argsort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:17:28.0935110Z test_comprehensive_argsort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:17:28.0994020Z test_comprehensive_argsort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:17:28.1047580Z test_comprehensive_argsort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:28.1103200Z test_comprehensive_argsort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:28.1158850Z test_comprehensive_argsort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:17:28.1187480Z test_comprehensive_argwhere_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:28.1207620Z test_comprehensive_argwhere_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.1232700Z test_comprehensive_argwhere_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.1257460Z test_comprehensive_argwhere_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.1280490Z test_comprehensive_argwhere_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.1303750Z test_comprehensive_argwhere_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.1326760Z test_comprehensive_argwhere_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.1347000Z test_comprehensive_argwhere_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.1367830Z test_comprehensive_argwhere_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.1388700Z test_comprehensive_argwhere_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.1409080Z test_comprehensive_argwhere_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.1429410Z test_comprehensive_argwhere_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.1485870Z test_comprehensive_as_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:17:28.1504900Z test_comprehensive_as_strided_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.1559530Z test_comprehensive_as_strided_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:28.1584500Z test_comprehensive_as_strided_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.1637900Z test_comprehensive_as_strided_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:28.1689700Z test_comprehensive_as_strided_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:28.1740580Z test_comprehensive_as_strided_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:28.1793430Z test_comprehensive_as_strided_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:28.1811850Z test_comprehensive_as_strided_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.1830870Z test_comprehensive_as_strided_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.1849750Z test_comprehensive_as_strided_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.1868420Z test_comprehensive_as_strided_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.1887850Z test_comprehensive_as_strided_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:28.1926830Z test_comprehensive_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:28.1977400Z test_comprehensive_asin_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:28.2721730Z test_comprehensive_asin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.074s) 2022-05-18T06:17:28.3524240Z test_comprehensive_asin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-05-18T06:17:28.3948180Z test_comprehensive_asin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-05-18T06:17:28.4314290Z test_comprehensive_asin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:17:28.4365880Z test_comprehensive_asin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:28.4417160Z test_comprehensive_asin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:28.4468370Z test_comprehensive_asin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:28.4519280Z test_comprehensive_asin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:28.4570830Z test_comprehensive_asin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:28.4600910Z test_comprehensive_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:28.4614810Z test_comprehensive_asinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:28.5010580Z test_comprehensive_asinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.039s) 2022-05-18T06:17:28.5424200Z test_comprehensive_asinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-05-18T06:17:28.5633970Z test_comprehensive_asinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:17:28.5831090Z test_comprehensive_asinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:17:28.5845190Z test_comprehensive_asinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:28.5859400Z test_comprehensive_asinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:28.5873390Z test_comprehensive_asinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:28.5887750Z test_comprehensive_asinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:28.5901750Z test_comprehensive_asinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:28.6379530Z test_comprehensive_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-05-18T06:17:28.6610300Z test_comprehensive_atan2_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:17:29.0650890Z test_comprehensive_atan2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.404s) 2022-05-18T06:17:29.4539760Z test_comprehensive_atan2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.389s) 2022-05-18T06:17:29.4772910Z test_comprehensive_atan2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:17:29.5005070Z test_comprehensive_atan2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:17:29.5240270Z test_comprehensive_atan2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:17:29.5477340Z test_comprehensive_atan2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:17:29.5710810Z test_comprehensive_atan2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:17:29.5739230Z test_comprehensive_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:29.5790050Z test_comprehensive_atan_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:29.6154220Z test_comprehensive_atan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:17:29.6561480Z test_comprehensive_atan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-05-18T06:17:29.6790190Z test_comprehensive_atan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:17:29.6986440Z test_comprehensive_atan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-05-18T06:17:29.7038060Z test_comprehensive_atan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:29.7090210Z test_comprehensive_atan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:29.7143880Z test_comprehensive_atan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:29.7198230Z test_comprehensive_atan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:29.7250580Z test_comprehensive_atan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:29.7282390Z test_comprehensive_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:29.7297180Z test_comprehensive_atanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:29.7569080Z test_comprehensive_atanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:17:29.7865760Z test_comprehensive_atanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:17:29.8020620Z test_comprehensive_atanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:17:29.8164420Z test_comprehensive_atanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:17:29.8179260Z test_comprehensive_atanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:29.8192890Z test_comprehensive_atanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:29.8207070Z test_comprehensive_atanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:29.8220620Z test_comprehensive_atanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:29.8234760Z test_comprehensive_atanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:29.8271860Z test_comprehensive_atleast_1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:29.8289380Z test_comprehensive_atleast_1d_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:29.8332830Z test_comprehensive_atleast_1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:29.8363280Z test_comprehensive_atleast_1d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:29.8408350Z test_comprehensive_atleast_1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:29.8445130Z test_comprehensive_atleast_1d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:29.8481310Z test_comprehensive_atleast_1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:29.8517790Z test_comprehensive_atleast_1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:29.8536410Z test_comprehensive_atleast_1d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:29.8554850Z test_comprehensive_atleast_1d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:29.8572940Z test_comprehensive_atleast_1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:29.8591580Z test_comprehensive_atleast_1d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:29.8609990Z test_comprehensive_atleast_1d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:29.8648950Z test_comprehensive_atleast_2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:29.8667750Z test_comprehensive_atleast_2d_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:29.8712840Z test_comprehensive_atleast_2d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:29.8744180Z test_comprehensive_atleast_2d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:29.8790000Z test_comprehensive_atleast_2d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:29.8830780Z test_comprehensive_atleast_2d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:29.8869920Z test_comprehensive_atleast_2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:29.8911860Z test_comprehensive_atleast_2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:29.8931070Z test_comprehensive_atleast_2d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:29.8950520Z test_comprehensive_atleast_2d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:29.8969700Z test_comprehensive_atleast_2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:29.8988920Z test_comprehensive_atleast_2d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:29.9008620Z test_comprehensive_atleast_2d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:29.9051670Z test_comprehensive_atleast_3d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:29.9072190Z test_comprehensive_atleast_3d_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:29.9122080Z test_comprehensive_atleast_3d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:29.9155590Z test_comprehensive_atleast_3d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:29.9204960Z test_comprehensive_atleast_3d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:29.9248300Z test_comprehensive_atleast_3d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:29.9292040Z test_comprehensive_atleast_3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:29.9334540Z test_comprehensive_atleast_3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:29.9355510Z test_comprehensive_atleast_3d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:29.9376520Z test_comprehensive_atleast_3d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:29.9397320Z test_comprehensive_atleast_3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:29.9418070Z test_comprehensive_atleast_3d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:29.9438680Z test_comprehensive_atleast_3d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:29.9573390Z test_comprehensive_baddbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:17:30.4086050Z test_comprehensive_baddbmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.451s) 2022-05-18T06:17:30.8571000Z test_comprehensive_baddbmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.448s) 2022-05-18T06:17:30.9514130Z test_comprehensive_baddbmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.094s) 2022-05-18T06:17:31.0439120Z test_comprehensive_baddbmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.092s) 2022-05-18T06:17:31.0463320Z test_comprehensive_baddbmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.0486020Z test_comprehensive_baddbmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.0508700Z test_comprehensive_baddbmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.0531370Z test_comprehensive_baddbmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.0554310Z test_comprehensive_baddbmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.0646090Z test_comprehensive_bernoulli_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:17:31.0694210Z test_comprehensive_bernoulli_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:31.0742030Z test_comprehensive_bernoulli_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:31.0769350Z test_comprehensive_bfloat16_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:31.0787780Z test_comprehensive_bfloat16_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.0824670Z test_comprehensive_bfloat16_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:31.0849620Z test_comprehensive_bfloat16_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.0885550Z test_comprehensive_bfloat16_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:31.0919290Z test_comprehensive_bfloat16_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:31.0953160Z test_comprehensive_bfloat16_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:31.0986560Z test_comprehensive_bfloat16_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:31.1005900Z test_comprehensive_bfloat16_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.1025110Z test_comprehensive_bfloat16_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.1044390Z test_comprehensive_bfloat16_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.1063640Z test_comprehensive_bfloat16_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.1083050Z test_comprehensive_bfloat16_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.1110450Z test_comprehensive_bincount_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:31.1136130Z test_comprehensive_bincount_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:31.1161590Z test_comprehensive_bincount_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.1187870Z test_comprehensive_bincount_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:31.1213820Z test_comprehensive_bincount_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:31.1439130Z test_comprehensive_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:31.1669680Z test_comprehensive_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:17:31.1897830Z test_comprehensive_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:17:31.2121610Z test_comprehensive_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:31.2347080Z test_comprehensive_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:31.2571260Z test_comprehensive_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:31.2795900Z test_comprehensive_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:31.3017050Z test_comprehensive_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:31.3238260Z test_comprehensive_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:31.3461410Z test_comprehensive_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:31.3680510Z test_comprehensive_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:31.3697350Z test_comprehensive_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.3713130Z test_comprehensive_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.3729460Z test_comprehensive_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.3745510Z test_comprehensive_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.3761500Z test_comprehensive_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.3777630Z test_comprehensive_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.3994580Z test_comprehensive_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:31.4222870Z test_comprehensive_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:17:31.4449580Z test_comprehensive_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:17:31.4674340Z test_comprehensive_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:31.4902910Z test_comprehensive_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:17:31.5131570Z test_comprehensive_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:17:31.5357520Z test_comprehensive_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:17:31.5576610Z test_comprehensive_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:31.5797410Z test_comprehensive_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:31.6021320Z test_comprehensive_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:31.6241170Z test_comprehensive_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:31.6456980Z test_comprehensive_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:31.6681900Z test_comprehensive_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:31.6907470Z test_comprehensive_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:17:31.7131150Z test_comprehensive_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:31.7352940Z test_comprehensive_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:31.7574250Z test_comprehensive_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:17:31.7609240Z test_comprehensive_block_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:31.7627450Z test_comprehensive_block_diag_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.7661490Z test_comprehensive_block_diag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:31.7683410Z test_comprehensive_block_diag_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.7717420Z test_comprehensive_block_diag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:31.7751770Z test_comprehensive_block_diag_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:31.7783910Z test_comprehensive_block_diag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:31.7815960Z test_comprehensive_block_diag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:31.7834810Z test_comprehensive_block_diag_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.7853420Z test_comprehensive_block_diag_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.7872210Z test_comprehensive_block_diag_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.7890560Z test_comprehensive_block_diag_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.7909160Z test_comprehensive_block_diag_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.7935280Z test_comprehensive_bmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:31.8294140Z test_comprehensive_bmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:17:31.8677040Z test_comprehensive_bmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:17:31.8891120Z test_comprehensive_bmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:17:31.9088800Z test_comprehensive_bmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:17:31.9103240Z test_comprehensive_bmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:31.9117960Z test_comprehensive_bmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:31.9132350Z test_comprehensive_bmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:31.9146590Z test_comprehensive_bmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:31.9161020Z test_comprehensive_bmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:31.9183390Z test_comprehensive_bool_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.9199910Z test_comprehensive_bool_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.9224990Z test_comprehensive_bool_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.9250030Z test_comprehensive_bool_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.9274940Z test_comprehensive_bool_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.9297510Z test_comprehensive_bool_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.9319810Z test_comprehensive_bool_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.9341720Z test_comprehensive_bool_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.9361100Z test_comprehensive_bool_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.9380460Z test_comprehensive_bool_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.9400030Z test_comprehensive_bool_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.9419350Z test_comprehensive_bool_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.9438670Z test_comprehensive_bool_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.9465320Z test_comprehensive_broadcast_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:31.9482260Z test_comprehensive_broadcast_tensors_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.9510750Z test_comprehensive_broadcast_tensors_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:31.9539530Z test_comprehensive_broadcast_tensors_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:31.9566300Z test_comprehensive_broadcast_tensors_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:31.9593660Z test_comprehensive_broadcast_tensors_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:31.9620020Z test_comprehensive_broadcast_tensors_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:31.9636890Z test_comprehensive_broadcast_tensors_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.9653760Z test_comprehensive_broadcast_tensors_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.9670580Z test_comprehensive_broadcast_tensors_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.9687660Z test_comprehensive_broadcast_tensors_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.9704530Z test_comprehensive_broadcast_tensors_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.9750000Z test_comprehensive_broadcast_to_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:31.9770330Z test_comprehensive_broadcast_to_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:31.9821490Z test_comprehensive_broadcast_to_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:31.9870670Z test_comprehensive_broadcast_to_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:31.9916250Z test_comprehensive_broadcast_to_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:31.9961460Z test_comprehensive_broadcast_to_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:32.0006980Z test_comprehensive_broadcast_to_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:32.0027720Z test_comprehensive_broadcast_to_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:32.0048970Z test_comprehensive_broadcast_to_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:32.0069380Z test_comprehensive_broadcast_to_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:32.0089930Z test_comprehensive_broadcast_to_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:32.0110460Z test_comprehensive_broadcast_to_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:32.0182010Z test_comprehensive_bucketize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:17:32.0252330Z test_comprehensive_bucketize_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:17:32.0331490Z test_comprehensive_bucketize_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:17:32.0403660Z test_comprehensive_bucketize_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:17:32.0450430Z test_comprehensive_bucketize_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:32.0496500Z test_comprehensive_bucketize_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:32.0542350Z test_comprehensive_bucketize_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:32.0587400Z test_comprehensive_bucketize_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:32.0633080Z test_comprehensive_bucketize_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:32.0655940Z test_comprehensive_byte_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:32.0674580Z test_comprehensive_byte_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:32.0699680Z test_comprehensive_byte_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:32.0724460Z test_comprehensive_byte_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:32.0747090Z test_comprehensive_byte_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:32.0768400Z test_comprehensive_byte_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:32.0790390Z test_comprehensive_byte_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:32.0809350Z test_comprehensive_byte_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:32.0828450Z test_comprehensive_byte_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:32.0847530Z test_comprehensive_byte_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:32.0866630Z test_comprehensive_byte_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:32.0883270Z test_comprehensive_byte_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:32.0937760Z test_comprehensive_cartesian_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:32.0980370Z test_comprehensive_cartesian_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:32.1063820Z test_comprehensive_cartesian_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:17:32.1147300Z test_comprehensive_cartesian_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:17:32.1196890Z test_comprehensive_cartesian_prod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:32.1272510Z test_comprehensive_cartesian_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:17:32.1346750Z test_comprehensive_cartesian_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:17:32.1389410Z test_comprehensive_cartesian_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:32.1432090Z test_comprehensive_cartesian_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:32.1474370Z test_comprehensive_cartesian_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:32.1516850Z test_comprehensive_cartesian_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:32.1559160Z test_comprehensive_cartesian_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:32.1616730Z test_comprehensive_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:17:32.1641420Z test_comprehensive_cat_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:32.1710690Z test_comprehensive_cat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:17:32.1750950Z test_comprehensive_cat_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:32.1820330Z test_comprehensive_cat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:17:32.1873940Z test_comprehensive_cat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:32.1928610Z test_comprehensive_cat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:32.1983140Z test_comprehensive_cat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:32.2007990Z test_comprehensive_cat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:32.2032810Z test_comprehensive_cat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:32.2057630Z test_comprehensive_cat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:32.2082300Z test_comprehensive_cat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:32.2107410Z test_comprehensive_cat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:33.1340880Z test_comprehensive_cdist_cpu_float32 (__main__.TestDecompCPU) ... ok (0.923s) 2022-05-18T06:17:34.0541690Z test_comprehensive_cdist_cpu_float64 (__main__.TestDecompCPU) ... ok (0.920s) 2022-05-18T06:17:34.0564350Z test_comprehensive_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:34.0654170Z test_comprehensive_ceil_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:17:34.0733140Z test_comprehensive_ceil_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:17:34.0771110Z test_comprehensive_chalf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:34.0790200Z test_comprehensive_chalf_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:34.0827310Z test_comprehensive_chalf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:34.0849860Z test_comprehensive_chalf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:34.0886950Z test_comprehensive_chalf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:34.0922970Z test_comprehensive_chalf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:34.0962200Z test_comprehensive_chalf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:34.1000830Z test_comprehensive_chalf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:34.1020110Z test_comprehensive_chalf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:34.1039190Z test_comprehensive_chalf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:34.1058840Z test_comprehensive_chalf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:34.1077960Z test_comprehensive_chalf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:34.1097210Z test_comprehensive_chalf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:34.1119050Z test_comprehensive_char_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:34.1137800Z test_comprehensive_char_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:34.1162540Z test_comprehensive_char_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:34.1187280Z test_comprehensive_char_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:34.1212200Z test_comprehensive_char_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:34.1234060Z test_comprehensive_char_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:34.1255970Z test_comprehensive_char_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:34.1278420Z test_comprehensive_char_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:34.1299470Z test_comprehensive_char_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:34.1318500Z test_comprehensive_char_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:34.1337860Z test_comprehensive_char_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:34.1354760Z test_comprehensive_char_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:34.1374000Z test_comprehensive_char_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:34.2478570Z test_comprehensive_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.110s) 2022-05-18T06:17:34.3584810Z test_comprehensive_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.110s) 2022-05-18T06:17:34.4409640Z test_comprehensive_cholesky_cpu_float32 (__main__.TestDecompCPU) ... ok (0.082s) 2022-05-18T06:17:34.5241630Z test_comprehensive_cholesky_cpu_float64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-05-18T06:17:34.5983630Z test_comprehensive_cholesky_inverse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.071s) 2022-05-18T06:17:34.6539370Z test_comprehensive_cholesky_inverse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-05-18T06:17:34.6926080Z test_comprehensive_cholesky_inverse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-05-18T06:17:34.7309640Z test_comprehensive_cholesky_inverse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:17:34.8017140Z test_comprehensive_cholesky_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.071s) 2022-05-18T06:17:34.8754520Z test_comprehensive_cholesky_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-05-18T06:17:34.9278660Z test_comprehensive_cholesky_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-05-18T06:17:34.9777240Z test_comprehensive_cholesky_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-05-18T06:17:34.9821410Z test_comprehensive_chunk_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:35.0065460Z test_comprehensive_chunk_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:17:35.0716850Z test_comprehensive_chunk_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.065s) 2022-05-18T06:17:35.1403630Z test_comprehensive_chunk_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-05-18T06:17:35.2066590Z test_comprehensive_chunk_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-05-18T06:17:35.2110440Z test_comprehensive_chunk_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:35.2498290Z test_comprehensive_chunk_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-05-18T06:17:35.2894490Z test_comprehensive_chunk_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-05-18T06:17:35.3149640Z test_comprehensive_chunk_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:17:35.3401790Z test_comprehensive_chunk_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:17:35.3650810Z test_comprehensive_chunk_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:17:35.3907200Z test_comprehensive_chunk_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:17:35.4157340Z test_comprehensive_chunk_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:17:35.4834780Z test_comprehensive_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.068s) 2022-05-18T06:17:35.6809520Z test_comprehensive_clamp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.197s) 2022-05-18T06:17:35.8698200Z test_comprehensive_clamp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.189s) 2022-05-18T06:17:35.8717660Z test_comprehensive_clamp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:35.8735040Z test_comprehensive_clamp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:35.8752280Z test_comprehensive_clamp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:35.8770290Z test_comprehensive_clamp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:35.8787860Z test_comprehensive_clamp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:35.8961810Z test_comprehensive_clamp_scalar_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-05-18T06:17:35.8982390Z test_comprehensive_clamp_scalar_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:35.9272560Z test_comprehensive_clamp_scalar_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-05-18T06:17:35.9558340Z test_comprehensive_clamp_scalar_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-05-18T06:17:35.9578660Z test_comprehensive_clamp_scalar_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:35.9598730Z test_comprehensive_clamp_scalar_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:35.9620180Z test_comprehensive_clamp_scalar_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:35.9639920Z test_comprehensive_clamp_scalar_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:35.9659680Z test_comprehensive_clamp_scalar_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:35.9680670Z test_comprehensive_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:35.9696080Z test_comprehensive_clone_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:35.9718000Z test_comprehensive_clone_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:35.9736250Z test_comprehensive_clone_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:35.9769390Z test_comprehensive_clone_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:35.9778480Z test_comprehensive_clone_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:35.9798200Z test_comprehensive_clone_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:35.9818510Z test_comprehensive_clone_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:35.9833890Z test_comprehensive_clone_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:35.9849310Z test_comprehensive_clone_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:35.9864650Z test_comprehensive_clone_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:35.9879910Z test_comprehensive_clone_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:35.9895390Z test_comprehensive_clone_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:35.9929640Z test_comprehensive_column_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:35.9948460Z test_comprehensive_column_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:35.9988600Z test_comprehensive_column_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:36.0014790Z test_comprehensive_column_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:36.0056780Z test_comprehensive_column_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:36.0091870Z test_comprehensive_column_stack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:36.0125800Z test_comprehensive_column_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:36.0160960Z test_comprehensive_column_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:36.0180610Z test_comprehensive_column_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:36.0200320Z test_comprehensive_column_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:36.0220110Z test_comprehensive_column_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:36.0246270Z test_comprehensive_column_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:36.0266120Z test_comprehensive_column_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:36.1132870Z test_comprehensive_combinations_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.086s) 2022-05-18T06:17:36.2157750Z test_comprehensive_combinations_cpu_bool (__main__.TestDecompCPU) ... ok (0.102s) 2022-05-18T06:17:36.3561730Z test_comprehensive_combinations_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.140s) 2022-05-18T06:17:36.4984480Z test_comprehensive_combinations_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.142s) 2022-05-18T06:17:36.5857510Z test_comprehensive_combinations_cpu_float16 (__main__.TestDecompCPU) ... ok (0.087s) 2022-05-18T06:17:36.7184360Z test_comprehensive_combinations_cpu_float32 (__main__.TestDecompCPU) ... ok (0.133s) 2022-05-18T06:17:36.8485330Z test_comprehensive_combinations_cpu_float64 (__main__.TestDecompCPU) ... ok (0.130s) 2022-05-18T06:17:36.9503650Z test_comprehensive_combinations_cpu_int16 (__main__.TestDecompCPU) ... ok (0.102s) 2022-05-18T06:17:37.0519450Z test_comprehensive_combinations_cpu_int32 (__main__.TestDecompCPU) ... ok (0.101s) 2022-05-18T06:17:37.1542340Z test_comprehensive_combinations_cpu_int64 (__main__.TestDecompCPU) ... ok (0.102s) 2022-05-18T06:17:37.2547790Z test_comprehensive_combinations_cpu_int8 (__main__.TestDecompCPU) ... ok (0.100s) 2022-05-18T06:17:37.3544020Z test_comprehensive_combinations_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.100s) 2022-05-18T06:17:37.3628020Z test_comprehensive_complex_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:17:37.3708150Z test_comprehensive_complex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:17:37.3788340Z test_comprehensive_complex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:17:37.3812490Z test_comprehensive_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:37.3826600Z test_comprehensive_conj_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:37.3853590Z test_comprehensive_conj_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:37.3873240Z test_comprehensive_conj_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:37.3900470Z test_comprehensive_conj_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:37.3921350Z test_comprehensive_conj_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:37.3942700Z test_comprehensive_conj_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:37.3964130Z test_comprehensive_conj_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:37.3978980Z test_comprehensive_conj_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:37.3993830Z test_comprehensive_conj_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:37.4008500Z test_comprehensive_conj_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:37.4023240Z test_comprehensive_conj_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:37.4037920Z test_comprehensive_conj_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:37.4054190Z test_comprehensive_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:37.4067690Z test_comprehensive_conj_physical_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:37.4086450Z test_comprehensive_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:37.4102610Z test_comprehensive_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:37.4120940Z test_comprehensive_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:37.4136530Z test_comprehensive_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:37.4153960Z test_comprehensive_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:37.4169980Z test_comprehensive_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:37.4183630Z test_comprehensive_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:37.4197470Z test_comprehensive_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:37.4211020Z test_comprehensive_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:37.4224600Z test_comprehensive_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:37.4238230Z test_comprehensive_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:37.4253670Z test_comprehensive_contiguous_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:37.4267160Z test_comprehensive_contiguous_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:37.4283420Z test_comprehensive_contiguous_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:37.4298470Z test_comprehensive_contiguous_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:37.4314710Z test_comprehensive_contiguous_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:37.4330390Z test_comprehensive_contiguous_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:37.4346020Z test_comprehensive_contiguous_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:37.4361660Z test_comprehensive_contiguous_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:37.4375090Z test_comprehensive_contiguous_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:37.4388590Z test_comprehensive_contiguous_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:37.4402330Z test_comprehensive_contiguous_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:37.4415440Z test_comprehensive_contiguous_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:37.4428850Z test_comprehensive_contiguous_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:17:37.4687210Z test_comprehensive_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:17:37.4715140Z test_comprehensive_copysign_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:37.4972190Z test_comprehensive_copysign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:17:37.6245580Z test_comprehensive_copysign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.127s) 2022-05-18T06:17:37.7501060Z test_comprehensive_copysign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.125s) 2022-05-18T06:17:37.7532490Z test_comprehensive_copysign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:37.7561920Z test_comprehensive_copysign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:37.7590360Z test_comprehensive_copysign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:37.7618080Z test_comprehensive_copysign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:37.7646710Z test_comprehensive_copysign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:37.7983260Z test_comprehensive_corrcoef_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-05-18T06:17:37.9054900Z test_comprehensive_corrcoef_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.107s) 2022-05-18T06:17:38.0168030Z test_comprehensive_corrcoef_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-05-18T06:17:38.0881390Z test_comprehensive_corrcoef_cpu_float32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-05-18T06:17:38.1573010Z test_comprehensive_corrcoef_cpu_float64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-05-18T06:17:38.1771840Z test_comprehensive_corrcoef_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:17:38.1969030Z test_comprehensive_corrcoef_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:17:38.2166660Z test_comprehensive_corrcoef_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:17:38.2376860Z test_comprehensive_corrcoef_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:17:38.2581000Z test_comprehensive_corrcoef_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:17:38.2650290Z test_comprehensive_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:17:38.2684900Z test_comprehensive_cos_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:38.2882670Z test_comprehensive_cos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:17:38.3084000Z test_comprehensive_cos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:17:38.3225160Z test_comprehensive_cos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:17:38.3364360Z test_comprehensive_cos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:17:38.3399260Z test_comprehensive_cos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:38.3433910Z test_comprehensive_cos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:38.3468860Z test_comprehensive_cos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:38.3504270Z test_comprehensive_cos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:38.3538620Z test_comprehensive_cos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:38.3598600Z test_comprehensive_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:17:38.3633060Z test_comprehensive_cosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:38.3795430Z test_comprehensive_cosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:17:38.3960720Z test_comprehensive_cosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:17:38.4076970Z test_comprehensive_cosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:17:38.4190970Z test_comprehensive_cosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:17:38.4226090Z test_comprehensive_cosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:38.4261700Z test_comprehensive_cosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:38.4297120Z test_comprehensive_cosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:38.4334280Z test_comprehensive_cosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:38.4369270Z test_comprehensive_cosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:38.4405810Z test_comprehensive_count_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:38.4438860Z test_comprehensive_count_nonzero_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:38.4476430Z test_comprehensive_count_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:38.4513900Z test_comprehensive_count_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:38.4549100Z test_comprehensive_count_nonzero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:38.4584570Z test_comprehensive_count_nonzero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:38.4619950Z test_comprehensive_count_nonzero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:38.4653240Z test_comprehensive_count_nonzero_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:38.4686600Z test_comprehensive_count_nonzero_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:38.4719600Z test_comprehensive_count_nonzero_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:38.4753160Z test_comprehensive_count_nonzero_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:38.4786420Z test_comprehensive_count_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:38.8224330Z test_comprehensive_cov_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.344s) 2022-05-18T06:17:39.9263480Z test_comprehensive_cov_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.104s) 2022-05-18T06:17:41.0489500Z test_comprehensive_cov_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.122s) 2022-05-18T06:17:41.8919760Z test_comprehensive_cov_cpu_float32 (__main__.TestDecompCPU) ... ok (0.843s) 2022-05-18T06:17:42.7534920Z test_comprehensive_cov_cpu_float64 (__main__.TestDecompCPU) ... ok (0.861s) 2022-05-18T06:17:43.1153690Z test_comprehensive_cov_cpu_int16 (__main__.TestDecompCPU) ... ok (0.362s) 2022-05-18T06:17:43.4732080Z test_comprehensive_cov_cpu_int32 (__main__.TestDecompCPU) ... ok (0.358s) 2022-05-18T06:17:43.8215720Z test_comprehensive_cov_cpu_int64 (__main__.TestDecompCPU) ... ok (0.348s) 2022-05-18T06:17:44.1763090Z test_comprehensive_cov_cpu_int8 (__main__.TestDecompCPU) ... ok (0.355s) 2022-05-18T06:17:44.5275950Z test_comprehensive_cov_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.351s) 2022-05-18T06:17:44.5310110Z test_comprehensive_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:44.5348650Z test_comprehensive_cross_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:44.5386650Z test_comprehensive_cross_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:44.5416610Z test_comprehensive_cross_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:44.5446000Z test_comprehensive_cross_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:44.5462790Z test_comprehensive_cross_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:44.5479770Z test_comprehensive_cross_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:44.5496850Z test_comprehensive_cross_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:44.5513980Z test_comprehensive_cross_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:44.5530200Z test_comprehensive_cross_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:44.5561410Z test_comprehensive_cummax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:44.5577210Z test_comprehensive_cummax_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:44.5606810Z test_comprehensive_cummax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:44.5634840Z test_comprehensive_cummax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:44.5651000Z test_comprehensive_cummax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:44.5667150Z test_comprehensive_cummax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:44.5683080Z test_comprehensive_cummax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:44.5699800Z test_comprehensive_cummax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:44.5716050Z test_comprehensive_cummax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:44.5744620Z test_comprehensive_cummin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:44.5760420Z test_comprehensive_cummin_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:44.5788100Z test_comprehensive_cummin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:44.5816090Z test_comprehensive_cummin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:44.5832320Z test_comprehensive_cummin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:44.5848350Z test_comprehensive_cummin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:44.5864260Z test_comprehensive_cummin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:44.5880520Z test_comprehensive_cummin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:44.5896420Z test_comprehensive_cummin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:44.6632480Z test_comprehensive_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-05-18T06:17:44.9959360Z test_comprehensive_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.333s) 2022-05-18T06:17:45.3171990Z test_comprehensive_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.321s) 2022-05-18T06:17:45.5349500Z test_comprehensive_cumprod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.218s) 2022-05-18T06:17:45.7527060Z test_comprehensive_cumprod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.218s) 2022-05-18T06:17:45.7556300Z test_comprehensive_cumprod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:45.7583760Z test_comprehensive_cumprod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:45.7610540Z test_comprehensive_cumprod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:45.7638210Z test_comprehensive_cumprod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:45.7665600Z test_comprehensive_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:45.7716210Z test_comprehensive_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:45.8097640Z test_comprehensive_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:17:45.8463620Z test_comprehensive_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:17:45.8691040Z test_comprehensive_cumsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:17:45.8931130Z test_comprehensive_cumsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:17:45.8950870Z test_comprehensive_cumsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:45.8968970Z test_comprehensive_cumsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:45.8986670Z test_comprehensive_cumsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:45.9003390Z test_comprehensive_cumsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:45.9021130Z test_comprehensive_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:45.9467910Z test_comprehensive_cumulative_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.044s) 2022-05-18T06:17:46.1066390Z test_comprehensive_cumulative_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.160s) 2022-05-18T06:17:46.2714230Z test_comprehensive_cumulative_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.165s) 2022-05-18T06:17:46.3822100Z test_comprehensive_cumulative_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.111s) 2022-05-18T06:17:46.4940190Z test_comprehensive_cumulative_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.112s) 2022-05-18T06:17:46.5140050Z test_comprehensive_cumulative_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:17:46.5338500Z test_comprehensive_cumulative_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:17:46.5531610Z test_comprehensive_cumulative_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-05-18T06:17:46.5728680Z test_comprehensive_cumulative_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:17:46.5925440Z test_comprehensive_cumulative_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:17:46.5966880Z test_comprehensive_deg2rad_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:46.5983790Z test_comprehensive_deg2rad_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:46.6021860Z test_comprehensive_deg2rad_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:46.6075890Z test_comprehensive_deg2rad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:46.6128520Z test_comprehensive_deg2rad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:46.6145410Z test_comprehensive_deg2rad_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:46.6162040Z test_comprehensive_deg2rad_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:46.6178680Z test_comprehensive_deg2rad_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:46.6195490Z test_comprehensive_deg2rad_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:46.6212150Z test_comprehensive_deg2rad_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:46.6309370Z test_comprehensive_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:17:46.6334020Z test_comprehensive_diag_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:46.6531870Z test_comprehensive_diag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:17:46.6731870Z test_comprehensive_diag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:17:46.6887990Z test_comprehensive_diag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:17:46.7042810Z test_comprehensive_diag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:17:46.7067540Z test_comprehensive_diag_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:46.7092370Z test_comprehensive_diag_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:46.7116980Z test_comprehensive_diag_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:46.7141700Z test_comprehensive_diag_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:46.7166580Z test_comprehensive_diag_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:46.7252440Z test_comprehensive_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:17:46.7283150Z test_comprehensive_diag_embed_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:46.7394810Z test_comprehensive_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:17:46.7446940Z test_comprehensive_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:46.7547010Z test_comprehensive_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:17:46.7636800Z test_comprehensive_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:17:46.7726900Z test_comprehensive_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:17:46.7813900Z test_comprehensive_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:17:46.7845710Z test_comprehensive_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:46.7877620Z test_comprehensive_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:46.7909560Z test_comprehensive_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:46.7941290Z test_comprehensive_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:46.7973800Z test_comprehensive_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:46.8015820Z test_comprehensive_diagflat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:46.8035580Z test_comprehensive_diagflat_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:46.8077610Z test_comprehensive_diagflat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:46.8119530Z test_comprehensive_diagflat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:46.8158590Z test_comprehensive_diagflat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:46.8202770Z test_comprehensive_diagflat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:46.8225090Z test_comprehensive_diagflat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:46.8247400Z test_comprehensive_diagflat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:46.8269040Z test_comprehensive_diagflat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:46.8290480Z test_comprehensive_diagflat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:46.8311040Z test_comprehensive_diagflat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:17:46.8434680Z test_comprehensive_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:17:46.8466240Z test_comprehensive_diagonal_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:46.8852020Z test_comprehensive_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:17:46.8906670Z test_comprehensive_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:17:46.9268820Z test_comprehensive_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:17:46.9388650Z test_comprehensive_diagonal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:17:46.9639000Z test_comprehensive_diagonal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:17:46.9887070Z test_comprehensive_diagonal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:17:46.9918180Z test_comprehensive_diagonal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:46.9948540Z test_comprehensive_diagonal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:46.9978480Z test_comprehensive_diagonal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:47.0009350Z test_comprehensive_diagonal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:47.0040210Z test_comprehensive_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:47.0156590Z test_comprehensive_diagonal_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:17:47.0191980Z test_comprehensive_diagonal_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:17:47.0306510Z test_comprehensive_diagonal_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:17:47.0418250Z test_comprehensive_diagonal_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:17:47.0529880Z test_comprehensive_diagonal_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:17:47.0567500Z test_comprehensive_diagonal_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:47.0604310Z test_comprehensive_diagonal_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:47.0641520Z test_comprehensive_diagonal_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:47.0678730Z test_comprehensive_diagonal_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:47.0716470Z test_comprehensive_diagonal_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:17:47.6076960Z test_comprehensive_diff_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.536s) 2022-05-18T06:17:48.5341330Z test_comprehensive_diff_cpu_bool (__main__.TestDecompCPU) ... ok (0.926s) 2022-05-18T06:17:55.9654940Z test_comprehensive_diff_cpu_complex128 (__main__.TestDecompCPU) ... ok (7.431s) 2022-05-18T06:18:03.5038140Z test_comprehensive_diff_cpu_complex64 (__main__.TestDecompCPU) ... ok (7.538s) 2022-05-18T06:18:04.0524590Z test_comprehensive_diff_cpu_float16 (__main__.TestDecompCPU) ... ok (0.549s) 2022-05-18T06:18:08.4916050Z test_comprehensive_diff_cpu_float32 (__main__.TestDecompCPU) ... ok (4.439s) 2022-05-18T06:18:12.7374780Z test_comprehensive_diff_cpu_float64 (__main__.TestDecompCPU) ... ok (4.246s) 2022-05-18T06:18:13.7962600Z test_comprehensive_diff_cpu_int16 (__main__.TestDecompCPU) ... ok (1.059s) 2022-05-18T06:18:14.8490150Z test_comprehensive_diff_cpu_int32 (__main__.TestDecompCPU) ... ok (1.053s) 2022-05-18T06:18:15.9299520Z test_comprehensive_diff_cpu_int64 (__main__.TestDecompCPU) ... ok (1.080s) 2022-05-18T06:18:16.9509390Z test_comprehensive_diff_cpu_int8 (__main__.TestDecompCPU) ... ok (1.022s) 2022-05-18T06:18:17.9773340Z test_comprehensive_diff_cpu_uint8 (__main__.TestDecompCPU) ... ok (1.026s) 2022-05-18T06:18:17.9828750Z test_comprehensive_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:17.9863830Z test_comprehensive_digamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:17.9956380Z test_comprehensive_digamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:18:18.0051020Z test_comprehensive_digamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:18:18.0087840Z test_comprehensive_digamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:18.0123580Z test_comprehensive_digamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:18.0159540Z test_comprehensive_digamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:18.0194830Z test_comprehensive_digamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:18.0230640Z test_comprehensive_digamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:18.3315520Z test_comprehensive_dist_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.308s) 2022-05-18T06:18:20.0113610Z test_comprehensive_dist_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.680s) 2022-05-18T06:18:21.7071400Z test_comprehensive_dist_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.696s) 2022-05-18T06:18:22.0020100Z test_comprehensive_dist_cpu_float16 (__main__.TestDecompCPU) ... ok (0.295s) 2022-05-18T06:18:23.1586090Z test_comprehensive_dist_cpu_float32 (__main__.TestDecompCPU) ... ok (1.156s) 2022-05-18T06:18:24.3309680Z test_comprehensive_dist_cpu_float64 (__main__.TestDecompCPU) ... ok (1.172s) 2022-05-18T06:18:24.3402440Z test_comprehensive_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:18:24.3493080Z test_comprehensive_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:18:24.3582960Z test_comprehensive_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:18:24.3670390Z test_comprehensive_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:18:24.3704790Z test_comprehensive_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:24.3738220Z test_comprehensive_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:24.3771260Z test_comprehensive_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:24.3805570Z test_comprehensive_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:24.3840090Z test_comprehensive_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:24.4009660Z test_comprehensive_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-05-18T06:18:24.4043840Z test_comprehensive_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:24.6221230Z test_comprehensive_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.217s) 2022-05-18T06:18:24.8342520Z test_comprehensive_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.212s) 2022-05-18T06:18:24.8509570Z test_comprehensive_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-05-18T06:18:24.9799890Z test_comprehensive_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.129s) 2022-05-18T06:18:25.1078880Z test_comprehensive_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.128s) 2022-05-18T06:18:25.1113030Z test_comprehensive_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:25.1145890Z test_comprehensive_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:25.1179160Z test_comprehensive_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:25.1213670Z test_comprehensive_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:25.1293220Z test_comprehensive_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:18:25.1383470Z test_comprehensive_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:18:25.1476280Z test_comprehensive_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:18:25.1574260Z test_comprehensive_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:18:25.1689140Z test_comprehensive_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:18:25.1727040Z test_comprehensive_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:25.1761140Z test_comprehensive_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:25.1799940Z test_comprehensive_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:25.1872390Z test_comprehensive_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:18:25.1984390Z test_comprehensive_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:25.2085800Z test_comprehensive_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:25.2124790Z test_comprehensive_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-05-18T06:18:25.2250750Z test_comprehensive_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:18:25.2301920Z test_comprehensive_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:25.2350350Z test_comprehensive_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:25.2364470Z test_comprehensive_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:25.2379110Z test_comprehensive_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:25.2392720Z test_comprehensive_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:25.2406810Z test_comprehensive_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:25.2420910Z test_comprehensive_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:25.2456210Z test_comprehensive_double_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:25.2475640Z test_comprehensive_double_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.2514840Z test_comprehensive_double_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:25.2542720Z test_comprehensive_double_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:25.2582480Z test_comprehensive_double_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:25.2618390Z test_comprehensive_double_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:25.2653330Z test_comprehensive_double_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:25.2681660Z test_comprehensive_double_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:25.2702540Z test_comprehensive_double_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.2723680Z test_comprehensive_double_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.2743440Z test_comprehensive_double_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.2764020Z test_comprehensive_double_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.2786480Z test_comprehensive_double_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.2836840Z test_comprehensive_dsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:25.2854660Z test_comprehensive_dsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.3082820Z test_comprehensive_dsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:18:25.3106020Z test_comprehensive_dsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.3336290Z test_comprehensive_dsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:18:25.3387830Z test_comprehensive_dsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:25.3552870Z test_comprehensive_dsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:18:25.3713630Z test_comprehensive_dsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:18:25.3731950Z test_comprehensive_dsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.3748330Z test_comprehensive_dsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.3766010Z test_comprehensive_dsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.3783600Z test_comprehensive_dsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.3802020Z test_comprehensive_dsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.3826530Z test_comprehensive_dstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.3843060Z test_comprehensive_dstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.3870290Z test_comprehensive_dstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:25.3890540Z test_comprehensive_dstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.3918200Z test_comprehensive_dstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:25.3941810Z test_comprehensive_dstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.3965240Z test_comprehensive_dstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.3989750Z test_comprehensive_dstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.4006730Z test_comprehensive_dstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.4023360Z test_comprehensive_dstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.4040100Z test_comprehensive_dstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.4056600Z test_comprehensive_dstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.4072710Z test_comprehensive_dstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.4466580Z test_comprehensive_eig_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.039s) 2022-05-18T06:18:25.4853550Z test_comprehensive_eig_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-05-18T06:18:25.5085510Z test_comprehensive_eig_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:18:25.5322640Z test_comprehensive_eig_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:25.5569620Z test_comprehensive_einsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:18:25.6205660Z test_comprehensive_einsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-05-18T06:18:25.6857670Z test_comprehensive_einsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-05-18T06:18:25.7328550Z test_comprehensive_einsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-05-18T06:18:25.7794810Z test_comprehensive_einsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-05-18T06:18:25.7899710Z test_comprehensive_einsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:18:25.8002570Z test_comprehensive_einsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:18:25.8107360Z test_comprehensive_einsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:18:25.8212850Z test_comprehensive_einsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:18:25.8320410Z test_comprehensive_einsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:18:25.8346580Z test_comprehensive_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:25.8366470Z test_comprehensive_empty_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.8394320Z test_comprehensive_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:25.8421830Z test_comprehensive_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:25.8449200Z test_comprehensive_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:25.8472370Z test_comprehensive_empty_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.8495360Z test_comprehensive_empty_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.8518620Z test_comprehensive_empty_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.8538720Z test_comprehensive_empty_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.8558610Z test_comprehensive_empty_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.8577990Z test_comprehensive_empty_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.8597690Z test_comprehensive_empty_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.8617460Z test_comprehensive_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:25.8857110Z test_comprehensive_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:25.9101570Z test_comprehensive_eq_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:25.9732800Z test_comprehensive_eq_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-05-18T06:18:26.0397550Z test_comprehensive_eq_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-05-18T06:18:26.0653190Z test_comprehensive_eq_cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:18:26.1055920Z test_comprehensive_eq_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-05-18T06:18:26.1450140Z test_comprehensive_eq_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-05-18T06:18:26.1706390Z test_comprehensive_eq_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:18:26.1955820Z test_comprehensive_eq_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:18:26.2205880Z test_comprehensive_eq_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:18:26.2455280Z test_comprehensive_eq_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:18:26.2709720Z test_comprehensive_eq_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:18:26.2760460Z test_comprehensive_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:26.2816190Z test_comprehensive_erf_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:26.3372630Z test_comprehensive_erf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-05-18T06:18:26.3909730Z test_comprehensive_erf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-05-18T06:18:26.3969700Z test_comprehensive_erf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:26.4029340Z test_comprehensive_erf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:26.4090720Z test_comprehensive_erf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:26.4149270Z test_comprehensive_erf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:26.4208520Z test_comprehensive_erf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:26.4308650Z test_comprehensive_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:18:26.4347770Z test_comprehensive_erfc_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:26.4559890Z test_comprehensive_erfc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:18:26.4767630Z test_comprehensive_erfc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:18:26.4806830Z test_comprehensive_erfc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:26.4844750Z test_comprehensive_erfc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:26.4882220Z test_comprehensive_erfc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:26.4919370Z test_comprehensive_erfc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:26.4956980Z test_comprehensive_erfc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:26.5009030Z test_comprehensive_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:26.5067750Z test_comprehensive_erfinv_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:26.5592210Z test_comprehensive_erfinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-05-18T06:18:26.6083720Z test_comprehensive_erfinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-05-18T06:18:26.6142590Z test_comprehensive_erfinv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:26.6201630Z test_comprehensive_erfinv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:26.6262590Z test_comprehensive_erfinv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:26.6327630Z test_comprehensive_erfinv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:26.6384230Z test_comprehensive_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:26.6443220Z test_comprehensive_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:26.6460610Z test_comprehensive_exp2_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:26.6516430Z test_comprehensive_exp2_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:26.6617100Z test_comprehensive_exp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:18:26.6714950Z test_comprehensive_exp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:18:26.6732570Z test_comprehensive_exp2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:26.6749650Z test_comprehensive_exp2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:26.6766100Z test_comprehensive_exp2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:26.6782480Z test_comprehensive_exp2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:26.6799910Z test_comprehensive_exp2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:26.6850990Z test_comprehensive_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:26.6888710Z test_comprehensive_exp_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:26.7018420Z test_comprehensive_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:18:26.7153040Z test_comprehensive_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:18:26.7249950Z test_comprehensive_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:18:26.7342280Z test_comprehensive_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:18:26.7379210Z test_comprehensive_exp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:26.7415770Z test_comprehensive_exp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:26.7452370Z test_comprehensive_exp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:26.7487060Z test_comprehensive_exp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:26.7523240Z test_comprehensive_exp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:26.7556760Z test_comprehensive_expand_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:26.7574760Z test_comprehensive_expand_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:26.7607750Z test_comprehensive_expand_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:26.7640310Z test_comprehensive_expand_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:26.7669150Z test_comprehensive_expand_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:26.7698590Z test_comprehensive_expand_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:26.7727460Z test_comprehensive_expand_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:26.7745520Z test_comprehensive_expand_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:26.7763670Z test_comprehensive_expand_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:26.7781600Z test_comprehensive_expand_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:26.7799850Z test_comprehensive_expand_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:26.7818410Z test_comprehensive_expand_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:26.7879270Z test_comprehensive_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:26.7905130Z test_comprehensive_expand_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:26.7967910Z test_comprehensive_expand_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:26.8030510Z test_comprehensive_expand_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:26.8088290Z test_comprehensive_expand_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:26.8147910Z test_comprehensive_expand_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:26.8206470Z test_comprehensive_expand_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:26.8233100Z test_comprehensive_expand_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:26.8258520Z test_comprehensive_expand_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:26.8284670Z test_comprehensive_expand_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:26.8311960Z test_comprehensive_expand_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:26.8337610Z test_comprehensive_expand_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:26.8369170Z test_comprehensive_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:26.8425110Z test_comprehensive_expm1_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:26.8662500Z test_comprehensive_expm1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:26.8893320Z test_comprehensive_expm1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:18:26.8952170Z test_comprehensive_expm1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:26.9010550Z test_comprehensive_expm1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:26.9067850Z test_comprehensive_expm1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:26.9125810Z test_comprehensive_expm1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:26.9181710Z test_comprehensive_expm1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:26.9259960Z test_comprehensive_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:18:26.9404070Z test_comprehensive_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:18:26.9515820Z test_comprehensive_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:18:26.9641730Z test_comprehensive_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:18:26.9757500Z test_comprehensive_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:18:26.9788710Z test_comprehensive_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:26.9817820Z test_comprehensive_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:26.9846600Z test_comprehensive_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:26.9878120Z test_comprehensive_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:26.9908580Z test_comprehensive_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:26.9958290Z test_comprehensive_fft_fft_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:27.0020600Z test_comprehensive_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:27.0084340Z test_comprehensive_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:27.0144140Z test_comprehensive_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:27.0218670Z test_comprehensive_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:18:27.0250590Z test_comprehensive_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.0280400Z test_comprehensive_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.0319830Z test_comprehensive_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.0351740Z test_comprehensive_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.0381990Z test_comprehensive_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.0415660Z test_comprehensive_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.0535030Z test_comprehensive_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:18:27.0655170Z test_comprehensive_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:18:27.0781920Z test_comprehensive_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:18:27.0902560Z test_comprehensive_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:18:27.0936800Z test_comprehensive_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.0967460Z test_comprehensive_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.1000490Z test_comprehensive_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.1032490Z test_comprehensive_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.1064190Z test_comprehensive_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.1104940Z test_comprehensive_fft_fftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.1126350Z test_comprehensive_fft_fftshift_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:27.1168080Z test_comprehensive_fft_fftshift_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.1211700Z test_comprehensive_fft_fftshift_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.1253600Z test_comprehensive_fft_fftshift_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.1297300Z test_comprehensive_fft_fftshift_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.1341460Z test_comprehensive_fft_fftshift_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.1365640Z test_comprehensive_fft_fftshift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:27.1390300Z test_comprehensive_fft_fftshift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:27.1413370Z test_comprehensive_fft_fftshift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:27.1436960Z test_comprehensive_fft_fftshift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:27.1459380Z test_comprehensive_fft_fftshift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:27.1506260Z test_comprehensive_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:27.1752150Z test_comprehensive_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:27.1989940Z test_comprehensive_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:27.2245930Z test_comprehensive_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:18:27.2493930Z test_comprehensive_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:18:27.2535490Z test_comprehensive_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.2585830Z test_comprehensive_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:27.2628030Z test_comprehensive_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.2668410Z test_comprehensive_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.2709560Z test_comprehensive_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.2758340Z test_comprehensive_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:27.2907270Z test_comprehensive_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:18:27.3043120Z test_comprehensive_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:18:27.3196940Z test_comprehensive_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:18:27.3339520Z test_comprehensive_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:18:27.3381760Z test_comprehensive_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.3420810Z test_comprehensive_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.3457760Z test_comprehensive_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.3494110Z test_comprehensive_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.3529780Z test_comprehensive_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.3572710Z test_comprehensive_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.3816690Z test_comprehensive_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:27.4063320Z test_comprehensive_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:18:27.4319620Z test_comprehensive_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:18:27.4582400Z test_comprehensive_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:18:27.4628440Z test_comprehensive_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:27.4673690Z test_comprehensive_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.4718330Z test_comprehensive_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.4763930Z test_comprehensive_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.4809520Z test_comprehensive_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.4840170Z test_comprehensive_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.4950300Z test_comprehensive_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:18:27.5064700Z test_comprehensive_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:18:27.5179730Z test_comprehensive_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:18:27.5297650Z test_comprehensive_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:18:27.5328930Z test_comprehensive_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.5359150Z test_comprehensive_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.5389530Z test_comprehensive_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.5419160Z test_comprehensive_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.5448770Z test_comprehensive_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.5483910Z test_comprehensive_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.5543540Z test_comprehensive_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:27.5601530Z test_comprehensive_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:27.5673520Z test_comprehensive_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:18:27.5746300Z test_comprehensive_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:18:27.5780930Z test_comprehensive_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.5813180Z test_comprehensive_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.5845670Z test_comprehensive_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.5879100Z test_comprehensive_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.5914580Z test_comprehensive_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.5948390Z test_comprehensive_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.6064680Z test_comprehensive_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:18:27.6185730Z test_comprehensive_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:18:27.6316010Z test_comprehensive_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:18:27.6445830Z test_comprehensive_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:18:27.6484390Z test_comprehensive_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.6521960Z test_comprehensive_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.6558770Z test_comprehensive_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.6595590Z test_comprehensive_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.6638110Z test_comprehensive_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.6682980Z test_comprehensive_fft_ifftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.6707300Z test_comprehensive_fft_ifftshift_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:27.6755560Z test_comprehensive_fft_ifftshift_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:27.6802270Z test_comprehensive_fft_ifftshift_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:27.6846960Z test_comprehensive_fft_ifftshift_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.6891180Z test_comprehensive_fft_ifftshift_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.6934280Z test_comprehensive_fft_ifftshift_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.6959900Z test_comprehensive_fft_ifftshift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:27.6983970Z test_comprehensive_fft_ifftshift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:27.7008590Z test_comprehensive_fft_ifftshift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:27.7035160Z test_comprehensive_fft_ifftshift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.7060660Z test_comprehensive_fft_ifftshift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:27.7099440Z test_comprehensive_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.7221220Z test_comprehensive_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:18:27.7344100Z test_comprehensive_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:18:27.7385330Z test_comprehensive_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.7428480Z test_comprehensive_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.7468900Z test_comprehensive_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.7513120Z test_comprehensive_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.7556630Z test_comprehensive_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.7594430Z test_comprehensive_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.7683530Z test_comprehensive_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:18:27.7773830Z test_comprehensive_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:18:27.7810920Z test_comprehensive_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.7846130Z test_comprehensive_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.7880620Z test_comprehensive_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.7916190Z test_comprehensive_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.7951110Z test_comprehensive_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.7994290Z test_comprehensive_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.8133130Z test_comprehensive_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:18:27.8271170Z test_comprehensive_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:18:27.8314660Z test_comprehensive_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.8362020Z test_comprehensive_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:27.8410530Z test_comprehensive_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:27.8454250Z test_comprehensive_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.8498260Z test_comprehensive_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.8533400Z test_comprehensive_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.8774550Z test_comprehensive_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:27.9006030Z test_comprehensive_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:18:27.9258150Z test_comprehensive_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:18:27.9500650Z test_comprehensive_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:27.9540310Z test_comprehensive_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.9582170Z test_comprehensive_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.9611200Z test_comprehensive_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:27.9646840Z test_comprehensive_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.9681830Z test_comprehensive_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.9714550Z test_comprehensive_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:27.9841730Z test_comprehensive_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:18:27.9971720Z test_comprehensive_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:18:28.0109060Z test_comprehensive_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:18:28.0246180Z test_comprehensive_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:18:28.0279780Z test_comprehensive_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.0316110Z test_comprehensive_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:28.0348880Z test_comprehensive_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.0387880Z test_comprehensive_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:28.0420490Z test_comprehensive_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.0456790Z test_comprehensive_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:28.0689190Z test_comprehensive_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:18:28.0929310Z test_comprehensive_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:28.1167920Z test_comprehensive_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:28.1422160Z test_comprehensive_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:18:28.1460330Z test_comprehensive_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:28.1498350Z test_comprehensive_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:28.1537690Z test_comprehensive_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:28.1575460Z test_comprehensive_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:28.1613370Z test_comprehensive_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:28.1646110Z test_comprehensive_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.1750980Z test_comprehensive_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:18:28.1855690Z test_comprehensive_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:18:28.1891310Z test_comprehensive_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.1924120Z test_comprehensive_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.1957450Z test_comprehensive_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.1989570Z test_comprehensive_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.2024450Z test_comprehensive_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.2056570Z test_comprehensive_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.2131370Z test_comprehensive_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:18:28.2213470Z test_comprehensive_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:18:28.2246550Z test_comprehensive_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.2279940Z test_comprehensive_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.2315470Z test_comprehensive_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.2349760Z test_comprehensive_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.2382110Z test_comprehensive_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.2416150Z test_comprehensive_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.2533240Z test_comprehensive_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:18:28.2654470Z test_comprehensive_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:18:28.2690170Z test_comprehensive_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:28.2725090Z test_comprehensive_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.2760960Z test_comprehensive_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:28.2798820Z test_comprehensive_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:28.2833740Z test_comprehensive_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.2868440Z test_comprehensive_fill__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.2888120Z test_comprehensive_fill__cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:28.2924080Z test_comprehensive_fill__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.2949970Z test_comprehensive_fill__cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.2984440Z test_comprehensive_fill__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.3017070Z test_comprehensive_fill__cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.3047950Z test_comprehensive_fill__cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.3079780Z test_comprehensive_fill__cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.3099880Z test_comprehensive_fill__cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:28.3118830Z test_comprehensive_fill__cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:28.3137750Z test_comprehensive_fill__cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:28.3156960Z test_comprehensive_fill__cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:28.3176970Z test_comprehensive_fill__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:28.3215740Z test_comprehensive_flatten_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:28.3235400Z test_comprehensive_flatten_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:28.3283300Z test_comprehensive_flatten_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:28.3315840Z test_comprehensive_flatten_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.3361470Z test_comprehensive_flatten_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:28.3401350Z test_comprehensive_flatten_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:28.3442950Z test_comprehensive_flatten_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:28.3482970Z test_comprehensive_flatten_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:28.3503530Z test_comprehensive_flatten_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:28.3525880Z test_comprehensive_flatten_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:28.3547090Z test_comprehensive_flatten_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:28.3568070Z test_comprehensive_flatten_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:28.3588840Z test_comprehensive_flatten_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:28.3704910Z test_comprehensive_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:18:28.3932320Z test_comprehensive_flip_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:18:28.5046940Z test_comprehensive_flip_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.111s) 2022-05-18T06:18:28.6142610Z test_comprehensive_flip_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.109s) 2022-05-18T06:18:28.6249590Z test_comprehensive_flip_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:18:28.6931140Z test_comprehensive_flip_cpu_float32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-05-18T06:18:28.7619660Z test_comprehensive_flip_cpu_float64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-05-18T06:18:28.7849140Z test_comprehensive_flip_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:18:28.8092040Z test_comprehensive_flip_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:28.8322480Z test_comprehensive_flip_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:18:28.8551990Z test_comprehensive_flip_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:18:28.8784640Z test_comprehensive_flip_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:18:28.8819210Z test_comprehensive_fliplr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.8882050Z test_comprehensive_fliplr_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:28.9111610Z test_comprehensive_fliplr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:18:28.9352550Z test_comprehensive_fliplr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:28.9386350Z test_comprehensive_fliplr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:28.9537120Z test_comprehensive_fliplr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:18:28.9688290Z test_comprehensive_fliplr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:18:28.9746830Z test_comprehensive_fliplr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:28.9803100Z test_comprehensive_fliplr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:28.9860260Z test_comprehensive_fliplr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:28.9917600Z test_comprehensive_fliplr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:28.9973610Z test_comprehensive_fliplr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:29.0008860Z test_comprehensive_flipud_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:29.0074130Z test_comprehensive_flipud_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:29.0309330Z test_comprehensive_flipud_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:18:29.0545510Z test_comprehensive_flipud_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:29.0580670Z test_comprehensive_flipud_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:29.0735720Z test_comprehensive_flipud_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:18:29.0893550Z test_comprehensive_flipud_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:18:29.0952210Z test_comprehensive_flipud_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:29.1009910Z test_comprehensive_flipud_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:29.1068220Z test_comprehensive_flipud_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:29.1125220Z test_comprehensive_flipud_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:29.1181600Z test_comprehensive_flipud_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:29.1219660Z test_comprehensive_float_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:29.1240230Z test_comprehensive_float_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:29.1280440Z test_comprehensive_float_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:29.1311900Z test_comprehensive_float_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:29.1356700Z test_comprehensive_float_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:29.1397550Z test_comprehensive_float_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:29.1431800Z test_comprehensive_float_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:29.1470540Z test_comprehensive_float_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:29.1492020Z test_comprehensive_float_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:29.1511890Z test_comprehensive_float_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:29.1532580Z test_comprehensive_float_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:29.1552690Z test_comprehensive_float_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:29.1572640Z test_comprehensive_float_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:29.2570350Z test_comprehensive_float_power_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.100s) 2022-05-18T06:18:29.2969890Z test_comprehensive_float_power_cpu_bool (__main__.TestDecompCPU) ... ok (0.040s) 2022-05-18T06:18:30.2510770Z test_comprehensive_float_power_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.954s) 2022-05-18T06:18:31.2105680Z test_comprehensive_float_power_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.959s) 2022-05-18T06:18:31.3094820Z test_comprehensive_float_power_cpu_float16 (__main__.TestDecompCPU) ... ok (0.099s) 2022-05-18T06:18:31.8773880Z test_comprehensive_float_power_cpu_float32 (__main__.TestDecompCPU) ... ok (0.568s) 2022-05-18T06:18:32.4547500Z test_comprehensive_float_power_cpu_float64 (__main__.TestDecompCPU) ... ok (0.577s) 2022-05-18T06:18:32.5054850Z test_comprehensive_float_power_cpu_int16 (__main__.TestDecompCPU) ... ok (0.051s) 2022-05-18T06:18:32.5575130Z test_comprehensive_float_power_cpu_int32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-05-18T06:18:32.6085120Z test_comprehensive_float_power_cpu_int64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-05-18T06:18:32.6602680Z test_comprehensive_float_power_cpu_int8 (__main__.TestDecompCPU) ... ok (0.052s) 2022-05-18T06:18:32.7098980Z test_comprehensive_float_power_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.050s) 2022-05-18T06:18:32.7125120Z test_comprehensive_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:32.7226390Z test_comprehensive_floor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:18:32.7314750Z test_comprehensive_floor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:18:32.7361920Z test_comprehensive_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:32.7408760Z test_comprehensive_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:32.7454230Z test_comprehensive_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:32.7501770Z test_comprehensive_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:32.7538000Z test_comprehensive_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:32.7574990Z test_comprehensive_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:32.7608620Z test_comprehensive_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:32.7641790Z test_comprehensive_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:32.7676260Z test_comprehensive_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:32.8368830Z test_comprehensive_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.069s) 2022-05-18T06:18:32.8397710Z test_comprehensive_fmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:32.9109960Z test_comprehensive_fmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.071s) 2022-05-18T06:18:33.1387860Z test_comprehensive_fmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.228s) 2022-05-18T06:18:33.3586440Z test_comprehensive_fmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.220s) 2022-05-18T06:18:33.3615890Z test_comprehensive_fmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:33.3644410Z test_comprehensive_fmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:33.3672180Z test_comprehensive_fmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:33.3700800Z test_comprehensive_fmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:33.3729430Z test_comprehensive_fmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:33.4422430Z test_comprehensive_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.069s) 2022-05-18T06:18:33.4450600Z test_comprehensive_fmin_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:33.5153640Z test_comprehensive_fmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.070s) 2022-05-18T06:18:33.7397690Z test_comprehensive_fmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.224s) 2022-05-18T06:18:33.9606490Z test_comprehensive_fmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.221s) 2022-05-18T06:18:33.9636060Z test_comprehensive_fmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:33.9664750Z test_comprehensive_fmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:33.9692420Z test_comprehensive_fmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:33.9720090Z test_comprehensive_fmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:33.9747270Z test_comprehensive_fmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:33.9907370Z test_comprehensive_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:18:34.0069000Z test_comprehensive_fmod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:18:34.1359440Z test_comprehensive_fmod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.129s) 2022-05-18T06:18:34.2599170Z test_comprehensive_fmod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.124s) 2022-05-18T06:18:34.2633260Z test_comprehensive_fmod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:34.2665970Z test_comprehensive_fmod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:34.2697770Z test_comprehensive_fmod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:34.2729510Z test_comprehensive_fmod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:34.2761760Z test_comprehensive_fmod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:34.2789180Z test_comprehensive_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:34.2812310Z test_comprehensive_frac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:34.2838030Z test_comprehensive_frac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:34.2861590Z test_comprehensive_frac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:34.2893590Z test_comprehensive_frexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:34.2923110Z test_comprehensive_frexp_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:34.2951700Z test_comprehensive_frexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:34.2979240Z test_comprehensive_frexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:34.3010040Z test_comprehensive_full_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:34.3032800Z test_comprehensive_full_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:34.3069820Z test_comprehensive_full_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:34.3107150Z test_comprehensive_full_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:34.3138080Z test_comprehensive_full_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:34.3168930Z test_comprehensive_full_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:34.3199980Z test_comprehensive_full_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:34.3224700Z test_comprehensive_full_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:34.3248720Z test_comprehensive_full_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:34.3272480Z test_comprehensive_full_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:34.3296960Z test_comprehensive_full_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:34.3320330Z test_comprehensive_full_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:34.3368190Z test_comprehensive_gather_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:34.3393780Z test_comprehensive_gather_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:34.3438840Z test_comprehensive_gather_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:34.3487740Z test_comprehensive_gather_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:34.3533790Z test_comprehensive_gather_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:34.3580960Z test_comprehensive_gather_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:34.3626540Z test_comprehensive_gather_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:34.3649860Z test_comprehensive_gather_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:34.3672380Z test_comprehensive_gather_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:34.3696820Z test_comprehensive_gather_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:34.3720200Z test_comprehensive_gather_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:34.3743750Z test_comprehensive_gather_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:34.3776650Z test_comprehensive_gcd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:34.3807910Z test_comprehensive_gcd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:34.3838310Z test_comprehensive_gcd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:34.3868600Z test_comprehensive_gcd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:34.3897660Z test_comprehensive_gcd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:34.4119090Z test_comprehensive_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:18:34.4345590Z test_comprehensive_ge_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:18:34.4571820Z test_comprehensive_ge_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:18:34.4943730Z test_comprehensive_ge_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:18:34.5315110Z test_comprehensive_ge_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:18:34.5548070Z test_comprehensive_ge_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:18:34.5781120Z test_comprehensive_ge_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:18:34.6018760Z test_comprehensive_ge_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:34.6256350Z test_comprehensive_ge_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:34.6498340Z test_comprehensive_ge_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:34.6662360Z test_comprehensive_geqrf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:18:34.6831780Z test_comprehensive_geqrf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-05-18T06:18:34.6960050Z test_comprehensive_geqrf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:18:34.7083550Z test_comprehensive_geqrf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:18:34.8845970Z test_comprehensive_gradient_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.176s) 2022-05-18T06:18:35.5576460Z test_comprehensive_gradient_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.673s) 2022-05-18T06:18:36.2148590Z test_comprehensive_gradient_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.657s) 2022-05-18T06:18:36.3838370Z test_comprehensive_gradient_cpu_float16 (__main__.TestDecompCPU) ... ok (0.169s) 2022-05-18T06:18:36.8551320Z test_comprehensive_gradient_cpu_float32 (__main__.TestDecompCPU) ... ok (0.471s) 2022-05-18T06:18:37.3167790Z test_comprehensive_gradient_cpu_float64 (__main__.TestDecompCPU) ... ok (0.462s) 2022-05-18T06:18:37.4791620Z test_comprehensive_gradient_cpu_int16 (__main__.TestDecompCPU) ... ok (0.162s) 2022-05-18T06:18:37.6394300Z test_comprehensive_gradient_cpu_int32 (__main__.TestDecompCPU) ... ok (0.160s) 2022-05-18T06:18:37.7965100Z test_comprehensive_gradient_cpu_int64 (__main__.TestDecompCPU) ... ok (0.157s) 2022-05-18T06:18:37.9585620Z test_comprehensive_gradient_cpu_int8 (__main__.TestDecompCPU) ... ok (0.162s) 2022-05-18T06:18:37.9817630Z test_comprehensive_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:18:38.0055200Z test_comprehensive_gt_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:38.0319390Z test_comprehensive_gt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:18:38.0703040Z test_comprehensive_gt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:18:38.1071640Z test_comprehensive_gt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:18:38.1317570Z test_comprehensive_gt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:38.1557330Z test_comprehensive_gt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:38.1795410Z test_comprehensive_gt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:38.2032350Z test_comprehensive_gt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:38.2264580Z test_comprehensive_gt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:18:38.2302090Z test_comprehensive_half_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:38.2322370Z test_comprehensive_half_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.2361910Z test_comprehensive_half_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:38.2402510Z test_comprehensive_half_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:38.2431780Z test_comprehensive_half_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:38.2466470Z test_comprehensive_half_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:38.2501880Z test_comprehensive_half_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:38.2522040Z test_comprehensive_half_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.2544020Z test_comprehensive_half_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.2564270Z test_comprehensive_half_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.2585440Z test_comprehensive_half_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.2608350Z test_comprehensive_half_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.2648320Z test_comprehensive_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:38.2676940Z test_comprehensive_heaviside_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:38.2715760Z test_comprehensive_heaviside_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:38.2754300Z test_comprehensive_heaviside_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:38.2793620Z test_comprehensive_heaviside_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:38.2823180Z test_comprehensive_heaviside_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:38.2852620Z test_comprehensive_heaviside_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:38.2880300Z test_comprehensive_heaviside_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:38.2908990Z test_comprehensive_heaviside_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:38.2936310Z test_comprehensive_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:38.3113920Z test_comprehensive_histc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-05-18T06:18:38.3283020Z test_comprehensive_histc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-05-18T06:18:38.3455820Z test_comprehensive_histc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-05-18T06:18:38.3866660Z test_comprehensive_histogram_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-05-18T06:18:38.4268380Z test_comprehensive_histogram_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-05-18T06:18:38.4750810Z test_comprehensive_histogramdd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-05-18T06:18:38.5239740Z test_comprehensive_histogramdd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-05-18T06:18:38.5292460Z test_comprehensive_hsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:38.5310240Z test_comprehensive_hsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.5461930Z test_comprehensive_hsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:18:38.5483360Z test_comprehensive_hsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.5638280Z test_comprehensive_hsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:18:38.5692430Z test_comprehensive_hsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:38.5804460Z test_comprehensive_hsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:18:38.5916710Z test_comprehensive_hsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:18:38.5936560Z test_comprehensive_hsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.5954500Z test_comprehensive_hsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.5971650Z test_comprehensive_hsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.5989410Z test_comprehensive_hsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.6006880Z test_comprehensive_hsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.6030140Z test_comprehensive_hstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.6044640Z test_comprehensive_hstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:38.6069870Z test_comprehensive_hstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.6129140Z test_comprehensive_hstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:38.6174730Z test_comprehensive_hstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:38.6207560Z test_comprehensive_hstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:38.6255650Z test_comprehensive_hstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:38.6297360Z test_comprehensive_hstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:38.6332940Z test_comprehensive_hstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:38.6354990Z test_comprehensive_hstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.6372110Z test_comprehensive_hstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.6388220Z test_comprehensive_hstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.6404120Z test_comprehensive_hstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.6599390Z test_comprehensive_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-05-18T06:18:38.7836000Z test_comprehensive_hypot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.124s) 2022-05-18T06:18:38.9002570Z test_comprehensive_hypot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.117s) 2022-05-18T06:18:38.9022220Z test_comprehensive_i0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.9039820Z test_comprehensive_i0_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.9120750Z test_comprehensive_i0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:18:38.9202930Z test_comprehensive_i0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:18:38.9220260Z test_comprehensive_i0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.9236920Z test_comprehensive_i0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.9252980Z test_comprehensive_i0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.9289670Z test_comprehensive_i0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:38.9290290Z test_comprehensive_i0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:38.9378730Z test_comprehensive_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:18:38.9471800Z test_comprehensive_igamma_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:18:38.9852200Z test_comprehensive_igamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:18:39.0214280Z test_comprehensive_igamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:18:39.0309170Z test_comprehensive_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:18:39.0402370Z test_comprehensive_igammac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:18:39.0769560Z test_comprehensive_igammac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:18:39.1123800Z test_comprehensive_igammac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-05-18T06:18:39.1180280Z test_comprehensive_imag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:39.1201290Z test_comprehensive_imag_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:39.1257030Z test_comprehensive_imag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:39.1377990Z test_comprehensive_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:18:39.1407110Z test_comprehensive_index_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:39.1635780Z test_comprehensive_index_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:18:39.1867850Z test_comprehensive_index_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:18:39.1982810Z test_comprehensive_index_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:18:39.2160530Z test_comprehensive_index_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-05-18T06:18:39.2336610Z test_comprehensive_index_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-05-18T06:18:39.2366220Z test_comprehensive_index_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:39.2394100Z test_comprehensive_index_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:39.2422110Z test_comprehensive_index_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:39.2450040Z test_comprehensive_index_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:39.2478160Z test_comprehensive_index_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:39.2514970Z test_comprehensive_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:39.2532900Z test_comprehensive_index_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:39.2571480Z test_comprehensive_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:39.2606550Z test_comprehensive_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:39.2639120Z test_comprehensive_index_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:39.2671430Z test_comprehensive_index_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:39.2704730Z test_comprehensive_index_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:39.2723160Z test_comprehensive_index_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:39.2741320Z test_comprehensive_index_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:39.2759170Z test_comprehensive_index_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:39.2777140Z test_comprehensive_index_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:39.2795300Z test_comprehensive_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:39.2825890Z test_comprehensive_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:39.2844100Z test_comprehensive_index_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:39.2877130Z test_comprehensive_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:39.2910400Z test_comprehensive_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:39.2940480Z test_comprehensive_index_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:39.2970370Z test_comprehensive_index_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:39.3000430Z test_comprehensive_index_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:39.3019030Z test_comprehensive_index_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:39.3037670Z test_comprehensive_index_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:39.3056090Z test_comprehensive_index_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:39.3074640Z test_comprehensive_index_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:39.3093520Z test_comprehensive_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:39.3138480Z test_comprehensive_index_put_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:39.3158960Z test_comprehensive_index_put_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:39.3206770Z test_comprehensive_index_put_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:39.3253150Z test_comprehensive_index_put_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:39.3295700Z test_comprehensive_index_put_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:39.3338380Z test_comprehensive_index_put_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:39.3381440Z test_comprehensive_index_put_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:39.3403650Z test_comprehensive_index_put_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:39.3424700Z test_comprehensive_index_put_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:39.3445400Z test_comprehensive_index_put_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:39.3466130Z test_comprehensive_index_put_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:39.3487220Z test_comprehensive_index_put_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:39.5550980Z test_comprehensive_index_reduce_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.206s) 2022-05-18T06:18:39.7612090Z test_comprehensive_index_reduce_cpu_float16 (__main__.TestDecompCPU) ... ok (0.206s) 2022-05-18T06:18:40.3051730Z test_comprehensive_index_reduce_cpu_float32 (__main__.TestDecompCPU) ... ok (0.544s) 2022-05-18T06:18:40.8336270Z test_comprehensive_index_reduce_cpu_float64 (__main__.TestDecompCPU) ... ok (0.528s) 2022-05-18T06:18:40.8370410Z test_comprehensive_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:40.8387600Z test_comprehensive_index_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:40.8419700Z test_comprehensive_index_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:40.8451250Z test_comprehensive_index_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:40.8480540Z test_comprehensive_index_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:40.8510670Z test_comprehensive_index_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:40.8541040Z test_comprehensive_index_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:40.8558170Z test_comprehensive_index_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:40.8575580Z test_comprehensive_index_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:40.8592870Z test_comprehensive_index_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:40.8610250Z test_comprehensive_index_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:40.8627200Z test_comprehensive_index_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:40.8679310Z test_comprehensive_inner_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:40.8843890Z test_comprehensive_inner_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:18:40.9011720Z test_comprehensive_inner_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-05-18T06:18:40.9133210Z test_comprehensive_inner_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:18:40.9244990Z test_comprehensive_inner_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:18:40.9273350Z test_comprehensive_inner_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:40.9303310Z test_comprehensive_inner_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:40.9332050Z test_comprehensive_inner_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:40.9361210Z test_comprehensive_inner_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:40.9390790Z test_comprehensive_inner_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:40.9413140Z test_comprehensive_int_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:40.9431430Z test_comprehensive_int_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:40.9456860Z test_comprehensive_int_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:40.9482280Z test_comprehensive_int_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:40.9506470Z test_comprehensive_int_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:40.9528830Z test_comprehensive_int_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:40.9551980Z test_comprehensive_int_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:40.9572390Z test_comprehensive_int_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:40.9589420Z test_comprehensive_int_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:40.9608870Z test_comprehensive_int_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:40.9628640Z test_comprehensive_int_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:40.9648320Z test_comprehensive_int_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:41.0070630Z test_comprehensive_inverse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.042s) 2022-05-18T06:18:41.0491440Z test_comprehensive_inverse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-05-18T06:18:41.0795080Z test_comprehensive_inverse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:18:41.1095690Z test_comprehensive_inverse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:18:41.3230970Z test_comprehensive_isclose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.213s) 2022-05-18T06:18:41.8117600Z test_comprehensive_isclose_cpu_bool (__main__.TestDecompCPU) ... ok (0.489s) 2022-05-18T06:18:42.4563120Z test_comprehensive_isclose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.644s) 2022-05-18T06:18:43.0973330Z test_comprehensive_isclose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.641s) 2022-05-18T06:18:43.3123280Z test_comprehensive_isclose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.215s) 2022-05-18T06:18:43.8262880Z test_comprehensive_isclose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.514s) 2022-05-18T06:18:44.3492750Z test_comprehensive_isclose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.523s) 2022-05-18T06:18:44.9853520Z test_comprehensive_isclose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.636s) 2022-05-18T06:18:45.6376290Z test_comprehensive_isclose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.652s) 2022-05-18T06:18:46.2688840Z test_comprehensive_isclose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.631s) 2022-05-18T06:18:46.8895560Z test_comprehensive_isclose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.621s) 2022-05-18T06:18:47.5026370Z test_comprehensive_isclose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.613s) 2022-05-18T06:18:47.5121970Z test_comprehensive_isfinite_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:18:47.5141140Z test_comprehensive_isfinite_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.5405430Z test_comprehensive_isfinite_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:18:47.5677970Z test_comprehensive_isfinite_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:18:47.5943120Z test_comprehensive_isfinite_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:18:47.6040990Z test_comprehensive_isfinite_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:18:47.6180300Z test_comprehensive_isfinite_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:18:47.6326360Z test_comprehensive_isfinite_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:18:47.6346870Z test_comprehensive_isfinite_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.6367500Z test_comprehensive_isfinite_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.6389500Z test_comprehensive_isfinite_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.6410120Z test_comprehensive_isfinite_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.6427980Z test_comprehensive_isfinite_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.6449830Z test_comprehensive_isin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.6469790Z test_comprehensive_isin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.6485990Z test_comprehensive_isin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.6503230Z test_comprehensive_isin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.6519820Z test_comprehensive_isin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.6536610Z test_comprehensive_isin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.6555450Z test_comprehensive_isin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.6576440Z test_comprehensive_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.6592400Z test_comprehensive_isinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.6609570Z test_comprehensive_isinf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.6625750Z test_comprehensive_isinf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.6641580Z test_comprehensive_isinf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:47.6656170Z test_comprehensive_isinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:47.6671130Z test_comprehensive_isinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:47.6685640Z test_comprehensive_isinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:47.6699900Z test_comprehensive_isinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:47.6713950Z test_comprehensive_isinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:47.6727990Z test_comprehensive_isinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:47.6745280Z test_comprehensive_isinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.6760680Z test_comprehensive_isinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.6816930Z test_comprehensive_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:47.6870640Z test_comprehensive_isnan_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:47.7010150Z test_comprehensive_isnan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:18:47.7165250Z test_comprehensive_isnan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:18:47.7226070Z test_comprehensive_isnan_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:47.7323060Z test_comprehensive_isnan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:18:47.7408210Z test_comprehensive_isnan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:18:47.7467480Z test_comprehensive_isnan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:47.7528460Z test_comprehensive_isnan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:47.7595510Z test_comprehensive_isnan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:18:47.7658840Z test_comprehensive_isnan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:47.7718000Z test_comprehensive_isnan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:47.7741030Z test_comprehensive_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.7755020Z test_comprehensive_isneginf_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.7771030Z test_comprehensive_isneginf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.7787130Z test_comprehensive_isneginf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.7803080Z test_comprehensive_isneginf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.7817620Z test_comprehensive_isneginf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:47.7832600Z test_comprehensive_isneginf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:47.7847640Z test_comprehensive_isneginf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:47.7862550Z test_comprehensive_isneginf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:47.7876400Z test_comprehensive_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:47.7894240Z test_comprehensive_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.7908710Z test_comprehensive_isposinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:47.7924920Z test_comprehensive_isposinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.7940420Z test_comprehensive_isposinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:47.7956960Z test_comprehensive_isposinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.7971830Z test_comprehensive_isposinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:47.7985660Z test_comprehensive_isposinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:47.8000530Z test_comprehensive_isposinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:47.8015490Z test_comprehensive_isposinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:47.8029750Z test_comprehensive_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:18:47.8051950Z test_comprehensive_isreal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.8071120Z test_comprehensive_isreal_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.8127180Z test_comprehensive_isreal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:47.8182960Z test_comprehensive_isreal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:47.8238560Z test_comprehensive_isreal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:18:47.8262500Z test_comprehensive_isreal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.8282600Z test_comprehensive_isreal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.8302720Z test_comprehensive_isreal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.8322560Z test_comprehensive_isreal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.8345210Z test_comprehensive_isreal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.8363900Z test_comprehensive_isreal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.8383110Z test_comprehensive_isreal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:47.8402990Z test_comprehensive_isreal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:48.7682810Z test_comprehensive_istft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.928s) 2022-05-18T06:18:49.6884170Z test_comprehensive_istft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.920s) 2022-05-18T06:18:50.5435430Z test_comprehensive_istft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.855s) 2022-05-18T06:18:51.3704150Z test_comprehensive_istft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.827s) 2022-05-18T06:18:51.3718020Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.3730090Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.3742660Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.3754150Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.3766050Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.3778670Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.3791660Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.3803800Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.3815860Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.3828190Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.3840360Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.3853410Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.3867800Z test_comprehensive_jiterator_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.3881100Z test_comprehensive_jiterator_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.3893970Z test_comprehensive_jiterator_binary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.3906650Z test_comprehensive_jiterator_binary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.3919040Z test_comprehensive_jiterator_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.3931370Z test_comprehensive_jiterator_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.3943470Z test_comprehensive_jiterator_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.3955520Z test_comprehensive_jiterator_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.3967520Z test_comprehensive_jiterator_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.3979750Z test_comprehensive_jiterator_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.3991810Z test_comprehensive_jiterator_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.4003870Z test_comprehensive_jiterator_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.4015880Z test_comprehensive_jiterator_unary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.4028020Z test_comprehensive_jiterator_unary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.4039990Z test_comprehensive_jiterator_unary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.4052160Z test_comprehensive_jiterator_unary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.4065250Z test_comprehensive_jiterator_unary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.4078740Z test_comprehensive_jiterator_unary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.4092980Z test_comprehensive_jiterator_unary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.4105460Z test_comprehensive_jiterator_unary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.4118320Z test_comprehensive_jiterator_unary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.4131590Z test_comprehensive_jiterator_unary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.4143700Z test_comprehensive_jiterator_unary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.4156330Z test_comprehensive_jiterator_unary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:18:51.4214540Z test_comprehensive_kron_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:51.4273410Z test_comprehensive_kron_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:51.5588040Z test_comprehensive_kron_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.131s) 2022-05-18T06:18:51.6867790Z test_comprehensive_kron_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.128s) 2022-05-18T06:18:51.6925300Z test_comprehensive_kron_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:51.7639150Z test_comprehensive_kron_cpu_float32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-05-18T06:18:51.8351430Z test_comprehensive_kron_cpu_float64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-05-18T06:18:51.8410960Z test_comprehensive_kron_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:51.8469890Z test_comprehensive_kron_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:51.8527620Z test_comprehensive_kron_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:51.8589560Z test_comprehensive_kron_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:51.8647960Z test_comprehensive_kron_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:51.8721470Z test_comprehensive_kthvalue_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:18:51.8791890Z test_comprehensive_kthvalue_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:18:51.8859420Z test_comprehensive_kthvalue_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:18:51.8883470Z test_comprehensive_kthvalue_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:51.8907200Z test_comprehensive_kthvalue_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:51.8930750Z test_comprehensive_kthvalue_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:51.8954930Z test_comprehensive_kthvalue_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:51.8978070Z test_comprehensive_kthvalue_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:51.9006990Z test_comprehensive_lcm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:51.9033900Z test_comprehensive_lcm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:51.9061330Z test_comprehensive_lcm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:51.9088260Z test_comprehensive_lcm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:51.9115910Z test_comprehensive_lcm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:51.9464810Z test_comprehensive_ldexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-05-18T06:18:51.9921020Z test_comprehensive_ldexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.045s) 2022-05-18T06:18:52.3458970Z test_comprehensive_ldexp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.354s) 2022-05-18T06:18:52.7026720Z test_comprehensive_ldexp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.357s) 2022-05-18T06:18:52.7370700Z test_comprehensive_ldexp_cpu_float16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-05-18T06:18:52.9563230Z test_comprehensive_ldexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.219s) 2022-05-18T06:18:53.1718430Z test_comprehensive_ldexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.215s) 2022-05-18T06:18:53.2144190Z test_comprehensive_ldexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-05-18T06:18:53.2567390Z test_comprehensive_ldexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-05-18T06:18:53.2990720Z test_comprehensive_ldexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-05-18T06:18:53.3416660Z test_comprehensive_ldexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.042s) 2022-05-18T06:18:53.3916510Z test_comprehensive_ldexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.050s) 2022-05-18T06:18:53.4136470Z test_comprehensive_le_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:18:53.4362740Z test_comprehensive_le_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:18:53.4601080Z test_comprehensive_le_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:53.4986780Z test_comprehensive_le_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:18:53.5360480Z test_comprehensive_le_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:18:53.5598030Z test_comprehensive_le_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:53.5833000Z test_comprehensive_le_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:18:53.6072610Z test_comprehensive_le_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:53.6309830Z test_comprehensive_le_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:18:53.6543740Z test_comprehensive_le_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:18:53.8741810Z test_comprehensive_lerp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.220s) 2022-05-18T06:18:54.1010380Z test_comprehensive_lerp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.227s) 2022-05-18T06:18:54.2158980Z test_comprehensive_lerp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.115s) 2022-05-18T06:18:54.3267880Z test_comprehensive_lerp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-05-18T06:18:54.3330730Z test_comprehensive_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:18:54.3366310Z test_comprehensive_lgamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:54.3483140Z test_comprehensive_lgamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:18:54.3597830Z test_comprehensive_lgamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:18:54.3633550Z test_comprehensive_lgamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:54.3668760Z test_comprehensive_lgamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:54.3703670Z test_comprehensive_lgamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:54.3738530Z test_comprehensive_lgamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:54.3772560Z test_comprehensive_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:54.4877530Z test_comprehensive_linalg_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.110s) 2022-05-18T06:18:54.5994240Z test_comprehensive_linalg_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.112s) 2022-05-18T06:18:54.6920510Z test_comprehensive_linalg_cholesky_cpu_float32 (__main__.TestDecompCPU) ... ok (0.093s) 2022-05-18T06:18:54.7759110Z test_comprehensive_linalg_cholesky_cpu_float64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-05-18T06:18:54.8894780Z test_comprehensive_linalg_cholesky_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.113s) 2022-05-18T06:18:55.0007770Z test_comprehensive_linalg_cholesky_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-05-18T06:18:55.0862500Z test_comprehensive_linalg_cholesky_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.085s) 2022-05-18T06:18:55.1696330Z test_comprehensive_linalg_cholesky_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-05-18T06:18:55.2014180Z test_comprehensive_linalg_cond_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-05-18T06:18:55.2323610Z test_comprehensive_linalg_cond_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-05-18T06:18:55.2597860Z test_comprehensive_linalg_cond_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:18:55.2863570Z test_comprehensive_linalg_cond_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:18:55.2895180Z test_comprehensive_linalg_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:55.2933440Z test_comprehensive_linalg_cross_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:55.2971570Z test_comprehensive_linalg_cross_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:18:55.3001080Z test_comprehensive_linalg_cross_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:55.3030290Z test_comprehensive_linalg_cross_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:18:55.3047150Z test_comprehensive_linalg_cross_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:55.3063770Z test_comprehensive_linalg_cross_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:55.3080470Z test_comprehensive_linalg_cross_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:55.3097100Z test_comprehensive_linalg_cross_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:55.3113700Z test_comprehensive_linalg_cross_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:18:55.3226970Z test_comprehensive_linalg_det_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:18:55.3334830Z test_comprehensive_linalg_det_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:18:55.3436800Z test_comprehensive_linalg_det_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:18:55.3538240Z test_comprehensive_linalg_det_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:18:55.3841090Z test_comprehensive_linalg_det_singular_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:18:55.4100820Z test_comprehensive_linalg_det_singular_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:18:55.6355740Z test_comprehensive_linalg_eig_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.225s) 2022-05-18T06:18:55.8374990Z test_comprehensive_linalg_eig_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.202s) 2022-05-18T06:18:56.0433520Z test_comprehensive_linalg_eig_cpu_float32 (__main__.TestDecompCPU) ... ok (0.206s) 2022-05-18T06:18:56.2432910Z test_comprehensive_linalg_eig_cpu_float64 (__main__.TestDecompCPU) ... ok (0.200s) 2022-05-18T06:18:56.4282820Z test_comprehensive_linalg_eigh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.185s) 2022-05-18T06:18:56.6151070Z test_comprehensive_linalg_eigh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.187s) 2022-05-18T06:18:56.7094040Z test_comprehensive_linalg_eigh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.094s) 2022-05-18T06:18:56.7996470Z test_comprehensive_linalg_eigh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.090s) 2022-05-18T06:18:56.8426970Z test_comprehensive_linalg_eigvals_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.043s) 2022-05-18T06:18:56.8885730Z test_comprehensive_linalg_eigvals_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-05-18T06:18:56.9310860Z test_comprehensive_linalg_eigvals_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-05-18T06:18:56.9724710Z test_comprehensive_linalg_eigvals_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-05-18T06:18:57.0055510Z test_comprehensive_linalg_eigvalsh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.033s) 2022-05-18T06:18:57.0390340Z test_comprehensive_linalg_eigvalsh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-05-18T06:18:57.0660150Z test_comprehensive_linalg_eigvalsh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:18:57.0926900Z test_comprehensive_linalg_eigvalsh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:18:57.8860450Z test_comprehensive_linalg_householder_product_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.793s) 2022-05-18T06:18:58.7094370Z test_comprehensive_linalg_householder_product_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.823s) 2022-05-18T06:18:59.2851810Z test_comprehensive_linalg_householder_product_cpu_float32 (__main__.TestDecompCPU) ... ok (0.576s) 2022-05-18T06:18:59.8610090Z test_comprehensive_linalg_householder_product_cpu_float64 (__main__.TestDecompCPU) ... ok (0.576s) 2022-05-18T06:18:59.9032630Z test_comprehensive_linalg_inv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.042s) 2022-05-18T06:18:59.9550300Z test_comprehensive_linalg_inv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-05-18T06:18:59.9877020Z test_comprehensive_linalg_inv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-05-18T06:19:00.0238520Z test_comprehensive_linalg_inv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:19:00.0667510Z test_comprehensive_linalg_inv_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.043s) 2022-05-18T06:19:00.1097570Z test_comprehensive_linalg_inv_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-05-18T06:19:00.1433860Z test_comprehensive_linalg_inv_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-05-18T06:19:00.1895310Z test_comprehensive_linalg_inv_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-05-18T06:19:00.1931630Z test_comprehensive_linalg_ldl_factor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:19:00.1973370Z test_comprehensive_linalg_ldl_factor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:19:00.2002120Z test_comprehensive_linalg_ldl_factor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:00.2028920Z test_comprehensive_linalg_ldl_factor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:00.2055180Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:00.2083730Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:00.2158040Z test_comprehensive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:19:00.2180190Z test_comprehensive_linalg_ldl_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:00.2261580Z test_comprehensive_linalg_ldl_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:19:00.2330830Z test_comprehensive_linalg_ldl_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:19:00.2374720Z test_comprehensive_linalg_ldl_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:19:00.2420110Z test_comprehensive_linalg_ldl_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:19:01.4036640Z test_comprehensive_linalg_lstsq_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.161s) 2022-05-18T06:19:02.6021690Z test_comprehensive_linalg_lstsq_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.198s) 2022-05-18T06:19:03.3853720Z test_comprehensive_linalg_lstsq_cpu_float32 (__main__.TestDecompCPU) ... ok (0.783s) 2022-05-18T06:19:04.1699420Z test_comprehensive_linalg_lstsq_cpu_float64 (__main__.TestDecompCPU) ... ok (0.784s) 2022-05-18T06:19:05.3560700Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.186s) 2022-05-18T06:19:06.5328590Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.177s) 2022-05-18T06:19:07.2949220Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestDecompCPU) ... ok (0.762s) 2022-05-18T06:19:08.0403820Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestDecompCPU) ... ok (0.745s) 2022-05-18T06:19:08.3869650Z test_comprehensive_linalg_lu_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.347s) 2022-05-18T06:19:08.7359460Z test_comprehensive_linalg_lu_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.349s) 2022-05-18T06:19:08.9600080Z test_comprehensive_linalg_lu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.224s) 2022-05-18T06:19:09.1814320Z test_comprehensive_linalg_lu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.221s) 2022-05-18T06:19:09.5350960Z test_comprehensive_linalg_lu_factor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.354s) 2022-05-18T06:19:09.8957450Z test_comprehensive_linalg_lu_factor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.361s) 2022-05-18T06:19:10.1261500Z test_comprehensive_linalg_lu_factor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.230s) 2022-05-18T06:19:10.3573340Z test_comprehensive_linalg_lu_factor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.231s) 2022-05-18T06:19:10.7031970Z test_comprehensive_linalg_lu_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.346s) 2022-05-18T06:19:11.0530830Z test_comprehensive_linalg_lu_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.350s) 2022-05-18T06:19:11.2795340Z test_comprehensive_linalg_lu_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.226s) 2022-05-18T06:19:11.5036550Z test_comprehensive_linalg_lu_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.224s) 2022-05-18T06:19:12.0039930Z test_comprehensive_linalg_matrix_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.500s) 2022-05-18T06:19:12.5105420Z test_comprehensive_linalg_matrix_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.506s) 2022-05-18T06:19:12.9317780Z test_comprehensive_linalg_matrix_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.421s) 2022-05-18T06:19:13.3533610Z test_comprehensive_linalg_matrix_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.421s) 2022-05-18T06:19:13.4917240Z test_comprehensive_linalg_matrix_power_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.138s) 2022-05-18T06:19:13.6340990Z test_comprehensive_linalg_matrix_power_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.142s) 2022-05-18T06:19:13.7401640Z test_comprehensive_linalg_matrix_power_cpu_float32 (__main__.TestDecompCPU) ... ok (0.106s) 2022-05-18T06:19:13.8473810Z test_comprehensive_linalg_matrix_power_cpu_float64 (__main__.TestDecompCPU) ... ok (0.107s) 2022-05-18T06:19:13.8702360Z test_comprehensive_linalg_matrix_rank_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:13.8928250Z test_comprehensive_linalg_matrix_rank_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:19:13.9142900Z test_comprehensive_linalg_matrix_rank_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:19:13.9362440Z test_comprehensive_linalg_matrix_rank_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:19:13.9618910Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:19:13.9883730Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:19:14.0138610Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:19:14.0383030Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:19:14.0512290Z test_comprehensive_linalg_multi_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:19:14.0935510Z test_comprehensive_linalg_multi_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.042s) 2022-05-18T06:19:14.1367710Z test_comprehensive_linalg_multi_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-05-18T06:19:14.1673890Z test_comprehensive_linalg_multi_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-05-18T06:19:14.1974360Z test_comprehensive_linalg_multi_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:19:14.2006610Z test_comprehensive_linalg_multi_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:14.2035770Z test_comprehensive_linalg_multi_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:14.2065290Z test_comprehensive_linalg_multi_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:14.2095430Z test_comprehensive_linalg_multi_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:14.2124950Z test_comprehensive_linalg_multi_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:14.2950590Z test_comprehensive_linalg_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.082s) 2022-05-18T06:19:14.4903880Z test_comprehensive_linalg_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.195s) 2022-05-18T06:19:14.6860060Z test_comprehensive_linalg_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.196s) 2022-05-18T06:19:14.7644150Z test_comprehensive_linalg_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-05-18T06:19:14.9192870Z test_comprehensive_linalg_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.155s) 2022-05-18T06:19:15.0691930Z test_comprehensive_linalg_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.150s) 2022-05-18T06:19:15.1394760Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.070s) 2022-05-18T06:19:15.2690150Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.129s) 2022-05-18T06:19:15.4035700Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.134s) 2022-05-18T06:19:15.4761560Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.072s) 2022-05-18T06:19:15.5978970Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.122s) 2022-05-18T06:19:15.7153140Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.117s) 2022-05-18T06:19:15.9896570Z test_comprehensive_linalg_pinv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.274s) 2022-05-18T06:19:16.2415320Z test_comprehensive_linalg_pinv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.252s) 2022-05-18T06:19:16.4405450Z test_comprehensive_linalg_pinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.199s) 2022-05-18T06:19:16.6399350Z test_comprehensive_linalg_pinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.199s) 2022-05-18T06:19:16.7373080Z test_comprehensive_linalg_pinv_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.097s) 2022-05-18T06:19:16.8367790Z test_comprehensive_linalg_pinv_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.099s) 2022-05-18T06:19:16.9117050Z test_comprehensive_linalg_pinv_hermitian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-05-18T06:19:16.9896130Z test_comprehensive_linalg_pinv_hermitian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-05-18T06:19:16.9909600Z test_comprehensive_linalg_pinv_singular_cpu_complex128 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T06:19:16.9921790Z test_comprehensive_linalg_pinv_singular_cpu_complex64 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T06:19:16.9934120Z test_comprehensive_linalg_pinv_singular_cpu_float32 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T06:19:16.9945800Z test_comprehensive_linalg_pinv_singular_cpu_float64 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T06:19:17.2866410Z test_comprehensive_linalg_qr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.292s) 2022-05-18T06:19:17.5828190Z test_comprehensive_linalg_qr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.296s) 2022-05-18T06:19:17.8106460Z test_comprehensive_linalg_qr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.228s) 2022-05-18T06:19:18.0395390Z test_comprehensive_linalg_qr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.229s) 2022-05-18T06:19:18.0833980Z test_comprehensive_linalg_slogdet_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.044s) 2022-05-18T06:19:18.1273940Z test_comprehensive_linalg_slogdet_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-05-18T06:19:18.1551570Z test_comprehensive_linalg_slogdet_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-05-18T06:19:18.1822320Z test_comprehensive_linalg_slogdet_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:19:18.2894380Z test_comprehensive_linalg_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.107s) 2022-05-18T06:19:18.3966650Z test_comprehensive_linalg_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.107s) 2022-05-18T06:19:18.4760590Z test_comprehensive_linalg_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-05-18T06:19:18.5524350Z test_comprehensive_linalg_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-05-18T06:19:19.7253260Z test_comprehensive_linalg_solve_triangular_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.173s) 2022-05-18T06:19:20.9035670Z test_comprehensive_linalg_solve_triangular_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.178s) 2022-05-18T06:19:21.8806790Z test_comprehensive_linalg_solve_triangular_cpu_float32 (__main__.TestDecompCPU) ... ok (0.977s) 2022-05-18T06:19:22.8291180Z test_comprehensive_linalg_solve_triangular_cpu_float64 (__main__.TestDecompCPU) ... ok (0.948s) 2022-05-18T06:19:27.2535230Z test_comprehensive_linalg_svd_cpu_complex128 (__main__.TestDecompCPU) ... ok (4.424s) 2022-05-18T06:19:31.5941100Z test_comprehensive_linalg_svd_cpu_complex64 (__main__.TestDecompCPU) ... ok (4.340s) 2022-05-18T06:19:33.9112460Z test_comprehensive_linalg_svd_cpu_float32 (__main__.TestDecompCPU) ... ok (2.317s) 2022-05-18T06:19:36.2361240Z test_comprehensive_linalg_svd_cpu_float64 (__main__.TestDecompCPU) ... ok (2.325s) 2022-05-18T06:19:36.3190690Z test_comprehensive_linalg_svdvals_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.083s) 2022-05-18T06:19:36.4018720Z test_comprehensive_linalg_svdvals_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-05-18T06:19:36.4713730Z test_comprehensive_linalg_svdvals_cpu_float32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-05-18T06:19:36.5406950Z test_comprehensive_linalg_svdvals_cpu_float64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-05-18T06:19:36.5773910Z test_comprehensive_linalg_tensorinv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:19:36.6137730Z test_comprehensive_linalg_tensorinv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:19:36.6358410Z test_comprehensive_linalg_tensorinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:19:36.6571300Z test_comprehensive_linalg_tensorinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:19:36.7198830Z test_comprehensive_linalg_tensorsolve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-05-18T06:19:36.7814310Z test_comprehensive_linalg_tensorsolve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-05-18T06:19:36.8193390Z test_comprehensive_linalg_tensorsolve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:19:36.8586620Z test_comprehensive_linalg_tensorsolve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:19:36.9684220Z test_comprehensive_linalg_vander_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.111s) 2022-05-18T06:19:37.0775640Z test_comprehensive_linalg_vander_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.109s) 2022-05-18T06:19:37.1525200Z test_comprehensive_linalg_vander_cpu_float32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-05-18T06:19:37.2249100Z test_comprehensive_linalg_vander_cpu_float64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-05-18T06:19:37.2303480Z test_comprehensive_linalg_vander_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:37.2355300Z test_comprehensive_linalg_vander_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:37.2406600Z test_comprehensive_linalg_vander_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:37.2459110Z test_comprehensive_linalg_vander_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:37.2514110Z test_comprehensive_linalg_vander_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:37.5489220Z test_comprehensive_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.297s) 2022-05-18T06:19:38.2431020Z test_comprehensive_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.694s) 2022-05-18T06:19:38.9640300Z test_comprehensive_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.721s) 2022-05-18T06:19:39.2577490Z test_comprehensive_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.294s) 2022-05-18T06:19:39.8281500Z test_comprehensive_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.570s) 2022-05-18T06:19:40.3839300Z test_comprehensive_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.556s) 2022-05-18T06:19:40.3883130Z test_comprehensive_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:19:40.3900020Z test_comprehensive_log10_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:40.3970040Z test_comprehensive_log10_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:19:40.4042460Z test_comprehensive_log10_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:19:40.4097870Z test_comprehensive_log10_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:40.4151400Z test_comprehensive_log10_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:40.4167630Z test_comprehensive_log10_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:40.4184270Z test_comprehensive_log10_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:40.4201090Z test_comprehensive_log10_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:40.4217910Z test_comprehensive_log10_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:40.4234790Z test_comprehensive_log10_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:40.4258020Z test_comprehensive_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:40.4312680Z test_comprehensive_log1p_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:40.4396010Z test_comprehensive_log1p_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:19:40.4479370Z test_comprehensive_log1p_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:19:40.4533740Z test_comprehensive_log1p_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:40.4587100Z test_comprehensive_log1p_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:40.4641040Z test_comprehensive_log1p_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:40.4696160Z test_comprehensive_log1p_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:40.4748670Z test_comprehensive_log1p_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:40.4790340Z test_comprehensive_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:19:40.4807510Z test_comprehensive_log2_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:40.4878610Z test_comprehensive_log2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:19:40.4952250Z test_comprehensive_log2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:19:40.5009700Z test_comprehensive_log2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:40.5065020Z test_comprehensive_log2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:40.5082060Z test_comprehensive_log2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:40.5098260Z test_comprehensive_log2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:40.5114740Z test_comprehensive_log2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:40.5131520Z test_comprehensive_log2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:40.5148000Z test_comprehensive_log2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:40.5184450Z test_comprehensive_log_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:19:40.5220970Z test_comprehensive_log_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:19:40.5287290Z test_comprehensive_log_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:19:40.5354080Z test_comprehensive_log_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:19:40.5405840Z test_comprehensive_log_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:40.5458820Z test_comprehensive_log_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:40.5494990Z test_comprehensive_log_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:19:40.5531040Z test_comprehensive_log_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:40.5565270Z test_comprehensive_log_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:40.5600890Z test_comprehensive_log_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:40.5635640Z test_comprehensive_log_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:40.5718910Z test_comprehensive_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:19:40.6089420Z test_comprehensive_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:19:40.6443780Z test_comprehensive_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-05-18T06:19:40.6527600Z test_comprehensive_log_softmax_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:19:40.6671400Z test_comprehensive_log_softmax_dtype_cpu_bool (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:19:40.7039880Z test_comprehensive_log_softmax_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:19:40.7409690Z test_comprehensive_log_softmax_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:19:40.7493790Z test_comprehensive_log_softmax_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:19:40.7863100Z test_comprehensive_log_softmax_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:19:40.8213650Z test_comprehensive_log_softmax_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-05-18T06:19:40.8390650Z test_comprehensive_log_softmax_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-05-18T06:19:40.8567450Z test_comprehensive_log_softmax_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-05-18T06:19:40.8746920Z test_comprehensive_log_softmax_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-05-18T06:19:40.8927910Z test_comprehensive_log_softmax_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-05-18T06:19:40.9115900Z test_comprehensive_log_softmax_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-05-18T06:19:40.9160900Z test_comprehensive_logaddexp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:19:40.9261200Z test_comprehensive_logaddexp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:19:40.9359970Z test_comprehensive_logaddexp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:19:40.9402200Z test_comprehensive_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:19:40.9497990Z test_comprehensive_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:19:40.9595340Z test_comprehensive_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:19:41.0059880Z test_comprehensive_logcumsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.046s) 2022-05-18T06:19:41.3264730Z test_comprehensive_logcumsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.320s) 2022-05-18T06:19:41.6318010Z test_comprehensive_logcumsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.305s) 2022-05-18T06:19:41.6620700Z test_comprehensive_logdet_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:19:41.6921510Z test_comprehensive_logdet_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:19:41.7183620Z test_comprehensive_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:19:41.7413250Z test_comprehensive_logical_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:41.8024170Z test_comprehensive_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-05-18T06:19:41.8644840Z test_comprehensive_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-05-18T06:19:41.8915150Z test_comprehensive_logical_and_cpu_float16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:19:41.9318100Z test_comprehensive_logical_and_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-05-18T06:19:41.9704020Z test_comprehensive_logical_and_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-05-18T06:19:41.9974590Z test_comprehensive_logical_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:19:42.0247030Z test_comprehensive_logical_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:19:42.0514660Z test_comprehensive_logical_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:19:42.0786080Z test_comprehensive_logical_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:19:42.1052750Z test_comprehensive_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:19:42.1084690Z test_comprehensive_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:42.1113760Z test_comprehensive_logical_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:42.1163240Z test_comprehensive_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:42.1214100Z test_comprehensive_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:42.1244020Z test_comprehensive_logical_not_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:42.1282340Z test_comprehensive_logical_not_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:19:42.1322620Z test_comprehensive_logical_not_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:19:42.1352800Z test_comprehensive_logical_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:42.1383060Z test_comprehensive_logical_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:42.1412120Z test_comprehensive_logical_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:42.1443490Z test_comprehensive_logical_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:42.1473860Z test_comprehensive_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:42.1743820Z test_comprehensive_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:19:42.1983150Z test_comprehensive_logical_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:19:42.2625700Z test_comprehensive_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.064s) 2022-05-18T06:19:42.3255580Z test_comprehensive_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-05-18T06:19:42.3519510Z test_comprehensive_logical_or_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:19:42.3919690Z test_comprehensive_logical_or_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-05-18T06:19:42.4302170Z test_comprehensive_logical_or_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:19:42.4573880Z test_comprehensive_logical_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:19:42.4848890Z test_comprehensive_logical_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:19:42.5122100Z test_comprehensive_logical_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:19:42.5399830Z test_comprehensive_logical_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-05-18T06:19:42.5674120Z test_comprehensive_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:19:42.5869520Z test_comprehensive_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:19:42.6069360Z test_comprehensive_logical_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:19:42.6622750Z test_comprehensive_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.055s) 2022-05-18T06:19:42.7169110Z test_comprehensive_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-05-18T06:19:42.7368210Z test_comprehensive_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:19:42.7705600Z test_comprehensive_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-05-18T06:19:42.8033880Z test_comprehensive_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-05-18T06:19:42.8242080Z test_comprehensive_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:19:42.8445130Z test_comprehensive_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:19:42.8646360Z test_comprehensive_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:19:42.8852550Z test_comprehensive_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:19:42.9056690Z test_comprehensive_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:19:42.9126500Z test_comprehensive_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:19:42.9201570Z test_comprehensive_logit_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:19:42.9464630Z test_comprehensive_logit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:19:42.9721480Z test_comprehensive_logit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:19:42.9794000Z test_comprehensive_logit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:19:42.9864710Z test_comprehensive_logit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:19:42.9934870Z test_comprehensive_logit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:19:43.0005050Z test_comprehensive_logit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:19:43.0077940Z test_comprehensive_logit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:19:43.0189170Z test_comprehensive_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:19:43.0244470Z test_comprehensive_logsumexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:43.1077990Z test_comprehensive_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-05-18T06:19:43.1888890Z test_comprehensive_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.081s) 2022-05-18T06:19:43.1946390Z test_comprehensive_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:43.2003920Z test_comprehensive_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:43.2059580Z test_comprehensive_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:43.2118240Z test_comprehensive_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:43.2174440Z test_comprehensive_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:43.2197360Z test_comprehensive_long_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:43.2217400Z test_comprehensive_long_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:43.2241930Z test_comprehensive_long_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:43.2266950Z test_comprehensive_long_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:43.2289380Z test_comprehensive_long_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:43.2311650Z test_comprehensive_long_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:43.2333360Z test_comprehensive_long_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:43.2352810Z test_comprehensive_long_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:43.2371840Z test_comprehensive_long_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:43.2388670Z test_comprehensive_long_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:43.2408020Z test_comprehensive_long_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:43.2427600Z test_comprehensive_long_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:43.2642750Z test_comprehensive_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:19:43.2855870Z test_comprehensive_lt_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:19:43.3071880Z test_comprehensive_lt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:19:43.3423260Z test_comprehensive_lt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-05-18T06:19:43.3762260Z test_comprehensive_lt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-05-18T06:19:43.3989220Z test_comprehensive_lt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:43.4219800Z test_comprehensive_lt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:43.4453640Z test_comprehensive_lt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:43.4685790Z test_comprehensive_lt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:43.4905610Z test_comprehensive_lt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:19:44.1836110Z test_comprehensive_lu_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.693s) 2022-05-18T06:19:44.8925760Z test_comprehensive_lu_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.709s) 2022-05-18T06:19:45.3431680Z test_comprehensive_lu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.451s) 2022-05-18T06:19:45.7934000Z test_comprehensive_lu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.450s) 2022-05-18T06:19:46.2522800Z test_comprehensive_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.459s) 2022-05-18T06:19:46.6954370Z test_comprehensive_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.443s) 2022-05-18T06:19:47.0378020Z test_comprehensive_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.342s) 2022-05-18T06:19:47.3792290Z test_comprehensive_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.341s) 2022-05-18T06:19:47.3932100Z test_comprehensive_lu_unpack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:19:47.4068170Z test_comprehensive_lu_unpack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:19:47.4194240Z test_comprehensive_lu_unpack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:19:47.4319580Z test_comprehensive_lu_unpack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:19:47.4377050Z test_comprehensive_mH_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:47.4605330Z test_comprehensive_mH_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:47.5933850Z test_comprehensive_mH_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.133s) 2022-05-18T06:19:47.6549880Z test_comprehensive_mH_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.061s) 2022-05-18T06:19:47.7867680Z test_comprehensive_mH_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.132s) 2022-05-18T06:19:47.7929310Z test_comprehensive_mH_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:47.8701360Z test_comprehensive_mH_cpu_float32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-05-18T06:19:47.9437570Z test_comprehensive_mH_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-05-18T06:19:47.9676090Z test_comprehensive_mH_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:19:47.9916640Z test_comprehensive_mH_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:19:48.0153510Z test_comprehensive_mH_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:19:48.0396420Z test_comprehensive_mH_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:19:48.0637890Z test_comprehensive_mH_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:19:48.0699990Z test_comprehensive_mT_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:48.0934800Z test_comprehensive_mT_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:48.2289400Z test_comprehensive_mT_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.135s) 2022-05-18T06:19:48.2910870Z test_comprehensive_mT_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-05-18T06:19:48.4921690Z test_comprehensive_mT_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.201s) 2022-05-18T06:19:48.4983900Z test_comprehensive_mT_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:48.5754460Z test_comprehensive_mT_cpu_float32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-05-18T06:19:48.6512060Z test_comprehensive_mT_cpu_float64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-05-18T06:19:48.6756400Z test_comprehensive_mT_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:19:48.6992870Z test_comprehensive_mT_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:19:48.7220210Z test_comprehensive_mT_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:48.7451020Z test_comprehensive_mT_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:48.7685000Z test_comprehensive_mT_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:48.7799930Z test_comprehensive_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:19:48.7900620Z test_comprehensive_masked_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:19:48.8386240Z test_comprehensive_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-05-18T06:19:48.8886400Z test_comprehensive_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-05-18T06:19:48.8998450Z test_comprehensive_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:19:48.9343820Z test_comprehensive_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-05-18T06:19:48.9713620Z test_comprehensive_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:19:48.9820060Z test_comprehensive_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:19:48.9924360Z test_comprehensive_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:19:49.0028400Z test_comprehensive_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:19:49.0132380Z test_comprehensive_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:19:49.0236130Z test_comprehensive_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:19:49.0299650Z test_comprehensive_masked_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:49.0329350Z test_comprehensive_masked_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:49.0472960Z test_comprehensive_masked_scatter_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:19:49.0634640Z test_comprehensive_masked_scatter_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:19:49.0694170Z test_comprehensive_masked_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:49.0805730Z test_comprehensive_masked_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:19:49.0916190Z test_comprehensive_masked_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:19:49.0937040Z test_comprehensive_masked_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:49.0957460Z test_comprehensive_masked_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:49.0978180Z test_comprehensive_masked_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:49.1008220Z test_comprehensive_masked_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:49.1019860Z test_comprehensive_masked_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:49.1077170Z test_comprehensive_masked_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:49.1100070Z test_comprehensive_masked_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:49.1161710Z test_comprehensive_masked_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:49.1222580Z test_comprehensive_masked_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:49.1281140Z test_comprehensive_masked_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:49.1340540Z test_comprehensive_masked_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:49.1398690Z test_comprehensive_masked_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:49.1422020Z test_comprehensive_masked_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:49.1445780Z test_comprehensive_masked_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:49.1468800Z test_comprehensive_masked_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:49.1492670Z test_comprehensive_masked_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:49.1515940Z test_comprehensive_masked_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:49.1787590Z test_comprehensive_matmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:19:49.4469250Z test_comprehensive_matmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.268s) 2022-05-18T06:19:49.7249010Z test_comprehensive_matmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.278s) 2022-05-18T06:19:49.8905340Z test_comprehensive_matmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.166s) 2022-05-18T06:19:50.0553740Z test_comprehensive_matmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.165s) 2022-05-18T06:19:50.0865820Z test_comprehensive_matmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-05-18T06:19:50.1176140Z test_comprehensive_matmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-05-18T06:19:50.1484850Z test_comprehensive_matmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-05-18T06:19:50.1794700Z test_comprehensive_matmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-05-18T06:19:50.2097790Z test_comprehensive_matmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:19:50.2159640Z test_comprehensive_matrix_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:50.2284400Z test_comprehensive_matrix_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:19:50.2415200Z test_comprehensive_matrix_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:19:50.2506520Z test_comprehensive_matrix_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:19:50.2603600Z test_comprehensive_matrix_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:19:50.3567050Z test_comprehensive_max_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.096s) 2022-05-18T06:19:50.3793200Z test_comprehensive_max_binary_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:19:50.4771870Z test_comprehensive_max_binary_cpu_float16 (__main__.TestDecompCPU) ... ok (0.098s) 2022-05-18T06:19:50.8478270Z test_comprehensive_max_binary_cpu_float32 (__main__.TestDecompCPU) ... ok (0.370s) 2022-05-18T06:19:51.2028150Z test_comprehensive_max_binary_cpu_float64 (__main__.TestDecompCPU) ... ok (0.355s) 2022-05-18T06:19:51.2261120Z test_comprehensive_max_binary_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:51.2496740Z test_comprehensive_max_binary_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:51.2722710Z test_comprehensive_max_binary_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:51.2946010Z test_comprehensive_max_binary_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:19:51.3170540Z test_comprehensive_max_binary_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:19:51.3248260Z test_comprehensive_max_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:19:51.3265210Z test_comprehensive_max_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:51.3339410Z test_comprehensive_max_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:19:51.3439460Z test_comprehensive_max_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:19:51.3540350Z test_comprehensive_max_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:19:51.3557020Z test_comprehensive_max_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:51.3572190Z test_comprehensive_max_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:19:51.3587160Z test_comprehensive_max_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:19:51.3602160Z test_comprehensive_max_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:19:51.3617070Z test_comprehensive_max_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:19:51.3659580Z test_comprehensive_max_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:19:51.3680300Z test_comprehensive_max_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:51.3718410Z test_comprehensive_max_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:19:51.3753290Z test_comprehensive_max_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:51.3789290Z test_comprehensive_max_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:51.3809250Z test_comprehensive_max_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:51.3826780Z test_comprehensive_max_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:51.3844880Z test_comprehensive_max_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:51.3862330Z test_comprehensive_max_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:51.3882180Z test_comprehensive_max_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:51.4870500Z test_comprehensive_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.099s) 2022-05-18T06:19:51.5103190Z test_comprehensive_maximum_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:51.6117150Z test_comprehensive_maximum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.101s) 2022-05-18T06:19:51.9790180Z test_comprehensive_maximum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.367s) 2022-05-18T06:19:52.3292680Z test_comprehensive_maximum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.350s) 2022-05-18T06:19:52.3518260Z test_comprehensive_maximum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:52.3739660Z test_comprehensive_maximum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:19:52.3965730Z test_comprehensive_maximum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:52.4187990Z test_comprehensive_maximum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:19:52.4410970Z test_comprehensive_maximum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:19:52.4517530Z test_comprehensive_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:19:52.4627400Z test_comprehensive_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:19:52.4737070Z test_comprehensive_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:19:52.4842280Z test_comprehensive_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:19:52.4950270Z test_comprehensive_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:19:52.5055010Z test_comprehensive_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:19:52.5202120Z test_comprehensive_median_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:19:52.5377340Z test_comprehensive_median_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-05-18T06:19:52.5556500Z test_comprehensive_median_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-05-18T06:19:52.5583640Z test_comprehensive_median_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:52.5609290Z test_comprehensive_median_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:52.5635300Z test_comprehensive_median_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:52.5661400Z test_comprehensive_median_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:52.5687400Z test_comprehensive_median_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:52.5802360Z test_comprehensive_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:19:52.5848810Z test_comprehensive_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:52.5974560Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:19:52.6100960Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:19:52.6213080Z test_comprehensive_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:19:52.6327080Z test_comprehensive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:19:52.6440440Z test_comprehensive_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:19:52.6487160Z test_comprehensive_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:52.6533450Z test_comprehensive_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:52.6579650Z test_comprehensive_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:52.6625500Z test_comprehensive_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:52.6672800Z test_comprehensive_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:52.6780630Z test_comprehensive_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:19:52.6826370Z test_comprehensive_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:52.6948850Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:19:52.7070380Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:19:52.7179950Z test_comprehensive_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:19:52.7295080Z test_comprehensive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:19:52.7408250Z test_comprehensive_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:19:52.7456530Z test_comprehensive_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:52.7504490Z test_comprehensive_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:52.7551570Z test_comprehensive_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:52.7597460Z test_comprehensive_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:52.7644700Z test_comprehensive_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:52.8587720Z test_comprehensive_min_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.094s) 2022-05-18T06:19:52.8815200Z test_comprehensive_min_binary_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:52.9786770Z test_comprehensive_min_binary_cpu_float16 (__main__.TestDecompCPU) ... ok (0.097s) 2022-05-18T06:19:53.3472560Z test_comprehensive_min_binary_cpu_float32 (__main__.TestDecompCPU) ... ok (0.368s) 2022-05-18T06:19:53.7016260Z test_comprehensive_min_binary_cpu_float64 (__main__.TestDecompCPU) ... ok (0.354s) 2022-05-18T06:19:53.7249410Z test_comprehensive_min_binary_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:53.7487150Z test_comprehensive_min_binary_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:19:53.7723140Z test_comprehensive_min_binary_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:19:53.7949130Z test_comprehensive_min_binary_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:53.8173590Z test_comprehensive_min_binary_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:19:53.8244570Z test_comprehensive_min_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:19:53.8258490Z test_comprehensive_min_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:19:53.8326440Z test_comprehensive_min_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:19:53.8418520Z test_comprehensive_min_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:19:53.8510420Z test_comprehensive_min_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:19:53.8526080Z test_comprehensive_min_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:19:53.8541000Z test_comprehensive_min_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:19:53.8555110Z test_comprehensive_min_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:19:53.8569930Z test_comprehensive_min_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:19:53.8584520Z test_comprehensive_min_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:19:53.8619400Z test_comprehensive_min_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:53.8636340Z test_comprehensive_min_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:53.8669340Z test_comprehensive_min_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:53.8702260Z test_comprehensive_min_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:53.8735200Z test_comprehensive_min_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:53.8752280Z test_comprehensive_min_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:53.8770180Z test_comprehensive_min_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:53.8787610Z test_comprehensive_min_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:53.8804790Z test_comprehensive_min_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:53.8822230Z test_comprehensive_min_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:53.9800550Z test_comprehensive_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.098s) 2022-05-18T06:19:54.0027640Z test_comprehensive_minimum_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:54.1015490Z test_comprehensive_minimum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.099s) 2022-05-18T06:19:54.4663810Z test_comprehensive_minimum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.365s) 2022-05-18T06:19:54.8222670Z test_comprehensive_minimum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.356s) 2022-05-18T06:19:54.8450660Z test_comprehensive_minimum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:54.8680500Z test_comprehensive_minimum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:54.8910160Z test_comprehensive_minimum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:54.9133000Z test_comprehensive_minimum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:19:54.9361400Z test_comprehensive_minimum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:54.9387420Z test_comprehensive_mm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:54.9530480Z test_comprehensive_mm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:19:54.9675780Z test_comprehensive_mm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:19:54.9730700Z test_comprehensive_mm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:54.9782650Z test_comprehensive_mm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:54.9797250Z test_comprehensive_mm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:19:54.9811640Z test_comprehensive_mm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:19:54.9825750Z test_comprehensive_mm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:19:54.9840250Z test_comprehensive_mm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:19:54.9854250Z test_comprehensive_mm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:19:54.9900920Z test_comprehensive_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:54.9919830Z test_comprehensive_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:54.9963890Z test_comprehensive_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:19:55.0008120Z test_comprehensive_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:19:55.0054090Z test_comprehensive_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:55.0074300Z test_comprehensive_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:55.0094750Z test_comprehensive_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:55.0114330Z test_comprehensive_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:55.0134870Z test_comprehensive_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:55.0154820Z test_comprehensive_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:55.0178660Z test_comprehensive_movedim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:55.0194160Z test_comprehensive_movedim_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:19:55.0219740Z test_comprehensive_movedim_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:55.0237340Z test_comprehensive_movedim_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:55.0261810Z test_comprehensive_movedim_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:55.0284120Z test_comprehensive_movedim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:55.0312310Z test_comprehensive_movedim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:55.0335120Z test_comprehensive_movedim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:55.0350470Z test_comprehensive_movedim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:19:55.0365520Z test_comprehensive_movedim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:19:55.0380690Z test_comprehensive_movedim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:19:55.0396010Z test_comprehensive_movedim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:19:55.0410990Z test_comprehensive_movedim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:19:55.0441840Z test_comprehensive_msort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:55.0458650Z test_comprehensive_msort_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:55.0494020Z test_comprehensive_msort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:55.0525860Z test_comprehensive_msort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:55.0559230Z test_comprehensive_msort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:55.0581640Z test_comprehensive_msort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:55.0604080Z test_comprehensive_msort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:55.0626140Z test_comprehensive_msort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:55.0645550Z test_comprehensive_msort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:55.0665390Z test_comprehensive_msort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:55.0884550Z test_comprehensive_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:19:55.1107570Z test_comprehensive_mul_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:19:55.3566010Z test_comprehensive_mul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.246s) 2022-05-18T06:19:55.4168360Z test_comprehensive_mul_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-05-18T06:19:55.6656820Z test_comprehensive_mul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.249s) 2022-05-18T06:19:55.6877140Z test_comprehensive_mul_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:19:55.8369840Z test_comprehensive_mul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.149s) 2022-05-18T06:19:55.9814770Z test_comprehensive_mul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.144s) 2022-05-18T06:19:56.0049500Z test_comprehensive_mul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:56.0279880Z test_comprehensive_mul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:56.0516130Z test_comprehensive_mul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:56.0754930Z test_comprehensive_mul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:19:56.0990420Z test_comprehensive_mul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:56.1053790Z test_comprehensive_multinomial_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:56.1113630Z test_comprehensive_multinomial_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:56.1173190Z test_comprehensive_multinomial_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:56.1202850Z test_comprehensive_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:56.1282210Z test_comprehensive_mv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:19:56.1364540Z test_comprehensive_mv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:19:56.1421150Z test_comprehensive_mv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:56.1475430Z test_comprehensive_mv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:56.1489770Z test_comprehensive_mv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:19:56.1507180Z test_comprehensive_mv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:56.1521680Z test_comprehensive_mv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:19:56.1537980Z test_comprehensive_mv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:56.1555510Z test_comprehensive_mv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:56.1704410Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:19:56.2043890Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-05-18T06:19:56.2364070Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-05-18T06:19:56.2431140Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:19:56.2533370Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:19:56.2634930Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:56.2651940Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:56.2652920Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:19:56.2783840Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:19:56.3064350Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-05-18T06:19:56.3342510Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-05-18T06:19:56.3374970Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:56.3406500Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:56.3438510Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:56.3473620Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:56.3506720Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:56.3646680Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:19:56.3930800Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-05-18T06:19:56.4204780Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:19:56.4236300Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:56.4266690Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:56.4297030Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:56.4327080Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:56.4357140Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:56.4475810Z test_comprehensive_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:19:56.4493910Z test_comprehensive_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:56.4609120Z test_comprehensive_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:19:56.4789630Z test_comprehensive_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-05-18T06:19:56.4968390Z test_comprehensive_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-05-18T06:19:56.4986790Z test_comprehensive_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:56.5003260Z test_comprehensive_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:56.5020260Z test_comprehensive_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:56.5037760Z test_comprehensive_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:56.5054620Z test_comprehensive_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:56.6322460Z test_comprehensive_nanmean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.127s) 2022-05-18T06:19:56.7570950Z test_comprehensive_nanmean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.125s) 2022-05-18T06:19:56.9575200Z test_comprehensive_nanmean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.200s) 2022-05-18T06:19:57.1543760Z test_comprehensive_nanmean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.197s) 2022-05-18T06:19:57.1692520Z test_comprehensive_nanmedian_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:19:57.1869040Z test_comprehensive_nanmedian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-05-18T06:19:57.2040650Z test_comprehensive_nanmedian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-05-18T06:19:57.2065530Z test_comprehensive_nanmedian_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:57.2090700Z test_comprehensive_nanmedian_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:57.2115480Z test_comprehensive_nanmedian_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:57.2140540Z test_comprehensive_nanmedian_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:57.2166270Z test_comprehensive_nanmedian_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:58.0930730Z test_comprehensive_nanquantile_cpu_float32 (__main__.TestDecompCPU) ... ok (0.876s) 2022-05-18T06:19:58.9493150Z test_comprehensive_nanquantile_cpu_float64 (__main__.TestDecompCPU) ... ok (0.856s) 2022-05-18T06:19:58.9949140Z test_comprehensive_nansum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.046s) 2022-05-18T06:19:58.9984940Z test_comprehensive_nansum_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:19:59.0439970Z test_comprehensive_nansum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-05-18T06:19:59.1234480Z test_comprehensive_nansum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-05-18T06:19:59.2015410Z test_comprehensive_nansum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-05-18T06:19:59.2051740Z test_comprehensive_nansum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:19:59.2086090Z test_comprehensive_nansum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.2118740Z test_comprehensive_nansum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.2152210Z test_comprehensive_nansum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.2186550Z test_comprehensive_nansum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.2238600Z test_comprehensive_narrow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:59.2257790Z test_comprehensive_narrow_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.2407900Z test_comprehensive_narrow_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:19:59.2435120Z test_comprehensive_narrow_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.2581710Z test_comprehensive_narrow_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:19:59.2634150Z test_comprehensive_narrow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:59.2743270Z test_comprehensive_narrow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:19:59.2852890Z test_comprehensive_narrow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:19:59.2874200Z test_comprehensive_narrow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.2893980Z test_comprehensive_narrow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.2912750Z test_comprehensive_narrow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.2931050Z test_comprehensive_narrow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.2950240Z test_comprehensive_narrow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.3170800Z test_comprehensive_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:19:59.3395410Z test_comprehensive_ne_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:19:59.3979740Z test_comprehensive_ne_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.058s) 2022-05-18T06:19:59.4566660Z test_comprehensive_ne_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-05-18T06:19:59.4788460Z test_comprehensive_ne_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:19:59.5151430Z test_comprehensive_ne_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:19:59.5508320Z test_comprehensive_ne_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-05-18T06:19:59.5736650Z test_comprehensive_ne_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:59.5967780Z test_comprehensive_ne_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:59.6197680Z test_comprehensive_ne_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:59.6432440Z test_comprehensive_ne_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:59.6663710Z test_comprehensive_ne_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:19:59.6688160Z test_comprehensive_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.6962630Z test_comprehensive_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:19:59.7119980Z test_comprehensive_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:19:59.7419310Z test_comprehensive_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:19:59.7444150Z test_comprehensive_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.7595720Z test_comprehensive_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:19:59.7740010Z test_comprehensive_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:19:59.7794800Z test_comprehensive_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:59.7847700Z test_comprehensive_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:59.7900760Z test_comprehensive_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:59.7953720Z test_comprehensive_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:59.8005540Z test_comprehensive_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:19:59.8031480Z test_comprehensive_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.8051860Z test_comprehensive_new_empty_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.8080280Z test_comprehensive_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.8109080Z test_comprehensive_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.8133900Z test_comprehensive_new_empty_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.8158520Z test_comprehensive_new_empty_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.8184300Z test_comprehensive_new_empty_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.8205750Z test_comprehensive_new_empty_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.8226080Z test_comprehensive_new_empty_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.8246870Z test_comprehensive_new_empty_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.8267740Z test_comprehensive_new_empty_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.8288700Z test_comprehensive_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.8321530Z test_comprehensive_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.8348230Z test_comprehensive_new_full_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.8387450Z test_comprehensive_new_full_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:19:59.8426800Z test_comprehensive_new_full_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:19:59.8460170Z test_comprehensive_new_full_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.8493040Z test_comprehensive_new_full_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.8525930Z test_comprehensive_new_full_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.8553300Z test_comprehensive_new_full_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.8580720Z test_comprehensive_new_full_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.8608380Z test_comprehensive_new_full_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.8635660Z test_comprehensive_new_full_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.8663010Z test_comprehensive_new_full_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.8690320Z test_comprehensive_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.8713610Z test_comprehensive_new_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.8745990Z test_comprehensive_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.8777590Z test_comprehensive_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.8807630Z test_comprehensive_new_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.8835630Z test_comprehensive_new_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.8863780Z test_comprehensive_new_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.8888110Z test_comprehensive_new_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.8913720Z test_comprehensive_new_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.8940290Z test_comprehensive_new_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.8964470Z test_comprehensive_new_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.8989170Z test_comprehensive_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.9017000Z test_comprehensive_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.9040290Z test_comprehensive_new_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.9072060Z test_comprehensive_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.9103180Z test_comprehensive_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.9131150Z test_comprehensive_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.9159660Z test_comprehensive_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.9187490Z test_comprehensive_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.9211980Z test_comprehensive_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.9235510Z test_comprehensive_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.9269610Z test_comprehensive_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:19:59.9287240Z test_comprehensive_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.9314160Z test_comprehensive_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:19:59.9396610Z test_comprehensive_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:19:59.9788380Z test_comprehensive_nextafter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-05-18T06:20:00.0195680Z test_comprehensive_nextafter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-05-18T06:20:00.0239130Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:20:00.0277000Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:20:00.0321150Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:20:00.0361710Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:20:00.0400700Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:20:00.0441650Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:20:00.0498500Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:00.0545690Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:00.0593970Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:00.0640370Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:00.0683510Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:20:00.0726270Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:20:00.0796100Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:00.0866930Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:00.0938160Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:00.1005300Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:00.1067420Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:00.1146530Z test_comprehensive_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:20:00.1222630Z test_comprehensive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:20:00.1300530Z test_comprehensive_nn_functional_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:20:00.1336550Z test_comprehensive_nn_functional_avg_pool1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:20:00.1389100Z test_comprehensive_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:00.1440550Z test_comprehensive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:00.1492820Z test_comprehensive_nn_functional_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:00.1517510Z test_comprehensive_nn_functional_avg_pool2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:00.1574170Z test_comprehensive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:00.1629110Z test_comprehensive_nn_functional_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:00.1655130Z test_comprehensive_nn_functional_avg_pool3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:20:00.1843300Z test_comprehensive_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-05-18T06:20:00.2904540Z test_comprehensive_nn_functional_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.106s) 2022-05-18T06:20:00.3969600Z test_comprehensive_nn_functional_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.106s) 2022-05-18T06:20:00.4274250Z test_comprehensive_nn_functional_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:20:00.4572930Z test_comprehensive_nn_functional_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:20:00.4871660Z test_comprehensive_nn_functional_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:20:00.4971850Z test_comprehensive_nn_functional_bilinear_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:20:00.5072290Z test_comprehensive_nn_functional_bilinear_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:20:00.5172300Z test_comprehensive_nn_functional_bilinear_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:20:00.5272030Z test_comprehensive_nn_functional_bilinear_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:20:00.5370010Z test_comprehensive_nn_functional_bilinear_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:20:00.6308880Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.094s) 2022-05-18T06:20:00.7241430Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.093s) 2022-05-18T06:20:00.7873100Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-05-18T06:20:00.9584310Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... ok (0.171s) 2022-05-18T06:20:01.1256800Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... ok (0.167s) 2022-05-18T06:20:01.1300400Z test_comprehensive_nn_functional_celu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:20:01.1375390Z test_comprehensive_nn_functional_celu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:01.1445400Z test_comprehensive_nn_functional_celu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:01.1466460Z test_comprehensive_nn_functional_conv1d_cpu_bfloat16 (__main__.TestDecompCPU) ... [W NNPACK.cpp:51] Could not initialize NNPACK! Reason: Unsupported hardware. 2022-05-18T06:20:01.1509610Z ok (0.006s) 2022-05-18T06:20:01.2720850Z test_comprehensive_nn_functional_conv1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.121s) 2022-05-18T06:20:01.4110120Z test_comprehensive_nn_functional_conv1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.139s) 2022-05-18T06:20:01.4173190Z test_comprehensive_nn_functional_conv1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:01.4233720Z test_comprehensive_nn_functional_conv1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:01.4263550Z test_comprehensive_nn_functional_conv1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:20:01.4414800Z test_comprehensive_nn_functional_conv2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:20:02.2044340Z test_comprehensive_nn_functional_conv2d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.763s) 2022-05-18T06:20:02.9682210Z test_comprehensive_nn_functional_conv2d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.764s) 2022-05-18T06:20:02.9837250Z test_comprehensive_nn_functional_conv2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:20:02.9983640Z test_comprehensive_nn_functional_conv2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:20:03.0038910Z test_comprehensive_nn_functional_conv2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:03.0091880Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:03.0143010Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:03.0167660Z test_comprehensive_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:03.0224830Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:03.0280280Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:03.0306200Z test_comprehensive_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:20:03.0393590Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:03.0486420Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:03.0524550Z test_comprehensive_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:20:03.1518620Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.099s) 2022-05-18T06:20:03.2232550Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestDecompCPU) ... ok (0.071s) 2022-05-18T06:20:03.4726450Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.249s) 2022-05-18T06:20:03.7137210Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.241s) 2022-05-18T06:20:03.7834790Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.070s) 2022-05-18T06:20:03.8522190Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-05-18T06:20:03.9190170Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-05-18T06:20:03.9910300Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.072s) 2022-05-18T06:20:04.0636780Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-05-18T06:20:04.1583310Z test_comprehensive_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.095s) 2022-05-18T06:20:04.5070540Z test_comprehensive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestDecompCPU) ... ok (0.349s) 2022-05-18T06:20:04.8457430Z test_comprehensive_nn_functional_cosine_similarity_cpu_float64 (__main__.TestDecompCPU) ... ok (0.339s) 2022-05-18T06:20:04.9084240Z test_comprehensive_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-05-18T06:20:05.1004570Z test_comprehensive_nn_functional_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.192s) 2022-05-18T06:20:05.2895300Z test_comprehensive_nn_functional_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.189s) 2022-05-18T06:20:05.3221270Z test_comprehensive_nn_functional_ctc_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-05-18T06:20:05.3580570Z test_comprehensive_nn_functional_ctc_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:20:05.3787990Z test_comprehensive_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:20:05.5015670Z test_comprehensive_nn_functional_dropout2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.123s) 2022-05-18T06:20:05.6216290Z test_comprehensive_nn_functional_dropout2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.120s) 2022-05-18T06:20:05.6459520Z test_comprehensive_nn_functional_dropout_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:20:05.6826710Z test_comprehensive_nn_functional_dropout_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:20:05.7194120Z test_comprehensive_nn_functional_dropout_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:20:05.7241510Z test_comprehensive_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:05.7331820Z test_comprehensive_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:05.7418540Z test_comprehensive_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:05.7727530Z test_comprehensive_nn_functional_embedding_bag_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-05-18T06:20:05.8012320Z test_comprehensive_nn_functional_embedding_bag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-05-18T06:20:05.8249020Z test_comprehensive_nn_functional_embedding_bag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:20:05.8294340Z test_comprehensive_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:20:05.8336410Z test_comprehensive_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:20:05.8488230Z test_comprehensive_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:20:05.8634410Z test_comprehensive_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:20:05.8772160Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:20:06.2399600Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestDecompCPU) ... ok (0.363s) 2022-05-18T06:20:06.6178610Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestDecompCPU) ... ok (0.378s) 2022-05-18T06:20:06.6267730Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:06.6333280Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:06.6428090Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:06.6520760Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:06.6607390Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:06.6693220Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:20:06.6777200Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:20:06.6840640Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:06.6904140Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:06.6967260Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:06.7030750Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:06.7093470Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:06.7475750Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:20:06.7851920Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:20:06.8357210Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-05-18T06:20:06.8865160Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-05-18T06:20:09.3936460Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (2.507s) 2022-05-18T06:20:18.3921270Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (8.998s) 2022-05-18T06:20:27.4692970Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (9.077s) 2022-05-18T06:20:27.4806870Z test_comprehensive_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:20:27.5453510Z test_comprehensive_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-05-18T06:20:27.6073030Z test_comprehensive_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-05-18T06:20:27.6297330Z test_comprehensive_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:20:27.6517180Z test_comprehensive_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:20:27.6740310Z test_comprehensive_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:20:27.6929590Z test_comprehensive_nn_functional_grid_sample_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-05-18T06:20:27.7116810Z test_comprehensive_nn_functional_grid_sample_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-05-18T06:20:27.7166120Z test_comprehensive_nn_functional_group_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:27.7211180Z test_comprehensive_nn_functional_group_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:20:27.7256820Z test_comprehensive_nn_functional_group_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:27.7340350Z test_comprehensive_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:20:27.7792270Z test_comprehensive_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-05-18T06:20:27.8237460Z test_comprehensive_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-05-18T06:20:27.8283060Z test_comprehensive_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:27.8370200Z test_comprehensive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:27.8455540Z test_comprehensive_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:20:27.8512020Z test_comprehensive_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:27.8817220Z test_comprehensive_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:20:27.9121430Z test_comprehensive_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:20:27.9177070Z test_comprehensive_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:27.9849500Z test_comprehensive_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-05-18T06:20:28.0522000Z test_comprehensive_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-05-18T06:20:28.0680610Z test_comprehensive_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:20:28.0837890Z test_comprehensive_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:20:28.0995130Z test_comprehensive_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:20:28.1155800Z test_comprehensive_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:20:28.1925000Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.077s) 2022-05-18T06:20:28.4257280Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.233s) 2022-05-18T06:20:28.6544820Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.229s) 2022-05-18T06:20:28.6736760Z test_comprehensive_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-05-18T06:20:28.6925230Z test_comprehensive_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-05-18T06:20:28.8023960Z test_comprehensive_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.110s) 2022-05-18T06:20:28.9083440Z test_comprehensive_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.106s) 2022-05-18T06:20:28.9329750Z test_comprehensive_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:20:29.0580280Z test_comprehensive_nn_functional_instance_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.125s) 2022-05-18T06:20:29.1802180Z test_comprehensive_nn_functional_instance_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.122s) 2022-05-18T06:20:29.1880280Z test_comprehensive_nn_functional_interpolate_area_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:20:29.1957000Z test_comprehensive_nn_functional_interpolate_area_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:20:29.2035670Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:20:29.2108580Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:29.2182750Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:29.2257500Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:29.2328600Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:29.2401080Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:29.2472410Z test_comprehensive_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:29.2542350Z test_comprehensive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:29.2611230Z test_comprehensive_nn_functional_interpolate_linear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:29.2691020Z test_comprehensive_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:20:29.2761830Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:29.2833040Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:29.2863120Z test_comprehensive_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:20:29.2947010Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:20:29.3022420Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:29.3098240Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:20:29.3145540Z test_comprehensive_nn_functional_kl_div_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:29.3633610Z test_comprehensive_nn_functional_kl_div_cpu_float32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-05-18T06:20:29.4113660Z test_comprehensive_nn_functional_kl_div_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-05-18T06:20:29.4148740Z test_comprehensive_nn_functional_kl_div_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:20:29.4182820Z test_comprehensive_nn_functional_kl_div_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:20:29.4216670Z test_comprehensive_nn_functional_kl_div_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:20:29.4250730Z test_comprehensive_nn_functional_kl_div_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:20:29.4363200Z test_comprehensive_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:20:29.4657770Z test_comprehensive_nn_functional_l1_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.029s) 2022-05-18T06:20:29.4963390Z test_comprehensive_nn_functional_l1_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:20:29.5075140Z test_comprehensive_nn_functional_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:20:29.5604650Z test_comprehensive_nn_functional_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-05-18T06:20:29.6111930Z test_comprehensive_nn_functional_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-05-18T06:20:29.6247530Z test_comprehensive_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:20:29.7083180Z test_comprehensive_nn_functional_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-05-18T06:20:29.7899590Z test_comprehensive_nn_functional_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-05-18T06:20:29.8008970Z test_comprehensive_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:20:29.8674790Z test_comprehensive_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-05-18T06:20:29.9337670Z test_comprehensive_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-05-18T06:20:29.9678970Z test_comprehensive_nn_functional_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-05-18T06:20:30.2031070Z test_comprehensive_nn_functional_linear_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.235s) 2022-05-18T06:20:30.4448340Z test_comprehensive_nn_functional_linear_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.242s) 2022-05-18T06:20:30.5934400Z test_comprehensive_nn_functional_linear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.149s) 2022-05-18T06:20:30.7395030Z test_comprehensive_nn_functional_linear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.146s) 2022-05-18T06:20:30.7717300Z test_comprehensive_nn_functional_linear_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-05-18T06:20:30.8029780Z test_comprehensive_nn_functional_linear_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-05-18T06:20:30.8334940Z test_comprehensive_nn_functional_linear_cpu_int64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:20:30.8647660Z test_comprehensive_nn_functional_linear_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-05-18T06:20:30.8974410Z test_comprehensive_nn_functional_linear_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-05-18T06:20:30.9689750Z test_comprehensive_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.071s) 2022-05-18T06:20:31.1907740Z test_comprehensive_nn_functional_local_response_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.222s) 2022-05-18T06:20:31.4105140Z test_comprehensive_nn_functional_local_response_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.220s) 2022-05-18T06:20:31.4573430Z test_comprehensive_nn_functional_local_response_norm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-05-18T06:20:31.4623000Z test_comprehensive_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:31.4744580Z test_comprehensive_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:20:31.4866450Z test_comprehensive_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:20:31.5250290Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:20:31.6512410Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.126s) 2022-05-18T06:20:31.7762370Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.125s) 2022-05-18T06:20:31.8164300Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-05-18T06:20:31.8570040Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-05-18T06:20:31.8982660Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-05-18T06:20:31.9383950Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.040s) 2022-05-18T06:20:31.9782250Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.040s) 2022-05-18T06:20:32.6350260Z test_comprehensive_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.657s) 2022-05-18T06:20:33.2997850Z test_comprehensive_nn_functional_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.665s) 2022-05-18T06:20:33.9647690Z test_comprehensive_nn_functional_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.665s) 2022-05-18T06:20:34.7067210Z test_comprehensive_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.742s) 2022-05-18T06:20:35.4525320Z test_comprehensive_nn_functional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.746s) 2022-05-18T06:20:36.1935090Z test_comprehensive_nn_functional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.741s) 2022-05-18T06:20:36.4966520Z test_comprehensive_nn_functional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.303s) 2022-05-18T06:20:36.8424760Z test_comprehensive_nn_functional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.346s) 2022-05-18T06:20:37.0485930Z test_comprehensive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.206s) 2022-05-18T06:20:37.2526350Z test_comprehensive_nn_functional_max_unpool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.204s) 2022-05-18T06:20:37.3528440Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.100s) 2022-05-18T06:20:37.4558520Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.103s) 2022-05-18T06:20:37.7643670Z test_comprehensive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.308s) 2022-05-18T06:20:38.0771370Z test_comprehensive_nn_functional_max_unpool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.313s) 2022-05-18T06:20:38.2416740Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.164s) 2022-05-18T06:20:38.4081780Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.166s) 2022-05-18T06:20:38.5218840Z test_comprehensive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.114s) 2022-05-18T06:20:38.6402640Z test_comprehensive_nn_functional_max_unpool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.118s) 2022-05-18T06:20:38.7107120Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-05-18T06:20:38.7816110Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-05-18T06:20:38.7884060Z test_comprehensive_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:38.7947420Z test_comprehensive_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:38.8000420Z test_comprehensive_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:38.8534430Z test_comprehensive_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-05-18T06:20:38.9048890Z test_comprehensive_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-05-18T06:20:38.9087890Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:20:38.9124070Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:20:38.9153530Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:20:38.9181410Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:20:38.9500730Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-05-18T06:20:39.0618400Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.112s) 2022-05-18T06:20:39.1724500Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.110s) 2022-05-18T06:20:39.2244470Z test_comprehensive_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-05-18T06:20:39.4047020Z test_comprehensive_nn_functional_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.180s) 2022-05-18T06:20:39.5815440Z test_comprehensive_nn_functional_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.177s) 2022-05-18T06:20:39.6290220Z test_comprehensive_nn_functional_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-05-18T06:20:39.8432800Z test_comprehensive_nn_functional_normalize_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.214s) 2022-05-18T06:20:40.0607390Z test_comprehensive_nn_functional_normalize_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.217s) 2022-05-18T06:20:40.2237930Z test_comprehensive_nn_functional_normalize_cpu_float32 (__main__.TestDecompCPU) ... ok (0.163s) 2022-05-18T06:20:40.3864830Z test_comprehensive_nn_functional_normalize_cpu_float64 (__main__.TestDecompCPU) ... ok (0.163s) 2022-05-18T06:20:40.3903100Z test_comprehensive_nn_functional_one_hot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:20:40.4199390Z test_comprehensive_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:20:40.4224310Z test_comprehensive_nn_functional_pad_circular_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:40.5272640Z test_comprehensive_nn_functional_pad_circular_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.105s) 2022-05-18T06:20:40.6364170Z test_comprehensive_nn_functional_pad_circular_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.109s) 2022-05-18T06:20:40.6662590Z test_comprehensive_nn_functional_pad_circular_cpu_float16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:20:40.7410390Z test_comprehensive_nn_functional_pad_circular_cpu_float32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-05-18T06:20:40.8129340Z test_comprehensive_nn_functional_pad_circular_cpu_float64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-05-18T06:20:40.8188300Z test_comprehensive_nn_functional_pad_circular_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:40.8246120Z test_comprehensive_nn_functional_pad_circular_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:40.8305430Z test_comprehensive_nn_functional_pad_circular_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:40.8364430Z test_comprehensive_nn_functional_pad_circular_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:40.8422910Z test_comprehensive_nn_functional_pad_circular_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:40.8675090Z test_comprehensive_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:20:40.8754920Z test_comprehensive_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:20:40.9035650Z test_comprehensive_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.028s) 2022-05-18T06:20:40.9314810Z test_comprehensive_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-05-18T06:20:40.9565150Z test_comprehensive_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:20:40.9829190Z test_comprehensive_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:20:41.0093040Z test_comprehensive_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:20:41.0178890Z test_comprehensive_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:41.0264240Z test_comprehensive_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:20:41.0350090Z test_comprehensive_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:20:41.0435650Z test_comprehensive_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:41.0528820Z test_comprehensive_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:41.0616700Z test_comprehensive_nn_functional_pad_reflect_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:41.0696860Z test_comprehensive_nn_functional_pad_reflect_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:20:41.0768860Z test_comprehensive_nn_functional_pad_reflect_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:41.0841070Z test_comprehensive_nn_functional_pad_reflect_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:41.0929510Z test_comprehensive_nn_functional_pad_replicate_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:41.1007850Z test_comprehensive_nn_functional_pad_replicate_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:20:41.1078970Z test_comprehensive_nn_functional_pad_replicate_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:41.1149320Z test_comprehensive_nn_functional_pad_replicate_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:41.1408200Z test_comprehensive_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:20:41.2078840Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.067s) 2022-05-18T06:20:41.2765250Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-05-18T06:20:41.3023830Z test_comprehensive_nn_functional_pairwise_distance_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:20:41.3545860Z test_comprehensive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-05-18T06:20:41.4062200Z test_comprehensive_nn_functional_pairwise_distance_cpu_float64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-05-18T06:20:41.4160370Z test_comprehensive_nn_functional_pairwise_distance_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:20:41.4256230Z test_comprehensive_nn_functional_pairwise_distance_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:41.4349810Z test_comprehensive_nn_functional_pairwise_distance_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:41.4446100Z test_comprehensive_nn_functional_pairwise_distance_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:20:41.4540950Z test_comprehensive_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:41.4593970Z test_comprehensive_nn_functional_pdist_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:41.4644980Z test_comprehensive_nn_functional_pdist_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:41.4668260Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:41.4683440Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:20:41.4705520Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:41.4727600Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:41.4748500Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:41.4769770Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:41.4790450Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:41.4805220Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:20:41.4819920Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:20:41.4834530Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:20:41.4849270Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:20:41.4864050Z test_comprehensive_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:20:41.4884920Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:41.4899620Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:20:41.4921630Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:41.4943510Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:41.4964610Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:41.4993750Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:41.5007670Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:41.5022450Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:20:41.5037040Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:20:41.5052990Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:41.5067580Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:20:41.5082410Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:20:42.0796880Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.571s) 2022-05-18T06:20:44.7789550Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (2.699s) 2022-05-18T06:20:47.4790890Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (2.700s) 2022-05-18T06:20:48.6011690Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (1.122s) 2022-05-18T06:20:49.7318890Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (1.131s) 2022-05-18T06:20:50.8598490Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (1.128s) 2022-05-18T06:20:51.9772870Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (1.117s) 2022-05-18T06:20:53.0887310Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (1.111s) 2022-05-18T06:20:53.1098250Z test_comprehensive_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:20:53.3002530Z test_comprehensive_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.190s) 2022-05-18T06:20:53.4883440Z test_comprehensive_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.188s) 2022-05-18T06:20:53.4943640Z test_comprehensive_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:53.5628030Z test_comprehensive_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-05-18T06:20:53.6292590Z test_comprehensive_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-05-18T06:20:53.6450780Z test_comprehensive_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:20:53.6608320Z test_comprehensive_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:20:53.6764870Z test_comprehensive_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:20:53.6923940Z test_comprehensive_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:20:53.7082100Z test_comprehensive_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:20:53.7132010Z test_comprehensive_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:53.7312550Z test_comprehensive_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-05-18T06:20:53.7483490Z test_comprehensive_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-05-18T06:20:53.7502390Z test_comprehensive_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:53.7527230Z test_comprehensive_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:53.7545990Z test_comprehensive_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:53.7565830Z test_comprehensive_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:53.7587160Z test_comprehensive_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:53.7647890Z test_comprehensive_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:53.7741890Z test_comprehensive_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:53.7834900Z test_comprehensive_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:53.7882540Z test_comprehensive_nn_functional_selu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:53.7973530Z test_comprehensive_nn_functional_selu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:53.8068210Z test_comprehensive_nn_functional_selu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:53.8123550Z test_comprehensive_nn_functional_silu_complex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:53.8178320Z test_comprehensive_nn_functional_silu_complex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:53.8220820Z test_comprehensive_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:20:53.8308480Z test_comprehensive_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:53.8394400Z test_comprehensive_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:53.8460010Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:53.8509250Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:53.8585080Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:20:53.8649410Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:53.8699650Z test_comprehensive_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:53.8747070Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:53.8795740Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:53.8912490Z test_comprehensive_nn_functional_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:20:53.9520610Z test_comprehensive_nn_functional_softmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.061s) 2022-05-18T06:20:54.0109190Z test_comprehensive_nn_functional_softmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-05-18T06:20:54.0230660Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:20:54.0933710Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.070s) 2022-05-18T06:20:54.1661700Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-05-18T06:20:54.1783890Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:20:54.2405700Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-05-18T06:20:54.2997300Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-05-18T06:20:54.3252640Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:20:54.3504260Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:20:54.3757370Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:20:54.4011640Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:20:54.4267090Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:20:54.4306680Z test_comprehensive_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:20:54.4377210Z test_comprehensive_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:54.4446920Z test_comprehensive_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:54.4519250Z test_comprehensive_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:20:54.4973130Z test_comprehensive_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-05-18T06:20:54.5420770Z test_comprehensive_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-05-18T06:20:54.5507200Z test_comprehensive_nn_functional_softsign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:20:54.5739710Z test_comprehensive_nn_functional_softsign_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:20:54.5976980Z test_comprehensive_nn_functional_softsign_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:20:54.6062100Z test_comprehensive_nn_functional_softsign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:20:54.6230780Z test_comprehensive_nn_functional_softsign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-05-18T06:20:54.6403460Z test_comprehensive_nn_functional_softsign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-05-18T06:20:54.6441580Z test_comprehensive_nn_functional_softsign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:20:54.6477230Z test_comprehensive_nn_functional_softsign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:20:54.6512730Z test_comprehensive_nn_functional_softsign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:20:54.6549140Z test_comprehensive_nn_functional_softsign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:20:54.6585580Z test_comprehensive_nn_functional_softsign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:20:54.6647670Z test_comprehensive_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:54.6830140Z test_comprehensive_nn_functional_tanhshrink_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-05-18T06:20:54.7021680Z test_comprehensive_nn_functional_tanhshrink_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-05-18T06:20:54.7158890Z test_comprehensive_nn_functional_tanhshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:20:54.7296490Z test_comprehensive_nn_functional_tanhshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:20:54.7352760Z test_comprehensive_nn_functional_tanhshrink_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:20:54.7406270Z test_comprehensive_nn_functional_tanhshrink_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:54.7459960Z test_comprehensive_nn_functional_tanhshrink_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:54.7513440Z test_comprehensive_nn_functional_tanhshrink_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:54.7567780Z test_comprehensive_nn_functional_tanhshrink_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:54.7620140Z test_comprehensive_nn_functional_threshold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:20:54.7771670Z test_comprehensive_nn_functional_threshold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:20:54.7915850Z test_comprehensive_nn_functional_threshold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:20:54.7936800Z test_comprehensive_nn_functional_threshold_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:54.7955630Z test_comprehensive_nn_functional_threshold_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:54.7975230Z test_comprehensive_nn_functional_threshold_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:54.7996130Z test_comprehensive_nn_functional_threshold_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:54.8015830Z test_comprehensive_nn_functional_threshold_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:20:54.8737190Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.072s) 2022-05-18T06:20:55.1313550Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.258s) 2022-05-18T06:20:55.3889780Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.258s) 2022-05-18T06:20:55.5805840Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.191s) 2022-05-18T06:20:55.7692710Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.189s) 2022-05-18T06:20:55.8225000Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.053s) 2022-05-18T06:20:55.8756220Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-05-18T06:20:55.9282530Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-05-18T06:20:55.9809160Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.053s) 2022-05-18T06:20:56.0354900Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.054s) 2022-05-18T06:20:56.1062290Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.071s) 2022-05-18T06:20:56.3523170Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.246s) 2022-05-18T06:20:56.6009760Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.249s) 2022-05-18T06:20:56.7902800Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.189s) 2022-05-18T06:20:56.9956520Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.205s) 2022-05-18T06:20:57.0446140Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-05-18T06:20:57.0920130Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-05-18T06:20:57.1385760Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-05-18T06:20:57.1856900Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-05-18T06:20:57.2318190Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.046s) 2022-05-18T06:20:57.4499420Z test_comprehensive_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.218s) 2022-05-18T06:20:58.9843510Z test_comprehensive_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.534s) 2022-05-18T06:21:00.5385460Z test_comprehensive_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.554s) 2022-05-18T06:21:00.7604660Z test_comprehensive_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.222s) 2022-05-18T06:21:01.6901380Z test_comprehensive_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.930s) 2022-05-18T06:21:02.5841090Z test_comprehensive_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.894s) 2022-05-18T06:21:02.5875810Z test_comprehensive_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:02.5908020Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:02.5940220Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:02.6009590Z test_comprehensive_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:02.6078090Z test_comprehensive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:02.6147370Z test_comprehensive_nn_functional_upsample_nearest_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:02.6178580Z test_comprehensive_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:02.6230770Z test_comprehensive_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:02.6278620Z test_comprehensive_nonzero_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:02.6333270Z test_comprehensive_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:02.6386140Z test_comprehensive_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:02.6436050Z test_comprehensive_nonzero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:02.6486070Z test_comprehensive_nonzero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:02.6536820Z test_comprehensive_nonzero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:02.6583920Z test_comprehensive_nonzero_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:02.6630300Z test_comprehensive_nonzero_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:02.6676480Z test_comprehensive_nonzero_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:02.6723050Z test_comprehensive_nonzero_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:02.6769280Z test_comprehensive_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:02.8018870Z test_comprehensive_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.125s) 2022-05-18T06:21:03.2981200Z test_comprehensive_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.496s) 2022-05-18T06:21:03.7960060Z test_comprehensive_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.498s) 2022-05-18T06:21:03.9178180Z test_comprehensive_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.122s) 2022-05-18T06:21:04.3093320Z test_comprehensive_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.391s) 2022-05-18T06:21:04.6920790Z test_comprehensive_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.383s) 2022-05-18T06:21:04.7007850Z test_comprehensive_norm_fro_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:21:04.7257630Z test_comprehensive_norm_fro_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:21:04.7509680Z test_comprehensive_norm_fro_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:21:04.7693560Z test_comprehensive_norm_fro_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-05-18T06:21:04.7872420Z test_comprehensive_norm_fro_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-05-18T06:21:04.8099020Z test_comprehensive_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:21:04.8655540Z test_comprehensive_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.056s) 2022-05-18T06:21:04.9224430Z test_comprehensive_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-05-18T06:21:04.9451140Z test_comprehensive_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:21:04.9904040Z test_comprehensive_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-05-18T06:21:05.0363090Z test_comprehensive_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-05-18T06:21:05.0506070Z test_comprehensive_norm_nuc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:21:05.0648480Z test_comprehensive_norm_nuc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:21:05.0759870Z test_comprehensive_norm_nuc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:21:05.0868330Z test_comprehensive_norm_nuc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:21:05.0936950Z test_comprehensive_normal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:05.1000990Z test_comprehensive_normal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:05.1064710Z test_comprehensive_normal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:05.1128510Z test_comprehensive_normal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:05.1150920Z test_comprehensive_normal_number_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:05.1172750Z test_comprehensive_normal_number_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:05.1195190Z test_comprehensive_normal_number_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:05.1216600Z test_comprehensive_normal_number_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:05.1240910Z test_comprehensive_ones_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:05.1260380Z test_comprehensive_ones_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:05.1290080Z test_comprehensive_ones_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:05.1320960Z test_comprehensive_ones_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:05.1346900Z test_comprehensive_ones_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:05.1370290Z test_comprehensive_ones_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:05.1394290Z test_comprehensive_ones_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:05.1414100Z test_comprehensive_ones_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:05.1433900Z test_comprehensive_ones_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:05.1453830Z test_comprehensive_ones_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:05.1473450Z test_comprehensive_ones_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:05.1493380Z test_comprehensive_ones_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:05.2163220Z test_comprehensive_ormqr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.067s) 2022-05-18T06:21:05.2837480Z test_comprehensive_ormqr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-05-18T06:21:05.3281110Z test_comprehensive_ormqr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-05-18T06:21:05.3731240Z test_comprehensive_ormqr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-05-18T06:21:05.3775330Z test_comprehensive_outer_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:05.3802040Z test_comprehensive_outer_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:05.3934370Z test_comprehensive_outer_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:21:05.4068360Z test_comprehensive_outer_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:21:05.4107260Z test_comprehensive_outer_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:05.4196260Z test_comprehensive_outer_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:21:05.4284820Z test_comprehensive_outer_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:21:05.4310810Z test_comprehensive_outer_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:05.4336690Z test_comprehensive_outer_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:05.4362210Z test_comprehensive_outer_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:05.4387940Z test_comprehensive_outer_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:05.4413700Z test_comprehensive_outer_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:14.1921350Z test_comprehensive_pca_lowrank_cpu_float32 (__main__.TestDecompCPU) ... ok (8.751s) 2022-05-18T06:21:22.9656750Z test_comprehensive_pca_lowrank_cpu_float64 (__main__.TestDecompCPU) ... ok (8.773s) 2022-05-18T06:21:22.9691780Z test_comprehensive_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:22.9710560Z test_comprehensive_permute_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:22.9745740Z test_comprehensive_permute_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:22.9781890Z test_comprehensive_permute_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:22.9818430Z test_comprehensive_permute_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:22.9856660Z test_comprehensive_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:22.9907410Z test_comprehensive_permute_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:22.9927910Z test_comprehensive_permute_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:22.9947860Z test_comprehensive_permute_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:22.9966170Z test_comprehensive_permute_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:22.9985610Z test_comprehensive_permute_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:23.0004280Z test_comprehensive_permute_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:23.1077580Z test_comprehensive_pinverse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.107s) 2022-05-18T06:21:23.2137890Z test_comprehensive_pinverse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.106s) 2022-05-18T06:21:23.2939790Z test_comprehensive_pinverse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.080s) 2022-05-18T06:21:23.3751280Z test_comprehensive_pinverse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.081s) 2022-05-18T06:21:23.7160040Z test_comprehensive_polar_cpu_float32 (__main__.TestDecompCPU) ... ok (0.341s) 2022-05-18T06:21:24.0662880Z test_comprehensive_polar_cpu_float64 (__main__.TestDecompCPU) ... ok (0.350s) 2022-05-18T06:21:24.0778090Z test_comprehensive_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:21:24.0807310Z test_comprehensive_polygamma_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.1081490Z test_comprehensive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:21:24.1345350Z test_comprehensive_polygamma_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:21:24.1374150Z test_comprehensive_polygamma_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.1400310Z test_comprehensive_polygamma_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.1425880Z test_comprehensive_polygamma_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:24.1451730Z test_comprehensive_polygamma_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.1477680Z test_comprehensive_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.1587790Z test_comprehensive_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:21:24.1614390Z test_comprehensive_polygamma_polygamma_n_1_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.1870980Z test_comprehensive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:21:24.2122410Z test_comprehensive_polygamma_polygamma_n_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:21:24.2149770Z test_comprehensive_polygamma_polygamma_n_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.2176480Z test_comprehensive_polygamma_polygamma_n_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.2203140Z test_comprehensive_polygamma_polygamma_n_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.2228860Z test_comprehensive_polygamma_polygamma_n_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:24.2255100Z test_comprehensive_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.2367250Z test_comprehensive_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:21:24.2394640Z test_comprehensive_polygamma_polygamma_n_2_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.2655190Z test_comprehensive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:21:24.2908330Z test_comprehensive_polygamma_polygamma_n_2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:21:24.2936000Z test_comprehensive_polygamma_polygamma_n_2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.2963040Z test_comprehensive_polygamma_polygamma_n_2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.2988760Z test_comprehensive_polygamma_polygamma_n_2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.3014400Z test_comprehensive_polygamma_polygamma_n_2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:24.3040520Z test_comprehensive_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.3149380Z test_comprehensive_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:21:24.3175870Z test_comprehensive_polygamma_polygamma_n_3_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.3430120Z test_comprehensive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:21:24.3684740Z test_comprehensive_polygamma_polygamma_n_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:21:24.3714350Z test_comprehensive_polygamma_polygamma_n_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.3742250Z test_comprehensive_polygamma_polygamma_n_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.3776880Z test_comprehensive_polygamma_polygamma_n_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.3807530Z test_comprehensive_polygamma_polygamma_n_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.3834350Z test_comprehensive_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.3947480Z test_comprehensive_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:21:24.3974340Z test_comprehensive_polygamma_polygamma_n_4_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.4233810Z test_comprehensive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:21:24.4484990Z test_comprehensive_polygamma_polygamma_n_4_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:21:24.4512500Z test_comprehensive_polygamma_polygamma_n_4_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.4538280Z test_comprehensive_polygamma_polygamma_n_4_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:24.4563950Z test_comprehensive_polygamma_polygamma_n_4_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.4590410Z test_comprehensive_polygamma_polygamma_n_4_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.4616800Z test_comprehensive_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:24.4639360Z test_comprehensive_positive_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:24.4662700Z test_comprehensive_positive_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:24.4686210Z test_comprehensive_positive_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:24.4707750Z test_comprehensive_positive_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:24.4729070Z test_comprehensive_positive_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:24.4751160Z test_comprehensive_positive_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:24.4765810Z test_comprehensive_positive_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:24.4780930Z test_comprehensive_positive_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:24.4795990Z test_comprehensive_positive_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:24.4810420Z test_comprehensive_positive_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:24.4825940Z test_comprehensive_positive_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:24.5850480Z test_comprehensive_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.102s) 2022-05-18T06:21:25.5375370Z test_comprehensive_pow_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.952s) 2022-05-18T06:21:26.4827170Z test_comprehensive_pow_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.945s) 2022-05-18T06:21:26.4906880Z test_comprehensive_pow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:21:27.0527290Z test_comprehensive_pow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.562s) 2022-05-18T06:21:27.6307730Z test_comprehensive_pow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.578s) 2022-05-18T06:21:27.6540360Z test_comprehensive_pow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:21:27.6771230Z test_comprehensive_pow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:21:27.7012060Z test_comprehensive_pow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:21:27.7246990Z test_comprehensive_pow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:21:27.7478210Z test_comprehensive_pow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:21:27.7540910Z test_comprehensive_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:28.1472250Z test_comprehensive_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.393s) 2022-05-18T06:21:28.5421170Z test_comprehensive_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.395s) 2022-05-18T06:21:28.7928120Z test_comprehensive_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.251s) 2022-05-18T06:21:29.0473430Z test_comprehensive_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.254s) 2022-05-18T06:21:29.0534980Z test_comprehensive_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:29.0595090Z test_comprehensive_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:29.0652770Z test_comprehensive_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:29.0714600Z test_comprehensive_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:29.0776430Z test_comprehensive_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:29.0936390Z test_comprehensive_put_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:21:29.0989160Z test_comprehensive_put_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:29.1154570Z test_comprehensive_put_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:21:29.1326770Z test_comprehensive_put_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-05-18T06:21:29.1483900Z test_comprehensive_put_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:21:29.1640810Z test_comprehensive_put_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:21:29.1798080Z test_comprehensive_put_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:21:29.1851410Z test_comprehensive_put_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:29.1903100Z test_comprehensive_put_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:29.1955050Z test_comprehensive_put_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:29.2007440Z test_comprehensive_put_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:29.2062180Z test_comprehensive_put_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:29.5021660Z test_comprehensive_qr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.296s) 2022-05-18T06:21:29.8112950Z test_comprehensive_qr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.309s) 2022-05-18T06:21:30.0518830Z test_comprehensive_qr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.240s) 2022-05-18T06:21:30.3025540Z test_comprehensive_qr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.251s) 2022-05-18T06:21:31.1564190Z test_comprehensive_quantile_cpu_float32 (__main__.TestDecompCPU) ... ok (0.854s) 2022-05-18T06:21:31.9710830Z test_comprehensive_quantile_cpu_float64 (__main__.TestDecompCPU) ... ok (0.815s) 2022-05-18T06:21:31.9754120Z test_comprehensive_rad2deg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:31.9772460Z test_comprehensive_rad2deg_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:31.9813280Z test_comprehensive_rad2deg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:31.9870730Z test_comprehensive_rad2deg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:31.9927770Z test_comprehensive_rad2deg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:31.9946330Z test_comprehensive_rad2deg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:31.9963910Z test_comprehensive_rad2deg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:31.9981940Z test_comprehensive_rad2deg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:31.9999330Z test_comprehensive_rad2deg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:32.0016390Z test_comprehensive_rad2deg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:32.0081140Z test_comprehensive_rand_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:32.0149090Z test_comprehensive_rand_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:32.0202780Z test_comprehensive_rand_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:32.0258530Z test_comprehensive_rand_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:32.0315810Z test_comprehensive_rand_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:32.0372780Z test_comprehensive_rand_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:32.0483220Z test_comprehensive_randint_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:21:32.0582210Z test_comprehensive_randint_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:32.0684840Z test_comprehensive_randint_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:32.0784540Z test_comprehensive_randint_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:32.0878590Z test_comprehensive_randint_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:21:32.0975590Z test_comprehensive_randint_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:21:32.1070950Z test_comprehensive_randint_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:32.1166250Z test_comprehensive_randint_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:21:32.1267040Z test_comprehensive_randint_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:32.1332150Z test_comprehensive_randn_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:32.1402360Z test_comprehensive_randn_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:32.1471180Z test_comprehensive_randn_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:32.1533490Z test_comprehensive_randn_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:32.1597590Z test_comprehensive_randn_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:32.1656770Z test_comprehensive_randn_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:32.1681110Z test_comprehensive_ravel_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:32.1697070Z test_comprehensive_ravel_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:32.1720840Z test_comprehensive_ravel_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:32.1747920Z test_comprehensive_ravel_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:32.1770440Z test_comprehensive_ravel_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:32.1793180Z test_comprehensive_ravel_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:32.1815710Z test_comprehensive_ravel_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:32.1831450Z test_comprehensive_ravel_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:32.1847080Z test_comprehensive_ravel_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:32.1862400Z test_comprehensive_ravel_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:32.1878770Z test_comprehensive_ravel_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:32.1894690Z test_comprehensive_ravel_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:32.1917730Z test_comprehensive_real_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:32.1932550Z test_comprehensive_real_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:32.1994160Z test_comprehensive_real_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:32.2020900Z test_comprehensive_real_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:32.2085420Z test_comprehensive_real_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:32.2107920Z test_comprehensive_real_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:32.2129940Z test_comprehensive_real_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:32.2153220Z test_comprehensive_real_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:32.2170880Z test_comprehensive_real_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:32.2187080Z test_comprehensive_real_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:32.2201890Z test_comprehensive_real_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:32.2217190Z test_comprehensive_real_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:32.2231800Z test_comprehensive_real_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:32.2306470Z test_comprehensive_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:32.2341700Z test_comprehensive_reciprocal_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:32.2565920Z test_comprehensive_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:21:32.2797230Z test_comprehensive_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:21:32.2871160Z test_comprehensive_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:32.3031140Z test_comprehensive_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:21:32.3192670Z test_comprehensive_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:21:32.3229630Z test_comprehensive_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:32.3267720Z test_comprehensive_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:32.3311830Z test_comprehensive_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:32.3349130Z test_comprehensive_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:32.3384830Z test_comprehensive_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:32.3542900Z test_comprehensive_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:21:32.3701930Z test_comprehensive_remainder_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:21:32.5142050Z test_comprehensive_remainder_cpu_float32 (__main__.TestDecompCPU) ... ok (0.144s) 2022-05-18T06:21:32.6542960Z test_comprehensive_remainder_cpu_float64 (__main__.TestDecompCPU) ... ok (0.140s) 2022-05-18T06:21:32.6586200Z test_comprehensive_remainder_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:32.6619660Z test_comprehensive_remainder_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:32.6651770Z test_comprehensive_remainder_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:32.6684310Z test_comprehensive_remainder_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:32.6718360Z test_comprehensive_remainder_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:32.7064490Z test_comprehensive_renorm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-05-18T06:21:32.9589150Z test_comprehensive_renorm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.252s) 2022-05-18T06:21:33.2111490Z test_comprehensive_renorm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.252s) 2022-05-18T06:21:33.2444170Z test_comprehensive_renorm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-05-18T06:21:33.4061300Z test_comprehensive_renorm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.162s) 2022-05-18T06:21:33.5670380Z test_comprehensive_renorm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.161s) 2022-05-18T06:21:33.5809470Z test_comprehensive_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:21:33.5864930Z test_comprehensive_repeat_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:33.6009000Z test_comprehensive_repeat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:21:33.6152310Z test_comprehensive_repeat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:21:33.6282250Z test_comprehensive_repeat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:21:33.6413240Z test_comprehensive_repeat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:21:33.6544250Z test_comprehensive_repeat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:21:33.6603930Z test_comprehensive_repeat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:33.6664670Z test_comprehensive_repeat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:33.6724150Z test_comprehensive_repeat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:33.6787240Z test_comprehensive_repeat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:33.6848420Z test_comprehensive_repeat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:33.6898340Z test_comprehensive_repeat_interleave_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:33.6926150Z test_comprehensive_repeat_interleave_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:33.6977220Z test_comprehensive_repeat_interleave_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:33.7031620Z test_comprehensive_repeat_interleave_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:33.7079660Z test_comprehensive_repeat_interleave_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:33.7125740Z test_comprehensive_repeat_interleave_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:33.7173120Z test_comprehensive_repeat_interleave_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:33.7205870Z test_comprehensive_repeat_interleave_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:33.7235140Z test_comprehensive_repeat_interleave_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:33.7263110Z test_comprehensive_repeat_interleave_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:33.7291750Z test_comprehensive_repeat_interleave_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:33.7322840Z test_comprehensive_repeat_interleave_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:33.7358700Z test_comprehensive_reshape_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:33.7379080Z test_comprehensive_reshape_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.7417970Z test_comprehensive_reshape_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:33.7457050Z test_comprehensive_reshape_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:33.7492440Z test_comprehensive_reshape_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:33.7528110Z test_comprehensive_reshape_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:33.7562900Z test_comprehensive_reshape_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:33.7583050Z test_comprehensive_reshape_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.7603350Z test_comprehensive_reshape_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.7624160Z test_comprehensive_reshape_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.7644590Z test_comprehensive_reshape_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.7664940Z test_comprehensive_reshape_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.7732710Z test_comprehensive_reshape_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:33.7761760Z test_comprehensive_reshape_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:33.7836530Z test_comprehensive_reshape_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:33.7910490Z test_comprehensive_reshape_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:33.7978020Z test_comprehensive_reshape_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:33.8044780Z test_comprehensive_reshape_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:33.8111880Z test_comprehensive_reshape_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:33.8142040Z test_comprehensive_reshape_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:33.8171530Z test_comprehensive_reshape_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:33.8202230Z test_comprehensive_reshape_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:33.8232620Z test_comprehensive_reshape_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:33.8262910Z test_comprehensive_reshape_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:33.8282990Z test_comprehensive_resize__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8301260Z test_comprehensive_resize__cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8323390Z test_comprehensive_resize__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8344710Z test_comprehensive_resize__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8364840Z test_comprehensive_resize__cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8385170Z test_comprehensive_resize__cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8405530Z test_comprehensive_resize__cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8423880Z test_comprehensive_resize__cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8442280Z test_comprehensive_resize__cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8460710Z test_comprehensive_resize__cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8479460Z test_comprehensive_resize__cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8497650Z test_comprehensive_resize__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8521700Z test_comprehensive_resize_as__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8541070Z test_comprehensive_resize_as__cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8566030Z test_comprehensive_resize_as__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8591490Z test_comprehensive_resize_as__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8615820Z test_comprehensive_resize_as__cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8637380Z test_comprehensive_resize_as__cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8659030Z test_comprehensive_resize_as__cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8677750Z test_comprehensive_resize_as__cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8697340Z test_comprehensive_resize_as__cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8718560Z test_comprehensive_resize_as__cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8739180Z test_comprehensive_resize_as__cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8758470Z test_comprehensive_resize_as__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8777830Z test_comprehensive_resolve_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8793540Z test_comprehensive_resolve_conj_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8813210Z test_comprehensive_resolve_conj_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8832470Z test_comprehensive_resolve_conj_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8850700Z test_comprehensive_resolve_conj_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8869130Z test_comprehensive_resolve_conj_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8887470Z test_comprehensive_resolve_conj_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8901460Z test_comprehensive_resolve_conj_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:33.8916830Z test_comprehensive_resolve_conj_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:33.8931680Z test_comprehensive_resolve_conj_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:33.8946790Z test_comprehensive_resolve_conj_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:33.8960760Z test_comprehensive_resolve_conj_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:33.8979770Z test_comprehensive_resolve_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.8993730Z test_comprehensive_resolve_neg_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:33.9013280Z test_comprehensive_resolve_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.9029750Z test_comprehensive_resolve_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.9049330Z test_comprehensive_resolve_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.9067700Z test_comprehensive_resolve_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.9085890Z test_comprehensive_resolve_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.9104070Z test_comprehensive_resolve_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.9118200Z test_comprehensive_resolve_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:33.9132010Z test_comprehensive_resolve_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:33.9147290Z test_comprehensive_resolve_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:33.9162400Z test_comprehensive_resolve_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:33.9176960Z test_comprehensive_resolve_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:33.9232540Z test_comprehensive_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:33.9256970Z test_comprehensive_roll_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.9316360Z test_comprehensive_roll_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:33.9374550Z test_comprehensive_roll_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:33.9431240Z test_comprehensive_roll_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:33.9499440Z test_comprehensive_roll_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:33.9569430Z test_comprehensive_roll_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:33.9595710Z test_comprehensive_roll_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:33.9621920Z test_comprehensive_roll_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:33.9647360Z test_comprehensive_roll_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.9672950Z test_comprehensive_roll_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.9698640Z test_comprehensive_roll_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:33.9751720Z test_comprehensive_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:33.9859820Z test_comprehensive_rot90_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:21:34.0320330Z test_comprehensive_rot90_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.046s) 2022-05-18T06:21:34.0805300Z test_comprehensive_rot90_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-05-18T06:21:34.0864670Z test_comprehensive_rot90_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:34.1167210Z test_comprehensive_rot90_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:21:34.1458400Z test_comprehensive_rot90_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-05-18T06:21:34.1560230Z test_comprehensive_rot90_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:34.1663290Z test_comprehensive_rot90_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:34.1765860Z test_comprehensive_rot90_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:34.1868750Z test_comprehensive_rot90_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:34.1966500Z test_comprehensive_rot90_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:34.1986840Z test_comprehensive_round_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:34.2004370Z test_comprehensive_round_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:34.2021760Z test_comprehensive_round_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:34.2048760Z test_comprehensive_round_decimals_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:34.2075470Z test_comprehensive_round_decimals_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:34.2102120Z test_comprehensive_round_decimals_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:34.2128570Z test_comprehensive_round_decimals_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:34.2154890Z test_comprehensive_round_decimals_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:34.2181160Z test_comprehensive_round_decimals_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:34.2207950Z test_comprehensive_round_decimals_neg_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:34.2234380Z test_comprehensive_round_decimals_neg_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:34.2260780Z test_comprehensive_round_decimals_neg_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:34.2329980Z test_comprehensive_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:34.2351160Z test_comprehensive_rsqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:34.2534670Z test_comprehensive_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-05-18T06:21:34.2722080Z test_comprehensive_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-05-18T06:21:34.2853440Z test_comprehensive_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:21:34.2983490Z test_comprehensive_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:21:34.3002840Z test_comprehensive_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:34.3023530Z test_comprehensive_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:34.3043630Z test_comprehensive_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:34.3062690Z test_comprehensive_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:34.3079660Z test_comprehensive_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:34.3227000Z test_comprehensive_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:21:34.4711990Z test_comprehensive_rsub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.148s) 2022-05-18T06:21:34.6277850Z test_comprehensive_rsub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.156s) 2022-05-18T06:21:34.6427710Z test_comprehensive_rsub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:21:34.7358330Z test_comprehensive_rsub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.093s) 2022-05-18T06:21:34.8281120Z test_comprehensive_rsub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.092s) 2022-05-18T06:21:34.8527820Z test_comprehensive_rsub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:21:34.8778200Z test_comprehensive_rsub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:21:34.9040550Z test_comprehensive_rsub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:21:34.9302260Z test_comprehensive_rsub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:21:34.9549840Z test_comprehensive_rsub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:21:34.9617440Z test_comprehensive_scatter_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:34.9651140Z test_comprehensive_scatter_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:34.9720870Z test_comprehensive_scatter_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:34.9790100Z test_comprehensive_scatter_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:34.9851650Z test_comprehensive_scatter_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:34.9913320Z test_comprehensive_scatter_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:34.9975160Z test_comprehensive_scatter_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:35.0009140Z test_comprehensive_scatter_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:35.0043010Z test_comprehensive_scatter_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:35.0078470Z test_comprehensive_scatter_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:35.0109990Z test_comprehensive_scatter_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:35.0141750Z test_comprehensive_scatter_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:35.0209560Z test_comprehensive_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:35.0250360Z test_comprehensive_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:35.0327970Z test_comprehensive_scatter_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:21:35.0405710Z test_comprehensive_scatter_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:21:35.0473800Z test_comprehensive_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:35.0539600Z test_comprehensive_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:35.0606070Z test_comprehensive_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:35.0647690Z test_comprehensive_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:35.0687040Z test_comprehensive_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:35.0726230Z test_comprehensive_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:35.0765120Z test_comprehensive_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:35.0804200Z test_comprehensive_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:35.2056160Z test_comprehensive_scatter_reduce_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.125s) 2022-05-18T06:21:35.2110020Z test_comprehensive_scatter_reduce_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:35.3393340Z test_comprehensive_scatter_reduce_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.128s) 2022-05-18T06:21:35.5740040Z test_comprehensive_scatter_reduce_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.235s) 2022-05-18T06:21:35.8000710Z test_comprehensive_scatter_reduce_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.226s) 2022-05-18T06:21:35.8046800Z test_comprehensive_scatter_reduce_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:35.8091890Z test_comprehensive_scatter_reduce_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:35.8136640Z test_comprehensive_scatter_reduce_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:35.8180960Z test_comprehensive_scatter_reduce_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:35.8225920Z test_comprehensive_scatter_reduce_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:35.9467190Z test_comprehensive_scatter_reduce_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.124s) 2022-05-18T06:21:35.9512280Z test_comprehensive_scatter_reduce_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:36.0737790Z test_comprehensive_scatter_reduce_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.122s) 2022-05-18T06:21:36.3027990Z test_comprehensive_scatter_reduce_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.229s) 2022-05-18T06:21:36.5337370Z test_comprehensive_scatter_reduce_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.231s) 2022-05-18T06:21:36.5384100Z test_comprehensive_scatter_reduce_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:36.5429190Z test_comprehensive_scatter_reduce_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:36.5474630Z test_comprehensive_scatter_reduce_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:36.5521220Z test_comprehensive_scatter_reduce_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:36.5567650Z test_comprehensive_scatter_reduce_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:36.5926480Z test_comprehensive_scatter_reduce_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:21:36.6284680Z test_comprehensive_scatter_reduce_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:21:36.6745630Z test_comprehensive_scatter_reduce_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-05-18T06:21:36.7196770Z test_comprehensive_scatter_reduce_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-05-18T06:21:36.7247410Z test_comprehensive_scatter_reduce_mean_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:36.7296270Z test_comprehensive_scatter_reduce_mean_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:36.7345300Z test_comprehensive_scatter_reduce_mean_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:36.7393600Z test_comprehensive_scatter_reduce_mean_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:36.7442700Z test_comprehensive_scatter_reduce_mean_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:36.8855970Z test_comprehensive_scatter_reduce_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.141s) 2022-05-18T06:21:36.8901520Z test_comprehensive_scatter_reduce_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:37.0304680Z test_comprehensive_scatter_reduce_prod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.140s) 2022-05-18T06:21:37.4448490Z test_comprehensive_scatter_reduce_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.414s) 2022-05-18T06:21:37.8293070Z test_comprehensive_scatter_reduce_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.384s) 2022-05-18T06:21:37.8340190Z test_comprehensive_scatter_reduce_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:37.8384890Z test_comprehensive_scatter_reduce_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:37.8430320Z test_comprehensive_scatter_reduce_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:37.8473840Z test_comprehensive_scatter_reduce_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:37.8518160Z test_comprehensive_scatter_reduce_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:37.8627640Z test_comprehensive_scatter_reduce_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:21:37.8672670Z test_comprehensive_scatter_reduce_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:37.8781200Z test_comprehensive_scatter_reduce_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:21:37.8891210Z test_comprehensive_scatter_reduce_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:21:37.8997140Z test_comprehensive_scatter_reduce_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:21:37.9041490Z test_comprehensive_scatter_reduce_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:37.9085620Z test_comprehensive_scatter_reduce_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:37.9130170Z test_comprehensive_scatter_reduce_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:37.9175140Z test_comprehensive_scatter_reduce_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:37.9218990Z test_comprehensive_scatter_reduce_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:37.9501710Z test_comprehensive_searchsorted_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-05-18T06:21:37.9781550Z test_comprehensive_searchsorted_cpu_float16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-05-18T06:21:38.0058270Z test_comprehensive_searchsorted_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-05-18T06:21:38.0337480Z test_comprehensive_searchsorted_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-05-18T06:21:38.0558440Z test_comprehensive_searchsorted_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:21:38.0782730Z test_comprehensive_searchsorted_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:21:38.1006150Z test_comprehensive_searchsorted_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:21:38.1243050Z test_comprehensive_searchsorted_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:21:38.1471490Z test_comprehensive_searchsorted_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:21:38.1525140Z test_comprehensive_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:38.1543310Z test_comprehensive_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.1686940Z test_comprehensive_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:21:38.1826740Z test_comprehensive_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:21:38.1879190Z test_comprehensive_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:38.1978940Z test_comprehensive_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:38.2074100Z test_comprehensive_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:38.2095340Z test_comprehensive_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.2115410Z test_comprehensive_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.2134440Z test_comprehensive_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.2153190Z test_comprehensive_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.2175450Z test_comprehensive_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.2231090Z test_comprehensive_select_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:38.2254980Z test_comprehensive_select_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.2305700Z test_comprehensive_select_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:38.2352900Z test_comprehensive_select_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:38.2399570Z test_comprehensive_select_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:38.2422720Z test_comprehensive_select_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.2446080Z test_comprehensive_select_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.2467970Z test_comprehensive_select_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.2489210Z test_comprehensive_select_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.2510460Z test_comprehensive_select_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.2530490Z test_comprehensive_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.2545610Z test_comprehensive_sgn_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:38.3438850Z test_comprehensive_sgn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.089s) 2022-05-18T06:21:38.3456980Z test_comprehensive_sgn_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.4387620Z test_comprehensive_sgn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.093s) 2022-05-18T06:21:38.4412610Z test_comprehensive_sgn_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.4433720Z test_comprehensive_sgn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.4453170Z test_comprehensive_sgn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.4467980Z test_comprehensive_sgn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:38.4482220Z test_comprehensive_sgn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:38.4497870Z test_comprehensive_sgn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:38.4514310Z test_comprehensive_sgn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.4529280Z test_comprehensive_sgn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:38.4553330Z test_comprehensive_short_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.4572510Z test_comprehensive_short_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.4598660Z test_comprehensive_short_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:38.4624230Z test_comprehensive_short_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.4646530Z test_comprehensive_short_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.4669690Z test_comprehensive_short_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.4692180Z test_comprehensive_short_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.4712740Z test_comprehensive_short_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.4735760Z test_comprehensive_short_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.4757570Z test_comprehensive_short_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.4777510Z test_comprehensive_short_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.4797740Z test_comprehensive_short_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.4834060Z test_comprehensive_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:38.4850550Z test_comprehensive_sigmoid_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.4942110Z test_comprehensive_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:21:38.5050190Z test_comprehensive_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:21:38.5117590Z test_comprehensive_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:38.5188180Z test_comprehensive_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:38.5199020Z test_comprehensive_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.5219790Z test_comprehensive_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.5240380Z test_comprehensive_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.5260060Z test_comprehensive_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.5279780Z test_comprehensive_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.5303140Z test_comprehensive_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.5357340Z test_comprehensive_sign_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:38.5381210Z test_comprehensive_sign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.5476890Z test_comprehensive_sign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:21:38.5572780Z test_comprehensive_sign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:21:38.5633340Z test_comprehensive_sign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:38.5691070Z test_comprehensive_sign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:38.5746510Z test_comprehensive_sign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:38.5801630Z test_comprehensive_sign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:38.5855480Z test_comprehensive_sign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:38.5875550Z test_comprehensive_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.5895190Z test_comprehensive_signbit_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.5913420Z test_comprehensive_signbit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.5930420Z test_comprehensive_signbit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.5945790Z test_comprehensive_signbit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:38.5960240Z test_comprehensive_signbit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:38.5974620Z test_comprehensive_signbit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:38.5988990Z test_comprehensive_signbit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:38.6003130Z test_comprehensive_signbit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:38.6017140Z test_comprehensive_signbit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:38.6051220Z test_comprehensive_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:38.6110320Z test_comprehensive_sin_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:38.6666980Z test_comprehensive_sin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.055s) 2022-05-18T06:21:38.7254900Z test_comprehensive_sin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-05-18T06:21:38.7574270Z test_comprehensive_sin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-05-18T06:21:38.7857520Z test_comprehensive_sin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-05-18T06:21:38.7916810Z test_comprehensive_sin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:38.7976400Z test_comprehensive_sin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:38.8035110Z test_comprehensive_sin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:38.8094040Z test_comprehensive_sin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:38.8153100Z test_comprehensive_sin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:38.8337820Z test_comprehensive_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-05-18T06:21:38.8356420Z test_comprehensive_sinc_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:38.8907500Z test_comprehensive_sinc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.055s) 2022-05-18T06:21:38.9462440Z test_comprehensive_sinc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-05-18T06:21:38.9849770Z test_comprehensive_sinc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-05-18T06:21:39.0248440Z test_comprehensive_sinc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-05-18T06:21:39.0267410Z test_comprehensive_sinc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:39.0285100Z test_comprehensive_sinc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:39.0303630Z test_comprehensive_sinc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:39.0322740Z test_comprehensive_sinc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:39.0342100Z test_comprehensive_sinc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:39.0379150Z test_comprehensive_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:39.0440550Z test_comprehensive_sinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:39.1009320Z test_comprehensive_sinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-05-18T06:21:39.1605990Z test_comprehensive_sinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-05-18T06:21:39.1920350Z test_comprehensive_sinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-05-18T06:21:39.2209630Z test_comprehensive_sinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-05-18T06:21:39.2266730Z test_comprehensive_sinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:39.2324300Z test_comprehensive_sinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:39.2382010Z test_comprehensive_sinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:39.2438700Z test_comprehensive_sinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:39.2495530Z test_comprehensive_sinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:39.2613960Z test_comprehensive_slice_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:21:39.2657470Z test_comprehensive_slice_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:39.2804350Z test_comprehensive_slice_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:21:39.2904990Z test_comprehensive_slice_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:39.3021230Z test_comprehensive_slice_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:21:39.3062650Z test_comprehensive_slice_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:39.3103420Z test_comprehensive_slice_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:39.3148480Z test_comprehensive_slice_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:39.3195500Z test_comprehensive_slice_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:39.3238580Z test_comprehensive_slice_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:39.3327670Z test_comprehensive_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:21:39.3708300Z test_comprehensive_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:21:39.4082720Z test_comprehensive_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:21:39.4168800Z test_comprehensive_softmax_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:21:39.4316430Z test_comprehensive_softmax_with_dtype_cpu_bool (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:21:39.4693630Z test_comprehensive_softmax_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:21:39.5086500Z test_comprehensive_softmax_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-05-18T06:21:39.5172630Z test_comprehensive_softmax_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:21:39.5552640Z test_comprehensive_softmax_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:21:39.5929000Z test_comprehensive_softmax_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:21:39.6111330Z test_comprehensive_softmax_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-05-18T06:21:39.6293560Z test_comprehensive_softmax_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-05-18T06:21:39.6477040Z test_comprehensive_softmax_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-05-18T06:21:39.6661080Z test_comprehensive_softmax_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-05-18T06:21:39.6849030Z test_comprehensive_softmax_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-05-18T06:21:39.7119430Z test_comprehensive_sort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:21:39.7202750Z test_comprehensive_sort_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:21:39.7476560Z test_comprehensive_sort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:21:39.7749770Z test_comprehensive_sort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:21:39.8020330Z test_comprehensive_sort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:21:39.8109050Z test_comprehensive_sort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:21:39.8195250Z test_comprehensive_sort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:21:39.8277090Z test_comprehensive_sort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:21:39.8361090Z test_comprehensive_sort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:21:39.8443790Z test_comprehensive_sort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:21:39.8883030Z test_comprehensive_sparse_sampled_addmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.044s) 2022-05-18T06:21:39.9320090Z test_comprehensive_sparse_sampled_addmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-05-18T06:21:39.9693600Z test_comprehensive_sparse_sampled_addmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:21:40.0051590Z test_comprehensive_sparse_sampled_addmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:21:40.0101340Z test_comprehensive_special_entr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:40.0117510Z test_comprehensive_special_entr_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:40.0215910Z test_comprehensive_special_entr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:40.0317200Z test_comprehensive_special_entr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:40.0334840Z test_comprehensive_special_entr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:40.0350300Z test_comprehensive_special_entr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:40.0365490Z test_comprehensive_special_entr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:40.0380960Z test_comprehensive_special_entr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:40.0396310Z test_comprehensive_special_entr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:40.0414650Z test_comprehensive_special_erfcx_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:40.0592490Z test_comprehensive_special_erfcx_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-05-18T06:21:40.0767160Z test_comprehensive_special_erfcx_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-05-18T06:21:40.0786350Z test_comprehensive_special_erfcx_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:40.0804180Z test_comprehensive_special_erfcx_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:40.0823270Z test_comprehensive_special_erfcx_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:40.0840650Z test_comprehensive_special_erfcx_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:40.0858160Z test_comprehensive_special_erfcx_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:40.0883920Z test_comprehensive_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.0914250Z test_comprehensive_special_i0e_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.1077330Z test_comprehensive_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:21:40.1236430Z test_comprehensive_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:21:40.1268230Z test_comprehensive_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.1299620Z test_comprehensive_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.1329080Z test_comprehensive_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.1358120Z test_comprehensive_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.1387200Z test_comprehensive_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.1403220Z test_comprehensive_special_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:40.1820420Z test_comprehensive_special_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:21:40.2181650Z test_comprehensive_special_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-05-18T06:21:40.2199630Z test_comprehensive_special_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:40.2214860Z test_comprehensive_special_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:40.2230030Z test_comprehensive_special_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:40.2245120Z test_comprehensive_special_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:40.2260470Z test_comprehensive_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:21:40.2290250Z test_comprehensive_special_i1e_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.2720540Z test_comprehensive_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-05-18T06:21:40.3137910Z test_comprehensive_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-05-18T06:21:40.3168270Z test_comprehensive_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.3196490Z test_comprehensive_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.3225640Z test_comprehensive_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.3254500Z test_comprehensive_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.3282760Z test_comprehensive_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.3301980Z test_comprehensive_special_log_ndtr_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:40.3465720Z test_comprehensive_special_log_ndtr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:21:40.3620190Z test_comprehensive_special_log_ndtr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:21:40.3639300Z test_comprehensive_special_log_ndtr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:40.3656200Z test_comprehensive_special_log_ndtr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:40.3672930Z test_comprehensive_special_log_ndtr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:40.3690040Z test_comprehensive_special_log_ndtr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:40.3706660Z test_comprehensive_special_log_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:40.3868680Z test_comprehensive_special_ndtr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:21:40.3966310Z test_comprehensive_special_ndtr_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:40.4324360Z test_comprehensive_special_ndtr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:21:40.4664490Z test_comprehensive_special_ndtr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-05-18T06:21:40.4764970Z test_comprehensive_special_ndtr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:40.4869930Z test_comprehensive_special_ndtr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:40.4962610Z test_comprehensive_special_ndtr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:40.5067270Z test_comprehensive_special_ndtr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:40.5171300Z test_comprehensive_special_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:40.5191180Z test_comprehensive_special_ndtri_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:40.5349210Z test_comprehensive_special_ndtri_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:21:40.5500460Z test_comprehensive_special_ndtri_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:21:40.5518280Z test_comprehensive_special_ndtri_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:40.5534770Z test_comprehensive_special_ndtri_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:40.5551480Z test_comprehensive_special_ndtri_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:40.5567810Z test_comprehensive_special_ndtri_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:40.5584330Z test_comprehensive_special_ndtri_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:40.5693290Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:21:40.5719570Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.5976290Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:21:40.6231980Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:21:40.6260160Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.6286490Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.6313430Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.6339910Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.6366760Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.6584280Z test_comprehensive_special_xlog1py_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:21:40.6613370Z test_comprehensive_special_xlog1py_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.6651350Z test_comprehensive_special_xlog1py_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:40.7996810Z test_comprehensive_special_xlog1py_cpu_float32 (__main__.TestDecompCPU) ... ok (0.134s) 2022-05-18T06:21:40.9289700Z test_comprehensive_special_xlog1py_cpu_float64 (__main__.TestDecompCPU) ... ok (0.129s) 2022-05-18T06:21:40.9319790Z test_comprehensive_special_xlog1py_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.9347300Z test_comprehensive_special_xlog1py_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.9374380Z test_comprehensive_special_xlog1py_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.9402330Z test_comprehensive_special_xlog1py_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.9430420Z test_comprehensive_special_xlog1py_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.9458220Z test_comprehensive_special_zeta_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.9498480Z test_comprehensive_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:40.9538540Z test_comprehensive_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:40.9568720Z test_comprehensive_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.9598970Z test_comprehensive_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.9629590Z test_comprehensive_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.9659690Z test_comprehensive_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.9693860Z test_comprehensive_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.9725510Z test_comprehensive_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:40.9819050Z test_comprehensive_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:21:41.0058750Z test_comprehensive_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:21:41.0317900Z test_comprehensive_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:21:41.0350460Z test_comprehensive_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:41.0503270Z test_comprehensive_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:21:41.0656650Z test_comprehensive_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:21:41.0755940Z test_comprehensive_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:41.0854330Z test_comprehensive_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:41.0951680Z test_comprehensive_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:41.1050710Z test_comprehensive_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:41.1149180Z test_comprehensive_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:41.1194700Z test_comprehensive_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:41.1388870Z test_comprehensive_split_list_args_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-05-18T06:21:41.1907300Z test_comprehensive_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.052s) 2022-05-18T06:21:41.2449250Z test_comprehensive_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-05-18T06:21:41.2497270Z test_comprehensive_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:41.2825150Z test_comprehensive_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-05-18T06:21:41.3140950Z test_comprehensive_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-05-18T06:21:41.3339360Z test_comprehensive_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:21:41.3536470Z test_comprehensive_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:21:41.3732120Z test_comprehensive_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-05-18T06:21:41.3932690Z test_comprehensive_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:21:41.4131520Z test_comprehensive_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:21:41.4186630Z test_comprehensive_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:41.4440280Z test_comprehensive_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:21:41.5136760Z test_comprehensive_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.070s) 2022-05-18T06:21:41.5851940Z test_comprehensive_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-05-18T06:21:41.5910410Z test_comprehensive_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:21:41.6357300Z test_comprehensive_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-05-18T06:21:41.6781780Z test_comprehensive_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-05-18T06:21:41.7046500Z test_comprehensive_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:21:41.7310620Z test_comprehensive_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:21:41.7579470Z test_comprehensive_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:21:41.7835160Z test_comprehensive_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:21:41.8084230Z test_comprehensive_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:21:41.8113380Z test_comprehensive_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:41.8166530Z test_comprehensive_sqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:41.8426230Z test_comprehensive_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:21:41.8700880Z test_comprehensive_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:21:41.8857010Z test_comprehensive_sqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:21:41.9001390Z test_comprehensive_sqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:21:41.9054380Z test_comprehensive_sqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:41.9107670Z test_comprehensive_sqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:41.9159860Z test_comprehensive_sqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:41.9212230Z test_comprehensive_sqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:41.9263630Z test_comprehensive_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:41.9338190Z test_comprehensive_square_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:41.9373980Z test_comprehensive_square_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:41.9573730Z test_comprehensive_square_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:21:41.9778110Z test_comprehensive_square_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:21:41.9852130Z test_comprehensive_square_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:21:42.0004480Z test_comprehensive_square_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:21:42.0161550Z test_comprehensive_square_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:21:42.0200060Z test_comprehensive_square_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:42.0237270Z test_comprehensive_square_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:42.0273420Z test_comprehensive_square_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:42.0309720Z test_comprehensive_square_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:42.0348410Z test_comprehensive_square_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:42.0392770Z test_comprehensive_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:42.0413790Z test_comprehensive_squeeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:42.0460630Z test_comprehensive_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:42.0508310Z test_comprehensive_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:21:42.0551510Z test_comprehensive_squeeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:42.0594190Z test_comprehensive_squeeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:42.0637200Z test_comprehensive_squeeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:42.0658870Z test_comprehensive_squeeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:42.0680070Z test_comprehensive_squeeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:42.0701770Z test_comprehensive_squeeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:42.0722740Z test_comprehensive_squeeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:42.0743910Z test_comprehensive_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:42.0821760Z test_comprehensive_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:21:42.0921420Z test_comprehensive_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:42.1182400Z test_comprehensive_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:21:42.1421810Z test_comprehensive_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:21:42.1682130Z test_comprehensive_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:21:42.1759850Z test_comprehensive_stack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:21:42.1947200Z test_comprehensive_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-05-18T06:21:42.2132690Z test_comprehensive_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-05-18T06:21:42.2235320Z test_comprehensive_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:42.2340210Z test_comprehensive_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:42.2443090Z test_comprehensive_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:42.2546580Z test_comprehensive_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:42.2648300Z test_comprehensive_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:42.2951790Z test_comprehensive_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:21:42.4287730Z test_comprehensive_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.133s) 2022-05-18T06:21:42.5680340Z test_comprehensive_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.139s) 2022-05-18T06:21:42.5979980Z test_comprehensive_std_cpu_float16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:21:42.6949500Z test_comprehensive_std_cpu_float32 (__main__.TestDecompCPU) ... ok (0.097s) 2022-05-18T06:21:42.7921700Z test_comprehensive_std_cpu_float64 (__main__.TestDecompCPU) ... ok (0.097s) 2022-05-18T06:21:42.8406500Z test_comprehensive_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-05-18T06:21:42.8443780Z test_comprehensive_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:42.8480610Z test_comprehensive_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:42.8970920Z test_comprehensive_std_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-05-18T06:21:42.9960280Z test_comprehensive_std_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.099s) 2022-05-18T06:21:43.0879920Z test_comprehensive_std_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.092s) 2022-05-18T06:21:43.3280010Z test_comprehensive_stft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.240s) 2022-05-18T06:21:43.5652930Z test_comprehensive_stft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.237s) 2022-05-18T06:21:43.7833700Z test_comprehensive_stft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.218s) 2022-05-18T06:21:44.0043030Z test_comprehensive_stft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.221s) 2022-05-18T06:21:44.0229030Z test_comprehensive_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-05-18T06:21:44.1754940Z test_comprehensive_sub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.152s) 2022-05-18T06:21:44.2478400Z test_comprehensive_sub_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.072s) 2022-05-18T06:21:44.4030530Z test_comprehensive_sub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.155s) 2022-05-18T06:21:44.4214460Z test_comprehensive_sub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-05-18T06:21:44.5152300Z test_comprehensive_sub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.094s) 2022-05-18T06:21:44.6058010Z test_comprehensive_sub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.090s) 2022-05-18T06:21:44.6329930Z test_comprehensive_sub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:21:44.6597120Z test_comprehensive_sub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:21:44.6861210Z test_comprehensive_sub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:21:44.7126170Z test_comprehensive_sub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:21:44.7389350Z test_comprehensive_sub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:21:44.7480310Z test_comprehensive_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:21:44.7515450Z test_comprehensive_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:44.7613820Z test_comprehensive_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:44.7714240Z test_comprehensive_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:21:44.7809500Z test_comprehensive_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:21:44.7902310Z test_comprehensive_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:21:44.7995210Z test_comprehensive_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:21:44.8031640Z test_comprehensive_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:44.8066910Z test_comprehensive_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:44.8100290Z test_comprehensive_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:44.8134980Z test_comprehensive_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:21:44.8171940Z test_comprehensive_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:44.8212670Z test_comprehensive_sum_to_size_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:44.8231910Z test_comprehensive_sum_to_size_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:44.8276620Z test_comprehensive_sum_to_size_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:44.8319250Z test_comprehensive_sum_to_size_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:44.8357950Z test_comprehensive_sum_to_size_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:44.8396940Z test_comprehensive_sum_to_size_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:44.8436740Z test_comprehensive_sum_to_size_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:21:44.8458400Z test_comprehensive_sum_to_size_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:44.8478590Z test_comprehensive_sum_to_size_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:44.8498870Z test_comprehensive_sum_to_size_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:44.8519060Z test_comprehensive_sum_to_size_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:44.8539130Z test_comprehensive_sum_to_size_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:21:50.1540550Z test_comprehensive_svd_cpu_complex128 (__main__.TestDecompCPU) ... ok (5.300s) 2022-05-18T06:21:55.5250040Z test_comprehensive_svd_cpu_complex64 (__main__.TestDecompCPU) ... ok (5.371s) 2022-05-18T06:21:58.4839320Z test_comprehensive_svd_cpu_float32 (__main__.TestDecompCPU) ... ok (2.959s) 2022-05-18T06:22:01.4059570Z test_comprehensive_svd_cpu_float64 (__main__.TestDecompCPU) ... ok (2.922s) 2022-05-18T06:22:12.0763250Z test_comprehensive_svd_lowrank_cpu_float32 (__main__.TestDecompCPU) ... ok (10.670s) 2022-05-18T06:22:22.5777740Z test_comprehensive_svd_lowrank_cpu_float64 (__main__.TestDecompCPU) ... ok (10.501s) 2022-05-18T06:22:22.7627640Z test_comprehensive_symeig_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.185s) 2022-05-18T06:22:22.9478800Z test_comprehensive_symeig_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.185s) 2022-05-18T06:22:23.0370760Z test_comprehensive_symeig_cpu_float32 (__main__.TestDecompCPU) ... ok (0.089s) 2022-05-18T06:22:23.1276930Z test_comprehensive_symeig_cpu_float64 (__main__.TestDecompCPU) ... ok (0.090s) 2022-05-18T06:22:23.1314750Z test_comprehensive_t_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:23.1344500Z test_comprehensive_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:23.1443490Z test_comprehensive_t_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:23.1547200Z test_comprehensive_t_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:23.1583220Z test_comprehensive_t_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:23.1657470Z test_comprehensive_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:22:23.1730480Z test_comprehensive_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:22:23.1761210Z test_comprehensive_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:23.1790820Z test_comprehensive_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:23.1819560Z test_comprehensive_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:23.1848480Z test_comprehensive_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:23.1878650Z test_comprehensive_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:23.1934890Z test_comprehensive_take_along_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:23.1964640Z test_comprehensive_take_along_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:23.2020030Z test_comprehensive_take_along_dim_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:23.2075680Z test_comprehensive_take_along_dim_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:23.2129030Z test_comprehensive_take_along_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:23.2181650Z test_comprehensive_take_along_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:23.2233930Z test_comprehensive_take_along_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:23.2264800Z test_comprehensive_take_along_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:23.2295940Z test_comprehensive_take_along_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:23.2326940Z test_comprehensive_take_along_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:23.2357470Z test_comprehensive_take_along_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:23.2387650Z test_comprehensive_take_along_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:23.2451190Z test_comprehensive_take_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:23.2477720Z test_comprehensive_take_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:23.2546910Z test_comprehensive_take_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:22:23.2617780Z test_comprehensive_take_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:22:23.2680500Z test_comprehensive_take_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:23.2744100Z test_comprehensive_take_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:23.2815340Z test_comprehensive_take_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:22:23.2843320Z test_comprehensive_take_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:23.2871980Z test_comprehensive_take_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:23.2899690Z test_comprehensive_take_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:23.2928220Z test_comprehensive_take_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:23.2955200Z test_comprehensive_take_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:23.2990660Z test_comprehensive_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:23.3044390Z test_comprehensive_tan_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:23.3603330Z test_comprehensive_tan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.056s) 2022-05-18T06:22:23.4188330Z test_comprehensive_tan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-05-18T06:22:23.4498490Z test_comprehensive_tan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-05-18T06:22:23.4796060Z test_comprehensive_tan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:22:23.4854170Z test_comprehensive_tan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:23.4910690Z test_comprehensive_tan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:23.4968840Z test_comprehensive_tan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:23.5027220Z test_comprehensive_tan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:23.5085190Z test_comprehensive_tan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:23.5108760Z test_comprehensive_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:23.5123770Z test_comprehensive_tanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:22:23.5408010Z test_comprehensive_tanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.028s) 2022-05-18T06:22:23.5720030Z test_comprehensive_tanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-05-18T06:22:23.5865810Z test_comprehensive_tanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:22:23.6010720Z test_comprehensive_tanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:22:23.6025830Z test_comprehensive_tanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:23.6039770Z test_comprehensive_tanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:22:23.6053790Z test_comprehensive_tanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:22:23.6067860Z test_comprehensive_tanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:22:23.6081770Z test_comprehensive_tanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:22:23.6275390Z test_comprehensive_tensor_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-05-18T06:22:23.6312600Z test_comprehensive_tensor_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:23.7280390Z test_comprehensive_tensor_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.094s) 2022-05-18T06:22:23.8219270Z test_comprehensive_tensor_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-05-18T06:22:23.8413670Z test_comprehensive_tensor_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-05-18T06:22:23.9054870Z test_comprehensive_tensor_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-05-18T06:22:23.9682220Z test_comprehensive_tensor_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-05-18T06:22:23.9718270Z test_comprehensive_tensor_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:23.9752480Z test_comprehensive_tensor_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:23.9786690Z test_comprehensive_tensor_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:23.9820910Z test_comprehensive_tensor_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:23.9855140Z test_comprehensive_tensor_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:23.9903950Z test_comprehensive_tensordot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:24.0006040Z test_comprehensive_tensordot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:24.0110660Z test_comprehensive_tensordot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:24.0190170Z test_comprehensive_tensordot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:24.0268710Z test_comprehensive_tensordot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:24.0295360Z test_comprehensive_tensordot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:24.0314590Z test_comprehensive_tensordot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:24.0336860Z test_comprehensive_tensordot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:24.0359370Z test_comprehensive_tensordot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:24.0381660Z test_comprehensive_tensordot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:24.0525730Z test_comprehensive_tile_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:22:24.0594770Z test_comprehensive_tile_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:22:24.0757940Z test_comprehensive_tile_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:22:24.0919150Z test_comprehensive_tile_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:22:24.1065710Z test_comprehensive_tile_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:22:24.1211810Z test_comprehensive_tile_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:22:24.1358840Z test_comprehensive_tile_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:22:24.1432320Z test_comprehensive_tile_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:22:24.1504430Z test_comprehensive_tile_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:22:24.1577570Z test_comprehensive_tile_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:22:24.1649360Z test_comprehensive_tile_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:22:24.1724110Z test_comprehensive_tile_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:22:24.1746840Z test_comprehensive_to_sparse_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:24.1763640Z test_comprehensive_to_sparse_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:24.1783190Z test_comprehensive_to_sparse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:24.1802850Z test_comprehensive_to_sparse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:24.1821100Z test_comprehensive_to_sparse_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:24.1851010Z test_comprehensive_to_sparse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:24.1878460Z test_comprehensive_to_sparse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:24.1895880Z test_comprehensive_to_sparse_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:24.1912770Z test_comprehensive_to_sparse_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:24.1929860Z test_comprehensive_to_sparse_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:24.1946730Z test_comprehensive_to_sparse_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:24.1963810Z test_comprehensive_to_sparse_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:24.2046300Z test_comprehensive_topk_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:24.2127490Z test_comprehensive_topk_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:24.2209500Z test_comprehensive_topk_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:24.2238660Z test_comprehensive_topk_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:24.2265920Z test_comprehensive_topk_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:24.2293320Z test_comprehensive_topk_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:24.2320480Z test_comprehensive_topk_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:24.2348110Z test_comprehensive_topk_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:24.2393240Z test_comprehensive_trace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:24.2435890Z test_comprehensive_trace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:24.2467970Z test_comprehensive_trace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:24.2501780Z test_comprehensive_trace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:24.2523790Z test_comprehensive_trace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:24.2546540Z test_comprehensive_trace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:24.2567930Z test_comprehensive_trace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:24.2590100Z test_comprehensive_trace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:24.2611780Z test_comprehensive_trace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:24.2691650Z test_comprehensive_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:24.2778020Z test_comprehensive_transpose_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:24.3175590Z test_comprehensive_transpose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.040s) 2022-05-18T06:22:24.3585950Z test_comprehensive_transpose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-05-18T06:22:24.3666840Z test_comprehensive_transpose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:24.3933620Z test_comprehensive_transpose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:22:24.4197470Z test_comprehensive_transpose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:22:24.4287560Z test_comprehensive_transpose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:24.4376940Z test_comprehensive_transpose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:24.4462860Z test_comprehensive_transpose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:24.4550090Z test_comprehensive_transpose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:24.4639100Z test_comprehensive_transpose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:24.5095850Z test_comprehensive_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.046s) 2022-05-18T06:22:24.6625690Z test_comprehensive_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.153s) 2022-05-18T06:22:24.8249950Z test_comprehensive_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.162s) 2022-05-18T06:22:24.8709920Z test_comprehensive_trapezoid_cpu_float16 (__main__.TestDecompCPU) ... ok (0.046s) 2022-05-18T06:22:24.9841040Z test_comprehensive_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.113s) 2022-05-18T06:22:25.0983540Z test_comprehensive_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.114s) 2022-05-18T06:22:25.1260470Z test_comprehensive_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-05-18T06:22:25.1530840Z test_comprehensive_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:22:25.1792190Z test_comprehensive_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:22:25.2058570Z test_comprehensive_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:22:25.2326020Z test_comprehensive_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:22:25.2791330Z test_comprehensive_trapz_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.046s) 2022-05-18T06:22:25.4372200Z test_comprehensive_trapz_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.158s) 2022-05-18T06:22:25.6000460Z test_comprehensive_trapz_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.163s) 2022-05-18T06:22:25.6460860Z test_comprehensive_trapz_cpu_float16 (__main__.TestDecompCPU) ... ok (0.046s) 2022-05-18T06:22:25.7593420Z test_comprehensive_trapz_cpu_float32 (__main__.TestDecompCPU) ... ok (0.113s) 2022-05-18T06:22:25.8695510Z test_comprehensive_trapz_cpu_float64 (__main__.TestDecompCPU) ... ok (0.110s) 2022-05-18T06:22:25.8964080Z test_comprehensive_trapz_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:22:25.9229630Z test_comprehensive_trapz_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:22:25.9497780Z test_comprehensive_trapz_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:22:25.9772590Z test_comprehensive_trapz_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:22:26.0047460Z test_comprehensive_trapz_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:22:26.0516850Z test_comprehensive_triangular_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-05-18T06:22:26.0975880Z test_comprehensive_triangular_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-05-18T06:22:26.1335020Z test_comprehensive_triangular_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:22:26.1690170Z test_comprehensive_triangular_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-05-18T06:22:26.1729150Z test_comprehensive_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:26.1750500Z test_comprehensive_tril_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:26.1791560Z test_comprehensive_tril_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:26.1832110Z test_comprehensive_tril_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:26.1869820Z test_comprehensive_tril_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:26.1905610Z test_comprehensive_tril_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:26.1942100Z test_comprehensive_tril_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:26.1962910Z test_comprehensive_tril_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:26.1983720Z test_comprehensive_tril_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:26.2003280Z test_comprehensive_tril_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:26.2023670Z test_comprehensive_tril_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:26.2044110Z test_comprehensive_tril_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:26.2081280Z test_comprehensive_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:26.2101090Z test_comprehensive_triu_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:26.2141930Z test_comprehensive_triu_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:26.2183350Z test_comprehensive_triu_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:26.2220760Z test_comprehensive_triu_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:26.2259730Z test_comprehensive_triu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:26.2296830Z test_comprehensive_triu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:26.2316920Z test_comprehensive_triu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:26.2337160Z test_comprehensive_triu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:26.2357180Z test_comprehensive_triu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:26.2377200Z test_comprehensive_triu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:26.2397360Z test_comprehensive_triu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:26.2565080Z test_comprehensive_true_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-05-18T06:22:26.2598430Z test_comprehensive_true_divide_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:26.4795200Z test_comprehensive_true_divide_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.219s) 2022-05-18T06:22:26.6881530Z test_comprehensive_true_divide_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.209s) 2022-05-18T06:22:26.7044640Z test_comprehensive_true_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:22:26.8322230Z test_comprehensive_true_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.128s) 2022-05-18T06:22:26.9542980Z test_comprehensive_true_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.122s) 2022-05-18T06:22:26.9578260Z test_comprehensive_true_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:26.9610680Z test_comprehensive_true_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:26.9642380Z test_comprehensive_true_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:26.9674760Z test_comprehensive_true_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:26.9707410Z test_comprehensive_true_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:26.9727110Z test_comprehensive_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:26.9744660Z test_comprehensive_trunc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:26.9762110Z test_comprehensive_trunc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:26.9879950Z test_comprehensive_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:22:26.9912940Z test_comprehensive_unfold_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:27.0048370Z test_comprehensive_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:22:27.0182480Z test_comprehensive_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:22:27.0303500Z test_comprehensive_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:22:27.0419630Z test_comprehensive_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:22:27.0536530Z test_comprehensive_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:22:27.0571440Z test_comprehensive_unfold_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:27.0604880Z test_comprehensive_unfold_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:27.0638460Z test_comprehensive_unfold_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:27.0672110Z test_comprehensive_unfold_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:27.0705940Z test_comprehensive_unfold_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:27.1215940Z test_comprehensive_unique_consecutive_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.051s) 2022-05-18T06:22:27.1597160Z test_comprehensive_unique_consecutive_cpu_bool (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:22:27.2105570Z test_comprehensive_unique_consecutive_cpu_float32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-05-18T06:22:27.2616130Z test_comprehensive_unique_consecutive_cpu_float64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-05-18T06:22:27.3034310Z test_comprehensive_unique_consecutive_cpu_int16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-05-18T06:22:27.3445160Z test_comprehensive_unique_consecutive_cpu_int32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-05-18T06:22:27.3869370Z test_comprehensive_unique_consecutive_cpu_int64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-05-18T06:22:27.4288770Z test_comprehensive_unique_consecutive_cpu_int8 (__main__.TestDecompCPU) ... ok (0.042s) 2022-05-18T06:22:27.4707440Z test_comprehensive_unique_consecutive_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.042s) 2022-05-18T06:22:27.5492960Z test_comprehensive_unique_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-05-18T06:22:27.6142670Z test_comprehensive_unique_cpu_bool (__main__.TestDecompCPU) ... ok (0.065s) 2022-05-18T06:22:27.6927140Z test_comprehensive_unique_cpu_float32 (__main__.TestDecompCPU) ... ok (0.078s) 2022-05-18T06:22:27.7710530Z test_comprehensive_unique_cpu_float64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-05-18T06:22:27.8395040Z test_comprehensive_unique_cpu_int16 (__main__.TestDecompCPU) ... ok (0.068s) 2022-05-18T06:22:27.9085660Z test_comprehensive_unique_cpu_int32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-05-18T06:22:27.9882850Z test_comprehensive_unique_cpu_int64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-05-18T06:22:28.0685230Z test_comprehensive_unique_cpu_int8 (__main__.TestDecompCPU) ... ok (0.080s) 2022-05-18T06:22:28.1365970Z test_comprehensive_unique_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.068s) 2022-05-18T06:22:28.1416070Z test_comprehensive_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:28.1436950Z test_comprehensive_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.1489570Z test_comprehensive_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:28.1541960Z test_comprehensive_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:28.1589440Z test_comprehensive_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:28.1636840Z test_comprehensive_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:28.1684080Z test_comprehensive_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:28.1706400Z test_comprehensive_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.1726730Z test_comprehensive_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.1748300Z test_comprehensive_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.1768470Z test_comprehensive_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.1789770Z test_comprehensive_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.1997710Z test_comprehensive_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:22:28.3215250Z test_comprehensive_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.122s) 2022-05-18T06:22:28.4453550Z test_comprehensive_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.124s) 2022-05-18T06:22:28.4649900Z test_comprehensive_var_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:22:28.5439110Z test_comprehensive_var_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-05-18T06:22:28.6213010Z test_comprehensive_var_cpu_float64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-05-18T06:22:28.6514450Z test_comprehensive_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:22:28.6551170Z test_comprehensive_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:28.6585960Z test_comprehensive_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:28.6878860Z test_comprehensive_var_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-05-18T06:22:28.7552420Z test_comprehensive_var_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-05-18T06:22:28.8221770Z test_comprehensive_var_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-05-18T06:22:28.8254000Z test_comprehensive_vdot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:28.8372060Z test_comprehensive_vdot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:22:28.8491050Z test_comprehensive_vdot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:22:28.8538420Z test_comprehensive_vdot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:28.8585190Z test_comprehensive_vdot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:28.8599280Z test_comprehensive_vdot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:22:28.8613390Z test_comprehensive_vdot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:22:28.8627690Z test_comprehensive_vdot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:22:28.8641770Z test_comprehensive_vdot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:22:28.8656040Z test_comprehensive_vdot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:22:28.8673110Z test_comprehensive_view_as_complex_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.8695410Z test_comprehensive_view_as_complex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.8706800Z test_comprehensive_view_as_complex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.8738330Z test_comprehensive_view_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:28.8756090Z test_comprehensive_view_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.8788760Z test_comprehensive_view_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:28.8815450Z test_comprehensive_view_as_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:28.8848810Z test_comprehensive_view_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:28.8878370Z test_comprehensive_view_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:28.8907690Z test_comprehensive_view_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:28.8937190Z test_comprehensive_view_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:28.8955550Z test_comprehensive_view_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.8974020Z test_comprehensive_view_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.8991830Z test_comprehensive_view_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.9010470Z test_comprehensive_view_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.9028910Z test_comprehensive_view_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.9051660Z test_comprehensive_view_as_real_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.9074040Z test_comprehensive_view_as_real_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.9120630Z test_comprehensive_view_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:28.9143650Z test_comprehensive_view_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.9195310Z test_comprehensive_view_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:28.9226490Z test_comprehensive_view_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:28.9277160Z test_comprehensive_view_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:28.9323610Z test_comprehensive_view_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:28.9369770Z test_comprehensive_view_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:28.9415630Z test_comprehensive_view_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:28.9438670Z test_comprehensive_view_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.9461800Z test_comprehensive_view_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.9484500Z test_comprehensive_view_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.9507580Z test_comprehensive_view_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.9530540Z test_comprehensive_view_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.9580060Z test_comprehensive_vsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:28.9596920Z test_comprehensive_vsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.9754900Z test_comprehensive_vsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:22:28.9774750Z test_comprehensive_vsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:28.9936720Z test_comprehensive_vsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:22:28.9985370Z test_comprehensive_vsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:29.0104010Z test_comprehensive_vsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:22:29.0216810Z test_comprehensive_vsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:22:29.0234270Z test_comprehensive_vsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:29.0251450Z test_comprehensive_vsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:29.0268190Z test_comprehensive_vsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:29.0285150Z test_comprehensive_vsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:29.0303390Z test_comprehensive_vsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:29.0325210Z test_comprehensive_vstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:29.0339790Z test_comprehensive_vstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:22:29.0363110Z test_comprehensive_vstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:29.0381600Z test_comprehensive_vstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:29.0405160Z test_comprehensive_vstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:29.0427720Z test_comprehensive_vstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:29.0447400Z test_comprehensive_vstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:29.0468300Z test_comprehensive_vstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:29.0482900Z test_comprehensive_vstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:22:29.0497920Z test_comprehensive_vstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:22:29.0512970Z test_comprehensive_vstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:22:29.0527590Z test_comprehensive_vstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:22:29.0542690Z test_comprehensive_vstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-05-18T06:22:29.0676250Z test_comprehensive_where_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:22:29.0871510Z test_comprehensive_where_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-05-18T06:22:29.3479620Z test_comprehensive_where_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.261s) 2022-05-18T06:22:29.6744470Z test_comprehensive_where_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.326s) 2022-05-18T06:22:29.6878060Z test_comprehensive_where_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:22:29.8386000Z test_comprehensive_where_cpu_float32 (__main__.TestDecompCPU) ... ok (0.151s) 2022-05-18T06:22:29.9887150Z test_comprehensive_where_cpu_float64 (__main__.TestDecompCPU) ... ok (0.150s) 2022-05-18T06:22:30.0095080Z test_comprehensive_where_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:22:30.0297770Z test_comprehensive_where_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:22:30.0496150Z test_comprehensive_where_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:22:30.0698070Z test_comprehensive_where_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:22:30.0896990Z test_comprehensive_where_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:22:30.1669770Z test_comprehensive_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.077s) 2022-05-18T06:22:30.1898910Z test_comprehensive_xlogy_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:30.2682580Z test_comprehensive_xlogy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-05-18T06:22:30.6202640Z test_comprehensive_xlogy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.352s) 2022-05-18T06:22:30.9689450Z test_comprehensive_xlogy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.349s) 2022-05-18T06:22:30.9924190Z test_comprehensive_xlogy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:31.0164820Z test_comprehensive_xlogy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:31.0408630Z test_comprehensive_xlogy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:31.0647510Z test_comprehensive_xlogy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:31.0880190Z test_comprehensive_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:31.0910210Z test_comprehensive_zero__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:31.0927650Z test_comprehensive_zero__cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:31.0957410Z test_comprehensive_zero__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:31.0987060Z test_comprehensive_zero__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:31.1014980Z test_comprehensive_zero__cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:31.1042610Z test_comprehensive_zero__cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:31.1070520Z test_comprehensive_zero__cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:31.1088150Z test_comprehensive_zero__cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:31.1106370Z test_comprehensive_zero__cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:31.1123840Z test_comprehensive_zero__cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:31.1141260Z test_comprehensive_zero__cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:31.1158950Z test_comprehensive_zero__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:31.1182800Z test_comprehensive_zeros_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:31.1202250Z test_comprehensive_zeros_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:31.1230120Z test_comprehensive_zeros_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:31.1257060Z test_comprehensive_zeros_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:31.1280720Z test_comprehensive_zeros_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:31.1307190Z test_comprehensive_zeros_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:31.1331110Z test_comprehensive_zeros_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:31.1351010Z test_comprehensive_zeros_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:31.1370840Z test_comprehensive_zeros_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:31.1391340Z test_comprehensive_zeros_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:31.1411090Z test_comprehensive_zeros_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:31.1430970Z test_comprehensive_zeros_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:31.1452520Z test_quick_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:31.1592340Z test_quick_abs_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:22:31.1746340Z test_quick_abs_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:22:31.1901410Z test_quick_abs_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:22:31.1923000Z test_quick_abs_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:31.2018220Z test_quick_abs_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:31.2103890Z test_quick_abs_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:31.2161550Z test_quick_abs_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:31.2216350Z test_quick_abs_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:31.2277460Z test_quick_abs_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:31.2325640Z test_quick_abs_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:31.2379510Z test_quick_abs_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:31.2411370Z test_quick_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:31.2450010Z test_quick_acos_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:31.2510030Z test_quick_acos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:31.2572980Z test_quick_acos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:31.2620410Z test_quick_acos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:31.2666370Z test_quick_acos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:31.2704900Z test_quick_acos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:31.2741590Z test_quick_acos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:31.2778340Z test_quick_acos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:31.2815510Z test_quick_acos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:31.2852800Z test_quick_acos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:31.2884350Z test_quick_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:31.2920080Z test_quick_acosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:31.2980400Z test_quick_acosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:31.3039780Z test_quick_acosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:31.3086250Z test_quick_acosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:31.3132020Z test_quick_acosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:31.3170100Z test_quick_acosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:31.3206500Z test_quick_acosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:31.3242280Z test_quick_acosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:31.3278470Z test_quick_acosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:31.3314760Z test_quick_acosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:31.3438720Z test_quick_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:22:31.4031070Z test_quick_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.059s) 2022-05-18T06:22:31.4650920Z test_quick_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-05-18T06:22:31.5031560Z test_quick_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:22:31.5415080Z test_quick_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:22:31.5540130Z test_quick_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:22:31.6139140Z test_quick_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.060s) 2022-05-18T06:22:31.6760550Z test_quick_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-05-18T06:22:31.7149890Z test_quick_addcmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-05-18T06:22:31.7530420Z test_quick_addcmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:22:31.7754060Z test_quick_addcmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:31.7973650Z test_quick_addcmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:31.8187060Z test_quick_addcmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:22:31.8406420Z test_quick_addcmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:31.8625990Z test_quick_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:31.8667190Z test_quick_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:31.8889000Z test_quick_addmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:31.9115870Z test_quick_addmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:31.9206690Z test_quick_addmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:31.9296090Z test_quick_addmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:31.9348650Z test_quick_addmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:31.9400550Z test_quick_addmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:31.9451040Z test_quick_addmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:31.9502150Z test_quick_addmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:31.9555300Z test_quick_addmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:31.9594180Z test_quick_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:31.9810760Z test_quick_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:32.0033660Z test_quick_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:32.0124060Z test_quick_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:32.0210410Z test_quick_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:32.0259390Z test_quick_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:32.0315790Z test_quick_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:32.0367230Z test_quick_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:32.0418540Z test_quick_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:32.0468850Z test_quick_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:32.0489300Z test_quick_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:32.0540950Z test_quick_asin_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:32.0681140Z test_quick_asin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:22:32.0837210Z test_quick_asin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:22:32.0929790Z test_quick_asin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:32.1010100Z test_quick_asin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:32.1065260Z test_quick_asin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:32.1118170Z test_quick_asin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:32.1172160Z test_quick_asin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:32.1225700Z test_quick_asin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:32.1279280Z test_quick_asin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:32.1380780Z test_quick_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:32.1624180Z test_quick_atan2_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:32.2001120Z test_quick_atan2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:22:32.2359520Z test_quick_atan2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:22:32.2605610Z test_quick_atan2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:22:32.2858210Z test_quick_atan2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:22:32.3108190Z test_quick_atan2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:22:32.3359230Z test_quick_atan2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:22:32.3606540Z test_quick_atan2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:22:32.3628750Z test_quick_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:32.3684270Z test_quick_atan_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:32.3837300Z test_quick_atan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:22:32.4002390Z test_quick_atan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:22:32.4097520Z test_quick_atan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:32.4179070Z test_quick_atan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:32.4236440Z test_quick_atan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:32.4293810Z test_quick_atan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:32.4349740Z test_quick_atan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:32.4404530Z test_quick_atan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:32.4461390Z test_quick_atan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:32.4689920Z test_quick_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:32.4918240Z test_quick_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:32.5153540Z test_quick_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:32.5384740Z test_quick_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:32.5613760Z test_quick_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:32.5840800Z test_quick_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:32.6073510Z test_quick_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:32.6310540Z test_quick_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:32.6553070Z test_quick_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:32.6787280Z test_quick_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:32.7013580Z test_quick_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:32.7234570Z test_quick_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:32.7467130Z test_quick_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:32.7702920Z test_quick_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:32.7935790Z test_quick_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:32.8170620Z test_quick_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:32.8402600Z test_quick_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:32.8635450Z test_quick_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:32.8870440Z test_quick_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:32.9100510Z test_quick_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:32.9335960Z test_quick_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:32.9567510Z test_quick_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:32.9794280Z test_quick_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:33.0027160Z test_quick_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:33.0266620Z test_quick_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:33.0507340Z test_quick_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:33.0741920Z test_quick_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:33.0975020Z test_quick_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:33.0995690Z test_quick_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:33.1089590Z test_quick_ceil_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:33.1171170Z test_quick_ceil_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:33.1203530Z test_quick_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:33.1239550Z test_quick_cos_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.1298920Z test_quick_cos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:33.1359460Z test_quick_cos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:33.1405920Z test_quick_cos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:33.1451470Z test_quick_cos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.1488310Z test_quick_cos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.1524880Z test_quick_cos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.1560810Z test_quick_cos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.1596620Z test_quick_cos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.1633200Z test_quick_cos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.1664240Z test_quick_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:33.1701530Z test_quick_cosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.1758720Z test_quick_cosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:33.1817820Z test_quick_cosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:33.1863110Z test_quick_cosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.1911590Z test_quick_cosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:33.1946730Z test_quick_cosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.1983220Z test_quick_cosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.2019100Z test_quick_cosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.2055370Z test_quick_cosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.2091360Z test_quick_cosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.2218150Z test_quick_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:22:33.2233830Z test_quick_diagonal_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T06:22:33.2606030Z test_quick_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:22:33.2623950Z test_quick_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T06:22:33.2995830Z test_quick_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:22:33.3121970Z test_quick_diagonal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:22:33.3384960Z test_quick_diagonal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:22:33.3636520Z test_quick_diagonal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:22:33.3650100Z test_quick_diagonal_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T06:22:33.3663160Z test_quick_diagonal_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T06:22:33.3676070Z test_quick_diagonal_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T06:22:33.3689500Z test_quick_diagonal_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T06:22:33.3702450Z test_quick_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T06:22:33.3731430Z test_quick_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:33.3765930Z test_quick_digamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:33.3814460Z test_quick_digamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:33.3862190Z test_quick_digamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:33.3898540Z test_quick_digamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.3936210Z test_quick_digamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.3973240Z test_quick_digamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.4009820Z test_quick_digamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.4046350Z test_quick_digamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.4288450Z test_quick_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:33.4535480Z test_quick_eq_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:22:33.5166360Z test_quick_eq_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-05-18T06:22:33.5803940Z test_quick_eq_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-05-18T06:22:33.6047750Z test_quick_eq_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:33.6431850Z test_quick_eq_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:22:33.6799530Z test_quick_eq_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:22:33.7042240Z test_quick_eq_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:33.7290560Z test_quick_eq_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:22:33.7538580Z test_quick_eq_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:22:33.7786920Z test_quick_eq_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:22:33.8029090Z test_quick_eq_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:33.8051000Z test_quick_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:33.8103220Z test_quick_erf_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:33.8192660Z test_quick_erf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:33.8270460Z test_quick_erf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:33.8323820Z test_quick_erf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:33.8378410Z test_quick_erf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:33.8431340Z test_quick_erf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:33.8485330Z test_quick_erf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:33.8540130Z test_quick_erf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:33.8571250Z test_quick_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:33.8607320Z test_quick_erfc_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.8653450Z test_quick_erfc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:33.8699210Z test_quick_erfc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.8735700Z test_quick_erfc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.8772380Z test_quick_erfc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.8809080Z test_quick_erfc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.8845300Z test_quick_erfc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.8881510Z test_quick_erfc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.8902230Z test_quick_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:33.8954310Z test_quick_erfinv_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:33.9045310Z test_quick_erfinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:33.9122020Z test_quick_erfinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:33.9174830Z test_quick_erfinv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:33.9228310Z test_quick_erfinv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:33.9281550Z test_quick_erfinv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:33.9334810Z test_quick_erfinv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:33.9387190Z test_quick_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:33.9417010Z test_quick_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:33.9452150Z test_quick_exp_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:33.9509350Z test_quick_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:33.9567070Z test_quick_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:33.9612320Z test_quick_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.9657090Z test_quick_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.9693630Z test_quick_exp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.9730820Z test_quick_exp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.9766450Z test_quick_exp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.9803570Z test_quick_exp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.9840400Z test_quick_exp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:33.9860590Z test_quick_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:33.9913210Z test_quick_expm1_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:34.0004340Z test_quick_expm1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:34.0087510Z test_quick_expm1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:34.0143490Z test_quick_expm1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:34.0198880Z test_quick_expm1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:34.0254590Z test_quick_expm1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:34.0310960Z test_quick_expm1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:34.0364870Z test_quick_expm1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:34.0431000Z test_quick_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:34.0649790Z test_quick_flip_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:34.1187060Z test_quick_flip_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.054s) 2022-05-18T06:22:34.1749150Z test_quick_flip_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-05-18T06:22:34.1820880Z test_quick_flip_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:22:34.2160700Z test_quick_flip_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-05-18T06:22:34.2496150Z test_quick_flip_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-05-18T06:22:34.2729520Z test_quick_flip_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:34.2958680Z test_quick_flip_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:34.3183560Z test_quick_flip_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:34.3410830Z test_quick_flip_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:34.3636510Z test_quick_flip_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:34.3657900Z test_quick_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:34.3751980Z test_quick_floor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:34.3839190Z test_quick_floor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:34.4070170Z test_quick_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:34.4299650Z test_quick_ge_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:34.4531470Z test_quick_ge_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:34.4898820Z test_quick_ge_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:22:34.5255180Z test_quick_ge_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:22:34.5487140Z test_quick_ge_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:34.5719510Z test_quick_ge_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:34.5950590Z test_quick_ge_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:34.6183890Z test_quick_ge_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:34.6417400Z test_quick_ge_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:34.6640690Z test_quick_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:34.6864920Z test_quick_gt_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:34.7089340Z test_quick_gt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:34.7454850Z test_quick_gt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:22:34.7808170Z test_quick_gt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-05-18T06:22:34.8040600Z test_quick_gt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:34.8271920Z test_quick_gt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:34.8498620Z test_quick_gt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:34.8728560Z test_quick_gt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:34.8960030Z test_quick_gt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:34.9052820Z test_quick_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:34.9141680Z test_quick_igamma_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:34.9501760Z test_quick_igamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:22:34.9853110Z test_quick_igamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-05-18T06:22:34.9943000Z test_quick_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:35.0033800Z test_quick_igammac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:35.0413920Z test_quick_igammac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:22:35.0774600Z test_quick_igammac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:22:35.0823650Z test_quick_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:35.0873920Z test_quick_isnan_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:35.1010890Z test_quick_isnan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:22:35.1161370Z test_quick_isnan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:22:35.1217650Z test_quick_isnan_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:35.1309450Z test_quick_isnan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:35.1389330Z test_quick_isnan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:35.1442820Z test_quick_isnan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:35.1495260Z test_quick_isnan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:35.1547330Z test_quick_isnan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:35.1600180Z test_quick_isnan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:35.1651710Z test_quick_isnan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:35.1870790Z test_quick_le_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:35.2095480Z test_quick_le_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:35.2322140Z test_quick_le_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:35.2691330Z test_quick_le_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:22:35.3054720Z test_quick_le_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:22:35.3291870Z test_quick_le_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:35.3530800Z test_quick_le_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:35.3767130Z test_quick_le_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:35.4006830Z test_quick_le_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:35.4258200Z test_quick_le_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:22:35.4290850Z test_quick_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:35.4330750Z test_quick_lgamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:35.4382410Z test_quick_lgamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:35.4429780Z test_quick_lgamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:35.4468220Z test_quick_lgamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:35.4505470Z test_quick_lgamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:35.4543040Z test_quick_lgamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:35.4582130Z test_quick_lgamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:35.4620030Z test_quick_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:35.4640270Z test_quick_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:35.4695340Z test_quick_log1p_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:35.4778570Z test_quick_log1p_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:35.4863870Z test_quick_log1p_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:35.4921000Z test_quick_log1p_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:35.4977620Z test_quick_log1p_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:35.5040110Z test_quick_log1p_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:35.5097890Z test_quick_log1p_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:35.5154510Z test_quick_log1p_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:35.5186080Z test_quick_log_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:35.5223740Z test_quick_log_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:35.5284460Z test_quick_log_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:35.5346390Z test_quick_log_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:35.5393200Z test_quick_log_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:35.5439270Z test_quick_log_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:35.5477550Z test_quick_log_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:35.5516920Z test_quick_log_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:35.5554760Z test_quick_log_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:35.5592310Z test_quick_log_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:35.5628890Z test_quick_log_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:35.5712880Z test_quick_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:35.6084390Z test_quick_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:22:35.6448330Z test_quick_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:22:35.6730130Z test_quick_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-05-18T06:22:35.6979110Z test_quick_logical_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:22:35.7645800Z test_quick_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.067s) 2022-05-18T06:22:35.8315180Z test_quick_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-05-18T06:22:35.8609910Z test_quick_logical_and_cpu_float16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-05-18T06:22:35.9028050Z test_quick_logical_and_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-05-18T06:22:35.9428280Z test_quick_logical_and_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-05-18T06:22:35.9744630Z test_quick_logical_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-05-18T06:22:36.0043160Z test_quick_logical_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-05-18T06:22:36.0330180Z test_quick_logical_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-05-18T06:22:36.0623940Z test_quick_logical_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-05-18T06:22:36.0914890Z test_quick_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-05-18T06:22:36.0951750Z test_quick_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:36.0983150Z test_quick_logical_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:36.1037670Z test_quick_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:36.1092770Z test_quick_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:36.1129400Z test_quick_logical_not_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:36.1169560Z test_quick_logical_not_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:36.1210260Z test_quick_logical_not_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:36.1243120Z test_quick_logical_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:36.1274650Z test_quick_logical_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:36.1310380Z test_quick_logical_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:36.1345780Z test_quick_logical_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:36.1380240Z test_quick_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:36.1653410Z test_quick_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:22:36.1902480Z test_quick_logical_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:22:36.2565540Z test_quick_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.066s) 2022-05-18T06:22:36.3245120Z test_quick_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-05-18T06:22:36.3531640Z test_quick_logical_or_cpu_float16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-05-18T06:22:36.3958230Z test_quick_logical_or_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-05-18T06:22:36.4362160Z test_quick_logical_or_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-05-18T06:22:36.4648830Z test_quick_logical_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-05-18T06:22:36.4940670Z test_quick_logical_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-05-18T06:22:36.5233080Z test_quick_logical_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-05-18T06:22:36.5533320Z test_quick_logical_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-05-18T06:22:36.5815540Z test_quick_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-05-18T06:22:36.6020090Z test_quick_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:22:36.6229260Z test_quick_logical_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:22:36.6803200Z test_quick_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-05-18T06:22:36.7383910Z test_quick_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-05-18T06:22:36.7593810Z test_quick_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:22:36.7943530Z test_quick_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-05-18T06:22:36.8289340Z test_quick_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-05-18T06:22:36.8499140Z test_quick_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:36.8715440Z test_quick_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:22:36.8938390Z test_quick_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:36.9151800Z test_quick_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:22:36.9357320Z test_quick_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:22:36.9418850Z test_quick_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:36.9492400Z test_quick_logit_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:22:36.9759170Z test_quick_logit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:22:37.0017650Z test_quick_logit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:22:37.0090810Z test_quick_logit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:22:37.0162410Z test_quick_logit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:22:37.0234330Z test_quick_logit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:22:37.0307990Z test_quick_logit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:22:37.0380250Z test_quick_logit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:22:37.0424290Z test_quick_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:37.0479440Z test_quick_logsumexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:37.0684520Z test_quick_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:22:37.0884700Z test_quick_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:22:37.0941160Z test_quick_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:37.0997500Z test_quick_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:37.1053230Z test_quick_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:37.1109440Z test_quick_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:37.1166330Z test_quick_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:37.1389650Z test_quick_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:37.1614710Z test_quick_lt_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:37.1843370Z test_quick_lt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:37.2213540Z test_quick_lt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:22:37.2573930Z test_quick_lt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:22:37.2810700Z test_quick_lt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:37.3048860Z test_quick_lt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:37.3282620Z test_quick_lt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:37.3515230Z test_quick_lt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:37.3747980Z test_quick_lt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:37.3810170Z test_quick_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:37.3917850Z test_quick_masked_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:22:37.4151770Z test_quick_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:37.4400630Z test_quick_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:22:37.4463370Z test_quick_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:37.4627810Z test_quick_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:22:37.4786580Z test_quick_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:22:37.4890830Z test_quick_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:37.4995270Z test_quick_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:37.5100330Z test_quick_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:37.5205980Z test_quick_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:37.5312090Z test_quick_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:37.5401460Z test_quick_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:37.5625010Z test_quick_maximum_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:37.5710240Z test_quick_maximum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:37.6093060Z test_quick_maximum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-05-18T06:22:37.6478290Z test_quick_maximum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-05-18T06:22:37.6709130Z test_quick_maximum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:37.6936070Z test_quick_maximum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:37.7164100Z test_quick_maximum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:37.7392230Z test_quick_maximum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:37.7620980Z test_quick_maximum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:37.7705520Z test_quick_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:37.7931950Z test_quick_minimum_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:37.8018870Z test_quick_minimum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:37.8392950Z test_quick_minimum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:22:37.8748460Z test_quick_minimum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-05-18T06:22:37.8981800Z test_quick_minimum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:37.9212630Z test_quick_minimum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:37.9443730Z test_quick_minimum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:37.9676260Z test_quick_minimum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:37.9906880Z test_quick_minimum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:38.0001160Z test_quick_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:38.0227010Z test_quick_mul_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:38.0937130Z test_quick_mul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.071s) 2022-05-18T06:22:38.1657700Z test_quick_mul_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.072s) 2022-05-18T06:22:38.2262720Z test_quick_mul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-05-18T06:22:38.2357070Z test_quick_mul_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:38.2729390Z test_quick_mul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:22:38.3092610Z test_quick_mul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:22:38.3327740Z test_quick_mul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:38.3560390Z test_quick_mul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:38.3790540Z test_quick_mul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:38.4021390Z test_quick_mul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:38.4251770Z test_quick_mul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:38.4471760Z test_quick_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:38.4697770Z test_quick_ne_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:38.5279510Z test_quick_ne_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.058s) 2022-05-18T06:22:38.5870510Z test_quick_ne_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-05-18T06:22:38.6095560Z test_quick_ne_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:38.6464790Z test_quick_ne_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:22:38.6825440Z test_quick_ne_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:22:38.7063150Z test_quick_ne_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:38.7301950Z test_quick_ne_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:38.7542570Z test_quick_ne_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:38.7784200Z test_quick_ne_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:38.8018220Z test_quick_ne_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:38.8040380Z test_quick_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:38.8182350Z test_quick_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:22:38.8344620Z test_quick_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:22:38.8508740Z test_quick_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:22:38.8531210Z test_quick_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:38.8629600Z test_quick_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:38.8716450Z test_quick_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:38.8774480Z test_quick_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:38.8831260Z test_quick_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:38.8887090Z test_quick_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:38.8944000Z test_quick_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:38.8998490Z test_quick_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:38.9078720Z test_quick_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:38.9466140Z test_quick_nextafter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-05-18T06:22:38.9839420Z test_quick_nextafter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:22:39.0818900Z test_quick_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.098s) 2022-05-18T06:22:39.1764140Z test_quick_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-05-18T06:22:39.1817560Z test_quick_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:39.1916840Z test_quick_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:39.2013240Z test_quick_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:39.2060610Z test_quick_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:39.2105580Z test_quick_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:39.2265260Z test_quick_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:22:39.2422560Z test_quick_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:22:39.2542290Z test_quick_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:22:39.3263570Z test_quick_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.072s) 2022-05-18T06:22:39.3912440Z test_quick_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-05-18T06:22:39.4001000Z test_quick_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:39.4477500Z test_quick_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-05-18T06:22:39.4954200Z test_quick_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-05-18T06:22:39.5003220Z test_quick_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:39.5109820Z test_quick_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:39.5205900Z test_quick_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:39.5268090Z test_quick_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:39.5596180Z test_quick_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-05-18T06:22:39.5926680Z test_quick_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-05-18T06:22:39.5988700Z test_quick_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:39.6721780Z test_quick_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-05-18T06:22:39.7434820Z test_quick_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-05-18T06:22:39.7605510Z test_quick_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-05-18T06:22:39.7778090Z test_quick_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-05-18T06:22:39.7944650Z test_quick_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:22:39.8112340Z test_quick_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-05-18T06:22:39.8312560Z test_quick_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:22:39.8511990Z test_quick_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:22:39.9679260Z test_quick_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.117s) 2022-05-18T06:22:40.0818830Z test_quick_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.114s) 2022-05-18T06:22:40.0938760Z test_quick_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:22:40.0960520Z test_quick_nn_functional_l1_loss_cpu_complex128 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T06:22:40.0977650Z test_quick_nn_functional_l1_loss_cpu_complex64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T06:22:40.1094970Z test_quick_nn_functional_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:22:40.1653110Z test_quick_nn_functional_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-05-18T06:22:40.2177530Z test_quick_nn_functional_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-05-18T06:22:40.2289820Z test_quick_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:22:40.2986100Z test_quick_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-05-18T06:22:40.3678250Z test_quick_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-05-18T06:22:40.3732960Z test_quick_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:40.3879340Z test_quick_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:22:40.4028590Z test_quick_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:22:40.4106090Z test_quick_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:40.4180050Z test_quick_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:22:40.4199870Z test_quick_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T06:22:40.4804180Z test_quick_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-05-18T06:22:40.5365250Z test_quick_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-05-18T06:22:40.5589050Z test_quick_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:40.7494760Z test_quick_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.190s) 2022-05-18T06:22:40.9405810Z test_quick_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.191s) 2022-05-18T06:22:40.9465570Z test_quick_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:40.9565400Z test_quick_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:40.9663220Z test_quick_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:40.9710100Z test_quick_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:40.9806030Z test_quick_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:40.9911790Z test_quick_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:22:40.9957760Z test_quick_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:41.0037260Z test_quick_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:41.0114680Z test_quick_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:41.0195540Z test_quick_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:41.0695510Z test_quick_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-05-18T06:22:41.1170250Z test_quick_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-05-18T06:22:41.1226360Z test_quick_nn_functional_threshold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:41.1393110Z test_quick_nn_functional_threshold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:22:41.1548770Z test_quick_nn_functional_threshold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:22:41.1568210Z test_quick_nn_functional_threshold_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T06:22:41.1585110Z test_quick_nn_functional_threshold_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T06:22:41.1602400Z test_quick_nn_functional_threshold_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T06:22:41.1619860Z test_quick_nn_functional_threshold_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T06:22:41.1637210Z test_quick_nn_functional_threshold_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T06:22:41.3997400Z test_quick_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.236s) 2022-05-18T06:22:42.9879130Z test_quick_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.588s) 2022-05-18T06:22:44.5974640Z test_quick_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.609s) 2022-05-18T06:22:44.8270350Z test_quick_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.229s) 2022-05-18T06:22:45.7800320Z test_quick_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.953s) 2022-05-18T06:22:46.7232090Z test_quick_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.943s) 2022-05-18T06:22:46.7324850Z test_quick_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:46.7938400Z test_quick_pow_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-05-18T06:22:46.8553560Z test_quick_pow_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-05-18T06:22:46.8636910Z test_quick_pow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:46.9024800Z test_quick_pow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-05-18T06:22:46.9400380Z test_quick_pow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:22:46.9640500Z test_quick_pow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:46.9881450Z test_quick_pow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:47.0122900Z test_quick_pow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:47.0365230Z test_quick_pow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:47.0600090Z test_quick_pow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:47.0631600Z test_quick_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:47.0666330Z test_quick_reciprocal_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:47.0724890Z test_quick_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:47.0784590Z test_quick_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:47.0814930Z test_quick_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:47.0861680Z test_quick_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:47.0907700Z test_quick_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:47.0944520Z test_quick_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:47.0980440Z test_quick_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:47.1016490Z test_quick_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:47.1052860Z test_quick_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:47.1089290Z test_quick_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:47.1124680Z test_quick_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:47.1224340Z test_quick_rot90_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:47.1473560Z test_quick_rot90_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:22:47.1726340Z test_quick_rot90_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:22:47.1762160Z test_quick_rot90_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:47.1915200Z test_quick_rot90_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:22:47.2065020Z test_quick_rot90_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:22:47.2165750Z test_quick_rot90_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:47.2265840Z test_quick_rot90_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:47.2364710Z test_quick_rot90_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:47.2462860Z test_quick_rot90_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:47.2563500Z test_quick_rot90_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:47.2638740Z test_quick_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-05-18T06:22:47.3299220Z test_quick_rsub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.066s) 2022-05-18T06:22:47.3970270Z test_quick_rsub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-05-18T06:22:47.4050420Z test_quick_rsub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:47.4454330Z test_quick_rsub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-05-18T06:22:47.4842880Z test_quick_rsub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-05-18T06:22:47.5081530Z test_quick_rsub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:47.5319090Z test_quick_rsub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:47.5554330Z test_quick_rsub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:47.5792840Z test_quick_rsub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:47.6027890Z test_quick_rsub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:47.6080560Z test_quick_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:47.6095050Z test_quick_select_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T06:22:47.6228760Z test_quick_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-05-18T06:22:47.6376920Z test_quick_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:22:47.6435920Z test_quick_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:47.6535290Z test_quick_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:47.6631460Z test_quick_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:47.6646470Z test_quick_select_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T06:22:47.6659550Z test_quick_select_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T06:22:47.6672580Z test_quick_select_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T06:22:47.6685870Z test_quick_select_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T06:22:47.6699510Z test_quick_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T06:22:47.6734670Z test_quick_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:47.6748660Z test_quick_sigmoid_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T06:22:47.6834050Z test_quick_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:47.6920890Z test_quick_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:47.6984430Z test_quick_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:47.7049910Z test_quick_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:47.7064720Z test_quick_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T06:22:47.7078150Z test_quick_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T06:22:47.7091170Z test_quick_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T06:22:47.7104900Z test_quick_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T06:22:47.7117750Z test_quick_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T06:22:47.7138150Z test_quick_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:47.7188900Z test_quick_sign_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:47.7207710Z test_quick_sign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:47.7298550Z test_quick_sign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:47.7377920Z test_quick_sign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:47.7431690Z test_quick_sign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:47.7484610Z test_quick_sign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:47.7537690Z test_quick_sign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:47.7599790Z test_quick_sign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:47.7653750Z test_quick_sign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:47.7673940Z test_quick_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:47.7726480Z test_quick_sin_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:47.7866690Z test_quick_sin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:22:47.8020850Z test_quick_sin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:22:47.8114450Z test_quick_sin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:47.8198110Z test_quick_sin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:47.8253630Z test_quick_sin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:47.8308550Z test_quick_sin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:47.8362830Z test_quick_sin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:47.8416590Z test_quick_sin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:47.8470060Z test_quick_sin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:47.8489880Z test_quick_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:47.8542040Z test_quick_sinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:47.8682950Z test_quick_sinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:22:47.8840210Z test_quick_sinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:22:47.8933610Z test_quick_sinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:47.9014300Z test_quick_sinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:47.9069020Z test_quick_sinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:47.9122820Z test_quick_sinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:47.9177610Z test_quick_sinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:47.9232570Z test_quick_sinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:47.9288980Z test_quick_sinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:47.9371070Z test_quick_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:47.9745060Z test_quick_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:22:48.0109290Z test_quick_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-05-18T06:22:48.0135370Z test_quick_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:48.0164530Z test_quick_special_i0e_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:48.0202260Z test_quick_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:48.0238880Z test_quick_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:48.0267510Z test_quick_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:48.0297470Z test_quick_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:48.0325810Z test_quick_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:48.0354270Z test_quick_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:48.0382380Z test_quick_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:48.0409970Z test_quick_special_i1e_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:48.0459310Z test_quick_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:48.0507460Z test_quick_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:48.0536360Z test_quick_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:48.0564780Z test_quick_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:48.0592970Z test_quick_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:48.0621020Z test_quick_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:48.0648730Z test_quick_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:48.0674440Z test_quick_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:48.0766490Z test_quick_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:48.1003340Z test_quick_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:48.1255460Z test_quick_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:22:48.1281280Z test_quick_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:48.1442670Z test_quick_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:22:48.1605060Z test_quick_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:22:48.1752750Z test_quick_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:22:48.1859650Z test_quick_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:22:48.1967030Z test_quick_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:22:48.2135040Z test_quick_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-05-18T06:22:48.2249380Z test_quick_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-05-18T06:22:48.2338530Z test_quick_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:48.2617130Z test_quick_split_list_args_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:22:48.3131800Z test_quick_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.051s) 2022-05-18T06:22:48.3653330Z test_quick_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-05-18T06:22:48.3689730Z test_quick_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:48.4007010Z test_quick_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-05-18T06:22:48.4306340Z test_quick_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:22:48.4502370Z test_quick_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-05-18T06:22:48.4696450Z test_quick_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-05-18T06:22:48.4889690Z test_quick_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-05-18T06:22:48.5087960Z test_quick_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-05-18T06:22:48.5280690Z test_quick_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-05-18T06:22:48.5323480Z test_quick_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:48.5568940Z test_quick_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:48.6232500Z test_quick_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.066s) 2022-05-18T06:22:48.6910590Z test_quick_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-05-18T06:22:48.6954240Z test_quick_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:48.7365740Z test_quick_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-05-18T06:22:48.7757160Z test_quick_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-05-18T06:22:48.8013110Z test_quick_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:22:48.8267360Z test_quick_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:22:48.8518360Z test_quick_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:22:48.8771960Z test_quick_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:22:48.9033070Z test_quick_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-05-18T06:22:48.9054990Z test_quick_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:48.9110000Z test_quick_sqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:48.9250290Z test_quick_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:22:48.9406200Z test_quick_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:22:48.9498720Z test_quick_sqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:48.9576940Z test_quick_sqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:48.9631290Z test_quick_sqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:48.9684190Z test_quick_sqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:48.9737590Z test_quick_sqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:48.9793810Z test_quick_sqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:48.9848660Z test_quick_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:48.9905870Z test_quick_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:49.0001480Z test_quick_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:49.0230450Z test_quick_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:49.0461630Z test_quick_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:49.0694760Z test_quick_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:49.0752590Z test_quick_stack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:49.0912290Z test_quick_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:22:49.1079860Z test_quick_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:22:49.1170750Z test_quick_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:49.1268440Z test_quick_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:49.1364820Z test_quick_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:49.1461800Z test_quick_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:49.1558900Z test_quick_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:49.1617360Z test_quick_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:49.1947450Z test_quick_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.033s) 2022-05-18T06:22:49.2285860Z test_quick_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-05-18T06:22:49.2343790Z test_quick_std_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:49.2563460Z test_quick_std_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:49.2785400Z test_quick_std_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:49.2902670Z test_quick_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:22:49.3584540Z test_quick_sub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.068s) 2022-05-18T06:22:49.4298740Z test_quick_sub_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-05-18T06:22:49.5017340Z test_quick_sub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-05-18T06:22:49.5135900Z test_quick_sub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-05-18T06:22:49.5565300Z test_quick_sub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-05-18T06:22:49.5994390Z test_quick_sub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-05-18T06:22:49.6268260Z test_quick_sub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:22:49.6543560Z test_quick_sub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:22:49.6812910Z test_quick_sub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-05-18T06:22:49.7089750Z test_quick_sub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-05-18T06:22:49.7366440Z test_quick_sub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-05-18T06:22:49.7393860Z test_quick_t_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:49.7424640Z test_quick_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:49.7485380Z test_quick_t_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:49.7549350Z test_quick_t_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:49.7575950Z test_quick_t_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:49.7624130Z test_quick_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:49.7670880Z test_quick_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:49.7702000Z test_quick_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:49.7735520Z test_quick_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:49.7767820Z test_quick_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:49.7801030Z test_quick_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:49.7832620Z test_quick_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:49.7853640Z test_quick_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:49.7908780Z test_quick_tan_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:49.8049590Z test_quick_tan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:22:49.8207410Z test_quick_tan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-05-18T06:22:49.8303690Z test_quick_tan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-05-18T06:22:49.8387450Z test_quick_tan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-05-18T06:22:49.8443750Z test_quick_tan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:49.8499470Z test_quick_tan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:49.8553810Z test_quick_tan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:49.8608420Z test_quick_tan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:49.8662670Z test_quick_tan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:49.8686030Z test_quick_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:49.8700070Z test_quick_tanh_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T06:22:49.9006500Z test_quick_tanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-05-18T06:22:49.9328550Z test_quick_tanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-05-18T06:22:49.9475200Z test_quick_tanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:22:49.9620020Z test_quick_tanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:22:49.9635960Z test_quick_tanh_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-05-18T06:22:49.9650420Z test_quick_tanh_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T06:22:49.9664630Z test_quick_tanh_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T06:22:49.9679170Z test_quick_tanh_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T06:22:49.9692300Z test_quick_tanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-05-18T06:22:49.9731190Z test_quick_trace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:49.9768830Z test_quick_trace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-05-18T06:22:49.9798080Z test_quick_trace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:49.9826310Z test_quick_trace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-05-18T06:22:49.9848790Z test_quick_trace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:49.9870490Z test_quick_trace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:49.9892700Z test_quick_trace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:49.9914770Z test_quick_trace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:49.9937000Z test_quick_trace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-05-18T06:22:49.9990180Z test_quick_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:50.0080650Z test_quick_transpose_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:50.0304990Z test_quick_transpose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:50.0531910Z test_quick_transpose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:50.0585070Z test_quick_transpose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-05-18T06:22:50.0734820Z test_quick_transpose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-05-18T06:22:50.0879700Z test_quick_transpose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-05-18T06:22:50.0971190Z test_quick_transpose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:50.1062400Z test_quick_transpose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:50.1152070Z test_quick_transpose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:50.1244540Z test_quick_transpose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:50.1338610Z test_quick_transpose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:50.1402780Z test_quick_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:50.1746170Z test_quick_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.034s) 2022-05-18T06:22:50.2096490Z test_quick_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-05-18T06:22:50.2159340Z test_quick_var_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:50.2383310Z test_quick_var_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:50.2618970Z test_quick_var_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:50.2680720Z test_quick_where_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:50.2889130Z test_quick_where_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:22:50.3312870Z test_quick_where_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.042s) 2022-05-18T06:22:50.3744110Z test_quick_where_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-05-18T06:22:50.3807770Z test_quick_where_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-05-18T06:22:50.4105290Z test_quick_where_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:22:50.4402220Z test_quick_where_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-05-18T06:22:50.4634070Z test_quick_where_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:50.4847250Z test_quick_where_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:22:50.5063380Z test_quick_where_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:50.5276090Z test_quick_where_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-05-18T06:22:50.5491440Z test_quick_where_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-05-18T06:22:50.5581330Z test_quick_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:50.5821100Z test_quick_xlogy_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:50.5907810Z test_quick_xlogy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-05-18T06:22:50.6298400Z test_quick_xlogy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-05-18T06:22:50.6672830Z test_quick_xlogy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-05-18T06:22:50.6913210Z test_quick_xlogy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:50.7160600Z test_quick_xlogy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-05-18T06:22:50.7395920Z test_quick_xlogy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-05-18T06:22:50.7640510Z test_quick_xlogy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:50.7876710Z test_quick_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-05-18T06:22:51.9854100Z 2022-05-18T06:22:51.9857570Z ---------------------------------------------------------------------- 2022-05-18T06:22:51.9857980Z Ran 5375 tests in 399.728s 2022-05-18T06:22:51.9858120Z 2022-05-18T06:22:51.9858210Z OK (skipped=73) 2022-05-18T06:22:51.9858340Z 2022-05-18T06:22:51.9858440Z Generating XML reports... 2022-05-18T06:22:51.9858970Z Generated XML report: test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20220518061611.xml 2022-05-18T06:22:52.4241740Z Running test_deploy ... [2022-05-18 06:22:52.423754] 2022-05-18T06:22:52.4242320Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-05-18 06:22:52.423944] 2022-05-18T06:22:52.8913240Z ============================= test session starts ============================== 2022-05-18T06:22:52.8913980Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T06:22:52.8914310Z cachedir: .pytest_cache 2022-05-18T06:22:52.8914880Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T06:22:52.8915330Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T06:22:52.8915690Z plugins: hypothesis-6.46.5 2022-05-18T06:22:53.8872580Z collecting ... collected 1 item 2022-05-18T06:22:53.8872870Z 2022-05-18T06:22:54.3302510Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-05-18T06:22:54.3302770Z 2022-05-18T06:22:54.3302900Z ============================== 1 passed in 1.62s =============================== 2022-05-18T06:22:54.5984170Z Running test_expanded_weights ... [2022-05-18 06:22:54.598051] 2022-05-18T06:22:54.5984980Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_expanded_weights.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:22:54.598171] 2022-05-18T06:22:56.8887940Z 2022-05-18T06:22:56.8888770Z Test results will be stored in test-reports/python-unittest/test_expanded_weights 2022-05-18T06:22:56.8889140Z Running tests... 2022-05-18T06:22:56.8889550Z ---------------------------------------------------------------------- 2022-05-18T06:22:56.8926820Z test_expanded_weight_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-05-18T06:22:56.8965790Z test_expanded_weight_forward_nn_functional_conv1d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... [W NNPACK.cpp:51] Could not initialize NNPACK! Reason: Unsupported hardware. 2022-05-18T06:22:56.8984800Z ok (0.006s) 2022-05-18T06:22:56.9558980Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.057s) 2022-05-18T06:22:56.9674700Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-05-18T06:22:56.9724930Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-05-18T06:22:56.9771640Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-05-18T06:22:56.9811010Z test_expanded_weight_forward_nn_functional_conv1d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-05-18T06:22:56.9924280Z test_expanded_weight_forward_nn_functional_conv2d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-05-18T06:22:57.0119210Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.019s) 2022-05-18T06:22:57.0447180Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.033s) 2022-05-18T06:22:57.0565490Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-05-18T06:22:57.0678330Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-05-18T06:22:57.0758830Z test_expanded_weight_forward_nn_functional_conv2d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-05-18T06:22:57.0826910Z test_expanded_weight_forward_nn_functional_embedding_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-05-18T06:22:57.0892770Z test_expanded_weight_forward_nn_functional_embedding_cpu_float16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-05-18T06:22:57.0957540Z test_expanded_weight_forward_nn_functional_embedding_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-05-18T06:22:57.1021230Z test_expanded_weight_forward_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-05-18T06:22:57.1069740Z test_expanded_weight_forward_nn_functional_group_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-05-18T06:22:57.1118250Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-05-18T06:22:57.1166890Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-05-18T06:22:57.1267270Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-05-18T06:22:57.1373120Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-05-18T06:22:57.1476520Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-05-18T06:22:57.1528600Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-05-18T06:22:57.1579450Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-05-18T06:22:57.1627640Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-05-18T06:22:57.1707290Z test_expanded_weight_forward_nn_functional_linear_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-05-18T06:22:57.1821610Z test_expanded_weight_forward_nn_functional_linear_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-05-18T06:22:57.1939010Z test_expanded_weight_forward_nn_functional_linear_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-05-18T06:22:57.2018730Z test_expanded_weight_forward_nn_functional_linear_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-05-18T06:22:57.2100480Z test_expanded_weight_forward_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-05-18T06:22:57.2153200Z test_expanded_weight_forward_nn_functional_linear_cpu_int16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-05-18T06:22:57.2205200Z test_expanded_weight_forward_nn_functional_linear_cpu_int32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-05-18T06:22:57.2255690Z test_expanded_weight_forward_nn_functional_linear_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-05-18T06:22:57.2311060Z test_expanded_weight_forward_nn_functional_linear_cpu_int8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-05-18T06:22:57.2363530Z test_expanded_weight_forward_nn_functional_linear_cpu_uint8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-05-18T06:22:57.2471440Z test_expanded_weight_per_sample_grad_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-05-18T06:22:57.2780270Z test_expanded_weight_per_sample_grad_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.031s) 2022-05-18T06:22:57.2836750Z test_expanded_weight_per_sample_grad_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-05-18T06:22:57.2932840Z test_expanded_weight_per_sample_grad_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-05-18T06:22:57.3182010Z test_expanded_weight_per_sample_grad_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.025s) 2022-05-18T06:22:57.3264690Z test_expanded_weight_per_sample_grad_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-05-18T06:22:57.3476520Z test_expanded_weight_per_sample_grad_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.021s) 2022-05-18T06:22:57.3591750Z test_group_norm_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-05-18T06:22:57.6223740Z test_small_model_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.263s) 2022-05-18T06:22:57.6268510Z test_unsupported_expand_weights_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-05-18T06:22:57.6334660Z test_unsupported_expand_weights_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-05-18T06:22:57.6369500Z test_unsupported_expand_weights_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-05-18T06:22:57.6408780Z test_unsupported_expand_weights_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-05-18T06:22:57.6469170Z test_unsupported_expand_weights_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-05-18T06:22:57.6514660Z test_unsupported_expand_weights_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-05-18T06:22:57.6584510Z test_unsupported_expand_weights_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-05-18T06:22:57.6627090Z test_forward_helper_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.004s) 2022-05-18T06:22:57.6673060Z test_forward_helper_failure_args_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.005s) 2022-05-18T06:22:57.6691350Z test_set_grad_sample_if_exists_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.002s) 2022-05-18T06:22:57.6706730Z test_set_grad_sample_if_exists_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-05-18T06:22:57.6729850Z test_sum_over_all_but_batch_and_last_n_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.002s) 2022-05-18T06:22:57.6747910Z test_unpack_expanded_weight_or_tensor_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.002s) 2022-05-18T06:22:57.6761680Z test_unpack_expanded_weight_or_tensor_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-05-18T06:22:57.6777220Z test_unpack_expanded_weight_or_tensor_with_custom_function_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-05-18T06:22:57.6813770Z test_Conv1d (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.6852860Z test_Conv1d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.6905490Z test_Conv1d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T06:22:57.6947530Z test_Conv1d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.6980270Z test_Conv1d_pad1 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.7023070Z test_Conv1d_pad1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.7052510Z test_Conv1d_pad1size1 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.7088420Z test_Conv1d_pad1size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.7122470Z test_Conv1d_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.7164890Z test_Conv1d_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.7194540Z test_Conv1d_pad2size1 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.7229950Z test_Conv1d_pad2size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.7263930Z test_Conv1d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.7304700Z test_Conv1d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.7339010Z test_Conv1d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.7379590Z test_Conv1d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.7412340Z test_Conv1d_stride (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.7455070Z test_Conv1d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.7468220Z test_Conv1d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-05-18T06:22:57.7480130Z test_Conv1d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-05-18T06:22:57.7512650Z test_Conv1d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.7554370Z test_Conv1d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.7587200Z test_Conv2d (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.7628430Z test_Conv2d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.7688120Z test_Conv2d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-05-18T06:22:57.7723130Z test_Conv2d_dilated (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.7766970Z test_Conv2d_dilated_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.7809300Z test_Conv2d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.7839220Z test_Conv2d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.7877600Z test_Conv2d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.7912270Z test_Conv2d_padding (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.7955040Z test_Conv2d_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.7990860Z test_Conv2d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.8030290Z test_Conv2d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.8064500Z test_Conv2d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.8106400Z test_Conv2d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.8141820Z test_Conv2d_strided (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.8184430Z test_Conv2d_strided_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.8197820Z test_Conv2d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-05-18T06:22:57.8209560Z test_Conv2d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-05-18T06:22:57.8242620Z test_Conv2d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.8285790Z test_Conv2d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.8323600Z test_Conv3d (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.8350250Z test_Conv3d_1x1x1_no_bias (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.8387880Z test_Conv3d_1x1x1_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.8441210Z test_Conv3d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T06:22:57.8508890Z test_Conv3d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-05-18T06:22:57.8547650Z test_Conv3d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.8574800Z test_Conv3d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.8608760Z test_Conv3d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.8647460Z test_Conv3d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.8693240Z test_Conv3d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-05-18T06:22:57.8726800Z test_Conv3d_stride (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.8769990Z test_Conv3d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.8804660Z test_Conv3d_stride_padding (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.8848860Z test_Conv3d_stride_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.8863070Z test_Conv3d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-05-18T06:22:57.8874650Z test_Conv3d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-05-18T06:22:57.8908710Z test_Conv3d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.8951160Z test_Conv3d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.8976820Z test_Embedding (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-05-18T06:22:57.9013260Z test_Embedding_discontiguous (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.9050690Z test_Embedding_discontiguous_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.9074000Z test_Embedding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-05-18T06:22:57.9110870Z test_GroupNorm_1d_affine (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.9145680Z test_GroupNorm_1d_affine_GN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.9181890Z test_GroupNorm_1d_affine_GN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.9221830Z test_GroupNorm_1d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.9249240Z test_GroupNorm_1d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.9274110Z test_GroupNorm_1d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-05-18T06:22:57.9299890Z test_GroupNorm_1d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.9324330Z test_GroupNorm_1d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-05-18T06:22:57.9358760Z test_GroupNorm_2d_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.9394900Z test_GroupNorm_2d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.9421110Z test_GroupNorm_2d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.9446400Z test_GroupNorm_2d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-05-18T06:22:57.9471950Z test_GroupNorm_2d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.9496880Z test_GroupNorm_2d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-05-18T06:22:57.9530960Z test_LayerNorm_1d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.9571300Z test_LayerNorm_1d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:57.9584060Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-05-18T06:22:57.9595590Z test_LayerNorm_1d_empty_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-05-18T06:22:57.9622070Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.9645850Z test_LayerNorm_1d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-05-18T06:22:57.9679780Z test_LayerNorm_3d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:57.9716190Z test_LayerNorm_3d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:58.0084740Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestExpandedWeightModule) ... ok (0.037s) 2022-05-18T06:22:58.0297270Z test_LayerNorm_3d_no_affine_large_feature_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.021s) 2022-05-18T06:22:58.0325340Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:58.0348210Z test_LayerNorm_3d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-05-18T06:22:58.0384370Z test_Linear (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:58.0419400Z test_Linear_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:58.0432130Z test_Linear_no_batch_dim (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-05-18T06:22:58.0442980Z test_Linear_no_batch_dim_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-05-18T06:22:58.0473720Z test_Linear_no_bias (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:58.0504930Z test_Linear_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-05-18T06:22:58.0549690Z test_per_sample_api_failing (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-05-18T06:22:58.0949790Z 2022-05-18T06:22:58.0950800Z ---------------------------------------------------------------------- 2022-05-18T06:22:58.0951370Z Ran 157 tests in 1.166s 2022-05-18T06:22:58.0951810Z 2022-05-18T06:22:58.0952310Z OK (skipped=10) 2022-05-18T06:22:58.0952480Z 2022-05-18T06:22:58.0953030Z Generating XML reports... 2022-05-18T06:22:58.0953710Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCPU-20220518062256.xml 2022-05-18T06:22:58.0954520Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCPU-20220518062256.xml 2022-05-18T06:22:58.0955260Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20220518062256.xml 2022-05-18T06:22:58.4354820Z Running test_function_schema ... [2022-05-18 06:22:58.434727] 2022-05-18T06:22:58.4355520Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_function_schema.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:22:58.434843] 2022-05-18T06:22:59.5512880Z 2022-05-18T06:22:59.5513700Z Running tests... 2022-05-18T06:22:59.5514380Z ---------------------------------------------------------------------- 2022-05-18T06:22:59.5514880Z Test results will be stored in test-reports/python-unittest/test_function_schema 2022-05-18T06:22:59.9617410Z test_backward_compatible_arguments (__main__.TestFunctionSchema) ... ok (0.410s) 2022-05-18T06:22:59.9631670Z test_backward_compatible_outputs (__main__.TestFunctionSchema) ... ok (0.001s) 2022-05-18T06:22:59.9647870Z test_backward_compatible_structure (__main__.TestFunctionSchema) ... ok (0.002s) 2022-05-18T06:22:59.9668650Z test_backward_compatible_with_smart_serialization (__main__.TestFunctionSchema) ... ok (0.002s) 2022-05-18T06:22:59.9682270Z test_forward_compatible_arguments_real_use_case (__main__.TestFunctionSchema) ... ok (0.001s) 2022-05-18T06:22:59.9698690Z test_forward_compatible_arguments_with_out (__main__.TestFunctionSchema) ... ok (0.002s) 2022-05-18T06:22:59.9732280Z test_forward_compatible_arguments_without_out (__main__.TestFunctionSchema) ... ok (0.003s) 2022-05-18T06:22:59.9745310Z test_schema_error (__main__.TestFunctionSchema) ... ok (0.001s) 2022-05-18T06:23:00.3457540Z test_serialize_and_deserialize (__main__.TestFunctionSchema) ... ok (0.371s) 2022-05-18T06:23:00.3470360Z test_string_optional_parameter_default_value (__main__.TestFunctionSchema) ... ok (0.001s) 2022-05-18T06:23:00.3539230Z 2022-05-18T06:23:00.3539840Z ---------------------------------------------------------------------- 2022-05-18T06:23:00.3540150Z Ran 10 tests in 0.796s 2022-05-18T06:23:00.3540280Z 2022-05-18T06:23:00.3540350Z OK 2022-05-18T06:23:00.3540450Z 2022-05-18T06:23:00.3540540Z Generating XML reports... 2022-05-18T06:23:00.3541090Z Generated XML report: test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20220518062259.xml 2022-05-18T06:23:00.5742530Z Running test_functional_optim ... [2022-05-18 06:23:00.573711] 2022-05-18T06:23:00.5743250Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_functional_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:23:00.573828] 2022-05-18T06:23:02.0091190Z 2022-05-18T06:23:02.0091930Z Test results will be stored in test-reports/python-unittest/test_functional_optim 2022-05-18T06:23:02.0092280Z Running tests... 2022-05-18T06:23:02.0092670Z ---------------------------------------------------------------------- 2022-05-18T06:23:02.4814610Z test_functional_optim_parity_adam (__main__.TestFunctionalOptimParity) ... ok (0.472s) 2022-05-18T06:23:02.5183350Z test_functional_optim_parity_adam_w (__main__.TestFunctionalOptimParity) ... ok (0.037s) 2022-05-18T06:23:02.5522690Z test_functional_optim_parity_sgd (__main__.TestFunctionalOptimParity) ... ok (0.034s) 2022-05-18T06:23:02.5590190Z 2022-05-18T06:23:02.5591100Z ---------------------------------------------------------------------- 2022-05-18T06:23:02.5591460Z Ran 3 tests in 0.543s 2022-05-18T06:23:02.5591600Z 2022-05-18T06:23:02.5591660Z OK 2022-05-18T06:23:02.5591780Z 2022-05-18T06:23:02.5591890Z Generating XML reports... 2022-05-18T06:23:02.5592480Z Generated XML report: test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20220518062302.xml 2022-05-18T06:23:02.7793520Z Running test_futures ... [2022-05-18 06:23:02.778827] 2022-05-18T06:23:02.7794170Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_futures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:23:02.778946] 2022-05-18T06:23:03.9017180Z 2022-05-18T06:23:03.9017510Z Running tests... 2022-05-18T06:23:03.9018140Z ---------------------------------------------------------------------- 2022-05-18T06:23:03.9018610Z Test results will be stored in test-reports/python-unittest/test_futures 2022-05-18T06:23:04.3084030Z test_add_done_callback_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:201] Got the following error when running the callback: ValueError: Expected error 2022-05-18T06:23:04.3084370Z 2022-05-18T06:23:04.3084920Z At: 2022-05-18T06:23:04.3085180Z test_futures.py(236): raise_value_error 2022-05-18T06:23:04.3085860Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/futures/__init__.py(237): set_result 2022-05-18T06:23:04.3086390Z test_futures.py(229): _test_add_done_callback_error_ignored 2022-05-18T06:23:04.3086690Z test_futures.py(238): test_add_done_callback_error_is_ignored 2022-05-18T06:23:04.3087050Z /usr/local/miniconda/envs/build/lib/python3.8/unittest/case.py(633): _callTestMethod 2022-05-18T06:23:04.3087410Z /usr/local/miniconda/envs/build/lib/python3.8/unittest/case.py(676): run 2022-05-18T06:23:04.3088000Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py(1829): _run_with_retry 2022-05-18T06:23:04.3088670Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py(1876): run 2022-05-18T06:23:04.3089270Z /usr/local/miniconda/envs/build/lib/python3.8/unittest/case.py(736): __call__ 2022-05-18T06:23:04.3089840Z /usr/local/miniconda/envs/build/lib/python3.8/unittest/suite.py(122): run 2022-05-18T06:23:04.3090190Z /usr/local/miniconda/envs/build/lib/python3.8/unittest/suite.py(84): __call__ 2022-05-18T06:23:04.3090530Z /usr/local/miniconda/envs/build/lib/python3.8/unittest/suite.py(122): run 2022-05-18T06:23:04.3090990Z /usr/local/miniconda/envs/build/lib/python3.8/unittest/suite.py(84): __call__ 2022-05-18T06:23:04.3091510Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/xmlrunner/runner.py(67): run 2022-05-18T06:23:04.3091880Z /usr/local/miniconda/envs/build/lib/python3.8/unittest/main.py(271): runTests 2022-05-18T06:23:04.3092230Z /usr/local/miniconda/envs/build/lib/python3.8/unittest/main.py(101): __init__ 2022-05-18T06:23:04.3092770Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py(680): run_tests 2022-05-18T06:23:04.3093110Z test_futures.py(331): 2022-05-18T06:23:04.3093240Z 2022-05-18T06:23:04.3093340Z ok (0.407s) 2022-05-18T06:23:04.3119870Z test_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.003s) 2022-05-18T06:23:04.3129450Z test_add_done_callback_no_arg_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:201] Got the following error when running the callback: TypeError: no_arg() takes 0 positional arguments but 1 was given 2022-05-18T06:23:04.3130650Z ok (0.001s) 2022-05-18T06:23:04.3148320Z test_add_done_callback_simple (__main__.TestFuture) ... ok (0.002s) 2022-05-18T06:23:04.3217030Z test_chained_then (__main__.TestFuture) ... ok (0.006s) 2022-05-18T06:23:04.4322460Z test_collect_all (__main__.TestFuture) ... ok (0.111s) 2022-05-18T06:23:04.4336580Z test_done (__main__.TestFuture) ... ok (0.001s) 2022-05-18T06:23:04.4356340Z test_done_exception (__main__.TestFuture) ... ok (0.002s) 2022-05-18T06:23:04.4382950Z test_interleaving_then_and_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.003s) 2022-05-18T06:23:04.4398550Z test_interleaving_then_and_add_done_callback_propagates_error (__main__.TestFuture) ... [E pybind_utils.h:201] Got the following error when running the callback: ValueError: Expected error 2022-05-18T06:23:04.4398880Z 2022-05-18T06:23:04.4398940Z At: 2022-05-18T06:23:04.4399150Z test_futures.py(280): raise_value_error 2022-05-18T06:23:04.4399970Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/futures/__init__.py(237): set_result 2022-05-18T06:23:04.4400370Z test_futures.py(285): test_interleaving_then_and_add_done_callback_propagates_error 2022-05-18T06:23:04.4400750Z /usr/local/miniconda/envs/build/lib/python3.8/unittest/case.py(633): _callTestMethod 2022-05-18T06:23:04.4401100Z /usr/local/miniconda/envs/build/lib/python3.8/unittest/case.py(676): run 2022-05-18T06:23:04.4401670Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py(1829): _run_with_retry 2022-05-18T06:23:04.4402740Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py(1876): run 2022-05-18T06:23:04.4403220Z /usr/local/miniconda/envs/build/lib/python3.8/unittest/case.py(736): __call__ 2022-05-18T06:23:04.4403560Z /usr/local/miniconda/envs/build/lib/python3.8/unittest/suite.py(122): run 2022-05-18T06:23:04.4404100Z /usr/local/miniconda/envs/build/lib/python3.8/unittest/suite.py(84): __call__ 2022-05-18T06:23:04.4404820Z /usr/local/miniconda/envs/build/lib/python3.8/unittest/suite.py(122): run 2022-05-18T06:23:04.4405170Z /usr/local/miniconda/envs/build/lib/python3.8/unittest/suite.py(84): __call__ 2022-05-18T06:23:04.4405710Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/xmlrunner/runner.py(67): run 2022-05-18T06:23:04.4406070Z /usr/local/miniconda/envs/build/lib/python3.8/unittest/main.py(271): runTests 2022-05-18T06:23:04.4406420Z /usr/local/miniconda/envs/build/lib/python3.8/unittest/main.py(101): __init__ 2022-05-18T06:23:04.4406970Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py(680): run_tests 2022-05-18T06:23:04.4407320Z test_futures.py(331): 2022-05-18T06:23:04.4407470Z 2022-05-18T06:23:04.4407540Z ok (0.002s) 2022-05-18T06:23:04.4442110Z test_mark_future_twice (__main__.TestFuture) ... ok (0.004s) 2022-05-18T06:23:04.4491630Z test_pickle_future (__main__.TestFuture) ... ok (0.005s) 2022-05-18T06:23:04.4514860Z test_set_exception (__main__.TestFuture) ... ok (0.002s) 2022-05-18T06:23:04.4543170Z test_set_exception_multithreading (__main__.TestFuture) ... ok (0.003s) 2022-05-18T06:23:04.4562440Z test_then (__main__.TestFuture) ... ok (0.002s) 2022-05-18T06:23:04.4575330Z test_then_no_arg (__main__.TestFuture) ... ok (0.001s) 2022-05-18T06:23:04.4588410Z test_then_raise (__main__.TestFuture) ... ok (0.001s) 2022-05-18T06:23:04.4601990Z test_then_wrong_arg (__main__.TestFuture) ... ok (0.001s) 2022-05-18T06:23:04.4615850Z test_wait (__main__.TestFuture) ... ok (0.001s) 2022-05-18T06:23:04.4636540Z [1, 2] 2022-05-18T06:23:04.4636870Z test_wait_all (__main__.TestFuture) ... ok (0.002s) 2022-05-18T06:23:05.0363630Z test_wait_multi_thread (__main__.TestFuture) ... ok (0.572s) 2022-05-18T06:23:05.0458090Z 2022-05-18T06:23:05.0458990Z ---------------------------------------------------------------------- 2022-05-18T06:23:05.0459330Z Ran 21 tests in 1.135s 2022-05-18T06:23:05.0459920Z 2022-05-18T06:23:05.0459990Z OK 2022-05-18T06:23:05.0460100Z 2022-05-18T06:23:05.0460190Z Generating XML reports... 2022-05-18T06:23:05.0460840Z Generated XML report: test-reports/python-unittest/test_futures/TEST-TestFuture-20220518062303.xml 2022-05-18T06:23:05.2695760Z Running test_fx_experimental ... [2022-05-18 06:23:05.269069] 2022-05-18T06:23:05.2696490Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_fx_experimental.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:23:05.269179] 2022-05-18T06:23:07.6152730Z 2022-05-18T06:23:07.6153500Z Test results will be stored in test-reports/python-unittest/test_fx_experimental 2022-05-18T06:23:07.6153860Z Running tests... 2022-05-18T06:23:07.6154260Z ---------------------------------------------------------------------- 2022-05-18T06:23:07.6180580Z test_annotate_returns_with_schema (__main__.TestFXExperimental) ... skip: no torchvision (0.003s) 2022-05-18T06:23:07.6389620Z test_aot_based_partition (__main__.TestFXExperimental) ... ok (0.021s) 2022-05-18T06:23:07.6451290Z test_call_to_assert_no_msg (__main__.TestFXExperimental) ... ok (0.006s) 2022-05-18T06:23:07.6500070Z test_call_to_assert_with_empty_msg (__main__.TestFXExperimental) ... ok (0.005s) 2022-05-18T06:23:07.6546970Z test_call_to_assert_with_msg (__main__.TestFXExperimental) ... ok (0.005s) 2022-05-18T06:23:07.6598430Z test_call_to_assert_with_multiline_message (__main__.TestFXExperimental) ... ok (0.005s) 2022-05-18T06:23:07.6608810Z test_conv_bn_fusion (__main__.TestFXExperimental) ... skip: no torchvision (0.001s) 2022-05-18T06:23:07.6753950Z test_conv_bn_fusion_not_running_state (__main__.TestFXExperimental) ... ok (0.014s) 2022-05-18T06:23:07.7411620Z test_cost_aware_partition (__main__.TestFXExperimental) ... ok (0.066s) 2022-05-18T06:23:07.7464680Z test_fetch (__main__.TestFXExperimental) ... ok (0.005s) 2022-05-18T06:23:07.7518040Z test_find_single_partition (__main__.TestFXExperimental) ... ok (0.005s) 2022-05-18T06:23:07.7558870Z test_lack_of_devices (__main__.TestFXExperimental) ... ok (0.004s) 2022-05-18T06:23:07.7607380Z test_large_node_error (__main__.TestFXExperimental) ... ok (0.005s) 2022-05-18T06:23:07.7658690Z test_merge_matmuls (__main__.TestFXExperimental) 2022-05-18T06:23:07.7994040Z A collection of test cases for torch.fx.experimental.merge_matmul, ... ok (0.039s) 2022-05-18T06:23:07.8214890Z test_meta_tracer (__main__.TestFXExperimental) ... ok (0.022s) 2022-05-18T06:23:07.8235590Z test_normalize_args (__main__.TestFXExperimental) ... skip: no torchvision (0.002s) 2022-05-18T06:23:07.8306990Z test_normalize_args_preserve_meta (__main__.TestFXExperimental) ... ok (0.007s) 2022-05-18T06:23:07.8947890Z test_normalize_binary_operators (__main__.TestFXExperimental) ... .54:5: UserWarning: floor_divide is deprecated, and will be removed in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. 2022-05-18T06:23:07.8949090Z To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). (Triggered internally at ../aten/src/ATen/native/BinaryOps.cpp:599.) 2022-05-18T06:23:07.8949570Z floor_divide = torch.floor_divide(x, y); x = y = None 2022-05-18T06:23:07.8950590Z .55:5: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-05-18T06:23:07.8951210Z floordiv = x // y; x = y = None 2022-05-18T06:23:07.8952170Z .79:5: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-05-18T06:23:07.8953380Z floordiv = x // 42; x = None 2022-05-18T06:23:07.8953580Z ok (0.064s) 2022-05-18T06:23:07.8983660Z test_normalize_modules_exhaustive (__main__.TestFXExperimental) 2022-05-18T06:23:08.5522140Z Exhaustively test `Node.normalized_arguments` on all standard ... [W NNPACK.cpp:51] Could not initialize NNPACK! Reason: Unsupported hardware. 2022-05-18T06:23:09.8812360Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/modules/conv.py:298: 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 ../aten/src/ATen/native/Convolution.cpp:883.) 2022-05-18T06:23:09.8813020Z return F.conv1d(input, weight, bias, self.stride, 2022-05-18T06:23:09.8813270Z ok (1.986s) 2022-05-18T06:23:10.3206800Z test_optimize_for_inference_cpu (__main__.TestFXExperimental) ... ok (0.439s) 2022-05-18T06:23:10.3224210Z test_optimize_for_inference_cpu_torchvision (__main__.TestFXExperimental) ... skip: no torchvision (0.002s) 2022-05-18T06:23:10.3319070Z test_partition_device_mapping (__main__.TestFXExperimental) ... ok (0.009s) 2022-05-18T06:23:10.3420840Z test_partition_latency (__main__.TestFXExperimental) ... ok (0.010s) 2022-05-18T06:23:10.3486470Z test_partition_node_manipulation (__main__.TestFXExperimental) ... ok (0.006s) 2022-05-18T06:23:10.3561840Z test_proxy_tensor (__main__.TestFXExperimental) ... ok (0.007s) 2022-05-18T06:23:10.3600270Z test_replace_target_nodes_with (__main__.TestFXExperimental) ... ok (0.004s) 2022-05-18T06:23:10.3707990Z [0, 4] 2022-05-18T06:23:10.3708510Z test_saturate_host (__main__.TestFXExperimental) ... ok (0.011s) 2022-05-18T06:23:10.3708770Z [1, 2] 2022-05-18T06:23:10.3846280Z test_serialize_graph (__main__.TestFXExperimental) ... ok (0.014s) 2022-05-18T06:23:10.3927040Z test_size_based_partition (__main__.TestFXExperimental) ... ok (0.008s) 2022-05-18T06:23:10.6770860Z test_sparse_nn_partition (__main__.TestFXExperimental) ... ok (0.284s) 2022-05-18T06:23:10.6887560Z test_split_module_default_arg (__main__.TestFXExperimental) ... /usr/local/miniconda/envs/build/lib/python3.8/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-05-18T06:23:10.6888280Z warnings.warn(msg, FutureWarning) 2022-05-18T06:23:10.6888990Z ok (0.012s) 2022-05-18T06:23:10.6949040Z test_split_module_kwargs_expansion (__main__.TestFXExperimental) ... ok (0.006s) 2022-05-18T06:23:10.7043730Z test_split_qualname_mapping (__main__.TestFXExperimental) ... ok (0.009s) 2022-05-18T06:23:10.7149150Z test_subgraph_creation (__main__.TestFXExperimental) ... ok (0.010s) 2022-05-18T06:23:10.7155900Z test_subgraph_trivial_resnet (__main__.TestFXExperimental) ... skip: no torchvision (0.001s) 2022-05-18T06:23:10.7232180Z test_subgraph_uniquename (__main__.TestFXExperimental) ... ok (0.008s) 2022-05-18T06:23:10.7386390Z test_to_folder (__main__.TestFXExperimental) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/fx/graph_module.py:468: UserWarning: Was not able to save the following children modules as reprs -saved as pickled files instead: ['seq'] 2022-05-18T06:23:10.7387180Z warnings.warn("Was not able to save the following children modules as reprs -" 2022-05-18T06:23:10.7387500Z ok (0.015s) 2022-05-18T06:23:10.7419960Z test_traceable_function_with_nonstandard_name (__main__.TestFXExperimental) ... ok (0.003s) 2022-05-18T06:23:10.7461300Z test_type_matches (__main__.TestFXExperimental) ... ok (0.004s) 2022-05-18T06:23:10.7482820Z test_normalize_args_op_overload_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.002s) 2022-05-18T06:23:10.7560080Z test_normalize_operator_exhaustive_H_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-05-18T06:23:10.7631660Z test_normalize_operator_exhaustive_T_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-05-18T06:23:10.7694400Z test_normalize_operator_exhaustive___getitem___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:10.7780140Z test_normalize_operator_exhaustive___radd___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-05-18T06:23:10.7859330Z test_normalize_operator_exhaustive___rdiv___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-05-18T06:23:10.7955770Z test_normalize_operator_exhaustive___rmatmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-05-18T06:23:10.8029200Z test_normalize_operator_exhaustive___rmod___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-05-18T06:23:10.8087980Z test_normalize_operator_exhaustive___rmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:10.8166680Z test_normalize_operator_exhaustive___rpow___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:668: 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-05-18T06:23:10.8167820Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-05-18T06:23:10.8168210Z expected failure (0.008s) 2022-05-18T06:23:10.8239910Z test_normalize_operator_exhaustive___rsub___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-05-18T06:23:10.8351790Z test_normalize_operator_exhaustive__masked_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.011s) 2022-05-18T06:23:10.8456830Z test_normalize_operator_exhaustive__masked_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-05-18T06:23:10.8554610Z test_normalize_operator_exhaustive__masked_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-05-18T06:23:10.8649790Z test_normalize_operator_exhaustive__masked_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-05-18T06:23:10.8734640Z test_normalize_operator_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-05-18T06:23:10.8887070Z test_normalize_operator_exhaustive__masked_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.015s) 2022-05-18T06:23:10.9205120Z test_normalize_operator_exhaustive__masked_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.032s) 2022-05-18T06:23:10.9332130Z test_normalize_operator_exhaustive__masked_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.012s) 2022-05-18T06:23:10.9448060Z test_normalize_operator_exhaustive__masked_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.011s) 2022-05-18T06:23:10.9543010Z test_normalize_operator_exhaustive__masked_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-05-18T06:23:10.9640960Z test_normalize_operator_exhaustive__masked_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-05-18T06:23:10.9820570Z test_normalize_operator_exhaustive__masked_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.018s) 2022-05-18T06:23:10.9940100Z test_normalize_operator_exhaustive__masked_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.011s) 2022-05-18T06:23:11.0106630Z test_normalize_operator_exhaustive__masked_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-05-18T06:23:11.0198480Z test_normalize_operator_exhaustive_abs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-05-18T06:23:11.0380750Z test_normalize_operator_exhaustive_acos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-05-18T06:23:11.0558590Z test_normalize_operator_exhaustive_acosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-05-18T06:23:11.1309130Z test_normalize_operator_exhaustive_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.075s) 2022-05-18T06:23:11.1624540Z test_normalize_operator_exhaustive_addbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-05-18T06:23:11.2165570Z test_normalize_operator_exhaustive_addcdiv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-05-18T06:23:11.2720000Z test_normalize_operator_exhaustive_addcmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-05-18T06:23:11.2906500Z test_normalize_operator_exhaustive_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-05-18T06:23:11.3104770Z test_normalize_operator_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-05-18T06:23:11.3415080Z test_normalize_operator_exhaustive_addmv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-05-18T06:23:11.3633790Z test_normalize_operator_exhaustive_addr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-05-18T06:23:11.4316740Z test_normalize_operator_exhaustive_all_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.068s) 2022-05-18T06:23:11.5199860Z test_normalize_operator_exhaustive_allclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.088s) 2022-05-18T06:23:11.5949990Z test_normalize_operator_exhaustive_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.075s) 2022-05-18T06:23:11.6748490Z test_normalize_operator_exhaustive_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.080s) 2022-05-18T06:23:11.7070170Z test_normalize_operator_exhaustive_aminmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1601: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:23:11.7071090Z ref_out = op.op(*arg_values, **kwarg_values) 2022-05-18T06:23:11.7071920Z test_fx_experimental.py:1613: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:23:11.7072660Z test_out = op.op(*norm_args_and_kwargs.args, **norm_args_and_kwargs.kwargs) 2022-05-18T06:23:11.7073400Z .1868:5: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:23:11.7074100Z aminmax = torch.aminmax(arg_0, dim = 0, keepdim = True); arg_0 = None 2022-05-18T06:23:11.7074800Z .1869:5: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:23:11.7076090Z aminmax = torch.aminmax(arg_0, dim = 0, keepdim = True); arg_0 = None 2022-05-18T06:23:11.7076340Z ok (0.032s) 2022-05-18T06:23:11.7171060Z test_normalize_operator_exhaustive_angle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-05-18T06:23:11.7877810Z test_normalize_operator_exhaustive_any_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.071s) 2022-05-18T06:23:11.8363710Z test_normalize_operator_exhaustive_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-05-18T06:23:11.8867220Z test_normalize_operator_exhaustive_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-05-18T06:23:11.9877840Z test_normalize_operator_exhaustive_argsort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.101s) 2022-05-18T06:23:12.0104530Z test_normalize_operator_exhaustive_argwhere_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-05-18T06:23:12.0330350Z test_normalize_operator_exhaustive_as_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-05-18T06:23:12.0434550Z test_normalize_operator_exhaustive_asin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-05-18T06:23:12.0535610Z test_normalize_operator_exhaustive_asinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-05-18T06:23:12.0985010Z test_normalize_operator_exhaustive_atan2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-05-18T06:23:12.1079710Z test_normalize_operator_exhaustive_atan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-05-18T06:23:12.1174820Z test_normalize_operator_exhaustive_atanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-05-18T06:23:12.1242290Z test_normalize_operator_exhaustive_atleast_1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-05-18T06:23:12.1309350Z test_normalize_operator_exhaustive_atleast_2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-05-18T06:23:12.1375140Z test_normalize_operator_exhaustive_atleast_3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:12.1687500Z test_normalize_operator_exhaustive_baddbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-05-18T06:23:12.1802310Z test_normalize_operator_exhaustive_bernoulli_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.011s) 2022-05-18T06:23:12.1863140Z test_normalize_operator_exhaustive_bfloat16_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:12.1928420Z test_normalize_operator_exhaustive_block_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:12.2031660Z test_normalize_operator_exhaustive_bmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-05-18T06:23:12.2094510Z test_normalize_operator_exhaustive_bool_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:12.2160460Z test_normalize_operator_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:12.2485840Z test_normalize_operator_exhaustive_broadcast_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-05-18T06:23:12.3511620Z test_normalize_operator_exhaustive_bucketize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.102s) 2022-05-18T06:23:12.3570620Z test_normalize_operator_exhaustive_byte_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:12.3628140Z test_normalize_operator_exhaustive_cartesian_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:12.3763000Z test_normalize_operator_exhaustive_cat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-05-18T06:23:13.1938440Z test_normalize_operator_exhaustive_cdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.817s) 2022-05-18T06:23:13.2028720Z test_normalize_operator_exhaustive_ceil_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-05-18T06:23:13.2088350Z test_normalize_operator_exhaustive_chalf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:13.2146880Z test_normalize_operator_exhaustive_char_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:13.2787350Z test_normalize_operator_exhaustive_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1601: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-05-18T06:23:13.2787940Z L = torch.cholesky(A) 2022-05-18T06:23:13.2788160Z should be replaced with 2022-05-18T06:23:13.2788390Z L = torch.linalg.cholesky(A) 2022-05-18T06:23:13.2788760Z and 2022-05-18T06:23:13.2788960Z U = torch.cholesky(A, upper=True) 2022-05-18T06:23:13.2789190Z should be replaced with 2022-05-18T06:23:13.2789420Z U = torch.linalg.cholesky(A).mH(). 2022-05-18T06:23:13.2790530Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:1755.) 2022-05-18T06:23:13.2791030Z ref_out = op.op(*arg_values, **kwarg_values) 2022-05-18T06:23:13.2791240Z ok (0.064s) 2022-05-18T06:23:13.3286960Z test_normalize_operator_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-05-18T06:23:13.3789370Z test_normalize_operator_exhaustive_cholesky_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-05-18T06:23:13.3973010Z test_normalize_operator_exhaustive_chunk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-05-18T06:23:13.4173990Z test_normalize_operator_exhaustive_clamp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-05-18T06:23:13.4544490Z test_normalize_operator_exhaustive_clamp_scalar_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-05-18T06:23:13.4668350Z test_normalize_operator_exhaustive_clone_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-05-18T06:23:13.4768400Z test_normalize_operator_exhaustive_column_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-05-18T06:23:13.5456390Z test_normalize_operator_exhaustive_combinations_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.069s) 2022-05-18T06:23:13.5831750Z test_normalize_operator_exhaustive_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-05-18T06:23:13.5975600Z test_normalize_operator_exhaustive_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-05-18T06:23:13.6064620Z test_normalize_operator_exhaustive_conj_physical_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-05-18T06:23:13.6122650Z test_normalize_operator_exhaustive_contiguous_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:13.6619740Z test_normalize_operator_exhaustive_copysign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-05-18T06:23:13.6805740Z test_normalize_operator_exhaustive_corrcoef_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-05-18T06:23:13.6975760Z test_normalize_operator_exhaustive_cos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-05-18T06:23:13.7148430Z test_normalize_operator_exhaustive_cosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-05-18T06:23:13.7850710Z test_normalize_operator_exhaustive_count_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.070s) 2022-05-18T06:23:13.9390510Z test_normalize_operator_exhaustive_cov_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.154s) 2022-05-18T06:23:13.9567750Z test_normalize_operator_exhaustive_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-05-18T06:23:13.9755110Z test_normalize_operator_exhaustive_cummax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-05-18T06:23:13.9951510Z test_normalize_operator_exhaustive_cummin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-05-18T06:23:14.0433270Z test_normalize_operator_exhaustive_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-05-18T06:23:14.0677200Z test_normalize_operator_exhaustive_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-05-18T06:23:14.1072910Z test_normalize_operator_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-05-18T06:23:14.1230780Z test_normalize_operator_exhaustive_deg2rad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-05-18T06:23:14.1798950Z test_normalize_operator_exhaustive_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-05-18T06:23:14.2395950Z test_normalize_operator_exhaustive_diag_embed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.060s) 2022-05-18T06:23:14.2608290Z test_normalize_operator_exhaustive_diagflat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-05-18T06:23:14.3195390Z test_normalize_operator_exhaustive_diagonal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.059s) 2022-05-18T06:23:14.3773990Z test_normalize_operator_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.058s) 2022-05-18T06:23:14.7115810Z test_normalize_operator_exhaustive_diff_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.334s) 2022-05-18T06:23:14.7268540Z test_normalize_operator_exhaustive_digamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-05-18T06:23:14.9036500Z test_normalize_operator_exhaustive_dist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.177s) 2022-05-18T06:23:14.9599430Z test_normalize_operator_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.056s) 2022-05-18T06:23:15.0132950Z test_normalize_operator_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-05-18T06:23:15.0682350Z test_normalize_operator_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-05-18T06:23:15.0770890Z test_normalize_operator_exhaustive_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-05-18T06:23:15.0830370Z test_normalize_operator_exhaustive_double_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:15.0974470Z test_normalize_operator_exhaustive_dsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-05-18T06:23:15.1041100Z test_normalize_operator_exhaustive_dstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-05-18T06:23:15.1149660Z test_normalize_operator_exhaustive_eig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1601: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-05-18T06:23:15.1150350Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-05-18T06:23:15.1150670Z L, _ = torch.eig(A) 2022-05-18T06:23:15.1150880Z should be replaced with 2022-05-18T06:23:15.1151120Z L_complex = torch.linalg.eigvals(A) 2022-05-18T06:23:15.1151920Z and 2022-05-18T06:23:15.1152130Z L, V = torch.eig(A, eigenvectors=True) 2022-05-18T06:23:15.1152360Z should be replaced with 2022-05-18T06:23:15.1152720Z L_complex, V_complex = torch.linalg.eig(A) (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:3427.) 2022-05-18T06:23:15.1153090Z ref_out = op.op(*arg_values, **kwarg_values) 2022-05-18T06:23:15.1153310Z ok (0.011s) 2022-05-18T06:23:15.1236150Z test_normalize_operator_exhaustive_einsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-05-18T06:23:15.1305490Z test_normalize_operator_exhaustive_empty_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-05-18T06:23:15.2068660Z test_normalize_operator_exhaustive_eq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.076s) 2022-05-18T06:23:15.2159170Z test_normalize_operator_exhaustive_erf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-05-18T06:23:15.2330510Z test_normalize_operator_exhaustive_erfc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-05-18T06:23:15.2425710Z test_normalize_operator_exhaustive_erfinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-05-18T06:23:15.2594530Z test_normalize_operator_exhaustive_exp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-05-18T06:23:15.2768680Z test_normalize_operator_exhaustive_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-05-18T06:23:15.2853170Z test_normalize_operator_exhaustive_expand_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-05-18T06:23:15.2939550Z test_normalize_operator_exhaustive_expand_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-05-18T06:23:15.3038830Z test_normalize_operator_exhaustive_expm1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-05-18T06:23:15.3386310Z test_normalize_operator_exhaustive_fft_fft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-05-18T06:23:15.3735190Z test_normalize_operator_exhaustive_fft_fft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-05-18T06:23:15.4118620Z test_normalize_operator_exhaustive_fft_fftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-05-18T06:23:15.4337210Z test_normalize_operator_exhaustive_fft_fftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-05-18T06:23:15.4656780Z test_normalize_operator_exhaustive_fft_hfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-05-18T06:23:15.5001990Z test_normalize_operator_exhaustive_fft_hfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-05-18T06:23:15.5400270Z test_normalize_operator_exhaustive_fft_hfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-05-18T06:23:15.5710170Z test_normalize_operator_exhaustive_fft_ifft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-05-18T06:23:15.6051350Z test_normalize_operator_exhaustive_fft_ifft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-05-18T06:23:15.6445040Z test_normalize_operator_exhaustive_fft_ifftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-05-18T06:23:15.6683990Z test_normalize_operator_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-05-18T06:23:15.7028830Z test_normalize_operator_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-05-18T06:23:15.7372120Z test_normalize_operator_exhaustive_fft_ihfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-05-18T06:23:15.7766300Z test_normalize_operator_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-05-18T06:23:15.8096960Z test_normalize_operator_exhaustive_fft_irfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-05-18T06:23:15.8429740Z test_normalize_operator_exhaustive_fft_irfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-05-18T06:23:15.8866430Z test_normalize_operator_exhaustive_fft_irfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-05-18T06:23:15.9245920Z test_normalize_operator_exhaustive_fft_rfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-05-18T06:23:15.9640520Z test_normalize_operator_exhaustive_fft_rfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-05-18T06:23:16.0119070Z test_normalize_operator_exhaustive_fft_rfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-05-18T06:23:16.0307640Z test_normalize_operator_exhaustive_fill__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-05-18T06:23:16.0653120Z test_normalize_operator_exhaustive_flatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-05-18T06:23:16.1058060Z test_normalize_operator_exhaustive_flip_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-05-18T06:23:16.1183180Z test_normalize_operator_exhaustive_fliplr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-05-18T06:23:16.1319880Z test_normalize_operator_exhaustive_flipud_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-05-18T06:23:16.1381030Z test_normalize_operator_exhaustive_float_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:16.1887350Z test_normalize_operator_exhaustive_float_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-05-18T06:23:16.1989990Z test_normalize_operator_exhaustive_floor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-05-18T06:23:16.2415960Z test_normalize_operator_exhaustive_floor_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-05-18T06:23:16.2822830Z test_normalize_operator_exhaustive_fmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-05-18T06:23:16.3229520Z test_normalize_operator_exhaustive_fmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-05-18T06:23:16.3781610Z test_normalize_operator_exhaustive_fmod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-05-18T06:23:16.3949750Z test_normalize_operator_exhaustive_frac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-05-18T06:23:16.4135210Z test_normalize_operator_exhaustive_frexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-05-18T06:23:16.4214270Z test_normalize_operator_exhaustive_full_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-05-18T06:23:16.4524040Z test_normalize_operator_exhaustive_gather_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-05-18T06:23:16.5056730Z test_normalize_operator_exhaustive_ge_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-05-18T06:23:16.6592920Z test_normalize_operator_exhaustive_geqrf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.153s) 2022-05-18T06:23:16.7163530Z test_normalize_operator_exhaustive_gradient_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.057s) 2022-05-18T06:23:16.7718730Z test_normalize_operator_exhaustive_gt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-05-18T06:23:16.7781490Z test_normalize_operator_exhaustive_half_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:16.8184590Z test_normalize_operator_exhaustive_heaviside_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-05-18T06:23:17.2061300Z test_normalize_operator_exhaustive_histc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.388s) 2022-05-18T06:23:18.2950960Z test_normalize_operator_exhaustive_histogram_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.089s) 2022-05-18T06:23:18.3378200Z test_normalize_operator_exhaustive_histogramdd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.043s) 2022-05-18T06:23:18.3517530Z test_normalize_operator_exhaustive_hsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-05-18T06:23:18.3581670Z test_normalize_operator_exhaustive_hstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-05-18T06:23:18.3954820Z test_normalize_operator_exhaustive_hypot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-05-18T06:23:18.4069770Z test_normalize_operator_exhaustive_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-05-18T06:23:18.4436960Z test_normalize_operator_exhaustive_igamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-05-18T06:23:18.4805100Z test_normalize_operator_exhaustive_igammac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-05-18T06:23:18.5368650Z test_normalize_operator_exhaustive_index_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.056s) 2022-05-18T06:23:18.5585210Z test_normalize_operator_exhaustive_index_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-05-18T06:23:18.5819490Z test_normalize_operator_exhaustive_index_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-05-18T06:23:18.6054690Z test_normalize_operator_exhaustive_index_put_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/fx/operator_schemas.py:204: UserWarning: Does not support nested parametric types, got typing.List[typing.Union[torch.Tensor, NoneType]]. Please file a bug. 2022-05-18T06:23:18.6087240Z warnings.warn( 2022-05-18T06:23:18.6089470Z expected failure (0.015s) 2022-05-18T06:23:18.7531880Z test_normalize_operator_exhaustive_index_reduce_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1601: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1037.) 2022-05-18T06:23:18.7532780Z ref_out = op.op(*arg_values, **kwarg_values) 2022-05-18T06:23:18.7533340Z ok (0.156s) 2022-05-18T06:23:18.7716990Z test_normalize_operator_exhaustive_index_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-05-18T06:23:18.7841330Z test_normalize_operator_exhaustive_inner_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-05-18T06:23:18.7898800Z test_normalize_operator_exhaustive_int_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:18.8219420Z test_normalize_operator_exhaustive_inverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-05-18T06:23:18.8899580Z test_normalize_operator_exhaustive_isclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.068s) 2022-05-18T06:23:18.9045650Z test_normalize_operator_exhaustive_isfinite_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-05-18T06:23:18.9203070Z test_normalize_operator_exhaustive_isin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-05-18T06:23:18.9287220Z test_normalize_operator_exhaustive_isinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-05-18T06:23:18.9371110Z test_normalize_operator_exhaustive_isnan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-05-18T06:23:18.9455710Z test_normalize_operator_exhaustive_isneginf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-05-18T06:23:18.9541490Z test_normalize_operator_exhaustive_isposinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-05-18T06:23:18.9677110Z test_normalize_operator_exhaustive_isreal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-05-18T06:23:19.0183960Z test_normalize_operator_exhaustive_istft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1601: 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 ../aten/src/ATen/native/SpectralOps.cpp:979.) 2022-05-18T06:23:19.0185240Z ref_out = op.op(*arg_values, **kwarg_values) 2022-05-18T06:23:19.0185460Z ok (0.051s) 2022-05-18T06:23:19.0237960Z test_normalize_operator_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:23:19.0291420Z test_normalize_operator_exhaustive_jiterator_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:23:19.0344650Z test_normalize_operator_exhaustive_jiterator_unary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:23:19.0437730Z test_normalize_operator_exhaustive_kron_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-05-18T06:23:19.0984410Z test_normalize_operator_exhaustive_kthvalue_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-05-18T06:23:19.1401900Z test_normalize_operator_exhaustive_ldexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-05-18T06:23:19.1923900Z test_normalize_operator_exhaustive_le_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-05-18T06:23:19.2594180Z test_normalize_operator_exhaustive_lerp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.067s) 2022-05-18T06:23:19.2753480Z test_normalize_operator_exhaustive_lgamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-05-18T06:23:19.3341450Z test_normalize_operator_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.059s) 2022-05-18T06:23:19.4025520Z test_normalize_operator_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.068s) 2022-05-18T06:23:19.4210830Z test_normalize_operator_exhaustive_linalg_cond_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-05-18T06:23:19.4381180Z test_normalize_operator_exhaustive_linalg_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-05-18T06:23:19.5008520Z test_normalize_operator_exhaustive_linalg_det_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.063s) 2022-05-18T06:23:19.5389310Z test_normalize_operator_exhaustive_linalg_eig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-05-18T06:23:19.5767540Z test_normalize_operator_exhaustive_linalg_eigh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-05-18T06:23:19.6110280Z test_normalize_operator_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-05-18T06:23:19.6454810Z test_normalize_operator_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-05-18T06:23:19.6791840Z test_normalize_operator_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-05-18T06:23:19.7115770Z test_normalize_operator_exhaustive_linalg_inv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-05-18T06:23:19.7472270Z test_normalize_operator_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-05-18T06:23:19.7678580Z test_normalize_operator_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-05-18T06:23:19.7906100Z test_normalize_operator_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-05-18T06:23:19.8579100Z test_normalize_operator_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.067s) 2022-05-18T06:23:20.0781750Z test_normalize_operator_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.220s) 2022-05-18T06:23:20.2542090Z test_normalize_operator_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.176s) 2022-05-18T06:23:20.3311150Z test_normalize_operator_exhaustive_linalg_lu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.077s) 2022-05-18T06:23:20.3995820Z test_normalize_operator_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.068s) 2022-05-18T06:23:20.4701030Z test_normalize_operator_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.070s) 2022-05-18T06:23:20.8694400Z test_normalize_operator_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.399s) 2022-05-18T06:23:20.9407890Z test_normalize_operator_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.071s) 2022-05-18T06:23:20.9918820Z test_normalize_operator_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-05-18T06:23:21.0434740Z test_normalize_operator_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-05-18T06:23:21.0548060Z test_normalize_operator_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-05-18T06:23:21.1880050Z test_normalize_operator_exhaustive_linalg_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.133s) 2022-05-18T06:23:21.3116160Z test_normalize_operator_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.123s) 2022-05-18T06:23:21.4665930Z test_normalize_operator_exhaustive_linalg_pinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.156s) 2022-05-18T06:23:21.5238270Z test_normalize_operator_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-05-18T06:23:21.5295460Z test_normalize_operator_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-05-18T06:23:21.6736200Z test_normalize_operator_exhaustive_linalg_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.144s) 2022-05-18T06:23:21.7097060Z test_normalize_operator_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-05-18T06:23:21.7795500Z test_normalize_operator_exhaustive_linalg_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.070s) 2022-05-18T06:23:22.3851190Z test_normalize_operator_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.605s) 2022-05-18T06:23:23.3795910Z test_normalize_operator_exhaustive_linalg_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.994s) 2022-05-18T06:23:23.4956420Z test_normalize_operator_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.116s) 2022-05-18T06:23:23.5092900Z test_normalize_operator_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-05-18T06:23:23.5309550Z test_normalize_operator_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-05-18T06:23:23.5679380Z test_normalize_operator_exhaustive_linalg_vander_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-05-18T06:23:23.9724330Z test_normalize_operator_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.404s) 2022-05-18T06:23:23.9884960Z test_normalize_operator_exhaustive_log10_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-05-18T06:23:23.9972370Z test_normalize_operator_exhaustive_log1p_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-05-18T06:23:24.0121790Z test_normalize_operator_exhaustive_log2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-05-18T06:23:24.0339180Z test_normalize_operator_exhaustive_log_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-05-18T06:23:24.0623110Z test_normalize_operator_exhaustive_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-05-18T06:23:24.0919730Z test_normalize_operator_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-05-18T06:23:24.1013700Z test_normalize_operator_exhaustive_logaddexp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-05-18T06:23:24.1120280Z test_normalize_operator_exhaustive_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-05-18T06:23:24.1405560Z test_normalize_operator_exhaustive_logcumsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-05-18T06:23:24.1607950Z test_normalize_operator_exhaustive_logdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-05-18T06:23:24.1965770Z test_normalize_operator_exhaustive_logical_and_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-05-18T06:23:24.2108600Z test_normalize_operator_exhaustive_logical_not_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-05-18T06:23:24.2458880Z test_normalize_operator_exhaustive_logical_or_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-05-18T06:23:24.2807240Z test_normalize_operator_exhaustive_logical_xor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-05-18T06:23:24.2995000Z test_normalize_operator_exhaustive_logit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-05-18T06:23:24.3571310Z test_normalize_operator_exhaustive_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-05-18T06:23:24.3629610Z test_normalize_operator_exhaustive_long_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:24.4123500Z test_normalize_operator_exhaustive_lt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-05-18T06:23:24.5317660Z test_normalize_operator_exhaustive_lu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.119s) 2022-05-18T06:23:24.6407400Z test_normalize_operator_exhaustive_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.109s) 2022-05-18T06:23:24.7174100Z test_normalize_operator_exhaustive_lu_unpack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.077s) 2022-05-18T06:23:24.7247110Z test_normalize_operator_exhaustive_mH_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-05-18T06:23:24.7318940Z test_normalize_operator_exhaustive_mT_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-05-18T06:23:24.7661660Z test_normalize_operator_exhaustive_masked_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-05-18T06:23:24.7853310Z test_normalize_operator_exhaustive_masked_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-05-18T06:23:24.8145700Z test_normalize_operator_exhaustive_masked_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-05-18T06:23:24.8681850Z test_normalize_operator_exhaustive_matmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-05-18T06:23:24.8830750Z test_normalize_operator_exhaustive_matrix_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-05-18T06:23:24.9355090Z test_normalize_operator_exhaustive_max_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-05-18T06:23:24.9512310Z test_normalize_operator_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-05-18T06:23:24.9768980Z test_normalize_operator_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-05-18T06:23:25.0130190Z test_normalize_operator_exhaustive_maximum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-05-18T06:23:25.1139760Z test_normalize_operator_exhaustive_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.101s) 2022-05-18T06:23:25.1916320Z test_normalize_operator_exhaustive_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.077s) 2022-05-18T06:23:25.1998800Z test_normalize_operator_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-05-18T06:23:25.2047630Z test_normalize_operator_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:23:25.2590010Z test_normalize_operator_exhaustive_min_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-05-18T06:23:25.2744960Z test_normalize_operator_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-05-18T06:23:25.3011740Z test_normalize_operator_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-05-18T06:23:25.3381030Z test_normalize_operator_exhaustive_minimum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-05-18T06:23:25.3478890Z test_normalize_operator_exhaustive_mm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-05-18T06:23:25.3817880Z test_normalize_operator_exhaustive_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-05-18T06:23:25.3956040Z test_normalize_operator_exhaustive_movedim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-05-18T06:23:25.4113540Z test_normalize_operator_exhaustive_msort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-05-18T06:23:25.4736560Z test_normalize_operator_exhaustive_mul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.062s) 2022-05-18T06:23:25.4808320Z test_normalize_operator_exhaustive_multinomial_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-05-18T06:23:25.4904680Z test_normalize_operator_exhaustive_mv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-05-18T06:23:25.5319570Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-05-18T06:23:25.5734590Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-05-18T06:23:25.6143930Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-05-18T06:23:25.6318870Z test_normalize_operator_exhaustive_nan_to_num_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-05-18T06:23:25.7736430Z test_normalize_operator_exhaustive_nanmean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.141s) 2022-05-18T06:23:25.8428050Z test_normalize_operator_exhaustive_nanmedian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.069s) 2022-05-18T06:23:26.1904280Z test_normalize_operator_exhaustive_nanquantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.348s) 2022-05-18T06:23:26.2741580Z test_normalize_operator_exhaustive_nansum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.084s) 2022-05-18T06:23:26.2981380Z test_normalize_operator_exhaustive_narrow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-05-18T06:23:26.3747000Z test_normalize_operator_exhaustive_ne_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.076s) 2022-05-18T06:23:26.3848710Z test_normalize_operator_exhaustive_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-05-18T06:23:26.3917180Z test_normalize_operator_exhaustive_new_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-05-18T06:23:26.3989880Z test_normalize_operator_exhaustive_new_full_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-05-18T06:23:26.4055010Z test_normalize_operator_exhaustive_new_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:26.4122440Z test_normalize_operator_exhaustive_new_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-05-18T06:23:26.4507620Z test_normalize_operator_exhaustive_nextafter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-05-18T06:23:26.4665260Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-05-18T06:23:26.4883360Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-05-18T06:23:26.5130430Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-05-18T06:23:26.5316010Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-05-18T06:23:26.5765690Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-05-18T06:23:26.6150780Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-05-18T06:23:26.6553130Z test_normalize_operator_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-05-18T06:23:26.6952890Z test_normalize_operator_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-05-18T06:23:26.7408010Z test_normalize_operator_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-05-18T06:23:26.7967130Z test_normalize_operator_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.056s) 2022-05-18T06:23:26.8811490Z test_normalize_operator_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.084s) 2022-05-18T06:23:26.9286280Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-05-18T06:23:27.0357290Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.107s) 2022-05-18T06:23:27.0513700Z test_normalize_operator_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-05-18T06:23:27.0857430Z test_normalize_operator_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-05-18T06:23:27.1720030Z test_normalize_operator_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.086s) 2022-05-18T06:23:27.2005690Z test_normalize_operator_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-05-18T06:23:27.2288310Z test_normalize_operator_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-05-18T06:23:27.2612530Z test_normalize_operator_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-05-18T06:23:27.2900800Z test_normalize_operator_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-05-18T06:23:27.3282950Z test_normalize_operator_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-05-18T06:23:27.4036380Z test_normalize_operator_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.075s) 2022-05-18T06:23:27.4416910Z test_normalize_operator_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-05-18T06:23:27.4481740Z test_normalize_operator_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:27.4544600Z test_normalize_operator_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:27.4686720Z test_normalize_operator_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-05-18T06:23:27.4749080Z test_normalize_operator_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:27.4807310Z test_normalize_operator_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:27.4870200Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:27.4933560Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:27.5029590Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-05-18T06:23:27.5142600Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.011s) 2022-05-18T06:23:28.8336720Z test_normalize_operator_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.319s) 2022-05-18T06:23:28.8718670Z test_normalize_operator_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-05-18T06:23:29.0239030Z test_normalize_operator_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.152s) 2022-05-18T06:23:29.1338750Z test_normalize_operator_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.110s) 2022-05-18T06:23:29.1576260Z test_normalize_operator_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-05-18T06:23:29.1929820Z test_normalize_operator_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-05-18T06:23:29.2079520Z test_normalize_operator_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-05-18T06:23:29.2250710Z test_normalize_operator_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-05-18T06:23:29.2573640Z test_normalize_operator_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-05-18T06:23:29.2946310Z test_normalize_operator_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-05-18T06:23:29.3289690Z test_normalize_operator_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-05-18T06:23:29.3714560Z test_normalize_operator_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-05-18T06:23:29.4179900Z test_normalize_operator_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-05-18T06:23:29.4639760Z test_normalize_operator_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-05-18T06:23:29.5113030Z test_normalize_operator_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-05-18T06:23:29.5571450Z test_normalize_operator_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-05-18T06:23:29.6048100Z test_normalize_operator_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-05-18T06:23:29.6545950Z test_normalize_operator_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-05-18T06:23:29.7019060Z test_normalize_operator_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T06:23:29.7019840Z warnings.warn( 2022-05-18T06:23:29.7020040Z ok (0.047s) 2022-05-18T06:23:29.7286820Z test_normalize_operator_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-05-18T06:23:29.7565000Z test_normalize_operator_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-05-18T06:23:29.7880440Z test_normalize_operator_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-05-18T06:23:29.8542750Z test_normalize_operator_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.066s) 2022-05-18T06:23:29.8975630Z test_normalize_operator_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-05-18T06:23:29.9129000Z test_normalize_operator_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-05-18T06:23:29.9471610Z test_normalize_operator_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-05-18T06:23:33.1302520Z test_normalize_operator_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (3.183s) 2022-05-18T06:23:38.5237580Z test_normalize_operator_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (5.393s) 2022-05-18T06:23:40.6333510Z test_normalize_operator_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (2.109s) 2022-05-18T06:23:41.2224050Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.589s) 2022-05-18T06:23:41.3576640Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.135s) 2022-05-18T06:23:42.5358040Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.178s) 2022-05-18T06:23:42.7663890Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.230s) 2022-05-18T06:23:43.1966520Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.430s) 2022-05-18T06:23:43.3116170Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.115s) 2022-05-18T06:23:43.3272410Z test_normalize_operator_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-05-18T06:23:43.3529740Z test_normalize_operator_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-05-18T06:23:43.3751480Z test_normalize_operator_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-05-18T06:23:43.3903760Z test_normalize_operator_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-05-18T06:23:43.4109740Z test_normalize_operator_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-05-18T06:23:43.6167210Z test_normalize_operator_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.206s) 2022-05-18T06:23:43.6483850Z test_normalize_operator_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-05-18T06:23:43.6820240Z test_normalize_operator_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-05-18T06:23:43.8613540Z test_normalize_operator_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.179s) 2022-05-18T06:23:43.9099150Z test_normalize_operator_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-05-18T06:23:43.9567240Z test_normalize_operator_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-05-18T06:23:43.9872370Z test_normalize_operator_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-05-18T06:23:44.0202940Z test_normalize_operator_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-05-18T06:23:44.0322320Z test_normalize_operator_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-05-18T06:23:44.0443260Z test_normalize_operator_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-05-18T06:23:44.3111630Z test_normalize_operator_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.267s) 2022-05-18T06:23:44.3798180Z test_normalize_operator_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.069s) 2022-05-18T06:23:44.4110910Z test_normalize_operator_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-05-18T06:23:44.4278780Z test_normalize_operator_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-05-18T06:23:44.4340960Z test_normalize_operator_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:44.4477840Z test_normalize_operator_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-05-18T06:23:44.4616870Z test_normalize_operator_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-05-18T06:23:44.4937590Z test_normalize_operator_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-05-18T06:23:44.5200350Z test_normalize_operator_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-05-18T06:23:44.5432900Z test_normalize_operator_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-05-18T06:23:44.5672420Z test_normalize_operator_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-05-18T06:23:44.5831540Z test_normalize_operator_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-05-18T06:23:44.6180210Z test_normalize_operator_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-05-18T06:23:44.6320500Z test_normalize_operator_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-05-18T06:23:44.6464930Z test_normalize_operator_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-05-18T06:23:44.6651090Z test_normalize_operator_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-05-18T06:23:44.6972060Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-05-18T06:23:44.7032280Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:45.5086340Z test_normalize_operator_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.805s) 2022-05-18T06:23:45.5272690Z test_normalize_operator_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T06:23:45.5273440Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:23:45.5273770Z ok (0.019s) 2022-05-18T06:23:45.5711120Z test_normalize_operator_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T06:23:45.5711880Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:23:45.5712190Z ok (0.044s) 2022-05-18T06:23:45.5776670Z test_normalize_operator_exhaustive_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:45.7131200Z test_normalize_operator_exhaustive_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.135s) 2022-05-18T06:23:45.7282340Z test_normalize_operator_exhaustive_norm_fro_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-05-18T06:23:45.7460170Z test_normalize_operator_exhaustive_norm_inf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-05-18T06:23:45.7587050Z test_normalize_operator_exhaustive_norm_nuc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-05-18T06:23:45.7655690Z test_normalize_operator_exhaustive_normal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-05-18T06:23:45.7718190Z test_normalize_operator_exhaustive_normal_number_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:45.7783610Z test_normalize_operator_exhaustive_ones_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:46.3783800Z test_normalize_operator_exhaustive_ormqr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.600s) 2022-05-18T06:23:46.3893670Z test_normalize_operator_exhaustive_outer_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-05-18T06:23:46.3964840Z test_normalize_operator_exhaustive_pca_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-05-18T06:23:46.4152770Z test_normalize_operator_exhaustive_permute_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-05-18T06:23:46.4503400Z test_normalize_operator_exhaustive_pinverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-05-18T06:23:46.4989600Z test_normalize_operator_exhaustive_polar_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-05-18T06:23:46.5052310Z test_normalize_operator_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:46.5100280Z test_normalize_operator_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:23:46.5147330Z test_normalize_operator_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:23:46.5194180Z test_normalize_operator_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:23:46.5240960Z test_normalize_operator_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:23:46.5387870Z test_normalize_operator_exhaustive_positive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-05-18T06:23:46.6004820Z test_normalize_operator_exhaustive_pow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.062s) 2022-05-18T06:23:46.7767430Z test_normalize_operator_exhaustive_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.176s) 2022-05-18T06:23:46.8594660Z test_normalize_operator_exhaustive_put_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.083s) 2022-05-18T06:23:47.0110840Z test_normalize_operator_exhaustive_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1601: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-05-18T06:23:47.0111780Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-05-18T06:23:47.0112070Z Q, R = torch.qr(A, some) 2022-05-18T06:23:47.0112290Z should be replaced with 2022-05-18T06:23:47.0112830Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:2497.) 2022-05-18T06:23:47.0113220Z ref_out = op.op(*arg_values, **kwarg_values) 2022-05-18T06:23:47.0113450Z ok (0.152s) 2022-05-18T06:23:47.3443400Z test_normalize_operator_exhaustive_quantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.333s) 2022-05-18T06:23:47.3594590Z test_normalize_operator_exhaustive_rad2deg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-05-18T06:23:47.3664540Z test_normalize_operator_exhaustive_rand_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-05-18T06:23:47.3735650Z test_normalize_operator_exhaustive_randint_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-05-18T06:23:47.3805950Z test_normalize_operator_exhaustive_randn_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-05-18T06:23:47.3928460Z test_normalize_operator_exhaustive_ravel_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-05-18T06:23:47.4071220Z test_normalize_operator_exhaustive_real_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-05-18T06:23:47.4222590Z test_normalize_operator_exhaustive_reciprocal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-05-18T06:23:47.4742990Z test_normalize_operator_exhaustive_remainder_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-05-18T06:23:47.4967690Z test_normalize_operator_exhaustive_renorm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-05-18T06:23:47.5070270Z test_normalize_operator_exhaustive_repeat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.011s) 2022-05-18T06:23:47.5301000Z test_normalize_operator_exhaustive_repeat_interleave_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-05-18T06:23:47.5377540Z test_normalize_operator_exhaustive_reshape_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-05-18T06:23:47.5794620Z test_normalize_operator_exhaustive_reshape_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-05-18T06:23:47.5871780Z test_normalize_operator_exhaustive_resize__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-05-18T06:23:47.6026590Z test_normalize_operator_exhaustive_resize_as__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-05-18T06:23:47.6143880Z test_normalize_operator_exhaustive_resolve_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-05-18T06:23:47.6264840Z test_normalize_operator_exhaustive_resolve_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-05-18T06:23:47.6590250Z test_normalize_operator_exhaustive_roll_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-05-18T06:23:47.6794850Z test_normalize_operator_exhaustive_rot90_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-05-18T06:23:47.6893270Z test_normalize_operator_exhaustive_round_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-05-18T06:23:47.7072250Z test_normalize_operator_exhaustive_round_decimals_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-05-18T06:23:47.7254440Z test_normalize_operator_exhaustive_round_decimals_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-05-18T06:23:47.7441710Z test_normalize_operator_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-05-18T06:23:47.7594360Z test_normalize_operator_exhaustive_rsqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-05-18T06:23:47.8066880Z test_normalize_operator_exhaustive_rsub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-05-18T06:23:47.8440490Z test_normalize_operator_exhaustive_scatter_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-05-18T06:23:48.0234910Z test_normalize_operator_exhaustive_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.179s) 2022-05-18T06:23:48.0919850Z test_normalize_operator_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1601: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1550.) 2022-05-18T06:23:48.0920590Z ref_out = op.op(*arg_values, **kwarg_values) 2022-05-18T06:23:48.0920840Z ok (0.068s) 2022-05-18T06:23:48.1595590Z test_normalize_operator_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.068s) 2022-05-18T06:23:48.2276760Z test_normalize_operator_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.068s) 2022-05-18T06:23:48.2937330Z test_normalize_operator_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.066s) 2022-05-18T06:23:48.3601140Z test_normalize_operator_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.066s) 2022-05-18T06:23:49.2821740Z test_normalize_operator_exhaustive_searchsorted_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1601: 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 ../aten/src/ATen/native/BucketizationUtils.h:35.) 2022-05-18T06:23:49.2822660Z ref_out = op.op(*arg_values, **kwarg_values) 2022-05-18T06:23:49.2823690Z test_fx_experimental.py:1601: 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 ../aten/src/ATen/native/BucketizationUtils.h:41.) 2022-05-18T06:23:49.2824370Z ref_out = op.op(*arg_values, **kwarg_values) 2022-05-18T06:23:49.2824590Z ok (0.922s) 2022-05-18T06:23:49.3071090Z test_normalize_operator_exhaustive_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-05-18T06:23:49.3303840Z test_normalize_operator_exhaustive_select_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-05-18T06:23:49.3391550Z test_normalize_operator_exhaustive_sgn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-05-18T06:23:49.3448990Z test_normalize_operator_exhaustive_short_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:49.3599480Z test_normalize_operator_exhaustive_sigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-05-18T06:23:49.3685930Z test_normalize_operator_exhaustive_sign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-05-18T06:23:49.3774330Z test_normalize_operator_exhaustive_signbit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-05-18T06:23:49.3869000Z test_normalize_operator_exhaustive_sin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-05-18T06:23:49.4019390Z test_normalize_operator_exhaustive_sinc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-05-18T06:23:49.4110440Z test_normalize_operator_exhaustive_sinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-05-18T06:23:49.4546420Z test_normalize_operator_exhaustive_slice_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-05-18T06:23:49.4831320Z test_normalize_operator_exhaustive_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-05-18T06:23:49.5123630Z test_normalize_operator_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-05-18T06:23:49.9316350Z test_normalize_operator_exhaustive_sort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.419s) 2022-05-18T06:23:49.9766510Z test_normalize_operator_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:2903: 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 ../aten/src/ATen/SparseCsrTensorImpl.cpp:68.) 2022-05-18T06:23:49.9767440Z torch.eye(m, n, device=device, dtype=dtype) 2022-05-18T06:23:49.9767670Z ok (0.045s) 2022-05-18T06:23:49.9885670Z test_normalize_operator_exhaustive_special_entr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-05-18T06:23:50.0036350Z test_normalize_operator_exhaustive_special_erfcx_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-05-18T06:23:50.0156940Z test_normalize_operator_exhaustive_special_i0e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-05-18T06:23:50.0273610Z test_normalize_operator_exhaustive_special_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-05-18T06:23:50.0403130Z test_normalize_operator_exhaustive_special_i1e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-05-18T06:23:50.0556370Z test_normalize_operator_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-05-18T06:23:50.0716140Z test_normalize_operator_exhaustive_special_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-05-18T06:23:50.0868910Z test_normalize_operator_exhaustive_special_ndtri_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-05-18T06:23:50.0927250Z test_normalize_operator_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:50.1384460Z test_normalize_operator_exhaustive_special_xlog1py_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-05-18T06:23:50.1846500Z test_normalize_operator_exhaustive_special_zeta_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-05-18T06:23:50.1967890Z test_normalize_operator_exhaustive_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-05-18T06:23:50.2137860Z test_normalize_operator_exhaustive_split_list_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-05-18T06:23:50.2356090Z test_normalize_operator_exhaustive_split_with_sizes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-05-18T06:23:50.2450570Z test_normalize_operator_exhaustive_sqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-05-18T06:23:50.2611420Z test_normalize_operator_exhaustive_square_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-05-18T06:23:50.2931530Z test_normalize_operator_exhaustive_squeeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-05-18T06:23:50.3053130Z test_normalize_operator_exhaustive_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-05-18T06:23:50.3563770Z test_normalize_operator_exhaustive_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-05-18T06:23:50.4294830Z test_normalize_operator_exhaustive_std_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.073s) 2022-05-18T06:23:50.4652470Z test_normalize_operator_exhaustive_stft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/functional.py:606: 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 ../aten/src/ATen/native/SpectralOps.cpp:803.) 2022-05-18T06:23:50.4653430Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-05-18T06:23:50.4654270Z ok (0.036s) 2022-05-18T06:23:50.5343740Z test_normalize_operator_exhaustive_sub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.069s) 2022-05-18T06:23:50.6496110Z test_normalize_operator_exhaustive_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.115s) 2022-05-18T06:23:50.6560910Z test_normalize_operator_exhaustive_sum_to_size_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:51.7079560Z test_normalize_operator_exhaustive_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.052s) 2022-05-18T06:23:51.7148170Z test_normalize_operator_exhaustive_svd_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-05-18T06:23:51.7543790Z test_normalize_operator_exhaustive_symeig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1601: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-05-18T06:23:51.7544520Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-05-18T06:23:51.7544890Z L, _ = torch.symeig(A, upper=upper) 2022-05-18T06:23:51.7545110Z should be replaced with 2022-05-18T06:23:51.7545640Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-05-18T06:23:51.7545890Z and 2022-05-18T06:23:51.7546110Z L, V = torch.symeig(A, eigenvectors=True) 2022-05-18T06:23:51.7546340Z should be replaced with 2022-05-18T06:23:51.7554050Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:3041.) 2022-05-18T06:23:51.7554530Z ref_out = op.op(*arg_values, **kwarg_values) 2022-05-18T06:23:51.7554760Z ok (0.039s) 2022-05-18T06:23:51.7695820Z test_normalize_operator_exhaustive_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-05-18T06:23:51.7951130Z test_normalize_operator_exhaustive_take_along_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-05-18T06:23:51.8348190Z test_normalize_operator_exhaustive_take_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-05-18T06:23:51.8450820Z test_normalize_operator_exhaustive_tan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-05-18T06:23:51.8551080Z test_normalize_operator_exhaustive_tanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-05-18T06:23:51.9126600Z test_normalize_operator_exhaustive_tensor_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-05-18T06:23:51.9259920Z test_normalize_operator_exhaustive_tensordot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-05-18T06:23:52.1008320Z test_normalize_operator_exhaustive_tile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.175s) 2022-05-18T06:23:52.1070310Z test_normalize_operator_exhaustive_to_sparse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-05-18T06:23:52.1709270Z test_normalize_operator_exhaustive_topk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.064s) 2022-05-18T06:23:52.1796860Z test_normalize_operator_exhaustive_trace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-05-18T06:23:52.2126210Z test_normalize_operator_exhaustive_transpose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-05-18T06:23:52.2506200Z test_normalize_operator_exhaustive_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-05-18T06:23:52.2894300Z test_normalize_operator_exhaustive_trapz_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-05-18T06:23:52.3507220Z test_normalize_operator_exhaustive_triangular_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1601: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-05-18T06:23:52.3508620Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-05-18T06:23:52.3509220Z X = torch.triangular_solve(B, A).solution 2022-05-18T06:23:52.3509480Z should be replaced with 2022-05-18T06:23:52.3509860Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:2189.) 2022-05-18T06:23:52.3510270Z ref_out = op.op(*arg_values, **kwarg_values) 2022-05-18T06:23:52.3510520Z ok (0.061s) 2022-05-18T06:23:52.3732270Z test_normalize_operator_exhaustive_tril_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-05-18T06:23:52.3964350Z test_normalize_operator_exhaustive_triu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-05-18T06:23:52.4353570Z test_normalize_operator_exhaustive_true_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-05-18T06:23:52.4440570Z test_normalize_operator_exhaustive_trunc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-05-18T06:23:52.4518030Z test_normalize_operator_exhaustive_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-05-18T06:23:52.4811870Z test_normalize_operator_exhaustive_unique_consecutive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.029s) 2022-05-18T06:23:52.5114670Z test_normalize_operator_exhaustive_unique_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.030s) 2022-05-18T06:23:52.5454430Z test_normalize_operator_exhaustive_unsqueeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-05-18T06:23:52.5996290Z test_normalize_operator_exhaustive_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-05-18T06:23:52.6735350Z test_normalize_operator_exhaustive_var_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.074s) 2022-05-18T06:23:52.6837970Z test_normalize_operator_exhaustive_vdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-05-18T06:23:52.6931140Z test_normalize_operator_exhaustive_view_as_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-05-18T06:23:52.7013300Z test_normalize_operator_exhaustive_view_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-05-18T06:23:52.7094860Z test_normalize_operator_exhaustive_view_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-05-18T06:23:52.7238330Z test_normalize_operator_exhaustive_vsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-05-18T06:23:52.7301860Z test_normalize_operator_exhaustive_vstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-05-18T06:23:52.7490290Z test_normalize_operator_exhaustive_where_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... Traceback (most recent call last): 2022-05-18T06:23:52.7491420Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/fx/graph_module.py", line 267, in __call__ 2022-05-18T06:23:52.7491850Z return super(self.cls, obj).__call__(*args, **kwargs) # type: ignore[misc] 2022-05-18T06:23:52.7492410Z File "/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1130, in _call_impl 2022-05-18T06:23:52.7492870Z return forward_call(*input, **kwargs) 2022-05-18T06:23:52.7493140Z File ".20586", line 5, in forward 2022-05-18T06:23:52.7493420Z where = torch.where(arg_0, arg_1, arg_2); arg_0 = arg_1 = arg_2 = None 2022-05-18T06:23:52.7493770Z RuntimeError: where expected condition to be a boolean tensor, but got a tensor with dtype Float 2022-05-18T06:23:52.7493990Z 2022-05-18T06:23:52.7494300Z Call using an FX-traced Module, line 5 of the traced Module's generated forward function: 2022-05-18T06:23:52.7494610Z def forward(self, arg_0, arg_1, arg_2): 2022-05-18T06:23:52.7494870Z where = torch.where(arg_0, arg_1, arg_2); arg_0 = arg_1 = arg_2 = None 2022-05-18T06:23:52.7495540Z 2022-05-18T06:23:52.7495840Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-05-18T06:23:52.7496060Z return where 2022-05-18T06:23:52.7496180Z 2022-05-18T06:23:52.7496240Z 2022-05-18T06:23:52.7496350Z 2022-05-18T06:23:52.7496430Z expected failure (0.019s) 2022-05-18T06:23:52.7939230Z test_normalize_operator_exhaustive_xlogy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-05-18T06:23:52.8083900Z test_normalize_operator_exhaustive_zero__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-05-18T06:23:52.8154150Z test_normalize_operator_exhaustive_zeros_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-05-18T06:23:52.8185560Z test_normalize_quantized_eb_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-05-18T06:23:52.9532740Z 2022-05-18T06:23:52.9534340Z ---------------------------------------------------------------------- 2022-05-18T06:23:52.9534760Z Ran 584 tests in 45.203s 2022-05-18T06:23:52.9534920Z 2022-05-18T06:23:52.9535350Z OK (skipped=14, expected failures=93) 2022-05-18T06:23:52.9535530Z 2022-05-18T06:23:52.9535670Z Generating XML reports... 2022-05-18T06:23:52.9536320Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestFXExperimental-20220518062307.xml 2022-05-18T06:23:52.9537080Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestNormalizeOperatorsCPU-20220518062307.xml 2022-05-18T06:23:53.3830380Z Running test_import_stats ... [2022-05-18 06:23:53.381602] 2022-05-18T06:23:53.3831410Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_import_stats.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:23:53.381723] 2022-05-18T06:23:54.5687890Z 2022-05-18T06:23:54.5688840Z Failed to register RDS schema: No module named 'boto3' 2022-05-18T06:23:54.5689400Z Test results will be stored in test-reports/python-unittest/test_import_stats 2022-05-18T06:23:54.5689740Z Running tests... 2022-05-18T06:23:54.5690130Z ---------------------------------------------------------------------- 2022-05-18T06:23:54.5703130Z test_peak_memory (__main__.TestImportTime) ... skip: Memory test is only implemented for Linux (0.001s) 2022-05-18T06:23:56.0936720Z test_time_cuda_device_count (__main__.TestImportTime) ... ok (1.523s) 2022-05-18T06:23:57.2237700Z test_time_import_torch (__main__.TestImportTime) ... ok (1.130s) 2022-05-18T06:23:57.2324250Z 2022-05-18T06:23:57.2325110Z ---------------------------------------------------------------------- 2022-05-18T06:23:57.2325500Z Ran 3 tests in 2.655s 2022-05-18T06:23:57.2325640Z 2022-05-18T06:23:57.2325720Z OK (skipped=1) 2022-05-18T06:23:57.2325840Z 2022-05-18T06:23:57.2325940Z Generating XML reports... 2022-05-18T06:23:57.2326470Z Generated XML report: test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20220518062354.xml 2022-05-18T06:23:57.4998050Z Running test_jit ... [2022-05-18 06:23:57.499467] 2022-05-18T06:23:57.4999690Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:23:57.499581] 2022-05-18T06:24:00.5740250Z CUDA not available, skipping tests 2022-05-18T06:24:00.5740890Z Test results will be stored in test-reports/python-unittest/test_jit 2022-05-18T06:24:00.5741420Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-05-18T06:24:00.5741630Z 2022-05-18T06:24:00.5741710Z Running tests... 2022-05-18T06:24:00.5742090Z ---------------------------------------------------------------------- 2022-05-18T06:24:00.5781250Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.004s) 2022-05-18T06:24:00.5993680Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.021s) 2022-05-18T06:24:00.6262720Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.027s) 2022-05-18T06:24:00.6287740Z test_async_future_type_python (jit.test_async.TestAsync) ... ok (0.002s) 2022-05-18T06:24:00.7228870Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... ok (0.094s) 2022-05-18T06:24:00.7335760Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... ok (0.011s) 2022-05-18T06:24:00.8138520Z test_async_kwargs (jit.test_async.TestAsync) ... ok (0.080s) 2022-05-18T06:24:00.8287530Z test_async_parsing (jit.test_async.TestAsync) ... ok (0.015s) 2022-05-18T06:24:00.8336070Z test_async_python (jit.test_async.TestAsync) ... ok (0.005s) 2022-05-18T06:24:00.8444680Z test_async_script (jit.test_async.TestAsync) ... ok (0.011s) 2022-05-18T06:24:00.8594610Z test_async_script_capture (jit.test_async.TestAsync) ... ok (0.015s) 2022-05-18T06:24:00.9117320Z test_async_script_error (jit.test_async.TestAsync) ... ok (0.052s) 2022-05-18T06:24:00.9405000Z test_async_script_multi_forks (jit.test_async.TestAsync) ... ok (0.029s) 2022-05-18T06:24:00.9521030Z test_async_script_multi_waits (jit.test_async.TestAsync) ... ok (0.012s) 2022-05-18T06:24:00.9702290Z test_async_script_nested (jit.test_async.TestAsync) ... ok (0.018s) 2022-05-18T06:24:00.9733970Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... ok (0.003s) 2022-05-18T06:24:01.0413460Z test_async_script_trace (jit.test_async.TestAsync) ... ok (0.068s) 2022-05-18T06:24:01.0428880Z test_future_subtyping (jit.test_async.TestAsync) 2022-05-18T06:24:01.0571990Z Test that futures subtype each other properly. ... ok (0.016s) 2022-05-18T06:24:01.0599880Z test_no_future_subtype_message (jit.test_async.TestAsync) ... ok (0.003s) 2022-05-18T06:24:01.0829330Z test_trace_fork_wait (jit.test_async.TestAsync) ... ok (0.023s) 2022-05-18T06:24:01.0997280Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... ok (0.017s) 2022-05-18T06:24:01.1387990Z test_trace_fork_wait_inline_onnx (jit.test_async.TestAsync) ... ok (0.039s) 2022-05-18T06:24:01.1431860Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... ok (0.004s) 2022-05-18T06:24:01.2001330Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... ok (0.057s) 2022-05-18T06:24:01.2335560Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... ok (0.033s) 2022-05-18T06:24:01.2418890Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-05-18T06:24:01.2735520Z 1. Testing a = int, b = int ... ok (0.040s) 2022-05-18T06:24:01.3022630Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... ok (0.029s) 2022-05-18T06:24:01.3078200Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.005s) 2022-05-18T06:24:01.4232960Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.115s) 2022-05-18T06:24:01.5269670Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.104s) 2022-05-18T06:24:01.5340170Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-05-18T06:24:01.5727820Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.039s) 2022-05-18T06:24:01.5848490Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.012s) 2022-05-18T06:24:01.5878620Z test_differentiable_graph_ops_requires_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: disable until we property handle tensor lists with undefined gradients (0.003s) 2022-05-18T06:24:01.6004340Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.012s) 2022-05-18T06:24:01.6118780Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.011s) 2022-05-18T06:24:01.6310430Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.019s) 2022-05-18T06:24:01.6433220Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.012s) 2022-05-18T06:24:01.6554460Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.012s) 2022-05-18T06:24:01.6677010Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.012s) 2022-05-18T06:24:01.6790150Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.011s) 2022-05-18T06:24:01.6807730Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Simple Executor doesn't support gradients (0.002s) 2022-05-18T06:24:01.6909930Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-05-18T06:24:01.7057560Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.015s) 2022-05-18T06:24:01.7156290Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-05-18T06:24:01.7262520Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.011s) 2022-05-18T06:24:01.7270470Z test_errors (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.001s) 2022-05-18T06:24:01.7276160Z test_execution (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.001s) 2022-05-18T06:24:01.7281810Z test_save_load (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.001s) 2022-05-18T06:24:01.7285910Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... skip: Non-portable load_library call used in test (0.000s) 2022-05-18T06:24:01.7290570Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... skip: Non-portable load_library call used in test (0.000s) 2022-05-18T06:24:01.7387430Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-05-18T06:24:01.7504930Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.012s) 2022-05-18T06:24:01.7623790Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.012s) 2022-05-18T06:24:01.7782730Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... ok (0.016s) 2022-05-18T06:24:01.7940580Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... ok (0.016s) 2022-05-18T06:24:01.8098020Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.016s) 2022-05-18T06:24:01.8282090Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... ok (0.018s) 2022-05-18T06:24:01.8470010Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... ok (0.019s) 2022-05-18T06:24:01.8573070Z test_del (jit.test_builtins.TestBuiltins) ... ok (0.010s) 2022-05-18T06:24:01.8726630Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... ok (0.015s) 2022-05-18T06:24:01.9072200Z test_has_attr (jit.test_builtins.TestBuiltins) ... ok (0.034s) 2022-05-18T06:24:01.9238680Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... ok (0.017s) 2022-05-18T06:24:01.9431810Z test_cast_overloads (jit.test_class_type.TestClassType) ... ok (0.019s) 2022-05-18T06:24:01.9444710Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-05-18T06:24:01.9512080Z Test that the error message displayed when convering a class type ... ok (0.008s) 2022-05-18T06:24:02.0120860Z test_class_constant (jit.test_class_type.TestClassType) ... ok (0.061s) 2022-05-18T06:24:02.0204340Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... ok (0.008s) 2022-05-18T06:24:02.0251210Z test_class_inheritance (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-05-18T06:24:02.0266550Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-05-18T06:24:02.0429760Z Test that inheritance is detected in ... ok (0.018s) 2022-05-18T06:24:02.1451900Z test_class_sorting (jit.test_class_type.TestClassType) ... ok (0.102s) 2022-05-18T06:24:02.1641610Z test_class_specialization (jit.test_class_type.TestClassType) ... ok (0.019s) 2022-05-18T06:24:02.1769800Z test_class_type_as_param (jit.test_class_type.TestClassType) ... ok (0.013s) 2022-05-18T06:24:02.1781130Z test_classmethod (jit.test_class_type.TestClassType) 2022-05-18T06:24:02.1918860Z Test classmethods on class types. ... ok (0.015s) 2022-05-18T06:24:02.1961400Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... ok (0.004s) 2022-05-18T06:24:02.1981290Z test_custom_delete (jit.test_class_type.TestClassType) 2022-05-18T06:24:02.2212260Z Test that del can be called on an instance of a class that ... ok (0.025s) 2022-05-18T06:24:02.2261080Z test_default_args (jit.test_class_type.TestClassType) 2022-05-18T06:24:02.3186770Z Test that methods on class types can have default arguments. ... ok (0.097s) 2022-05-18T06:24:02.3275730Z test_get_attr (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-05-18T06:24:02.3318300Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... ok (0.004s) 2022-05-18T06:24:02.3335940Z test_get_with_method (jit.test_class_type.TestClassType) ... ok (0.002s) 2022-05-18T06:24:02.3632330Z test_imported_classes (jit.test_class_type.TestClassType) ... ok (0.029s) 2022-05-18T06:24:02.3729210Z test_in (jit.test_class_type.TestClassType) ... ok (0.010s) 2022-05-18T06:24:02.3777210Z test_init_compiled_first (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-05-18T06:24:02.4577490Z test_interface (jit.test_class_type.TestClassType) ... ok (0.080s) 2022-05-18T06:24:02.4651960Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-05-18T06:24:02.4761640Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... ok (0.011s) 2022-05-18T06:24:02.6995470Z test_overloaded_fn (jit.test_class_type.TestClassType) ... ok (0.223s) 2022-05-18T06:24:02.7031000Z test_properties (jit.test_class_type.TestClassType) 2022-05-18T06:24:02.7449440Z Test that a scripted class can make use of the @property decorator. ... ok (0.045s) 2022-05-18T06:24:02.7558410Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... ok (0.011s) 2022-05-18T06:24:02.7657640Z test_python_interop (jit.test_class_type.TestClassType) ... ok (0.010s) 2022-05-18T06:24:02.7664620Z test_recursive_class (jit.test_class_type.TestClassType) 2022-05-18T06:24:02.7699260Z Recursive class types not yet supported. We should give a good error message. ... ok (0.004s) 2022-05-18T06:24:02.7724830Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-05-18T06:24:02.8402700Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... ok (0.070s) 2022-05-18T06:24:02.8414060Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-05-18T06:24:02.8607010Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... ok (0.020s) 2022-05-18T06:24:02.8617610Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-05-18T06:24:02.8781030Z Test that class types are recursively scripted when an Python instance of one ... ok (0.017s) 2022-05-18T06:24:02.8801050Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-05-18T06:24:02.9023720Z Test that class types module attributes that fail to script ... ok (0.024s) 2022-05-18T06:24:02.9039160Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-05-18T06:24:02.9171230Z Test that modifications made to a class instance in TorchScript ... ok (0.015s) 2022-05-18T06:24:02.9314720Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... ok (0.014s) 2022-05-18T06:24:02.9558660Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... ok (0.024s) 2022-05-18T06:24:02.9718310Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-05-18T06:24:02.9723860Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-05-18T06:24:03.3625010Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... ok (0.391s) 2022-05-18T06:24:03.3637920Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-05-18T06:24:03.3824140Z Test that a scripted class can have a method that refers to the class itself ... ok (0.020s) 2022-05-18T06:24:03.3934870Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... ok (0.011s) 2022-05-18T06:24:03.3983180Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-05-18T06:24:03.4020880Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... ok (0.004s) 2022-05-18T06:24:03.4041010Z test_staticmethod (jit.test_class_type.TestClassType) 2022-05-18T06:24:03.4322780Z Test static methods on class types. ... ok (0.030s) 2022-05-18T06:24:03.4334810Z test_type_annotation (jit.test_class_type.TestClassType) 2022-05-18T06:24:03.4428360Z Test that annotating container attributes with types works correctly ... ok (0.010s) 2022-05-18T06:24:03.4479930Z test_type_annotations (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-05-18T06:24:03.4578020Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... ok (0.010s) 2022-05-18T06:24:03.4602730Z test_unused_method (jit.test_class_type.TestClassType) 2022-05-18T06:24:03.4796840Z Test unused methods on scripted classes. ... ok (0.022s) 2022-05-18T06:24:03.5079150Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... ok (0.028s) 2022-05-18T06:24:03.5295410Z test_comparison_ops (jit.test_complex.TestComplex) ... ok (0.021s) 2022-05-18T06:24:04.1136880Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... ok (0.584s) 2022-05-18T06:24:04.1956600Z test_complex_constructor (jit.test_complex.TestComplex) ... ok (0.082s) 2022-05-18T06:24:04.2018890Z test_complex_list_sum (jit.test_complex.TestComplex) ... ok (0.006s) 2022-05-18T06:24:04.2137540Z test_complex_parse (jit.test_complex.TestComplex) ... ok (0.012s) 2022-05-18T06:24:04.2213360Z test_complexdict (jit.test_complex.TestComplex) ... ok (0.007s) 2022-05-18T06:24:04.2285740Z test_complexlist (jit.test_complex.TestComplex) ... ok (0.007s) 2022-05-18T06:24:04.2349610Z test_div (jit.test_complex.TestComplex) ... ok (0.006s) 2022-05-18T06:24:04.2491130Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... ok (0.014s) 2022-05-18T06:24:04.2631290Z test_pickle (jit.test_complex.TestComplex) ... ok (0.014s) 2022-05-18T06:24:04.2677350Z test_script (jit.test_complex.TestComplex) ... ok (0.005s) 2022-05-18T06:24:04.2795790Z test_tensor_attributes (jit.test_complex.TestComplex) ... ok (0.012s) 2022-05-18T06:24:04.3494140Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... ok (0.070s) 2022-05-18T06:24:04.3546770Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.005s) 2022-05-18T06:24:04.3630780Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.008s) 2022-05-18T06:24:04.3646570Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-05-18T06:24:04.3671370Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-05-18T06:24:04.3683520Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-05-18T06:24:04.3700290Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-05-18T06:24:04.3715690Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-05-18T06:24:04.3729140Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-05-18T06:24:04.3743890Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-05-18T06:24:04.3758350Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-05-18T06:24:04.3804570Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.005s) 2022-05-18T06:24:04.3812250Z 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-05-18T06:24:04.3827530Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-05-18T06:24:04.3911110Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... ok (0.008s) 2022-05-18T06:24:04.4045580Z test_setattr_removed (jit.test_dce.TestDCE) ... ok (0.013s) 2022-05-18T06:24:04.4053560Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-05-18T06:24:04.4061400Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-05-18T06:24:04.4081960Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.002s) 2022-05-18T06:24:04.4098430Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.002s) 2022-05-18T06:24:04.4105970Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-05-18T06:24:04.4237320Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.013s) 2022-05-18T06:24:04.4283250Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-05-18T06:24:04.4336470Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-05-18T06:24:04.4398670Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-05-18T06:24:04.4472520Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.007s) 2022-05-18T06:24:04.4533200Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-05-18T06:24:04.4593450Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-05-18T06:24:04.4606880Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Requires torchvision (0.001s) 2022-05-18T06:24:04.4675540Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.007s) 2022-05-18T06:24:04.4729920Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-05-18T06:24:04.4818480Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.009s) 2022-05-18T06:24:04.4988050Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.017s) 2022-05-18T06:24:04.5052510Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-05-18T06:24:04.7232660Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.218s) 2022-05-18T06:24:04.7239580Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... skip: No CUDA (0.001s) 2022-05-18T06:24:04.7646240Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.040s) 2022-05-18T06:24:04.7957190Z test_aug_assign (jit.test_list_dict.TestDict) ... ok (0.031s) 2022-05-18T06:24:04.8331130Z test_basic (jit.test_list_dict.TestDict) ... ok (0.037s) 2022-05-18T06:24:04.8402360Z test_clear (jit.test_list_dict.TestDict) ... ok (0.007s) 2022-05-18T06:24:04.8488970Z test_copy (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-05-18T06:24:04.8632200Z test_del (jit.test_list_dict.TestDict) ... ok (0.014s) 2022-05-18T06:24:04.9032610Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... ok (0.040s) 2022-05-18T06:24:05.0608880Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... ok (0.157s) 2022-05-18T06:24:05.0701340Z test_dict_to_python (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-05-18T06:24:05.0723370Z test_dict_variance (jit.test_list_dict.TestDict) 2022-05-18T06:24:05.0915920Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... ok (0.021s) 2022-05-18T06:24:05.1073810Z test_get (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-05-18T06:24:05.1245430Z test_get_boolkey (jit.test_list_dict.TestDict) ... ok (0.017s) 2022-05-18T06:24:05.1302990Z test_items (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-05-18T06:24:05.1330020Z test_key_type (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-05-18T06:24:05.1424220Z test_keys (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-05-18T06:24:05.1487030Z test_len (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-05-18T06:24:05.1545810Z test_loop (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-05-18T06:24:05.1697560Z test_membership (jit.test_list_dict.TestDict) ... ok (0.015s) 2022-05-18T06:24:05.1754930Z test_mutability (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-05-18T06:24:05.1959960Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... ok (0.020s) 2022-05-18T06:24:05.2191960Z test_ordered_dict (jit.test_list_dict.TestDict) ... ok (0.023s) 2022-05-18T06:24:05.2396140Z test_pop (jit.test_list_dict.TestDict) ... ok (0.020s) 2022-05-18T06:24:05.2463620Z test_popitem (jit.test_list_dict.TestDict) ... ok (0.007s) 2022-05-18T06:24:05.2619410Z test_setdefault (jit.test_list_dict.TestDict) ... ok (0.015s) 2022-05-18T06:24:05.2633170Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-05-18T06:24:05.2666550Z Test that the use of a Dict type annotation without contained ... ok (0.005s) 2022-05-18T06:24:05.2870590Z test_update (jit.test_list_dict.TestDict) ... ok (0.020s) 2022-05-18T06:24:05.2964940Z test_update_existing_key (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-05-18T06:24:05.3017960Z test_values (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-05-18T06:24:05.3131160Z test_view (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-05-18T06:24:05.3263580Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.013s) 2022-05-18T06:24:05.4474160Z test_binary_tensors (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.121s) 2022-05-18T06:24:05.4502520Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... [W NNPACK.cpp:51] Could not initialize NNPACK! Reason: Unsupported hardware. 2022-05-18T06:24:05.4631820Z ok (0.016s) 2022-05-18T06:24:05.4902340Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.027s) 2022-05-18T06:24:05.5191260Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.029s) 2022-05-18T06:24:05.5723390Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.053s) 2022-05-18T06:24:05.5948140Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.022s) 2022-05-18T06:24:05.6191630Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.024s) 2022-05-18T06:24:05.6319660Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-05-18T06:24:05.6445500Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-05-18T06:24:05.6572030Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-05-18T06:24:05.6673370Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-05-18T06:24:05.6773270Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-05-18T06:24:05.6874200Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-05-18T06:24:05.6966500Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-05-18T06:24:05.7057520Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-05-18T06:24:05.7151550Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-05-18T06:24:05.7246370Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-05-18T06:24:05.7338890Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-05-18T06:24:05.7432590Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-05-18T06:24:05.7508180Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-05-18T06:24:05.7584080Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-05-18T06:24:05.7660140Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-05-18T06:24:05.7798850Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-05-18T06:24:05.7901000Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-05-18T06:24:05.8059410Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-05-18T06:24:05.8199330Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-05-18T06:24:05.8352370Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-05-18T06:24:05.8435740Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-05-18T06:24:05.8588270Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-05-18T06:24:05.8741430Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-05-18T06:24:05.8812360Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-05-18T06:24:05.8960180Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-05-18T06:24:05.9104430Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-05-18T06:24:05.9212450Z test_custom_rules_ints_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-05-18T06:24:05.9315090Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-05-18T06:24:05.9421050Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-05-18T06:24:05.9582300Z test_custom_rules_ints_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-05-18T06:24:05.9741580Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-05-18T06:24:05.9907870Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-05-18T06:24:06.0069230Z test_custom_rules_ints_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-05-18T06:24:06.0240620Z test_custom_rules_ints_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-05-18T06:24:06.0406270Z test_custom_rules_ints_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-05-18T06:24:06.0575200Z test_custom_rules_ints_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-05-18T06:24:06.0743410Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-05-18T06:24:06.0911610Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-05-18T06:24:06.1080850Z test_custom_rules_ints_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-05-18T06:24:06.1251230Z test_custom_rules_ints_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-05-18T06:24:06.1424700Z test_custom_rules_ints_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-05-18T06:24:06.1573160Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-05-18T06:24:06.1740720Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-05-18T06:24:06.1909950Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-05-18T06:24:06.1986310Z test_custom_rules_ints_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-05-18T06:24:06.2061580Z test_custom_rules_ints_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-05-18T06:24:06.2135300Z test_custom_rules_ints_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-05-18T06:24:06.2241610Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-05-18T06:24:06.2346920Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-05-18T06:24:06.2453240Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-05-18T06:24:06.2537470Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-05-18T06:24:06.2619370Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-05-18T06:24:06.2701840Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-05-18T06:24:06.2785900Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-05-18T06:24:06.2852850Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-05-18T06:24:06.2927670Z test_custom_rules_ints_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-05-18T06:24:06.3001200Z test_custom_rules_ints_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-05-18T06:24:06.3074610Z test_custom_rules_ints_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-05-18T06:24:06.3198520Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-05-18T06:24:06.3322000Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-05-18T06:24:06.3446660Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-05-18T06:24:06.3601900Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-05-18T06:24:06.3754430Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-05-18T06:24:06.3907790Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-05-18T06:24:06.4045040Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-05-18T06:24:06.4185420Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-05-18T06:24:06.4338350Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-05-18T06:24:06.4491710Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-05-18T06:24:06.4624000Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-05-18T06:24:06.4755880Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-05-18T06:24:06.4897460Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-05-18T06:24:06.5039760Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-05-18T06:24:06.5178820Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-05-18T06:24:06.5315750Z test_custom_rules_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-05-18T06:24:06.5457620Z test_custom_rules_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-05-18T06:24:06.5594300Z test_custom_rules_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-05-18T06:24:06.5733920Z test_custom_rules_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-05-18T06:24:06.5882040Z test_custom_rules_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-05-18T06:24:06.6031510Z test_custom_rules_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-05-18T06:24:06.6180930Z test_custom_rules_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-05-18T06:24:06.6348380Z test_custom_rules_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-05-18T06:24:06.6498860Z test_custom_rules_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-05-18T06:24:06.6644200Z test_custom_rules_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-05-18T06:24:06.6789490Z test_custom_rules_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-05-18T06:24:06.6960600Z test_custom_rules_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-05-18T06:24:06.7129620Z test_custom_rules_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-05-18T06:24:06.7298440Z test_custom_rules_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-05-18T06:24:06.7541430Z test_custom_rules_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.024s) 2022-05-18T06:24:06.8021060Z test_custom_rules_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.048s) 2022-05-18T06:24:06.8507350Z test_custom_rules_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.049s) 2022-05-18T06:24:06.8673790Z test_custom_rules_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-05-18T06:24:06.8838150Z test_custom_rules_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-05-18T06:24:06.8998460Z test_custom_rules_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-05-18T06:24:06.9169730Z test_custom_rules_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-05-18T06:24:06.9664960Z test_custom_rules_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.049s) 2022-05-18T06:24:07.0157810Z test_custom_rules_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.049s) 2022-05-18T06:24:07.0358390Z test_custom_rules_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.020s) 2022-05-18T06:24:07.0534170Z test_custom_rules_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-05-18T06:24:07.0699700Z test_custom_rules_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-05-18T06:24:07.0867640Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-05-18T06:24:07.1034820Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-05-18T06:24:07.1199720Z test_custom_rules_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-05-18T06:24:07.1323040Z test_custom_rules_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-05-18T06:24:07.1445290Z test_custom_rules_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-05-18T06:24:07.1567530Z test_custom_rules_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-05-18T06:24:07.1722310Z test_custom_rules_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-05-18T06:24:07.1874400Z test_custom_rules_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-05-18T06:24:07.2028460Z test_custom_rules_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-05-18T06:24:07.2209230Z test_custom_rules_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.018s) 2022-05-18T06:24:07.2390490Z test_custom_rules_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.018s) 2022-05-18T06:24:07.2575910Z test_custom_rules_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.018s) 2022-05-18T06:24:07.2757310Z test_custom_rules_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.018s) 2022-05-18T06:24:07.2924990Z test_custom_rules_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-05-18T06:24:07.3041470Z test_custom_rules_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-05-18T06:24:07.3157210Z test_custom_rules_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-05-18T06:24:07.3272210Z test_custom_rules_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-05-18T06:24:07.3408870Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... ok (0.014s) 2022-05-18T06:24:07.3505490Z test_enum_as_const (jit.test_enum.TestEnum) ... ok (0.010s) 2022-05-18T06:24:07.3620490Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.011s) 2022-05-18T06:24:07.3709370Z test_enum_comp (jit.test_enum.TestEnum) ... ok (0.009s) 2022-05-18T06:24:07.3838780Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... ok (0.013s) 2022-05-18T06:24:07.3852610Z test_enum_explicit_script (jit.test_enum.TestEnum) ... ok (0.001s) 2022-05-18T06:24:07.3982930Z test_enum_iterate (jit.test_enum.TestEnum) ... ok (0.013s) 2022-05-18T06:24:07.4078130Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... ok (0.009s) 2022-05-18T06:24:07.4195570Z test_enum_module_return (jit.test_enum.TestEnum) ... ok (0.012s) 2022-05-18T06:24:07.4279860Z test_enum_name (jit.test_enum.TestEnum) ... ok (0.008s) 2022-05-18T06:24:07.4371460Z test_enum_return (jit.test_enum.TestEnum) ... ok (0.009s) 2022-05-18T06:24:07.4457100Z test_enum_value (jit.test_enum.TestEnum) ... ok (0.008s) 2022-05-18T06:24:07.4769370Z test_enum_value_types (jit.test_enum.TestEnum) ... ok (0.031s) 2022-05-18T06:24:07.4835960Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... ok (0.007s) 2022-05-18T06:24:07.4903370Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... ok (0.007s) 2022-05-18T06:24:07.5025690Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.012s) 2022-05-18T06:24:07.5138170Z test_aten_fallback (jit.test_export_modes.TestExportModes) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/onnx/utils.py:55: UserWarning: You are exporting the model to ONNX while in training mode with 'train' parameter not specified. The model will default to inference mode export. If you wish to export a training amenable ONNX model, specify training=TrainingMode.TRAINING or training=TrainingMode.PRESERVE (to preserve the original model state) in torch.onnx.export(). 2022-05-18T06:24:07.5139230Z warnings.warn( 2022-05-18T06:24:07.5139440Z ok (0.011s) 2022-05-18T06:24:07.5151180Z test_caffe2_aten_fallback (jit.test_export_modes.TestExportModes) ... skip: Caffe2 is not available (0.001s) 2022-05-18T06:24:07.5265870Z test_compressed_zipfile (jit.test_export_modes.TestExportModes) ... ok (0.011s) 2022-05-18T06:24:07.5382060Z test_directory (jit.test_export_modes.TestExportModes) ... ok (0.012s) 2022-05-18T06:24:07.5446210Z test_onnx_aten (jit.test_export_modes.TestExportModes) ... ok (0.006s) 2022-05-18T06:24:07.5506070Z test_onnx_multiple_return (jit.test_export_modes.TestExportModes) ... ok (0.006s) 2022-05-18T06:24:07.5605720Z test_protobuf (jit.test_export_modes.TestExportModes) ... ok (0.010s) 2022-05-18T06:24:07.5705220Z test_zipfile (jit.test_export_modes.TestExportModes) ... ok (0.010s) 2022-05-18T06:24:07.5954090Z test_freeze_module (jit.test_freezing.TestFreezing) ... ok (0.025s) 2022-05-18T06:24:07.6175000Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... ok (0.022s) 2022-05-18T06:24:07.9139120Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... ok (0.296s) 2022-05-18T06:24:07.9276390Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-05-18T06:24:07.9453350Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... ok (0.018s) 2022-05-18T06:24:07.9566690Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-05-18T06:24:07.9799300Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... ok (0.023s) 2022-05-18T06:24:07.9919740Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-05-18T06:24:08.0037280Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-05-18T06:24:08.0144230Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-05-18T06:24:08.0248780Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-05-18T06:24:08.0421500Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-05-18T06:24:08.0544280Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-05-18T06:24:08.0693750Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-05-18T06:24:08.0814190Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-05-18T06:24:08.1024440Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-05-18T06:24:08.1190470Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-05-18T06:24:08.1390190Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... ok (0.020s) 2022-05-18T06:24:08.1576220Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... ok (0.019s) 2022-05-18T06:24:08.1694780Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-05-18T06:24:08.1813580Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-05-18T06:24:08.1940890Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-05-18T06:24:08.2026200Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-05-18T06:24:08.2111740Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-05-18T06:24:08.2486670Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... ok (0.037s) 2022-05-18T06:24:08.2893130Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... ok (0.040s) 2022-05-18T06:24:08.3239260Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... ok (0.035s) 2022-05-18T06:24:08.3266330Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-05-18T06:24:08.3850610Z Test that Modules containing non-static ModuleDict or ModuleList ... ok (0.059s) 2022-05-18T06:24:08.3989800Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-05-18T06:24:08.4198160Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-05-18T06:24:08.4448170Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... ok (0.025s) 2022-05-18T06:24:08.4875560Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... ok (0.043s) 2022-05-18T06:24:08.5142000Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... ok (0.027s) 2022-05-18T06:24:08.5266860Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-05-18T06:24:08.5402990Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-05-18T06:24:08.5576950Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-05-18T06:24:08.5666200Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-05-18T06:24:08.5867190Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.020s) 2022-05-18T06:24:08.6021940Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-05-18T06:24:08.6167530Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-05-18T06:24:08.6290140Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-05-18T06:24:08.6502450Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-05-18T06:24:08.6650300Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-05-18T06:24:08.6790710Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-05-18T06:24:08.6831350Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:24:08.6965990Z test_instancing_error (__main__.TestFrontend) ... ok (0.013s) 2022-05-18T06:24:08.7238110Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... ok (0.027s) 2022-05-18T06:24:11.2735300Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (2.550s) 2022-05-18T06:24:11.9499850Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.676s) 2022-05-18T06:24:11.9526780Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... skip: Caching allocator leak sometimes causes failures (0.003s) 2022-05-18T06:24:11.9755850Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.023s) 2022-05-18T06:24:11.9784570Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.003s) 2022-05-18T06:24:12.1029900Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.124s) 2022-05-18T06:24:12.1732590Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.070s) 2022-05-18T06:24:12.1743290Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: Testing no mkldnn (0.001s) 2022-05-18T06:24:12.1771940Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.003s) 2022-05-18T06:24:12.1794510Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.002s) 2022-05-18T06:24:12.1902290Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.011s) 2022-05-18T06:24:12.2056770Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.015s) 2022-05-18T06:24:12.2199840Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.014s) 2022-05-18T06:24:12.2346180Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... ok (0.014s) 2022-05-18T06:24:12.5712170Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... ok (0.336s) 2022-05-18T06:24:12.5733670Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.002s) 2022-05-18T06:24:12.5755160Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-05-18T06:24:12.5755900Z Testing that the interleaving of multiple optimizations does not ... skip: Optimization currently only run for GPU (0.002s) 2022-05-18T06:24:12.5775390Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-05-18T06:24:12.5776130Z There should be no change to the graph due to the optimization pass ... skip: Optimization currently only run for GPU (0.002s) 2022-05-18T06:24:12.5801770Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.002s) 2022-05-18T06:24:12.5891420Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... ok (0.009s) 2022-05-18T06:24:12.5969650Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.008s) 2022-05-18T06:24:12.5986250Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.002s) 2022-05-18T06:24:12.6381730Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... ok (0.039s) 2022-05-18T06:24:12.6600280Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... ok (0.022s) 2022-05-18T06:24:12.6949330Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... ok (0.035s) 2022-05-18T06:24:13.3611610Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.666s) 2022-05-18T06:24:14.9417150Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (1.580s) 2022-05-18T06:24:14.9480780Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-05-18T06:24:14.9535870Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.005s) 2022-05-18T06:24:14.9843690Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... ok (0.031s) 2022-05-18T06:24:15.0641050Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... ok (0.080s) 2022-05-18T06:24:15.3824760Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.318s) 2022-05-18T06:24:15.4865030Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.104s) 2022-05-18T06:24:15.5010660Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.014s) 2022-05-18T06:24:15.5021540Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... skip: no torchvision (0.001s) 2022-05-18T06:24:15.5120570Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... ok (0.010s) 2022-05-18T06:24:15.5644090Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... ok (0.052s) 2022-05-18T06:24:15.5762800Z test_hash_bool (jit.test_hash.TestHash) ... ok (0.012s) 2022-05-18T06:24:15.5877490Z test_hash_device (jit.test_hash.TestHash) ... ok (0.011s) 2022-05-18T06:24:15.6038180Z test_hash_float (jit.test_hash.TestHash) ... ok (0.016s) 2022-05-18T06:24:15.6159530Z test_hash_int (jit.test_hash.TestHash) ... ok (0.012s) 2022-05-18T06:24:15.6211850Z test_hash_none (jit.test_hash.TestHash) ... ok (0.005s) 2022-05-18T06:24:15.6304880Z test_hash_string (jit.test_hash.TestHash) ... ok (0.009s) 2022-05-18T06:24:15.6313540Z test_hash_tensor (jit.test_hash.TestHash) 2022-05-18T06:24:15.6410840Z Tensors should hash by identity ... ok (0.011s) 2022-05-18T06:24:15.6521710Z test_hash_tuple (jit.test_hash.TestHash) ... ok (0.011s) 2022-05-18T06:24:15.6572350Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... ok (0.005s) 2022-05-18T06:24:15.6887480Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... ok (0.031s) 2022-05-18T06:24:15.6897590Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... skip: (0.001s) 2022-05-18T06:24:15.7050460Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... ok (0.015s) 2022-05-18T06:24:15.7190300Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... ok (0.014s) 2022-05-18T06:24:15.7414370Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.022s) 2022-05-18T06:24:15.7827470Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.041s) 2022-05-18T06:24:15.8175260Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.035s) 2022-05-18T06:24:15.8516580Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.034s) 2022-05-18T06:24:15.9092040Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.057s) 2022-05-18T06:24:15.9594980Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.050s) 2022-05-18T06:24:15.9869800Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.027s) 2022-05-18T06:24:16.0247070Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.038s) 2022-05-18T06:24:16.0489430Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... ok (0.024s) 2022-05-18T06:24:16.0848480Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.036s) 2022-05-18T06:24:16.1265040Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.042s) 2022-05-18T06:24:16.1624110Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.036s) 2022-05-18T06:24:16.1981990Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... ok (0.036s) 2022-05-18T06:24:16.2340790Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.036s) 2022-05-18T06:24:16.2933730Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.059s) 2022-05-18T06:24:16.3410780Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.048s) 2022-05-18T06:24:16.3687300Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.028s) 2022-05-18T06:24:16.4076410Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.039s) 2022-05-18T06:24:16.4756800Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.068s) 2022-05-18T06:24:16.5557280Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.080s) 2022-05-18T06:24:16.5607690Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.005s) 2022-05-18T06:24:16.5676770Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.007s) 2022-05-18T06:24:16.5714030Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.004s) 2022-05-18T06:24:16.5726940Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.001s) 2022-05-18T06:24:16.5739500Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.001s) 2022-05-18T06:24:16.6413220Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (0.067s) 2022-05-18T06:24:16.6423010Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... skip: no torchvision (0.001s) 2022-05-18T06:24:16.6507490Z test_bool (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-05-18T06:24:16.6608910Z test_dict (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-05-18T06:24:16.6706450Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-05-18T06:24:16.6734650Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-05-18T06:24:16.6812960Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-05-18T06:24:16.6828990Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-05-18T06:24:16.6847210Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-05-18T06:24:16.6924180Z test_float (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-05-18T06:24:16.7009090Z test_if_else (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-05-18T06:24:16.7109970Z test_in_if (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-05-18T06:24:16.7231060Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... ok (0.012s) 2022-05-18T06:24:16.7310450Z test_int (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-05-18T06:24:16.7419520Z test_list (jit.test_isinstance.TestIsinstance) ... ok (0.011s) 2022-05-18T06:24:16.7518240Z test_list_nested (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-05-18T06:24:16.7548580Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-05-18T06:24:16.7633870Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-05-18T06:24:16.7709540Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-05-18T06:24:16.7729120Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-05-18T06:24:16.7835840Z test_optional (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-05-18T06:24:16.7912890Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-05-18T06:24:16.7942610Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-05-18T06:24:16.8017560Z test_optional_none (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-05-18T06:24:16.8094220Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-05-18T06:24:16.8184850Z test_tuple (jit.test_isinstance.TestIsinstance) ... ok (0.009s) 2022-05-18T06:24:16.8308400Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... ok (0.012s) 2022-05-18T06:24:16.8336150Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-05-18T06:24:16.8462910Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... ok (0.013s) 2022-05-18T06:24:16.8539750Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-05-18T06:24:16.8814180Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... ok (0.027s) 2022-05-18T06:24:16.9855400Z test_ModuleList (__main__.TestJit) ... ok (0.104s) 2022-05-18T06:24:17.0279770Z test_Sequential (__main__.TestJit) ... ok (0.042s) 2022-05-18T06:24:17.0644600Z test_T_mT_H_mH (__main__.TestJit) ... ok (0.036s) 2022-05-18T06:24:17.1130660Z test_add_relu_fusion (__main__.TestJit) ... ok (0.048s) 2022-05-18T06:24:17.1158150Z test_arg_configurations (__main__.TestJit) 2022-05-18T06:24:17.1158700Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.003s) 2022-05-18T06:24:17.1241240Z test_attrs (__main__.TestJit) ... ok (0.008s) 2022-05-18T06:24:17.1306910Z test_batchnorm (__main__.TestJit) ... ok (0.007s) 2022-05-18T06:24:17.1324830Z test_big (__main__.TestJit) ... skip: Requires a lot of RAM (0.002s) 2022-05-18T06:24:17.1393780Z test_conj_transpose (__main__.TestJit) ... ok (0.007s) 2022-05-18T06:24:22.9379660Z test_constant_insertion (__main__.TestJit) ... ok (5.798s) 2022-05-18T06:24:22.9459470Z test_constant_prop_aliasing_type (__main__.TestJit) ... ok (0.008s) 2022-05-18T06:24:22.9538750Z test_constant_prop_exception (__main__.TestJit) ... ok (0.008s) 2022-05-18T06:24:22.9627530Z test_constant_prop_if_constant (__main__.TestJit) ... ok (0.009s) 2022-05-18T06:24:22.9670650Z test_constant_prop_if_inline (__main__.TestJit) ... ok (0.004s) 2022-05-18T06:24:22.9748600Z test_constant_prop_loop_constant (__main__.TestJit) ... ok (0.008s) 2022-05-18T06:24:22.9819540Z test_constant_prop_nested (__main__.TestJit) ... ok (0.007s) 2022-05-18T06:24:22.9901200Z test_constant_prop_none (__main__.TestJit) ... ok (0.008s) 2022-05-18T06:24:22.9950150Z test_constant_prop_print (__main__.TestJit) ... ok (0.005s) 2022-05-18T06:24:23.0000100Z test_constant_prop_rand (__main__.TestJit) ... ok (0.005s) 2022-05-18T06:24:23.0073170Z test_constant_prop_remove_output (__main__.TestJit) ... ok (0.007s) 2022-05-18T06:24:23.0130360Z test_constant_prop_simple (__main__.TestJit) ... ok (0.006s) 2022-05-18T06:24:23.0172280Z test_constants_pkl (__main__.TestJit) ... ok (0.004s) 2022-05-18T06:24:23.0497070Z test_cpp (__main__.TestJit) ... ok (0.032s) 2022-05-18T06:24:23.0622030Z test_cse (__main__.TestJit) ... ok (0.012s) 2022-05-18T06:24:23.0710870Z test_cse_not_introduce_aliasing (__main__.TestJit) ... ok (0.009s) 2022-05-18T06:24:23.0735730Z test_cu_escaped_number (__main__.TestJit) ... ok (0.002s) 2022-05-18T06:24:23.0755500Z test_cuda_export_restore (__main__.TestJit) ... skip: requires CUDA (0.002s) 2022-05-18T06:24:23.1011500Z test_debug_flush_compilation_cache (__main__.TestJit) ... ok (0.025s) 2022-05-18T06:24:23.1187530Z test_decompose_addmm (__main__.TestJit) ... ok (0.017s) 2022-05-18T06:24:23.1199480Z test_device_not_equal (__main__.TestJit) ... skip: requires CUDA (0.001s) 2022-05-18T06:24:23.1272780Z test_diff_subgraph_clones_constants (__main__.TestJit) ... ok (0.007s) 2022-05-18T06:24:23.1301390Z test_disabled (__main__.TestJit) ... ok (0.003s) 2022-05-18T06:24:23.1339710Z test_dropout (__main__.TestJit) ... ok (0.004s) 2022-05-18T06:24:23.1361010Z test_dropout_cuda (__main__.TestJit) ... skip: test_dropout_cuda require CUDA (0.002s) 2022-05-18T06:24:23.2271720Z test_dropout_func_requires_grad (__main__.TestJit) ... ok (0.091s) 2022-05-18T06:24:23.2296990Z test_dropout_module_requires_grad (__main__.TestJit) ... skip: Testing differentiable graph (0.003s) 2022-05-18T06:24:23.2699130Z test_einsum (__main__.TestJit) ... ok (0.040s) 2022-05-18T06:24:23.2744930Z test_element_size (__main__.TestJit) ... ok (0.005s) 2022-05-18T06:24:23.2755890Z test_expand_fold_quant_inputs (__main__.TestJit) ... ok (0.001s) 2022-05-18T06:24:23.2765420Z test_expand_quantlint (__main__.TestJit) ... ok (0.001s) 2022-05-18T06:24:23.2789220Z test_export_batchnorm (__main__.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:24:23.2916740Z test_export_dropout (__main__.TestJit) ... ok (0.013s) 2022-05-18T06:24:23.3652080Z test_export_lstm (__main__.TestJit) ... ok (0.073s) 2022-05-18T06:24:23.3866400Z test_export_opnames (__main__.TestJit) ... ok (0.021s) 2022-05-18T06:24:23.5146330Z test_export_rnn (__main__.TestJit) ... ok (0.128s) 2022-05-18T06:24:23.5168990Z test_flags (__main__.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.002s) 2022-05-18T06:24:23.5424810Z test_function_default_values (__main__.TestJit) ... ok (0.025s) 2022-05-18T06:24:23.5470360Z test_hide_source_ranges_context_manager (__main__.TestJit) ... ok (0.005s) 2022-05-18T06:24:23.5544160Z test_import_method (__main__.TestJit) ... ok (0.007s) 2022-05-18T06:24:23.5576110Z test_inferred_as_tensor (__main__.TestJit) ... ok (0.003s) 2022-05-18T06:24:23.5625940Z test_layout (__main__.TestJit) ... ok (0.005s) 2022-05-18T06:24:23.5697220Z test_matrix_conj_transpose (__main__.TestJit) ... ok (0.007s) 2022-05-18T06:24:23.5753560Z test_matrix_transpose (__main__.TestJit) ... ok (0.006s) 2022-05-18T06:24:23.5842050Z test_module_default_values (__main__.TestJit) ... ok (0.009s) 2022-05-18T06:24:23.5921330Z test_mutable_default_values (__main__.TestJit) ... ok (0.008s) 2022-05-18T06:24:23.5942530Z test_native_dropout_corner_case (__main__.TestJit) ... skip: test requires CUDA (0.002s) 2022-05-18T06:24:23.9952910Z test_nn_conv (__main__.TestJit) ... ok (0.401s) 2022-05-18T06:24:24.0712330Z test_nn_lp_pool1d (__main__.TestJit) ... ok (0.076s) 2022-05-18T06:24:24.1508340Z test_nn_lp_pool2d (__main__.TestJit) ... ok (0.080s) 2022-05-18T06:24:24.5484980Z test_nn_padding (__main__.TestJit) ... ok (0.398s) 2022-05-18T06:24:24.5891280Z test_nn_padding_functional (__main__.TestJit) ... ok (0.041s) 2022-05-18T06:24:24.5958230Z test_no_erroneous_warnings (__main__.TestJit) ... ok (0.007s) 2022-05-18T06:24:24.5971460Z test_non_ascii_string (__main__.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.001s) 2022-05-18T06:24:24.6014330Z test_numel (__main__.TestJit) ... ok (0.004s) 2022-05-18T06:24:24.6488650Z test_pattern_based_module_rewrite (__main__.TestJit) ... ok (0.047s) 2022-05-18T06:24:24.6524790Z test_pattern_based_rewrite (__main__.TestJit) ... ok (0.004s) 2022-05-18T06:24:24.6849620Z test_pattern_based_rewrite_with_source_range_preserved (__main__.TestJit) ... ok (0.032s) 2022-05-18T06:24:24.6898480Z test_peephole_optimize_shape_ops (__main__.TestJit) ... skip: Simple executor doesn't have shape information (0.005s) 2022-05-18T06:24:24.6947420Z test_permute_inputs_binding (__main__.TestJit) ... ok (0.005s) 2022-05-18T06:24:24.7329800Z test_pretty_printer (__main__.TestJit) ... ok (0.038s) 2022-05-18T06:24:24.7344550Z test_print_classes_module (__main__.TestJit) ... ok (0.001s) 2022-05-18T06:24:24.7356030Z test_print_op_module (__main__.TestJit) ... ok (0.001s) 2022-05-18T06:24:24.7369600Z test_print_torch_ops_modules (__main__.TestJit) ... ok (0.001s) 2022-05-18T06:24:24.7397020Z 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 IN_CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-05-18T06:24:24.8880050Z test_python_bindings (__main__.TestJit) ... ok (0.148s) 2022-05-18T06:24:24.8935200Z test_python_ir (__main__.TestJit) ... ok (0.006s) 2022-05-18T06:24:24.8953260Z test_python_ir_utils (__main__.TestJit) ... skip: Failing on MacOS only (0.002s) 2022-05-18T06:24:24.8978480Z 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 IN_CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-05-18T06:24:24.9002990Z test_python_ivalue (__main__.TestJit) ... ok (0.003s) 2022-05-18T06:24:26.0375020Z test_pytorch_jit_env_off (__main__.TestJit) ... ok (1.137s) 2022-05-18T06:24:26.0425830Z test_recursive_cse (__main__.TestJit) ... ok (0.005s) 2022-05-18T06:24:26.0540710Z test_restore_device (__main__.TestJit) ... ok (0.011s) 2022-05-18T06:24:26.0573460Z test_restore_device_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.003s) 2022-05-18T06:24:26.0594010Z test_restore_shared_storage_on_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.002s) 2022-05-18T06:24:26.2173370Z test_script_autograd_grad (__main__.TestJit) ... ok (0.158s) 2022-05-18T06:24:26.2370680Z test_script_backward (__main__.TestJit) ... ok (0.020s) 2022-05-18T06:24:26.2622600Z test_script_backward_twice (__main__.TestJit) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/jit/_script.py:1243: UserWarning: `optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead 2022-05-18T06:24:26.2623120Z warnings.warn( 2022-05-18T06:24:26.2623320Z ok (0.025s) 2022-05-18T06:24:26.2668270Z test_script_fn_pkl (__main__.TestJit) ... ok (0.005s) 2022-05-18T06:24:26.2733930Z test_script_tensor_type (__main__.TestJit) ... ok (0.006s) 2022-05-18T06:24:26.2782850Z test_shape_analysis_broadcast (__main__.TestJit) ... ok (0.005s) 2022-05-18T06:24:26.2802110Z test_shape_analysis_masked_select (__main__.TestJit) ... ok (0.002s) 2022-05-18T06:24:26.2818630Z test_shape_analysis_unsqueeze_in_loop (__main__.TestJit) ... ok (0.002s) 2022-05-18T06:24:26.2871400Z test_sparse_csr_tensors (__main__.TestJit) ... ok (0.005s) 2022-05-18T06:24:26.3440010Z test_sparse_tensors (__main__.TestJit) ... ok (0.057s) 2022-05-18T06:24:26.3929870Z test_torch_complex (__main__.TestJit) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:426: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:24:26.3931310Z return callable(*args, **kwargs) 2022-05-18T06:24:26.3932620Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:426: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:24:26.3933370Z return callable(*args, **kwargs) 2022-05-18T06:24:26.3933580Z ok (0.049s) 2022-05-18T06:24:26.3940390Z test_torch_load_error (__main__.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.001s) 2022-05-18T06:24:26.4001440Z test_torch_load_zipfile_check (__main__.TestJit) ... ok (0.005s) 2022-05-18T06:24:26.4032320Z test_torch_ops_kwonly (__main__.TestJit) ... ok (0.004s) 2022-05-18T06:24:26.4065370Z test_torch_ops_overloaded (__main__.TestJit) ... ok (0.003s) 2022-05-18T06:24:26.4232830Z test_torch_sum (__main__.TestJit) ... ok (0.017s) 2022-05-18T06:24:26.4339450Z test_trace_retains_train (__main__.TestJit) ... ok (0.011s) 2022-05-18T06:24:26.5065400Z test_train_eval (__main__.TestJit) ... ok (0.072s) 2022-05-18T06:24:26.5119630Z test_transpose (__main__.TestJit) ... ok (0.005s) 2022-05-18T06:24:26.5303710Z test_unchecked_cast (__main__.TestJit) ... ok (0.018s) 2022-05-18T06:24:26.5327770Z test_unique_state_dict (__main__.TestJit) ... ok (0.002s) 2022-05-18T06:24:26.5341360Z test_verify (__main__.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.001s) 2022-05-18T06:24:26.5493200Z test_warnings (__main__.TestJit) ... ok (0.015s) 2022-05-18T06:24:26.6583250Z test_generate_autocast_jit_trace_model (__main__.TestJitAutocast) ... ok (0.109s) 2022-05-18T06:24:26.7657890Z test_nchw_autocast_jit_trace_model (__main__.TestJitAutocast) ... /usr/local/miniconda/envs/build/lib/python3.8/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-05-18T06:24:26.7659030Z warnings.warn(msg, FutureWarning) 2022-05-18T06:24:26.7659260Z ok (0.107s) 2022-05-18T06:24:26.8765310Z test_nhwc_autocast_jit_trace_model (__main__.TestJitAutocast) ... ok (0.111s) 2022-05-18T06:24:26.9414110Z test_nn_AdaptiveAvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-05-18T06:24:27.0159950Z test_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-05-18T06:24:27.0889400Z test_nn_AdaptiveAvgPool1d_one_output (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-05-18T06:24:27.1652170Z test_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-05-18T06:24:27.2399400Z test_nn_AdaptiveAvgPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-05-18T06:24:27.3156970Z test_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-05-18T06:24:27.3959120Z test_nn_AdaptiveAvgPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-05-18T06:24:27.4012850Z test_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:27.4799270Z test_nn_AdaptiveAvgPool3d_last_dim (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-05-18T06:24:27.5577850Z test_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-05-18T06:24:27.6396930Z test_nn_AdaptiveAvgPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-05-18T06:24:27.7191990Z test_nn_AdaptiveAvgPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-05-18T06:24:27.7245990Z test_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:27.8158380Z test_nn_AdaptiveMaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.091s) 2022-05-18T06:24:27.8978650Z test_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-05-18T06:24:27.9956660Z test_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-05-18T06:24:28.0987350Z test_nn_AdaptiveMaxPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-05-18T06:24:28.1868680Z test_nn_AdaptiveMaxPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-05-18T06:24:28.1922000Z test_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:28.2962500Z test_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-05-18T06:24:28.3858830Z test_nn_AdaptiveMaxPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-05-18T06:24:28.4742610Z test_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-05-18T06:24:28.5642000Z test_nn_AdaptiveMaxPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-05-18T06:24:28.6536440Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-05-18T06:24:28.6588210Z test_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:28.7310250Z test_nn_AvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-05-18T06:24:28.8036110Z test_nn_AvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-05-18T06:24:28.8793730Z test_nn_AvgPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-05-18T06:24:28.9532440Z test_nn_AvgPool1d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-05-18T06:24:29.0294450Z test_nn_AvgPool2d (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-05-18T06:24:29.1049670Z test_nn_AvgPool2d_divisor (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-05-18T06:24:29.1802580Z test_nn_AvgPool2d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-05-18T06:24:29.2552750Z test_nn_AvgPool2d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-05-18T06:24:29.3337940Z test_nn_AvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-05-18T06:24:29.4342910Z test_nn_AvgPool2d_stride (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-05-18T06:24:29.5109260Z test_nn_AvgPool2d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-05-18T06:24:29.5873160Z test_nn_AvgPool3d (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-05-18T06:24:29.6638670Z test_nn_AvgPool3d_divisor (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-05-18T06:24:29.7417430Z test_nn_AvgPool3d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-05-18T06:24:29.8181920Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-05-18T06:24:29.8927730Z test_nn_AvgPool3d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-05-18T06:24:29.9676560Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-05-18T06:24:30.0440180Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-05-18T06:24:30.1199100Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-05-18T06:24:30.1972630Z test_nn_AvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-05-18T06:24:30.2735920Z test_nn_AvgPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-05-18T06:24:30.3475000Z test_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-05-18T06:24:30.4229880Z test_nn_AvgPool3d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-05-18T06:24:30.4989810Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-05-18T06:24:30.5743820Z test_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-05-18T06:24:30.6488440Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-05-18T06:24:30.7378030Z test_nn_BCELoss (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-05-18T06:24:30.7940980Z test_nn_BCELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-05-18T06:24:30.8490740Z test_nn_BCELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-05-18T06:24:30.9050500Z test_nn_BCELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-05-18T06:24:30.9102500Z test_nn_BCELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:30.9154460Z test_nn_BCELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:30.9743300Z test_nn_BCELoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-05-18T06:24:31.0323330Z test_nn_BCELoss_weights (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-05-18T06:24:31.0375200Z test_nn_BCELoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:31.0425520Z test_nn_BCELoss_weights_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:31.1118740Z test_nn_BCEWithLogitsLoss (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-05-18T06:24:31.1169190Z test_nn_BCEWithLogitsLoss_legacy_enum (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:31.1726470Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-05-18T06:24:31.2280790Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-05-18T06:24:31.2850240Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-05-18T06:24:31.2902440Z test_nn_BCEWithLogitsLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:31.2953950Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:31.3516410Z test_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-05-18T06:24:31.4090450Z test_nn_BCEWithLogitsLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-05-18T06:24:31.5670670Z test_nn_BatchNorm1d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.158s) 2022-05-18T06:24:31.7213990Z test_nn_BatchNorm1d_3d_input_not_affine (__main__.TestJitGeneratedModule) ... ok (0.154s) 2022-05-18T06:24:31.8746890Z test_nn_BatchNorm1d_affine (__main__.TestJitGeneratedModule) ... ok (0.153s) 2022-05-18T06:24:32.0359520Z test_nn_BatchNorm1d_affine_simple_average (__main__.TestJitGeneratedModule) ... ok (0.161s) 2022-05-18T06:24:32.1892320Z test_nn_BatchNorm1d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.153s) 2022-05-18T06:24:32.3341810Z test_nn_BatchNorm1d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.145s) 2022-05-18T06:24:32.4835700Z test_nn_BatchNorm1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.149s) 2022-05-18T06:24:32.6376910Z test_nn_BatchNorm2d (__main__.TestJitGeneratedModule) ... ok (0.154s) 2022-05-18T06:24:32.7937510Z test_nn_BatchNorm2d_2d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.156s) 2022-05-18T06:24:32.9412840Z test_nn_BatchNorm2d_momentum (__main__.TestJitGeneratedModule) ... ok (0.147s) 2022-05-18T06:24:33.0865540Z test_nn_BatchNorm2d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.145s) 2022-05-18T06:24:33.2271590Z test_nn_BatchNorm2d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.140s) 2022-05-18T06:24:33.3769660Z test_nn_BatchNorm2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.150s) 2022-05-18T06:24:33.5256570Z test_nn_BatchNorm3d (__main__.TestJitGeneratedModule) ... ok (0.149s) 2022-05-18T06:24:33.6791620Z test_nn_BatchNorm3d_3d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.153s) 2022-05-18T06:24:33.8290290Z test_nn_BatchNorm3d_momentum (__main__.TestJitGeneratedModule) ... ok (0.150s) 2022-05-18T06:24:33.9774040Z test_nn_BatchNorm3d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.148s) 2022-05-18T06:24:34.1186220Z test_nn_BatchNorm3d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.141s) 2022-05-18T06:24:34.2623600Z test_nn_BatchNorm3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.144s) 2022-05-18T06:24:34.3431810Z test_nn_Bilinear (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-05-18T06:24:34.4227680Z test_nn_CELU (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-05-18T06:24:34.5036930Z test_nn_CELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-05-18T06:24:34.5779450Z test_nn_CELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-05-18T06:24:34.5834180Z test_nn_CTCLoss_2d_int_target_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.005s) 2022-05-18T06:24:34.6331070Z test_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T06:24:34.6753220Z test_nn_CTCLoss_2d_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-05-18T06:24:34.6805040Z test_nn_CTCLoss_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.005s) 2022-05-18T06:24:34.7218870Z test_nn_CTCLoss_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-05-18T06:24:34.7871390Z test_nn_ConstantPad1d (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-05-18T06:24:34.8512670Z test_nn_ConstantPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-05-18T06:24:34.9211460Z test_nn_ConstantPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-05-18T06:24:34.9870890Z test_nn_ConstantPad2d (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-05-18T06:24:35.0536710Z test_nn_ConstantPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-05-18T06:24:35.1207210Z test_nn_ConstantPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-05-18T06:24:35.1933940Z test_nn_ConstantPad3d (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-05-18T06:24:35.2669220Z test_nn_ConstantPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-05-18T06:24:35.3334780Z test_nn_ConstantPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-05-18T06:24:35.4345720Z test_nn_Conv1d (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-05-18T06:24:35.5411310Z test_nn_Conv1d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-05-18T06:24:35.6397630Z test_nn_Conv1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-05-18T06:24:35.7382190Z test_nn_Conv1d_groups (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-05-18T06:24:35.8389980Z test_nn_Conv1d_pad1 (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-05-18T06:24:35.9356600Z test_nn_Conv1d_pad1size1 (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-05-18T06:24:36.0327420Z test_nn_Conv1d_pad2 (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-05-18T06:24:36.1362170Z test_nn_Conv1d_pad2size1 (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-05-18T06:24:36.2420060Z test_nn_Conv1d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-05-18T06:24:36.3392780Z test_nn_Conv1d_pad_same2 (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-05-18T06:24:36.4359710Z test_nn_Conv1d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-05-18T06:24:36.5332630Z test_nn_Conv1d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-05-18T06:24:36.6342440Z test_nn_Conv1d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-05-18T06:24:36.7368440Z test_nn_Conv1d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-05-18T06:24:36.8385420Z test_nn_Conv1d_stride (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-05-18T06:24:36.9366790Z test_nn_Conv1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-05-18T06:24:37.0339950Z test_nn_Conv1d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-05-18T06:24:37.1328430Z test_nn_Conv2d (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-05-18T06:24:37.2393350Z test_nn_Conv2d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-05-18T06:24:37.3410720Z test_nn_Conv2d_depthwise (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-05-18T06:24:37.4453550Z test_nn_Conv2d_depthwise_dilated (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-05-18T06:24:37.5512480Z test_nn_Conv2d_depthwise_padded (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-05-18T06:24:37.6588710Z test_nn_Conv2d_depthwise_strided (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-05-18T06:24:37.7632380Z test_nn_Conv2d_depthwise_with_multiplier (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-05-18T06:24:37.8900040Z test_nn_Conv2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.127s) 2022-05-18T06:24:37.9932560Z test_nn_Conv2d_groups (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-05-18T06:24:38.0947610Z test_nn_Conv2d_groups_thnn (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-05-18T06:24:38.1948730Z test_nn_Conv2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-05-18T06:24:38.2931220Z test_nn_Conv2d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-05-18T06:24:38.3907930Z test_nn_Conv2d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-05-18T06:24:38.5014380Z test_nn_Conv2d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-05-18T06:24:38.6025780Z test_nn_Conv2d_padding (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-05-18T06:24:38.7069150Z test_nn_Conv2d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-05-18T06:24:38.8138820Z test_nn_Conv2d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-05-18T06:24:38.9150460Z test_nn_Conv2d_strided (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-05-18T06:24:39.0139280Z test_nn_Conv2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-05-18T06:24:39.1240930Z test_nn_Conv2d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-05-18T06:24:39.2275860Z test_nn_Conv3d (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-05-18T06:24:39.3268310Z test_nn_Conv3d_1x1x1_no_bias (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-05-18T06:24:39.4402880Z test_nn_Conv3d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-05-18T06:24:39.5718130Z test_nn_Conv3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-05-18T06:24:39.6741850Z test_nn_Conv3d_dilated_strided (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-05-18T06:24:39.7854200Z test_nn_Conv3d_groups (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-05-18T06:24:39.8847790Z test_nn_Conv3d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-05-18T06:24:39.9875650Z test_nn_Conv3d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-05-18T06:24:40.0895930Z test_nn_Conv3d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-05-18T06:24:40.1903810Z test_nn_Conv3d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-05-18T06:24:40.2941990Z test_nn_Conv3d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-05-18T06:24:40.3942420Z test_nn_Conv3d_stride (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-05-18T06:24:40.5011780Z test_nn_Conv3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-05-18T06:24:40.6004480Z test_nn_Conv3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-05-18T06:24:40.7012650Z test_nn_Conv3d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-05-18T06:24:40.8779140Z test_nn_ConvTranspose1d (__main__.TestJitGeneratedModule) ... ok (0.177s) 2022-05-18T06:24:41.0571290Z test_nn_ConvTranspose1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.179s) 2022-05-18T06:24:41.2379730Z test_nn_ConvTranspose1d_groups (__main__.TestJitGeneratedModule) ... ok (0.181s) 2022-05-18T06:24:41.4133930Z test_nn_ConvTranspose1d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.175s) 2022-05-18T06:24:41.5941260Z test_nn_ConvTranspose2d (__main__.TestJitGeneratedModule) ... ok (0.181s) 2022-05-18T06:24:41.7773210Z test_nn_ConvTranspose2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.183s) 2022-05-18T06:24:41.9583290Z test_nn_ConvTranspose2d_groups (__main__.TestJitGeneratedModule) ... ok (0.181s) 2022-05-18T06:24:42.1358810Z test_nn_ConvTranspose2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.177s) 2022-05-18T06:24:42.3161820Z test_nn_ConvTranspose3d (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-05-18T06:24:42.5061110Z test_nn_ConvTranspose3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.190s) 2022-05-18T06:24:42.5674860Z test_nn_CosineEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-05-18T06:24:42.6176160Z test_nn_CosineEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T06:24:42.6680490Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T06:24:42.7181920Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T06:24:42.7684130Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T06:24:42.8337520Z test_nn_CrossEntropyLoss (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-05-18T06:24:42.8847480Z test_nn_CrossEntropyLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-05-18T06:24:42.9352810Z test_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T06:24:42.9861700Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-05-18T06:24:43.0384810Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-05-18T06:24:43.0894770Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-05-18T06:24:43.1430910Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T06:24:43.1931380Z test_nn_CrossEntropyLoss_2d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T06:24:43.2428030Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T06:24:43.2950330Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-05-18T06:24:43.3475030Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-05-18T06:24:43.4002080Z test_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T06:24:43.4515060Z test_nn_CrossEntropyLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-05-18T06:24:43.5033380Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-05-18T06:24:43.5576720Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-05-18T06:24:43.6133130Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-05-18T06:24:43.6681670Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-05-18T06:24:43.7214170Z test_nn_CrossEntropyLoss_3d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T06:24:43.7770510Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-05-18T06:24:43.8294740Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-05-18T06:24:43.8806890Z test_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-05-18T06:24:43.9323420Z test_nn_CrossEntropyLoss_4d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-05-18T06:24:43.9835190Z test_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-05-18T06:24:44.0349020Z test_nn_CrossEntropyLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-05-18T06:24:44.0856520Z test_nn_CrossEntropyLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-05-18T06:24:44.1365170Z test_nn_CrossEntropyLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-05-18T06:24:44.1417440Z test_nn_CrossMapLRN2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:44.2165970Z test_nn_ELU (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-05-18T06:24:44.2927890Z test_nn_ELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-05-18T06:24:44.3712970Z test_nn_ELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-05-18T06:24:44.4273760Z test_nn_Embedding (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-05-18T06:24:44.5376870Z test_nn_EmbeddingBag_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-05-18T06:24:44.6214430Z test_nn_EmbeddingBag_max (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-05-18T06:24:44.7013320Z test_nn_EmbeddingBag_max_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-05-18T06:24:44.7808390Z test_nn_EmbeddingBag_mean (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-05-18T06:24:44.8632090Z test_nn_EmbeddingBag_mean_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-05-18T06:24:44.9432430Z test_nn_EmbeddingBag_sparse (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-05-18T06:24:45.0245620Z test_nn_EmbeddingBag_sum (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-05-18T06:24:45.1052700Z test_nn_EmbeddingBag_sum_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-05-18T06:24:45.1510370Z test_nn_Embedding_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-05-18T06:24:45.1958630Z test_nn_Embedding_sparse (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-05-18T06:24:45.2596820Z test_nn_Flatten (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-05-18T06:24:45.3230090Z test_nn_Flatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-05-18T06:24:45.4311700Z test_nn_Fold (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-05-18T06:24:45.5279520Z test_nn_Fold_int_input (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-05-18T06:24:45.6273720Z test_nn_Fold_no_batch_dim_input (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-05-18T06:24:45.7248550Z test_nn_Fold_no_batch_dim_int_input (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-05-18T06:24:45.8787220Z test_nn_FractionalMaxPool2d_ratio (__main__.TestJitGeneratedModule) ... ok (0.154s) 2022-05-18T06:24:46.0107910Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.132s) 2022-05-18T06:24:46.1466090Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.136s) 2022-05-18T06:24:46.2682800Z test_nn_FractionalMaxPool2d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.122s) 2022-05-18T06:24:46.3952310Z test_nn_FractionalMaxPool2d_size (__main__.TestJitGeneratedModule) ... ok (0.127s) 2022-05-18T06:24:46.5222160Z test_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.127s) 2022-05-18T06:24:46.6528660Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-05-18T06:24:46.8083400Z test_nn_FractionalMaxPool3d_asymsize (__main__.TestJitGeneratedModule) ... ok (0.155s) 2022-05-18T06:24:46.9459040Z test_nn_FractionalMaxPool3d_ratio (__main__.TestJitGeneratedModule) ... ok (0.137s) 2022-05-18T06:24:47.0821400Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.136s) 2022-05-18T06:24:47.2225980Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.140s) 2022-05-18T06:24:47.3521640Z test_nn_FractionalMaxPool3d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.129s) 2022-05-18T06:24:47.4850670Z test_nn_FractionalMaxPool3d_size (__main__.TestJitGeneratedModule) ... ok (0.133s) 2022-05-18T06:24:47.6160730Z test_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-05-18T06:24:47.7515660Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.135s) 2022-05-18T06:24:47.8139270Z test_nn_GELU (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-05-18T06:24:47.8770890Z test_nn_GELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-05-18T06:24:47.9392850Z test_nn_GELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-05-18T06:24:48.0182660Z test_nn_GLU (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-05-18T06:24:48.0916420Z test_nn_GLU_dim (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-05-18T06:24:48.1654680Z test_nn_GLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-05-18T06:24:48.2860410Z test_nn_GRUCell (__main__.TestJitGeneratedModule) ... ok (0.120s) 2022-05-18T06:24:48.4090450Z test_nn_GroupNorm_1d_affine (__main__.TestJitGeneratedModule) ... ok (0.123s) 2022-05-18T06:24:48.5218060Z test_nn_GroupNorm_1d_affine_GN (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-05-18T06:24:48.6343660Z test_nn_GroupNorm_1d_affine_large_batch (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-05-18T06:24:48.7430370Z test_nn_GroupNorm_1d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.109s) 2022-05-18T06:24:48.8511850Z test_nn_GroupNorm_1d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-05-18T06:24:48.9640470Z test_nn_GroupNorm_2d_affine (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-05-18T06:24:49.0836790Z test_nn_GroupNorm_2d_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.120s) 2022-05-18T06:24:49.1940420Z test_nn_GroupNorm_2d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-05-18T06:24:49.3014320Z test_nn_GroupNorm_2d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-05-18T06:24:49.4265010Z test_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.125s) 2022-05-18T06:24:49.4867710Z test_nn_Hardshrink (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-05-18T06:24:49.5479690Z test_nn_Hardshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-05-18T06:24:49.6217110Z test_nn_Hardshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-05-18T06:24:49.6274080Z test_nn_Hardsigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.006s) 2022-05-18T06:24:49.6368370Z test_nn_Hardswish_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.009s) 2022-05-18T06:24:49.7209160Z test_nn_Hardtanh (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-05-18T06:24:49.7959190Z test_nn_Hardtanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-05-18T06:24:49.8737890Z test_nn_Hardtanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-05-18T06:24:49.9346730Z test_nn_HingeEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-05-18T06:24:49.9834280Z test_nn_HingeEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-05-18T06:24:49.9885060Z test_nn_HingeEmbeddingLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:50.0375380Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-05-18T06:24:50.0854350Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-05-18T06:24:50.1330690Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-05-18T06:24:50.1381740Z test_nn_HingeEmbeddingLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:50.1854400Z test_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-05-18T06:24:50.2361200Z test_nn_HuberLoss (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-05-18T06:24:50.2420970Z test_nn_HuberLoss_delta (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-05-18T06:24:50.2838620Z test_nn_HuberLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-05-18T06:24:50.3259990Z test_nn_HuberLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-05-18T06:24:50.3690170Z test_nn_HuberLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-05-18T06:24:50.5391370Z test_nn_InstanceNorm1d (__main__.TestJitGeneratedModule) ... ok (0.170s) 2022-05-18T06:24:50.6988020Z test_nn_InstanceNorm1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.160s) 2022-05-18T06:24:50.8683790Z test_nn_InstanceNorm1d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.169s) 2022-05-18T06:24:51.0375950Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.169s) 2022-05-18T06:24:51.1980940Z test_nn_InstanceNorm2d (__main__.TestJitGeneratedModule) ... ok (0.160s) 2022-05-18T06:24:51.3576480Z test_nn_InstanceNorm2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.159s) 2022-05-18T06:24:51.5278930Z test_nn_InstanceNorm2d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.170s) 2022-05-18T06:24:51.7023710Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.174s) 2022-05-18T06:24:51.8622620Z test_nn_InstanceNorm3d (__main__.TestJitGeneratedModule) ... ok (0.160s) 2022-05-18T06:24:52.0237440Z test_nn_InstanceNorm3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.161s) 2022-05-18T06:24:52.1938840Z test_nn_InstanceNorm3d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.170s) 2022-05-18T06:24:52.3642320Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.170s) 2022-05-18T06:24:52.4351100Z test_nn_KLDivLoss (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-05-18T06:24:52.4901260Z test_nn_KLDivLoss_log_target (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-05-18T06:24:52.5450060Z test_nn_KLDivLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-05-18T06:24:52.6001160Z test_nn_KLDivLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-05-18T06:24:52.6546750Z test_nn_KLDivLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-05-18T06:24:52.6597950Z test_nn_KLDivLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:52.6647700Z test_nn_KLDivLoss_no_reduce_log_target (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:52.6696960Z test_nn_KLDivLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:52.6746660Z test_nn_KLDivLoss_no_reduce_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:52.7305300Z test_nn_KLDivLoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-05-18T06:24:52.7856960Z test_nn_KLDivLoss_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-05-18T06:24:52.7908880Z test_nn_KLDivLoss_with_log_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:52.7958780Z test_nn_KLDivLoss_with_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:52.8580200Z test_nn_L1Loss (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-05-18T06:24:52.9078920Z test_nn_L1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T06:24:52.9568990Z test_nn_L1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-05-18T06:24:53.0065530Z test_nn_L1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T06:24:53.0116280Z test_nn_L1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:53.0165750Z test_nn_L1Loss_no_reduce_complex (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:53.0215410Z test_nn_L1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:53.0709730Z test_nn_L1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-05-18T06:24:53.2098110Z test_nn_LPPool1d (__main__.TestJitGeneratedModule) ... ok (0.139s) 2022-05-18T06:24:53.3484390Z test_nn_LPPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.139s) 2022-05-18T06:24:53.4873680Z test_nn_LPPool1d_norm (__main__.TestJitGeneratedModule) ... ok (0.139s) 2022-05-18T06:24:53.6433690Z test_nn_LPPool2d (__main__.TestJitGeneratedModule) ... ok (0.156s) 2022-05-18T06:24:53.8006380Z test_nn_LPPool2d_norm (__main__.TestJitGeneratedModule) ... ok (0.157s) 2022-05-18T06:24:53.9393720Z test_nn_LSTMCell (__main__.TestJitGeneratedModule) ... ok (0.139s) 2022-05-18T06:24:54.0295290Z test_nn_LayerNorm_1d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-05-18T06:24:54.1143530Z test_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-05-18T06:24:54.1958510Z test_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-05-18T06:24:54.2817510Z test_nn_LayerNorm_3d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-05-18T06:24:54.5472430Z test_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.265s) 2022-05-18T06:24:54.6291830Z test_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-05-18T06:24:54.7034410Z test_nn_LeakyReLU (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-05-18T06:24:54.7771930Z test_nn_LeakyReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-05-18T06:24:54.8526360Z test_nn_LeakyReLU_with_negval (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-05-18T06:24:54.9304650Z test_nn_LeakyReLU_with_negval_scalar (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-05-18T06:24:55.0049060Z test_nn_LeakyReLU_with_zero_negval (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-05-18T06:24:55.0742580Z test_nn_Linear (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-05-18T06:24:55.1436130Z test_nn_Linear_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-05-18T06:24:55.2111100Z test_nn_Linear_no_bias (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-05-18T06:24:55.4186810Z test_nn_LocalResponseNorm_1d (__main__.TestJitGeneratedModule) ... ok (0.207s) 2022-05-18T06:24:55.6046580Z test_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestJitGeneratedModule) ... ok (0.186s) 2022-05-18T06:24:55.7898580Z test_nn_LocalResponseNorm_3d_custom_params (__main__.TestJitGeneratedModule) ... ok (0.185s) 2022-05-18T06:24:55.8493690Z test_nn_LogSigmoid (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-05-18T06:24:55.9087770Z test_nn_LogSigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-05-18T06:24:55.9682670Z test_nn_LogSigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-05-18T06:24:56.0584230Z test_nn_LogSoftmax (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-05-18T06:24:56.1482320Z test_nn_LogSoftmax_multiparam (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-05-18T06:24:56.2380460Z test_nn_LogSoftmax_multiparam_scalar (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-05-18T06:24:56.3291770Z test_nn_LogSoftmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.091s) 2022-05-18T06:24:56.3920490Z test_nn_MSELoss (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-05-18T06:24:56.4422290Z test_nn_MSELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T06:24:56.4948430Z test_nn_MSELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-05-18T06:24:56.5484850Z test_nn_MSELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-05-18T06:24:56.5536220Z test_nn_MSELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:56.5586590Z test_nn_MSELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:56.6671720Z test_nn_MSELoss_prec (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-05-18T06:24:56.7178680Z test_nn_MSELoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-05-18T06:24:56.7872240Z test_nn_MarginRankingLoss (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-05-18T06:24:56.8441750Z test_nn_MarginRankingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-05-18T06:24:56.9003900Z test_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-05-18T06:24:56.9575310Z test_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-05-18T06:24:57.0141110Z test_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-05-18T06:24:57.1148160Z test_nn_MaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-05-18T06:24:57.2212630Z test_nn_MaxPool1d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-05-18T06:24:57.3155090Z test_nn_MaxPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-05-18T06:24:57.4122260Z test_nn_MaxPool2d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-05-18T06:24:57.5072610Z test_nn_MaxPool2d_4d_input (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-05-18T06:24:57.6156560Z test_nn_MaxPool2d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-05-18T06:24:57.7101740Z test_nn_MaxPool3d (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-05-18T06:24:57.8174750Z test_nn_MaxPool3d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-05-18T06:24:57.9140250Z test_nn_MaxPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-05-18T06:24:58.0144040Z test_nn_MaxPool3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-05-18T06:24:58.0922550Z test_nn_Mish (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-05-18T06:24:58.1652820Z test_nn_Mish_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-05-18T06:24:58.2381570Z test_nn_Mish_scalar (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-05-18T06:24:58.2980960Z test_nn_MultiLabelMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-05-18T06:24:58.3032890Z test_nn_MultiLabelMarginLoss_0d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:58.3513960Z test_nn_MultiLabelMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-05-18T06:24:58.3567420Z test_nn_MultiLabelMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:58.3619010Z test_nn_MultiLabelMarginLoss_index_neg (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:58.4108950Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-05-18T06:24:58.4601250Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-05-18T06:24:58.5103700Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T06:24:58.5155060Z test_nn_MultiLabelMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:58.5861120Z test_nn_MultiLabelSoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-05-18T06:24:58.6396660Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T06:24:58.6924790Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T06:24:58.7452260Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T06:24:58.7503460Z test_nn_MultiLabelSoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:58.8058200Z test_nn_MultiLabelSoftMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-05-18T06:24:58.8109510Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:58.8793880Z test_nn_MultiMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-05-18T06:24:58.9345880Z test_nn_MultiMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-05-18T06:24:58.9397190Z test_nn_MultiMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:58.9956560Z test_nn_MultiMarginLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-05-18T06:24:59.0009570Z test_nn_MultiMarginLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:59.0062010Z test_nn_MultiMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:59.0636610Z test_nn_MultiMarginLoss_p (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-05-18T06:24:59.0687580Z test_nn_MultiMarginLoss_p_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:59.1271800Z test_nn_MultiMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-05-18T06:24:59.1326810Z test_nn_MultiMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:59.1376980Z test_nn_MultiheadAttention (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-05-18T06:24:59.2012820Z test_nn_NLLLoss (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-05-18T06:24:59.2065690Z test_nn_NLLLoss2d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:59.2116510Z test_nn_NLLLoss2d_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:59.2165990Z test_nn_NLLLoss2d_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:59.2215720Z test_nn_NLLLossNd_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:59.2265090Z test_nn_NLLLossNd_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:59.2317570Z test_nn_NLLLossNd_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:59.2809100Z test_nn_NLLLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-05-18T06:24:59.3311310Z test_nn_NLLLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-05-18T06:24:59.3831400Z test_nn_NLLLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-05-18T06:24:59.4337840Z test_nn_NLLLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-05-18T06:24:59.4830850Z test_nn_NLLLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-05-18T06:24:59.5340350Z test_nn_NLLLoss_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-05-18T06:24:59.5833080Z test_nn_NLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-05-18T06:24:59.6361250Z test_nn_NLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T06:24:59.6885140Z test_nn_NLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-05-18T06:24:59.6978430Z test_nn_NLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.009s) 2022-05-18T06:24:59.7033140Z test_nn_NLLLoss_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:59.7084990Z test_nn_NLLLoss_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:59.7140470Z test_nn_NLLLoss_no_reduce_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:59.7188730Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:24:59.7837430Z test_nn_NLLLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-05-18T06:24:59.8343630Z test_nn_NLLLoss_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-05-18T06:24:59.8865870Z test_nn_NLLLoss_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-05-18T06:24:59.9538450Z test_nn_PReLU_1d (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-05-18T06:25:00.0216750Z test_nn_PReLU_1d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-05-18T06:25:00.0892940Z test_nn_PReLU_2d (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-05-18T06:25:00.1553400Z test_nn_PReLU_2d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-05-18T06:25:00.2217260Z test_nn_PReLU_3d (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-05-18T06:25:00.2913490Z test_nn_PReLU_3d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-05-18T06:25:00.3606230Z test_nn_PReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-05-18T06:25:00.4298820Z test_nn_PReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-05-18T06:25:00.4350860Z test_nn_Padding122112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:00.4400170Z test_nn_Padding1221_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:00.4449590Z test_nn_Padding12_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:00.4498190Z test_nn_Padding2322_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:00.4547630Z test_nn_Padding31_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:00.4597490Z test_nn_Padding322112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:00.4646730Z test_nn_Padding332122_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:00.4695800Z test_nn_Padding3331_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:00.4745130Z test_nn_Padding33_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:00.5449260Z test_nn_PairwiseDistance (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-05-18T06:25:00.6148970Z test_nn_PairwiseDistance_broadcast_lhs (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-05-18T06:25:00.6870570Z test_nn_PairwiseDistance_broadcast_rhs (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-05-18T06:25:00.7577600Z test_nn_PairwiseDistance_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-05-18T06:25:00.8296920Z test_nn_PairwiseDistance_with_non_default_args (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-05-18T06:25:00.8930400Z test_nn_PixelShuffle (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-05-18T06:25:00.9564140Z test_nn_PixelUnshuffle (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-05-18T06:25:01.0231690Z test_nn_PoissonNLLLoss_full_loss (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-05-18T06:25:01.0759680Z test_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T06:25:01.1291540Z test_nn_PoissonNLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T06:25:01.1818020Z test_nn_PoissonNLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-05-18T06:25:01.2343600Z test_nn_PoissonNLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T06:25:01.2869040Z test_nn_PoissonNLLLoss_no_full_loss (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-05-18T06:25:01.3402290Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-05-18T06:25:01.3454390Z test_nn_PoissonNLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:01.4728920Z test_nn_RNNCell (__main__.TestJitGeneratedModule) ... ok (0.127s) 2022-05-18T06:25:01.5536910Z test_nn_RReLU (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-05-18T06:25:01.6351930Z test_nn_RReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-05-18T06:25:01.7179740Z test_nn_RReLU_with_up_down (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-05-18T06:25:01.8013930Z test_nn_RReLU_with_up_down_scalar (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-05-18T06:25:01.8731970Z test_nn_ReLU (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-05-18T06:25:01.9529540Z test_nn_ReLU6 (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-05-18T06:25:02.0327030Z test_nn_ReLU6_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-05-18T06:25:02.1113590Z test_nn_ReLU6_scalar (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-05-18T06:25:02.1817420Z test_nn_ReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-05-18T06:25:02.2533720Z test_nn_ReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-05-18T06:25:02.3183220Z test_nn_ReflectionPad1d (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-05-18T06:25:02.3843890Z test_nn_ReflectionPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-05-18T06:25:02.4497540Z test_nn_ReflectionPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-05-18T06:25:02.5157430Z test_nn_ReflectionPad2d (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-05-18T06:25:02.5828710Z test_nn_ReflectionPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-05-18T06:25:02.6501840Z test_nn_ReflectionPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-05-18T06:25:02.7227130Z test_nn_ReflectionPad3d (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-05-18T06:25:02.7957670Z test_nn_ReflectionPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-05-18T06:25:02.8632050Z test_nn_ReflectionPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-05-18T06:25:02.9280350Z test_nn_ReplicationPad1d (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-05-18T06:25:02.9915270Z test_nn_ReplicationPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-05-18T06:25:03.0571030Z test_nn_ReplicationPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-05-18T06:25:03.1226700Z test_nn_ReplicationPad2d (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-05-18T06:25:03.1891960Z test_nn_ReplicationPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-05-18T06:25:03.2541750Z test_nn_ReplicationPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-05-18T06:25:03.3208100Z test_nn_ReplicationPad3d (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-05-18T06:25:03.3879910Z test_nn_ReplicationPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-05-18T06:25:03.4532320Z test_nn_ReplicationPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-05-18T06:25:03.5233290Z test_nn_SELU (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-05-18T06:25:03.5938120Z test_nn_SELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-05-18T06:25:03.6694250Z test_nn_SELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-05-18T06:25:03.7414210Z test_nn_SiLU (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-05-18T06:25:03.8127390Z test_nn_SiLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-05-18T06:25:03.8850540Z test_nn_SiLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-05-18T06:25:03.9469380Z test_nn_Sigmoid (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-05-18T06:25:04.0089500Z test_nn_Sigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-05-18T06:25:04.0718390Z test_nn_Sigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-05-18T06:25:04.1385680Z test_nn_SmoothL1Loss (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-05-18T06:25:04.1442600Z test_nn_SmoothL1Loss_beta (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-05-18T06:25:04.1982440Z test_nn_SmoothL1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-05-18T06:25:04.2506360Z test_nn_SmoothL1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-05-18T06:25:04.3025630Z test_nn_SmoothL1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-05-18T06:25:04.3077400Z test_nn_SmoothL1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:04.3127770Z test_nn_SmoothL1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:04.3638450Z test_nn_SmoothL1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-05-18T06:25:04.3689850Z test_nn_SmoothL1Loss_zero_beta (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:04.4256410Z test_nn_SoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-05-18T06:25:04.4715730Z test_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-05-18T06:25:04.5211140Z test_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-05-18T06:25:04.5690870Z test_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-05-18T06:25:04.5751670Z test_nn_SoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-05-18T06:25:04.6760760Z test_nn_Softmax (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-05-18T06:25:04.7782050Z test_nn_Softmax2d (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-05-18T06:25:04.8896050Z test_nn_Softmax2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-05-18T06:25:04.9916480Z test_nn_Softmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-05-18T06:25:05.0864370Z test_nn_Softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-05-18T06:25:05.1993420Z test_nn_Softmin (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-05-18T06:25:05.3136900Z test_nn_Softmin_multidim (__main__.TestJitGeneratedModule) ... ok (0.114s) 2022-05-18T06:25:05.4313420Z test_nn_Softmin_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-05-18T06:25:05.5368450Z test_nn_Softmin_scalar (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-05-18T06:25:05.6052870Z test_nn_Softplus (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-05-18T06:25:05.6739710Z test_nn_Softplus_beta (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-05-18T06:25:05.7446030Z test_nn_Softplus_beta_threshold (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-05-18T06:25:05.8117380Z test_nn_Softplus_beta_threshold_scalar (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-05-18T06:25:05.8786430Z test_nn_Softplus_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-05-18T06:25:05.9453640Z test_nn_Softshrink (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-05-18T06:25:06.0070710Z test_nn_Softshrink_lambda (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-05-18T06:25:06.0693100Z test_nn_Softshrink_lambda_scalar (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-05-18T06:25:06.1300440Z test_nn_Softshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-05-18T06:25:06.2315110Z test_nn_Softsign (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-05-18T06:25:06.3233310Z test_nn_Softsign_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-05-18T06:25:06.4157410Z test_nn_Softsign_scalar (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-05-18T06:25:06.4779510Z test_nn_Tanh (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-05-18T06:25:06.5404530Z test_nn_Tanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-05-18T06:25:06.6046070Z test_nn_Tanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-05-18T06:25:06.6934060Z test_nn_Tanhshrink (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-05-18T06:25:06.7789770Z test_nn_Tanhshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-05-18T06:25:06.8635870Z test_nn_Tanhshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-05-18T06:25:06.9457870Z test_nn_Threshold_large_value (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-05-18T06:25:07.0225440Z test_nn_Threshold_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-05-18T06:25:07.1020310Z test_nn_Threshold_threshold_value (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-05-18T06:25:07.1829020Z test_nn_Threshold_threshold_value_scalar (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-05-18T06:25:07.1884090Z test_nn_Transformer (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-05-18T06:25:10.4456320Z test_nn_TransformerDecoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (3.257s) 2022-05-18T06:25:13.4703220Z test_nn_TransformerDecoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (3.025s) 2022-05-18T06:25:15.7993360Z test_nn_TransformerEncoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (2.329s) 2022-05-18T06:25:18.1797240Z test_nn_TransformerEncoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (2.380s) 2022-05-18T06:25:26.2505920Z test_nn_Transformer_multilayer_coder (__main__.TestJitGeneratedModule) ... ok (8.071s) 2022-05-18T06:25:26.3174700Z test_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-05-18T06:25:26.3788450Z test_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-05-18T06:25:26.4352130Z test_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-05-18T06:25:26.5030220Z test_nn_Unflatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-05-18T06:25:26.6079440Z test_nn_Unfold (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-05-18T06:25:26.7039720Z test_nn_Unfold_int_input (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-05-18T06:25:26.7734830Z test_nn_ZeroPad2d (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-05-18T06:25:26.8431170Z test_nn_ZeroPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-05-18T06:25:26.9113400Z test_nn_ZeroPad2d_negative_dims (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-05-18T06:25:26.9801100Z test_nn_ZeroPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-05-18T06:25:26.9853720Z test_nn_interpolate_bicubic_2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:26.9903290Z test_nn_interpolate_bicubic_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:26.9952340Z test_nn_interpolate_bicubic_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.0002050Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.0054510Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.0104660Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.0154600Z test_nn_interpolate_bicubic_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.0204830Z test_nn_interpolate_bicubic_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.0255520Z test_nn_interpolate_bilinear_2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.0305980Z test_nn_interpolate_bilinear_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.0355460Z test_nn_interpolate_bilinear_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.0405340Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.0454920Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.0504430Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.0554120Z test_nn_interpolate_bilinear_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.0603830Z test_nn_interpolate_bilinear_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.0653430Z test_nn_interpolate_linear_1d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.0703020Z test_nn_interpolate_linear_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.0752280Z test_nn_interpolate_linear_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.0802080Z test_nn_interpolate_linear_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.0851460Z test_nn_interpolate_linear_scale_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.0901300Z test_nn_interpolate_linear_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.0950960Z test_nn_interpolate_nearest_1d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.1000360Z test_nn_interpolate_nearest_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.1049550Z test_nn_interpolate_nearest_2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.1099620Z test_nn_interpolate_nearest_2d_launch_configs (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.1149960Z test_nn_interpolate_nearest_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.1200560Z test_nn_interpolate_nearest_3d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.1250570Z test_nn_interpolate_nearest_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.1302490Z test_nn_interpolate_nearest_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.1352230Z test_nn_interpolate_nearest_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.1402880Z test_nn_interpolate_nearest_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.1452350Z test_nn_interpolate_nearest_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.1502170Z test_nn_interpolate_nearest_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.1551920Z test_nn_interpolate_nearest_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.1601350Z test_nn_interpolate_trilinear_3d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.1651000Z test_nn_interpolate_trilinear_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.1701380Z test_nn_interpolate_trilinear_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.1751210Z test_nn_interpolate_trilinear_scale_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.1801060Z test_nn_interpolate_trilinear_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.1851940Z test_nn_interpolate_trilinear_tuple_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.1900580Z test_nn_log_softmax_dim0 (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.1950330Z test_nn_log_softmax_dim3 (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.2000270Z test_nn_log_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.2049860Z test_nn_log_softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.2100090Z test_nn_log_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.2150110Z test_nn_log_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.2199950Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.2249710Z test_nn_softmax_functional_dim0 (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.2299780Z test_nn_softmax_functional_dim3 (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.2349570Z test_nn_softmax_functional_scalar (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.2399230Z test_nn_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.2448560Z test_nn_softmax_lastdim_dtype (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.2499760Z test_nn_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.2550910Z test_nn_softmax_spatial_dtype (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.2600610Z test_nn_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-05-18T06:25:27.2638570Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... ok (0.004s) 2022-05-18T06:25:27.2676950Z test_get_callable_argument_names_hybrid (jit.test_jit_utils.TestJitUtils) ... ok (0.004s) 2022-05-18T06:25:27.2689740Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-05-18T06:25:27.2723640Z test_get_callable_argument_names_positional_only (jit.test_jit_utils.TestJitUtils) ... ok (0.003s) 2022-05-18T06:25:27.2737330Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-05-18T06:25:27.2749880Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-05-18T06:25:27.2761770Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-05-18T06:25:27.2801700Z test_versioned_div_scalar (jit.test_legacy_upgraders.TestLegacyUpgraders) ... skip: Skipped due to new global operator versioning for operators (0.004s) 2022-05-18T06:25:27.2839260Z test_versioned_div_scalar_inplace (jit.test_legacy_upgraders.TestLegacyUpgraders) ... skip: Skipped due to new global operator versioning for operators (0.004s) 2022-05-18T06:25:27.2878150Z test_versioned_div_scalar_reciprocal (jit.test_legacy_upgraders.TestLegacyUpgraders) ... skip: Skipped due to new global operator versioning for operators (0.004s) 2022-05-18T06:25:27.2898650Z test_versioned_div_scalar_scalar (jit.test_legacy_upgraders.TestLegacyUpgraders) ... skip: Skipped due to new global operator versioning for operators (0.002s) 2022-05-18T06:25:27.2927550Z test_versioned_div_tensor (jit.test_legacy_upgraders.TestLegacyUpgraders) ... skip: Skipped due to new global operator versioning for operators (0.003s) 2022-05-18T06:25:27.2955540Z test_versioned_div_tensor_inplace (jit.test_legacy_upgraders.TestLegacyUpgraders) ... skip: Skipped due to new global operator versioning for operators (0.003s) 2022-05-18T06:25:27.2989830Z test_versioned_div_tensor_out (jit.test_legacy_upgraders.TestLegacyUpgraders) ... skip: Skipped due to new global operator versioning for operators (0.003s) 2022-05-18T06:25:27.3010470Z test_versioned_full_integer_value (jit.test_legacy_upgraders.TestLegacyUpgraders) ... skip: Skipped due to new global operator versioning for operators (0.002s) 2022-05-18T06:25:27.3031440Z test_versioned_full_preserved (jit.test_legacy_upgraders.TestLegacyUpgraders) ... skip: Skipped due to new global operator versioning for operators (0.002s) 2022-05-18T06:25:27.3056360Z test_versioned_symbols (jit.test_legacy_upgraders.TestLegacyUpgraders) 2022-05-18T06:25:27.3056910Z Tests Torchscript symbol versioning. See note [Versioned Symbols]. ... skip: Skipped due to new global operator versioning for operators (0.003s) 2022-05-18T06:25:27.3376840Z test_comprehension_iterable (jit.test_list_dict.TestList) ... ok (0.030s) 2022-05-18T06:25:27.3503270Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... ok (0.014s) 2022-05-18T06:25:27.3630530Z test_comprehensions_basic (jit.test_list_dict.TestList) ... ok (0.013s) 2022-05-18T06:25:27.3750180Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... ok (0.012s) 2022-05-18T06:25:27.3862420Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... ok (0.011s) 2022-05-18T06:25:27.3911770Z test_copy_list_immutable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-05-18T06:25:27.3966370Z test_copy_list_mutable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-05-18T06:25:27.4144010Z test_del (jit.test_list_dict.TestList) ... ok (0.018s) 2022-05-18T06:25:27.4215820Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... ok (0.007s) 2022-05-18T06:25:27.4322980Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.010s) 2022-05-18T06:25:27.4423480Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... ok (0.011s) 2022-05-18T06:25:27.4476510Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.005s) 2022-05-18T06:25:27.4524810Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-05-18T06:25:27.4618380Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... ok (0.009s) 2022-05-18T06:25:27.4714740Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... ok (0.009s) 2022-05-18T06:25:27.4806900Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... ok (0.009s) 2022-05-18T06:25:27.4944180Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... ok (0.014s) 2022-05-18T06:25:27.5008100Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... ok (0.006s) 2022-05-18T06:25:27.5083810Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... ok (0.007s) 2022-05-18T06:25:27.5122130Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... ok (0.004s) 2022-05-18T06:25:27.5223060Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... ok (0.010s) 2022-05-18T06:25:27.5285050Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... ok (0.006s) 2022-05-18T06:25:27.5358670Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... ok (0.007s) 2022-05-18T06:25:27.5422060Z test_extend_list_immutable (jit.test_list_dict.TestList) ... ok (0.006s) 2022-05-18T06:25:27.5512550Z test_extend_list_mutable (jit.test_list_dict.TestList) ... ok (0.009s) 2022-05-18T06:25:27.5745790Z test_in_check (jit.test_list_dict.TestList) ... ok (0.023s) 2022-05-18T06:25:27.6072330Z test_list_bool_conversion (jit.test_list_dict.TestList) ... ok (0.033s) 2022-05-18T06:25:27.6183890Z test_list_count (jit.test_list_dict.TestList) ... ok (0.011s) 2022-05-18T06:25:27.6246640Z test_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.006s) 2022-05-18T06:25:27.6431700Z test_list_gather (jit.test_list_dict.TestList) ... ok (0.018s) 2022-05-18T06:25:27.6545160Z test_list_index (jit.test_list_dict.TestList) ... ok (0.011s) 2022-05-18T06:25:27.6783710Z test_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.024s) 2022-05-18T06:25:27.7035890Z test_list_keyword (jit.test_list_dict.TestList) ... ok (0.025s) 2022-05-18T06:25:27.7135700Z test_list_len (jit.test_list_dict.TestList) ... ok (0.010s) 2022-05-18T06:25:27.7361770Z test_list_literal (jit.test_list_dict.TestList) ... ok (0.023s) 2022-05-18T06:25:27.7375190Z test_list_none (jit.test_list_dict.TestList) ... ok (0.001s) 2022-05-18T06:25:27.8330680Z test_list_ops (jit.test_list_dict.TestList) ... ok (0.095s) 2022-05-18T06:25:27.8687630Z test_list_slice (jit.test_list_dict.TestList) ... ok (0.036s) 2022-05-18T06:25:27.9312100Z test_list_sort (jit.test_list_dict.TestList) ... ok (0.062s) 2022-05-18T06:25:27.9335880Z test_list_unification_hint (jit.test_list_dict.TestList) ... ok (0.002s) 2022-05-18T06:25:27.9355030Z test_list_variance (jit.test_list_dict.TestList) 2022-05-18T06:25:27.9497930Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... ok (0.016s) 2022-05-18T06:25:27.9566390Z test_min_bool_list (jit.test_list_dict.TestList) ... ok (0.007s) 2022-05-18T06:25:28.0699200Z test_min_max_list (jit.test_list_dict.TestList) ... ok (0.113s) 2022-05-18T06:25:28.1464620Z test_min_max_single_list (jit.test_list_dict.TestList) ... ok (0.076s) 2022-05-18T06:25:28.1554950Z test_mutable_list_append (jit.test_list_dict.TestList) ... ok (0.009s) 2022-05-18T06:25:28.1628230Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... ok (0.007s) 2022-05-18T06:25:28.1700380Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... ok (0.007s) 2022-05-18T06:25:28.1775910Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... ok (0.007s) 2022-05-18T06:25:28.1867020Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... ok (0.009s) 2022-05-18T06:25:28.1987870Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... ok (0.012s) 2022-05-18T06:25:28.2064280Z test_mutable_list_clear (jit.test_list_dict.TestList) ... ok (0.008s) 2022-05-18T06:25:28.2140460Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... ok (0.008s) 2022-05-18T06:25:28.2235320Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... ok (0.009s) 2022-05-18T06:25:28.2315590Z test_mutable_list_insert (jit.test_list_dict.TestList) ... ok (0.008s) 2022-05-18T06:25:28.2393800Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.008s) 2022-05-18T06:25:28.2471790Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... ok (0.008s) 2022-05-18T06:25:28.2549540Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.008s) 2022-05-18T06:25:28.2656720Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... ok (0.011s) 2022-05-18T06:25:28.2729670Z test_mutable_list_pop (jit.test_list_dict.TestList) ... ok (0.007s) 2022-05-18T06:25:28.2804040Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... ok (0.007s) 2022-05-18T06:25:28.2876480Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... ok (0.007s) 2022-05-18T06:25:28.2954440Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... ok (0.008s) 2022-05-18T06:25:28.3030710Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... ok (0.008s) 2022-05-18T06:25:28.3111460Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... ok (0.008s) 2022-05-18T06:25:28.3213700Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... ok (0.010s) 2022-05-18T06:25:28.3304230Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... ok (0.009s) 2022-05-18T06:25:28.3437170Z test_mutable_list_remove (jit.test_list_dict.TestList) ... ok (0.013s) 2022-05-18T06:25:28.3503300Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... ok (0.007s) 2022-05-18T06:25:28.3605260Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... ok (0.010s) 2022-05-18T06:25:28.3722290Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... ok (0.012s) 2022-05-18T06:25:28.3803160Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... ok (0.008s) 2022-05-18T06:25:28.3873400Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... ok (0.007s) 2022-05-18T06:25:28.3973950Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... ok (0.010s) 2022-05-18T06:25:28.4025060Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... ok (0.005s) 2022-05-18T06:25:28.4483170Z test_slice_index (jit.test_list_dict.TestList) ... ok (0.046s) 2022-05-18T06:25:28.4578250Z test_tensor_list_count (jit.test_list_dict.TestList) ... ok (0.009s) 2022-05-18T06:25:28.4665790Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.009s) 2022-05-18T06:25:28.4753080Z test_tensor_list_index (jit.test_list_dict.TestList) ... ok (0.009s) 2022-05-18T06:25:28.5013610Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.026s) 2022-05-18T06:25:28.5167940Z test_to_list (jit.test_list_dict.TestList) 2022-05-18T06:25:28.9473120Z Unit tests for Tensor.tolist() function. ... ok (0.446s) 2022-05-18T06:25:28.9493550Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-05-18T06:25:28.9501500Z GPU tests for Tensor.tolist() function. ... skip: CUDA is not available (0.003s) 2022-05-18T06:25:28.9640620Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... ok (0.014s) 2022-05-18T06:25:28.9763930Z test_counter_aggregation (jit.test_logging.TestLogging) ... ok (0.012s) 2022-05-18T06:25:28.9776280Z test_logging_levels_set (jit.test_logging.TestLogging) ... ok (0.001s) 2022-05-18T06:25:28.9825900Z test_time_measurement_counter (jit.test_logging.TestLogging) ... ok (0.005s) 2022-05-18T06:25:28.9948330Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... ok (0.012s) 2022-05-18T06:25:29.0052610Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... ok (0.010s) 2022-05-18T06:25:29.0410290Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.036s) 2022-05-18T06:25:29.0606870Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.020s) 2022-05-18T06:25:29.0825800Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.022s) 2022-05-18T06:25:29.1009390Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.018s) 2022-05-18T06:25:29.1022360Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-05-18T06:25:29.1107640Z Test BroadcastingList and torch.nn._size_N_t alias ... ok (0.010s) 2022-05-18T06:25:29.1145000Z test_dataclass_error (jit.test_misc.TestMisc) ... ok (0.004s) 2022-05-18T06:25:29.1509950Z test_export_opnames_interface (jit.test_misc.TestMisc) ... ok (0.036s) 2022-05-18T06:25:29.1559190Z test_future_isinstance (jit.test_misc.TestMisc) ... ok (0.005s) 2022-05-18T06:25:29.1590840Z test_hacked_twin (jit.test_misc.TestMisc) ... ok (0.003s) 2022-05-18T06:25:29.1597600Z test_if_returning_any (jit.test_misc.TestMisc) 2022-05-18T06:25:29.1679120Z Check that an if statement can return different ... ok (0.009s) 2022-05-18T06:25:29.1740560Z test_joined_str (jit.test_misc.TestMisc) ... ok (0.006s) 2022-05-18T06:25:29.1876000Z test_kwarg_support (jit.test_misc.TestMisc) ... ok (0.013s) 2022-05-18T06:25:29.2154630Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... ok (0.028s) 2022-05-18T06:25:29.2295100Z test_list_literal_infer (jit.test_misc.TestMisc) ... ok (0.014s) 2022-05-18T06:25:29.2340170Z test_math_inf (jit.test_misc.TestMisc) ... ok (0.004s) 2022-05-18T06:25:29.2355320Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... ok (0.001s) 2022-05-18T06:25:29.2371820Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... ok (0.002s) 2022-05-18T06:25:29.2388370Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... ok (0.002s) 2022-05-18T06:25:29.2437350Z test_str_refine_any (jit.test_misc.TestMisc) ... ok (0.005s) 2022-05-18T06:25:29.2482550Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... ok (0.004s) 2022-05-18T06:25:29.2526500Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... ok (0.004s) 2022-05-18T06:25:29.2572570Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... ok (0.005s) 2022-05-18T06:25:29.2628040Z test_subexpression_Optional (jit.test_misc.TestMisc) ... ok (0.005s) 2022-05-18T06:25:29.2675360Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... ok (0.005s) 2022-05-18T06:25:29.2713430Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... ok (0.004s) 2022-05-18T06:25:29.2896850Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.018s) 2022-05-18T06:25:29.3178890Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.028s) 2022-05-18T06:25:29.3287770Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.011s) 2022-05-18T06:25:29.3469560Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.018s) 2022-05-18T06:25:29.3619000Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.015s) 2022-05-18T06:25:29.3839370Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.022s) 2022-05-18T06:25:29.4032310Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... ok (0.019s) 2022-05-18T06:25:29.4783730Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.075s) 2022-05-18T06:25:29.5239010Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... ok (0.045s) 2022-05-18T06:25:29.5556280Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... ok (0.032s) 2022-05-18T06:25:29.5744510Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... ok (0.019s) 2022-05-18T06:25:29.5940080Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.019s) 2022-05-18T06:25:29.6349620Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... ok (0.041s) 2022-05-18T06:25:29.6374700Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-05-18T06:25:29.6573440Z Tracing over a module returning a dictionary whose values are tuples of tensors ... ok (0.022s) 2022-05-18T06:25:29.9097470Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.252s) 2022-05-18T06:25:29.9133130Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-05-18T06:25:29.9576120Z Tracing over a script function returning a dictionary should work. ... ok (0.048s) 2022-05-18T06:25:29.9715750Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... ok (0.014s) 2022-05-18T06:25:30.0291850Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... ok (0.057s) 2022-05-18T06:25:30.0755090Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... ok (0.046s) 2022-05-18T06:25:30.0891150Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... ok (0.013s) 2022-05-18T06:25:30.1065390Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... ok (0.017s) 2022-05-18T06:25:30.1083280Z test_alexnet (jit.test_models.TestModels) ... skip: no torchvision (0.002s) 2022-05-18T06:25:30.6507470Z test_dcgan_models (jit.test_models.TestModels) ... ok (0.542s) 2022-05-18T06:25:30.6513940Z test_dcgan_models_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-05-18T06:25:30.7979760Z test_mnist (jit.test_models.TestModels) ... ok (0.146s) 2022-05-18T06:25:30.7985780Z test_mnist_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-05-18T06:25:30.7999250Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-05-18T06:25:30.8010480Z test_neural_style (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T06:25:30.8015360Z test_neural_style_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-05-18T06:25:30.8719970Z test_reinforcement_learning (jit.test_models.TestModels) ... ok (0.070s) 2022-05-18T06:25:30.8725150Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-05-18T06:25:30.8803410Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: no torchvision (0.008s) 2022-05-18T06:25:30.8817870Z test_script_module_trace_resnet18 (jit.test_models.TestModels) ... skip: no torchvision (0.001s) 2022-05-18T06:25:30.8829210Z test_snli (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T06:25:30.8834110Z test_snli_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-05-18T06:25:30.8845520Z test_snli_quantized (jit.test_models.TestModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:25:30.8855320Z test_super_resolution (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T06:25:30.8860200Z test_super_resolution_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-05-18T06:25:31.0910700Z test_time_sequence_prediction (jit.test_models.TestModels) ... ok (0.205s) 2022-05-18T06:25:31.4268780Z test_vae (jit.test_models.TestModels) ... ok (0.336s) 2022-05-18T06:25:31.4274640Z test_vae_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-05-18T06:25:31.4286780Z test_vae_quantized (jit.test_models.TestModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:25:31.4314420Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-05-18T06:25:31.4870810Z Tests that customized state dict methods are in effect ... ok (0.058s) 2022-05-18T06:25:31.4883080Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-05-18T06:25:31.5323900Z Tests that default state dict methods are automatically available ... ok (0.045s) 2022-05-18T06:25:31.5352780Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-05-18T06:25:31.6065340Z Tests that customized state dict methods on submodules are in effect ... ok (0.074s) 2022-05-18T06:25:31.7352360Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... ok (0.128s) 2022-05-18T06:25:31.7724860Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... ok (0.037s) 2022-05-18T06:25:31.8051870Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... ok (0.033s) 2022-05-18T06:25:31.8975030Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... ok (0.092s) 2022-05-18T06:25:31.9553870Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... ok (0.058s) 2022-05-18T06:25:32.2999170Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... ok (0.344s) 2022-05-18T06:25:32.3581620Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.058s) 2022-05-18T06:25:32.3779620Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... ok (0.020s) 2022-05-18T06:25:32.3791180Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-05-18T06:25:32.3836510Z Test that an attempt to script a module with a regular list attribute ... ok (0.006s) 2022-05-18T06:25:32.4096780Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.026s) 2022-05-18T06:25:32.4914130Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.082s) 2022-05-18T06:25:32.6056720Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... ok (0.114s) 2022-05-18T06:25:32.6458830Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... ok (0.040s) 2022-05-18T06:25:32.8434370Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... ok (0.197s) 2022-05-18T06:25:32.8877020Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... ok (0.044s) 2022-05-18T06:25:32.9310030Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... ok (0.043s) 2022-05-18T06:25:32.9344980Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-05-18T06:25:33.0235220Z Test that a type annotation can be provided for a ModuleDict that allows ... ok (0.092s) 2022-05-18T06:25:33.0270160Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-05-18T06:25:33.1024450Z Test that a type annotation can be provided for a ModuleList that allows ... ok (0.079s) 2022-05-18T06:25:33.1337070Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.031s) 2022-05-18T06:25:33.1581370Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.024s) 2022-05-18T06:25:33.1940380Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... ok (0.036s) 2022-05-18T06:25:33.2236070Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.029s) 2022-05-18T06:25:33.2525280Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.029s) 2022-05-18T06:25:33.2666100Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.014s) 2022-05-18T06:25:33.2943980Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... ok (0.028s) 2022-05-18T06:25:33.3513260Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.057s) 2022-05-18T06:25:33.3528950Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... ok (0.002s) 2022-05-18T06:25:33.4079640Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... ok (0.055s) 2022-05-18T06:25:33.4364610Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.028s) 2022-05-18T06:25:33.4686310Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... ok (0.032s) 2022-05-18T06:25:33.4963780Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.028s) 2022-05-18T06:25:33.5210180Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... ok (0.025s) 2022-05-18T06:25:33.5332660Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... ok (0.012s) 2022-05-18T06:25:33.5634220Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.030s) 2022-05-18T06:25:33.5643870Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-05-18T06:25:33.5780910Z Test that a module that has __constants__ set to something ... ok (0.015s) 2022-05-18T06:25:33.5852750Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... ok (0.007s) 2022-05-18T06:25:33.5939380Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... ok (0.009s) 2022-05-18T06:25:33.5986230Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-05-18T06:25:33.6046830Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... ok (0.006s) 2022-05-18T06:25:33.6098790Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-05-18T06:25:33.6169300Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... ok (0.007s) 2022-05-18T06:25:33.6183760Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.001s) 2022-05-18T06:25:33.6245120Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... ok (0.006s) 2022-05-18T06:25:33.6296050Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-05-18T06:25:33.6324100Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-05-18T06:25:33.6384360Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... ok (0.006s) 2022-05-18T06:25:33.6397420Z test_adaptive_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-05-18T06:25:33.6416450Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-05-18T06:25:33.6438410Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-05-18T06:25:33.6462000Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-05-18T06:25:33.6503880Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.004s) 2022-05-18T06:25:33.6526970Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-05-18T06:25:33.6533270Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-05-18T06:25:33.6544560Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-05-18T06:25:33.6571240Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.003s) 2022-05-18T06:25:33.6580300Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-05-18T06:25:33.6588570Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-05-18T06:25:33.6595080Z test_log_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-05-18T06:25:33.6604960Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-05-18T06:25:33.6624310Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-05-18T06:25:33.6633750Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-05-18T06:25:33.6654090Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-05-18T06:25:33.6669590Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-05-18T06:25:33.6682450Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-05-18T06:25:33.6696500Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-05-18T06:25:33.6732830Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.004s) 2022-05-18T06:25:33.6742390Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-05-18T06:25:33.6748910Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-05-18T06:25:33.6762890Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-05-18T06:25:33.6771260Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-05-18T06:25:33.6791930Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-05-18T06:25:33.6801090Z test_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-05-18T06:25:33.6809880Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-05-18T06:25:33.6821990Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-05-18T06:25:33.6835970Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-05-18T06:25:33.6857500Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-05-18T06:25:33.7025290Z test_export_dict (jit.test_onnx_export.TestONNXExport) ... ok (0.017s) 2022-05-18T06:25:33.7156310Z test_export_dynamic_slice (jit.test_onnx_export.TestONNXExport) ... Warning: ONNX Preprocess - Removing mutation from node aten::add_ on block input: 'retval.11'. This changes graph semantics. 2022-05-18T06:25:33.7409110Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/onnx/utils.py:55: UserWarning: You are exporting the model to ONNX while in training mode with 'train' parameter not specified. The model will default to inference mode export. If you wish to export a training amenable ONNX model, specify training=TrainingMode.TRAINING or training=TrainingMode.PRESERVE (to preserve the original model state) in torch.onnx.export(). 2022-05-18T06:25:33.7409880Z warnings.warn( 2022-05-18T06:25:33.7410080Z ok (0.038s) 2022-05-18T06:25:33.7811970Z test_export_tensoroption_to (jit.test_onnx_export.TestONNXExport) ... ok (0.040s) 2022-05-18T06:25:33.7885610Z test_fuse_addmm (jit.test_onnx_export.TestONNXExport) ... ok (0.007s) 2022-05-18T06:25:33.7994640Z test_listconstruct_erasure (jit.test_onnx_export.TestONNXExport) ... ok (0.011s) 2022-05-18T06:25:33.8120340Z test_onnx_export_func_with_warnings (jit.test_onnx_export.TestONNXExport) ... ok (0.012s) 2022-05-18T06:25:33.8376350Z test_onnx_export_script_inline_params (jit.test_onnx_export.TestONNXExport) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/onnx/utils.py:55: UserWarning: You are exporting the model to ONNX while in training mode with 'train' parameter not specified. The model will default to inference mode export. If you wish to export a training amenable ONNX model, specify training=TrainingMode.TRAINING or training=TrainingMode.PRESERVE (to preserve the original model state) in torch.onnx.export(). 2022-05-18T06:25:33.8377790Z warnings.warn( 2022-05-18T06:25:33.8377990Z ok (0.025s) 2022-05-18T06:25:33.8590580Z test_onnx_export_script_inline_script (jit.test_onnx_export.TestONNXExport) ... ok (0.021s) 2022-05-18T06:25:33.8865500Z test_onnx_export_script_inline_trace (jit.test_onnx_export.TestONNXExport) ... ok (0.027s) 2022-05-18T06:25:33.8996900Z test_onnx_export_script_module (jit.test_onnx_export.TestONNXExport) ... ok (0.013s) 2022-05-18T06:25:33.9225590Z test_onnx_export_script_module_if (jit.test_onnx_export.TestONNXExport) ... ok (0.023s) 2022-05-18T06:25:33.9591700Z test_onnx_export_script_module_loop (jit.test_onnx_export.TestONNXExport) ... ok (0.036s) 2022-05-18T06:25:33.9733280Z test_onnx_export_script_non_alpha_add_sub (jit.test_onnx_export.TestONNXExport) ... ok (0.014s) 2022-05-18T06:25:33.9848610Z test_onnx_export_script_python_fail (jit.test_onnx_export.TestONNXExport) ... ok (0.012s) 2022-05-18T06:25:34.0125640Z test_onnx_export_script_truediv (jit.test_onnx_export.TestONNXExport) ... ok (0.028s) 2022-05-18T06:25:34.0423120Z test_onnx_export_shape_reshape (jit.test_onnx_export.TestONNXExport) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/onnx/utils.py:55: UserWarning: You are exporting the model to ONNX while in training mode with 'train' parameter not specified. The model will default to inference mode export. If you wish to export a training amenable ONNX model, specify training=TrainingMode.TRAINING or training=TrainingMode.PRESERVE (to preserve the original model state) in torch.onnx.export(). 2022-05-18T06:25:34.0424050Z warnings.warn( 2022-05-18T06:25:34.0424250Z ok (0.030s) 2022-05-18T06:25:34.1303660Z test_onnx_export_speculate (jit.test_onnx_export.TestONNXExport) ... ok (0.088s) 2022-05-18T06:25:34.1647560Z test_onnx_transpose_incomplete_tensor_type (jit.test_onnx_export.TestONNXExport) ... ok (0.034s) 2022-05-18T06:25:34.1798400Z test_source_range_propagation (jit.test_onnx_export.TestONNXExport) ... ok (0.015s) 2022-05-18T06:25:34.1883310Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.008s) 2022-05-18T06:25:34.1961190Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.008s) 2022-05-18T06:25:34.2401490Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.044s) 2022-05-18T06:25:34.2844070Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.044s) 2022-05-18T06:25:34.3267540Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.042s) 2022-05-18T06:25:34.3690080Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.042s) 2022-05-18T06:25:34.3864930Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.017s) 2022-05-18T06:25:34.4027080Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.016s) 2022-05-18T06:25:34.4137550Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.011s) 2022-05-18T06:25:34.4290190Z test_scriptable (jit.test_parametrization.TestParametrization) ... ok (0.015s) 2022-05-18T06:25:34.4302990Z test_traceable (jit.test_parametrization.TestParametrization) 2022-05-18T06:25:34.4826620Z Test the jit scripting and tracing of a parametrized model. ... ok (0.054s) 2022-05-18T06:25:34.5937390Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... ok (0.111s) 2022-05-18T06:25:34.6212210Z test_integer_refinement (jit.test_peephole.TestPeephole) ... ok (0.027s) 2022-05-18T06:25:34.6468640Z test_noop_peephole (jit.test_peephole.TestPeephole) ... ok (0.026s) 2022-05-18T06:25:34.6538900Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-05-18T06:25:34.6607790Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-05-18T06:25:34.6700250Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-05-18T06:25:34.6779420Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-05-18T06:25:34.6922060Z test_peephole (jit.test_peephole.TestPeephole) ... ok (0.014s) 2022-05-18T06:25:34.6966240Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-05-18T06:25:34.7049870Z test_peephole_arith (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-05-18T06:25:34.7066030Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... skip: cpp tests require CUDA (0.002s) 2022-05-18T06:25:34.7116470Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-05-18T06:25:34.7162680Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-05-18T06:25:34.7205840Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-05-18T06:25:34.7245470Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-05-18T06:25:34.7286300Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-05-18T06:25:34.7342410Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-05-18T06:25:34.7486480Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... ok (0.014s) 2022-05-18T06:25:34.7530980Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-05-18T06:25:34.7576780Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-05-18T06:25:34.7622440Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-05-18T06:25:34.7678470Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-05-18T06:25:34.7718560Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-05-18T06:25:34.7758690Z test_peephole_int (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-05-18T06:25:34.7857260Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-05-18T06:25:34.8547680Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... ok (0.069s) 2022-05-18T06:25:34.8750020Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... ok (0.020s) 2022-05-18T06:25:34.8838930Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-05-18T06:25:34.8886410Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-05-18T06:25:34.8954960Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-05-18T06:25:34.9144270Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... ok (0.019s) 2022-05-18T06:25:34.9193440Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-05-18T06:25:34.9242970Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-05-18T06:25:34.9444680Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... ok (0.020s) 2022-05-18T06:25:34.9625280Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... ok (0.018s) 2022-05-18T06:25:34.9735770Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... ok (0.011s) 2022-05-18T06:25:34.9815990Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-05-18T06:25:34.9866580Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-05-18T06:25:34.9957820Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-05-18T06:25:34.9968180Z test_version (__main__.TestProducerVersion) ... ok (0.001s) 2022-05-18T06:25:35.0075150Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... ok (0.010s) 2022-05-18T06:25:35.0401710Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... ok (0.032s) 2022-05-18T06:25:35.0464730Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... ok (0.006s) 2022-05-18T06:25:35.0545600Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... ok (0.008s) 2022-05-18T06:25:35.0600800Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... ok (0.005s) 2022-05-18T06:25:35.0625610Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... ok (0.002s) 2022-05-18T06:25:35.0695860Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... ok (0.007s) 2022-05-18T06:25:35.1123780Z test_specialize_backward (jit.test_profiler.TestProfiler) ... ok (0.043s) 2022-05-18T06:25:35.1175280Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.005s) 2022-05-18T06:25:35.1229550Z test_tensor_constant (jit.test_profiler.TestProfiler) ... ok (0.005s) 2022-05-18T06:25:35.1340890Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... ok (0.011s) 2022-05-18T06:25:35.1418210Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... ok (0.008s) 2022-05-18T06:25:35.1473210Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... ok (0.005s) 2022-05-18T06:25:35.1495760Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-05-18T06:25:35.1551260Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... ok (0.005s) 2022-05-18T06:25:35.1618470Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... ok (0.007s) 2022-05-18T06:25:35.1650860Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-05-18T06:25:35.1694480Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... ok (0.004s) 2022-05-18T06:25:35.1740390Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... ok (0.005s) 2022-05-18T06:25:35.1883740Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.014s) 2022-05-18T06:25:35.2268350Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.038s) 2022-05-18T06:25:35.2693670Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.042s) 2022-05-18T06:25:35.2766270Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.007s) 2022-05-18T06:25:35.3242000Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.047s) 2022-05-18T06:25:35.4766990Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.152s) 2022-05-18T06:25:35.4857020Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.009s) 2022-05-18T06:25:35.4988840Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.013s) 2022-05-18T06:25:35.5117530Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.013s) 2022-05-18T06:25:35.5762400Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.064s) 2022-05-18T06:25:35.5818130Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.006s) 2022-05-18T06:25:35.6067750Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.025s) 2022-05-18T06:25:35.6168020Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.010s) 2022-05-18T06:25:35.6272850Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.010s) 2022-05-18T06:25:35.6381860Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.010s) 2022-05-18T06:25:35.6438730Z test_param_strides (jit.test_python_ir.TestPythonIr) ... ok (0.006s) 2022-05-18T06:25:35.6852330Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... ok (0.041s) 2022-05-18T06:25:35.7091670Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... ok (0.024s) 2022-05-18T06:25:35.7465770Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... ok (0.037s) 2022-05-18T06:25:35.8309690Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... ok (0.084s) 2022-05-18T06:25:35.8376730Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-05-18T06:25:35.8408490Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-05-18T06:25:35.8439010Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-05-18T06:25:35.8561800Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.012s) 2022-05-18T06:25:35.8619120Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-05-18T06:25:35.8968230Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... ok (0.035s) 2022-05-18T06:25:35.9030860Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-05-18T06:25:35.9164880Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... ok (0.013s) 2022-05-18T06:25:35.9179940Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... ok (0.001s) 2022-05-18T06:25:35.9509750Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.033s) 2022-05-18T06:25:36.0422070Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.091s) 2022-05-18T06:25:36.0585260Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-05-18T06:25:36.0852630Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.027s) 2022-05-18T06:25:36.1139910Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... ok (0.029s) 2022-05-18T06:25:36.1213490Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-05-18T06:25:36.1588970Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... ok (0.037s) 2022-05-18T06:25:36.1941300Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.035s) 2022-05-18T06:25:36.2004420Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-05-18T06:25:36.2106120Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-05-18T06:25:36.2166740Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-05-18T06:25:36.3106920Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.094s) 2022-05-18T06:25:36.3222340Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.011s) 2022-05-18T06:25:36.3301470Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.008s) 2022-05-18T06:25:36.3450580Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... ok (0.015s) 2022-05-18T06:25:36.3539640Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.009s) 2022-05-18T06:25:36.3835640Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.029s) 2022-05-18T06:25:36.3847030Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-05-18T06:25:36.4066330Z Test that we can hold a loaded ScriptModule as a submodule. ... ok (0.023s) 2022-05-18T06:25:36.4340940Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.027s) 2022-05-18T06:25:36.4826430Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.048s) 2022-05-18T06:25:36.4891020Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.006s) 2022-05-18T06:25:36.4996870Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.010s) 2022-05-18T06:25:36.5270340Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.027s) 2022-05-18T06:25:36.5363980Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.009s) 2022-05-18T06:25:36.5429660Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.007s) 2022-05-18T06:25:36.5592230Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.016s) 2022-05-18T06:25:36.5622150Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-05-18T06:25:36.5997780Z Exercise the situation where we have the same qualified name ... ok (0.040s) 2022-05-18T06:25:36.6038720Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-05-18T06:25:36.6439330Z Exercise the situation where we have the same qualified name ... ok (0.044s) 2022-05-18T06:25:36.6473820Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-05-18T06:25:36.7080200Z Exercise the situation where we have the same qualified name ... ok (0.064s) 2022-05-18T06:25:36.7926510Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... ok (0.085s) 2022-05-18T06:25:36.7958950Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-05-18T06:25:36.8284070Z Check that parameters, buffers, and submodules are the same after loading ... ok (0.036s) 2022-05-18T06:25:36.8314030Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-05-18T06:25:36.8450630Z Check that parameters, buffers, and submodules are the same after loading. ... ok (0.017s) 2022-05-18T06:25:36.8557230Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... ok (0.011s) 2022-05-18T06:25:36.8734220Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... ok (0.018s) 2022-05-18T06:25:36.8744980Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-05-18T06:25:36.8874140Z Even if a NamedTuple is only used as an input argument, saving and ... ok (0.014s) 2022-05-18T06:25:36.8882670Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-05-18T06:25:36.8993490Z Even if a NamedTuple is only used as an output argument, saving and ... ok (0.012s) 2022-05-18T06:25:36.9121620Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... ok (0.013s) 2022-05-18T06:25:36.9144650Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-05-18T06:25:36.9145170Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-05-18T06:25:36.9180880Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-05-18T06:25:36.9181360Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.004s) 2022-05-18T06:25:36.9209430Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-05-18T06:25:36.9210050Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-05-18T06:25:36.9258090Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.005s) 2022-05-18T06:25:36.9274060Z test_module_info_flatbuffer (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-05-18T06:25:36.9303570Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-05-18T06:25:36.9304660Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-05-18T06:25:36.9315340Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-05-18T06:25:36.9324640Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-05-18T06:25:36.9325240Z 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-05-18T06:25:36.9333560Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-05-18T06:25:36.9334160Z 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-05-18T06:25:37.3973100Z Falsifying explicit example: test_versioned_div_scalar( 2022-05-18T06:25:37.3973810Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... skip: Failed to load fixture! (0.464s) 2022-05-18T06:25:37.3974220Z sample_input=(2, 3, 2.0, 3.0), 2022-05-18T06:25:37.3974970Z self=, 2022-05-18T06:25:37.3975640Z ) 2022-05-18T06:25:38.0810750Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.683s) 2022-05-18T06:25:38.2669950Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.186s) 2022-05-18T06:25:38.2839120Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.017s) 2022-05-18T06:25:38.4477380Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.164s) 2022-05-18T06:25:39.3032190Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.855s) 2022-05-18T06:25:41.1889370Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (1.886s) 2022-05-18T06:25:41.2042130Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.015s) 2022-05-18T06:25:41.2170720Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.013s) 2022-05-18T06:25:41.2370980Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.020s) 2022-05-18T06:25:41.2506980Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.013s) 2022-05-18T06:25:41.2608720Z test_add_out (__main__.TestScript) ... ok (0.010s) 2022-05-18T06:25:41.2691740Z test_add_tuple_different_types (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:41.2803660Z test_add_tuple_non_optional (__main__.TestScript) ... ok (0.011s) 2022-05-18T06:25:41.2900110Z test_add_tuple_optional (__main__.TestScript) ... ok (0.010s) 2022-05-18T06:25:41.2988790Z test_add_tuple_same_types (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:41.3006250Z test_addmm_grad (__main__.TestScript) 2022-05-18T06:25:41.3080600Z This test checks several things: ... ok (0.009s) 2022-05-18T06:25:41.3163650Z test_alias_covariant_type_containers (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:41.3311340Z test_all (__main__.TestScript) ... test_jit.py:6989: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-05-18T06:25:41.3311910Z self.assertTrue(test_all_tensor(torch.tensor([3.14, 3, 99], dtype=torch.uint8))) 2022-05-18T06:25:41.3312190Z ok (0.015s) 2022-05-18T06:25:41.3767680Z test_annot_ast_mypy_fn (__main__.TestScript) ... ok (0.045s) 2022-05-18T06:25:41.4475330Z test_annot_ast_mypy_method (__main__.TestScript) ... ok (0.071s) 2022-05-18T06:25:41.4944830Z test_annot_ast_py3_fn (__main__.TestScript) ... ok (0.047s) 2022-05-18T06:25:41.5721780Z test_annot_ast_py3_method (__main__.TestScript) ... ok (0.078s) 2022-05-18T06:25:41.5780580Z test_annot_string_mypy_fn (__main__.TestScript) ... ok (0.006s) 2022-05-18T06:25:41.6217000Z test_annot_string_mypy_method (__main__.TestScript) ... ok (0.043s) 2022-05-18T06:25:41.6272890Z test_annot_string_py3_fn (__main__.TestScript) ... ok (0.006s) 2022-05-18T06:25:41.6709650Z test_annot_string_py3_method (__main__.TestScript) ... ok (0.044s) 2022-05-18T06:25:41.6754740Z test_annotated_script_fn (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:41.6779230Z test_annotated_script_fn_arg_mismatch (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:41.6801040Z test_annotated_script_fn_return_mismatch (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:41.6870430Z test_annotated_script_method (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:41.6951900Z test_annoying_doubles (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:41.7303060Z test_any (__main__.TestScript) ... ok (0.035s) 2022-05-18T06:25:41.7350010Z test_assert_is_scripting_metacompile (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:41.7416160Z test_assertion_optional_refinement (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:41.7809570Z test_attr_module_constants (__main__.TestScript) ... ok (0.039s) 2022-05-18T06:25:41.7893820Z test_attr_qscheme_script (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:41.7937420Z test_attribute_in_init (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:41.8152130Z test_attribute_serialization (__main__.TestScript) ... ok (0.021s) 2022-05-18T06:25:41.8315440Z test_attribute_unpickling (__main__.TestScript) ... ok (0.016s) 2022-05-18T06:25:41.8420270Z test_augmented_assign (__main__.TestScript) ... ok (0.010s) 2022-05-18T06:25:41.8441340Z test_autodiff_complex (__main__.TestScript) ... skip: no CUDA (0.002s) 2022-05-18T06:25:41.8484560Z test_backend_cudnn_enabled (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:41.8523600Z test_bad_multiline_annotations (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:41.8679320Z test_bailout_loop_carried_deps_name_clash (__main__.TestScript) ... ok (0.015s) 2022-05-18T06:25:41.8824180Z test_bailout_loop_counter_transition (__main__.TestScript) ... ok (0.014s) 2022-05-18T06:25:41.8861320Z test_batch_norm_inference_backward_cuda (__main__.TestScript) ... skip: running tests on cuda to verify cudnn fix (0.004s) 2022-05-18T06:25:41.9999630Z test_batchnorm_fuser_cpu (__main__.TestScript) ... clang: error: unsupported option '-fopenmp' 2022-05-18T06:25:42.0002520Z clang: error: unsupported option '-fopenmp' 2022-05-18T06:25:42.0072700Z warning: pytorch jit fuser failed to compile with openmp, trying without it... 2022-05-18T06:25:42.0073030Z You have not run this instance of FileCheck! 2022-05-18T06:25:42.0073270Z FileCheck checks: 2022-05-18T06:25:42.6045550Z ok (0.718s) 2022-05-18T06:25:42.6118740Z test_big_float_literals (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:42.6191910Z test_big_int_literals (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:43.0619370Z test_binary_op_shape (__main__.TestScript) ... ok (0.443s) 2022-05-18T06:25:43.0979760Z test_bitwise_ops (__main__.TestScript) ... ok (0.036s) 2022-05-18T06:25:43.1087860Z test_block_input_grad_in_loop (__main__.TestScript) ... ok (0.011s) 2022-05-18T06:25:43.1188230Z test_bool_augassign_bitwise_and (__main__.TestScript) ... ok (0.010s) 2022-05-18T06:25:43.1287140Z test_bool_augassign_bitwise_or (__main__.TestScript) ... ok (0.010s) 2022-05-18T06:25:43.1386290Z test_bool_augassign_bitwise_xor (__main__.TestScript) ... ok (0.010s) 2022-05-18T06:25:43.1847240Z test_bool_dispatch (__main__.TestScript) ... ok (0.046s) 2022-05-18T06:25:43.2089890Z test_boolean_literal_constant_metacompile (__main__.TestScript) ... ok (0.024s) 2022-05-18T06:25:43.2128750Z test_break_continue_error (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:43.4027580Z test_breaks_continues (__main__.TestScript) ... ok (0.190s) 2022-05-18T06:25:43.4246180Z test_builtin_args (__main__.TestScript) ... ok (0.022s) 2022-05-18T06:25:43.4339400Z test_builtin_args_fails (__main__.TestScript) ... [W ir_emitter.cpp:4371] 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-05-18T06:25:43.4340040Z File "test_jit.py", line 10875 2022-05-18T06:25:43.4340300Z @torch.jit.script 2022-05-18T06:25:43.4340500Z def f6(a): 2022-05-18T06:25:43.4340720Z a.expand(size=[3, [4]]) 2022-05-18T06:25:43.4341230Z ~~~~~~ <--- HERE 2022-05-18T06:25:43.4341470Z (function emitListLiteral) 2022-05-18T06:25:43.4342340Z ok (0.010s) 2022-05-18T06:25:43.4469560Z test_builtin_function_attributes (__main__.TestScript) ... ok (0.013s) 2022-05-18T06:25:43.4491470Z test_builtin_use_as_value (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:43.4567860Z test_call_ge (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:43.4616700Z test_call_python_fn_from_script_fn (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:43.4689660Z test_call_python_fn_from_script_module (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:43.4846880Z test_call_python_fn_from_traced_module (__main__.TestScript) ... ok (0.016s) 2022-05-18T06:25:43.4952710Z test_call_python_fn_from_tracing_fn (__main__.TestScript) ... ok (0.010s) 2022-05-18T06:25:43.4988860Z test_call_python_mod_from_script_fn (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:43.5093820Z test_call_python_mod_from_script_module (__main__.TestScript) ... ok (0.010s) 2022-05-18T06:25:43.5367440Z test_call_python_mod_from_traced_module (__main__.TestScript) ... ok (0.028s) 2022-05-18T06:25:43.5493490Z test_call_python_mod_from_tracing_fn (__main__.TestScript) ... ok (0.013s) 2022-05-18T06:25:43.5566050Z test_call_script_fn_from_script_fn (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:43.5676560Z test_call_script_fn_from_script_module (__main__.TestScript) ... ok (0.011s) 2022-05-18T06:25:43.5814490Z test_call_script_fn_from_tracing_fn (__main__.TestScript) ... ok (0.014s) 2022-05-18T06:25:43.5899830Z test_call_script_mod_from_script_fn (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:43.6058960Z test_call_script_mod_from_script_module (__main__.TestScript) ... ok (0.016s) 2022-05-18T06:25:43.6073350Z test_call_script_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-05-18T06:25:43.6239340Z test_call_traced_fn_from_tracing_fn (__main__.TestScript) ... ok (0.017s) 2022-05-18T06:25:43.6253170Z test_call_traced_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-05-18T06:25:43.6485130Z test_canonicalize_control_outputs (__main__.TestScript) ... ok (0.023s) 2022-05-18T06:25:43.6494470Z test_cast (__main__.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.001s) 2022-05-18T06:25:43.6749300Z test_cat (__main__.TestScript) ... ok (0.025s) 2022-05-18T06:25:43.6862690Z test_cat_lifts (__main__.TestScript) ... ok (0.011s) 2022-05-18T06:25:43.6931330Z test_chr (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:43.6951320Z test_circular_dependency (__main__.TestScript) 2022-05-18T06:25:43.7471290Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.054s) 2022-05-18T06:25:43.7697250Z test_class_as_attribute (__main__.TestScript) ... ok (0.022s) 2022-05-18T06:25:43.7741150Z test_class_attribute (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:43.7790630Z test_class_attribute_in_script (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:43.7880400Z test_class_with_comment_at_lower_indentation (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:43.7893220Z test_code_with_constants (__main__.TestScript) 2022-05-18T06:25:43.7995440Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.011s) 2022-05-18T06:25:43.8008080Z test_code_with_constants_restore (__main__.TestScript) 2022-05-18T06:25:43.8141330Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.014s) 2022-05-18T06:25:43.8241680Z test_comment_ignore_indent (__main__.TestScript) ... ok (0.010s) 2022-05-18T06:25:43.8326200Z test_compare_two_bool_inputs (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:43.8351800Z test_compile_module_with_constant (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:25:43.9129360Z test_conditional_casting (__main__.TestScript) ... ok (0.078s) 2022-05-18T06:25:43.9215590Z test_constant_as_attr (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:43.9270060Z test_constant_pooling_introduce_aliasing (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:43.9356390Z test_constant_pooling_none (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:43.9422800Z test_constant_pooling_same_identity (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:43.9541300Z test_conv_error (__main__.TestScript) ... ok (0.012s) 2022-05-18T06:25:43.9879180Z test_convert_base (__main__.TestScript) ... ok (0.034s) 2022-05-18T06:25:43.9960070Z test_cpp_function_tensor_str (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:44.0163770Z test_cpp_module_iterator (__main__.TestScript) ... ok (0.020s) 2022-05-18T06:25:44.0285700Z test_desugar_module (__main__.TestScript) ... ok (0.012s) 2022-05-18T06:25:44.0353120Z test_device_kwarg (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:44.0413520Z test_device_type (__main__.TestScript) ... ok (0.006s) 2022-05-18T06:25:44.0421120Z test_device_type_cuda (__main__.TestScript) ... skip: Requires CUDA (0.001s) 2022-05-18T06:25:44.0467280Z test_dir (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:44.0963380Z test_divmod (__main__.TestScript) ... ok (0.049s) 2022-05-18T06:25:44.1001190Z test_dominated_bailout (__main__.TestScript) ... skip: bailouts are being deprecated (0.004s) 2022-05-18T06:25:44.4508290Z test_dropout_eval (__main__.TestScript) ... ok (0.351s) 2022-05-18T06:25:44.4737620Z test_dropout_script (__main__.TestScript) ... ok (0.023s) 2022-05-18T06:25:44.4823060Z test_dtype_attr (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:44.5368080Z test_dtype_op_shape (__main__.TestScript) ... ok (0.054s) 2022-05-18T06:25:44.6101030Z test_dtype_op_shape2 (__main__.TestScript) ... ok (0.073s) 2022-05-18T06:25:44.6152340Z test_early_return_closure (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:44.6265810Z test_early_return_fork_join (__main__.TestScript) ... ok (0.011s) 2022-05-18T06:25:44.6600100Z test_early_return_rewrite (__main__.TestScript) ... ok (0.033s) 2022-05-18T06:25:44.6652010Z test_early_return_type_refinement (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:44.7228750Z test_early_returns_loops (__main__.TestScript) ... ok (0.058s) 2022-05-18T06:25:44.7315480Z test_ellipsis_const_end (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:44.7408430Z test_ellipsis_const_mid (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:44.7526270Z test_ellipsis_const_mid_select (__main__.TestScript) ... ok (0.012s) 2022-05-18T06:25:44.7659770Z test_ellipsis_const_start (__main__.TestScript) ... ok (0.013s) 2022-05-18T06:25:44.7746830Z test_ellipsis_end (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:44.7840500Z test_ellipsis_mid (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:44.7958160Z test_ellipsis_mid_select (__main__.TestScript) ... ok (0.012s) 2022-05-18T06:25:44.8044630Z test_ellipsis_start (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:44.8288860Z test_embedding_renorm_grad_error (__main__.TestScript) ... ok (0.024s) 2022-05-18T06:25:44.8342350Z test_empty_like_memory_format_bc (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:44.8356100Z test_empty_tuple_str (__main__.TestScript) ... ok (0.001s) 2022-05-18T06:25:44.8942710Z test_enumerate_modlist_range (__main__.TestScript) ... ok (0.059s) 2022-05-18T06:25:44.8993030Z test_erase_number_types (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:44.9287490Z test_error (__main__.TestScript) ... ok (0.029s) 2022-05-18T06:25:44.9515770Z test_error_stacktrace (__main__.TestScript) ... ok (0.023s) 2022-05-18T06:25:44.9982300Z test_error_stacktrace_interface (__main__.TestScript) ... ok (0.046s) 2022-05-18T06:25:45.0142000Z test_eval_python (__main__.TestScript) ... ok (0.016s) 2022-05-18T06:25:45.0182270Z test_exception_exits_closure (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:45.0764390Z test_exceptions_with_control_flow (__main__.TestScript) ... ok (0.058s) 2022-05-18T06:25:45.0825990Z test_expand (__main__.TestScript) ... ok (0.006s) 2022-05-18T06:25:45.0989250Z test_fibb (__main__.TestScript) ... ok (0.016s) 2022-05-18T06:25:45.1075870Z test_fibb_totally_better (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:45.1110670Z test_file_format_serialization (__main__.TestScript) ... ok (0.003s) 2022-05-18T06:25:45.1138080Z test_file_line_error (__main__.TestScript) ... ok (0.003s) 2022-05-18T06:25:45.1320580Z test_file_line_error_class_defn (__main__.TestScript) ... ok (0.018s) 2022-05-18T06:25:45.1365840Z test_file_line_graph (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:45.1529480Z test_file_line_save_load (__main__.TestScript) ... ok (0.016s) 2022-05-18T06:25:45.1547100Z test_file_line_string (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:45.1623770Z test_file_line_trace (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:45.1704810Z test_filecheck (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:45.1745590Z test_filecheck_parse (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:45.1985470Z test_first_class_calls (__main__.TestScript) ... ok (0.024s) 2022-05-18T06:25:45.2070350Z test_first_class_module (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:45.2279820Z test_floor_div (__main__.TestScript) ... ok (0.021s) 2022-05-18T06:25:45.2689480Z test_floordiv (__main__.TestScript) ... ok (0.041s) 2022-05-18T06:25:45.2714670Z test_for_else (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:45.2873480Z test_for_in_dict (__main__.TestScript) ... ok (0.016s) 2022-05-18T06:25:45.3110620Z test_for_in_enumerate (__main__.TestScript) ... ok (0.024s) 2022-05-18T06:25:45.3201290Z test_for_in_range (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:45.3468490Z test_for_in_range_ast (__main__.TestScript) ... ok (0.027s) 2022-05-18T06:25:45.3735380Z test_for_in_range_dynamic (__main__.TestScript) ... ok (0.027s) 2022-05-18T06:25:45.3858360Z test_for_in_range_if_ast (__main__.TestScript) ... ok (0.012s) 2022-05-18T06:25:45.3948930Z test_for_in_range_start_end (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:45.4206110Z test_for_in_range_start_end_step (__main__.TestScript) ... ok (0.026s) 2022-05-18T06:25:45.4269200Z test_for_in_range_zero_step (__main__.TestScript) ... ok (0.006s) 2022-05-18T06:25:45.4514110Z test_for_in_string (__main__.TestScript) ... ok (0.024s) 2022-05-18T06:25:45.4670870Z test_for_in_tensors (__main__.TestScript) ... ok (0.016s) 2022-05-18T06:25:45.4697110Z test_for_in_tensors_fail_scalar (__main__.TestScript) ... ok (0.003s) 2022-05-18T06:25:45.4868750Z test_for_in_tensors_nested (__main__.TestScript) ... ok (0.017s) 2022-05-18T06:25:45.4978510Z test_for_in_tensors_rank0 (__main__.TestScript) ... ok (0.011s) 2022-05-18T06:25:45.5352180Z test_for_in_zip (__main__.TestScript) ... ok (0.037s) 2022-05-18T06:25:45.5629320Z test_for_in_zip_enumerate (__main__.TestScript) ... ok (0.028s) 2022-05-18T06:25:45.5768780Z test_for_tuple_assign (__main__.TestScript) ... ok (0.014s) 2022-05-18T06:25:45.6043910Z test_for_tuple_unpack (__main__.TestScript) ... ok (0.027s) 2022-05-18T06:25:45.6163040Z test_format (__main__.TestScript) ... ok (0.012s) 2022-05-18T06:25:45.6455320Z test_func_call (__main__.TestScript) ... ok (0.029s) 2022-05-18T06:25:45.6519660Z test_function_compilation_caching (__main__.TestScript) ... ok (0.006s) 2022-05-18T06:25:45.6744720Z test_function_overload_misuse (__main__.TestScript) ... ok (0.022s) 2022-05-18T06:25:45.6944030Z test_function_overloading_isinstance (__main__.TestScript) ... ok (0.020s) 2022-05-18T06:25:45.7784290Z test_function_overloads (__main__.TestScript) ... ok (0.084s) 2022-05-18T06:25:45.7799590Z test_fuser_double_float_codegen (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T06:25:46.1217920Z test_fuser_double_literal_precision (__main__.TestScript) ... ok (0.342s) 2022-05-18T06:25:46.1280230Z test_fuser_multiple_blocks (__main__.TestScript) ... ok (0.006s) 2022-05-18T06:25:46.1374990Z test_gather_dynamic_index (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:46.1401780Z test_generic_list_errors (__main__.TestScript) ... ok (0.003s) 2022-05-18T06:25:46.1962970Z test_get_set_state (__main__.TestScript) ... ok (0.056s) 2022-05-18T06:25:46.2124810Z test_get_set_state_with_tensors (__main__.TestScript) ... ok (0.016s) 2022-05-18T06:25:46.2189620Z test_grad_from_script (__main__.TestScript) ... ok (0.006s) 2022-05-18T06:25:46.2322660Z test_hash (__main__.TestScript) ... ok (0.013s) 2022-05-18T06:25:46.2500600Z test_hex_literals (__main__.TestScript) ... ok (0.018s) 2022-05-18T06:25:46.2693570Z test_id (__main__.TestScript) ... ok (0.019s) 2022-05-18T06:25:46.2779370Z test_if (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:46.2928820Z test_if_define (__main__.TestScript) ... ok (0.015s) 2022-05-18T06:25:46.3006230Z test_if_different_type (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:46.3160370Z test_if_for_in_range (__main__.TestScript) ... ok (0.015s) 2022-05-18T06:25:46.3450170Z test_if_is_none_dispatch (__main__.TestScript) ... ok (0.029s) 2022-05-18T06:25:46.3505600Z test_if_list_cat (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:46.4565300Z test_if_nest_while (__main__.TestScript) ... ok (0.106s) 2022-05-18T06:25:46.4669230Z test_if_noelse (__main__.TestScript) ... ok (0.010s) 2022-05-18T06:25:46.4707500Z test_if_not_defined_error (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:46.4774580Z test_if_supertype (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:46.4909560Z test_ignore_decorator (__main__.TestScript) ... ok (0.013s) 2022-05-18T06:25:46.5062720Z test_ignored_as_value (__main__.TestScript) ... ok (0.015s) 2022-05-18T06:25:46.5170370Z test_ignored_method_binding (__main__.TestScript) ... ok (0.011s) 2022-05-18T06:25:46.5250640Z test_ignored_props (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:46.5426740Z test_import_constants_not_specialized (__main__.TestScript) ... ok (0.017s) 2022-05-18T06:25:46.5609090Z test_in_for_and_comp_expr (__main__.TestScript) ... ok (0.018s) 2022-05-18T06:25:46.5659650Z test_in_operator_with_two_strings (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:46.7040830Z test_index (__main__.TestScript) ... ok (0.138s) 2022-05-18T06:25:46.7092510Z test_index_select_shape_prop (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:46.7113560Z test_indexing_error (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:46.7191290Z test_infer_size (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:46.7197080Z test_inferred_error_msg (__main__.TestScript) 2022-05-18T06:25:46.7227860Z Test that when we get a type mismatch on a function where we inferred ... ok (0.004s) 2022-05-18T06:25:46.7424350Z test_inherit_method (__main__.TestScript) ... ok (0.019s) 2022-05-18T06:25:46.7433140Z test_inline_and_run_annotated_script_fn (__main__.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.001s) 2022-05-18T06:25:46.7450440Z test_inlined_graph (__main__.TestScript) 2022-05-18T06:25:46.7637720Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.020s) 2022-05-18T06:25:46.7715240Z test_inlining_cleanup (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:46.7802300Z test_inplace_add (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:46.7893940Z test_inplace_copy_script (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:46.7960930Z test_input_keyword_in_schema (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:46.8014270Z test_int_cast (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:46.8038990Z test_integral_shape_inference (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:46.8057410Z test_interpret_graph (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:47.2853000Z test_interpreter_fuzz (__main__.TestScript) ... ok (0.479s) 2022-05-18T06:25:47.3060820Z test_intlist_args (__main__.TestScript) ... ok (0.021s) 2022-05-18T06:25:47.3084650Z test_invalid_call_arguments (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:47.3098690Z test_invalid_lhs_assignment (__main__.TestScript) ... ok (0.001s) 2022-05-18T06:25:47.3133340Z test_invalid_prefix_annotation (__main__.TestScript) ... ok (0.003s) 2022-05-18T06:25:47.3144940Z test_irparser (__main__.TestScript) ... ok (0.001s) 2022-05-18T06:25:47.3318700Z test_is_after_use (__main__.TestScript) ... ok (0.017s) 2022-05-18T06:25:47.4001060Z test_is_isnot (__main__.TestScript) ... :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4001530Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4002490Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4002860Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4003180Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4003500Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4004040Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4004400Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4004710Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4005010Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4005320Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4005630Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4005940Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4006260Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4006570Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4006880Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4007180Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4007500Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4007810Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4008110Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4008420Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4008720Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4009020Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4009780Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4010140Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4010770Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4011100Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4011410Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4012360Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4012660Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4012960Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4013280Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4020890Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4021230Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4021560Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4021880Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4022400Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4022700Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4023020Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4023700Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4024050Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4024360Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4025050Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4025500Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4025810Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4026410Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4026780Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4027090Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-05-18T06:25:47.4027410Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4027760Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4028080Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4028410Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4028730Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4029050Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4029370Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4029700Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4030020Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4030340Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4030650Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4030980Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4031300Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4031620Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4031950Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4032260Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4032590Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4032910Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4033230Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4033560Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4033880Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4034190Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4034780Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4035100Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4035420Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4035740Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4036060Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4036600Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4036930Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4037250Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4037560Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4037880Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4038200Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4038520Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4038840Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4039150Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4039470Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4039780Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4040320Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4040690Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4041010Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4041330Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4041650Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4041970Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4042280Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4042600Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4042920Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4043240Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-05-18T06:25:47.4043470Z ok (0.068s) 2022-05-18T06:25:47.4043740Z test_is_optional (__main__.TestScript) ... ok (0.001s) 2022-05-18T06:25:47.4054050Z test_is_scripting (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:47.4094870Z test_is_scripting_metacompile (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:47.4206130Z test_isinstance (__main__.TestScript) ... ok (0.011s) 2022-05-18T06:25:47.4283480Z test_isinstance_dynamic (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:47.4384030Z test_isinstance_metacompile (__main__.TestScript) ... ok (0.010s) 2022-05-18T06:25:47.4600410Z test_isinstance_refinement (__main__.TestScript) ... ok (0.021s) 2022-05-18T06:25:47.4688820Z test_jitter_bug (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:47.4738420Z test_keyword (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:47.4757690Z test_kwarg_expansion_error (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:47.4796640Z test_kwargs_error_msg (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:47.5096670Z test_lazy_script (__main__.TestScript) ... ok (0.030s) 2022-05-18T06:25:47.5224780Z test_lhs_advanced_indexing_assignment (__main__.TestScript) ... ok (0.013s) 2022-05-18T06:25:47.5351610Z test_lhs_advanced_indexing_augmented_assignment (__main__.TestScript) ... ok (0.013s) 2022-05-18T06:25:47.5441300Z test_lhs_indexing (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:47.5518780Z test_lhs_indexing_increment (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:47.5625440Z test_lhs_indexing_increment_list (__main__.TestScript) ... ok (0.011s) 2022-05-18T06:25:47.5699580Z test_lhs_indexing_increment_list_prim (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:47.5776450Z test_lhs_indexing_list (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:47.5873110Z test_lhs_indexing_multi (__main__.TestScript) ... ok (0.010s) 2022-05-18T06:25:47.6102040Z test_linear_grad (__main__.TestScript) ... ok (0.023s) 2022-05-18T06:25:47.6968370Z test_list_comprehension_modulelist (__main__.TestScript) ... ok (0.086s) 2022-05-18T06:25:47.7035650Z test_list_comprehension_variable_write (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:47.7050960Z test_list_iterables (__main__.TestScript) ... ok (0.001s) 2022-05-18T06:25:47.7157810Z test_list_python_op (__main__.TestScript) ... ok (0.010s) 2022-05-18T06:25:47.7281560Z test_list_unify (__main__.TestScript) ... ok (0.012s) 2022-05-18T06:25:47.7616320Z test_literal (__main__.TestScript) ... ok (0.033s) 2022-05-18T06:25:47.7692000Z test_literals (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:47.8016070Z test_logical_short_circuit (__main__.TestScript) ... ok (0.032s) 2022-05-18T06:25:47.8100250Z test_loop_liveness (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:47.8310500Z test_loop_unroll_negative (__main__.TestScript) ... ok (0.021s) 2022-05-18T06:25:47.8362030Z test_loop_unroll_unused_counter (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:47.8507600Z test_loop_unrolling (__main__.TestScript) ... ok (0.014s) 2022-05-18T06:25:47.8640830Z test_loop_unrolling_const (__main__.TestScript) ... ok (0.013s) 2022-05-18T06:25:47.9364690Z test_loop_unrolling_nested (__main__.TestScript) ... ok (0.072s) 2022-05-18T06:25:47.9412570Z test_lower_nested_tuples (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:48.3371410Z test_math_ops (__main__.TestScript) ... ok (0.396s) 2022-05-18T06:25:48.3383070Z test_maxpool_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-05-18T06:25:48.3400880Z test_meshgrid (__main__.TestScript) ... skip: Profiling executor fails to recognize that tensors in a list require gradients (0.002s) 2022-05-18T06:25:48.3481940Z test_method_casts_script (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:48.3529700Z test_method_no_self (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:48.5688180Z test_method_overloading (__main__.TestScript) ... ok (0.216s) 2022-05-18T06:25:48.5756540Z test_missing_getstate (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:49.4833580Z test_mm_batching (__main__.TestScript) ... ok (0.908s) 2022-05-18T06:25:49.5727710Z test_module_apis (__main__.TestScript) ... ok (0.089s) 2022-05-18T06:25:49.5808710Z test_module_attrs (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:49.5958520Z test_module_copy_with_attributes (__main__.TestScript) ... ok (0.015s) 2022-05-18T06:25:49.6256330Z test_module_copying (__main__.TestScript) ... ok (0.030s) 2022-05-18T06:25:49.6276200Z test_module_error (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:49.6345170Z test_module_method_reassignment (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:49.6413160Z test_module_none_attrs (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:49.6913480Z test_module_parameters_and_buffers (__main__.TestScript) ... ok (0.050s) 2022-05-18T06:25:49.7003400Z test_module_str (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:49.7087560Z test_module_with_params_called_fails (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:49.7102590Z test_multi_reduction (__main__.TestScript) ... ok (0.001s) 2022-05-18T06:25:49.7116890Z test_multi_starred_expr_lhs (__main__.TestScript) ... ok (0.001s) 2022-05-18T06:25:49.7633560Z test_multiline_annot_ast_py3_fn (__main__.TestScript) ... ok (0.052s) 2022-05-18T06:25:49.7678900Z test_multiline_optional_future_refinement (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:49.7727760Z test_multiline_string_dedents (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:49.7859490Z test_multiple_assign (__main__.TestScript) ... ok (0.013s) 2022-05-18T06:25:49.7948590Z test_multiple_assignment (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:49.8006070Z test_mutable_dce (__main__.TestScript) ... ok (0.006s) 2022-05-18T06:25:49.8080270Z test_mutable_dce_block (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:49.8128820Z test_mutable_dce_graph_input (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:49.8242080Z test_mutable_dce_indirect_wildcard_write (__main__.TestScript) ... ok (0.011s) 2022-05-18T06:25:49.8379370Z test_mutable_dce_indirect_wildcards (__main__.TestScript) ... ok (0.014s) 2022-05-18T06:25:49.8441880Z test_mutable_dce_list (__main__.TestScript) ... ok (0.006s) 2022-05-18T06:25:49.8514740Z test_mutable_dce_loop (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:49.8634890Z test_mutable_dce_wildcards (__main__.TestScript) ... ok (0.012s) 2022-05-18T06:25:49.8701730Z test_mutate_constant (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:49.8758300Z test_mypy_type_ignore (__main__.TestScript) ... ok (0.006s) 2022-05-18T06:25:49.9576740Z test_named_buffers_are_iterable (__main__.TestScript) ... ok (0.082s) 2022-05-18T06:25:49.9696020Z test_namedtuple_attr (__main__.TestScript) ... ok (0.012s) 2022-05-18T06:25:49.9831010Z test_namedtuple_default_values_Tensor_type (__main__.TestScript) ... ok (0.013s) 2022-05-18T06:25:50.0073120Z test_namedtuple_default_values_container_type (__main__.TestScript) ... ok (0.024s) 2022-05-18T06:25:50.0281850Z test_namedtuple_default_values_missing (__main__.TestScript) ... ok (0.021s) 2022-05-18T06:25:50.0498480Z test_namedtuple_default_values_simple_type (__main__.TestScript) ... ok (0.022s) 2022-05-18T06:25:50.0542720Z test_namedtuple_default_values_using_factory_constructor (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:50.0687350Z test_namedtuple_python (__main__.TestScript) ... ok (0.014s) 2022-05-18T06:25:50.0756360Z test_namedtuple_type_inference (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:50.0822840Z test_narrow_copy (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:50.1391610Z test_nested_aug_assign (__main__.TestScript) ... ok (0.057s) 2022-05-18T06:25:50.1539690Z test_nested_bailouts (__main__.TestScript) ... ok (0.015s) 2022-05-18T06:25:50.1971690Z test_nested_breaks (__main__.TestScript) ... ok (0.043s) 2022-05-18T06:25:50.2036510Z test_nested_list_construct (__main__.TestScript) ... ok (0.006s) 2022-05-18T06:25:50.2344650Z test_nested_select_assign (__main__.TestScript) ... ok (0.031s) 2022-05-18T06:25:50.4413130Z test_nn_GRU (__main__.TestScript) ... ok (0.207s) 2022-05-18T06:25:50.5852210Z test_nn_LSTM (__main__.TestScript) ... ok (0.144s) 2022-05-18T06:25:50.7337990Z test_nn_LSTM_with_layers (__main__.TestScript) ... ok (0.148s) 2022-05-18T06:25:50.7880810Z test_nn_init (__main__.TestScript) ... ok (0.054s) 2022-05-18T06:25:50.7975820Z test_no_dtype_shape (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:50.8060350Z test_no_self_arg_ignore_function (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:50.9519920Z test_non_final_return (__main__.TestScript) ... ok (0.146s) 2022-05-18T06:25:50.9532930Z test_none_type_str (__main__.TestScript) ... ok (0.001s) 2022-05-18T06:25:50.9600590Z test_not (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:50.9615340Z test_not_initialized_err (__main__.TestScript) ... ok (0.001s) 2022-05-18T06:25:50.9788180Z test_ntuple_builtins (__main__.TestScript) ... ok (0.017s) 2022-05-18T06:25:51.0006440Z test_number_abs (__main__.TestScript) ... ok (0.022s) 2022-05-18T06:25:51.0058800Z test_number_augassign (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:51.0111320Z test_number_augassign_bitwise_lshift (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:51.0163020Z test_number_augassign_bitwise_pow (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:51.0211370Z test_number_augassign_bitwise_rshift (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:51.0355360Z test_number_div (__main__.TestScript) ... ok (0.014s) 2022-05-18T06:25:54.2400590Z test_number_math (__main__.TestScript) ... ok (3.204s) 2022-05-18T06:25:54.2489630Z test_number_neg (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:54.2504770Z test_old_models_bc (__main__.TestScript) ... skip: PyTorch is build without Caffe2 support (0.001s) 2022-05-18T06:25:54.2567140Z test_oneline_func (__main__.TestScript) ... ok (0.006s) 2022-05-18T06:25:54.2677680Z test_op_dtype (__main__.TestScript) ... ok (0.011s) 2022-05-18T06:25:54.2798040Z test_operator_precedence (__main__.TestScript) ... ok (0.012s) 2022-05-18T06:25:54.2826120Z test_optional_list (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.003s) 2022-05-18T06:25:54.2853440Z test_optional_tensor (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.003s) 2022-05-18T06:25:54.2980860Z test_ord (__main__.TestScript) ... ok (0.013s) 2022-05-18T06:25:54.3167240Z test_override_magic (__main__.TestScript) ... ok (0.019s) 2022-05-18T06:25:54.3575130Z test_pack_padded_pad_packed_trace (__main__.TestScript) ... WARNING: 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. 2022-05-18T06:25:54.3576730Z WARNING: 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. 2022-05-18T06:25:54.3655910Z WARNING: 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. 2022-05-18T06:25:54.3656580Z WARNING: 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. 2022-05-18T06:25:54.3670540Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/onnx/utils.py:55: UserWarning: You are exporting the model to ONNX while in training mode with 'train' parameter not specified. The model will default to inference mode export. If you wish to export a training amenable ONNX model, specify training=TrainingMode.TRAINING or training=TrainingMode.PRESERVE (to preserve the original model state) in torch.onnx.export(). 2022-05-18T06:25:54.3671270Z warnings.warn( 2022-05-18T06:25:54.3671480Z ok (0.050s) 2022-05-18T06:25:54.3688280Z test_pack_tuple_into_non_var (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:54.4227910Z test_pack_unpack_nested (__main__.TestScript) ... ok (0.054s) 2022-05-18T06:25:54.4494080Z test_pack_unpack_state (__main__.TestScript) ... ok (0.027s) 2022-05-18T06:25:54.4687730Z test_parameter_order (__main__.TestScript) ... ok (0.019s) 2022-05-18T06:25:54.4688090Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-05-18T06:25:54.4688380Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-05-18T06:25:54.4688710Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-05-18T06:25:54.4688940Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-05-18T06:25:54.4689160Z grad_fn=) 2022-05-18T06:25:54.4689410Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-05-18T06:25:54.4689670Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-05-18T06:25:54.4689910Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-05-18T06:25:54.4690140Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-05-18T06:25:54.4690360Z grad_fn=) 2022-05-18T06:25:54.4706110Z test_parse_empty_tuple_annotation (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:54.4722130Z test_parse_empty_tuple_annotation_element_error (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:54.4753150Z test_parse_nested_names (__main__.TestScript) ... ok (0.003s) 2022-05-18T06:25:54.4771640Z test_parse_none_type_annotation (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:54.4830960Z test_parse_tensor_constants (__main__.TestScript) ... ok (0.006s) 2022-05-18T06:25:54.4856170Z test_parser_kwargonly (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:54.4878600Z test_parser_type_annotations (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:54.4900700Z test_parser_type_annotations_comment (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:54.4918030Z test_parser_type_annotations_incompatible_expression (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:54.4933450Z test_parser_type_annotations_subscript_non_ident (__main__.TestScript) ... ok (0.001s) 2022-05-18T06:25:54.4948410Z test_parser_type_annotations_subscript_tensor (__main__.TestScript) ... ok (0.001s) 2022-05-18T06:25:54.4963850Z test_parser_type_annotations_unknown_type (__main__.TestScript) ... ok (0.001s) 2022-05-18T06:25:54.5033510Z test_partial_returns (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:54.5098740Z test_pass (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:54.5307540Z test_pickle_checkpoint (__main__.TestScript) ... ok (0.021s) 2022-05-18T06:25:54.5312400Z test_pickle_checkpoint_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-05-18T06:25:54.5374700Z test_pickle_checkpoint_tup (__main__.TestScript) ... ok (0.006s) 2022-05-18T06:25:54.5390780Z test_pow_scalar_backward_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.002s) 2022-05-18T06:25:54.5879070Z test_pretty_print_function (__main__.TestScript) ... ok (0.049s) 2022-05-18T06:25:54.5891470Z test_prim_grad_undefined (__main__.TestScript) ... skip: shape analysis is only enabled in Legacy (0.001s) 2022-05-18T06:25:54.6113680Z test_print (__main__.TestScript) ... ok (0.022s) 2022-05-18T06:25:54.6129730Z test_print_kwargs (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:54.6146770Z test_profiling_graph_executor (__main__.TestScript) ... skip: bailouts are being deprecated (0.002s) 2022-05-18T06:25:54.6208800Z test_profiling_merge (__main__.TestScript) ... ok (0.006s) 2022-05-18T06:25:54.6245890Z test_pybind_type_comparisons (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:54.6319940Z test_python_call (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:54.6404850Z test_python_call_annotation (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:54.6433100Z test_python_call_annoytation_failure (__main__.TestScript) ... ok (0.003s) 2022-05-18T06:25:54.6483160Z test_python_call_failure (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:54.6588060Z test_python_call_non_tensor (__main__.TestScript) ... ok (0.010s) 2022-05-18T06:25:54.6630280Z test_python_call_non_tensor_wrong (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:54.6670920Z test_python_frontend (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:54.6693030Z test_python_frontend_py3 (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:54.6712190Z test_python_frontend_source_range (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:54.6767590Z test_python_op_builtins (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:54.6813740Z test_python_op_name (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:54.6836210Z test_python_val_doesnt_have_attr (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:54.6858430Z test_rand (__main__.TestScript) ... skip: the original version of test_rand (0.002s) 2022-05-18T06:25:54.6957340Z test_rand_profiling (__main__.TestScript) ... ok (0.010s) 2022-05-18T06:25:54.6993920Z test_range_args (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:54.7049340Z test_reassign_module_lhs (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:54.7099130Z test_reassign_module_rhs (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:54.7112590Z test_refine_tuple_types (__main__.TestScript) ... ok (0.001s) 2022-05-18T06:25:54.7326280Z test_remove_dropout (__main__.TestScript) ... ok (0.021s) 2022-05-18T06:25:54.7369100Z test_repeated_script_on_function (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:54.7456570Z test_request_bailout (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:54.7479560Z test_requires_grad_loop (__main__.TestScript) ... skip: Peeling is now disabled (0.002s) 2022-05-18T06:25:54.7976540Z test_rescripting_loaded_modules (__main__.TestScript) ... ok (0.050s) 2022-05-18T06:25:54.8149750Z test_resize_input_ops (__main__.TestScript) ... ok (0.017s) 2022-05-18T06:25:54.8403660Z test_return (__main__.TestScript) ... ok (0.025s) 2022-05-18T06:25:54.8494950Z test_return_stmt_not_at_end (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:54.8577860Z test_return_tuple (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:54.9541380Z test_rnn_trace_override (__main__.TestScript) ... WARNING: 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. 2022-05-18T06:25:54.9542150Z WARNING: 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. 2022-05-18T06:25:54.9815390Z WARNING: 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. 2022-05-18T06:25:54.9816690Z WARNING: 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. 2022-05-18T06:25:55.1176400Z WARNING: 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. 2022-05-18T06:25:55.1177100Z WARNING: 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. 2022-05-18T06:25:55.1743820Z WARNING: 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. 2022-05-18T06:25:55.1744500Z WARNING: 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. 2022-05-18T06:25:55.3306120Z WARNING: 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. 2022-05-18T06:25:55.3306850Z WARNING: 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. 2022-05-18T06:25:55.3824610Z WARNING: 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. 2022-05-18T06:25:55.3825280Z WARNING: 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. 2022-05-18T06:25:55.4237480Z ok (0.566s) 2022-05-18T06:25:55.4317130Z test_robust_op_resolution (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:55.4413720Z test_round (__main__.TestScript) ... ok (0.010s) 2022-05-18T06:25:55.4544000Z test_save_load_attr_error (__main__.TestScript) ... ok (0.013s) 2022-05-18T06:25:55.4595770Z test_script_annotation (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:55.4645190Z test_script_bool_constant (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:55.4700010Z test_script_chunk (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:55.4941410Z test_script_clamp_none (__main__.TestScript) ... ok (0.024s) 2022-05-18T06:25:55.5035520Z test_script_copy (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:55.5058120Z test_script_cu (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:55.5149800Z test_script_define_order (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:55.5205750Z test_script_define_order_recursive_fail (__main__.TestScript) ... ok (0.006s) 2022-05-18T06:25:55.5245060Z test_script_docstring (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:55.5354900Z test_script_forward_method_replacement (__main__.TestScript) ... ok (0.011s) 2022-05-18T06:25:55.5362740Z test_script_get_device_cuda (__main__.TestScript) ... skip: requires CUDA (0.001s) 2022-05-18T06:25:55.5445000Z test_script_get_tracing_state (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:55.5569010Z test_script_is_tracing (__main__.TestScript) ... ok (0.012s) 2022-05-18T06:25:55.5665270Z test_script_kwargs_fn_call (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:55.5741450Z test_script_method_docstring (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:55.5852090Z test_script_method_torch_function_overload (__main__.TestScript) ... ok (0.011s) 2022-05-18T06:25:55.6166320Z test_script_module (__main__.TestScript) ... ok (0.031s) 2022-05-18T06:25:55.6255380Z test_script_module_call_noscript (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:55.6347930Z test_script_module_const (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:55.6709420Z test_script_module_const_submodule_fail (__main__.TestScript) ... ok (0.036s) 2022-05-18T06:25:55.6970710Z test_script_module_export_blocks (__main__.TestScript) ... ok (0.026s) 2022-05-18T06:25:55.7122930Z test_script_module_export_shared_storage (__main__.TestScript) ... ok (0.015s) 2022-05-18T06:25:55.7476320Z test_script_module_export_submodule (__main__.TestScript) ... ok (0.035s) 2022-05-18T06:25:55.7493050Z test_script_module_export_tensor_cuda (__main__.TestScript) ... skip: testing cuda tensors require CUDA (0.002s) 2022-05-18T06:25:55.7674050Z test_script_module_export_tensor_type (__main__.TestScript) ... ok (0.018s) 2022-05-18T06:25:55.7726760Z test_script_module_fail_exist (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:55.7807060Z test_script_module_for (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:55.8396500Z test_script_module_for2 (__main__.TestScript) ... ok (0.059s) 2022-05-18T06:25:55.8441400Z test_script_module_invalid_consts (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:55.8608930Z test_script_module_nochange_submodule (__main__.TestScript) ... ok (0.017s) 2022-05-18T06:25:55.8622540Z test_script_module_none_exist_fail (__main__.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.001s) 2022-05-18T06:25:55.8675450Z test_script_module_not_tuple (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:55.8764290Z test_script_module_param_buffer_mutation (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:55.9025220Z test_script_module_star_assign2 (__main__.TestScript) ... ok (0.026s) 2022-05-18T06:25:55.9267800Z test_script_module_star_assign2_inplace (__main__.TestScript) ... ok (0.024s) 2022-05-18T06:25:55.9315390Z test_script_module_star_assign_fail_builtin (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:55.9375200Z test_script_module_star_assign_fail_pythonop (__main__.TestScript) ... ok (0.006s) 2022-05-18T06:25:55.9416520Z test_script_module_tensor_subclass_argument (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:56.0031260Z test_script_nested_mod_list (__main__.TestScript) ... ok (0.061s) 2022-05-18T06:25:56.0086130Z test_script_non_tensor_args_outputs (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:56.0297300Z test_script_optional_none (__main__.TestScript) ... ok (0.021s) 2022-05-18T06:25:56.0359940Z test_script_outputs (__main__.TestScript) ... ok (0.006s) 2022-05-18T06:25:56.1020140Z test_script_pack_padded_sequence (__main__.TestScript) ... ok (0.066s) 2022-05-18T06:25:56.1679230Z test_script_pad_sequence_pack_sequence (__main__.TestScript) ... ok (0.066s) 2022-05-18T06:25:56.1690720Z test_script_scope (__main__.TestScript) ... ok (0.001s) 2022-05-18T06:25:56.2087680Z test_script_sequential_for (__main__.TestScript) ... ok (0.040s) 2022-05-18T06:25:56.2800020Z test_script_sequential_in_mod_list (__main__.TestScript) ... ok (0.071s) 2022-05-18T06:25:56.3028970Z test_script_sequential_multi_output_fail (__main__.TestScript) ... ok (0.023s) 2022-05-18T06:25:56.3563850Z test_script_sequential_orderdict (__main__.TestScript) ... ok (0.053s) 2022-05-18T06:25:56.4136060Z test_script_sequential_sliced_iteration (__main__.TestScript) ... ok (0.057s) 2022-05-18T06:25:56.4333360Z test_script_star_assign (__main__.TestScript) ... ok (0.020s) 2022-05-18T06:25:56.4679010Z test_script_star_expr (__main__.TestScript) ... ok (0.035s) 2022-05-18T06:25:56.5020210Z test_script_star_expr_string (__main__.TestScript) ... ok (0.034s) 2022-05-18T06:25:56.5142270Z test_scriptable_fn_as_attr (__main__.TestScript) ... ok (0.012s) 2022-05-18T06:25:56.5167740Z test_scriptmodule_multi_head_attn_cuda (__main__.TestScript) ... skip: no CUDA (0.003s) 2022-05-18T06:25:56.5186030Z test_scriptmodule_releases_tensors_cuda (__main__.TestScript) ... skip: no CUDA (0.002s) 2022-05-18T06:25:56.5208390Z test_scriptmodule_transformer_cuda (__main__.TestScript) ... skip: no CUDA (0.002s) 2022-05-18T06:25:56.5316450Z test_select_after_chunk (__main__.TestScript) ... ok (0.011s) 2022-05-18T06:25:56.5363300Z test_sequence_parsing (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:56.5796910Z test_sequential_intermediary_types (__main__.TestScript) ... ok (0.043s) 2022-05-18T06:25:56.5959590Z test_serialization_big_ints (__main__.TestScript) ... ok (0.016s) 2022-05-18T06:25:56.6094820Z test_serialization_sharing (__main__.TestScript) ... ok (0.013s) 2022-05-18T06:25:56.6190610Z test_serialize_long_lines (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:56.6472460Z test_serialized_source_ranges (__main__.TestScript) ... ok (0.028s) 2022-05-18T06:25:56.6664190Z test_serialized_source_ranges2 (__main__.TestScript) ... ok (0.019s) 2022-05-18T06:25:56.8111850Z test_serialized_source_ranges_dont_jitter (__main__.TestScript) ... ok (0.145s) 2022-05-18T06:25:56.8304150Z test_serialized_source_ranges_graph (__main__.TestScript) ... ok (0.019s) 2022-05-18T06:25:56.8494470Z test_serialized_source_ranges_no_dups (__main__.TestScript) ... ok (0.019s) 2022-05-18T06:25:56.8585540Z test_set_attribute_through_optional (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:56.8632260Z test_shape_analysis_grad_property (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:56.8742140Z test_shape_analysis_loop (__main__.TestScript) ... ok (0.011s) 2022-05-18T06:25:56.8791060Z test_shape_prop_promote_scalar_arg (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:56.8833230Z test_shape_prop_promotion (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:56.8947400Z test_signed_float_zero (__main__.TestScript) ... ok (0.011s) 2022-05-18T06:25:56.8962900Z test_single_starred_expr_for_loop (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:56.8979060Z test_single_starred_lhs (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:56.9047490Z test_singleton_tuple_unpack (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:56.9058010Z test_slice_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-05-18T06:25:56.9159060Z test_split (__main__.TestScript) ... ok (0.010s) 2022-05-18T06:25:56.9292540Z test_stack (__main__.TestScript) ... ok (0.013s) 2022-05-18T06:25:57.0304100Z test_static_if_prop (__main__.TestScript) ... ok (0.101s) 2022-05-18T06:25:57.0317690Z test_static_method_on_module (__main__.TestScript) 2022-05-18T06:25:57.0430750Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.013s) 2022-05-18T06:25:57.0777710Z test_static_methods (__main__.TestScript) ... ok (0.035s) 2022-05-18T06:25:57.0823850Z test_str_cast (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:57.0839660Z test_string_cu (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:57.0910860Z test_string_device_implicit_conversion (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:57.0989000Z test_string_frontend_elif (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:57.1051130Z test_string_index (__main__.TestScript) ... ok (0.006s) 2022-05-18T06:25:57.1125870Z test_string_len (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:57.1194980Z test_string_list (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:57.1211420Z test_string_new_line (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:25:57.1334610Z test_string_ops (__main__.TestScript) ... ok (0.012s) 2022-05-18T06:25:57.1427580Z test_string_print (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:57.1442810Z test_string_single_escape (__main__.TestScript) ... ok (0.001s) 2022-05-18T06:25:57.1643830Z test_string_slicing (__main__.TestScript) ... ok (0.020s) 2022-05-18T06:25:57.1713620Z test_string_sort (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:57.1779580Z test_string_sorted (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:57.2075640Z test_submodule_attribute_serialization (__main__.TestScript) ... ok (0.029s) 2022-05-18T06:25:57.2178870Z test_submodule_twice (__main__.TestScript) ... ok (0.010s) 2022-05-18T06:25:57.2247360Z test_sum (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:57.2342410Z test_sum_list_diff_elms (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:57.2436550Z test_sum_list_empty (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:57.2520750Z test_sum_list_literal (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:57.2617540Z test_sum_list_one (__main__.TestScript) ... ok (0.010s) 2022-05-18T06:25:57.2642530Z test_sum_list_wrong_type (__main__.TestScript) ... ok (0.003s) 2022-05-18T06:25:57.2683620Z test_sys_stdout_override (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:25:57.2719870Z test_tensor_as_tensor_shape_prop (__main__.TestScript) ... skip: Simple Executor doesn't have any shapes to propagate (0.004s) 2022-05-18T06:25:57.2777060Z test_tensor_data (__main__.TestScript) ... ok (0.006s) 2022-05-18T06:25:57.2787440Z test_tensor_device (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-05-18T06:25:57.2928690Z test_tensor_dtype (__main__.TestScript) ... ok (0.014s) 2022-05-18T06:25:57.3063730Z test_tensor_grad (__main__.TestScript) ... ok (0.013s) 2022-05-18T06:25:57.3143360Z test_tensor_import_export (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:57.3198250Z test_tensor_len (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:57.9860150Z test_tensor_number_math (__main__.TestScript) ... ok (0.666s) 2022-05-18T06:25:57.9866030Z test_tensor_number_math_cuda (__main__.TestScript) ... skip: No CUDA (0.001s) 2022-05-18T06:25:57.9880050Z test_tensor_requires_grad (__main__.TestScript) ... skip: testing legacy behavior (0.001s) 2022-05-18T06:25:57.9946240Z test_tensor_shape (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:58.0086440Z test_tensor_subclasses (__main__.TestScript) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/jit/annotations.py:296: 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-05-18T06:25:58.0087150Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-05-18T06:25:58.0087560Z ok (0.014s) 2022-05-18T06:25:58.0503610Z test_tensor_to (__main__.TestScript) ... ok (0.042s) 2022-05-18T06:25:58.0566480Z test_tensor_to_cpu (__main__.TestScript) ... ok (0.006s) 2022-05-18T06:25:58.0575660Z test_tensor_to_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-05-18T06:25:58.0583430Z test_tensor_to_device (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-05-18T06:25:58.0707240Z test_ternary (__main__.TestScript) ... ok (0.012s) 2022-05-18T06:25:58.1349330Z test_ternary_module_type_hint (__main__.TestScript) ... ok (0.064s) 2022-05-18T06:25:58.1471010Z test_ternary_right_associative (__main__.TestScript) ... ok (0.012s) 2022-05-18T06:25:58.1626140Z test_ternary_static_if (__main__.TestScript) ... ok (0.015s) 2022-05-18T06:25:58.1901630Z test_torch_any (__main__.TestScript) ... ok (0.027s) 2022-05-18T06:25:58.1958340Z test_torch_functional (__main__.TestScript) ... skip: Skipping while landing PR stack (0.006s) 2022-05-18T06:25:58.2692750Z test_torch_functional_tensordot_int (__main__.TestScript) ... ok (0.073s) 2022-05-18T06:25:58.2824480Z test_torch_functional_tensordot_list (__main__.TestScript) ... ok (0.013s) 2022-05-18T06:25:58.3169640Z test_torch_functional_tensordot_tensor (__main__.TestScript) ... ok (0.034s) 2022-05-18T06:25:58.3305670Z test_torch_functional_tensordot_tuple (__main__.TestScript) ... ok (0.014s) 2022-05-18T06:25:58.3445980Z test_torch_ignore_conversion_to_none (__main__.TestScript) ... ok (0.014s) 2022-05-18T06:25:58.3542080Z test_torch_manual_seed (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:25:58.4083940Z test_torch_pow (__main__.TestScript) ... ok (0.054s) 2022-05-18T06:25:59.2479880Z test_torch_tensor_as_tensor (__main__.TestScript) ... :4: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-05-18T06:25:59.2482300Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:426: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at ../aten/src/ATen/native/Copy.cpp:250.) 2022-05-18T06:25:59.2483050Z return callable(*args, **kwargs) 2022-05-18T06:25:59.2483290Z ok (0.839s) 2022-05-18T06:25:59.2586490Z test_torch_tensor_as_tensor_empty_list (__main__.TestScript) ... ok (0.011s) 2022-05-18T06:25:59.2974820Z test_torch_tensor_bad_input (__main__.TestScript) ... ok (0.039s) 2022-05-18T06:25:59.3138550Z test_torch_tensor_dtype (__main__.TestScript) ... ok (0.016s) 2022-05-18T06:25:59.3184550Z test_torchscript_memoryformat (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:59.4503240Z test_torchscript_multi_head_attn (__main__.TestScript) ... ok (0.132s) 2022-05-18T06:25:59.7052520Z test_torchscript_multi_head_attn_fast_path (__main__.TestScript) ... ok (0.255s) 2022-05-18T06:25:59.7154990Z test_training_param (__main__.TestScript) ... ok (0.010s) 2022-05-18T06:25:59.7691810Z test_tuple_assignments (__main__.TestScript) ... ok (0.054s) 2022-05-18T06:25:59.7719110Z test_tuple_error_msg (__main__.TestScript) ... ok (0.003s) 2022-05-18T06:25:59.7827730Z test_tuple_index_to_list (__main__.TestScript) ... ok (0.011s) 2022-05-18T06:25:59.8161750Z test_tuple_indexing (__main__.TestScript) ... ok (0.033s) 2022-05-18T06:25:59.8235940Z test_tuple_len (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:59.8331960Z test_tuple_nested_sort (__main__.TestScript) ... ok (0.010s) 2022-05-18T06:25:59.8410700Z test_tuple_sort (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:59.8488590Z test_tuple_sort_reverse (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:25:59.8561130Z test_tuple_sorted (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:59.8628160Z test_tuple_to_opt_list (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:25:59.8677440Z test_tuple_unsortable_diff_type (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:59.8733560Z test_tuple_unsortable_element_type (__main__.TestScript) ... ok (0.006s) 2022-05-18T06:25:59.8782640Z test_tuple_unsortable_nested_diff_type (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:25:59.9023880Z test_type_annotate (__main__.TestScript) ... ok (0.024s) 2022-05-18T06:25:59.9231250Z test_type_annotation_module (__main__.TestScript) ... ok (0.021s) 2022-05-18T06:25:59.9422700Z test_type_annotation_py3 (__main__.TestScript) ... ok (0.019s) 2022-05-18T06:25:59.9694560Z test_type_annotations (__main__.TestScript) ... ok (0.027s) 2022-05-18T06:25:59.9889440Z test_type_annotations_repeated_list (__main__.TestScript) ... ok (0.019s) 2022-05-18T06:26:00.0093690Z test_type_annotations_varargs (__main__.TestScript) ... ok (0.020s) 2022-05-18T06:26:00.0133410Z test_type_call_in_script (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:26:00.0214130Z test_type_cast (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:26:00.0285550Z test_type_comments_in_body (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:26:00.0294370Z test_type_inferred_from_empty_annotation (__main__.TestScript) 2022-05-18T06:26:00.0325720Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.004s) 2022-05-18T06:26:00.0341950Z test_unbind (__main__.TestScript) ... skip: Profiling executor will be using different heuristics for constructing differentiable graphs (0.002s) 2022-05-18T06:26:00.0387570Z test_unfold_zero_dim (__main__.TestScript) ... ok (0.004s) 2022-05-18T06:26:00.0436940Z test_unicode_comments (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:26:00.0541580Z test_uninitialized (__main__.TestScript) ... ok (0.010s) 2022-05-18T06:26:00.0589590Z test_union_to_number (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:26:00.0610000Z test_unknown_builtin (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:26:00.0664200Z test_unmatched_type_annotation (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:26:00.0718100Z test_unspecialized_any_binding (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:26:00.0728010Z test_unsqueeze_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-05-18T06:26:00.0750620Z test_unsupported_builtin_error (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:26:00.0832970Z test_unused_decorator (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:26:00.0994900Z test_unwrap_optional_builtin (__main__.TestScript) ... ok (0.016s) 2022-05-18T06:26:00.1570040Z test_var_aug_assign (__main__.TestScript) ... ok (0.057s) 2022-05-18T06:26:00.1636300Z test_vararg_zeros (__main__.TestScript) ... ok (0.007s) 2022-05-18T06:26:00.1689470Z test_view_listconstruct_shape_prop (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:26:00.1712810Z test_view_shape_prop (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:26:00.1830540Z test_view_write (__main__.TestScript) ... ok (0.011s) 2022-05-18T06:26:00.1843860Z test_weak_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-05-18T06:26:00.1930220Z test_where (__main__.TestScript) ... ok (0.009s) 2022-05-18T06:26:00.2008580Z test_where_method (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:26:00.2141010Z test_while (__main__.TestScript) ... ok (0.013s) 2022-05-18T06:26:00.2976150Z test_while_nest_if (__main__.TestScript) ... ok (0.083s) 2022-05-18T06:26:00.3391420Z test_while_nonexistent_cond_value (__main__.TestScript) ... ok (0.041s) 2022-05-18T06:26:00.3406750Z test_while_nonexistent_value (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:26:00.3523260Z test_while_write_outer_then_read (__main__.TestScript) ... ok (0.012s) 2022-05-18T06:26:00.3546280Z test_wrong_attr_lookup (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:26:00.3631570Z test_wrong_implicit_expand (__main__.TestScript) ... ok (0.008s) 2022-05-18T06:26:00.3685500Z test_wrong_method_call_inputs (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:26:00.3707120Z test_wrong_module_attr_lookup (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:26:00.3756380Z test_wrong_return_type (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:26:00.3776560Z test_wrong_use_as_callable (__main__.TestScript) ... ok (0.002s) 2022-05-18T06:26:00.3826540Z test_wrong_use_as_tuple (__main__.TestScript) ... ok (0.005s) 2022-05-18T06:26:00.3995160Z test_zeros (__main__.TestScript) ... ok (0.017s) 2022-05-18T06:26:01.2192520Z test_zip_enumerate_modulelist (__main__.TestScript) ... ok (0.820s) 2022-05-18T06:26:01.2199160Z test_bool (jit.test_list_dict.TestScriptDict) 2022-05-18T06:26:01.2213280Z Test the __bool__ method. This should return True ... ok (0.002s) 2022-05-18T06:26:01.2221970Z test_contains (jit.test_list_dict.TestScriptDict) 2022-05-18T06:26:01.2235650Z Test membership checks (x in y, x not in y). ... ok (0.002s) 2022-05-18T06:26:01.2244830Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-05-18T06:26:01.2259760Z Test deletion. ... ok (0.002s) 2022-05-18T06:26:01.2267770Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-05-18T06:26:01.2287250Z Test accessing dictionary values using the [] operator. ... ok (0.003s) 2022-05-18T06:26:01.2294530Z test_items (jit.test_list_dict.TestScriptDict) 2022-05-18T06:26:01.2305670Z Test .items(). ... ok (0.002s) 2022-05-18T06:26:01.2311730Z test_iter (jit.test_list_dict.TestScriptDict) 2022-05-18T06:26:01.2323180Z Test iteration over a dictionary's keys. ... ok (0.002s) 2022-05-18T06:26:01.2328470Z test_len (jit.test_list_dict.TestScriptDict) 2022-05-18T06:26:01.2340430Z Test len() builtin function. ... ok (0.002s) 2022-05-18T06:26:01.2353070Z test_nested (jit.test_list_dict.TestScriptDict) 2022-05-18T06:26:01.2354050Z 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-05-18T06:26:01.2361340Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-05-18T06:26:01.2409810Z Test that reference semantics are honoured; that modifications made ... ok (0.005s) 2022-05-18T06:26:01.2413230Z test_repr (jit.test_list_dict.TestScriptDict) 2022-05-18T06:26:01.2423920Z Test the __repr__ method. ... ok (0.001s) 2022-05-18T06:26:01.2433660Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-05-18T06:26:01.2446710Z Test setting dictionary values using the [] operator. ... ok (0.002s) 2022-05-18T06:26:01.2453790Z test_append (jit.test_list_dict.TestScriptList) 2022-05-18T06:26:01.2465570Z Test append method. ... ok (0.002s) 2022-05-18T06:26:01.2470900Z test_bool (jit.test_list_dict.TestScriptList) 2022-05-18T06:26:01.2480470Z Test the __bool__ method. This should return True ... ok (0.001s) 2022-05-18T06:26:01.2484750Z test_clear (jit.test_list_dict.TestScriptList) 2022-05-18T06:26:01.2492740Z Test clear. ... ok (0.001s) 2022-05-18T06:26:01.2501030Z test_contains (jit.test_list_dict.TestScriptList) 2022-05-18T06:26:01.2512920Z Test membership checks (x in y, x not in y). ... ok (0.002s) 2022-05-18T06:26:01.2520370Z test_count (jit.test_list_dict.TestScriptList) 2022-05-18T06:26:01.2532430Z Test count method. ... ok (0.002s) 2022-05-18T06:26:01.2541420Z test_delitem (jit.test_list_dict.TestScriptList) 2022-05-18T06:26:01.2554630Z Test deletion. ... ok (0.002s) 2022-05-18T06:26:01.2575010Z test_extend (jit.test_list_dict.TestScriptList) 2022-05-18T06:26:01.2594100Z Test extend. ... ok (0.004s) 2022-05-18T06:26:01.2611320Z test_getitem (jit.test_list_dict.TestScriptList) 2022-05-18T06:26:01.2656700Z Test accessing list elements using the [] operator. ... ok (0.006s) 2022-05-18T06:26:01.2667340Z test_insert (jit.test_list_dict.TestScriptList) 2022-05-18T06:26:01.2683640Z Test insert. ... ok (0.003s) 2022-05-18T06:26:01.2689840Z test_iter (jit.test_list_dict.TestScriptList) 2022-05-18T06:26:01.2700400Z Test iteration over a list's elements. ... ok (0.002s) 2022-05-18T06:26:01.2705600Z test_len (jit.test_list_dict.TestScriptList) 2022-05-18T06:26:01.2716620Z Test len() builtin function. ... ok (0.002s) 2022-05-18T06:26:01.2730630Z test_nested (jit.test_list_dict.TestScriptList) 2022-05-18T06:26:01.2731530Z 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-05-18T06:26:01.2740820Z test_pop (jit.test_list_dict.TestScriptList) 2022-05-18T06:26:01.2759160Z Test pop. ... ok (0.003s) 2022-05-18T06:26:01.2766130Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-05-18T06:26:01.2811790Z Test that reference semantics are honoured; that modifications made ... ok (0.005s) 2022-05-18T06:26:01.2820080Z test_remove (jit.test_list_dict.TestScriptList) 2022-05-18T06:26:01.2832690Z Test remove method. ... ok (0.002s) 2022-05-18T06:26:01.2836810Z test_repr (jit.test_list_dict.TestScriptList) 2022-05-18T06:26:01.2845780Z Test the __repr__ method. ... ok (0.001s) 2022-05-18T06:26:01.2863520Z test_setitem (jit.test_list_dict.TestScriptList) 2022-05-18T06:26:01.2883130Z Test setting list elements using the [] operator. ... ok (0.004s) 2022-05-18T06:26:01.3005230Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.012s) 2022-05-18T06:26:01.3120670Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.011s) 2022-05-18T06:26:01.3248150Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.013s) 2022-05-18T06:26:01.3333240Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-05-18T06:26:01.3408490Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-05-18T06:26:01.3478540Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-05-18T06:26:01.3598460Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.012s) 2022-05-18T06:26:01.3709600Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.011s) 2022-05-18T06:26:01.3833300Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.012s) 2022-05-18T06:26:01.3952820Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.012s) 2022-05-18T06:26:01.4033190Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-05-18T06:26:01.4114440Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-05-18T06:26:01.4186080Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-05-18T06:26:01.4260990Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-05-18T06:26:01.5432700Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.117s) 2022-05-18T06:26:01.5447690Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.001s) 2022-05-18T06:26:01.6590720Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.114s) 2022-05-18T06:26:01.7570040Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.098s) 2022-05-18T06:26:02.0666760Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (0.310s) 2022-05-18T06:26:02.1041650Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.037s) 2022-05-18T06:26:02.1115280Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.007s) 2022-05-18T06:26:02.1203550Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.009s) 2022-05-18T06:26:02.1229640Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.003s) 2022-05-18T06:26:02.1313680Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.008s) 2022-05-18T06:26:02.1387840Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.007s) 2022-05-18T06:26:02.1464140Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.008s) 2022-05-18T06:26:02.1542020Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.008s) 2022-05-18T06:26:02.1626320Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.008s) 2022-05-18T06:26:02.1702380Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.008s) 2022-05-18T06:26:02.1780000Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.008s) 2022-05-18T06:26:02.1845290Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.006s) 2022-05-18T06:26:02.1921230Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.008s) 2022-05-18T06:26:02.2006100Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.008s) 2022-05-18T06:26:02.2086180Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.008s) 2022-05-18T06:26:02.2168390Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.008s) 2022-05-18T06:26:02.2250440Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.008s) 2022-05-18T06:26:02.2355490Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.010s) 2022-05-18T06:26:02.2490210Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.013s) 2022-05-18T06:26:02.2637090Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.015s) 2022-05-18T06:26:02.2747530Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.011s) 2022-05-18T06:26:02.2866720Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.012s) 2022-05-18T06:26:02.2926210Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-05-18T06:26:02.2980520Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-05-18T06:26:02.3034810Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-05-18T06:26:02.3087590Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-05-18T06:26:02.3139270Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-05-18T06:26:02.3233650Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.009s) 2022-05-18T06:26:02.3291760Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-05-18T06:26:02.3385470Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.009s) 2022-05-18T06:26:02.3442090Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-05-18T06:26:02.3537030Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.009s) 2022-05-18T06:26:02.3599120Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-05-18T06:26:02.3651940Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-05-18T06:26:02.3705130Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-05-18T06:26:02.3767100Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-05-18T06:26:02.3862530Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.009s) 2022-05-18T06:26:02.3921340Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-05-18T06:26:02.3972130Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-05-18T06:26:02.4022770Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-05-18T06:26:02.4086210Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-05-18T06:26:02.4179600Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.009s) 2022-05-18T06:26:02.4281980Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-05-18T06:26:02.4382180Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-05-18T06:26:02.4824430Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.044s) 2022-05-18T06:26:02.5172110Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.035s) 2022-05-18T06:26:02.5263170Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.009s) 2022-05-18T06:26:02.5335970Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.007s) 2022-05-18T06:26:02.5409060Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.007s) 2022-05-18T06:26:02.5607180Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.020s) 2022-05-18T06:26:02.6261020Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.065s) 2022-05-18T06:26:02.6642740Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.038s) 2022-05-18T06:26:02.6825160Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.018s) 2022-05-18T06:26:02.6994010Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.017s) 2022-05-18T06:26:02.7109820Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.012s) 2022-05-18T06:26:02.8427080Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.132s) 2022-05-18T06:26:02.8759480Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.033s) 2022-05-18T06:26:02.8775010Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.002s) 2022-05-18T06:26:02.8794880Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.002s) 2022-05-18T06:26:02.8878220Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.008s) 2022-05-18T06:26:02.9251800Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.037s) 2022-05-18T06:26:02.9535920Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.028s) 2022-05-18T06:26:02.9546080Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-05-18T06:26:02.9576940Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-05-18T06:26:02.9621510Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.004s) 2022-05-18T06:26:02.9668330Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-05-18T06:26:02.9703370Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.003s) 2022-05-18T06:26:03.0051280Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.035s) 2022-05-18T06:26:03.0143380Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.009s) 2022-05-18T06:26:03.0384530Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.024s) 2022-05-18T06:26:03.0852670Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.047s) 2022-05-18T06:26:03.0861390Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:03.0939490Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.008s) 2022-05-18T06:26:03.1015830Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.008s) 2022-05-18T06:26:03.1093500Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.008s) 2022-05-18T06:26:03.1173450Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.008s) 2022-05-18T06:26:03.1251100Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.008s) 2022-05-18T06:26:03.1339160Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.009s) 2022-05-18T06:26:03.1432880Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.009s) 2022-05-18T06:26:03.1455610Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.002s) 2022-05-18T06:26:03.1475190Z test_default_args (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.002s) 2022-05-18T06:26:03.1483370Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-05-18T06:26:03.1491830Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-05-18T06:26:03.1498880Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-05-18T06:26:03.1530540Z test_torchbind (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.003s) 2022-05-18T06:26:03.1536710Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-05-18T06:26:03.1549990Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-05-18T06:26:03.1561950Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-05-18T06:26:03.1573990Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-05-18T06:26:03.1585520Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-05-18T06:26:03.1599110Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-05-18T06:26:03.1610260Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-05-18T06:26:03.1615650Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-05-18T06:26:03.1627940Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-05-18T06:26:03.1633120Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-05-18T06:26:03.1640010Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-05-18T06:26:03.1644870Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-05-18T06:26:03.1656120Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-05-18T06:26:03.1661380Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-05-18T06:26:03.1670030Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-05-18T06:26:03.1681550Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-05-18T06:26:03.1692400Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-05-18T06:26:03.1703240Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-05-18T06:26:03.1710810Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-05-18T06:26:03.1718710Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-05-18T06:26:03.1727610Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-05-18T06:26:03.1737150Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-05-18T06:26:03.1747920Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-05-18T06:26:03.1761040Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-05-18T06:26:03.1980390Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-05-18T06:26:03.2318730Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.034s) 2022-05-18T06:26:03.2504640Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-05-18T06:26:03.2655980Z test_constant (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-05-18T06:26:03.3151770Z test_conv (jit.test_tracer.TestTracer) ... ok (0.049s) 2022-05-18T06:26:03.3446190Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.029s) 2022-05-18T06:26:03.3596830Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-05-18T06:26:03.3740120Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-05-18T06:26:03.3984590Z test_ge (jit.test_tracer.TestTracer) ... ok (0.024s) 2022-05-18T06:26:03.3990350Z test_ge_cuda (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:03.5785070Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (0.179s) 2022-05-18T06:26:03.6419070Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.063s) 2022-05-18T06:26:03.6544020Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-05-18T06:26:03.6650110Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-05-18T06:26:03.6738170Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-05-18T06:26:03.6773040Z test_inplace_check (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-05-18T06:26:03.6887280Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-05-18T06:26:03.7000770Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-05-18T06:26:03.7051800Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-05-18T06:26:03.7149060Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-05-18T06:26:03.7251040Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-05-18T06:26:03.7345130Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-05-18T06:26:03.7380990Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-05-18T06:26:03.7418300Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-05-18T06:26:03.7434320Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-05-18T06:26:03.7576970Z Check that dictionary access doesn't care about insertion order ... ok (0.016s) 2022-05-18T06:26:03.7692420Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-05-18T06:26:03.7801620Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-05-18T06:26:03.7943510Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-05-18T06:26:03.7960520Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-05-18T06:26:03.8136340Z Check that the trace remembers which keys were in a dict input ... ok (0.019s) 2022-05-18T06:26:03.8241170Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-05-18T06:26:03.8248150Z test_input_flatten (jit.test_tracer.TestTracer) 2022-05-18T06:26:03.8479130Z Check that inputs to traced functions are flattened ... ok (0.024s) 2022-05-18T06:26:03.8528380Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-05-18T06:26:03.8628310Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-05-18T06:26:03.8743580Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-05-18T06:26:03.8876080Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-05-18T06:26:03.9005730Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-05-18T06:26:03.9514480Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.051s) 2022-05-18T06:26:03.9534330Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:03.9678010Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-05-18T06:26:03.9790050Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-05-18T06:26:03.9993400Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-05-18T06:26:04.0078660Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-05-18T06:26:04.0116240Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-05-18T06:26:04.0123350Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-05-18T06:26:04.0262590Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.015s) 2022-05-18T06:26:04.0348050Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-05-18T06:26:04.0470620Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-05-18T06:26:04.0596330Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-05-18T06:26:04.0729600Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-05-18T06:26:04.0764440Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-05-18T06:26:04.1059600Z test_simple (jit.test_tracer.TestTracer) ... ok (0.029s) 2022-05-18T06:26:04.1080700Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-05-18T06:26:04.1228150Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-05-18T06:26:04.1319760Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-05-18T06:26:04.1661710Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.034s) 2022-05-18T06:26:04.2008060Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.034s) 2022-05-18T06:26:04.2158660Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-05-18T06:26:04.2211650Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.005s) 2022-05-18T06:26:04.2870570Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.066s) 2022-05-18T06:26:04.2984260Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-05-18T06:26:04.3071370Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-05-18T06:26:04.3154530Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-05-18T06:26:04.3355270Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-05-18T06:26:04.3443690Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-05-18T06:26:04.3539230Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-05-18T06:26:04.3763000Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-05-18T06:26:04.3906070Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-05-18T06:26:04.4063510Z test_trace_contiguous (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-05-18T06:26:04.4134930Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-05-18T06:26:04.4229860Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-05-18T06:26:04.4331470Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-05-18T06:26:04.4365280Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-05-18T06:26:04.4438690Z test_trace_detach_onnx_erase (jit.test_tracer.TestTracer) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/onnx/utils.py:55: UserWarning: You are exporting the model to ONNX while in training mode with 'train' parameter not specified. The model will default to inference mode export. If you wish to export a training amenable ONNX model, specify training=TrainingMode.TRAINING or training=TrainingMode.PRESERVE (to preserve the original model state) in torch.onnx.export(). 2022-05-18T06:26:04.4439550Z warnings.warn( 2022-05-18T06:26:04.4439760Z ok (0.007s) 2022-05-18T06:26:04.4483110Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-05-18T06:26:04.4682610Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-05-18T06:26:04.4984130Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.030s) 2022-05-18T06:26:04.5335620Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.035s) 2022-05-18T06:26:04.6142150Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.081s) 2022-05-18T06:26:04.6760480Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.062s) 2022-05-18T06:26:04.6890600Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-05-18T06:26:04.6971920Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-05-18T06:26:04.7061080Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-05-18T06:26:04.7150300Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-05-18T06:26:04.7292060Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-05-18T06:26:04.7540260Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-05-18T06:26:04.7612360Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-05-18T06:26:04.7973920Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.036s) 2022-05-18T06:26:04.8145100Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-05-18T06:26:04.8747700Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.060s) 2022-05-18T06:26:04.9220350Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.047s) 2022-05-18T06:26:04.9351290Z graph(%self : __torch__.jit.test_tracer.Bar, 2022-05-18T06:26:04.9351700Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-05-18T06:26:04.9352050Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-05-18T06:26:04.9353000Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-05-18T06:26:04.9353480Z %x : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%x.1) # /Users/runner/work/pytorch/pytorch/test/jit/test_tracer.py:1437:0 2022-05-18T06:26:04.9354000Z %y : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%y.1) # /Users/runner/work/pytorch/pytorch/test/jit/test_tracer.py:1438:0 2022-05-18T06:26:04.9354590Z %9 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = ^Foo()(%x, %y) # /Users/runner/work/pytorch/pytorch/test/jit/test_tracer.py:1439:0 2022-05-18T06:26:04.9355160Z %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-05-18T06:26:04.9355680Z %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-05-18T06:26:04.9356040Z return (%12) 2022-05-18T06:26:04.9356180Z 2022-05-18T06:26:04.9443990Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-05-18T06:26:04.9601820Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-05-18T06:26:04.9861930Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-05-18T06:26:04.9936790Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-05-18T06:26:05.0078720Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-05-18T06:26:05.0332570Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-05-18T06:26:05.0422990Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-05-18T06:26:05.0474200Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-05-18T06:26:05.0680180Z test_trace_records_names (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-05-18T06:26:05.0797110Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-05-18T06:26:05.1315600Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.052s) 2022-05-18T06:26:05.1377190Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-05-18T06:26:05.1509710Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-05-18T06:26:05.1650580Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-05-18T06:26:05.1753960Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-05-18T06:26:05.2628390Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.087s) 2022-05-18T06:26:05.2763600Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-05-18T06:26:05.2889220Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-05-18T06:26:05.3031360Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-05-18T06:26:05.3971780Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.094s) 2022-05-18T06:26:05.4647580Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.067s) 2022-05-18T06:26:05.4803500Z test_trace_topk (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-05-18T06:26:05.4978060Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-05-18T06:26:05.5074440Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-05-18T06:26:05.5229810Z test_trace_warn (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-05-18T06:26:05.5334790Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-05-18T06:26:05.5397600Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-05-18T06:26:05.5450110Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-05-18T06:26:05.5698030Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-05-18T06:26:05.5736330Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... skip: calls .cuda() (0.004s) 2022-05-18T06:26:05.5759300Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-05-18T06:26:05.6518490Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.076s) 2022-05-18T06:26:05.8747260Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.223s) 2022-05-18T06:26:05.8824300Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-05-18T06:26:05.8933470Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-05-18T06:26:05.8955000Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-05-18T06:26:05.9531630Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.060s) 2022-05-18T06:26:05.9637040Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.010s) 2022-05-18T06:26:05.9767290Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.013s) 2022-05-18T06:26:05.9868840Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.010s) 2022-05-18T06:26:05.9880450Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-05-18T06:26:06.0057970Z Types should be shared for identical constant values, and different for different constant values ... ok (0.019s) 2022-05-18T06:26:06.0070270Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-05-18T06:26:06.0165570Z Types should be shared even if attribute values differ ... ok (0.011s) 2022-05-18T06:26:06.0174660Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-05-18T06:26:06.0214930Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.005s) 2022-05-18T06:26:06.0320620Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.010s) 2022-05-18T06:26:06.0329680Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-05-18T06:26:06.0532820Z Simple example with a real nn Module ... ok (0.021s) 2022-05-18T06:26:06.0809170Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.028s) 2022-05-18T06:26:06.0822890Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-05-18T06:26:06.1369200Z We should be able to differentiate between two ModuleDict instances ... ok (0.056s) 2022-05-18T06:26:06.1383660Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-05-18T06:26:06.1707650Z Mutating the value of an attribute should not change type sharing ... ok (0.034s) 2022-05-18T06:26:06.1717800Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-05-18T06:26:06.1833270Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.012s) 2022-05-18T06:26:06.1843070Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-05-18T06:26:06.2007290Z Different functions passed in should lead to different types ... ok (0.017s) 2022-05-18T06:26:06.2016200Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-05-18T06:26:06.2131420Z Same functions passed in should lead to same types ... ok (0.012s) 2022-05-18T06:26:06.2152980Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-05-18T06:26:06.2531890Z Even if everything about the module is the same, different originating ... ok (0.040s) 2022-05-18T06:26:06.2543810Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-05-18T06:26:06.2716820Z Different functions passed in should lead to different types ... ok (0.018s) 2022-05-18T06:26:06.2726180Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-05-18T06:26:06.2845450Z Same functions passed in should lead to same types ... ok (0.013s) 2022-05-18T06:26:06.3204900Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.036s) 2022-05-18T06:26:06.3220870Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-05-18T06:26:06.4025640Z If submodules differ, the types should differ. ... ok (0.082s) 2022-05-18T06:26:06.4038980Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-05-18T06:26:06.4237640Z Since we can't guarantee that methods are the same between different ... ok (0.021s) 2022-05-18T06:26:06.4250090Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-05-18T06:26:06.4359330Z Test that types are not shared if the exclusion of their ... ok (0.012s) 2022-05-18T06:26:06.4369830Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-05-18T06:26:06.4457310Z Test that types are shared if the exclusion of their ... ok (0.010s) 2022-05-18T06:26:06.4465950Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-05-18T06:26:06.4568940Z Tests that types between instances of a ScriptModule ... ok (0.011s) 2022-05-18T06:26:06.4588180Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-05-18T06:26:06.4911230Z Test that type sharing can be disabled. ... ok (0.034s) 2022-05-18T06:26:06.4989550Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.008s) 2022-05-18T06:26:06.5020370Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-05-18T06:26:06.5105600Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.008s) 2022-05-18T06:26:06.5130530Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-05-18T06:26:06.5231190Z Test that module attributes can be ignored. ... ok (0.012s) 2022-05-18T06:26:06.5252170Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-05-18T06:26:06.5265600Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-05-18T06:26:06.5298660Z Test that using an optional with no contained types produces an error. ... ok (0.005s) 2022-05-18T06:26:06.5308630Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-05-18T06:26:06.5448420Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.014s) 2022-05-18T06:26:06.5486940Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.004s) 2022-05-18T06:26:06.5511800Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-05-18T06:26:06.5525780Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-05-18T06:26:06.5558790Z Test that using a tuple with no contained types produces an error. ... ok (0.005s) 2022-05-18T06:26:06.5759350Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.020s) 2022-05-18T06:26:06.5951560Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.019s) 2022-05-18T06:26:06.5991080Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.004s) 2022-05-18T06:26:06.6046780Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.005s) 2022-05-18T06:26:06.6135120Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.009s) 2022-05-18T06:26:06.6241650Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.011s) 2022-05-18T06:26:06.6359410Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.012s) 2022-05-18T06:26:06.6737730Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.038s) 2022-05-18T06:26:06.6785100Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.005s) 2022-05-18T06:26:06.6814630Z test_dict_type_refinement_annotation_key_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4371] 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-05-18T06:26:06.6815360Z File "/Users/runner/work/pytorch/pytorch/test/jit/test_typing.py", line 90 2022-05-18T06:26:06.6816190Z def fn(): 2022-05-18T06:26:06.6816390Z l1 = [1, 2, "foo", 3] 2022-05-18T06:26:06.6816860Z ~~~~~~~~~~~~~~~ <--- HERE 2022-05-18T06:26:06.6817100Z l2 = ["foo", "bar", "baz", "qux"] 2022-05-18T06:26:06.6817360Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-05-18T06:26:06.6817710Z (function emitListLiteral) 2022-05-18T06:26:06.6818000Z ok (0.003s) 2022-05-18T06:26:06.6847230Z test_dict_type_refinement_annotation_value_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4371] 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-05-18T06:26:06.6847960Z File "/Users/runner/work/pytorch/pytorch/test/jit/test_typing.py", line 104 2022-05-18T06:26:06.6848240Z def fn(): 2022-05-18T06:26:06.6848470Z l1 = ["foo", "bar", "baz", "qux"] 2022-05-18T06:26:06.6848680Z l2 = [1, 2, "foo", 3] 2022-05-18T06:26:06.6849080Z ~~~~~~~~~~~~~~~ <--- HERE 2022-05-18T06:26:06.6849330Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-05-18T06:26:06.6849570Z return d 2022-05-18T06:26:06.6849780Z (function emitListLiteral) 2022-05-18T06:26:06.6850860Z ok (0.003s) 2022-05-18T06:26:06.7006010Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.015s) 2022-05-18T06:26:06.7245880Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.024s) 2022-05-18T06:26:06.7385800Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.014s) 2022-05-18T06:26:06.7668740Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.028s) 2022-05-18T06:26:06.7750580Z test_list_io (jit.test_typing.TestTyping) ... ok (0.008s) 2022-05-18T06:26:06.7764310Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.001s) 2022-05-18T06:26:06.7962870Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.020s) 2022-05-18T06:26:06.7985700Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.002s) 2022-05-18T06:26:06.8119580Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.013s) 2022-05-18T06:26:06.8242980Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.012s) 2022-05-18T06:26:06.8290420Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.005s) 2022-05-18T06:26:06.8346940Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.006s) 2022-05-18T06:26:06.8459170Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.011s) 2022-05-18T06:26:06.8545690Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.009s) 2022-05-18T06:26:06.8600210Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.005s) 2022-05-18T06:26:06.8811310Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.021s) 2022-05-18T06:26:06.8860190Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.005s) 2022-05-18T06:26:06.8964260Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.010s) 2022-05-18T06:26:06.9031940Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.007s) 2022-05-18T06:26:06.9127660Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.009s) 2022-05-18T06:26:06.9227840Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.010s) 2022-05-18T06:26:06.9312820Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.008s) 2022-05-18T06:26:06.9405920Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.009s) 2022-05-18T06:26:06.9429460Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.002s) 2022-05-18T06:26:06.9793260Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.036s) 2022-05-18T06:26:06.9880270Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.009s) 2022-05-18T06:26:06.9959920Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.008s) 2022-05-18T06:26:07.0037390Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.008s) 2022-05-18T06:26:07.0139440Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.010s) 2022-05-18T06:26:07.0212450Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.007s) 2022-05-18T06:26:07.0389750Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.018s) 2022-05-18T06:26:07.0454040Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.006s) 2022-05-18T06:26:07.0525500Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.007s) 2022-05-18T06:26:07.0578800Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.005s) 2022-05-18T06:26:07.0645060Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.007s) 2022-05-18T06:26:07.0696990Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.005s) 2022-05-18T06:26:07.0821600Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.012s) 2022-05-18T06:26:07.0912090Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.009s) 2022-05-18T06:26:07.0974590Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.006s) 2022-05-18T06:26:07.1006060Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.003s) 2022-05-18T06:26:07.1036980Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.003s) 2022-05-18T06:26:07.1125830Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.009s) 2022-05-18T06:26:07.1152100Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.003s) 2022-05-18T06:26:07.1173940Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.002s) 2022-05-18T06:26:07.1199970Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.003s) 2022-05-18T06:26:07.1281700Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.008s) 2022-05-18T06:26:07.1422510Z test_union_memory_aliasing (jit.test_union.TestUnion) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_jit_internal.py:1138: 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-05-18T06:26:07.1423220Z warnings.warn("The inner type of a container is lost when " 2022-05-18T06:26:07.1423490Z ok (0.014s) 2022-05-18T06:26:07.1521300Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.010s) 2022-05-18T06:26:07.1709630Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.019s) 2022-05-18T06:26:07.1816130Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.010s) 2022-05-18T06:26:07.1851230Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.004s) 2022-05-18T06:26:07.1894150Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.004s) 2022-05-18T06:26:07.1934710Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.004s) 2022-05-18T06:26:07.1979690Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.004s) 2022-05-18T06:26:07.2032930Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.005s) 2022-05-18T06:26:07.2196140Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.016s) 2022-05-18T06:26:07.2320070Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.012s) 2022-05-18T06:26:07.2378680Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.006s) 2022-05-18T06:26:07.2509960Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.013s) 2022-05-18T06:26:07.2652010Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.014s) 2022-05-18T06:26:07.2745260Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.009s) 2022-05-18T06:26:07.2841160Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.009s) 2022-05-18T06:26:07.2963930Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.012s) 2022-05-18T06:26:07.3084500Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.012s) 2022-05-18T06:26:07.3133120Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.005s) 2022-05-18T06:26:07.3191880Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.006s) 2022-05-18T06:26:07.3393480Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.020s) 2022-05-18T06:26:07.3539670Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.015s) 2022-05-18T06:26:07.3593790Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.005s) 2022-05-18T06:26:07.3657360Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.006s) 2022-05-18T06:26:07.3807010Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.015s) 2022-05-18T06:26:07.3931930Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.012s) 2022-05-18T06:26:07.4431930Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.050s) 2022-05-18T06:26:07.4562080Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.013s) 2022-05-18T06:26:07.4793680Z test_union_with_list_assignment (jit.test_union.TestUnion) ... [W ir_emitter.cpp:4371] 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-05-18T06:26:07.4794320Z File "", line 3 2022-05-18T06:26:07.4794470Z 2022-05-18T06:26:07.4794540Z def fn(): 2022-05-18T06:26:07.4794830Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-05-18T06:26:07.4795490Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-05-18T06:26:07.4795770Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-05-18T06:26:07.4796050Z x.append(torch.tensor(3)) 2022-05-18T06:26:07.4796300Z (function emitListLiteral) 2022-05-18T06:26:07.4949580Z [W ir_emitter.cpp:4371] 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-05-18T06:26:07.4950200Z File "", line 3 2022-05-18T06:26:07.4950340Z 2022-05-18T06:26:07.4950420Z def fn(): 2022-05-18T06:26:07.4950690Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-05-18T06:26:07.4951270Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-05-18T06:26:07.4951550Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-05-18T06:26:07.4951820Z x.append(torch.tensor(3)) 2022-05-18T06:26:07.4952050Z (function emitListLiteral) 2022-05-18T06:26:07.4954810Z ok (0.039s) 2022-05-18T06:26:07.5032730Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.008s) 2022-05-18T06:26:07.5071750Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.004s) 2022-05-18T06:26:07.5110190Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.004s) 2022-05-18T06:26:07.5162030Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.005s) 2022-05-18T06:26:07.5442270Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.028s) 2022-05-18T06:26:07.5466080Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.002s) 2022-05-18T06:26:07.5647060Z test_aten_div_other_variants (jit.test_upgraders.TestUpgraders) ... /Users/runner/work/pytorch/pytorch/test/jit/test_upgraders.py:131: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-05-18T06:26:07.5647840Z return a // b 2022-05-18T06:26:07.5648300Z ok (0.018s) 2022-05-18T06:26:07.5718240Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.007s) 2022-05-18T06:26:07.5787740Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.007s) 2022-05-18T06:26:07.5842760Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-05-18T06:26:07.5900680Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.006s) 2022-05-18T06:26:07.5987610Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.009s) 2022-05-18T06:26:07.6032220Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-05-18T06:26:07.6078180Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-05-18T06:26:07.6131770Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-05-18T06:26:07.6176640Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-05-18T06:26:07.6230750Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-05-18T06:26:07.6331900Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.010s) 2022-05-18T06:26:07.6389140Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.006s) 2022-05-18T06:26:07.6443360Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-05-18T06:26:07.6489130Z test_warn (jit.test_warn.TestWarn) ... ok (0.004s) 2022-05-18T06:26:07.6531270Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.004s) 2022-05-18T06:26:07.6643780Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.011s) 2022-05-18T06:26:07.6745290Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.010s) 2022-05-18T06:26:07.6856710Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.011s) 2022-05-18T06:26:07.6904970Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.005s) 2022-05-18T06:26:07.6981880Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.008s) 2022-05-18T06:26:07.7041130Z test_with_as (jit.test_with.TestWith) 2022-05-18T06:26:07.8201060Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.122s) 2022-05-18T06:26:07.8242000Z test_with_errors (jit.test_with.TestWith) 2022-05-18T06:26:07.8409680Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.021s) 2022-05-18T06:26:07.8443770Z test_with_exceptions (jit.test_with.TestWith) 2022-05-18T06:26:07.8803920Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.039s) 2022-05-18T06:26:07.8861430Z test_with_no_as (jit.test_with.TestWith) 2022-05-18T06:26:08.0033750Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.123s) 2022-05-18T06:26:08.0062150Z test_with_no_grad (jit.test_with.TestWith) 2022-05-18T06:26:08.0334300Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.030s) 2022-05-18T06:26:08.0353240Z test_with_record_function (jit.test_with.TestWith) 2022-05-18T06:26:08.0644030Z Check that torch.autograd.profiler.record_function context manager is ... ok (0.031s) 2022-05-18T06:26:08.8189850Z 2022-05-18T06:26:08.8206610Z ---------------------------------------------------------------------- 2022-05-18T06:26:08.8207410Z Ran 2655 tests in 127.491s 2022-05-18T06:26:08.8207860Z 2022-05-18T06:26:08.8208270Z OK (skipped=201, expected failures=7) 2022-05-18T06:26:08.8208720Z 2022-05-18T06:26:08.8209100Z Generating XML reports... 2022-05-18T06:26:08.8210040Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20220518062400.xml 2022-05-18T06:26:08.8211110Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20220518062400.xml 2022-05-18T06:26:08.8212120Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20220518062400.xml 2022-05-18T06:26:08.8308630Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20220518062400.xml 2022-05-18T06:26:08.8310600Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220518062400.xml 2022-05-18T06:26:08.8311790Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20220518062400.xml 2022-05-18T06:26:08.8312840Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20220518062400.xml 2022-05-18T06:26:08.8313850Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20220518062400.xml 2022-05-18T06:26:08.8315350Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20220518062400.xml 2022-05-18T06:26:08.8316530Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20220518062400.xml 2022-05-18T06:26:08.8318160Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20220518062400.xml 2022-05-18T06:26:08.8321540Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20220518062400.xml 2022-05-18T06:26:08.8322750Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20220518062400.xml 2022-05-18T06:26:08.8324190Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220518062400.xml 2022-05-18T06:26:08.8325750Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20220518062400.xml 2022-05-18T06:26:08.8327340Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20220518062400.xml 2022-05-18T06:26:08.8328400Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20220518062400.xml 2022-05-18T06:26:08.8329440Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20220518062400.xml 2022-05-18T06:26:08.8330440Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestFrontend-20220518062400.xml 2022-05-18T06:26:08.8331460Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20220518062400.xml 2022-05-18T06:26:08.8332570Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220518062400.xml 2022-05-18T06:26:08.8333720Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220518062400.xml 2022-05-18T06:26:08.8334830Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20220518062400.xml 2022-05-18T06:26:08.8335920Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220518062400.xml 2022-05-18T06:26:08.8336950Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20220518062400.xml 2022-05-18T06:26:08.8338470Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20220518062400.xml 2022-05-18T06:26:08.8339500Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20220518062400.xml 2022-05-18T06:26:08.8340640Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220518062400.xml 2022-05-18T06:26:08.8341760Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20220518062400.xml 2022-05-18T06:26:08.8342740Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJit-20220518062400.xml 2022-05-18T06:26:08.8343700Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJitAutocast-20220518062400.xml 2022-05-18T06:26:08.8344700Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20220518062400.xml 2022-05-18T06:26:08.8345710Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20220518062400.xml 2022-05-18T06:26:08.8346880Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20220518062400.xml 2022-05-18T06:26:08.8347880Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20220518062400.xml 2022-05-18T06:26:08.8349020Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220518062400.xml 2022-05-18T06:26:08.8350380Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20220518062400.xml 2022-05-18T06:26:08.8351510Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20220518062400.xml 2022-05-18T06:26:08.8353240Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20220518062400.xml 2022-05-18T06:26:08.8354370Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20220518062400.xml 2022-05-18T06:26:08.8355090Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20220518062400.xml 2022-05-18T06:26:08.8355820Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20220518062400.xml 2022-05-18T06:26:08.8356530Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20220518062400.xml 2022-05-18T06:26:08.8357190Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20220518062400.xml 2022-05-18T06:26:08.8357850Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_onnx_export.TestONNXExport-20220518062400.xml 2022-05-18T06:26:08.8358560Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20220518062400.xml 2022-05-18T06:26:08.8359410Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220518062400.xml 2022-05-18T06:26:08.8360210Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20220518062400.xml 2022-05-18T06:26:08.8360900Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20220518062400.xml 2022-05-18T06:26:08.8361530Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20220518062400.xml 2022-05-18T06:26:08.8362170Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20220518062400.xml 2022-05-18T06:26:08.8362850Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20220518062400.xml 2022-05-18T06:26:08.8363560Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220518062400.xml 2022-05-18T06:26:08.8364660Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20220518062400.xml 2022-05-18T06:26:08.8365340Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20220518062400.xml 2022-05-18T06:26:08.8366040Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20220518062400.xml 2022-05-18T06:26:08.8366700Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20220518062400.xml 2022-05-18T06:26:08.8367420Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220518062400.xml 2022-05-18T06:26:08.8368060Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestScript-20220518062400.xml 2022-05-18T06:26:08.8368690Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20220518062400.xml 2022-05-18T06:26:08.8369330Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20220518062400.xml 2022-05-18T06:26:08.8370110Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220518062400.xml 2022-05-18T06:26:08.8370880Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20220518062400.xml 2022-05-18T06:26:08.8371790Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20220518062400.xml 2022-05-18T06:26:08.8372490Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20220518062400.xml 2022-05-18T06:26:08.8373170Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20220518062400.xml 2022-05-18T06:26:08.8373940Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220518062400.xml 2022-05-18T06:26:08.8374660Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20220518062400.xml 2022-05-18T06:26:08.8375370Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220518062400.xml 2022-05-18T06:26:08.8376210Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20220518062400.xml 2022-05-18T06:26:08.8376870Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20220518062400.xml 2022-05-18T06:26:08.8377510Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20220518062400.xml 2022-05-18T06:26:08.8378180Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20220518062400.xml 2022-05-18T06:26:08.8378840Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20220518062400.xml 2022-05-18T06:26:08.8379460Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20220518062400.xml 2022-05-18T06:26:08.8380110Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220518062400.xml 2022-05-18T06:26:08.8388130Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20220518062400.xml 2022-05-18T06:26:08.8388870Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20220518062400.xml 2022-05-18T06:26:08.8389470Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220518062400.xml 2022-05-18T06:26:08.8390090Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20220518062400.xml 2022-05-18T06:26:08.8391230Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20220518062400.xml 2022-05-18T06:26:08.8391930Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220518062400.xml 2022-05-18T06:26:08.8392660Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220518062400.xml 2022-05-18T06:26:08.8393400Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_legacy_upgraders.TestLegacyUpgraders-20220518062400.xml 2022-05-18T06:26:08.8394090Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220518062400.xml 2022-05-18T06:26:08.8394780Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220518062400.xml 2022-05-18T06:26:08.8395450Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20220518062400.xml 2022-05-18T06:26:09.2402080Z Running test_jit_cuda_fuser ... [2022-05-18 06:26:09.239855] 2022-05-18T06:26:09.2402790Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_jit_cuda_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:26:09.239979] 2022-05-18T06:26:11.6298680Z 2022-05-18T06:26:11.6299440Z Test results will be stored in test-reports/python-unittest/test_jit_cuda_fuser 2022-05-18T06:26:11.6299780Z Running tests... 2022-05-18T06:26:11.6300560Z ---------------------------------------------------------------------- 2022-05-18T06:26:11.6318250Z test__softmax_function (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.6336600Z test__softmax_function_half_to_float (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.6363710Z test_addcmul_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-05-18T06:26:11.6378290Z test_alias_pass_fix (__main__.TestCudaFuser) ... skip: skipping this test since unsqueeze is disabled now (0.001s) 2022-05-18T06:26:11.6407550Z test_autocast_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-05-18T06:26:11.6437980Z test_autocast_1_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-05-18T06:26:11.6463760Z test_autocast_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-05-18T06:26:11.6490810Z test_autocast_2_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-05-18T06:26:11.6519630Z test_backward_type (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-05-18T06:26:11.6531420Z test_batch_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.6547730Z test_batch_norm_impl_index_correctness (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.6559700Z test_batch_norm_impl_index_inner_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.6584670Z test_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.002s) 2022-05-18T06:26:11.6629730Z test_binary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.004s) 2022-05-18T06:26:11.6650360Z test_binary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.6667550Z test_binary_ops_channels_last_with_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.6683130Z test_binary_ops_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.6702610Z test_branches (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.6719710Z test_broadcasting_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.6736410Z test_broadcasting_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.6753360Z test_broadcasting_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.6770320Z test_broadcasting_3 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.6790330Z test_broadcasting_multiple_output (__main__.TestCudaFuser) ... skip: broadcast on branches can't be resolved yet (0.002s) 2022-05-18T06:26:11.6809320Z test_broadcasting_multiple_output_shape (__main__.TestCudaFuser) ... skip: Broadcast with different output not supported yet (0.002s) 2022-05-18T06:26:11.6828380Z test_broadcasting_partition_logic_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.6847740Z test_broadcasting_partition_logic_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.6862630Z test_build_shape_expression_native_dropout (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.6906760Z test_category_rule (__main__.TestCudaFuser) ... skip: requires CUDA (0.004s) 2022-05-18T06:26:11.6955220Z test_channels_last_with_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.005s) 2022-05-18T06:26:11.6975790Z test_chunk (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.6989730Z test_clamp (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.7003000Z test_clean_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.7016990Z test_const (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.7028320Z test_contiguous_on_broadcasted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.7060350Z test_conv2d_bias (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-05-18T06:26:11.7074120Z test_conv2d_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.7102520Z test_cpu_scalar (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-05-18T06:26:11.7118810Z test_cuda_fusion_guard (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.7134400Z test_cuda_fusion_guard_backward (__main__.TestCudaFuser) ... skip: requires NVFuser (0.001s) 2022-05-18T06:26:11.7147920Z test_disable_sibling_fuse (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.7160280Z test_dropout_inference_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.7172450Z test_dropout_train_nograd_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.7195050Z test_dropout_train_nograd_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.7216480Z test_dropout_training_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.7242100Z test_dropout_training_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-05-18T06:26:11.7276520Z test_dynamic_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-05-18T06:26:11.7299650Z test_fix_shape_expression_bn (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.7315820Z test_gelu (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.7358750Z test_grad_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.004s) 2022-05-18T06:26:11.7376160Z test_graph_for_with_missing_optimized_engine (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.7404820Z test_graph_rng (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-05-18T06:26:11.7428760Z test_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.7454240Z test_inf_quick_patch (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.7468150Z test_inplace_removal (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.7487630Z test_input_output_passthrough (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.7498100Z test_int_tensor_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.7521970Z test_issue1445_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.7557010Z test_layer_norm_autodiff (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-05-18T06:26:11.7577030Z test_layer_norm_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.7595750Z test_layer_norm_trivial_reduce_dim (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.7614630Z test_linear (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.7629550Z test_linear_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.7643130Z test_multiple_device_pw (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.7679840Z test_native_batch_norm_backward (__main__.TestCudaFuser) ... skip: requires CUDA (0.004s) 2022-05-18T06:26:11.7692600Z test_native_layer_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.7704980Z test_native_layer_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.7716620Z test_native_layer_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.7722680Z test_nested_view (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.7736470Z test_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.7751190Z test_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.7762200Z test_norm_channels_last (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.7775560Z test_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.7786180Z test_norm_half_layer (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.7799290Z test_norm_large (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.7826650Z test_normalization_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-05-18T06:26:11.7847490Z test_nvfuser_comparison_callbacks_with_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.7869000Z test_nvfuser_comparison_callbacks_without_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.7879000Z test_overlapped_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.7905990Z test_permutation_preservation (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-05-18T06:26:11.7924450Z test_permutation_preservation_edge_case_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.7943670Z test_permutation_preservation_edge_case_1_broken (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.7967380Z test_permutation_preservation_edge_case_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.7987580Z test_pointwise_reference_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.8008530Z test_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.8020330Z test_profiling_node (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.8041190Z test_pw_single_reduction_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.8047410Z test_random_topo (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.8061700Z test_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.8082840Z test_reduction_dtypes_axis (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.8094360Z test_reduction_empty_axes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.8129850Z test_reduction_multiple_output (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-05-18T06:26:11.8142320Z test_reduction_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.8160120Z test_reduction_sizes_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.8186030Z test_remove_output_used_only_in_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-05-18T06:26:11.8199570Z test_rsub (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.8212180Z test_scalar_cuda_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.8229570Z test_scalar_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.8242290Z test_scalar_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.8253300Z test_scalar_tensor_permuted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.8282330Z test_shape_expression (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.003s) 2022-05-18T06:26:11.8298790Z test_sibling_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.8313070Z test_sibling_fusion_no_scalar_inputs (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.8334300Z test_single_reduction_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.8343350Z test_singleton_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.8368340Z test_skip_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.8385800Z test_softmax (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.8399110Z test_softmax_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.8431230Z test_softmax_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-05-18T06:26:11.8444120Z test_softmax_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.8462930Z test_softplus_fuser (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.8472490Z test_squeeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-05-18T06:26:11.8483540Z test_squeeze_negative_dim (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-05-18T06:26:11.8499170Z test_squeeze_zero (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-05-18T06:26:11.8516840Z test_strict_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.8532470Z test_sum_to_one (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.8559080Z test_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-05-18T06:26:11.8603970Z test_ternary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.004s) 2022-05-18T06:26:11.8611340Z test_ternary_ops_integer_compatibility (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.8621900Z test_ternary_ops_type_promotion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.8631920Z test_to_boolean (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.8645770Z test_to_dtype_bf16_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.8659600Z test_to_dtype_bf16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.8672610Z test_to_dtype_fp16_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.8685550Z test_to_dtype_fp16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.8699520Z test_to_dtype_fp32_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.8712370Z test_to_dtype_fp32_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.8728980Z test_trivial_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.8745290Z test_type_as_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.8770780Z test_unary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.8797220Z test_unary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-05-18T06:26:11.8805830Z test_unsqueeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-05-18T06:26:11.8827580Z test_variance (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.8839270Z test_view (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:11.8852330Z test_view_copy_graph_guard (__main__.TestCudaFuser) ... skip: skipping this test since reshape is disabled now (0.001s) 2022-05-18T06:26:11.8869280Z test_view_copy_graph_guard_double_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.9934990Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.106s) 2022-05-18T06:26:11.9959350Z test_context_manager_test (__main__.TestPassManagerCudaFuser) ... skip: requires CUDA (0.002s) 2022-05-18T06:26:11.9968700Z test_register_fuser (__main__.TestPassManagerCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:12.0050120Z test_register_fuser_cpu (__main__.TestPassManagerCudaFuser) ... ok (0.008s) 2022-05-18T06:26:12.0057150Z test_register_fuser_rocm (__main__.TestPassManagerCudaFuser) ... skip: requires CUDA (0.001s) 2022-05-18T06:26:12.0480200Z 2022-05-18T06:26:12.0481580Z ---------------------------------------------------------------------- 2022-05-18T06:26:12.0482280Z Ran 140 tests in 0.376s 2022-05-18T06:26:12.0482630Z 2022-05-18T06:26:12.0482890Z OK (skipped=138) 2022-05-18T06:26:12.0483400Z 2022-05-18T06:26:12.0483730Z Generating XML reports... 2022-05-18T06:26:12.0484570Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20220518062611.xml 2022-05-18T06:26:12.0485580Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestPassManagerCudaFuser-20220518062611.xml 2022-05-18T06:26:12.0486510Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20220518062611.xml 2022-05-18T06:26:12.3965450Z Running test_jit_fuser_te ... [2022-05-18 06:26:12.396119] 2022-05-18T06:26:12.3967140Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:26:12.396236] 2022-05-18T06:26:15.2210550Z CUDA not available, skipping tests 2022-05-18T06:26:15.2211230Z Test results will be stored in test-reports/python-unittest/test_jit_fuser_te 2022-05-18T06:26:15.2211740Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-05-18T06:26:15.2211960Z 2022-05-18T06:26:15.2212040Z Running tests... 2022-05-18T06:26:15.2212450Z ---------------------------------------------------------------------- 2022-05-18T06:26:15.3288000Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.108s) 2022-05-18T06:26:15.3300950Z test_relu_cpu (__main__.TestLoopnestRandomizationCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:15.3310450Z test_failures___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:15.3319110Z test_failures_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:15.3327580Z test_failures_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:15.3354580Z test_nnc_correctness_H_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:26:15.3375160Z test_nnc_correctness_H_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3395420Z test_nnc_correctness_H_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3415460Z test_nnc_correctness_H_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3435870Z test_nnc_correctness_H_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3456410Z test_nnc_correctness_H_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3476160Z test_nnc_correctness_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3496670Z test_nnc_correctness_H_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3517020Z test_nnc_correctness_H_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3537850Z test_nnc_correctness_H_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3557530Z test_nnc_correctness_H_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3578380Z test_nnc_correctness_H_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3597820Z test_nnc_correctness_H_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3618070Z test_nnc_correctness_T_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3638580Z test_nnc_correctness_T_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3658630Z test_nnc_correctness_T_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3678930Z test_nnc_correctness_T_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3699290Z test_nnc_correctness_T_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3719630Z test_nnc_correctness_T_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3739890Z test_nnc_correctness_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3760250Z test_nnc_correctness_T_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3780410Z test_nnc_correctness_T_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3804110Z test_nnc_correctness_T_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3823850Z test_nnc_correctness_T_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3844160Z test_nnc_correctness_T_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3863990Z test_nnc_correctness_T_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3883880Z test_nnc_correctness___getitem___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3904220Z test_nnc_correctness___getitem___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3924480Z test_nnc_correctness___getitem___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3943960Z test_nnc_correctness___getitem___cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3963670Z test_nnc_correctness___getitem___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.3983530Z test_nnc_correctness___getitem___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4003440Z test_nnc_correctness___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4023470Z test_nnc_correctness___getitem___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4043680Z test_nnc_correctness___getitem___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4063140Z test_nnc_correctness___getitem___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4082960Z test_nnc_correctness___getitem___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4102970Z test_nnc_correctness___getitem___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4122650Z test_nnc_correctness___getitem___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4142670Z test_nnc_correctness___radd___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4162440Z test_nnc_correctness___radd___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4182590Z test_nnc_correctness___radd___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4202420Z test_nnc_correctness___radd___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4222320Z test_nnc_correctness___radd___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4241910Z test_nnc_correctness___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4261930Z test_nnc_correctness___radd___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4281440Z test_nnc_correctness___radd___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4301450Z test_nnc_correctness___radd___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4321160Z test_nnc_correctness___radd___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4341230Z test_nnc_correctness___radd___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4360630Z test_nnc_correctness___radd___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4380570Z test_nnc_correctness___rand___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4400350Z test_nnc_correctness___rand___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4420360Z test_nnc_correctness___rand___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4439730Z test_nnc_correctness___rand___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4459670Z test_nnc_correctness___rand___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4479520Z test_nnc_correctness___rand___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4499530Z test_nnc_correctness___rdiv___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4519060Z test_nnc_correctness___rdiv___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4538960Z test_nnc_correctness___rdiv___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4558590Z test_nnc_correctness___rdiv___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4578250Z test_nnc_correctness___rdiv___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4598070Z test_nnc_correctness___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4617980Z test_nnc_correctness___rdiv___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4637610Z test_nnc_correctness___rdiv___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4657440Z test_nnc_correctness___rdiv___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4677090Z test_nnc_correctness___rdiv___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4697380Z test_nnc_correctness___rdiv___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4716820Z test_nnc_correctness___rdiv___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4736700Z test_nnc_correctness___rmatmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4756410Z test_nnc_correctness___rmatmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4776190Z test_nnc_correctness___rmatmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4796180Z test_nnc_correctness___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4815890Z test_nnc_correctness___rmatmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4835570Z test_nnc_correctness___rmatmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4855270Z test_nnc_correctness___rmatmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4868960Z test_nnc_correctness___rmatmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:15.4888440Z test_nnc_correctness___rmatmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4908510Z test_nnc_correctness___rmatmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4928890Z test_nnc_correctness___rmod___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4948050Z test_nnc_correctness___rmod___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4970290Z test_nnc_correctness___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.4988000Z test_nnc_correctness___rmod___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5007960Z test_nnc_correctness___rmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5027970Z test_nnc_correctness___rmul___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5048670Z test_nnc_correctness___rmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5068580Z test_nnc_correctness___rmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5088180Z test_nnc_correctness___rmul___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5107830Z test_nnc_correctness___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5127670Z test_nnc_correctness___rmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5147410Z test_nnc_correctness___rmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5167240Z test_nnc_correctness___rmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5187110Z test_nnc_correctness___rmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5206820Z test_nnc_correctness___rmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5226590Z test_nnc_correctness___rmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5246500Z test_nnc_correctness___ror___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5266170Z test_nnc_correctness___ror___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5285840Z test_nnc_correctness___ror___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5305790Z test_nnc_correctness___ror___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5325470Z test_nnc_correctness___ror___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5345720Z test_nnc_correctness___ror___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5365170Z test_nnc_correctness___rpow___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5385350Z test_nnc_correctness___rpow___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5404810Z test_nnc_correctness___rpow___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5424630Z test_nnc_correctness___rpow___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5444540Z test_nnc_correctness___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5464230Z test_nnc_correctness___rpow___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5483920Z test_nnc_correctness___rpow___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5503720Z test_nnc_correctness___rpow___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5523520Z test_nnc_correctness___rpow___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5543380Z test_nnc_correctness___rpow___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5563450Z test_nnc_correctness___rpow___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5583010Z test_nnc_correctness___rsub___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5602890Z test_nnc_correctness___rsub___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5622700Z test_nnc_correctness___rsub___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5642460Z test_nnc_correctness___rsub___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5662050Z test_nnc_correctness___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5681710Z test_nnc_correctness___rsub___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5702110Z test_nnc_correctness___rsub___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5721420Z test_nnc_correctness___rsub___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5741220Z test_nnc_correctness___rsub___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5761250Z test_nnc_correctness___rsub___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5780730Z test_nnc_correctness___rsub___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5800680Z test_nnc_correctness___rxor___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5820370Z test_nnc_correctness___rxor___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5840310Z test_nnc_correctness___rxor___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5859950Z test_nnc_correctness___rxor___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5879630Z test_nnc_correctness___rxor___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5900100Z test_nnc_correctness___rxor___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5919650Z test_nnc_correctness__masked_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5939420Z test_nnc_correctness__masked_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5959290Z test_nnc_correctness__masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5979130Z test_nnc_correctness__masked_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.5998890Z test_nnc_correctness__masked_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6018750Z test_nnc_correctness__masked_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6038420Z test_nnc_correctness__masked_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6058290Z test_nnc_correctness__masked_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6078070Z test_nnc_correctness__masked_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6098070Z test_nnc_correctness__masked_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6117750Z test_nnc_correctness__masked_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6137650Z test_nnc_correctness__masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6157440Z test_nnc_correctness__masked_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6177340Z test_nnc_correctness__masked_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6197250Z test_nnc_correctness__masked_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6217000Z test_nnc_correctness__masked_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6236730Z test_nnc_correctness__masked_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6256600Z test_nnc_correctness__masked_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6277950Z test_nnc_correctness__masked_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6298450Z test_nnc_correctness__masked_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6318680Z test_nnc_correctness__masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6339190Z test_nnc_correctness__masked_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6359420Z test_nnc_correctness__masked_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6379500Z test_nnc_correctness__masked_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6399940Z test_nnc_correctness__masked_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6420290Z test_nnc_correctness__masked_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6440220Z test_nnc_correctness__masked_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6460570Z test_nnc_correctness__masked_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6480960Z test_nnc_correctness__masked_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6501070Z test_nnc_correctness__masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6521430Z test_nnc_correctness__masked_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6541760Z test_nnc_correctness__masked_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6561790Z test_nnc_correctness__masked_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6582240Z test_nnc_correctness__masked_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6602530Z test_nnc_correctness__masked_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6622650Z test_nnc_correctness__masked_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6642950Z test_nnc_correctness__masked_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6663210Z test_nnc_correctness__masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6683430Z test_nnc_correctness__masked_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6703840Z test_nnc_correctness__masked_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6724470Z test_nnc_correctness__masked_mean_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6744420Z test_nnc_correctness__masked_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6764350Z test_nnc_correctness__masked_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6784760Z test_nnc_correctness__masked_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6805130Z test_nnc_correctness__masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6825090Z test_nnc_correctness__masked_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6845360Z test_nnc_correctness__masked_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6865540Z test_nnc_correctness__masked_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6885620Z test_nnc_correctness__masked_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6913660Z test_nnc_correctness__masked_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6926380Z test_nnc_correctness__masked_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6946820Z test_nnc_correctness__masked_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6966990Z test_nnc_correctness__masked_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.6987320Z test_nnc_correctness__masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7007480Z test_nnc_correctness__masked_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7028570Z test_nnc_correctness__masked_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7048510Z test_nnc_correctness__masked_normalize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7068850Z test_nnc_correctness__masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7089110Z test_nnc_correctness__masked_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7109200Z test_nnc_correctness__masked_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7129100Z test_nnc_correctness__masked_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7148740Z test_nnc_correctness__masked_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7169150Z test_nnc_correctness__masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7188310Z test_nnc_correctness__masked_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7208210Z test_nnc_correctness__masked_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7228230Z test_nnc_correctness__masked_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7248260Z test_nnc_correctness__masked_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7267970Z test_nnc_correctness__masked_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7287700Z test_nnc_correctness__masked_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7308220Z test_nnc_correctness__masked_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7329960Z test_nnc_correctness__masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7350400Z test_nnc_correctness__masked_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7370620Z test_nnc_correctness__masked_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7390800Z test_nnc_correctness__masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7411430Z test_nnc_correctness__masked_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7431710Z test_nnc_correctness__masked_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7451650Z test_nnc_correctness__masked_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7472040Z test_nnc_correctness__masked_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7492270Z test_nnc_correctness__masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7512850Z test_nnc_correctness__masked_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7533940Z test_nnc_correctness__masked_std_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7553880Z test_nnc_correctness__masked_std_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7573570Z test_nnc_correctness__masked_std_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7593370Z test_nnc_correctness__masked_std_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7613670Z test_nnc_correctness__masked_std_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7632900Z test_nnc_correctness__masked_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7652590Z test_nnc_correctness__masked_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7672350Z test_nnc_correctness__masked_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7692290Z test_nnc_correctness__masked_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7712310Z test_nnc_correctness__masked_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7731990Z test_nnc_correctness__masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7751670Z test_nnc_correctness__masked_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7771300Z test_nnc_correctness__masked_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7791050Z test_nnc_correctness__masked_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7810780Z test_nnc_correctness__masked_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7830810Z test_nnc_correctness__masked_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7850660Z test_nnc_correctness__masked_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7870460Z test_nnc_correctness__masked_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7890360Z test_nnc_correctness__masked_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7910140Z test_nnc_correctness__masked_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7930040Z test_nnc_correctness__masked_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7949910Z test_nnc_correctness__masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7969710Z test_nnc_correctness__masked_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.7989500Z test_nnc_correctness__masked_var_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8009270Z test_nnc_correctness__masked_var_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8029090Z test_nnc_correctness__masked_var_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8048850Z test_nnc_correctness__masked_var_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8068980Z test_nnc_correctness__masked_var_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8088580Z test_nnc_correctness_abs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8108240Z test_nnc_correctness_abs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8128140Z test_nnc_correctness_abs_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8147780Z test_nnc_correctness_abs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8167790Z test_nnc_correctness_abs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8187290Z test_nnc_correctness_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8207160Z test_nnc_correctness_abs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8227330Z test_nnc_correctness_abs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8246870Z test_nnc_correctness_abs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8266560Z test_nnc_correctness_abs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8286550Z test_nnc_correctness_abs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8306040Z test_nnc_correctness_abs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8326020Z test_nnc_correctness_acos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8345900Z test_nnc_correctness_acos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8365890Z test_nnc_correctness_acos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8385560Z test_nnc_correctness_acos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8405360Z test_nnc_correctness_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8425040Z test_nnc_correctness_acos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8444940Z test_nnc_correctness_acos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8464560Z test_nnc_correctness_acos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8484280Z test_nnc_correctness_acos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8504130Z test_nnc_correctness_acos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8524200Z test_nnc_correctness_acos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8545490Z test_nnc_correctness_acosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8565550Z test_nnc_correctness_acosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8585460Z test_nnc_correctness_acosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8605740Z test_nnc_correctness_acosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8625810Z test_nnc_correctness_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8645870Z test_nnc_correctness_acosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8666430Z test_nnc_correctness_acosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8686540Z test_nnc_correctness_acosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8706620Z test_nnc_correctness_acosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8726880Z test_nnc_correctness_acosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8747280Z test_nnc_correctness_acosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8767230Z test_nnc_correctness_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8787950Z test_nnc_correctness_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8808800Z test_nnc_correctness_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8828650Z test_nnc_correctness_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8848990Z test_nnc_correctness_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8869200Z test_nnc_correctness_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8889190Z test_nnc_correctness_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8909560Z test_nnc_correctness_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8929710Z test_nnc_correctness_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8949660Z test_nnc_correctness_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8970120Z test_nnc_correctness_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.8990860Z test_nnc_correctness_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9010620Z test_nnc_correctness_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9030800Z test_nnc_correctness_addbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9050970Z test_nnc_correctness_addbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9070970Z test_nnc_correctness_addbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9091580Z test_nnc_correctness_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9111800Z test_nnc_correctness_addbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9131760Z test_nnc_correctness_addbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9152020Z test_nnc_correctness_addbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9172240Z test_nnc_correctness_addbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9192460Z test_nnc_correctness_addbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9212610Z test_nnc_correctness_addbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9232770Z test_nnc_correctness_addcdiv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9252700Z test_nnc_correctness_addcdiv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9273100Z test_nnc_correctness_addcdiv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9293610Z test_nnc_correctness_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9313520Z test_nnc_correctness_addcdiv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9333850Z test_nnc_correctness_addcmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9353910Z test_nnc_correctness_addcmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9373790Z test_nnc_correctness_addcmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9394230Z test_nnc_correctness_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9414380Z test_nnc_correctness_addcmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9434300Z test_nnc_correctness_addcmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9454890Z test_nnc_correctness_addcmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9474780Z test_nnc_correctness_addcmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9494970Z test_nnc_correctness_addcmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9515190Z test_nnc_correctness_addcmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9535380Z test_nnc_correctness_addmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9555400Z test_nnc_correctness_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9575730Z test_nnc_correctness_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9596020Z test_nnc_correctness_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9616070Z test_nnc_correctness_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9636290Z test_nnc_correctness_addmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9656370Z test_nnc_correctness_addmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9677890Z test_nnc_correctness_addmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9697780Z test_nnc_correctness_addmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9717560Z test_nnc_correctness_addmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9737390Z test_nnc_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9757120Z test_nnc_correctness_addmm_decomposed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9777010Z test_nnc_correctness_addmm_decomposed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9796720Z test_nnc_correctness_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9816510Z test_nnc_correctness_addmm_decomposed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9836180Z test_nnc_correctness_addmm_decomposed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9856120Z test_nnc_correctness_addmm_decomposed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9875910Z test_nnc_correctness_addmm_decomposed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9895720Z test_nnc_correctness_addmm_decomposed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9915390Z test_nnc_correctness_addmm_decomposed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9934920Z test_nnc_correctness_addmv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9954700Z test_nnc_correctness_addmv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9974790Z test_nnc_correctness_addmv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:15.9994240Z test_nnc_correctness_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0014690Z test_nnc_correctness_addmv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0037830Z test_nnc_correctness_addmv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0060010Z test_nnc_correctness_addmv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0081240Z test_nnc_correctness_addmv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0101980Z test_nnc_correctness_addmv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0122110Z test_nnc_correctness_addmv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0142200Z test_nnc_correctness_addr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0162490Z test_nnc_correctness_addr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0182720Z test_nnc_correctness_addr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0202830Z test_nnc_correctness_addr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0223150Z test_nnc_correctness_addr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0243400Z test_nnc_correctness_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0263420Z test_nnc_correctness_addr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0283630Z test_nnc_correctness_addr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0304390Z test_nnc_correctness_addr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0324180Z test_nnc_correctness_addr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0344550Z test_nnc_correctness_addr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0364810Z test_nnc_correctness_addr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0385150Z test_nnc_correctness_all_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0405170Z test_nnc_correctness_all_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0425980Z test_nnc_correctness_all_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0445980Z test_nnc_correctness_all_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0466480Z test_nnc_correctness_all_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0486420Z test_nnc_correctness_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0506840Z test_nnc_correctness_all_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0526840Z test_nnc_correctness_all_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0547220Z test_nnc_correctness_all_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0566860Z test_nnc_correctness_all_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0587250Z test_nnc_correctness_all_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0607630Z test_nnc_correctness_all_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0621090Z test_nnc_correctness_allclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:16.0634800Z test_nnc_correctness_allclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:16.0648410Z test_nnc_correctness_allclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:16.0662070Z test_nnc_correctness_allclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:16.0675540Z test_nnc_correctness_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:16.0689290Z test_nnc_correctness_allclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:16.0709120Z test_nnc_correctness_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0729220Z test_nnc_correctness_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0749420Z test_nnc_correctness_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0769210Z test_nnc_correctness_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0789820Z test_nnc_correctness_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0810070Z test_nnc_correctness_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0830210Z test_nnc_correctness_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0850200Z test_nnc_correctness_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0870540Z test_nnc_correctness_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0890510Z test_nnc_correctness_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0911120Z test_nnc_correctness_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0931390Z test_nnc_correctness_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0952290Z test_nnc_correctness_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0972470Z test_nnc_correctness_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.0992840Z test_nnc_correctness_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1012900Z test_nnc_correctness_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1033320Z test_nnc_correctness_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1053770Z test_nnc_correctness_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1073520Z test_nnc_correctness_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1093900Z test_nnc_correctness_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1114170Z test_nnc_correctness_aminmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1134240Z test_nnc_correctness_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1154450Z test_nnc_correctness_aminmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1174710Z test_nnc_correctness_aminmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1195050Z test_nnc_correctness_aminmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1215460Z test_nnc_correctness_aminmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1235710Z test_nnc_correctness_aminmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1255860Z test_nnc_correctness_aminmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1276140Z test_nnc_correctness_angle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1297590Z test_nnc_correctness_angle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1317950Z test_nnc_correctness_angle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1337760Z test_nnc_correctness_angle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1357990Z test_nnc_correctness_angle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1377920Z test_nnc_correctness_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1398240Z test_nnc_correctness_angle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1418670Z test_nnc_correctness_angle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1438510Z test_nnc_correctness_angle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1458670Z test_nnc_correctness_angle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1479220Z test_nnc_correctness_angle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1499440Z test_nnc_correctness_angle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1519680Z test_nnc_correctness_any_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1539880Z test_nnc_correctness_any_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1559850Z test_nnc_correctness_any_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1580160Z test_nnc_correctness_any_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1600650Z test_nnc_correctness_any_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1621010Z test_nnc_correctness_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1641440Z test_nnc_correctness_any_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1661590Z test_nnc_correctness_any_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1681900Z test_nnc_correctness_any_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1702410Z test_nnc_correctness_any_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1722900Z test_nnc_correctness_any_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1742980Z test_nnc_correctness_any_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1763150Z test_nnc_correctness_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1784110Z test_nnc_correctness_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1804020Z test_nnc_correctness_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1824130Z test_nnc_correctness_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1844180Z test_nnc_correctness_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1864530Z test_nnc_correctness_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1884590Z test_nnc_correctness_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1907950Z test_nnc_correctness_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1930820Z test_nnc_correctness_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1952810Z test_nnc_correctness_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1974880Z test_nnc_correctness_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.1997040Z test_nnc_correctness_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2019880Z test_nnc_correctness_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2041650Z test_nnc_correctness_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2063620Z test_nnc_correctness_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2084130Z test_nnc_correctness_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2104560Z test_nnc_correctness_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2124700Z test_nnc_correctness_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2144780Z test_nnc_correctness_argsort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2165060Z test_nnc_correctness_argsort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2188740Z test_nnc_correctness_argsort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2213400Z test_nnc_correctness_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2234430Z test_nnc_correctness_argsort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2257140Z test_nnc_correctness_argsort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2279220Z test_nnc_correctness_argsort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2298550Z test_nnc_correctness_argsort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2319310Z test_nnc_correctness_argsort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2339430Z test_nnc_correctness_argsort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2359570Z test_nnc_correctness_argwhere_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2380030Z test_nnc_correctness_argwhere_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2399840Z test_nnc_correctness_argwhere_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2420300Z test_nnc_correctness_argwhere_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2440480Z test_nnc_correctness_argwhere_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2460660Z test_nnc_correctness_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2481050Z test_nnc_correctness_argwhere_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2501980Z test_nnc_correctness_argwhere_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2521870Z test_nnc_correctness_argwhere_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2550080Z test_nnc_correctness_argwhere_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:26:16.2571200Z test_nnc_correctness_argwhere_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2593090Z test_nnc_correctness_argwhere_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2615060Z test_nnc_correctness_as_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2636230Z test_nnc_correctness_as_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2656940Z test_nnc_correctness_as_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2677710Z test_nnc_correctness_as_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2698570Z test_nnc_correctness_as_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2719010Z test_nnc_correctness_as_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2740080Z test_nnc_correctness_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2760420Z test_nnc_correctness_as_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2779930Z test_nnc_correctness_as_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2800500Z test_nnc_correctness_as_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2820580Z test_nnc_correctness_as_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2840770Z test_nnc_correctness_as_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2861130Z test_nnc_correctness_as_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2881570Z test_nnc_correctness_asin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2901630Z test_nnc_correctness_asin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2921910Z test_nnc_correctness_asin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2942290Z test_nnc_correctness_asin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2962010Z test_nnc_correctness_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.2982190Z test_nnc_correctness_asin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3002220Z test_nnc_correctness_asin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3022360Z test_nnc_correctness_asin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3042630Z test_nnc_correctness_asin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3062520Z test_nnc_correctness_asin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3082740Z test_nnc_correctness_asin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3102580Z test_nnc_correctness_asinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3122610Z test_nnc_correctness_asinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3142910Z test_nnc_correctness_asinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3162730Z test_nnc_correctness_asinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3182780Z test_nnc_correctness_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3203500Z test_nnc_correctness_asinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3223760Z test_nnc_correctness_asinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3243310Z test_nnc_correctness_asinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3263620Z test_nnc_correctness_asinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3283550Z test_nnc_correctness_asinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3303210Z test_nnc_correctness_asinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3323080Z test_nnc_correctness_atan2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3343030Z test_nnc_correctness_atan2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3362810Z test_nnc_correctness_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3382640Z test_nnc_correctness_atan2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3402770Z test_nnc_correctness_atan2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3422690Z test_nnc_correctness_atan2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3442550Z test_nnc_correctness_atan2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3462410Z test_nnc_correctness_atan2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3482260Z test_nnc_correctness_atan2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3502350Z test_nnc_correctness_atan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3522190Z test_nnc_correctness_atan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3542020Z test_nnc_correctness_atan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3561810Z test_nnc_correctness_atan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3581670Z test_nnc_correctness_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3601650Z test_nnc_correctness_atan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3621400Z test_nnc_correctness_atan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3641260Z test_nnc_correctness_atan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3661010Z test_nnc_correctness_atan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3681230Z test_nnc_correctness_atan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3701040Z test_nnc_correctness_atan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3720800Z test_nnc_correctness_atanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3740570Z test_nnc_correctness_atanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3760700Z test_nnc_correctness_atanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3780730Z test_nnc_correctness_atanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3800950Z test_nnc_correctness_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3820530Z test_nnc_correctness_atanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3840460Z test_nnc_correctness_atanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3860230Z test_nnc_correctness_atanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3880080Z test_nnc_correctness_atanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3899890Z test_nnc_correctness_atanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3919840Z test_nnc_correctness_atanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3939630Z test_nnc_correctness_atleast_1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3959360Z test_nnc_correctness_atleast_1d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3979030Z test_nnc_correctness_atleast_1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.3999050Z test_nnc_correctness_atleast_1d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4018770Z test_nnc_correctness_atleast_1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4038530Z test_nnc_correctness_atleast_1d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4058310Z test_nnc_correctness_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4086770Z test_nnc_correctness_atleast_1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4098180Z test_nnc_correctness_atleast_1d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4117920Z test_nnc_correctness_atleast_1d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4138060Z test_nnc_correctness_atleast_1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4157790Z test_nnc_correctness_atleast_1d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4177490Z test_nnc_correctness_atleast_1d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4197440Z test_nnc_correctness_atleast_2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4217700Z test_nnc_correctness_atleast_2d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4237560Z test_nnc_correctness_atleast_2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4257430Z test_nnc_correctness_atleast_2d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4277260Z test_nnc_correctness_atleast_2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4297530Z test_nnc_correctness_atleast_2d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4317220Z test_nnc_correctness_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4337000Z test_nnc_correctness_atleast_2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4356840Z test_nnc_correctness_atleast_2d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4376840Z test_nnc_correctness_atleast_2d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4396650Z test_nnc_correctness_atleast_2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4416620Z test_nnc_correctness_atleast_2d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4436380Z test_nnc_correctness_atleast_2d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4456200Z test_nnc_correctness_atleast_3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4475930Z test_nnc_correctness_atleast_3d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4495930Z test_nnc_correctness_atleast_3d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4515720Z test_nnc_correctness_atleast_3d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4535750Z test_nnc_correctness_atleast_3d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4555330Z test_nnc_correctness_atleast_3d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4575410Z test_nnc_correctness_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4595480Z test_nnc_correctness_atleast_3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4614960Z test_nnc_correctness_atleast_3d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4634680Z test_nnc_correctness_atleast_3d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4654550Z test_nnc_correctness_atleast_3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4674600Z test_nnc_correctness_atleast_3d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4694380Z test_nnc_correctness_atleast_3d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4714280Z test_nnc_correctness_baddbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4734110Z test_nnc_correctness_baddbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4754210Z test_nnc_correctness_baddbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4773640Z test_nnc_correctness_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4793660Z test_nnc_correctness_baddbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4813400Z test_nnc_correctness_baddbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4833440Z test_nnc_correctness_baddbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4853100Z test_nnc_correctness_baddbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4872830Z test_nnc_correctness_baddbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4893000Z test_nnc_correctness_baddbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4912810Z test_nnc_correctness_bernoulli_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4932430Z test_nnc_correctness_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4952250Z test_nnc_correctness_bernoulli_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.4965830Z test_nnc_correctness_bfloat16_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:16.4979140Z test_nnc_correctness_bfloat16_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:16.4992710Z test_nnc_correctness_bfloat16_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:16.5006040Z test_nnc_correctness_bfloat16_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:16.5020270Z test_nnc_correctness_bfloat16_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:16.5033970Z test_nnc_correctness_bfloat16_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:16.5047280Z test_nnc_correctness_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:16.5060640Z test_nnc_correctness_bfloat16_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:16.5074190Z test_nnc_correctness_bfloat16_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:16.5087330Z test_nnc_correctness_bfloat16_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:16.5100710Z test_nnc_correctness_bfloat16_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:16.5113910Z test_nnc_correctness_bfloat16_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:16.5127510Z test_nnc_correctness_bfloat16_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:16.5147250Z test_nnc_correctness_bincount_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5166940Z test_nnc_correctness_bincount_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5186980Z test_nnc_correctness_bincount_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5206820Z test_nnc_correctness_bincount_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5226810Z test_nnc_correctness_bincount_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5246390Z test_nnc_correctness_bitwise_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5266330Z test_nnc_correctness_bitwise_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5286050Z test_nnc_correctness_bitwise_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5305580Z test_nnc_correctness_bitwise_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5325550Z test_nnc_correctness_bitwise_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5345470Z test_nnc_correctness_bitwise_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5365070Z test_nnc_correctness_bitwise_left_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5384990Z test_nnc_correctness_bitwise_left_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5404940Z test_nnc_correctness_bitwise_left_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5424860Z test_nnc_correctness_bitwise_left_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5444530Z test_nnc_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5464450Z test_nnc_correctness_bitwise_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5484340Z test_nnc_correctness_bitwise_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5503890Z test_nnc_correctness_bitwise_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5523710Z test_nnc_correctness_bitwise_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5543690Z test_nnc_correctness_bitwise_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5563090Z test_nnc_correctness_bitwise_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5582970Z test_nnc_correctness_bitwise_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5602860Z test_nnc_correctness_bitwise_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5622900Z test_nnc_correctness_bitwise_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5642740Z test_nnc_correctness_bitwise_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5662250Z test_nnc_correctness_bitwise_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5681930Z test_nnc_correctness_bitwise_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5701910Z test_nnc_correctness_bitwise_right_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5721550Z test_nnc_correctness_bitwise_right_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5741460Z test_nnc_correctness_bitwise_right_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5761280Z test_nnc_correctness_bitwise_right_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5781000Z test_nnc_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5800890Z test_nnc_correctness_bitwise_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5821190Z test_nnc_correctness_bitwise_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5844930Z test_nnc_correctness_bitwise_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5864800Z test_nnc_correctness_bitwise_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5884920Z test_nnc_correctness_bitwise_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5905650Z test_nnc_correctness_bitwise_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5925380Z test_nnc_correctness_block_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5944930Z test_nnc_correctness_block_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5964920Z test_nnc_correctness_block_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.5984880Z test_nnc_correctness_block_diag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6004800Z test_nnc_correctness_block_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6025020Z test_nnc_correctness_block_diag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6044900Z test_nnc_correctness_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6064350Z test_nnc_correctness_block_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6084220Z test_nnc_correctness_block_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6104420Z test_nnc_correctness_block_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6124010Z test_nnc_correctness_block_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6143940Z test_nnc_correctness_block_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6163760Z test_nnc_correctness_block_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6183660Z test_nnc_correctness_bmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6203740Z test_nnc_correctness_bmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6224060Z test_nnc_correctness_bmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6244210Z test_nnc_correctness_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6264070Z test_nnc_correctness_bmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6284910Z test_nnc_correctness_bmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6309000Z test_nnc_correctness_bmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6329400Z test_nnc_correctness_bmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6349040Z test_nnc_correctness_bmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6369790Z test_nnc_correctness_bmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6389620Z test_nnc_correctness_bool_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6409650Z test_nnc_correctness_bool_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6429460Z test_nnc_correctness_bool_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6449380Z test_nnc_correctness_bool_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6469260Z test_nnc_correctness_bool_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6489560Z test_nnc_correctness_bool_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6509030Z test_nnc_correctness_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6528860Z test_nnc_correctness_bool_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6549260Z test_nnc_correctness_bool_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6569410Z test_nnc_correctness_bool_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6589810Z test_nnc_correctness_bool_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6609950Z test_nnc_correctness_bool_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6629950Z test_nnc_correctness_bool_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6650440Z test_nnc_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6670660Z test_nnc_correctness_broadcast_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6691100Z test_nnc_correctness_broadcast_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6711490Z test_nnc_correctness_broadcast_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6731940Z test_nnc_correctness_broadcast_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6752060Z test_nnc_correctness_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6772040Z test_nnc_correctness_broadcast_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6792370Z test_nnc_correctness_broadcast_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6812550Z test_nnc_correctness_broadcast_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6833140Z test_nnc_correctness_broadcast_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6853190Z test_nnc_correctness_broadcast_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6873190Z test_nnc_correctness_broadcast_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6893460Z test_nnc_correctness_broadcast_to_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6913600Z test_nnc_correctness_broadcast_to_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6933690Z test_nnc_correctness_broadcast_to_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6953930Z test_nnc_correctness_broadcast_to_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6974020Z test_nnc_correctness_broadcast_to_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.6994280Z test_nnc_correctness_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7014420Z test_nnc_correctness_broadcast_to_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7037120Z test_nnc_correctness_broadcast_to_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7057490Z test_nnc_correctness_broadcast_to_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7077250Z test_nnc_correctness_broadcast_to_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7097440Z test_nnc_correctness_broadcast_to_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7117510Z test_nnc_correctness_broadcast_to_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7138410Z test_nnc_correctness_bucketize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7158640Z test_nnc_correctness_bucketize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7178630Z test_nnc_correctness_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7198870Z test_nnc_correctness_bucketize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7219250Z test_nnc_correctness_bucketize_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7239060Z test_nnc_correctness_bucketize_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7259910Z test_nnc_correctness_bucketize_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7280270Z test_nnc_correctness_bucketize_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7300290Z test_nnc_correctness_bucketize_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7320400Z test_nnc_correctness_byte_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7341920Z test_nnc_correctness_byte_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7361680Z test_nnc_correctness_byte_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7382060Z test_nnc_correctness_byte_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7402020Z test_nnc_correctness_byte_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7422480Z test_nnc_correctness_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7442290Z test_nnc_correctness_byte_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7462350Z test_nnc_correctness_byte_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7482360Z test_nnc_correctness_byte_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7502390Z test_nnc_correctness_byte_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7523140Z test_nnc_correctness_byte_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7543730Z test_nnc_correctness_byte_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7563720Z test_nnc_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7583880Z test_nnc_correctness_cartesian_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7604070Z test_nnc_correctness_cartesian_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7624520Z test_nnc_correctness_cartesian_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7644270Z test_nnc_correctness_cartesian_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7664240Z test_nnc_correctness_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7684820Z test_nnc_correctness_cartesian_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7704380Z test_nnc_correctness_cartesian_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7724710Z test_nnc_correctness_cartesian_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7744560Z test_nnc_correctness_cartesian_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7764200Z test_nnc_correctness_cartesian_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7784480Z test_nnc_correctness_cartesian_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7804260Z test_nnc_correctness_cat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7824060Z test_nnc_correctness_cat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7844000Z test_nnc_correctness_cat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7864020Z test_nnc_correctness_cat_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7883740Z test_nnc_correctness_cat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7903650Z test_nnc_correctness_cat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7923540Z test_nnc_correctness_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7943520Z test_nnc_correctness_cat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7963540Z test_nnc_correctness_cat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.7983350Z test_nnc_correctness_cat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8003700Z test_nnc_correctness_cat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8023440Z test_nnc_correctness_cat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8043480Z test_nnc_correctness_cat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8063120Z test_nnc_correctness_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8083100Z test_nnc_correctness_cdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8102860Z test_nnc_correctness_ceil_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8122760Z test_nnc_correctness_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8142650Z test_nnc_correctness_ceil_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8162540Z test_nnc_correctness_chalf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8182250Z test_nnc_correctness_chalf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8202840Z test_nnc_correctness_chalf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8222360Z test_nnc_correctness_chalf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8242550Z test_nnc_correctness_chalf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8262520Z test_nnc_correctness_chalf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8282430Z test_nnc_correctness_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8302500Z test_nnc_correctness_chalf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8322330Z test_nnc_correctness_chalf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8342720Z test_nnc_correctness_chalf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8362250Z test_nnc_correctness_chalf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8382100Z test_nnc_correctness_chalf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8402140Z test_nnc_correctness_chalf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8422410Z test_nnc_correctness_char_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8442170Z test_nnc_correctness_char_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8461930Z test_nnc_correctness_char_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8481720Z test_nnc_correctness_char_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8501780Z test_nnc_correctness_char_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8521510Z test_nnc_correctness_char_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8541970Z test_nnc_correctness_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8561540Z test_nnc_correctness_char_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8581190Z test_nnc_correctness_char_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8601410Z test_nnc_correctness_char_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8621000Z test_nnc_correctness_char_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8641310Z test_nnc_correctness_char_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8661200Z test_nnc_correctness_char_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8681010Z test_nnc_correctness_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8701160Z test_nnc_correctness_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8720860Z test_nnc_correctness_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8741130Z test_nnc_correctness_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8761020Z test_nnc_correctness_cholesky_inverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8782550Z test_nnc_correctness_cholesky_inverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8802930Z test_nnc_correctness_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8824070Z test_nnc_correctness_cholesky_inverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8844470Z test_nnc_correctness_cholesky_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8864960Z test_nnc_correctness_cholesky_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8885350Z test_nnc_correctness_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8905740Z test_nnc_correctness_cholesky_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8926090Z test_nnc_correctness_chunk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8946130Z test_nnc_correctness_chunk_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8966280Z test_nnc_correctness_chunk_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.8986840Z test_nnc_correctness_chunk_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9007150Z test_nnc_correctness_chunk_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9027380Z test_nnc_correctness_chunk_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9047560Z test_nnc_correctness_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9067630Z test_nnc_correctness_chunk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9087900Z test_nnc_correctness_chunk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9108290Z test_nnc_correctness_chunk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9128310Z test_nnc_correctness_chunk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9148100Z test_nnc_correctness_chunk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9168320Z test_nnc_correctness_chunk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9188240Z test_nnc_correctness_clamp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9208600Z test_nnc_correctness_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9228790Z test_nnc_correctness_clamp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9249080Z test_nnc_correctness_clamp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9269330Z test_nnc_correctness_clamp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9289710Z test_nnc_correctness_clamp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9309930Z test_nnc_correctness_clamp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9330360Z test_nnc_correctness_clamp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9350020Z test_nnc_correctness_clamp_scalar_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9363840Z test_nnc_correctness_clamp_scalar_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Failing on some jobs! (0.001s) 2022-05-18T06:26:16.9384180Z test_nnc_correctness_clamp_scalar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9404300Z test_nnc_correctness_clamp_scalar_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9418340Z test_nnc_correctness_clamp_scalar_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Failing on some jobs! (0.001s) 2022-05-18T06:26:16.9431700Z test_nnc_correctness_clamp_scalar_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Failing on some jobs! (0.001s) 2022-05-18T06:26:16.9445830Z test_nnc_correctness_clamp_scalar_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Failing on some jobs! (0.001s) 2022-05-18T06:26:16.9459340Z test_nnc_correctness_clamp_scalar_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Failing on some jobs! (0.001s) 2022-05-18T06:26:16.9480160Z test_nnc_correctness_clamp_scalar_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9500400Z test_nnc_correctness_clone_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9520320Z test_nnc_correctness_clone_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9540690Z test_nnc_correctness_clone_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9561210Z test_nnc_correctness_clone_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9581020Z test_nnc_correctness_clone_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9601330Z test_nnc_correctness_clone_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9621450Z test_nnc_correctness_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9641320Z test_nnc_correctness_clone_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9661510Z test_nnc_correctness_clone_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9682140Z test_nnc_correctness_clone_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9702090Z test_nnc_correctness_clone_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9722510Z test_nnc_correctness_clone_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9742450Z test_nnc_correctness_clone_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9762360Z test_nnc_correctness_column_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9782780Z test_nnc_correctness_column_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9802900Z test_nnc_correctness_column_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9822810Z test_nnc_correctness_column_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9843440Z test_nnc_correctness_column_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9863300Z test_nnc_correctness_column_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9883310Z test_nnc_correctness_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9903680Z test_nnc_correctness_column_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9923910Z test_nnc_correctness_column_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9944010Z test_nnc_correctness_column_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9964100Z test_nnc_correctness_column_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:16.9984700Z test_nnc_correctness_column_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0004640Z test_nnc_correctness_column_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0026530Z test_nnc_correctness_combinations_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0046200Z test_nnc_correctness_combinations_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0066340Z test_nnc_correctness_combinations_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0086250Z test_nnc_correctness_combinations_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0106640Z test_nnc_correctness_combinations_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0126840Z test_nnc_correctness_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0146770Z test_nnc_correctness_combinations_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0166960Z test_nnc_correctness_combinations_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0187030Z test_nnc_correctness_combinations_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0207080Z test_nnc_correctness_combinations_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0227460Z test_nnc_correctness_combinations_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0247710Z test_nnc_correctness_combinations_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0267720Z test_nnc_correctness_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0287980Z test_nnc_correctness_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0309700Z test_nnc_correctness_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0329760Z test_nnc_correctness_conj_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0350150Z test_nnc_correctness_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0373220Z test_nnc_correctness_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0395120Z test_nnc_correctness_conj_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0417610Z test_nnc_correctness_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0439550Z test_nnc_correctness_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0459500Z test_nnc_correctness_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0479920Z test_nnc_correctness_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0499580Z test_nnc_correctness_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0519720Z test_nnc_correctness_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0539720Z test_nnc_correctness_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0559730Z test_nnc_correctness_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0579720Z test_nnc_correctness_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0599880Z test_nnc_correctness_conj_physical_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0620100Z test_nnc_correctness_conj_physical_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0640060Z test_nnc_correctness_conj_physical_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0660230Z test_nnc_correctness_conj_physical_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0680100Z test_nnc_correctness_conj_physical_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0700520Z test_nnc_correctness_conj_physical_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0720480Z test_nnc_correctness_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0740310Z test_nnc_correctness_conj_physical_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0760420Z test_nnc_correctness_conj_physical_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0780370Z test_nnc_correctness_conj_physical_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0800460Z test_nnc_correctness_conj_physical_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0820590Z test_nnc_correctness_conj_physical_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0840510Z test_nnc_correctness_conj_physical_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0860780Z test_nnc_correctness_contiguous_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0880460Z test_nnc_correctness_contiguous_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0900640Z test_nnc_correctness_contiguous_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0920770Z test_nnc_correctness_contiguous_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0943420Z test_nnc_correctness_contiguous_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0963090Z test_nnc_correctness_contiguous_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.0983420Z test_nnc_correctness_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1003690Z test_nnc_correctness_contiguous_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1023770Z test_nnc_correctness_contiguous_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1044080Z test_nnc_correctness_contiguous_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1064000Z test_nnc_correctness_contiguous_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1084060Z test_nnc_correctness_contiguous_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1104480Z test_nnc_correctness_contiguous_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1124560Z test_nnc_correctness_copysign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1145070Z test_nnc_correctness_copysign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1165190Z test_nnc_correctness_copysign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1185530Z test_nnc_correctness_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1205860Z test_nnc_correctness_copysign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1225980Z test_nnc_correctness_copysign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1246100Z test_nnc_correctness_copysign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1266580Z test_nnc_correctness_copysign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1287250Z test_nnc_correctness_copysign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1308110Z test_nnc_correctness_copysign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1328880Z test_nnc_correctness_corrcoef_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1349150Z test_nnc_correctness_corrcoef_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1368990Z test_nnc_correctness_corrcoef_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1389700Z test_nnc_correctness_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1409220Z test_nnc_correctness_corrcoef_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1429260Z test_nnc_correctness_corrcoef_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1449290Z test_nnc_correctness_corrcoef_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1469260Z test_nnc_correctness_corrcoef_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1489400Z test_nnc_correctness_corrcoef_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1509400Z test_nnc_correctness_corrcoef_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1529520Z test_nnc_correctness_cos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1549430Z test_nnc_correctness_cos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1569340Z test_nnc_correctness_cos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1589430Z test_nnc_correctness_cos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1609600Z test_nnc_correctness_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1629560Z test_nnc_correctness_cos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1649490Z test_nnc_correctness_cos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1669540Z test_nnc_correctness_cos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1689950Z test_nnc_correctness_cos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1709610Z test_nnc_correctness_cos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1729630Z test_nnc_correctness_cos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1749560Z test_nnc_correctness_cosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1769850Z test_nnc_correctness_cosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1789940Z test_nnc_correctness_cosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1809700Z test_nnc_correctness_cosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1829770Z test_nnc_correctness_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1849900Z test_nnc_correctness_cosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1869470Z test_nnc_correctness_cosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1889720Z test_nnc_correctness_cosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1909610Z test_nnc_correctness_cosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1929790Z test_nnc_correctness_cosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1949590Z test_nnc_correctness_cosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1969510Z test_nnc_correctness_count_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.1989620Z test_nnc_correctness_count_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2009910Z test_nnc_correctness_count_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2029590Z test_nnc_correctness_count_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2049610Z test_nnc_correctness_count_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2069660Z test_nnc_correctness_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2089800Z test_nnc_correctness_count_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2109750Z test_nnc_correctness_count_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2130020Z test_nnc_correctness_count_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2149630Z test_nnc_correctness_count_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2169690Z test_nnc_correctness_count_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2189770Z test_nnc_correctness_count_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2209840Z test_nnc_correctness_cov_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2229690Z test_nnc_correctness_cov_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2249630Z test_nnc_correctness_cov_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2269630Z test_nnc_correctness_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2289810Z test_nnc_correctness_cov_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2310000Z test_nnc_correctness_cov_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2329570Z test_nnc_correctness_cov_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2349460Z test_nnc_correctness_cov_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2369480Z test_nnc_correctness_cov_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2389870Z test_nnc_correctness_cov_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2409840Z test_nnc_correctness_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2429810Z test_nnc_correctness_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2449830Z test_nnc_correctness_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2470950Z test_nnc_correctness_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2491000Z test_nnc_correctness_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2511180Z test_nnc_correctness_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2531780Z test_nnc_correctness_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2555790Z test_nnc_correctness_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2575690Z test_nnc_correctness_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2597070Z test_nnc_correctness_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2616810Z test_nnc_correctness_cummax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2636960Z test_nnc_correctness_cummax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2657270Z test_nnc_correctness_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2677220Z test_nnc_correctness_cummax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2697330Z test_nnc_correctness_cummax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2717320Z test_nnc_correctness_cummax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2737360Z test_nnc_correctness_cummax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2757470Z test_nnc_correctness_cummax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2778380Z test_nnc_correctness_cummax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2798130Z test_nnc_correctness_cummin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2818160Z test_nnc_correctness_cummin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2838270Z test_nnc_correctness_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2858570Z test_nnc_correctness_cummin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2878290Z test_nnc_correctness_cummin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2898480Z test_nnc_correctness_cummin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2918690Z test_nnc_correctness_cummin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2938410Z test_nnc_correctness_cummin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2958500Z test_nnc_correctness_cummin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2978460Z test_nnc_correctness_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.2998490Z test_nnc_correctness_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3018570Z test_nnc_correctness_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3038810Z test_nnc_correctness_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3058760Z test_nnc_correctness_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3078650Z test_nnc_correctness_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3098720Z test_nnc_correctness_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3118870Z test_nnc_correctness_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3138590Z test_nnc_correctness_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3158680Z test_nnc_correctness_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3179130Z test_nnc_correctness_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3198830Z test_nnc_correctness_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3218790Z test_nnc_correctness_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3239420Z test_nnc_correctness_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3258800Z test_nnc_correctness_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3278670Z test_nnc_correctness_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3299020Z test_nnc_correctness_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3318770Z test_nnc_correctness_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3338760Z test_nnc_correctness_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3358840Z test_nnc_correctness_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3378900Z test_nnc_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3399010Z test_nnc_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3418990Z test_nnc_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3439190Z test_nnc_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3459260Z test_nnc_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3479470Z test_nnc_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3499140Z test_nnc_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3519210Z test_nnc_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3539190Z test_nnc_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3559250Z test_nnc_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3579190Z test_nnc_correctness_deg2rad_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3599330Z test_nnc_correctness_deg2rad_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3619340Z test_nnc_correctness_deg2rad_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3639340Z test_nnc_correctness_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3660140Z test_nnc_correctness_deg2rad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3680970Z test_nnc_correctness_deg2rad_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3700680Z test_nnc_correctness_deg2rad_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3720460Z test_nnc_correctness_deg2rad_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3740660Z test_nnc_correctness_deg2rad_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3760350Z test_nnc_correctness_deg2rad_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3780970Z test_nnc_correctness_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3801350Z test_nnc_correctness_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3820870Z test_nnc_correctness_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3840630Z test_nnc_correctness_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3860530Z test_nnc_correctness_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3880570Z test_nnc_correctness_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3900430Z test_nnc_correctness_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3920370Z test_nnc_correctness_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3940240Z test_nnc_correctness_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3959980Z test_nnc_correctness_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.3980110Z test_nnc_correctness_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4000010Z test_nnc_correctness_diag_embed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4020930Z test_nnc_correctness_diag_embed_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4040650Z test_nnc_correctness_diag_embed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4060730Z test_nnc_correctness_diag_embed_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4080840Z test_nnc_correctness_diag_embed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4101220Z test_nnc_correctness_diag_embed_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4121290Z test_nnc_correctness_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4142060Z test_nnc_correctness_diag_embed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4161530Z test_nnc_correctness_diag_embed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4181630Z test_nnc_correctness_diag_embed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4202020Z test_nnc_correctness_diag_embed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4222360Z test_nnc_correctness_diag_embed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4242030Z test_nnc_correctness_diag_embed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4262040Z test_nnc_correctness_diagflat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4281990Z test_nnc_correctness_diagflat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4302210Z test_nnc_correctness_diagflat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4322130Z test_nnc_correctness_diagflat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4342020Z test_nnc_correctness_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4362060Z test_nnc_correctness_diagflat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4381890Z test_nnc_correctness_diagflat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4401800Z test_nnc_correctness_diagflat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4422360Z test_nnc_correctness_diagflat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4441920Z test_nnc_correctness_diagflat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4461820Z test_nnc_correctness_diagflat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4481650Z test_nnc_correctness_diagonal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4501710Z test_nnc_correctness_diagonal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4521570Z test_nnc_correctness_diagonal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4541690Z test_nnc_correctness_diagonal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4561300Z test_nnc_correctness_diagonal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4581090Z test_nnc_correctness_diagonal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4601680Z test_nnc_correctness_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4621030Z test_nnc_correctness_diagonal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4640970Z test_nnc_correctness_diagonal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4661220Z test_nnc_correctness_diagonal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4680560Z test_nnc_correctness_diagonal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4700470Z test_nnc_correctness_diagonal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4721360Z test_nnc_correctness_diagonal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4741320Z test_nnc_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4760780Z test_nnc_correctness_diagonal_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4780640Z test_nnc_correctness_diagonal_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4800410Z test_nnc_correctness_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4820720Z test_nnc_correctness_diagonal_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4840000Z test_nnc_correctness_diagonal_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4859790Z test_nnc_correctness_diagonal_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4879790Z test_nnc_correctness_diagonal_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4899290Z test_nnc_correctness_diagonal_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4919220Z test_nnc_correctness_diagonal_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4939010Z test_nnc_correctness_diff_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4958630Z test_nnc_correctness_diff_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4978600Z test_nnc_correctness_diff_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.4998300Z test_nnc_correctness_diff_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5018110Z test_nnc_correctness_diff_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5039240Z test_nnc_correctness_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5058990Z test_nnc_correctness_diff_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5078850Z test_nnc_correctness_diff_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5098940Z test_nnc_correctness_diff_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5118750Z test_nnc_correctness_diff_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5138700Z test_nnc_correctness_diff_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5158500Z test_nnc_correctness_diff_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5178470Z test_nnc_correctness_digamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5198560Z test_nnc_correctness_digamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5218390Z test_nnc_correctness_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5238700Z test_nnc_correctness_digamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5258740Z test_nnc_correctness_digamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5278480Z test_nnc_correctness_digamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5298430Z test_nnc_correctness_digamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5318550Z test_nnc_correctness_digamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5338500Z test_nnc_correctness_digamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5358410Z test_nnc_correctness_dist_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5378340Z test_nnc_correctness_dist_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5398420Z test_nnc_correctness_dist_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5418150Z test_nnc_correctness_dist_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5438110Z test_nnc_correctness_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5457930Z test_nnc_correctness_dist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5477860Z test_nnc_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5498180Z test_nnc_correctness_div_floor_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5517730Z test_nnc_correctness_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5537680Z test_nnc_correctness_div_floor_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5557490Z test_nnc_correctness_div_floor_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5577330Z test_nnc_correctness_div_floor_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5597290Z test_nnc_correctness_div_floor_rounding_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5617100Z test_nnc_correctness_div_floor_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5637110Z test_nnc_correctness_div_floor_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5657060Z test_nnc_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5676860Z test_nnc_correctness_div_no_rounding_mode_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5696680Z test_nnc_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5716620Z test_nnc_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5737900Z test_nnc_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5758480Z test_nnc_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5778380Z test_nnc_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5798320Z test_nnc_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5818030Z test_nnc_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5837880Z test_nnc_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5857670Z test_nnc_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5877340Z test_nnc_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5897350Z test_nnc_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5917060Z test_nnc_correctness_div_trunc_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5937360Z test_nnc_correctness_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5957270Z test_nnc_correctness_div_trunc_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5976570Z test_nnc_correctness_div_trunc_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.5996270Z test_nnc_correctness_div_trunc_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6016400Z test_nnc_correctness_div_trunc_rounding_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6035880Z test_nnc_correctness_div_trunc_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6056010Z test_nnc_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6075350Z test_nnc_correctness_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6095130Z test_nnc_correctness_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6114720Z test_nnc_correctness_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6134660Z test_nnc_correctness_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6154430Z test_nnc_correctness_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6174230Z test_nnc_correctness_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6194210Z test_nnc_correctness_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6213700Z test_nnc_correctness_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6233530Z test_nnc_correctness_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6253260Z test_nnc_correctness_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6273070Z test_nnc_correctness_double_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6294420Z test_nnc_correctness_double_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6314570Z test_nnc_correctness_double_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6334420Z test_nnc_correctness_double_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6354250Z test_nnc_correctness_double_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6374370Z test_nnc_correctness_double_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6394280Z test_nnc_correctness_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6414050Z test_nnc_correctness_double_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6433910Z test_nnc_correctness_double_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6453760Z test_nnc_correctness_double_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6473480Z test_nnc_correctness_double_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6493570Z test_nnc_correctness_double_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6513300Z test_nnc_correctness_double_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6533150Z test_nnc_correctness_dsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6553190Z test_nnc_correctness_dsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6572860Z test_nnc_correctness_dsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6592860Z test_nnc_correctness_dsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6612710Z test_nnc_correctness_dsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6632610Z test_nnc_correctness_dsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6652510Z test_nnc_correctness_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6672310Z test_nnc_correctness_dsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6693310Z test_nnc_correctness_dsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6713160Z test_nnc_correctness_dsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6732670Z test_nnc_correctness_dsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6752440Z test_nnc_correctness_dsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6772180Z test_nnc_correctness_dsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6791940Z test_nnc_correctness_dstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6811570Z test_nnc_correctness_dstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6831450Z test_nnc_correctness_dstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6850980Z test_nnc_correctness_dstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6870780Z test_nnc_correctness_dstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6890460Z test_nnc_correctness_dstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6910120Z test_nnc_correctness_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6929740Z test_nnc_correctness_dstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6949350Z test_nnc_correctness_dstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6968980Z test_nnc_correctness_dstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.6988730Z test_nnc_correctness_dstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7008540Z test_nnc_correctness_dstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7028630Z test_nnc_correctness_dstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7048260Z test_nnc_correctness_eig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7067930Z test_nnc_correctness_eig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7087660Z test_nnc_correctness_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7107330Z test_nnc_correctness_eig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7127130Z test_nnc_correctness_einsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7146880Z test_nnc_correctness_einsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7166560Z test_nnc_correctness_einsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7186160Z test_nnc_correctness_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7205830Z test_nnc_correctness_einsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7225580Z test_nnc_correctness_einsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7245270Z test_nnc_correctness_einsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7264990Z test_nnc_correctness_einsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7285270Z test_nnc_correctness_einsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7304900Z test_nnc_correctness_einsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7318280Z test_nnc_correctness_empty_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:17.7331610Z test_nnc_correctness_empty_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:17.7345910Z test_nnc_correctness_empty_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:17.7359230Z test_nnc_correctness_empty_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:17.7372880Z test_nnc_correctness_empty_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:17.7386430Z test_nnc_correctness_empty_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:17.7399740Z test_nnc_correctness_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:17.7413060Z test_nnc_correctness_empty_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:17.7426340Z test_nnc_correctness_empty_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:17.7439810Z test_nnc_correctness_empty_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:17.7453470Z test_nnc_correctness_empty_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:17.7466920Z test_nnc_correctness_empty_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:17.7480120Z test_nnc_correctness_empty_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:17.7500190Z test_nnc_correctness_eq_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7520500Z test_nnc_correctness_eq_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7540670Z test_nnc_correctness_eq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7560310Z test_nnc_correctness_eq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7580130Z test_nnc_correctness_eq_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7599760Z test_nnc_correctness_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7619380Z test_nnc_correctness_eq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7639240Z test_nnc_correctness_eq_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7658660Z test_nnc_correctness_eq_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7678400Z test_nnc_correctness_eq_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7698580Z test_nnc_correctness_eq_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7718080Z test_nnc_correctness_eq_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7738280Z test_nnc_correctness_erf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7757490Z test_nnc_correctness_erf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7777040Z test_nnc_correctness_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7796820Z test_nnc_correctness_erf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7816440Z test_nnc_correctness_erf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7836260Z test_nnc_correctness_erf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7856180Z test_nnc_correctness_erf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7875870Z test_nnc_correctness_erf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7896120Z test_nnc_correctness_erf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7915270Z test_nnc_correctness_erfc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7935110Z test_nnc_correctness_erfc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7955460Z test_nnc_correctness_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7974490Z test_nnc_correctness_erfc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.7994150Z test_nnc_correctness_erfc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8013950Z test_nnc_correctness_erfc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8033680Z test_nnc_correctness_erfc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8054410Z test_nnc_correctness_erfc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8074320Z test_nnc_correctness_erfc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8094110Z test_nnc_correctness_erfinv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8114030Z test_nnc_correctness_erfinv_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8133690Z test_nnc_correctness_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8153600Z test_nnc_correctness_erfinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8173380Z test_nnc_correctness_erfinv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8193800Z test_nnc_correctness_erfinv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8213330Z test_nnc_correctness_erfinv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8232810Z test_nnc_correctness_erfinv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8252910Z test_nnc_correctness_erfinv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8276870Z test_nnc_correctness_exp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8297050Z test_nnc_correctness_exp2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8320600Z test_nnc_correctness_exp2_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8340270Z test_nnc_correctness_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8360310Z test_nnc_correctness_exp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8380110Z test_nnc_correctness_exp2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8399840Z test_nnc_correctness_exp2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8419640Z test_nnc_correctness_exp2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8439310Z test_nnc_correctness_exp2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8459010Z test_nnc_correctness_exp2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8479540Z test_nnc_correctness_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8499810Z test_nnc_correctness_exp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8519990Z test_nnc_correctness_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8540200Z test_nnc_correctness_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8560420Z test_nnc_correctness_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8580380Z test_nnc_correctness_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8600620Z test_nnc_correctness_exp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8620670Z test_nnc_correctness_exp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8640530Z test_nnc_correctness_exp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8660430Z test_nnc_correctness_exp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8680580Z test_nnc_correctness_exp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8700310Z test_nnc_correctness_expand_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8720070Z test_nnc_correctness_expand_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8739870Z test_nnc_correctness_expand_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8759880Z test_nnc_correctness_expand_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8779700Z test_nnc_correctness_expand_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8800930Z test_nnc_correctness_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8820820Z test_nnc_correctness_expand_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8840530Z test_nnc_correctness_expand_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8860320Z test_nnc_correctness_expand_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8880330Z test_nnc_correctness_expand_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8900120Z test_nnc_correctness_expand_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8919960Z test_nnc_correctness_expand_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8939750Z test_nnc_correctness_expand_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8959780Z test_nnc_correctness_expand_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8979630Z test_nnc_correctness_expand_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.8999580Z test_nnc_correctness_expand_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9019390Z test_nnc_correctness_expand_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9039290Z test_nnc_correctness_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9059090Z test_nnc_correctness_expand_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9078910Z test_nnc_correctness_expand_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9099060Z test_nnc_correctness_expand_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9119200Z test_nnc_correctness_expand_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9138650Z test_nnc_correctness_expand_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9158490Z test_nnc_correctness_expand_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9178380Z test_nnc_correctness_expm1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9198400Z test_nnc_correctness_expm1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9218330Z test_nnc_correctness_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9238060Z test_nnc_correctness_expm1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9257820Z test_nnc_correctness_expm1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9277630Z test_nnc_correctness_expm1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9297690Z test_nnc_correctness_expm1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9317430Z test_nnc_correctness_expm1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9337290Z test_nnc_correctness_expm1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9357300Z test_nnc_correctness_fft_fft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9377020Z test_nnc_correctness_fft_fft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9397540Z test_nnc_correctness_fft_fft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9417460Z test_nnc_correctness_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9437280Z test_nnc_correctness_fft_fft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9457060Z test_nnc_correctness_fft_fft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9476910Z test_nnc_correctness_fft_fft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9497040Z test_nnc_correctness_fft_fft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9516790Z test_nnc_correctness_fft_fft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9536690Z test_nnc_correctness_fft_fft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9556550Z test_nnc_correctness_fft_fft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9576970Z test_nnc_correctness_fft_fft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9596570Z test_nnc_correctness_fft_fft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9616390Z test_nnc_correctness_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9636180Z test_nnc_correctness_fft_fft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9656160Z test_nnc_correctness_fft_fft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9676040Z test_nnc_correctness_fft_fft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9696280Z test_nnc_correctness_fft_fft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9715970Z test_nnc_correctness_fft_fft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9735740Z test_nnc_correctness_fft_fft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9755570Z test_nnc_correctness_fft_fftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9775560Z test_nnc_correctness_fft_fftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9795610Z test_nnc_correctness_fft_fftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9815560Z test_nnc_correctness_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9835420Z test_nnc_correctness_fft_fftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9855320Z test_nnc_correctness_fft_fftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9875140Z test_nnc_correctness_fft_fftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9895220Z test_nnc_correctness_fft_fftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9915190Z test_nnc_correctness_fft_fftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9935180Z test_nnc_correctness_fft_fftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9955020Z test_nnc_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9974830Z test_nnc_correctness_fft_fftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:17.9995300Z test_nnc_correctness_fft_fftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0014730Z test_nnc_correctness_fft_fftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0035900Z test_nnc_correctness_fft_fftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0055300Z test_nnc_correctness_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0075180Z test_nnc_correctness_fft_fftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0095250Z test_nnc_correctness_fft_fftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0114960Z test_nnc_correctness_fft_fftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0134830Z test_nnc_correctness_fft_fftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0154660Z test_nnc_correctness_fft_fftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0175140Z test_nnc_correctness_fft_fftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0194640Z test_nnc_correctness_fft_hfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0214610Z test_nnc_correctness_fft_hfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0234710Z test_nnc_correctness_fft_hfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0254930Z test_nnc_correctness_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0274850Z test_nnc_correctness_fft_hfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0295040Z test_nnc_correctness_fft_hfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0315030Z test_nnc_correctness_fft_hfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0336300Z test_nnc_correctness_fft_hfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0355160Z test_nnc_correctness_fft_hfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0375140Z test_nnc_correctness_fft_hfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0395180Z test_nnc_correctness_fft_hfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0415260Z test_nnc_correctness_fft_hfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0435170Z test_nnc_correctness_fft_hfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0455130Z test_nnc_correctness_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0475360Z test_nnc_correctness_fft_hfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0495040Z test_nnc_correctness_fft_hfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0514920Z test_nnc_correctness_fft_hfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0535080Z test_nnc_correctness_fft_hfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0554930Z test_nnc_correctness_fft_hfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0575010Z test_nnc_correctness_fft_hfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0595010Z test_nnc_correctness_fft_hfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0614710Z test_nnc_correctness_fft_hfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0634670Z test_nnc_correctness_fft_hfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0654470Z test_nnc_correctness_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0674400Z test_nnc_correctness_fft_hfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0694430Z test_nnc_correctness_fft_hfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0714180Z test_nnc_correctness_fft_hfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0737280Z test_nnc_correctness_fft_hfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0758020Z test_nnc_correctness_fft_hfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0777420Z test_nnc_correctness_fft_hfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0801320Z test_nnc_correctness_fft_ifft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0821260Z test_nnc_correctness_fft_ifft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0841110Z test_nnc_correctness_fft_ifft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0860810Z test_nnc_correctness_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0880430Z test_nnc_correctness_fft_ifft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0900230Z test_nnc_correctness_fft_ifft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0920060Z test_nnc_correctness_fft_ifft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0941370Z test_nnc_correctness_fft_ifft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0960590Z test_nnc_correctness_fft_ifft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.0980980Z test_nnc_correctness_fft_ifft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1002890Z test_nnc_correctness_fft_ifft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1022390Z test_nnc_correctness_fft_ifft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1045410Z test_nnc_correctness_fft_ifft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1065080Z test_nnc_correctness_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1084720Z test_nnc_correctness_fft_ifft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1105970Z test_nnc_correctness_fft_ifft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1125960Z test_nnc_correctness_fft_ifft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1145900Z test_nnc_correctness_fft_ifft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1165740Z test_nnc_correctness_fft_ifft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1185430Z test_nnc_correctness_fft_ifft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1205330Z test_nnc_correctness_fft_ifftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1225320Z test_nnc_correctness_fft_ifftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1245550Z test_nnc_correctness_fft_ifftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1265780Z test_nnc_correctness_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1285560Z test_nnc_correctness_fft_ifftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1308090Z test_nnc_correctness_fft_ifftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1328090Z test_nnc_correctness_fft_ifftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1348020Z test_nnc_correctness_fft_ifftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1367870Z test_nnc_correctness_fft_ifftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1387640Z test_nnc_correctness_fft_ifftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1408090Z test_nnc_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1427280Z test_nnc_correctness_fft_ifftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1446860Z test_nnc_correctness_fft_ifftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1466500Z test_nnc_correctness_fft_ifftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1486090Z test_nnc_correctness_fft_ifftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1506020Z test_nnc_correctness_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1525720Z test_nnc_correctness_fft_ifftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1545120Z test_nnc_correctness_fft_ifftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1564720Z test_nnc_correctness_fft_ifftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1584330Z test_nnc_correctness_fft_ifftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1604290Z test_nnc_correctness_fft_ifftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1623890Z test_nnc_correctness_fft_ifftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1643460Z test_nnc_correctness_fft_ihfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1663050Z test_nnc_correctness_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1682840Z test_nnc_correctness_fft_ihfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1702680Z test_nnc_correctness_fft_ihfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1722370Z test_nnc_correctness_fft_ihfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1741980Z test_nnc_correctness_fft_ihfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1761740Z test_nnc_correctness_fft_ihfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1781340Z test_nnc_correctness_fft_ihfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1801210Z test_nnc_correctness_fft_ihfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1820870Z test_nnc_correctness_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1840750Z test_nnc_correctness_fft_ihfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1860150Z test_nnc_correctness_fft_ihfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1879710Z test_nnc_correctness_fft_ihfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1899520Z test_nnc_correctness_fft_ihfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1919210Z test_nnc_correctness_fft_ihfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1938880Z test_nnc_correctness_fft_ihfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1958510Z test_nnc_correctness_fft_ihfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1978220Z test_nnc_correctness_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.1999490Z test_nnc_correctness_fft_ihfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2021620Z test_nnc_correctness_fft_ihfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2043850Z test_nnc_correctness_fft_ihfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2066130Z test_nnc_correctness_fft_ihfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2087320Z test_nnc_correctness_fft_ihfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2107970Z test_nnc_correctness_fft_ihfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2128280Z test_nnc_correctness_fft_irfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2148500Z test_nnc_correctness_fft_irfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2168540Z test_nnc_correctness_fft_irfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2188420Z test_nnc_correctness_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2208480Z test_nnc_correctness_fft_irfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2228320Z test_nnc_correctness_fft_irfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2248280Z test_nnc_correctness_fft_irfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2268120Z test_nnc_correctness_fft_irfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2287950Z test_nnc_correctness_fft_irfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2308350Z test_nnc_correctness_fft_irfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2327840Z test_nnc_correctness_fft_irfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2347730Z test_nnc_correctness_fft_irfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2367720Z test_nnc_correctness_fft_irfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2387610Z test_nnc_correctness_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2407790Z test_nnc_correctness_fft_irfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2427780Z test_nnc_correctness_fft_irfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2447780Z test_nnc_correctness_fft_irfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2467560Z test_nnc_correctness_fft_irfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2487440Z test_nnc_correctness_fft_irfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2507620Z test_nnc_correctness_fft_irfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2528830Z test_nnc_correctness_fft_irfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2548490Z test_nnc_correctness_fft_irfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2568400Z test_nnc_correctness_fft_irfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2588280Z test_nnc_correctness_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2608330Z test_nnc_correctness_fft_irfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2628430Z test_nnc_correctness_fft_irfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2648350Z test_nnc_correctness_fft_irfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2668270Z test_nnc_correctness_fft_irfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2688140Z test_nnc_correctness_fft_irfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2708020Z test_nnc_correctness_fft_irfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2728000Z test_nnc_correctness_fft_rfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2748210Z test_nnc_correctness_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2767940Z test_nnc_correctness_fft_rfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2787800Z test_nnc_correctness_fft_rfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2807830Z test_nnc_correctness_fft_rfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2827790Z test_nnc_correctness_fft_rfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2847600Z test_nnc_correctness_fft_rfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2867590Z test_nnc_correctness_fft_rfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2887390Z test_nnc_correctness_fft_rfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2907410Z test_nnc_correctness_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2927360Z test_nnc_correctness_fft_rfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2947250Z test_nnc_correctness_fft_rfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2967200Z test_nnc_correctness_fft_rfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.2987460Z test_nnc_correctness_fft_rfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3007470Z test_nnc_correctness_fft_rfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3027430Z test_nnc_correctness_fft_rfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3047470Z test_nnc_correctness_fft_rfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3067390Z test_nnc_correctness_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3087310Z test_nnc_correctness_fft_rfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3107170Z test_nnc_correctness_fft_rfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3127270Z test_nnc_correctness_fft_rfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3147080Z test_nnc_correctness_fft_rfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3166980Z test_nnc_correctness_fft_rfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3186800Z test_nnc_correctness_fft_rfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3207140Z test_nnc_correctness_fill__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3226710Z test_nnc_correctness_fill__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3246650Z test_nnc_correctness_fill__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3266760Z test_nnc_correctness_fill__cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3287390Z test_nnc_correctness_fill__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3308120Z test_nnc_correctness_fill__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3328590Z test_nnc_correctness_fill__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3350570Z test_nnc_correctness_fill__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3370320Z test_nnc_correctness_fill__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3390210Z test_nnc_correctness_fill__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3410330Z test_nnc_correctness_fill__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3432050Z test_nnc_correctness_fill__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3452100Z test_nnc_correctness_fill__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3471980Z test_nnc_correctness_flatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3492370Z test_nnc_correctness_flatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3512400Z test_nnc_correctness_flatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3532410Z test_nnc_correctness_flatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3552480Z test_nnc_correctness_flatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3572420Z test_nnc_correctness_flatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3592340Z test_nnc_correctness_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3612190Z test_nnc_correctness_flatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3632350Z test_nnc_correctness_flatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3652490Z test_nnc_correctness_flatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3672810Z test_nnc_correctness_flatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3693080Z test_nnc_correctness_flatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3712600Z test_nnc_correctness_flatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3732280Z test_nnc_correctness_flip_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3751970Z test_nnc_correctness_flip_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3772190Z test_nnc_correctness_flip_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3792810Z test_nnc_correctness_flip_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3812550Z test_nnc_correctness_flip_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3832370Z test_nnc_correctness_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3852350Z test_nnc_correctness_flip_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3872060Z test_nnc_correctness_flip_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3892210Z test_nnc_correctness_flip_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3911950Z test_nnc_correctness_flip_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3931710Z test_nnc_correctness_flip_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3951500Z test_nnc_correctness_flip_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3971290Z test_nnc_correctness_fliplr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.3991320Z test_nnc_correctness_fliplr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4010920Z test_nnc_correctness_fliplr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4030670Z test_nnc_correctness_fliplr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4050470Z test_nnc_correctness_fliplr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4070280Z test_nnc_correctness_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4090150Z test_nnc_correctness_fliplr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4110160Z test_nnc_correctness_fliplr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4129800Z test_nnc_correctness_fliplr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4149230Z test_nnc_correctness_fliplr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4168960Z test_nnc_correctness_fliplr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4189010Z test_nnc_correctness_fliplr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4208710Z test_nnc_correctness_flipud_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4228370Z test_nnc_correctness_flipud_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4248030Z test_nnc_correctness_flipud_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4267950Z test_nnc_correctness_flipud_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4287640Z test_nnc_correctness_flipud_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4307710Z test_nnc_correctness_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4327460Z test_nnc_correctness_flipud_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4347160Z test_nnc_correctness_flipud_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4366920Z test_nnc_correctness_flipud_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4386840Z test_nnc_correctness_flipud_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4406730Z test_nnc_correctness_flipud_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4426550Z test_nnc_correctness_flipud_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4446240Z test_nnc_correctness_float_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4465920Z test_nnc_correctness_float_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4485770Z test_nnc_correctness_float_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4505530Z test_nnc_correctness_float_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4525310Z test_nnc_correctness_float_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4545010Z test_nnc_correctness_float_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4564790Z test_nnc_correctness_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4584880Z test_nnc_correctness_float_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4604540Z test_nnc_correctness_float_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4624330Z test_nnc_correctness_float_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4644050Z test_nnc_correctness_float_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4663790Z test_nnc_correctness_float_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4683770Z test_nnc_correctness_float_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4703540Z test_nnc_correctness_float_power_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4723280Z test_nnc_correctness_float_power_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4743120Z test_nnc_correctness_float_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4762930Z test_nnc_correctness_float_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4782820Z test_nnc_correctness_float_power_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4802620Z test_nnc_correctness_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4822500Z test_nnc_correctness_float_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4842010Z test_nnc_correctness_float_power_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4861950Z test_nnc_correctness_float_power_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4881820Z test_nnc_correctness_float_power_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4901700Z test_nnc_correctness_float_power_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4921810Z test_nnc_correctness_float_power_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4941340Z test_nnc_correctness_floor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4961080Z test_nnc_correctness_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.4981420Z test_nnc_correctness_floor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5001270Z test_nnc_correctness_floor_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5021760Z test_nnc_correctness_floor_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5041800Z test_nnc_correctness_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5061080Z test_nnc_correctness_floor_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5080840Z test_nnc_correctness_floor_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5100760Z test_nnc_correctness_floor_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5120170Z test_nnc_correctness_floor_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5139950Z test_nnc_correctness_floor_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5159390Z test_nnc_correctness_floor_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5179390Z test_nnc_correctness_fmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5198930Z test_nnc_correctness_fmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5218580Z test_nnc_correctness_fmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5238360Z test_nnc_correctness_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5257710Z test_nnc_correctness_fmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5277480Z test_nnc_correctness_fmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5297170Z test_nnc_correctness_fmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5316800Z test_nnc_correctness_fmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5336440Z test_nnc_correctness_fmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5356130Z test_nnc_correctness_fmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5375990Z test_nnc_correctness_fmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5395490Z test_nnc_correctness_fmin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5415050Z test_nnc_correctness_fmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5435630Z test_nnc_correctness_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5455350Z test_nnc_correctness_fmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5475110Z test_nnc_correctness_fmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5497170Z test_nnc_correctness_fmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5514750Z test_nnc_correctness_fmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5534630Z test_nnc_correctness_fmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5554900Z test_nnc_correctness_fmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5574050Z test_nnc_correctness_fmod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5594020Z test_nnc_correctness_fmod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5613830Z test_nnc_correctness_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5634050Z test_nnc_correctness_fmod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5653420Z test_nnc_correctness_fmod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5673280Z test_nnc_correctness_fmod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5693040Z test_nnc_correctness_fmod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5712650Z test_nnc_correctness_fmod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5732560Z test_nnc_correctness_fmod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5752370Z test_nnc_correctness_frac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5772160Z test_nnc_correctness_frac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5791840Z test_nnc_correctness_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5811500Z test_nnc_correctness_frac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5831460Z test_nnc_correctness_frexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5851150Z test_nnc_correctness_frexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5870960Z test_nnc_correctness_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5890890Z test_nnc_correctness_frexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5910620Z test_nnc_correctness_full_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5930460Z test_nnc_correctness_full_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5950770Z test_nnc_correctness_full_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5970210Z test_nnc_correctness_full_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.5990260Z test_nnc_correctness_full_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6009910Z test_nnc_correctness_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6029920Z test_nnc_correctness_full_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6049660Z test_nnc_correctness_full_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6069380Z test_nnc_correctness_full_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6089170Z test_nnc_correctness_full_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6108960Z test_nnc_correctness_full_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6128830Z test_nnc_correctness_full_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6148540Z test_nnc_correctness_gather_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6168280Z test_nnc_correctness_gather_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6188090Z test_nnc_correctness_gather_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6207810Z test_nnc_correctness_gather_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6227740Z test_nnc_correctness_gather_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6247650Z test_nnc_correctness_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6267270Z test_nnc_correctness_gather_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6286960Z test_nnc_correctness_gather_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6307750Z test_nnc_correctness_gather_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6327710Z test_nnc_correctness_gather_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6347550Z test_nnc_correctness_gather_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6367390Z test_nnc_correctness_gather_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6387100Z test_nnc_correctness_gcd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6407600Z test_nnc_correctness_gcd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6426770Z test_nnc_correctness_gcd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6446540Z test_nnc_correctness_gcd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6466390Z test_nnc_correctness_gcd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6486080Z test_nnc_correctness_ge_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6506020Z test_nnc_correctness_ge_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6525760Z test_nnc_correctness_ge_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6545530Z test_nnc_correctness_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6566660Z test_nnc_correctness_ge_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6586210Z test_nnc_correctness_ge_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6605920Z test_nnc_correctness_ge_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6625530Z test_nnc_correctness_ge_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6645130Z test_nnc_correctness_ge_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6664910Z test_nnc_correctness_ge_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6684780Z test_nnc_correctness_geqrf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6704550Z test_nnc_correctness_geqrf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6724100Z test_nnc_correctness_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6743860Z test_nnc_correctness_geqrf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6757490Z test_nnc_correctness_gradient_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:18.6770830Z test_nnc_correctness_gradient_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:18.6784110Z test_nnc_correctness_gradient_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:18.6797490Z test_nnc_correctness_gradient_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:18.6810760Z test_nnc_correctness_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:18.6824410Z test_nnc_correctness_gradient_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:18.6837420Z test_nnc_correctness_gradient_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:18.6851170Z test_nnc_correctness_gradient_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:18.6864080Z test_nnc_correctness_gradient_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:18.6877540Z test_nnc_correctness_gradient_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:18.6897560Z test_nnc_correctness_gt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6916880Z test_nnc_correctness_gt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6936480Z test_nnc_correctness_gt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6956320Z test_nnc_correctness_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6975920Z test_nnc_correctness_gt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.6995530Z test_nnc_correctness_gt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7015150Z test_nnc_correctness_gt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7034880Z test_nnc_correctness_gt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7054880Z test_nnc_correctness_gt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7074230Z test_nnc_correctness_gt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7094180Z test_nnc_correctness_half_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7113550Z test_nnc_correctness_half_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7133560Z test_nnc_correctness_half_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7152960Z test_nnc_correctness_half_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7172940Z test_nnc_correctness_half_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7193600Z test_nnc_correctness_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7211820Z test_nnc_correctness_half_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7231350Z test_nnc_correctness_half_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7251380Z test_nnc_correctness_half_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7270970Z test_nnc_correctness_half_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7290990Z test_nnc_correctness_half_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7311150Z test_nnc_correctness_half_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7330350Z test_nnc_correctness_heaviside_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7350120Z test_nnc_correctness_heaviside_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7370410Z test_nnc_correctness_heaviside_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7389870Z test_nnc_correctness_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7409660Z test_nnc_correctness_heaviside_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7429350Z test_nnc_correctness_heaviside_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7448750Z test_nnc_correctness_heaviside_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7468370Z test_nnc_correctness_heaviside_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7488040Z test_nnc_correctness_heaviside_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7508100Z test_nnc_correctness_heaviside_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7527910Z test_nnc_correctness_histc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7547680Z test_nnc_correctness_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7567430Z test_nnc_correctness_histc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7586940Z test_nnc_correctness_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7606620Z test_nnc_correctness_histogram_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7626380Z test_nnc_correctness_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7646110Z test_nnc_correctness_histogramdd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7666040Z test_nnc_correctness_hsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7686160Z test_nnc_correctness_hsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7705890Z test_nnc_correctness_hsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7725790Z test_nnc_correctness_hsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7745540Z test_nnc_correctness_hsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7765980Z test_nnc_correctness_hsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7784690Z test_nnc_correctness_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7804760Z test_nnc_correctness_hsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7824500Z test_nnc_correctness_hsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7844220Z test_nnc_correctness_hsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7863920Z test_nnc_correctness_hsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7883770Z test_nnc_correctness_hsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7903340Z test_nnc_correctness_hsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7923110Z test_nnc_correctness_hstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7943220Z test_nnc_correctness_hstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7963200Z test_nnc_correctness_hstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.7983270Z test_nnc_correctness_hstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8003210Z test_nnc_correctness_hstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8022810Z test_nnc_correctness_hstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8042810Z test_nnc_correctness_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8062240Z test_nnc_correctness_hstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8082110Z test_nnc_correctness_hstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8102250Z test_nnc_correctness_hstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8122010Z test_nnc_correctness_hstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8141730Z test_nnc_correctness_hstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8161640Z test_nnc_correctness_hstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8180960Z test_nnc_correctness_hypot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8200780Z test_nnc_correctness_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8221230Z test_nnc_correctness_hypot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8240580Z test_nnc_correctness_i0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8260120Z test_nnc_correctness_i0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8280120Z test_nnc_correctness_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8300080Z test_nnc_correctness_i0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8319820Z test_nnc_correctness_i0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8339790Z test_nnc_correctness_i0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8359640Z test_nnc_correctness_i0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8379360Z test_nnc_correctness_i0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8399110Z test_nnc_correctness_i0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8418810Z test_nnc_correctness_igamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8438550Z test_nnc_correctness_igamma_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8458130Z test_nnc_correctness_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8477880Z test_nnc_correctness_igamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8497830Z test_nnc_correctness_igammac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8517780Z test_nnc_correctness_igammac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8537730Z test_nnc_correctness_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8557580Z test_nnc_correctness_igammac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8577320Z test_nnc_correctness_imag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8597250Z test_nnc_correctness_imag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8617250Z test_nnc_correctness_imag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8637110Z test_nnc_correctness_index_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8656920Z test_nnc_correctness_index_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8677420Z test_nnc_correctness_index_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8696950Z test_nnc_correctness_index_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8716750Z test_nnc_correctness_index_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8737590Z test_nnc_correctness_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8757630Z test_nnc_correctness_index_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8778850Z test_nnc_correctness_index_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8798860Z test_nnc_correctness_index_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8818530Z test_nnc_correctness_index_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8838380Z test_nnc_correctness_index_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8857640Z test_nnc_correctness_index_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8877360Z test_nnc_correctness_index_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8897270Z test_nnc_correctness_index_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8916710Z test_nnc_correctness_index_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8937090Z test_nnc_correctness_index_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8957150Z test_nnc_correctness_index_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8976700Z test_nnc_correctness_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.8996590Z test_nnc_correctness_index_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9015950Z test_nnc_correctness_index_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9035470Z test_nnc_correctness_index_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9055020Z test_nnc_correctness_index_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9074930Z test_nnc_correctness_index_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9094600Z test_nnc_correctness_index_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9114560Z test_nnc_correctness_index_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9133800Z test_nnc_correctness_index_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9156610Z test_nnc_correctness_index_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9176400Z test_nnc_correctness_index_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9197770Z test_nnc_correctness_index_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9217760Z test_nnc_correctness_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9237540Z test_nnc_correctness_index_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9257580Z test_nnc_correctness_index_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9277520Z test_nnc_correctness_index_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9297390Z test_nnc_correctness_index_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9317290Z test_nnc_correctness_index_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9337180Z test_nnc_correctness_index_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9357090Z test_nnc_correctness_index_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9376940Z test_nnc_correctness_index_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9396880Z test_nnc_correctness_index_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9416770Z test_nnc_correctness_index_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9436570Z test_nnc_correctness_index_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9456380Z test_nnc_correctness_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9476260Z test_nnc_correctness_index_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9496130Z test_nnc_correctness_index_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9515820Z test_nnc_correctness_index_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9535540Z test_nnc_correctness_index_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9555490Z test_nnc_correctness_index_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9576090Z test_nnc_correctness_index_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9595800Z test_nnc_correctness_index_reduce_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9615530Z test_nnc_correctness_index_reduce_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9635300Z test_nnc_correctness_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9655080Z test_nnc_correctness_index_reduce_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9675110Z test_nnc_correctness_index_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9695170Z test_nnc_correctness_index_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9715080Z test_nnc_correctness_index_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9735340Z test_nnc_correctness_index_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9755470Z test_nnc_correctness_index_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9774630Z test_nnc_correctness_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9794370Z test_nnc_correctness_index_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9813950Z test_nnc_correctness_index_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9833870Z test_nnc_correctness_index_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9853560Z test_nnc_correctness_index_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9872970Z test_nnc_correctness_index_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9892750Z test_nnc_correctness_index_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9912530Z test_nnc_correctness_inner_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9932220Z test_nnc_correctness_inner_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9951920Z test_nnc_correctness_inner_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9971520Z test_nnc_correctness_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:18.9991310Z test_nnc_correctness_inner_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0011260Z test_nnc_correctness_inner_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0031480Z test_nnc_correctness_inner_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0050970Z test_nnc_correctness_inner_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0070630Z test_nnc_correctness_inner_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0090310Z test_nnc_correctness_inner_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0109870Z test_nnc_correctness_int_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0129710Z test_nnc_correctness_int_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0149100Z test_nnc_correctness_int_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0168810Z test_nnc_correctness_int_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0188340Z test_nnc_correctness_int_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0208450Z test_nnc_correctness_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0227890Z test_nnc_correctness_int_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0247340Z test_nnc_correctness_int_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0266830Z test_nnc_correctness_int_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0286440Z test_nnc_correctness_int_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0306440Z test_nnc_correctness_int_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0326140Z test_nnc_correctness_int_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0345910Z test_nnc_correctness_inverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0365650Z test_nnc_correctness_inverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0385270Z test_nnc_correctness_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0405000Z test_nnc_correctness_inverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0424710Z test_nnc_correctness_isclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0444370Z test_nnc_correctness_isclose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0464410Z test_nnc_correctness_isclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0483750Z test_nnc_correctness_isclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0503450Z test_nnc_correctness_isclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0523060Z test_nnc_correctness_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0542810Z test_nnc_correctness_isclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0562420Z test_nnc_correctness_isclose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0582190Z test_nnc_correctness_isclose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0601980Z test_nnc_correctness_isclose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0621580Z test_nnc_correctness_isclose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0641250Z test_nnc_correctness_isclose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0660890Z test_nnc_correctness_isfinite_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0680510Z test_nnc_correctness_isfinite_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0700310Z test_nnc_correctness_isfinite_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0719930Z test_nnc_correctness_isfinite_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0739660Z test_nnc_correctness_isfinite_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0759260Z test_nnc_correctness_isfinite_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0778820Z test_nnc_correctness_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0798590Z test_nnc_correctness_isfinite_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0818210Z test_nnc_correctness_isfinite_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0837940Z test_nnc_correctness_isfinite_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0857510Z test_nnc_correctness_isfinite_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0877160Z test_nnc_correctness_isfinite_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0896970Z test_nnc_correctness_isfinite_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0916870Z test_nnc_correctness_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0936290Z test_nnc_correctness_isin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0956860Z test_nnc_correctness_isin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0977040Z test_nnc_correctness_isin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.0996880Z test_nnc_correctness_isin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1016930Z test_nnc_correctness_isin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1036980Z test_nnc_correctness_isin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1056930Z test_nnc_correctness_isinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1076800Z test_nnc_correctness_isinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1096610Z test_nnc_correctness_isinf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1116400Z test_nnc_correctness_isinf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1136280Z test_nnc_correctness_isinf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1156120Z test_nnc_correctness_isinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1176020Z test_nnc_correctness_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1195820Z test_nnc_correctness_isinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1215630Z test_nnc_correctness_isinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1235470Z test_nnc_correctness_isinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1255390Z test_nnc_correctness_isinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1275330Z test_nnc_correctness_isinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1298250Z test_nnc_correctness_isinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1320660Z test_nnc_correctness_isnan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1340620Z test_nnc_correctness_isnan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1360680Z test_nnc_correctness_isnan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1380720Z test_nnc_correctness_isnan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1400590Z test_nnc_correctness_isnan_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1420760Z test_nnc_correctness_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1440910Z test_nnc_correctness_isnan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1460830Z test_nnc_correctness_isnan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1480790Z test_nnc_correctness_isnan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1501030Z test_nnc_correctness_isnan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1520820Z test_nnc_correctness_isnan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1540830Z test_nnc_correctness_isnan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1560660Z test_nnc_correctness_isneginf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1580530Z test_nnc_correctness_isneginf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1600580Z test_nnc_correctness_isneginf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1620460Z test_nnc_correctness_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1640260Z test_nnc_correctness_isneginf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1660090Z test_nnc_correctness_isneginf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1679960Z test_nnc_correctness_isneginf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1700240Z test_nnc_correctness_isneginf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1719970Z test_nnc_correctness_isneginf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1739860Z test_nnc_correctness_isneginf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1759620Z test_nnc_correctness_isposinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1779510Z test_nnc_correctness_isposinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1799580Z test_nnc_correctness_isposinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1819510Z test_nnc_correctness_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1839700Z test_nnc_correctness_isposinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1859640Z test_nnc_correctness_isposinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1879330Z test_nnc_correctness_isposinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1899700Z test_nnc_correctness_isposinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1919230Z test_nnc_correctness_isposinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1939170Z test_nnc_correctness_isposinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1959020Z test_nnc_correctness_isreal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1978830Z test_nnc_correctness_isreal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.1999180Z test_nnc_correctness_isreal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.2018990Z test_nnc_correctness_isreal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.2038750Z test_nnc_correctness_isreal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.2058530Z test_nnc_correctness_isreal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.2078400Z test_nnc_correctness_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.2105770Z test_nnc_correctness_isreal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.2118440Z test_nnc_correctness_isreal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.2138210Z test_nnc_correctness_isreal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.2158270Z test_nnc_correctness_isreal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.2177930Z test_nnc_correctness_isreal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.2197710Z test_nnc_correctness_isreal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.2217900Z test_nnc_correctness_istft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.2237220Z test_nnc_correctness_istft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.2257170Z test_nnc_correctness_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.2277000Z test_nnc_correctness_istft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.2297590Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2316930Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2336580Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2356250Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2376010Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2396100Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2416110Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2435980Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2456180Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2475770Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2495410Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2515400Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2535990Z test_nnc_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2555690Z test_nnc_correctness_jiterator_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2575450Z test_nnc_correctness_jiterator_binary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2595310Z test_nnc_correctness_jiterator_binary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2615070Z test_nnc_correctness_jiterator_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2634980Z test_nnc_correctness_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2654620Z test_nnc_correctness_jiterator_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2674750Z test_nnc_correctness_jiterator_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2695110Z test_nnc_correctness_jiterator_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2714610Z test_nnc_correctness_jiterator_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2734760Z test_nnc_correctness_jiterator_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2754480Z test_nnc_correctness_jiterator_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2774080Z test_nnc_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2793910Z test_nnc_correctness_jiterator_unary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2813530Z test_nnc_correctness_jiterator_unary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2833570Z test_nnc_correctness_jiterator_unary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2852840Z test_nnc_correctness_jiterator_unary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2872440Z test_nnc_correctness_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2892370Z test_nnc_correctness_jiterator_unary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2912370Z test_nnc_correctness_jiterator_unary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2931950Z test_nnc_correctness_jiterator_unary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2955760Z test_nnc_correctness_jiterator_unary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2975410Z test_nnc_correctness_jiterator_unary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.2995090Z test_nnc_correctness_jiterator_unary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:26:19.3014790Z test_nnc_correctness_kron_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3034470Z test_nnc_correctness_kron_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3054190Z test_nnc_correctness_kron_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3073810Z test_nnc_correctness_kron_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3094140Z test_nnc_correctness_kron_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3114460Z test_nnc_correctness_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3134280Z test_nnc_correctness_kron_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3153740Z test_nnc_correctness_kron_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3173370Z test_nnc_correctness_kron_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3193580Z test_nnc_correctness_kron_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3213400Z test_nnc_correctness_kron_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3232780Z test_nnc_correctness_kron_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3252690Z test_nnc_correctness_kthvalue_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3272000Z test_nnc_correctness_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3291640Z test_nnc_correctness_kthvalue_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3311170Z test_nnc_correctness_kthvalue_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3331480Z test_nnc_correctness_kthvalue_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3350680Z test_nnc_correctness_kthvalue_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3370420Z test_nnc_correctness_kthvalue_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3389770Z test_nnc_correctness_kthvalue_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3409330Z test_nnc_correctness_lcm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3429120Z test_nnc_correctness_lcm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3448650Z test_nnc_correctness_lcm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3468100Z test_nnc_correctness_lcm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3487810Z test_nnc_correctness_lcm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3511030Z test_nnc_correctness_ldexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3526670Z test_nnc_correctness_ldexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3546470Z test_nnc_correctness_ldexp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3565910Z test_nnc_correctness_ldexp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3585670Z test_nnc_correctness_ldexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3605450Z test_nnc_correctness_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3625430Z test_nnc_correctness_ldexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3645070Z test_nnc_correctness_ldexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3664740Z test_nnc_correctness_ldexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3684530Z test_nnc_correctness_ldexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3704080Z test_nnc_correctness_ldexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3723740Z test_nnc_correctness_ldexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3744300Z test_nnc_correctness_le_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3763250Z test_nnc_correctness_le_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3783860Z test_nnc_correctness_le_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3804220Z test_nnc_correctness_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3824410Z test_nnc_correctness_le_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3843980Z test_nnc_correctness_le_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3864020Z test_nnc_correctness_le_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3884300Z test_nnc_correctness_le_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3904270Z test_nnc_correctness_le_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3924500Z test_nnc_correctness_le_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3943850Z test_nnc_correctness_lerp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3963560Z test_nnc_correctness_lerp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.3983130Z test_nnc_correctness_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4002790Z test_nnc_correctness_lerp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4022670Z test_nnc_correctness_lgamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4042210Z test_nnc_correctness_lgamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4061930Z test_nnc_correctness_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4081600Z test_nnc_correctness_lgamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4101300Z test_nnc_correctness_lgamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4121060Z test_nnc_correctness_lgamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4140830Z test_nnc_correctness_lgamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4160360Z test_nnc_correctness_lgamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4180020Z test_nnc_correctness_lgamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4199900Z test_nnc_correctness_linalg_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4219570Z test_nnc_correctness_linalg_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4239580Z test_nnc_correctness_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4259070Z test_nnc_correctness_linalg_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4279030Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4298370Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4318170Z test_nnc_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4338600Z test_nnc_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4359320Z test_nnc_correctness_linalg_cond_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4379870Z test_nnc_correctness_linalg_cond_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4400170Z test_nnc_correctness_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4420860Z test_nnc_correctness_linalg_cond_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4440900Z test_nnc_correctness_linalg_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4460770Z test_nnc_correctness_linalg_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4480740Z test_nnc_correctness_linalg_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4500700Z test_nnc_correctness_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4520550Z test_nnc_correctness_linalg_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4540710Z test_nnc_correctness_linalg_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4560700Z test_nnc_correctness_linalg_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4580460Z test_nnc_correctness_linalg_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4600590Z test_nnc_correctness_linalg_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4620650Z test_nnc_correctness_linalg_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4640500Z test_nnc_correctness_linalg_det_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4660690Z test_nnc_correctness_linalg_det_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4681070Z test_nnc_correctness_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4700730Z test_nnc_correctness_linalg_det_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4721100Z test_nnc_correctness_linalg_det_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4741070Z test_nnc_correctness_linalg_det_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4761350Z test_nnc_correctness_linalg_eig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4781810Z test_nnc_correctness_linalg_eig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4802290Z test_nnc_correctness_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4822490Z test_nnc_correctness_linalg_eig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4842860Z test_nnc_correctness_linalg_eigh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4863250Z test_nnc_correctness_linalg_eigh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4883620Z test_nnc_correctness_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4904200Z test_nnc_correctness_linalg_eigh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4924530Z test_nnc_correctness_linalg_eigvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4944490Z test_nnc_correctness_linalg_eigvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4964450Z test_nnc_correctness_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.4984670Z test_nnc_correctness_linalg_eigvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5004760Z test_nnc_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5025290Z test_nnc_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5045650Z test_nnc_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5065700Z test_nnc_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5085450Z test_nnc_correctness_linalg_householder_product_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5105510Z test_nnc_correctness_linalg_householder_product_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5125960Z test_nnc_correctness_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5145490Z test_nnc_correctness_linalg_householder_product_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5165400Z test_nnc_correctness_linalg_inv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5185430Z test_nnc_correctness_linalg_inv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5205220Z test_nnc_correctness_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5225040Z test_nnc_correctness_linalg_inv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5245000Z test_nnc_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5264500Z test_nnc_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5284270Z test_nnc_correctness_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5304980Z test_nnc_correctness_linalg_inv_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5324870Z test_nnc_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5347500Z test_nnc_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5370180Z test_nnc_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5395320Z test_nnc_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5418540Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5438430Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5458730Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5478930Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5499060Z test_nnc_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5519190Z test_nnc_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5539280Z test_nnc_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5559420Z test_nnc_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5579240Z test_nnc_correctness_linalg_lstsq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5599480Z test_nnc_correctness_linalg_lstsq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5619320Z test_nnc_correctness_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5639340Z test_nnc_correctness_linalg_lstsq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5659480Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5679350Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5699730Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5719840Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5739680Z test_nnc_correctness_linalg_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5759690Z test_nnc_correctness_linalg_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5779800Z test_nnc_correctness_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5799830Z test_nnc_correctness_linalg_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5819950Z test_nnc_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5840060Z test_nnc_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5859940Z test_nnc_correctness_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5880350Z test_nnc_correctness_linalg_lu_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5900680Z test_nnc_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5920460Z test_nnc_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5940770Z test_nnc_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5960560Z test_nnc_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.5981010Z test_nnc_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6001860Z test_nnc_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6022060Z test_nnc_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6042250Z test_nnc_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6062760Z test_nnc_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6083090Z test_nnc_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6103530Z test_nnc_correctness_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6123900Z test_nnc_correctness_linalg_matrix_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6144070Z test_nnc_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6163810Z test_nnc_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6184090Z test_nnc_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6204320Z test_nnc_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6224350Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6244350Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6264450Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6285020Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6305270Z test_nnc_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6325100Z test_nnc_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6344850Z test_nnc_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6365270Z test_nnc_correctness_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6385570Z test_nnc_correctness_linalg_multi_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6405470Z test_nnc_correctness_linalg_multi_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6425980Z test_nnc_correctness_linalg_multi_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6439030Z test_nnc_correctness_linalg_multi_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:19.6458670Z test_nnc_correctness_linalg_multi_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6478380Z test_nnc_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6498700Z test_nnc_correctness_linalg_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6518220Z test_nnc_correctness_linalg_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6538020Z test_nnc_correctness_linalg_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6558290Z test_nnc_correctness_linalg_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6577570Z test_nnc_correctness_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6597680Z test_nnc_correctness_linalg_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6617520Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6637300Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6657090Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6677110Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6696880Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6716780Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6736510Z test_nnc_correctness_linalg_pinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6756200Z test_nnc_correctness_linalg_pinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6775930Z test_nnc_correctness_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6795820Z test_nnc_correctness_linalg_pinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6815710Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6835830Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6855320Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6875030Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6895560Z test_nnc_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6915170Z test_nnc_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6934920Z test_nnc_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6954830Z test_nnc_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6975050Z test_nnc_correctness_linalg_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.6994860Z test_nnc_correctness_linalg_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7015060Z test_nnc_correctness_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7034500Z test_nnc_correctness_linalg_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7054320Z test_nnc_correctness_linalg_slogdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7074370Z test_nnc_correctness_linalg_slogdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7097100Z test_nnc_correctness_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7118830Z test_nnc_correctness_linalg_slogdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7139800Z test_nnc_correctness_linalg_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7161340Z test_nnc_correctness_linalg_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7183100Z test_nnc_correctness_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7204260Z test_nnc_correctness_linalg_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7223870Z test_nnc_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7243720Z test_nnc_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7263090Z test_nnc_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7283180Z test_nnc_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7303180Z test_nnc_correctness_linalg_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7323580Z test_nnc_correctness_linalg_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7343380Z test_nnc_correctness_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7363410Z test_nnc_correctness_linalg_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7384450Z test_nnc_correctness_linalg_svdvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7404680Z test_nnc_correctness_linalg_svdvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7424810Z test_nnc_correctness_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7445180Z test_nnc_correctness_linalg_svdvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7464930Z test_nnc_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7484750Z test_nnc_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7504710Z test_nnc_correctness_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7525070Z test_nnc_correctness_linalg_tensorinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7547960Z test_nnc_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7570420Z test_nnc_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7591040Z test_nnc_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7611370Z test_nnc_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7631710Z test_nnc_correctness_linalg_vander_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7651700Z test_nnc_correctness_linalg_vander_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7671800Z test_nnc_correctness_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7691810Z test_nnc_correctness_linalg_vander_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7711670Z test_nnc_correctness_linalg_vander_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7732210Z test_nnc_correctness_linalg_vander_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7751930Z test_nnc_correctness_linalg_vander_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7771950Z test_nnc_correctness_linalg_vander_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7792120Z test_nnc_correctness_linalg_vander_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7812090Z test_nnc_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7832140Z test_nnc_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7852370Z test_nnc_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7872390Z test_nnc_correctness_linalg_vector_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7892530Z test_nnc_correctness_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7912820Z test_nnc_correctness_linalg_vector_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7932890Z test_nnc_correctness_log10_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7952870Z test_nnc_correctness_log10_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7972990Z test_nnc_correctness_log10_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.7993050Z test_nnc_correctness_log10_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8012970Z test_nnc_correctness_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8033220Z test_nnc_correctness_log10_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8053260Z test_nnc_correctness_log10_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8073210Z test_nnc_correctness_log10_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8093570Z test_nnc_correctness_log10_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8113500Z test_nnc_correctness_log10_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8133470Z test_nnc_correctness_log10_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8153660Z test_nnc_correctness_log1p_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8173910Z test_nnc_correctness_log1p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8193990Z test_nnc_correctness_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8214090Z test_nnc_correctness_log1p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8234470Z test_nnc_correctness_log1p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8254380Z test_nnc_correctness_log1p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8274050Z test_nnc_correctness_log1p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8294370Z test_nnc_correctness_log1p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8313700Z test_nnc_correctness_log1p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8333650Z test_nnc_correctness_log2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8353260Z test_nnc_correctness_log2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8373020Z test_nnc_correctness_log2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8392750Z test_nnc_correctness_log2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8412360Z test_nnc_correctness_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8432230Z test_nnc_correctness_log2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8451980Z test_nnc_correctness_log2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8471810Z test_nnc_correctness_log2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8491310Z test_nnc_correctness_log2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8511110Z test_nnc_correctness_log2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8530580Z test_nnc_correctness_log2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8550140Z test_nnc_correctness_log_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8569880Z test_nnc_correctness_log_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8589630Z test_nnc_correctness_log_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8640560Z test_nnc_correctness_log_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:26:19.8657440Z test_nnc_correctness_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:26:19.8687040Z test_nnc_correctness_log_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:26:19.8710980Z test_nnc_correctness_log_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8731840Z test_nnc_correctness_log_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8752180Z test_nnc_correctness_log_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8773860Z test_nnc_correctness_log_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8797950Z test_nnc_correctness_log_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8819010Z test_nnc_correctness_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8839650Z test_nnc_correctness_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8860710Z test_nnc_correctness_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8880690Z test_nnc_correctness_log_softmax_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8902380Z test_nnc_correctness_log_softmax_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8922310Z test_nnc_correctness_log_softmax_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8942410Z test_nnc_correctness_log_softmax_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8965530Z test_nnc_correctness_log_softmax_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.8985310Z test_nnc_correctness_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9005400Z test_nnc_correctness_log_softmax_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9025610Z test_nnc_correctness_log_softmax_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9045560Z test_nnc_correctness_log_softmax_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9072510Z test_nnc_correctness_log_softmax_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:26:19.9096510Z test_nnc_correctness_log_softmax_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9116970Z test_nnc_correctness_log_softmax_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9137590Z test_nnc_correctness_logaddexp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9168910Z test_nnc_correctness_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:26:19.9192350Z test_nnc_correctness_logaddexp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9212920Z test_nnc_correctness_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9234470Z test_nnc_correctness_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9255460Z test_nnc_correctness_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9277220Z test_nnc_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9299600Z test_nnc_correctness_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9331530Z test_nnc_correctness_logcumsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9363890Z test_nnc_correctness_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9368790Z test_nnc_correctness_logdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9388080Z test_nnc_correctness_logical_and_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9408710Z test_nnc_correctness_logical_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9428840Z test_nnc_correctness_logical_and_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9448930Z test_nnc_correctness_logical_and_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9469210Z test_nnc_correctness_logical_and_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9489740Z test_nnc_correctness_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9510150Z test_nnc_correctness_logical_and_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9530220Z test_nnc_correctness_logical_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9550360Z test_nnc_correctness_logical_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9570450Z test_nnc_correctness_logical_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9590830Z test_nnc_correctness_logical_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9611200Z test_nnc_correctness_logical_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9632550Z test_nnc_correctness_logical_not_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9652200Z test_nnc_correctness_logical_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9672400Z test_nnc_correctness_logical_not_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9694530Z test_nnc_correctness_logical_not_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9715140Z test_nnc_correctness_logical_not_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9735450Z test_nnc_correctness_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9755760Z test_nnc_correctness_logical_not_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9775810Z test_nnc_correctness_logical_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9796200Z test_nnc_correctness_logical_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9816310Z test_nnc_correctness_logical_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9836500Z test_nnc_correctness_logical_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9861180Z test_nnc_correctness_logical_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9881420Z test_nnc_correctness_logical_or_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9904550Z test_nnc_correctness_logical_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9925220Z test_nnc_correctness_logical_or_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9945880Z test_nnc_correctness_logical_or_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9965700Z test_nnc_correctness_logical_or_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:19.9985900Z test_nnc_correctness_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0006550Z test_nnc_correctness_logical_or_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0028840Z test_nnc_correctness_logical_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0048620Z test_nnc_correctness_logical_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0069950Z test_nnc_correctness_logical_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0090570Z test_nnc_correctness_logical_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0110390Z test_nnc_correctness_logical_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0130800Z test_nnc_correctness_logical_xor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0150790Z test_nnc_correctness_logical_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0170680Z test_nnc_correctness_logical_xor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0190800Z test_nnc_correctness_logical_xor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0210960Z test_nnc_correctness_logical_xor_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0230740Z test_nnc_correctness_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0250840Z test_nnc_correctness_logical_xor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0270890Z test_nnc_correctness_logical_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0292780Z test_nnc_correctness_logical_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0313280Z test_nnc_correctness_logical_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0333380Z test_nnc_correctness_logical_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0353190Z test_nnc_correctness_logical_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0373350Z test_nnc_correctness_logit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0393400Z test_nnc_correctness_logit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0428830Z test_nnc_correctness_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0443180Z test_nnc_correctness_logit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:26:20.0468530Z test_nnc_correctness_logit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0489580Z test_nnc_correctness_logit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0509810Z test_nnc_correctness_logit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0530250Z test_nnc_correctness_logit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0550060Z test_nnc_correctness_logit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0570270Z test_nnc_correctness_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0599480Z test_nnc_correctness_logsumexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:26:20.0619510Z test_nnc_correctness_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0639310Z test_nnc_correctness_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0659010Z test_nnc_correctness_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0679050Z test_nnc_correctness_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0699330Z test_nnc_correctness_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0719170Z test_nnc_correctness_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0739200Z test_nnc_correctness_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0759160Z test_nnc_correctness_long_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0778870Z test_nnc_correctness_long_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0799190Z test_nnc_correctness_long_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0819240Z test_nnc_correctness_long_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0838970Z test_nnc_correctness_long_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0859190Z test_nnc_correctness_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0879090Z test_nnc_correctness_long_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0898990Z test_nnc_correctness_long_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0919010Z test_nnc_correctness_long_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0938960Z test_nnc_correctness_long_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0958850Z test_nnc_correctness_long_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.0980060Z test_nnc_correctness_long_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1000130Z test_nnc_correctness_lt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1019880Z test_nnc_correctness_lt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1040280Z test_nnc_correctness_lt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1059960Z test_nnc_correctness_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1079730Z test_nnc_correctness_lt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1099870Z test_nnc_correctness_lt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1119820Z test_nnc_correctness_lt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1139680Z test_nnc_correctness_lt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1159870Z test_nnc_correctness_lt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1179880Z test_nnc_correctness_lt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1199830Z test_nnc_correctness_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1219780Z test_nnc_correctness_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1239820Z test_nnc_correctness_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1259770Z test_nnc_correctness_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1281190Z test_nnc_correctness_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1301330Z test_nnc_correctness_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1321420Z test_nnc_correctness_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1341470Z test_nnc_correctness_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1361920Z test_nnc_correctness_lu_unpack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1381640Z test_nnc_correctness_lu_unpack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1401630Z test_nnc_correctness_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1421520Z test_nnc_correctness_lu_unpack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1441660Z test_nnc_correctness_mH_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1461420Z test_nnc_correctness_mH_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1481230Z test_nnc_correctness_mH_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1501530Z test_nnc_correctness_mH_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1520960Z test_nnc_correctness_mH_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1540810Z test_nnc_correctness_mH_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1560660Z test_nnc_correctness_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1580490Z test_nnc_correctness_mH_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1600460Z test_nnc_correctness_mH_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1624340Z test_nnc_correctness_mH_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1644130Z test_nnc_correctness_mH_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1663900Z test_nnc_correctness_mH_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1683680Z test_nnc_correctness_mH_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1703860Z test_nnc_correctness_mT_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1723650Z test_nnc_correctness_mT_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1743470Z test_nnc_correctness_mT_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1763290Z test_nnc_correctness_mT_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1794230Z test_nnc_correctness_mT_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1803240Z test_nnc_correctness_mT_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1823940Z test_nnc_correctness_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1843800Z test_nnc_correctness_mT_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1863710Z test_nnc_correctness_mT_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1883380Z test_nnc_correctness_mT_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1903200Z test_nnc_correctness_mT_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1923140Z test_nnc_correctness_mT_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1942730Z test_nnc_correctness_mT_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1962490Z test_nnc_correctness_masked_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.1982790Z test_nnc_correctness_masked_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2002230Z test_nnc_correctness_masked_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2022350Z test_nnc_correctness_masked_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2042210Z test_nnc_correctness_masked_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2061750Z test_nnc_correctness_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2081430Z test_nnc_correctness_masked_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2101540Z test_nnc_correctness_masked_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2125360Z test_nnc_correctness_masked_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2145310Z test_nnc_correctness_masked_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2164890Z test_nnc_correctness_masked_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2184800Z test_nnc_correctness_masked_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2204770Z test_nnc_correctness_masked_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2224760Z test_nnc_correctness_masked_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2244890Z test_nnc_correctness_masked_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2264370Z test_nnc_correctness_masked_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2284120Z test_nnc_correctness_masked_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2304120Z test_nnc_correctness_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2323910Z test_nnc_correctness_masked_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2343740Z test_nnc_correctness_masked_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2363660Z test_nnc_correctness_masked_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2383440Z test_nnc_correctness_masked_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2403470Z test_nnc_correctness_masked_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2425270Z test_nnc_correctness_masked_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2444400Z test_nnc_correctness_masked_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2465140Z test_nnc_correctness_masked_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2488100Z test_nnc_correctness_masked_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2507470Z test_nnc_correctness_masked_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2531470Z test_nnc_correctness_masked_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2552300Z test_nnc_correctness_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2573010Z test_nnc_correctness_masked_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2593490Z test_nnc_correctness_masked_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2613690Z test_nnc_correctness_masked_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2633970Z test_nnc_correctness_masked_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2653850Z test_nnc_correctness_masked_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2674100Z test_nnc_correctness_masked_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2694570Z test_nnc_correctness_matmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2716080Z test_nnc_correctness_matmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2734140Z test_nnc_correctness_matmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2754290Z test_nnc_correctness_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2774280Z test_nnc_correctness_matmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2794360Z test_nnc_correctness_matmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2814650Z test_nnc_correctness_matmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2827850Z test_nnc_correctness_matmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:20.2848090Z test_nnc_correctness_matmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2867970Z test_nnc_correctness_matmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2889620Z test_nnc_correctness_matrix_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2907690Z test_nnc_correctness_matrix_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2928030Z test_nnc_correctness_matrix_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2947880Z test_nnc_correctness_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2967650Z test_nnc_correctness_matrix_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.2988310Z test_nnc_correctness_max_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3008560Z test_nnc_correctness_max_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3029260Z test_nnc_correctness_max_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3049720Z test_nnc_correctness_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3069480Z test_nnc_correctness_max_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3089590Z test_nnc_correctness_max_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3110250Z test_nnc_correctness_max_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3130140Z test_nnc_correctness_max_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3149980Z test_nnc_correctness_max_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3169880Z test_nnc_correctness_max_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3189270Z test_nnc_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3208970Z test_nnc_correctness_max_reduction_no_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3228910Z test_nnc_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3248610Z test_nnc_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3268100Z test_nnc_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3287760Z test_nnc_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3307550Z test_nnc_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3327560Z test_nnc_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3346980Z test_nnc_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3366510Z test_nnc_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3386270Z test_nnc_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3406030Z test_nnc_correctness_max_reduction_with_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3425770Z test_nnc_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3445470Z test_nnc_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3465160Z test_nnc_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3484910Z test_nnc_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3504580Z test_nnc_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3524900Z test_nnc_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3545390Z test_nnc_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3565250Z test_nnc_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3585000Z test_nnc_correctness_maximum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3604800Z test_nnc_correctness_maximum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3624520Z test_nnc_correctness_maximum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3644370Z test_nnc_correctness_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3664320Z test_nnc_correctness_maximum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3685900Z test_nnc_correctness_maximum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3704330Z test_nnc_correctness_maximum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3724300Z test_nnc_correctness_maximum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3744230Z test_nnc_correctness_maximum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3764340Z test_nnc_correctness_maximum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3784690Z test_nnc_correctness_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3805250Z test_nnc_correctness_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3824990Z test_nnc_correctness_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3844940Z test_nnc_correctness_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3864710Z test_nnc_correctness_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3884440Z test_nnc_correctness_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3904410Z test_nnc_correctness_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3924340Z test_nnc_correctness_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3944060Z test_nnc_correctness_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3963710Z test_nnc_correctness_median_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.3983570Z test_nnc_correctness_median_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4003570Z test_nnc_correctness_median_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4023340Z test_nnc_correctness_median_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4043260Z test_nnc_correctness_median_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4063010Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4082730Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4102720Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4122420Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4142140Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4161780Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4181570Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4201880Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4221380Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4241070Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4260730Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4280480Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4300490Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4320160Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4339840Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4359810Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4379580Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4399550Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4419220Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4438840Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4458520Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4478380Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4498360Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4518250Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4537970Z test_nnc_correctness_min_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4558920Z test_nnc_correctness_min_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4578710Z test_nnc_correctness_min_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4598640Z test_nnc_correctness_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4618720Z test_nnc_correctness_min_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4638080Z test_nnc_correctness_min_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4658030Z test_nnc_correctness_min_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4677770Z test_nnc_correctness_min_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4697740Z test_nnc_correctness_min_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4717590Z test_nnc_correctness_min_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4737470Z test_nnc_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4757370Z test_nnc_correctness_min_reduction_no_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4777080Z test_nnc_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4796990Z test_nnc_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4816800Z test_nnc_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4836760Z test_nnc_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4856570Z test_nnc_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4876330Z test_nnc_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4896190Z test_nnc_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4916060Z test_nnc_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4935870Z test_nnc_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4955780Z test_nnc_correctness_min_reduction_with_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4975550Z test_nnc_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.4995630Z test_nnc_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5015320Z test_nnc_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5035170Z test_nnc_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5055980Z test_nnc_correctness_min_reduction_with_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5075440Z test_nnc_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5095280Z test_nnc_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5115140Z test_nnc_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5134850Z test_nnc_correctness_minimum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5154790Z test_nnc_correctness_minimum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5174620Z test_nnc_correctness_minimum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5194460Z test_nnc_correctness_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5214230Z test_nnc_correctness_minimum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5233980Z test_nnc_correctness_minimum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5253930Z test_nnc_correctness_minimum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5273670Z test_nnc_correctness_minimum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5293690Z test_nnc_correctness_minimum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5313390Z test_nnc_correctness_minimum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5333230Z test_nnc_correctness_mm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5353300Z test_nnc_correctness_mm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5373130Z test_nnc_correctness_mm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5392900Z test_nnc_correctness_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5412770Z test_nnc_correctness_mm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5432480Z test_nnc_correctness_mm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5452440Z test_nnc_correctness_mm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5472070Z test_nnc_correctness_mm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5492370Z test_nnc_correctness_mm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5511590Z test_nnc_correctness_mm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5531340Z test_nnc_correctness_mode_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5551540Z test_nnc_correctness_mode_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5571490Z test_nnc_correctness_mode_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5591190Z test_nnc_correctness_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5611140Z test_nnc_correctness_mode_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5630810Z test_nnc_correctness_mode_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5650660Z test_nnc_correctness_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5670590Z test_nnc_correctness_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5690430Z test_nnc_correctness_mode_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5710120Z test_nnc_correctness_mode_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5729990Z test_nnc_correctness_movedim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5749900Z test_nnc_correctness_movedim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5769810Z test_nnc_correctness_movedim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5789780Z test_nnc_correctness_movedim_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5809570Z test_nnc_correctness_movedim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5829520Z test_nnc_correctness_movedim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5849230Z test_nnc_correctness_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5868970Z test_nnc_correctness_movedim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5888910Z test_nnc_correctness_movedim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5908660Z test_nnc_correctness_movedim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5928400Z test_nnc_correctness_movedim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5948630Z test_nnc_correctness_movedim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5968530Z test_nnc_correctness_movedim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.5987820Z test_nnc_correctness_msort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6007620Z test_nnc_correctness_msort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6027310Z test_nnc_correctness_msort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6047300Z test_nnc_correctness_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6066910Z test_nnc_correctness_msort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6086730Z test_nnc_correctness_msort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6106610Z test_nnc_correctness_msort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6126350Z test_nnc_correctness_msort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6147410Z test_nnc_correctness_msort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6168280Z test_nnc_correctness_msort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6192090Z test_nnc_correctness_mul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6212160Z test_nnc_correctness_mul_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6232170Z test_nnc_correctness_mul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6253910Z test_nnc_correctness_mul_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6279180Z test_nnc_correctness_mul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6311540Z test_nnc_correctness_mul_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:26:20.6337320Z test_nnc_correctness_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:26:20.6361320Z test_nnc_correctness_mul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6381540Z test_nnc_correctness_mul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6402380Z test_nnc_correctness_mul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6423130Z test_nnc_correctness_mul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6483660Z test_nnc_correctness_mul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-05-18T06:26:20.6504580Z test_nnc_correctness_mul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6526090Z test_nnc_correctness_multinomial_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6546540Z test_nnc_correctness_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6568160Z test_nnc_correctness_multinomial_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6588220Z test_nnc_correctness_mv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6609370Z test_nnc_correctness_mv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6631610Z test_nnc_correctness_mv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6651920Z test_nnc_correctness_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6672230Z test_nnc_correctness_mv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6693090Z test_nnc_correctness_mv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6713430Z test_nnc_correctness_mv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6733790Z test_nnc_correctness_mv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6755030Z test_nnc_correctness_mv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6799260Z test_nnc_correctness_mv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T06:26:20.6835560Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:26:20.6861780Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:26:20.6882350Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6905500Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6928130Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6948390Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6968570Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.6989840Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7014730Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7067520Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-05-18T06:26:20.7168860Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-05-18T06:26:20.7270300Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:26:20.7294070Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7295040Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:26:20.7295780Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T06:26:20.7296520Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:26:20.7297160Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7309200Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7329280Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7349260Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7369240Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7390360Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7410490Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7430290Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7450020Z test_nnc_correctness_nan_to_num_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7469950Z test_nnc_correctness_nan_to_num_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7489830Z test_nnc_correctness_nan_to_num_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7509940Z test_nnc_correctness_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7533480Z test_nnc_correctness_nan_to_num_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7554420Z test_nnc_correctness_nan_to_num_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7575250Z test_nnc_correctness_nan_to_num_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7595520Z test_nnc_correctness_nan_to_num_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7615670Z test_nnc_correctness_nan_to_num_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7636510Z test_nnc_correctness_nan_to_num_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7656430Z test_nnc_correctness_nanmean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7676710Z test_nnc_correctness_nanmean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7696990Z test_nnc_correctness_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7716440Z test_nnc_correctness_nanmean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7736370Z test_nnc_correctness_nanmedian_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7756150Z test_nnc_correctness_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7776220Z test_nnc_correctness_nanmedian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7796310Z test_nnc_correctness_nanmedian_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7815940Z test_nnc_correctness_nanmedian_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7835760Z test_nnc_correctness_nanmedian_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7855580Z test_nnc_correctness_nanmedian_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7875380Z test_nnc_correctness_nanmedian_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7895480Z test_nnc_correctness_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7915020Z test_nnc_correctness_nanquantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7934880Z test_nnc_correctness_nansum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7954830Z test_nnc_correctness_nansum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7974620Z test_nnc_correctness_nansum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.7994710Z test_nnc_correctness_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8014880Z test_nnc_correctness_nansum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8034400Z test_nnc_correctness_nansum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8053920Z test_nnc_correctness_nansum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8074020Z test_nnc_correctness_nansum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8094040Z test_nnc_correctness_nansum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8113510Z test_nnc_correctness_nansum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8133270Z test_nnc_correctness_narrow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8153110Z test_nnc_correctness_narrow_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8172900Z test_nnc_correctness_narrow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8192790Z test_nnc_correctness_narrow_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8212550Z test_nnc_correctness_narrow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8232240Z test_nnc_correctness_narrow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8252050Z test_nnc_correctness_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8271840Z test_nnc_correctness_narrow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8292670Z test_nnc_correctness_narrow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8312460Z test_nnc_correctness_narrow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8331990Z test_nnc_correctness_narrow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8351780Z test_nnc_correctness_narrow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8371510Z test_nnc_correctness_narrow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8391450Z test_nnc_correctness_ne_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8411290Z test_nnc_correctness_ne_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8432040Z test_nnc_correctness_ne_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8451880Z test_nnc_correctness_ne_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8472140Z test_nnc_correctness_ne_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8492020Z test_nnc_correctness_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8512020Z test_nnc_correctness_ne_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8531820Z test_nnc_correctness_ne_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8551680Z test_nnc_correctness_ne_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8571480Z test_nnc_correctness_ne_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8591530Z test_nnc_correctness_ne_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8611250Z test_nnc_correctness_ne_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8631780Z test_nnc_correctness_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8651520Z test_nnc_correctness_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8671210Z test_nnc_correctness_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8690980Z test_nnc_correctness_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8710980Z test_nnc_correctness_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8730610Z test_nnc_correctness_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8750350Z test_nnc_correctness_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8770610Z test_nnc_correctness_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8790860Z test_nnc_correctness_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8810580Z test_nnc_correctness_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8830420Z test_nnc_correctness_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8850360Z test_nnc_correctness_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.8864260Z test_nnc_correctness_new_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:20.8877960Z test_nnc_correctness_new_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:20.8891320Z test_nnc_correctness_new_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:20.8904720Z test_nnc_correctness_new_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:20.8918100Z test_nnc_correctness_new_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:20.8931960Z test_nnc_correctness_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:20.8944930Z test_nnc_correctness_new_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:20.8958290Z test_nnc_correctness_new_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:20.8972220Z test_nnc_correctness_new_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:20.8986160Z test_nnc_correctness_new_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:20.9000010Z test_nnc_correctness_new_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:20.9013600Z test_nnc_correctness_new_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:20.9033660Z test_nnc_correctness_new_full_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9053350Z test_nnc_correctness_new_full_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9073300Z test_nnc_correctness_new_full_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9093190Z test_nnc_correctness_new_full_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9112660Z test_nnc_correctness_new_full_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9132320Z test_nnc_correctness_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9152290Z test_nnc_correctness_new_full_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9171840Z test_nnc_correctness_new_full_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9191640Z test_nnc_correctness_new_full_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9211360Z test_nnc_correctness_new_full_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9230940Z test_nnc_correctness_new_full_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9250770Z test_nnc_correctness_new_full_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9270520Z test_nnc_correctness_new_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9290510Z test_nnc_correctness_new_ones_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9310150Z test_nnc_correctness_new_ones_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9329770Z test_nnc_correctness_new_ones_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9349340Z test_nnc_correctness_new_ones_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9368990Z test_nnc_correctness_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9389210Z test_nnc_correctness_new_ones_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9408550Z test_nnc_correctness_new_ones_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9428580Z test_nnc_correctness_new_ones_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9449530Z test_nnc_correctness_new_ones_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9469190Z test_nnc_correctness_new_ones_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9488940Z test_nnc_correctness_new_ones_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9508770Z test_nnc_correctness_new_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9528340Z test_nnc_correctness_new_zeros_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9548300Z test_nnc_correctness_new_zeros_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9568010Z test_nnc_correctness_new_zeros_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9587580Z test_nnc_correctness_new_zeros_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9607260Z test_nnc_correctness_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9626890Z test_nnc_correctness_new_zeros_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9646660Z test_nnc_correctness_new_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9666350Z test_nnc_correctness_new_zeros_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9686050Z test_nnc_correctness_new_zeros_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9705850Z test_nnc_correctness_new_zeros_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9725440Z test_nnc_correctness_new_zeros_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9745290Z test_nnc_correctness_nextafter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9764940Z test_nnc_correctness_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9784770Z test_nnc_correctness_nextafter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9804560Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9824620Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9844100Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9863950Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9884580Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9903310Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9922910Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9942820Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9962920Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:20.9982300Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0002050Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0022500Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0042010Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0061960Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0081690Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0101570Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0121260Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0140960Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0160620Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0180330Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0200050Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0220040Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0239490Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0259160Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0278730Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0299030Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0318500Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0338490Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0351550Z test_nnc_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:21.0371250Z test_nnc_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0391210Z test_nnc_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0404480Z test_nnc_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:21.0424260Z test_nnc_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0443940Z test_nnc_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0463850Z test_nnc_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0483710Z test_nnc_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0503830Z test_nnc_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0523320Z test_nnc_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0542910Z test_nnc_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0556350Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:21.0569750Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:21.0589620Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0609060Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0629180Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0648580Z test_nnc_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0668330Z test_nnc_correctness_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0687890Z test_nnc_correctness_nn_functional_celu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0707670Z test_nnc_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0727360Z test_nnc_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0747050Z test_nnc_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0766750Z test_nnc_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0786460Z test_nnc_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0806270Z test_nnc_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0826320Z test_nnc_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0845790Z test_nnc_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0865580Z test_nnc_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0885160Z test_nnc_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0905080Z test_nnc_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0925000Z test_nnc_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0944630Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0964380Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.0984010Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1003750Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1023800Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1044740Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1063960Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1083880Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1103360Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1123170Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1142970Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1162660Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1182310Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1202120Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1221820Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1241680Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1261310Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1281470Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1305860Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1326570Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1346710Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1366450Z test_nnc_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1386710Z test_nnc_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1406920Z test_nnc_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1426860Z test_nnc_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1447260Z test_nnc_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1466910Z test_nnc_correctness_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1488920Z test_nnc_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1508880Z test_nnc_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1528680Z test_nnc_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1548370Z test_nnc_correctness_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1568180Z test_nnc_correctness_nn_functional_dropout_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1587930Z test_nnc_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1607710Z test_nnc_correctness_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1627720Z test_nnc_correctness_nn_functional_elu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1647370Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1667170Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1687300Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1706880Z test_nnc_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1726660Z test_nnc_correctness_nn_functional_embedding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1746450Z test_nnc_correctness_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1765980Z test_nnc_correctness_nn_functional_embedding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1785850Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1806050Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1825410Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1845540Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1865010Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1884750Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1904640Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1924380Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1944470Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1963850Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.1983770Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2003560Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2023550Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2042960Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2062580Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2082710Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2102280Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2122070Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2141970Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2161390Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2181140Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2200930Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2220910Z test_nnc_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2240510Z test_nnc_correctness_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2260280Z test_nnc_correctness_nn_functional_gelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2279920Z test_nnc_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2299750Z test_nnc_correctness_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2319670Z test_nnc_correctness_nn_functional_glu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2339060Z test_nnc_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2358850Z test_nnc_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2378960Z test_nnc_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2398470Z test_nnc_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2418240Z test_nnc_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2437970Z test_nnc_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2457480Z test_nnc_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2499510Z test_nnc_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2514080Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:26:21.2535420Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2555610Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2575450Z test_nnc_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2595410Z test_nnc_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2615170Z test_nnc_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2635080Z test_nnc_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2654790Z test_nnc_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2674190Z test_nnc_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2694330Z test_nnc_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2714700Z test_nnc_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2734920Z test_nnc_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2754930Z test_nnc_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2774780Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2795130Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2815180Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2835050Z test_nnc_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2855260Z test_nnc_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2875300Z test_nnc_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2895300Z test_nnc_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2915410Z test_nnc_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2935760Z test_nnc_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2955320Z test_nnc_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2975630Z test_nnc_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.2995950Z test_nnc_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3015750Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3035920Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3055880Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3075980Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3096060Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3116170Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3136010Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3156100Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3176140Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3196310Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3216320Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3236200Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3256290Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3276310Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3296730Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3316410Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3336500Z test_nnc_correctness_nn_functional_kl_div_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3356520Z test_nnc_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3376410Z test_nnc_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3404770Z test_nnc_correctness_nn_functional_kl_div_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3416940Z test_nnc_correctness_nn_functional_kl_div_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3436760Z test_nnc_correctness_nn_functional_kl_div_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3456880Z test_nnc_correctness_nn_functional_kl_div_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3477210Z test_nnc_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3497150Z test_nnc_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3517280Z test_nnc_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3537340Z test_nnc_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3557360Z test_nnc_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3577400Z test_nnc_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3597740Z test_nnc_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3617430Z test_nnc_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3637470Z test_nnc_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3657560Z test_nnc_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3677370Z test_nnc_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3697710Z test_nnc_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3717810Z test_nnc_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3738900Z test_nnc_correctness_nn_functional_linear_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3757880Z test_nnc_correctness_nn_functional_linear_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3777810Z test_nnc_correctness_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3799270Z test_nnc_correctness_nn_functional_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3819250Z test_nnc_correctness_nn_functional_linear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3839350Z test_nnc_correctness_nn_functional_linear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3859270Z test_nnc_correctness_nn_functional_linear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3879330Z test_nnc_correctness_nn_functional_linear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3900190Z test_nnc_correctness_nn_functional_linear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3919510Z test_nnc_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3939580Z test_nnc_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3959850Z test_nnc_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.3979560Z test_nnc_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4000720Z test_nnc_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4020390Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4040070Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4059710Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4079430Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4099570Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4119010Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4138690Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4158420Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4178090Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4197960Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4211360Z test_nnc_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Works on some configs (0.001s) 2022-05-18T06:26:21.4231170Z test_nnc_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4250780Z test_nnc_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4270580Z test_nnc_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4290070Z test_nnc_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4310080Z test_nnc_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4329670Z test_nnc_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4349000Z test_nnc_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4368750Z test_nnc_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4388290Z test_nnc_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4408390Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4427950Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4447420Z test_nnc_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4467060Z test_nnc_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4486670Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4506750Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4526250Z test_nnc_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4545890Z test_nnc_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4565600Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4585350Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4605150Z test_nnc_correctness_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4624920Z test_nnc_correctness_nn_functional_mish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4644590Z test_nnc_correctness_nn_functional_mse_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4664340Z test_nnc_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4683970Z test_nnc_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4704150Z test_nnc_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4723520Z test_nnc_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4743270Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4762990Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4782750Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4802720Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4822260Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4841890Z test_nnc_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4861530Z test_nnc_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4881330Z test_nnc_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4901170Z test_nnc_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4920950Z test_nnc_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4940590Z test_nnc_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4960250Z test_nnc_correctness_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4980020Z test_nnc_correctness_nn_functional_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.4999960Z test_nnc_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5020260Z test_nnc_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5040230Z test_nnc_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5059910Z test_nnc_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5079620Z test_nnc_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5099460Z test_nnc_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5119430Z test_nnc_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5138890Z test_nnc_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5158640Z test_nnc_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5178210Z test_nnc_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5198020Z test_nnc_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5217740Z test_nnc_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5237550Z test_nnc_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5257150Z test_nnc_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5276740Z test_nnc_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5296560Z test_nnc_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5316010Z test_nnc_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5335760Z test_nnc_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5355560Z test_nnc_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5375360Z test_nnc_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5395340Z test_nnc_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5415160Z test_nnc_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5434830Z test_nnc_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5454480Z test_nnc_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5474590Z test_nnc_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5494340Z test_nnc_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5514410Z test_nnc_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5533770Z test_nnc_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5553400Z test_nnc_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5573570Z test_nnc_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5593100Z test_nnc_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5612660Z test_nnc_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5632510Z test_nnc_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5652340Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5672030Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5691770Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5711700Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5731140Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5750970Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5770750Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5790490Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5810270Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5830370Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5850310Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5870190Z test_nnc_correctness_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5890270Z test_nnc_correctness_nn_functional_pdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5910340Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5930130Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5949770Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5969560Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.5989040Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6008680Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6028290Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6048210Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6068050Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6087470Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6107430Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6126820Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6146490Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6166040Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6186160Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6205770Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6225390Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6245250Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6265180Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6285360Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6306120Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6327120Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6347060Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6367370Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6387670Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6408230Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6428950Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6449340Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6469870Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6490110Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6510080Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6530120Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6551810Z test_nnc_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6572140Z test_nnc_correctness_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6592160Z test_nnc_correctness_nn_functional_prelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6612140Z test_nnc_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6632110Z test_nnc_correctness_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6652380Z test_nnc_correctness_nn_functional_relu6_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6672450Z test_nnc_correctness_nn_functional_relu6_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6692670Z test_nnc_correctness_nn_functional_relu6_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6712560Z test_nnc_correctness_nn_functional_relu6_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6732560Z test_nnc_correctness_nn_functional_relu6_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6752690Z test_nnc_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6772100Z test_nnc_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6792010Z test_nnc_correctness_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6811750Z test_nnc_correctness_nn_functional_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6831700Z test_nnc_correctness_nn_functional_relu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6851410Z test_nnc_correctness_nn_functional_relu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6871020Z test_nnc_correctness_nn_functional_relu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6890870Z test_nnc_correctness_nn_functional_relu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6910630Z test_nnc_correctness_nn_functional_relu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6930350Z test_nnc_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6950300Z test_nnc_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6970070Z test_nnc_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.6989860Z test_nnc_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7009550Z test_nnc_correctness_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7029420Z test_nnc_correctness_nn_functional_selu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7049250Z test_nnc_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7068960Z test_nnc_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7088920Z test_nnc_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7108580Z test_nnc_correctness_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7128240Z test_nnc_correctness_nn_functional_silu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7148120Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7168330Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7187680Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7207440Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7227170Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7247230Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7266800Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7286530Z test_nnc_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7306340Z test_nnc_correctness_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7326130Z test_nnc_correctness_nn_functional_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7346030Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7365740Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7385620Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7405820Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7425640Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7445410Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7465210Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7485000Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7504800Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7524600Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7546070Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7566310Z test_nnc_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7587100Z test_nnc_correctness_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7606620Z test_nnc_correctness_nn_functional_softplus_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7626580Z test_nnc_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7646970Z test_nnc_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7667870Z test_nnc_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7687620Z test_nnc_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7707410Z test_nnc_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7727280Z test_nnc_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7746730Z test_nnc_correctness_nn_functional_softsign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7766340Z test_nnc_correctness_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7786420Z test_nnc_correctness_nn_functional_softsign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7806270Z test_nnc_correctness_nn_functional_softsign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7826010Z test_nnc_correctness_nn_functional_softsign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7845740Z test_nnc_correctness_nn_functional_softsign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7865590Z test_nnc_correctness_nn_functional_softsign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7885470Z test_nnc_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7905390Z test_nnc_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7925230Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7945020Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7965240Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.7985340Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8004770Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8024560Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8044290Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8063970Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8084070Z test_nnc_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8104010Z test_nnc_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8124030Z test_nnc_correctness_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8143470Z test_nnc_correctness_nn_functional_threshold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8163380Z test_nnc_correctness_nn_functional_threshold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8183260Z test_nnc_correctness_nn_functional_threshold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8202900Z test_nnc_correctness_nn_functional_threshold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8222740Z test_nnc_correctness_nn_functional_threshold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8242430Z test_nnc_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8262280Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8282230Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8302480Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8321840Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8342300Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8361850Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8381760Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8402250Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8421440Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8441160Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8461030Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8480880Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8500810Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8520650Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8540350Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8560190Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8580010Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8600050Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8619920Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8639620Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8659200Z test_nnc_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8682200Z test_nnc_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8703770Z test_nnc_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8724970Z test_nnc_correctness_nn_functional_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8749630Z test_nnc_correctness_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8765050Z test_nnc_correctness_nn_functional_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8786200Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8806570Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8826230Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8845730Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8865590Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8885540Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8905130Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8924920Z test_nnc_correctness_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8944660Z test_nnc_correctness_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8964470Z test_nnc_correctness_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.8984440Z test_nnc_correctness_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9004540Z test_nnc_correctness_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9023940Z test_nnc_correctness_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9043690Z test_nnc_correctness_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9064090Z test_nnc_correctness_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9083810Z test_nnc_correctness_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9103420Z test_nnc_correctness_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9123320Z test_nnc_correctness_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9142900Z test_nnc_correctness_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9162880Z test_nnc_correctness_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9182580Z test_nnc_correctness_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9202330Z test_nnc_correctness_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9221950Z test_nnc_correctness_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9242380Z test_nnc_correctness_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9261440Z test_nnc_correctness_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9281480Z test_nnc_correctness_norm_fro_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9301670Z test_nnc_correctness_norm_fro_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9321400Z test_nnc_correctness_norm_fro_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9340830Z test_nnc_correctness_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9360550Z test_nnc_correctness_norm_fro_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9380650Z test_nnc_correctness_norm_inf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9400410Z test_nnc_correctness_norm_inf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9420350Z test_nnc_correctness_norm_inf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9439790Z test_nnc_correctness_norm_inf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9459940Z test_nnc_correctness_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9479360Z test_nnc_correctness_norm_inf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9499290Z test_nnc_correctness_norm_nuc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9519560Z test_nnc_correctness_norm_nuc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9539430Z test_nnc_correctness_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9559270Z test_nnc_correctness_norm_nuc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9578870Z test_nnc_correctness_normal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9598860Z test_nnc_correctness_normal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9618520Z test_nnc_correctness_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9638200Z test_nnc_correctness_normal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9658450Z test_nnc_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9678160Z test_nnc_correctness_normal_number_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9698110Z test_nnc_correctness_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9717690Z test_nnc_correctness_normal_number_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9737670Z test_nnc_correctness_ones_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9756890Z test_nnc_correctness_ones_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9776650Z test_nnc_correctness_ones_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9796540Z test_nnc_correctness_ones_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9816340Z test_nnc_correctness_ones_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9836070Z test_nnc_correctness_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9855930Z test_nnc_correctness_ones_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9875540Z test_nnc_correctness_ones_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9895580Z test_nnc_correctness_ones_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9915300Z test_nnc_correctness_ones_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9935330Z test_nnc_correctness_ones_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9954730Z test_nnc_correctness_ones_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9974730Z test_nnc_correctness_ormqr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:21.9995070Z test_nnc_correctness_ormqr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0014530Z test_nnc_correctness_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0036790Z test_nnc_correctness_ormqr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0058690Z test_nnc_correctness_outer_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0080240Z test_nnc_correctness_outer_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0100240Z test_nnc_correctness_outer_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0119910Z test_nnc_correctness_outer_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0140490Z test_nnc_correctness_outer_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0160210Z test_nnc_correctness_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0180200Z test_nnc_correctness_outer_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0199680Z test_nnc_correctness_outer_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0219670Z test_nnc_correctness_outer_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0239790Z test_nnc_correctness_outer_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0259790Z test_nnc_correctness_outer_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0279380Z test_nnc_correctness_outer_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0300350Z test_nnc_correctness_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0320660Z test_nnc_correctness_pca_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0340820Z test_nnc_correctness_permute_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0360580Z test_nnc_correctness_permute_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0380430Z test_nnc_correctness_permute_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0400650Z test_nnc_correctness_permute_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0420470Z test_nnc_correctness_permute_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0440270Z test_nnc_correctness_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0460150Z test_nnc_correctness_permute_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0480180Z test_nnc_correctness_permute_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0500310Z test_nnc_correctness_permute_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0520060Z test_nnc_correctness_permute_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0540020Z test_nnc_correctness_permute_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0560390Z test_nnc_correctness_permute_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0581070Z test_nnc_correctness_pinverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0601160Z test_nnc_correctness_pinverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0620640Z test_nnc_correctness_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0641150Z test_nnc_correctness_pinverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0660350Z test_nnc_correctness_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0680140Z test_nnc_correctness_polar_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0700310Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0720040Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0739890Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0759380Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0779310Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0799480Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0819490Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0838710Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0858550Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0878500Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0898420Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0918400Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0937940Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0957820Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0977620Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.0997600Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1017680Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1037670Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1060060Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1079750Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1100230Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1120340Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1141090Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1161340Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1181070Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1201180Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1221260Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1241520Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1261330Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1281460Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1302810Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1322990Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1343030Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1363130Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1382800Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1403160Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1423140Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1443320Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1462880Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1482760Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1502970Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1522450Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1542310Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1562140Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1582010Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1602200Z test_nnc_correctness_positive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1622560Z test_nnc_correctness_positive_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1642300Z test_nnc_correctness_positive_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1662260Z test_nnc_correctness_positive_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1682060Z test_nnc_correctness_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1702960Z test_nnc_correctness_positive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1722090Z test_nnc_correctness_positive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1742220Z test_nnc_correctness_positive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1761990Z test_nnc_correctness_positive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1781910Z test_nnc_correctness_positive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1802200Z test_nnc_correctness_positive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1822330Z test_nnc_correctness_pow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1842150Z test_nnc_correctness_pow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1861870Z test_nnc_correctness_pow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1882090Z test_nnc_correctness_pow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1901880Z test_nnc_correctness_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1921960Z test_nnc_correctness_pow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1941560Z test_nnc_correctness_pow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1961450Z test_nnc_correctness_pow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.1981320Z test_nnc_correctness_pow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2001360Z test_nnc_correctness_pow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2021290Z test_nnc_correctness_pow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2041270Z test_nnc_correctness_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2061050Z test_nnc_correctness_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2081060Z test_nnc_correctness_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2101090Z test_nnc_correctness_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2121160Z test_nnc_correctness_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2140730Z test_nnc_correctness_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2160760Z test_nnc_correctness_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2180600Z test_nnc_correctness_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2200680Z test_nnc_correctness_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2220600Z test_nnc_correctness_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2240660Z test_nnc_correctness_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2260220Z test_nnc_correctness_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2280120Z test_nnc_correctness_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2300310Z test_nnc_correctness_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2320460Z test_nnc_correctness_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2340000Z test_nnc_correctness_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2360480Z test_nnc_correctness_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2379660Z test_nnc_correctness_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2399710Z test_nnc_correctness_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2419630Z test_nnc_correctness_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2439420Z test_nnc_correctness_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2459340Z test_nnc_correctness_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2479300Z test_nnc_correctness_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2499260Z test_nnc_correctness_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2519800Z test_nnc_correctness_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2540990Z test_nnc_correctness_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2561040Z test_nnc_correctness_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2580660Z test_nnc_correctness_quantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2600660Z test_nnc_correctness_rad2deg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2620510Z test_nnc_correctness_rad2deg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2640540Z test_nnc_correctness_rad2deg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2660150Z test_nnc_correctness_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2679940Z test_nnc_correctness_rad2deg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2699930Z test_nnc_correctness_rad2deg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2719990Z test_nnc_correctness_rad2deg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2739710Z test_nnc_correctness_rad2deg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2759480Z test_nnc_correctness_rad2deg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2779290Z test_nnc_correctness_rad2deg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2799170Z test_nnc_correctness_rand_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2819100Z test_nnc_correctness_rand_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2838920Z test_nnc_correctness_rand_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2858640Z test_nnc_correctness_rand_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2878470Z test_nnc_correctness_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2898440Z test_nnc_correctness_rand_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2917990Z test_nnc_correctness_randint_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2937870Z test_nnc_correctness_randint_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2957720Z test_nnc_correctness_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2977580Z test_nnc_correctness_randint_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.2997480Z test_nnc_correctness_randint_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3017290Z test_nnc_correctness_randint_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3037150Z test_nnc_correctness_randint_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3056850Z test_nnc_correctness_randint_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3076580Z test_nnc_correctness_randint_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3096640Z test_nnc_correctness_randn_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3116530Z test_nnc_correctness_randn_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3136080Z test_nnc_correctness_randn_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3155750Z test_nnc_correctness_randn_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3175680Z test_nnc_correctness_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3195270Z test_nnc_correctness_randn_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3215210Z test_nnc_correctness_ravel_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3235100Z test_nnc_correctness_ravel_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3255210Z test_nnc_correctness_ravel_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3274900Z test_nnc_correctness_ravel_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3294300Z test_nnc_correctness_ravel_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3314450Z test_nnc_correctness_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3334110Z test_nnc_correctness_ravel_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3353550Z test_nnc_correctness_ravel_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3373310Z test_nnc_correctness_ravel_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3393240Z test_nnc_correctness_ravel_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3412890Z test_nnc_correctness_ravel_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3432720Z test_nnc_correctness_ravel_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3452700Z test_nnc_correctness_real_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3472200Z test_nnc_correctness_real_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3492130Z test_nnc_correctness_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3511870Z test_nnc_correctness_real_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3531970Z test_nnc_correctness_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3551520Z test_nnc_correctness_real_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3571220Z test_nnc_correctness_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3591170Z test_nnc_correctness_real_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3611110Z test_nnc_correctness_real_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3630830Z test_nnc_correctness_real_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3650370Z test_nnc_correctness_real_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3670250Z test_nnc_correctness_real_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3690180Z test_nnc_correctness_real_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3710200Z test_nnc_correctness_reciprocal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3729720Z test_nnc_correctness_reciprocal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3749450Z test_nnc_correctness_reciprocal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3769990Z test_nnc_correctness_reciprocal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3790020Z test_nnc_correctness_reciprocal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3809730Z test_nnc_correctness_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3829330Z test_nnc_correctness_reciprocal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3849520Z test_nnc_correctness_reciprocal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3873060Z test_nnc_correctness_reciprocal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3893910Z test_nnc_correctness_reciprocal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3921500Z test_nnc_correctness_reciprocal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:26:22.3941410Z test_nnc_correctness_reciprocal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3961440Z test_nnc_correctness_remainder_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.3981280Z test_nnc_correctness_remainder_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4001430Z test_nnc_correctness_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4022130Z test_nnc_correctness_remainder_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4041920Z test_nnc_correctness_remainder_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4061780Z test_nnc_correctness_remainder_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4081950Z test_nnc_correctness_remainder_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4102080Z test_nnc_correctness_remainder_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4122130Z test_nnc_correctness_remainder_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4141720Z test_nnc_correctness_renorm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4161550Z test_nnc_correctness_renorm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4181880Z test_nnc_correctness_renorm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4201520Z test_nnc_correctness_renorm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4221380Z test_nnc_correctness_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4241240Z test_nnc_correctness_renorm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4261140Z test_nnc_correctness_repeat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4281100Z test_nnc_correctness_repeat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4301130Z test_nnc_correctness_repeat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4320880Z test_nnc_correctness_repeat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4340960Z test_nnc_correctness_repeat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4360560Z test_nnc_correctness_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4380590Z test_nnc_correctness_repeat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4400910Z test_nnc_correctness_repeat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4423440Z test_nnc_correctness_repeat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4445000Z test_nnc_correctness_repeat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4464840Z test_nnc_correctness_repeat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4484540Z test_nnc_correctness_repeat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4504960Z test_nnc_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4524490Z test_nnc_correctness_repeat_interleave_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4544340Z test_nnc_correctness_repeat_interleave_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4564190Z test_nnc_correctness_repeat_interleave_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4583830Z test_nnc_correctness_repeat_interleave_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4603960Z test_nnc_correctness_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4624000Z test_nnc_correctness_repeat_interleave_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4643460Z test_nnc_correctness_repeat_interleave_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4663300Z test_nnc_correctness_repeat_interleave_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4683110Z test_nnc_correctness_repeat_interleave_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4703130Z test_nnc_correctness_repeat_interleave_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4722910Z test_nnc_correctness_repeat_interleave_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4742680Z test_nnc_correctness_reshape_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4762370Z test_nnc_correctness_reshape_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4782300Z test_nnc_correctness_reshape_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4802160Z test_nnc_correctness_reshape_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4821860Z test_nnc_correctness_reshape_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4841860Z test_nnc_correctness_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4861600Z test_nnc_correctness_reshape_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4881130Z test_nnc_correctness_reshape_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4900960Z test_nnc_correctness_reshape_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4920810Z test_nnc_correctness_reshape_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4940630Z test_nnc_correctness_reshape_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4961680Z test_nnc_correctness_reshape_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.4980050Z test_nnc_correctness_reshape_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5000130Z test_nnc_correctness_reshape_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5020650Z test_nnc_correctness_reshape_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5040790Z test_nnc_correctness_reshape_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5060720Z test_nnc_correctness_reshape_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5080900Z test_nnc_correctness_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5100740Z test_nnc_correctness_reshape_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5120660Z test_nnc_correctness_reshape_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5140800Z test_nnc_correctness_reshape_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5160640Z test_nnc_correctness_reshape_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5180530Z test_nnc_correctness_reshape_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5200610Z test_nnc_correctness_reshape_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5220550Z test_nnc_correctness_resize__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5240550Z test_nnc_correctness_resize__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5260480Z test_nnc_correctness_resize__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5280380Z test_nnc_correctness_resize__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5300230Z test_nnc_correctness_resize__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5320070Z test_nnc_correctness_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5339940Z test_nnc_correctness_resize__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5359880Z test_nnc_correctness_resize__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5379640Z test_nnc_correctness_resize__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5399550Z test_nnc_correctness_resize__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5419520Z test_nnc_correctness_resize__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5439720Z test_nnc_correctness_resize__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5459630Z test_nnc_correctness_resize_as__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5479220Z test_nnc_correctness_resize_as__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5499030Z test_nnc_correctness_resize_as__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5519170Z test_nnc_correctness_resize_as__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5538930Z test_nnc_correctness_resize_as__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5558870Z test_nnc_correctness_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5578660Z test_nnc_correctness_resize_as__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5598740Z test_nnc_correctness_resize_as__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5618460Z test_nnc_correctness_resize_as__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5638870Z test_nnc_correctness_resize_as__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5658460Z test_nnc_correctness_resize_as__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5678260Z test_nnc_correctness_resize_as__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5698100Z test_nnc_correctness_resolve_conj_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5717810Z test_nnc_correctness_resolve_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5737650Z test_nnc_correctness_resolve_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5757350Z test_nnc_correctness_resolve_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5777130Z test_nnc_correctness_resolve_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5796880Z test_nnc_correctness_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5816790Z test_nnc_correctness_resolve_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5836380Z test_nnc_correctness_resolve_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5856180Z test_nnc_correctness_resolve_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5875760Z test_nnc_correctness_resolve_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5895800Z test_nnc_correctness_resolve_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5915270Z test_nnc_correctness_resolve_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5935100Z test_nnc_correctness_resolve_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5955070Z test_nnc_correctness_resolve_neg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5975270Z test_nnc_correctness_resolve_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.5994780Z test_nnc_correctness_resolve_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6014450Z test_nnc_correctness_resolve_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6034370Z test_nnc_correctness_resolve_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6054050Z test_nnc_correctness_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6074120Z test_nnc_correctness_resolve_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6094170Z test_nnc_correctness_resolve_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6113480Z test_nnc_correctness_resolve_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6133440Z test_nnc_correctness_resolve_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6153120Z test_nnc_correctness_resolve_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6172830Z test_nnc_correctness_resolve_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6192720Z test_nnc_correctness_roll_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6212460Z test_nnc_correctness_roll_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6232430Z test_nnc_correctness_roll_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6252660Z test_nnc_correctness_roll_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6272570Z test_nnc_correctness_roll_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6292630Z test_nnc_correctness_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6312220Z test_nnc_correctness_roll_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6332410Z test_nnc_correctness_roll_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6352100Z test_nnc_correctness_roll_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6371960Z test_nnc_correctness_roll_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6392080Z test_nnc_correctness_roll_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6411610Z test_nnc_correctness_roll_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6431620Z test_nnc_correctness_rot90_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6451070Z test_nnc_correctness_rot90_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6471130Z test_nnc_correctness_rot90_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6490750Z test_nnc_correctness_rot90_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6510460Z test_nnc_correctness_rot90_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6530270Z test_nnc_correctness_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6549960Z test_nnc_correctness_rot90_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6569720Z test_nnc_correctness_rot90_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6589670Z test_nnc_correctness_rot90_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6609460Z test_nnc_correctness_rot90_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6629310Z test_nnc_correctness_rot90_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6649050Z test_nnc_correctness_rot90_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6669160Z test_nnc_correctness_round_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6688730Z test_nnc_correctness_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6708610Z test_nnc_correctness_round_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6728350Z test_nnc_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6748170Z test_nnc_correctness_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6768010Z test_nnc_correctness_round_decimals_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6787770Z test_nnc_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6807740Z test_nnc_correctness_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6827560Z test_nnc_correctness_round_decimals_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6847610Z test_nnc_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6867360Z test_nnc_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6886980Z test_nnc_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6907070Z test_nnc_correctness_rsqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6926590Z test_nnc_correctness_rsqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6946510Z test_nnc_correctness_rsqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6966410Z test_nnc_correctness_rsqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.6987060Z test_nnc_correctness_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7006210Z test_nnc_correctness_rsqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7026470Z test_nnc_correctness_rsqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7046060Z test_nnc_correctness_rsqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7065720Z test_nnc_correctness_rsqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7085550Z test_nnc_correctness_rsqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7105500Z test_nnc_correctness_rsqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7125130Z test_nnc_correctness_rsub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7145050Z test_nnc_correctness_rsub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7164920Z test_nnc_correctness_rsub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7184660Z test_nnc_correctness_rsub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7204780Z test_nnc_correctness_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7224810Z test_nnc_correctness_rsub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7244170Z test_nnc_correctness_rsub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7263960Z test_nnc_correctness_rsub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7283810Z test_nnc_correctness_rsub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7303970Z test_nnc_correctness_rsub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7323850Z test_nnc_correctness_rsub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7343360Z test_nnc_correctness_scatter_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7363540Z test_nnc_correctness_scatter_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7383060Z test_nnc_correctness_scatter_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7402970Z test_nnc_correctness_scatter_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7422710Z test_nnc_correctness_scatter_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7442710Z test_nnc_correctness_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7462280Z test_nnc_correctness_scatter_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7482260Z test_nnc_correctness_scatter_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7501880Z test_nnc_correctness_scatter_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7522220Z test_nnc_correctness_scatter_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7545720Z test_nnc_correctness_scatter_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7569130Z test_nnc_correctness_scatter_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7591150Z test_nnc_correctness_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7612670Z test_nnc_correctness_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7634920Z test_nnc_correctness_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7656290Z test_nnc_correctness_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7677840Z test_nnc_correctness_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7700430Z test_nnc_correctness_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7720450Z test_nnc_correctness_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7740310Z test_nnc_correctness_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7760330Z test_nnc_correctness_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7780490Z test_nnc_correctness_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7800710Z test_nnc_correctness_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7820470Z test_nnc_correctness_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7840460Z test_nnc_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7860290Z test_nnc_correctness_scatter_reduce_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7880340Z test_nnc_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7900360Z test_nnc_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7920070Z test_nnc_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7940210Z test_nnc_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7960220Z test_nnc_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.7980250Z test_nnc_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8000340Z test_nnc_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8020240Z test_nnc_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8040140Z test_nnc_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8060500Z test_nnc_correctness_scatter_reduce_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8080360Z test_nnc_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8099950Z test_nnc_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8119930Z test_nnc_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8140080Z test_nnc_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8159830Z test_nnc_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8180360Z test_nnc_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8200700Z test_nnc_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8220580Z test_nnc_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8240300Z test_nnc_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8260160Z test_nnc_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8279930Z test_nnc_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8299910Z test_nnc_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8319760Z test_nnc_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8339620Z test_nnc_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8360870Z test_nnc_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8381210Z test_nnc_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8401060Z test_nnc_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8421160Z test_nnc_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8441460Z test_nnc_correctness_scatter_reduce_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8461600Z test_nnc_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8481380Z test_nnc_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8501530Z test_nnc_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8521540Z test_nnc_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8541810Z test_nnc_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8561620Z test_nnc_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8581300Z test_nnc_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8601510Z test_nnc_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8621450Z test_nnc_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8641360Z test_nnc_correctness_scatter_reduce_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8661850Z test_nnc_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8681490Z test_nnc_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8701300Z test_nnc_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8721410Z test_nnc_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8741630Z test_nnc_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8761350Z test_nnc_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8781410Z test_nnc_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8802790Z test_nnc_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8822840Z test_nnc_correctness_searchsorted_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8843020Z test_nnc_correctness_searchsorted_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8862920Z test_nnc_correctness_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8882510Z test_nnc_correctness_searchsorted_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8902700Z test_nnc_correctness_searchsorted_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8922670Z test_nnc_correctness_searchsorted_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8942500Z test_nnc_correctness_searchsorted_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8962370Z test_nnc_correctness_searchsorted_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.8982280Z test_nnc_correctness_searchsorted_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9002310Z test_nnc_correctness_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9022830Z test_nnc_correctness_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9042410Z test_nnc_correctness_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9062730Z test_nnc_correctness_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9082290Z test_nnc_correctness_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9102790Z test_nnc_correctness_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9122460Z test_nnc_correctness_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9142150Z test_nnc_correctness_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9161910Z test_nnc_correctness_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9181750Z test_nnc_correctness_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9201680Z test_nnc_correctness_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9222240Z test_nnc_correctness_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9242030Z test_nnc_correctness_select_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9261880Z test_nnc_correctness_select_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9281570Z test_nnc_correctness_select_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9301320Z test_nnc_correctness_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9321090Z test_nnc_correctness_select_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9340760Z test_nnc_correctness_select_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9360290Z test_nnc_correctness_select_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9379810Z test_nnc_correctness_select_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9399370Z test_nnc_correctness_select_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9419050Z test_nnc_correctness_select_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9438630Z test_nnc_correctness_sgn_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9458250Z test_nnc_correctness_sgn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9477830Z test_nnc_correctness_sgn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9497690Z test_nnc_correctness_sgn_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9517090Z test_nnc_correctness_sgn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9536560Z test_nnc_correctness_sgn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9556400Z test_nnc_correctness_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9575710Z test_nnc_correctness_sgn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9595620Z test_nnc_correctness_sgn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9615040Z test_nnc_correctness_sgn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9634630Z test_nnc_correctness_sgn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9654510Z test_nnc_correctness_sgn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9673840Z test_nnc_correctness_sgn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9693590Z test_nnc_correctness_short_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9713330Z test_nnc_correctness_short_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9732920Z test_nnc_correctness_short_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9752540Z test_nnc_correctness_short_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9772150Z test_nnc_correctness_short_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9791920Z test_nnc_correctness_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9811650Z test_nnc_correctness_short_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9831180Z test_nnc_correctness_short_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9850700Z test_nnc_correctness_short_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9870310Z test_nnc_correctness_short_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9890210Z test_nnc_correctness_short_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9909840Z test_nnc_correctness_short_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9929670Z test_nnc_correctness_sigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9949000Z test_nnc_correctness_sigmoid_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9968510Z test_nnc_correctness_sigmoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:22.9988100Z test_nnc_correctness_sigmoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0008130Z test_nnc_correctness_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0029140Z test_nnc_correctness_sigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0049200Z test_nnc_correctness_sigmoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0069330Z test_nnc_correctness_sigmoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0089150Z test_nnc_correctness_sigmoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0109380Z test_nnc_correctness_sigmoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0129350Z test_nnc_correctness_sigmoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0151630Z test_nnc_correctness_sign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0172660Z test_nnc_correctness_sign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0195500Z test_nnc_correctness_sign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0216120Z test_nnc_correctness_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0235840Z test_nnc_correctness_sign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0256000Z test_nnc_correctness_sign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0276030Z test_nnc_correctness_sign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0297000Z test_nnc_correctness_sign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0316810Z test_nnc_correctness_sign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0336830Z test_nnc_correctness_sign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0356630Z test_nnc_correctness_signbit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0376620Z test_nnc_correctness_signbit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0396680Z test_nnc_correctness_signbit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0416450Z test_nnc_correctness_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0436450Z test_nnc_correctness_signbit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0456700Z test_nnc_correctness_signbit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0476600Z test_nnc_correctness_signbit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0496400Z test_nnc_correctness_signbit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0516320Z test_nnc_correctness_signbit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0536040Z test_nnc_correctness_signbit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0556340Z test_nnc_correctness_sin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0576250Z test_nnc_correctness_sin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0596220Z test_nnc_correctness_sin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0616220Z test_nnc_correctness_sin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0636560Z test_nnc_correctness_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0656280Z test_nnc_correctness_sin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0676220Z test_nnc_correctness_sin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0696420Z test_nnc_correctness_sin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0716310Z test_nnc_correctness_sin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0735970Z test_nnc_correctness_sin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0756530Z test_nnc_correctness_sin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0776360Z test_nnc_correctness_sinc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0795940Z test_nnc_correctness_sinc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0816110Z test_nnc_correctness_sinc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0835640Z test_nnc_correctness_sinc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0855920Z test_nnc_correctness_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0875690Z test_nnc_correctness_sinc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0895430Z test_nnc_correctness_sinc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0915540Z test_nnc_correctness_sinc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0935750Z test_nnc_correctness_sinc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0955620Z test_nnc_correctness_sinc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0975380Z test_nnc_correctness_sinc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.0995420Z test_nnc_correctness_sinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1015150Z test_nnc_correctness_sinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1035160Z test_nnc_correctness_sinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1056310Z test_nnc_correctness_sinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1075720Z test_nnc_correctness_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1095860Z test_nnc_correctness_sinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1115780Z test_nnc_correctness_sinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1135570Z test_nnc_correctness_sinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1156100Z test_nnc_correctness_sinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1175910Z test_nnc_correctness_sinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1195950Z test_nnc_correctness_sinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1216130Z test_nnc_correctness_slice_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1235950Z test_nnc_correctness_slice_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1255830Z test_nnc_correctness_slice_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1276470Z test_nnc_correctness_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1297030Z test_nnc_correctness_slice_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1316320Z test_nnc_correctness_slice_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1335810Z test_nnc_correctness_slice_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1355300Z test_nnc_correctness_slice_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1375230Z test_nnc_correctness_slice_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1395040Z test_nnc_correctness_slice_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1414380Z test_nnc_correctness_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1433800Z test_nnc_correctness_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1453610Z test_nnc_correctness_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1472910Z test_nnc_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1492630Z test_nnc_correctness_softmax_with_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1512120Z test_nnc_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1531790Z test_nnc_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1551580Z test_nnc_correctness_softmax_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1571310Z test_nnc_correctness_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1590700Z test_nnc_correctness_softmax_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1609890Z test_nnc_correctness_softmax_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1629530Z test_nnc_correctness_softmax_with_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1649460Z test_nnc_correctness_softmax_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1668880Z test_nnc_correctness_softmax_with_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1688730Z test_nnc_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1708620Z test_nnc_correctness_sort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1727590Z test_nnc_correctness_sort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1747200Z test_nnc_correctness_sort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1767160Z test_nnc_correctness_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1786590Z test_nnc_correctness_sort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1806120Z test_nnc_correctness_sort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1826340Z test_nnc_correctness_sort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1845360Z test_nnc_correctness_sort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1865000Z test_nnc_correctness_sort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1884520Z test_nnc_correctness_sort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1904540Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1924150Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1943830Z test_nnc_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1963700Z test_nnc_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.1983190Z test_nnc_correctness_special_entr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2003140Z test_nnc_correctness_special_entr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2022860Z test_nnc_correctness_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2042180Z test_nnc_correctness_special_entr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2062320Z test_nnc_correctness_special_entr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2081450Z test_nnc_correctness_special_entr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2101050Z test_nnc_correctness_special_entr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2120630Z test_nnc_correctness_special_entr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2140370Z test_nnc_correctness_special_entr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2160430Z test_nnc_correctness_special_erfcx_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2180250Z test_nnc_correctness_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2199830Z test_nnc_correctness_special_erfcx_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2219270Z test_nnc_correctness_special_erfcx_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2239480Z test_nnc_correctness_special_erfcx_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2258930Z test_nnc_correctness_special_erfcx_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2278630Z test_nnc_correctness_special_erfcx_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2298310Z test_nnc_correctness_special_erfcx_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2318230Z test_nnc_correctness_special_i0e_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2337470Z test_nnc_correctness_special_i0e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2357180Z test_nnc_correctness_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2376910Z test_nnc_correctness_special_i0e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2396490Z test_nnc_correctness_special_i0e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2415930Z test_nnc_correctness_special_i0e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2435390Z test_nnc_correctness_special_i0e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2454900Z test_nnc_correctness_special_i0e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2474500Z test_nnc_correctness_special_i0e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2494190Z test_nnc_correctness_special_i1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2514040Z test_nnc_correctness_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2534110Z test_nnc_correctness_special_i1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2553590Z test_nnc_correctness_special_i1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2573060Z test_nnc_correctness_special_i1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2592720Z test_nnc_correctness_special_i1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2612340Z test_nnc_correctness_special_i1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2632200Z test_nnc_correctness_special_i1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2651840Z test_nnc_correctness_special_i1e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2671390Z test_nnc_correctness_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2691010Z test_nnc_correctness_special_i1e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2710840Z test_nnc_correctness_special_i1e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2730140Z test_nnc_correctness_special_i1e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2750050Z test_nnc_correctness_special_i1e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2769360Z test_nnc_correctness_special_i1e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2788980Z test_nnc_correctness_special_i1e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2808810Z test_nnc_correctness_special_log_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2828230Z test_nnc_correctness_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2848050Z test_nnc_correctness_special_log_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2867470Z test_nnc_correctness_special_log_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2887060Z test_nnc_correctness_special_log_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2906980Z test_nnc_correctness_special_log_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2926220Z test_nnc_correctness_special_log_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2946000Z test_nnc_correctness_special_log_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2965600Z test_nnc_correctness_special_ndtr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.2985200Z test_nnc_correctness_special_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3005000Z test_nnc_correctness_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3024710Z test_nnc_correctness_special_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3044560Z test_nnc_correctness_special_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3064090Z test_nnc_correctness_special_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3084030Z test_nnc_correctness_special_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3103420Z test_nnc_correctness_special_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3122940Z test_nnc_correctness_special_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3143020Z test_nnc_correctness_special_ndtri_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3162310Z test_nnc_correctness_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3182040Z test_nnc_correctness_special_ndtri_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3201710Z test_nnc_correctness_special_ndtri_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3221290Z test_nnc_correctness_special_ndtri_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3241110Z test_nnc_correctness_special_ndtri_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3260770Z test_nnc_correctness_special_ndtri_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3280630Z test_nnc_correctness_special_ndtri_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3300430Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3320260Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3339920Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3359380Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3379020Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3398700Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3418340Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3438170Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3458050Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3477370Z test_nnc_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3497290Z test_nnc_correctness_special_xlog1py_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3516890Z test_nnc_correctness_special_xlog1py_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3536680Z test_nnc_correctness_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3556620Z test_nnc_correctness_special_xlog1py_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3576000Z test_nnc_correctness_special_xlog1py_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3595720Z test_nnc_correctness_special_xlog1py_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3615330Z test_nnc_correctness_special_xlog1py_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3634990Z test_nnc_correctness_special_xlog1py_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3654760Z test_nnc_correctness_special_xlog1py_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3674590Z test_nnc_correctness_special_zeta_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3694270Z test_nnc_correctness_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3713870Z test_nnc_correctness_special_zeta_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3733580Z test_nnc_correctness_special_zeta_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3753080Z test_nnc_correctness_special_zeta_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3773420Z test_nnc_correctness_special_zeta_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3794610Z test_nnc_correctness_special_zeta_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3814720Z test_nnc_correctness_special_zeta_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3834870Z test_nnc_correctness_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3854790Z test_nnc_correctness_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3875100Z test_nnc_correctness_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3895120Z test_nnc_correctness_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3915180Z test_nnc_correctness_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3935380Z test_nnc_correctness_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3955730Z test_nnc_correctness_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3975650Z test_nnc_correctness_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.3996080Z test_nnc_correctness_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4016170Z test_nnc_correctness_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4036040Z test_nnc_correctness_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4055790Z test_nnc_correctness_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4075870Z test_nnc_correctness_split_list_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4096250Z test_nnc_correctness_split_list_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4115880Z test_nnc_correctness_split_list_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4135930Z test_nnc_correctness_split_list_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4155940Z test_nnc_correctness_split_list_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4175950Z test_nnc_correctness_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4195960Z test_nnc_correctness_split_list_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4215880Z test_nnc_correctness_split_list_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4236130Z test_nnc_correctness_split_list_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4256160Z test_nnc_correctness_split_list_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4276360Z test_nnc_correctness_split_list_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4296120Z test_nnc_correctness_split_list_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4316690Z test_nnc_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4337340Z test_nnc_correctness_split_with_sizes_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4355920Z test_nnc_correctness_split_with_sizes_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4375540Z test_nnc_correctness_split_with_sizes_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4395320Z test_nnc_correctness_split_with_sizes_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4414980Z test_nnc_correctness_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4436100Z test_nnc_correctness_split_with_sizes_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4454560Z test_nnc_correctness_split_with_sizes_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4474020Z test_nnc_correctness_split_with_sizes_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4504050Z test_nnc_correctness_split_with_sizes_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4513950Z test_nnc_correctness_split_with_sizes_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4533500Z test_nnc_correctness_split_with_sizes_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4553070Z test_nnc_correctness_sqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4572610Z test_nnc_correctness_sqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4592330Z test_nnc_correctness_sqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4612180Z test_nnc_correctness_sqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4631360Z test_nnc_correctness_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4651560Z test_nnc_correctness_sqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4671080Z test_nnc_correctness_sqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4690340Z test_nnc_correctness_sqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4710050Z test_nnc_correctness_sqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4729370Z test_nnc_correctness_sqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4749030Z test_nnc_correctness_sqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4768760Z test_nnc_correctness_square_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4788100Z test_nnc_correctness_square_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4807970Z test_nnc_correctness_square_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4827750Z test_nnc_correctness_square_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4847390Z test_nnc_correctness_square_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4867220Z test_nnc_correctness_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4886940Z test_nnc_correctness_square_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4906380Z test_nnc_correctness_square_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4925990Z test_nnc_correctness_square_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4945460Z test_nnc_correctness_square_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4965090Z test_nnc_correctness_square_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.4984950Z test_nnc_correctness_square_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5004700Z test_nnc_correctness_squeeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5024440Z test_nnc_correctness_squeeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5044850Z test_nnc_correctness_squeeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5064270Z test_nnc_correctness_squeeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5083890Z test_nnc_correctness_squeeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5103470Z test_nnc_correctness_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5123040Z test_nnc_correctness_squeeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5142500Z test_nnc_correctness_squeeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5163840Z test_nnc_correctness_squeeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5184470Z test_nnc_correctness_squeeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5205150Z test_nnc_correctness_squeeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5228200Z test_nnc_correctness_squeeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5248240Z test_nnc_correctness_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5268530Z test_nnc_correctness_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5288900Z test_nnc_correctness_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5308640Z test_nnc_correctness_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5328570Z test_nnc_correctness_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5349000Z test_nnc_correctness_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5368810Z test_nnc_correctness_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5388550Z test_nnc_correctness_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5408530Z test_nnc_correctness_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5428660Z test_nnc_correctness_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5448270Z test_nnc_correctness_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5468130Z test_nnc_correctness_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5488110Z test_nnc_correctness_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5507800Z test_nnc_correctness_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5527690Z test_nnc_correctness_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5547710Z test_nnc_correctness_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5567340Z test_nnc_correctness_std_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5587370Z test_nnc_correctness_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5607690Z test_nnc_correctness_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5628260Z test_nnc_correctness_std_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5648470Z test_nnc_correctness_std_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5668530Z test_nnc_correctness_std_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5688060Z test_nnc_correctness_std_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5707990Z test_nnc_correctness_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5727950Z test_nnc_correctness_std_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5747920Z test_nnc_correctness_stft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5768090Z test_nnc_correctness_stft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5787800Z test_nnc_correctness_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5808100Z test_nnc_correctness_stft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5827370Z test_nnc_correctness_sub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5847260Z test_nnc_correctness_sub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5867710Z test_nnc_correctness_sub_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5887080Z test_nnc_correctness_sub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5907010Z test_nnc_correctness_sub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5926730Z test_nnc_correctness_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5946510Z test_nnc_correctness_sub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5966460Z test_nnc_correctness_sub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.5986450Z test_nnc_correctness_sub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6006780Z test_nnc_correctness_sub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6026280Z test_nnc_correctness_sub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6045990Z test_nnc_correctness_sub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6066080Z test_nnc_correctness_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6086250Z test_nnc_correctness_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6106320Z test_nnc_correctness_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6125920Z test_nnc_correctness_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6146070Z test_nnc_correctness_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6165950Z test_nnc_correctness_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6185710Z test_nnc_correctness_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6205460Z test_nnc_correctness_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6225340Z test_nnc_correctness_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6245130Z test_nnc_correctness_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6265820Z test_nnc_correctness_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6284850Z test_nnc_correctness_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6307150Z test_nnc_correctness_sum_to_size_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6327310Z test_nnc_correctness_sum_to_size_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6346770Z test_nnc_correctness_sum_to_size_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6366860Z test_nnc_correctness_sum_to_size_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6386000Z test_nnc_correctness_sum_to_size_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6405880Z test_nnc_correctness_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6425670Z test_nnc_correctness_sum_to_size_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6445220Z test_nnc_correctness_sum_to_size_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6464800Z test_nnc_correctness_sum_to_size_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6484340Z test_nnc_correctness_sum_to_size_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6504140Z test_nnc_correctness_sum_to_size_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6523700Z test_nnc_correctness_sum_to_size_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6544090Z test_nnc_correctness_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6563740Z test_nnc_correctness_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6584570Z test_nnc_correctness_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6604070Z test_nnc_correctness_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6624260Z test_nnc_correctness_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6643970Z test_nnc_correctness_svd_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6664130Z test_nnc_correctness_symeig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6683960Z test_nnc_correctness_symeig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6704150Z test_nnc_correctness_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6724390Z test_nnc_correctness_symeig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6744070Z test_nnc_correctness_t_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6763220Z test_nnc_correctness_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6783420Z test_nnc_correctness_t_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6802650Z test_nnc_correctness_t_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6822440Z test_nnc_correctness_t_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6842250Z test_nnc_correctness_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6861450Z test_nnc_correctness_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6881040Z test_nnc_correctness_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6900840Z test_nnc_correctness_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6920390Z test_nnc_correctness_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6940140Z test_nnc_correctness_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6959610Z test_nnc_correctness_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6979660Z test_nnc_correctness_take_along_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.6999050Z test_nnc_correctness_take_along_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7018440Z test_nnc_correctness_take_along_dim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7038380Z test_nnc_correctness_take_along_dim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7057600Z test_nnc_correctness_take_along_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7077090Z test_nnc_correctness_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7097160Z test_nnc_correctness_take_along_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7116390Z test_nnc_correctness_take_along_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7136090Z test_nnc_correctness_take_along_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7155750Z test_nnc_correctness_take_along_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7175640Z test_nnc_correctness_take_along_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7194990Z test_nnc_correctness_take_along_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7214540Z test_nnc_correctness_take_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7234340Z test_nnc_correctness_take_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7253940Z test_nnc_correctness_take_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7273380Z test_nnc_correctness_take_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7293360Z test_nnc_correctness_take_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7313370Z test_nnc_correctness_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7332820Z test_nnc_correctness_take_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7352670Z test_nnc_correctness_take_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7372230Z test_nnc_correctness_take_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7392230Z test_nnc_correctness_take_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7412680Z test_nnc_correctness_take_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7432670Z test_nnc_correctness_take_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7452530Z test_nnc_correctness_tan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7472100Z test_nnc_correctness_tan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7492130Z test_nnc_correctness_tan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7512120Z test_nnc_correctness_tan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7532780Z test_nnc_correctness_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7552530Z test_nnc_correctness_tan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7572510Z test_nnc_correctness_tan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7592350Z test_nnc_correctness_tan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7612190Z test_nnc_correctness_tan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7632700Z test_nnc_correctness_tan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7652060Z test_nnc_correctness_tan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7672130Z test_nnc_correctness_tanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7692010Z test_nnc_correctness_tanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7711740Z test_nnc_correctness_tanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7731910Z test_nnc_correctness_tanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7751730Z test_nnc_correctness_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7771840Z test_nnc_correctness_tanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7791690Z test_nnc_correctness_tanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7811520Z test_nnc_correctness_tanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7831530Z test_nnc_correctness_tanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7851340Z test_nnc_correctness_tanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7871200Z test_nnc_correctness_tanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7891240Z test_nnc_correctness_tensor_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7911380Z test_nnc_correctness_tensor_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7930940Z test_nnc_correctness_tensor_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7950850Z test_nnc_correctness_tensor_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7970680Z test_nnc_correctness_tensor_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.7991120Z test_nnc_correctness_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8010560Z test_nnc_correctness_tensor_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8030610Z test_nnc_correctness_tensor_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8050490Z test_nnc_correctness_tensor_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8070260Z test_nnc_correctness_tensor_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8090700Z test_nnc_correctness_tensor_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8110150Z test_nnc_correctness_tensor_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8130190Z test_nnc_correctness_tensordot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8150020Z test_nnc_correctness_tensordot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8170100Z test_nnc_correctness_tensordot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8190060Z test_nnc_correctness_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8209850Z test_nnc_correctness_tensordot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8229860Z test_nnc_correctness_tensordot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8249870Z test_nnc_correctness_tensordot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8269670Z test_nnc_correctness_tensordot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8289680Z test_nnc_correctness_tensordot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8309360Z test_nnc_correctness_tensordot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8329250Z test_nnc_correctness_tile_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8349600Z test_nnc_correctness_tile_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8369490Z test_nnc_correctness_tile_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8388850Z test_nnc_correctness_tile_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8408350Z test_nnc_correctness_tile_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8427900Z test_nnc_correctness_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8447490Z test_nnc_correctness_tile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8467140Z test_nnc_correctness_tile_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8486670Z test_nnc_correctness_tile_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8506680Z test_nnc_correctness_tile_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8525940Z test_nnc_correctness_tile_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8546000Z test_nnc_correctness_tile_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8565460Z test_nnc_correctness_to_sparse_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8584710Z test_nnc_correctness_to_sparse_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8604450Z test_nnc_correctness_to_sparse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8624220Z test_nnc_correctness_to_sparse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8643460Z test_nnc_correctness_to_sparse_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8663120Z test_nnc_correctness_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8682890Z test_nnc_correctness_to_sparse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8702250Z test_nnc_correctness_to_sparse_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8721910Z test_nnc_correctness_to_sparse_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8741840Z test_nnc_correctness_to_sparse_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8761190Z test_nnc_correctness_to_sparse_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8780900Z test_nnc_correctness_to_sparse_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8801520Z test_nnc_correctness_topk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8821190Z test_nnc_correctness_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8840500Z test_nnc_correctness_topk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8860010Z test_nnc_correctness_topk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8879970Z test_nnc_correctness_topk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8899580Z test_nnc_correctness_topk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8919120Z test_nnc_correctness_topk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8938690Z test_nnc_correctness_topk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8958420Z test_nnc_correctness_trace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8978620Z test_nnc_correctness_trace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.8997790Z test_nnc_correctness_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9017400Z test_nnc_correctness_trace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9037010Z test_nnc_correctness_trace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9056770Z test_nnc_correctness_trace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9076150Z test_nnc_correctness_trace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9096130Z test_nnc_correctness_trace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9115650Z test_nnc_correctness_trace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9135290Z test_nnc_correctness_transpose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9155020Z test_nnc_correctness_transpose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9174580Z test_nnc_correctness_transpose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9194340Z test_nnc_correctness_transpose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9213870Z test_nnc_correctness_transpose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9233400Z test_nnc_correctness_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9252970Z test_nnc_correctness_transpose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9272540Z test_nnc_correctness_transpose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9292230Z test_nnc_correctness_transpose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9311890Z test_nnc_correctness_transpose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9331500Z test_nnc_correctness_transpose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9351100Z test_nnc_correctness_transpose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9371050Z test_nnc_correctness_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9390590Z test_nnc_correctness_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9410070Z test_nnc_correctness_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9430130Z test_nnc_correctness_trapezoid_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9449390Z test_nnc_correctness_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9469040Z test_nnc_correctness_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9488560Z test_nnc_correctness_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9508550Z test_nnc_correctness_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9527720Z test_nnc_correctness_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9547240Z test_nnc_correctness_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9566860Z test_nnc_correctness_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9586410Z test_nnc_correctness_trapz_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9606180Z test_nnc_correctness_trapz_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9625710Z test_nnc_correctness_trapz_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9645160Z test_nnc_correctness_trapz_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9664830Z test_nnc_correctness_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9684420Z test_nnc_correctness_trapz_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9704320Z test_nnc_correctness_trapz_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9723760Z test_nnc_correctness_trapz_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9743350Z test_nnc_correctness_trapz_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9763200Z test_nnc_correctness_trapz_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9782470Z test_nnc_correctness_trapz_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9802640Z test_nnc_correctness_triangular_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9821890Z test_nnc_correctness_triangular_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9841720Z test_nnc_correctness_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9861310Z test_nnc_correctness_triangular_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9880950Z test_nnc_correctness_tril_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9900470Z test_nnc_correctness_tril_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9920030Z test_nnc_correctness_tril_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9939610Z test_nnc_correctness_tril_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9959050Z test_nnc_correctness_tril_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9978720Z test_nnc_correctness_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:23.9998310Z test_nnc_correctness_tril_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0018100Z test_nnc_correctness_tril_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0038140Z test_nnc_correctness_tril_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0057760Z test_nnc_correctness_tril_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0077680Z test_nnc_correctness_tril_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0096870Z test_nnc_correctness_tril_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0116590Z test_nnc_correctness_triu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0136130Z test_nnc_correctness_triu_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0155830Z test_nnc_correctness_triu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0178490Z test_nnc_correctness_triu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0200200Z test_nnc_correctness_triu_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0223150Z test_nnc_correctness_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0244010Z test_nnc_correctness_triu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0263590Z test_nnc_correctness_triu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0283180Z test_nnc_correctness_triu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0303280Z test_nnc_correctness_triu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0322860Z test_nnc_correctness_triu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0342800Z test_nnc_correctness_triu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0361900Z test_nnc_correctness_true_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0381620Z test_nnc_correctness_true_divide_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0401240Z test_nnc_correctness_true_divide_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0420760Z test_nnc_correctness_true_divide_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0440270Z test_nnc_correctness_true_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0459990Z test_nnc_correctness_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0479550Z test_nnc_correctness_true_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0499190Z test_nnc_correctness_true_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0518720Z test_nnc_correctness_true_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0538310Z test_nnc_correctness_true_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0557990Z test_nnc_correctness_true_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0577460Z test_nnc_correctness_true_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0597180Z test_nnc_correctness_trunc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0616880Z test_nnc_correctness_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0636720Z test_nnc_correctness_trunc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0656180Z test_nnc_correctness_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0675700Z test_nnc_correctness_unfold_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0695560Z test_nnc_correctness_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0715050Z test_nnc_correctness_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0734820Z test_nnc_correctness_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0754260Z test_nnc_correctness_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0773830Z test_nnc_correctness_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0794070Z test_nnc_correctness_unfold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0813400Z test_nnc_correctness_unfold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0832700Z test_nnc_correctness_unfold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0852190Z test_nnc_correctness_unfold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0871890Z test_nnc_correctness_unfold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0891620Z test_nnc_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0911280Z test_nnc_correctness_unique_consecutive_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0930790Z test_nnc_correctness_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0950290Z test_nnc_correctness_unique_consecutive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0969870Z test_nnc_correctness_unique_consecutive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.0989790Z test_nnc_correctness_unique_consecutive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1009450Z test_nnc_correctness_unique_consecutive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1029110Z test_nnc_correctness_unique_consecutive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1050040Z test_nnc_correctness_unique_consecutive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1070700Z test_nnc_correctness_unique_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1091170Z test_nnc_correctness_unique_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1111250Z test_nnc_correctness_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1131740Z test_nnc_correctness_unique_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1152120Z test_nnc_correctness_unique_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1172420Z test_nnc_correctness_unique_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1192310Z test_nnc_correctness_unique_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1211890Z test_nnc_correctness_unique_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1231980Z test_nnc_correctness_unique_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1251410Z test_nnc_correctness_unsqueeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1277710Z test_nnc_correctness_unsqueeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1291850Z test_nnc_correctness_unsqueeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1311900Z test_nnc_correctness_unsqueeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1331970Z test_nnc_correctness_unsqueeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1351940Z test_nnc_correctness_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1371780Z test_nnc_correctness_unsqueeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1392090Z test_nnc_correctness_unsqueeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1412010Z test_nnc_correctness_unsqueeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1432080Z test_nnc_correctness_unsqueeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1451910Z test_nnc_correctness_unsqueeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1472100Z test_nnc_correctness_unsqueeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1492240Z test_nnc_correctness_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1512240Z test_nnc_correctness_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1532300Z test_nnc_correctness_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1552080Z test_nnc_correctness_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1572040Z test_nnc_correctness_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1592080Z test_nnc_correctness_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1611910Z test_nnc_correctness_var_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1631690Z test_nnc_correctness_var_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1651550Z test_nnc_correctness_var_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1671380Z test_nnc_correctness_var_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1691720Z test_nnc_correctness_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1711320Z test_nnc_correctness_var_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1731120Z test_nnc_correctness_vdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1750940Z test_nnc_correctness_vdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1770820Z test_nnc_correctness_vdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1790860Z test_nnc_correctness_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1810650Z test_nnc_correctness_vdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1830410Z test_nnc_correctness_vdot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1850320Z test_nnc_correctness_vdot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1870200Z test_nnc_correctness_vdot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1890170Z test_nnc_correctness_vdot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1909900Z test_nnc_correctness_vdot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1923370Z test_nnc_correctness_view_as_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:26:24.1943080Z test_nnc_correctness_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1962880Z test_nnc_correctness_view_as_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.1982680Z test_nnc_correctness_view_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2002860Z test_nnc_correctness_view_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2022620Z test_nnc_correctness_view_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2042480Z test_nnc_correctness_view_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2062220Z test_nnc_correctness_view_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2082050Z test_nnc_correctness_view_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2102060Z test_nnc_correctness_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2121890Z test_nnc_correctness_view_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2142370Z test_nnc_correctness_view_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2161810Z test_nnc_correctness_view_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2181630Z test_nnc_correctness_view_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2201700Z test_nnc_correctness_view_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2221510Z test_nnc_correctness_view_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2241310Z test_nnc_correctness_view_as_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2261100Z test_nnc_correctness_view_as_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2281420Z test_nnc_correctness_view_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2301360Z test_nnc_correctness_view_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2321450Z test_nnc_correctness_view_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2340930Z test_nnc_correctness_view_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2360640Z test_nnc_correctness_view_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2380540Z test_nnc_correctness_view_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2400630Z test_nnc_correctness_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2420300Z test_nnc_correctness_view_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2440260Z test_nnc_correctness_view_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2460070Z test_nnc_correctness_view_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2479900Z test_nnc_correctness_view_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2500080Z test_nnc_correctness_view_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2520410Z test_nnc_correctness_view_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2542020Z test_nnc_correctness_vsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2561970Z test_nnc_correctness_vsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2581740Z test_nnc_correctness_vsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2602010Z test_nnc_correctness_vsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2621750Z test_nnc_correctness_vsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2641700Z test_nnc_correctness_vsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2661930Z test_nnc_correctness_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2681640Z test_nnc_correctness_vsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2701500Z test_nnc_correctness_vsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2721410Z test_nnc_correctness_vsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2741080Z test_nnc_correctness_vsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2760860Z test_nnc_correctness_vsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2780610Z test_nnc_correctness_vsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2800510Z test_nnc_correctness_vstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2820130Z test_nnc_correctness_vstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2840000Z test_nnc_correctness_vstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2859860Z test_nnc_correctness_vstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2879510Z test_nnc_correctness_vstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2899280Z test_nnc_correctness_vstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2919160Z test_nnc_correctness_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2939040Z test_nnc_correctness_vstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2958690Z test_nnc_correctness_vstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2978410Z test_nnc_correctness_vstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.2998330Z test_nnc_correctness_vstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3018020Z test_nnc_correctness_vstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3037770Z test_nnc_correctness_vstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3058040Z test_nnc_correctness_where_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3077450Z test_nnc_correctness_where_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3097450Z test_nnc_correctness_where_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3117330Z test_nnc_correctness_where_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3137160Z test_nnc_correctness_where_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3156890Z test_nnc_correctness_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3176520Z test_nnc_correctness_where_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3196310Z test_nnc_correctness_where_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3216240Z test_nnc_correctness_where_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3236070Z test_nnc_correctness_where_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3255800Z test_nnc_correctness_where_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3275460Z test_nnc_correctness_where_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3295270Z test_nnc_correctness_xlogy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3315050Z test_nnc_correctness_xlogy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3334800Z test_nnc_correctness_xlogy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3354640Z test_nnc_correctness_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3374400Z test_nnc_correctness_xlogy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3394250Z test_nnc_correctness_xlogy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3414230Z test_nnc_correctness_xlogy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3434040Z test_nnc_correctness_xlogy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3453730Z test_nnc_correctness_xlogy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3473860Z test_nnc_correctness_xlogy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3493700Z test_nnc_correctness_zero__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3514100Z test_nnc_correctness_zero__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3533360Z test_nnc_correctness_zero__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3552900Z test_nnc_correctness_zero__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3572760Z test_nnc_correctness_zero__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3592640Z test_nnc_correctness_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3612540Z test_nnc_correctness_zero__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3632440Z test_nnc_correctness_zero__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3652060Z test_nnc_correctness_zero__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3671780Z test_nnc_correctness_zero__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3691940Z test_nnc_correctness_zero__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3711370Z test_nnc_correctness_zero__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3731400Z test_nnc_correctness_zeros_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3751240Z test_nnc_correctness_zeros_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3771150Z test_nnc_correctness_zeros_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3791930Z test_nnc_correctness_zeros_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3812550Z test_nnc_correctness_zeros_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3831900Z test_nnc_correctness_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3851780Z test_nnc_correctness_zeros_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3871340Z test_nnc_correctness_zeros_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3891500Z test_nnc_correctness_zeros_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3911210Z test_nnc_correctness_zeros_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3931260Z test_nnc_correctness_zeros_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3950710Z test_nnc_correctness_zeros_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:26:24.3962140Z test_unsupported_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.3972320Z test_unsupported_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.3983000Z test_unsupported___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.3993940Z test_unsupported___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4004480Z test_unsupported___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4015000Z test_unsupported__masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4025650Z test_unsupported__masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4036510Z test_unsupported__masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4047040Z test_unsupported__masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4057650Z test_unsupported__masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4068200Z test_unsupported__masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4079010Z test_unsupported__masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4089750Z test_unsupported__masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4100400Z test_unsupported__masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4111060Z test_unsupported__masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4121760Z test_unsupported__masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4132390Z test_unsupported__masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4142980Z test_unsupported__masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4153580Z test_unsupported__masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4164240Z test_unsupported_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4175060Z test_unsupported_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4185700Z test_unsupported_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4196460Z test_unsupported_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4207090Z test_unsupported_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4217760Z test_unsupported_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4228350Z test_unsupported_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4238990Z test_unsupported_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4250000Z test_unsupported_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4260260Z test_unsupported_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4270890Z test_unsupported_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4281610Z test_unsupported_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4292400Z test_unsupported_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4303000Z test_unsupported_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4313640Z test_unsupported_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4324230Z test_unsupported_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4334850Z test_unsupported_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4345890Z test_unsupported_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4356630Z test_unsupported_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4367970Z test_unsupported_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4378310Z test_unsupported_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4389410Z test_unsupported_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4399790Z test_unsupported_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4410460Z test_unsupported_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4421070Z test_unsupported_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4431780Z test_unsupported_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4442390Z test_unsupported_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4452980Z test_unsupported_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4463600Z test_unsupported_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4474390Z test_unsupported_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4485290Z test_unsupported_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4495970Z test_unsupported_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4506500Z test_unsupported_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4517070Z test_unsupported_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4527740Z test_unsupported_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4538340Z test_unsupported_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4549650Z test_unsupported_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4559670Z test_unsupported_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4570540Z test_unsupported_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4580970Z test_unsupported_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4591730Z test_unsupported_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4602270Z test_unsupported_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4612910Z test_unsupported_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4623500Z test_unsupported_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4634130Z test_unsupported_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4644790Z test_unsupported_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4655400Z test_unsupported_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4666160Z test_unsupported_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4676940Z test_unsupported_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4687530Z test_unsupported_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4698280Z test_unsupported_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4708860Z test_unsupported_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4719520Z test_unsupported_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4730230Z test_unsupported_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4740880Z test_unsupported_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4751720Z test_unsupported_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4762340Z test_unsupported_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4773040Z test_unsupported_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4783650Z test_unsupported_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4794400Z test_unsupported_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4805150Z test_unsupported_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4815720Z test_unsupported_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4826380Z test_unsupported_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4836980Z test_unsupported_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4847830Z test_unsupported_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4858250Z test_unsupported_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4868830Z test_unsupported_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4879580Z test_unsupported_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4890460Z test_unsupported_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4901080Z test_unsupported_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4911730Z test_unsupported_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4922340Z test_unsupported_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4933010Z test_unsupported_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4943630Z test_unsupported_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4954330Z test_unsupported_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4965050Z test_unsupported_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4975750Z test_unsupported_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4986470Z test_unsupported_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.4997190Z test_unsupported_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5007750Z test_unsupported_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5018420Z test_unsupported_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5030850Z test_unsupported_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5041570Z test_unsupported_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5052300Z test_unsupported_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5062920Z test_unsupported_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5073560Z test_unsupported_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5084290Z test_unsupported_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5095040Z test_unsupported_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5105640Z test_unsupported_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5116310Z test_unsupported_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5127080Z test_unsupported_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5137680Z test_unsupported_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5148530Z test_unsupported_fill__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5159000Z test_unsupported_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5169710Z test_unsupported_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5180290Z test_unsupported_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5190950Z test_unsupported_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5201640Z test_unsupported_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5212290Z test_unsupported_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5223020Z test_unsupported_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5233740Z test_unsupported_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5244360Z test_unsupported_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5255030Z test_unsupported_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5265640Z test_unsupported_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5276610Z test_unsupported_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5287090Z test_unsupported_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5297600Z test_unsupported_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5308220Z test_unsupported_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5318850Z test_unsupported_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5329700Z test_unsupported_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5340280Z test_unsupported_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5350870Z test_unsupported_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5361450Z test_unsupported_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5372280Z test_unsupported_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5382830Z test_unsupported_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5393410Z test_unsupported_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5404010Z test_unsupported_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5414730Z test_unsupported_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5425350Z test_unsupported_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5435990Z test_unsupported_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5446810Z test_unsupported_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5457220Z test_unsupported_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5467890Z test_unsupported_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5478500Z test_unsupported_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5489160Z test_unsupported_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5499710Z test_unsupported_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5510330Z test_unsupported_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5521040Z test_unsupported_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5531690Z test_unsupported_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5542390Z test_unsupported_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5552940Z test_unsupported_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5563640Z test_unsupported_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5574180Z test_unsupported_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5584740Z test_unsupported_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5595470Z test_unsupported_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5606090Z test_unsupported_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5616690Z test_unsupported_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5627480Z test_unsupported_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5638080Z test_unsupported_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5648690Z test_unsupported_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5659340Z test_unsupported_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5669990Z test_unsupported_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5680670Z test_unsupported_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5691370Z test_unsupported_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5702040Z test_unsupported_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5712640Z test_unsupported_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5723420Z test_unsupported_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5734250Z test_unsupported_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5744700Z test_unsupported_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5755320Z test_unsupported_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5766000Z test_unsupported_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5776670Z test_unsupported_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5787260Z test_unsupported_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5797930Z test_unsupported_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5808580Z test_unsupported_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5819160Z test_unsupported_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5829990Z test_unsupported_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5840670Z test_unsupported_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5851290Z test_unsupported_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5862190Z test_unsupported_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5873770Z test_unsupported_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5883060Z test_unsupported_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5893760Z test_unsupported_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5904400Z test_unsupported_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5915120Z test_unsupported_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5925880Z test_unsupported_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5936540Z test_unsupported_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5947200Z test_unsupported_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5957830Z test_unsupported_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5968520Z test_unsupported_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5979700Z test_unsupported_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.5990410Z test_unsupported_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6000680Z test_unsupported_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6011340Z test_unsupported_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6022540Z test_unsupported_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6032880Z test_unsupported_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6043460Z test_unsupported_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6054050Z test_unsupported_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6064800Z test_unsupported_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6075380Z test_unsupported_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6086140Z test_unsupported_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6096760Z test_unsupported_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6107450Z test_unsupported_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6118110Z test_unsupported_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6128890Z test_unsupported_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6139700Z test_unsupported_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6150350Z test_unsupported_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6161120Z test_unsupported_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6171650Z test_unsupported_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6182500Z test_unsupported_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6193130Z test_unsupported_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6203770Z test_unsupported_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6215270Z test_unsupported_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6225260Z test_unsupported_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6235940Z test_unsupported_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6246590Z test_unsupported_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6257200Z test_unsupported_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6267750Z test_unsupported_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6278550Z test_unsupported_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6290990Z test_unsupported_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6306190Z test_unsupported_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6326810Z test_unsupported_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6331160Z test_unsupported_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6346830Z test_unsupported_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6361960Z test_unsupported_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6372730Z test_unsupported_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6383710Z test_unsupported_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6394700Z test_unsupported_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6405520Z test_unsupported_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6416590Z test_unsupported_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6427780Z test_unsupported_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6438210Z test_unsupported_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6449370Z test_unsupported_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6460100Z test_unsupported_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6470760Z test_unsupported_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6481860Z test_unsupported_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6492790Z test_unsupported_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6503490Z test_unsupported_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6514480Z test_unsupported_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6525160Z test_unsupported_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6535910Z test_unsupported_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6546980Z test_unsupported_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6557680Z test_unsupported_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6568320Z test_unsupported_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6579440Z test_unsupported_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6590240Z test_unsupported_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6600990Z test_unsupported_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6611990Z test_unsupported_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6622970Z test_unsupported_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6633460Z test_unsupported_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6644480Z test_unsupported_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6655210Z test_unsupported_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6665920Z test_unsupported_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6676970Z test_unsupported_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6687820Z test_unsupported_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6698630Z test_unsupported_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6709790Z test_unsupported_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6720540Z test_unsupported_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6731220Z test_unsupported_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6742360Z test_unsupported_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6753020Z test_unsupported_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6763670Z test_unsupported_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6774950Z test_unsupported_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6785590Z test_unsupported_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6796450Z test_unsupported_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6807520Z test_unsupported_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6818270Z test_unsupported_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6828960Z test_unsupported_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6840040Z test_unsupported_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6850780Z test_unsupported_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6861550Z test_unsupported_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6872620Z test_unsupported_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6883660Z test_unsupported_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6894340Z test_unsupported_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6905450Z test_unsupported_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6916170Z test_unsupported_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6926820Z test_unsupported_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6937910Z test_unsupported_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6948630Z test_unsupported_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6959320Z test_unsupported_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6970370Z test_unsupported_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6981150Z test_unsupported_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.6992040Z test_unsupported_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7003080Z test_unsupported_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7013870Z test_unsupported_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7024570Z test_unsupported_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7035610Z test_unsupported_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7046620Z test_unsupported_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7057310Z test_unsupported_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7068000Z test_unsupported_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7078660Z test_unsupported_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7089630Z test_unsupported_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7100690Z test_unsupported_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7111400Z test_unsupported_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7122060Z test_unsupported_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7133100Z test_unsupported_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7143850Z test_unsupported_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7154690Z test_unsupported_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7165660Z test_unsupported_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7176260Z test_unsupported_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7186900Z test_unsupported_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7198220Z test_unsupported_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7208800Z test_unsupported_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7219770Z test_unsupported_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7230380Z test_unsupported_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7241020Z test_unsupported_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7251690Z test_unsupported_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7262690Z test_unsupported_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7273400Z test_unsupported_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7284040Z test_unsupported_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7295360Z test_unsupported_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7306000Z test_unsupported_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7316990Z test_unsupported_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7327680Z test_unsupported_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7338420Z test_unsupported_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7349390Z test_unsupported_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7359990Z test_unsupported_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7370880Z test_unsupported_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7381660Z test_unsupported_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7392580Z test_unsupported_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7403190Z test_unsupported_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7414660Z test_unsupported_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7424800Z test_unsupported_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7435310Z test_unsupported_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7446240Z test_unsupported_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7457010Z test_unsupported_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7467500Z test_unsupported_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7478510Z test_unsupported_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7489260Z test_unsupported_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7500140Z test_unsupported_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7511120Z test_unsupported_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7522440Z test_unsupported_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7535180Z test_unsupported_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7546500Z test_unsupported_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7557550Z test_unsupported_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7568590Z test_unsupported_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7579470Z test_unsupported_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7590680Z test_unsupported_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7601520Z test_unsupported_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7612490Z test_unsupported_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7623670Z test_unsupported_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7634450Z test_unsupported_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7645530Z test_unsupported_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7656690Z test_unsupported_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7667520Z test_unsupported_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7678520Z test_unsupported_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7689450Z test_unsupported_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7700700Z test_unsupported_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7711570Z test_unsupported_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7722390Z test_unsupported_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7733290Z test_unsupported_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7743950Z test_unsupported_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7754580Z test_unsupported_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7765420Z test_unsupported_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7776060Z test_unsupported_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7786710Z test_unsupported_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7797470Z test_unsupported_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7808080Z test_unsupported_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7818780Z test_unsupported_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7829530Z test_unsupported_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7840160Z test_unsupported_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7850890Z test_unsupported_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7861510Z test_unsupported_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7872210Z test_unsupported_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7882860Z test_unsupported_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7893590Z test_unsupported_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7904180Z test_unsupported_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7914800Z test_unsupported_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7925770Z test_unsupported_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7936330Z test_unsupported_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7946910Z test_unsupported_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7957570Z test_unsupported_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7968210Z test_unsupported_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7978890Z test_unsupported_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.7989670Z test_unsupported_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8000480Z test_unsupported_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8010970Z test_unsupported_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8021550Z test_unsupported_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8032380Z test_unsupported_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8042980Z test_unsupported_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8053550Z test_unsupported_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8064150Z test_unsupported_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8075030Z test_unsupported_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8085600Z test_unsupported_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8096440Z test_unsupported_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8106940Z test_unsupported_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8117530Z test_unsupported_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8128300Z test_unsupported_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8138980Z test_unsupported_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8149620Z test_unsupported_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8160270Z test_unsupported_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8170870Z test_unsupported_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8181500Z test_unsupported_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8192190Z test_unsupported_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8202820Z test_unsupported_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8213440Z test_unsupported_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8224310Z test_unsupported_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8234850Z test_unsupported_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8245610Z test_unsupported_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8256120Z test_unsupported_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8266760Z test_unsupported_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8277330Z test_unsupported_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8288130Z test_unsupported_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8298650Z test_unsupported_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8309260Z test_unsupported_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8319920Z test_unsupported_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8330720Z test_unsupported_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8341350Z test_unsupported_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8352240Z test_unsupported_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8362620Z test_unsupported_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8373420Z test_unsupported_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8384130Z test_unsupported_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8394700Z test_unsupported_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8405360Z test_unsupported_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8416050Z test_unsupported_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8427230Z test_unsupported_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8437640Z test_unsupported_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8448380Z test_unsupported_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8459010Z test_unsupported_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8469650Z test_unsupported_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8480830Z test_unsupported_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8491300Z test_unsupported_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8501930Z test_unsupported_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8512440Z test_unsupported_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8523050Z test_unsupported_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8534190Z test_unsupported_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8544590Z test_unsupported_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8555520Z test_unsupported_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8565990Z test_unsupported_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8576920Z test_unsupported_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8587230Z test_unsupported_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8597840Z test_unsupported_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8608540Z test_unsupported_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8619140Z test_unsupported_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8629920Z test_unsupported_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8640560Z test_unsupported_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8651280Z test_unsupported_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8661800Z test_unsupported_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8672460Z test_unsupported_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8683170Z test_unsupported_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8694380Z test_unsupported_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8704790Z test_unsupported_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8715360Z test_unsupported_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8725970Z test_unsupported_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8736570Z test_unsupported_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8747170Z test_unsupported_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8753980Z test_working___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8761050Z test_working___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8767360Z test_working___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8774160Z test_working___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8780690Z test_working_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8787260Z test_working_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8795430Z test_working_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8802540Z test_working_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8809330Z test_working_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8816350Z test_working_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8822960Z test_working_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8830030Z test_working_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8836970Z test_working_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8843510Z test_working_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8850210Z test_working_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8857260Z test_working_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8864220Z test_working_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8870830Z test_working_clamp_scalar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8877490Z test_working_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8884580Z test_working_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8891670Z test_working_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8898190Z test_working_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8904910Z test_working_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8912100Z test_working_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8919000Z test_working_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8925500Z test_working_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8932230Z test_working_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8939250Z test_working_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8945970Z test_working_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8952910Z test_working_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8959610Z test_working_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8966580Z test_working_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8973300Z test_working_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8980210Z test_working_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8986710Z test_working_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.8993850Z test_working_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9000710Z test_working_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9007460Z test_working_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9014370Z test_working_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9021510Z test_working_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9028000Z test_working_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9034920Z test_working_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9041400Z test_working_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9048430Z test_working_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9055080Z test_working_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9061850Z test_working_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9068500Z test_working_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9075440Z test_working_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9082220Z test_working_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9088980Z test_working_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9095890Z test_working_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9102930Z test_working_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9109930Z test_working_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9116340Z test_working_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9122950Z test_working_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9130080Z test_working_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9136800Z test_working_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9143430Z test_working_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9150190Z test_working_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9157290Z test_working_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9164030Z test_working_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9170660Z test_working_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9177360Z test_working_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9184440Z test_working_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9191250Z test_working_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9198040Z test_working_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9204810Z test_working_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9211950Z test_working_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9218580Z test_working_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9225440Z test_working_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9231960Z test_working_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9239200Z test_working_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9245750Z test_working_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9252610Z test_working_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9259450Z test_working_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9266280Z test_working_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9272990Z test_working_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9279870Z test_working_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9286450Z test_working_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9293570Z test_working_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9300490Z test_working_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9307170Z test_working_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9313830Z test_working_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9320960Z test_working_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9327650Z test_working_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9334350Z test_working_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9341070Z test_working_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9348190Z test_working_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9354900Z test_working_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9361700Z test_working_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9368200Z test_working_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9375210Z test_working_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9381930Z test_working_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9388650Z test_working_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:24.9395770Z test_working_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-05-18T06:26:25.1562050Z test_abs (__main__.TestTEFuserDynamic) ... ok (0.216s) 2022-05-18T06:26:25.1773780Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.021s) 2022-05-18T06:26:25.2291810Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (0.052s) 2022-05-18T06:26:25.2733330Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.044s) 2022-05-18T06:26:25.2754640Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-05-18T06:26:25.2764470Z test_autocast_down (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-05-18T06:26:25.2773570Z test_autocast_up (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-05-18T06:28:11.2264950Z test_batch_norm (__main__.TestTEFuserDynamic) ... /usr/local/miniconda/envs/build/lib/python3.8/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-05-18T06:28:11.2265680Z warnings.warn(msg, FutureWarning) 2022-05-18T06:28:11.2265890Z ok (105.949s) 2022-05-18T06:28:11.8907700Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (0.664s) 2022-05-18T06:28:13.3657870Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (1.475s) 2022-05-18T06:28:13.4611000Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (0.095s) 2022-05-18T06:28:13.5170450Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.056s) 2022-05-18T06:28:15.8007180Z test_binary_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (2.284s) 2022-05-18T06:28:16.1270530Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (0.326s) 2022-05-18T06:28:16.1504660Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (0.023s) 2022-05-18T06:28:17.0339460Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (0.883s) 2022-05-18T06:28:17.0779670Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... ok (0.044s) 2022-05-18T06:28:17.0800180Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.002s) 2022-05-18T06:28:17.1509580Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (0.071s) 2022-05-18T06:28:17.1527060Z test_chunk (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-05-18T06:28:17.1553510Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.003s) 2022-05-18T06:28:17.1574650Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-05-18T06:28:17.1593700Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-05-18T06:28:17.1609870Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-05-18T06:28:17.1633550Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-05-18T06:28:17.6222660Z test_clamp (__main__.TestTEFuserDynamic) ... ok (0.459s) 2022-05-18T06:28:17.6409610Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.019s) 2022-05-18T06:28:17.6556570Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.015s) 2022-05-18T06:28:17.7286350Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (0.073s) 2022-05-18T06:28:17.7985930Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (0.070s) 2022-05-18T06:28:17.8671360Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (0.068s) 2022-05-18T06:28:17.9025400Z test_concat (__main__.TestTEFuserDynamic) ... ok (0.035s) 2022-05-18T06:28:17.9566930Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (0.054s) 2022-05-18T06:28:17.9588120Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.002s) 2022-05-18T06:28:17.9601650Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: Too slow to run with the TE interpreter (0.001s) 2022-05-18T06:28:17.9626220Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.002s) 2022-05-18T06:28:18.0510220Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.088s) 2022-05-18T06:28:18.0605590Z test_disabled (__main__.TestTEFuserDynamic) ... ok (0.009s) 2022-05-18T06:28:18.0817370Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.021s) 2022-05-18T06:28:18.0965480Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.015s) 2022-05-18T06:28:47.5990020Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (29.502s) 2022-05-18T06:28:47.6334630Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (0.034s) 2022-05-18T06:28:47.6355770Z test_erf (__main__.TestTEFuserDynamic) ... ok (0.002s) 2022-05-18T06:28:47.6446450Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.009s) 2022-05-18T06:28:47.6862510Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.041s) 2022-05-18T06:28:47.6876010Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-05-18T06:28:47.6923440Z test_gelu (__main__.TestTEFuserDynamic) ... ok (0.005s) 2022-05-18T06:28:47.7428120Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.050s) 2022-05-18T06:28:47.8008020Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.058s) 2022-05-18T06:28:47.8321270Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.031s) 2022-05-18T06:28:47.9511710Z test_isnan (__main__.TestTEFuserDynamic) ... ok (0.119s) 2022-05-18T06:28:47.9530490Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.002s) 2022-05-18T06:28:47.9935490Z test_lerp (__main__.TestTEFuserDynamic) ... ok (0.040s) 2022-05-18T06:28:47.9964730Z test_list_ops (__main__.TestTEFuserDynamic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.003s) 2022-05-18T06:28:48.2471400Z test_lstm (__main__.TestTEFuserDynamic) ... ok (0.250s) 2022-05-18T06:28:48.3810530Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.134s) 2022-05-18T06:28:49.5778020Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (1.197s) 2022-05-18T06:28:49.7074950Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (0.130s) 2022-05-18T06:28:49.7095050Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.002s) 2022-05-18T06:28:49.7134950Z test_matmul (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.004s) 2022-05-18T06:28:49.7154150Z test_milstm (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.002s) 2022-05-18T06:28:49.8101310Z test_minmax (__main__.TestTEFuserDynamic) ... ok (0.095s) 2022-05-18T06:28:49.9474400Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (0.137s) 2022-05-18T06:28:49.9679890Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.020s) 2022-05-18T06:28:50.0075310Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.039s) 2022-05-18T06:28:50.0087790Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-05-18T06:28:50.0098470Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-05-18T06:28:50.0225550Z test_profiler (__main__.TestTEFuserDynamic) ... ok (0.013s) 2022-05-18T06:28:50.0249480Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.002s) 2022-05-18T06:28:50.0267640Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.002s) 2022-05-18T06:28:50.0279980Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-05-18T06:28:50.0659680Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.038s) 2022-05-18T06:28:50.0939690Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.028s) 2022-05-18T06:28:50.1103820Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-05-18T06:28:50.1235560Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.013s) 2022-05-18T06:28:50.1718550Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (0.048s) 2022-05-18T06:28:50.1836830Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.012s) 2022-05-18T06:28:50.1961930Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.012s) 2022-05-18T06:28:50.2420140Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (0.046s) 2022-05-18T06:28:50.2790220Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (0.037s) 2022-05-18T06:28:50.3206640Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.042s) 2022-05-18T06:28:50.3465250Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.026s) 2022-05-18T06:28:50.3664260Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.019s) 2022-05-18T06:28:50.3696980Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (0.003s) 2022-05-18T06:28:50.4147540Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.045s) 2022-05-18T06:29:39.4394500Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... ok (49.025s) 2022-05-18T06:29:39.5954370Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (0.156s) 2022-05-18T06:29:39.6208630Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.025s) 2022-05-18T06:29:39.6354560Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.014s) 2022-05-18T06:29:39.9181070Z test_torch_to (__main__.TestTEFuserDynamic) ... ok (0.283s) 2022-05-18T06:29:41.0793800Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (1.161s) 2022-05-18T06:29:41.0985180Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.019s) 2022-05-18T06:29:41.1023110Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T06:29:41.1237910Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.021s) 2022-05-18T06:29:41.2414280Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (0.118s) 2022-05-18T06:29:41.3873020Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (0.146s) 2022-05-18T06:29:41.4441630Z test_unsupported_dtypes (__main__.TestTEFuserDynamic) ... ok (0.057s) 2022-05-18T06:29:41.4802490Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (0.036s) 2022-05-18T06:29:41.7714000Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (0.291s) 2022-05-18T06:29:41.8350530Z test_with_strict_fusion (__main__.TestTEFuserDynamic) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-05-18T06:29:41.8351360Z warnings.warn("Only works in script mode") 2022-05-18T06:29:41.8351610Z ok (0.064s) 2022-05-18T06:29:41.8555470Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.020s) 2022-05-18T06:29:41.8668860Z test_abs (__main__.TestTEFuserStatic) ... ok (0.011s) 2022-05-18T06:29:41.8884460Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.021s) 2022-05-18T06:29:41.9318910Z test_add_bool (__main__.TestTEFuserStatic) ... ok (0.043s) 2022-05-18T06:29:41.9745540Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.043s) 2022-05-18T06:29:41.9926390Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.018s) 2022-05-18T06:29:41.9937430Z test_autocast_down (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-05-18T06:29:41.9947240Z test_autocast_up (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-05-18T06:31:13.0721680Z test_batch_norm (__main__.TestTEFuserStatic) ... /usr/local/miniconda/envs/build/lib/python3.8/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-05-18T06:31:13.0722420Z warnings.warn(msg, FutureWarning) 2022-05-18T06:31:13.0722710Z ok (91.077s) 2022-05-18T06:31:13.7918630Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (0.719s) 2022-05-18T06:31:15.0599570Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (1.268s) 2022-05-18T06:31:15.1547100Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (0.095s) 2022-05-18T06:31:15.2099970Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.055s) 2022-05-18T06:31:17.3235710Z test_binary_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (2.114s) 2022-05-18T06:31:17.5891000Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (0.265s) 2022-05-18T06:31:17.6049150Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-05-18T06:31:18.5056920Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (0.901s) 2022-05-18T06:31:18.5271080Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.021s) 2022-05-18T06:31:18.5291370Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-05-18T06:31:18.5657080Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.036s) 2022-05-18T06:31:18.5881420Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.022s) 2022-05-18T06:31:19.5201040Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (0.932s) 2022-05-18T06:31:19.5612910Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.041s) 2022-05-18T06:31:19.5878670Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (0.026s) 2022-05-18T06:31:36.1967160Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (16.609s) 2022-05-18T06:31:36.2668550Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.070s) 2022-05-18T06:31:36.6377770Z test_clamp (__main__.TestTEFuserStatic) ... ok (0.371s) 2022-05-18T06:31:36.6524500Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.015s) 2022-05-18T06:31:36.6633450Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.011s) 2022-05-18T06:31:36.7170610Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.054s) 2022-05-18T06:31:36.7709380Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.054s) 2022-05-18T06:31:36.8267550Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.056s) 2022-05-18T06:31:36.8497080Z test_concat (__main__.TestTEFuserStatic) ... ok (0.023s) 2022-05-18T06:31:36.8885450Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.039s) 2022-05-18T06:31:36.9255000Z test_conv2d (__main__.TestTEFuserStatic) ... ok (0.037s) 2022-05-18T06:31:36.9269790Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... skip: Too slow to run with the TE interpreter (0.001s) 2022-05-18T06:31:36.9295220Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.003s) 2022-05-18T06:31:37.0065640Z test_dims (__main__.TestTEFuserStatic) ... ok (0.077s) 2022-05-18T06:31:37.0157810Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.009s) 2022-05-18T06:31:37.0335540Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.018s) 2022-05-18T06:31:37.0487030Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.015s) 2022-05-18T06:32:06.9248810Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (29.876s) 2022-05-18T06:32:06.9515760Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (0.027s) 2022-05-18T06:32:06.9537080Z test_erf (__main__.TestTEFuserStatic) ... ok (0.002s) 2022-05-18T06:32:06.9629220Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.009s) 2022-05-18T06:32:07.0022650Z test_exp (__main__.TestTEFuserStatic) ... ok (0.039s) 2022-05-18T06:32:07.0036930Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-05-18T06:32:07.0085530Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.005s) 2022-05-18T06:32:07.0445210Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.036s) 2022-05-18T06:32:07.0907740Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.046s) 2022-05-18T06:32:07.1136500Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.023s) 2022-05-18T06:32:07.2235370Z test_isnan (__main__.TestTEFuserStatic) ... ok (0.110s) 2022-05-18T06:32:07.2253450Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-05-18T06:32:07.2614240Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.036s) 2022-05-18T06:32:07.2639970Z test_list_ops (__main__.TestTEFuserStatic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.002s) 2022-05-18T06:32:07.4713300Z test_lstm (__main__.TestTEFuserStatic) ... ok (0.207s) 2022-05-18T06:32:07.5996240Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.128s) 2022-05-18T06:32:08.4034970Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (0.804s) 2022-05-18T06:32:08.5281140Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.125s) 2022-05-18T06:32:08.5301730Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.002s) 2022-05-18T06:32:09.1341290Z test_matmul (__main__.TestTEFuserStatic) ... ok (0.604s) 2022-05-18T06:32:09.9601630Z test_milstm (__main__.TestTEFuserStatic) ... ok (0.826s) 2022-05-18T06:32:10.0282460Z test_minmax (__main__.TestTEFuserStatic) ... ok (0.068s) 2022-05-18T06:32:10.1322530Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (0.104s) 2022-05-18T06:32:10.1484060Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-05-18T06:32:10.1775690Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.029s) 2022-05-18T06:32:10.1787290Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.001s) 2022-05-18T06:32:10.1797060Z test_nop (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-05-18T06:32:10.1885890Z test_profiler (__main__.TestTEFuserStatic) ... ok (0.009s) 2022-05-18T06:32:10.1909950Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-05-18T06:32:10.1928450Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-05-18T06:32:10.1941010Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-05-18T06:32:10.2288930Z test_relu (__main__.TestTEFuserStatic) ... ok (0.035s) 2022-05-18T06:32:10.2531300Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.024s) 2022-05-18T06:32:10.2669770Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.014s) 2022-05-18T06:32:10.2791460Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.012s) 2022-05-18T06:32:10.3113900Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (0.032s) 2022-05-18T06:32:10.3200680Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.009s) 2022-05-18T06:32:10.3309500Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.011s) 2022-05-18T06:32:10.3694080Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.038s) 2022-05-18T06:32:10.3934410Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.024s) 2022-05-18T06:32:10.4195550Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.026s) 2022-05-18T06:32:10.4373050Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.018s) 2022-05-18T06:32:10.4507170Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.013s) 2022-05-18T06:32:10.4541460Z test_superslomo (__main__.TestTEFuserStatic) ... ok (0.003s) 2022-05-18T06:32:10.4825540Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.028s) 2022-05-18T06:32:54.0368730Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (43.554s) 2022-05-18T06:32:54.1561810Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (0.119s) 2022-05-18T06:32:54.1721320Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-05-18T06:32:54.1847250Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.012s) 2022-05-18T06:32:54.4486650Z test_torch_to (__main__.TestTEFuserStatic) ... ok (0.264s) 2022-05-18T06:32:55.1714700Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (0.723s) 2022-05-18T06:32:55.1847830Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.013s) 2022-05-18T06:32:55.1884580Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T06:32:55.2022450Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.014s) 2022-05-18T06:32:55.3110790Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.109s) 2022-05-18T06:32:55.5088280Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (0.195s) 2022-05-18T06:32:55.5794590Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.073s) 2022-05-18T06:32:55.6023610Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.023s) 2022-05-18T06:32:55.8138420Z test_where_ops (__main__.TestTEFuserStatic) ... ok (0.211s) 2022-05-18T06:32:55.8653060Z test_with_strict_fusion (__main__.TestTEFuserStatic) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-05-18T06:32:55.8653530Z warnings.warn("Only works in script mode") 2022-05-18T06:32:55.8653860Z ok (0.051s) 2022-05-18T06:32:55.8784170Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.013s) 2022-05-18T06:32:57.2965290Z 2022-05-18T06:32:57.2966080Z ---------------------------------------------------------------------- 2022-05-18T06:32:57.2966480Z Ran 5283 tests in 400.657s 2022-05-18T06:32:57.2966710Z 2022-05-18T06:32:57.2966810Z OK (skipped=5118) 2022-05-18T06:32:57.2966940Z 2022-05-18T06:32:57.2967030Z Generating XML reports... 2022-05-18T06:32:57.2967620Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20220518062615.xml 2022-05-18T06:32:57.2968410Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20220518062615.xml 2022-05-18T06:32:57.2969050Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20220518062615.xml 2022-05-18T06:32:57.2969880Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20220518062615.xml 2022-05-18T06:32:57.2970570Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20220518062615.xml 2022-05-18T06:32:57.7665980Z Running test_jiterator ... [2022-05-18 06:32:57.766210] 2022-05-18T06:32:57.7666690Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_jiterator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:32:57.766353] 2022-05-18T06:32:59.3501980Z CUDA not available, skipping tests 2022-05-18T06:32:59.3502650Z Test results will be stored in test-reports/python-unittest/test_jiterator 2022-05-18T06:32:59.3503630Z 2022-05-18T06:32:59.3503720Z Running tests... 2022-05-18T06:32:59.3504150Z ---------------------------------------------------------------------- 2022-05-18T06:32:59.3504340Z 2022-05-18T06:32:59.3504600Z ---------------------------------------------------------------------- 2022-05-18T06:32:59.3504860Z Ran 0 tests in 0.000s 2022-05-18T06:32:59.3504990Z 2022-05-18T06:32:59.3505060Z OK 2022-05-18T06:32:59.3505160Z 2022-05-18T06:32:59.3505250Z Generating XML reports... 2022-05-18T06:32:59.5906460Z Running test_linalg ... [2022-05-18 06:32:59.590084] 2022-05-18T06:32:59.5907150Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_linalg.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:32:59.590204] 2022-05-18T06:33:01.2998490Z 2022-05-18T06:33:01.2998830Z Running tests... 2022-05-18T06:33:01.2999500Z Test results will be stored in test-reports/python-unittest/test_linalg 2022-05-18T06:33:01.2999970Z ---------------------------------------------------------------------- 2022-05-18T06:33:01.7984330Z test_addbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.498s) 2022-05-18T06:33:02.3386260Z test_addbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.540s) 2022-05-18T06:33:02.8564370Z test_addbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.518s) 2022-05-18T06:33:03.2945980Z test_addbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.438s) 2022-05-18T06:33:03.7141510Z test_addbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.419s) 2022-05-18T06:33:03.7309530Z test_addmm_activation_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-05-18T06:33:03.7447800Z test_addmm_activation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-05-18T06:33:03.7583700Z test_addmm_activation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-05-18T06:33:03.7617720Z test_addmm_baddbmm_overflow_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:33:03.7778170Z test_addmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-05-18T06:33:03.7933900Z test_addmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-05-18T06:33:03.8086290Z test_addmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-05-18T06:33:03.8219350Z test_addmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-05-18T06:33:03.8348970Z test_addmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-05-18T06:33:04.1774950Z test_addmm_sizes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.342s) 2022-05-18T06:33:04.5120310Z test_addmm_sizes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.334s) 2022-05-18T06:33:04.5318300Z test_addmv_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-05-18T06:33:04.5506860Z test_addmv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-05-18T06:33:04.5704710Z test_addmv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-05-18T06:33:04.5883930Z test_addmv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-05-18T06:33:04.6056110Z test_addmv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-05-18T06:33:04.6183500Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-05-18T06:33:04.6301570Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-05-18T06:33:04.6403360Z test_addr_bool_cpu_bool (__main__.TestLinalgCPU) ... ok (0.010s) 2022-05-18T06:33:04.6654540Z test_addr_float_and_complex_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-05-18T06:33:04.6968440Z test_addr_float_and_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-05-18T06:33:04.7287900Z test_addr_float_and_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-05-18T06:33:04.7550660Z test_addr_float_and_complex_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-05-18T06:33:04.7788950Z test_addr_float_and_complex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-05-18T06:33:04.8024550Z test_addr_float_and_complex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-05-18T06:33:04.8378180Z test_addr_integral_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-05-18T06:33:04.8727130Z test_addr_integral_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-05-18T06:33:04.9075400Z test_addr_integral_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-05-18T06:33:04.9433290Z test_addr_integral_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-05-18T06:33:04.9787300Z test_addr_integral_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-05-18T06:33:05.7010480Z test_addr_type_promotion_cpu (__main__.TestLinalgCPU) ... ok (0.722s) 2022-05-18T06:33:07.6044900Z test_baddbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (1.903s) 2022-05-18T06:33:09.6379130Z test_baddbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (2.033s) 2022-05-18T06:33:11.7119610Z test_baddbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (2.074s) 2022-05-18T06:33:13.1664870Z test_baddbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.454s) 2022-05-18T06:33:14.5466580Z test_baddbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.380s) 2022-05-18T06:33:14.5521820Z test_blas_alpha_beta_empty_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-05-18T06:33:14.5574080Z test_blas_alpha_beta_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-05-18T06:33:14.5627340Z test_blas_alpha_beta_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-05-18T06:33:14.5679470Z test_blas_alpha_beta_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-05-18T06:33:14.5731670Z test_blas_alpha_beta_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-05-18T06:33:14.5781210Z test_blas_alpha_beta_empty_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-05-18T06:33:14.5830730Z test_blas_alpha_beta_empty_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-05-18T06:33:14.5879960Z test_blas_alpha_beta_empty_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-05-18T06:33:14.5929520Z test_blas_alpha_beta_empty_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-05-18T06:33:14.5979580Z test_blas_alpha_beta_empty_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-05-18T06:33:14.6214270Z test_blas_empty_cpu (__main__.TestLinalgCPU) ... ok (0.023s) 2022-05-18T06:33:14.6339480Z test_blas_mv_large_input_cpu (__main__.TestLinalgCPU) ... test_linalg.py:5095: UserWarning: An output with one or more elements was resized since it had shape [200], which does not match the required output shape [3000]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:14.6340310Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-05-18T06:33:14.6340570Z ok (0.012s) 2022-05-18T06:33:14.6386130Z test_blas_nan_out_cpu_bfloat16 (__main__.TestLinalgCPU) ... test_linalg.py:5070: UserWarning: An output with one or more elements was resized since it had shape [7], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:14.6386930Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-05-18T06:33:14.6387190Z ok (0.005s) 2022-05-18T06:33:14.6429670Z test_blas_nan_out_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-05-18T06:33:14.6472340Z test_blas_nan_out_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-05-18T06:33:14.6514810Z test_blas_nan_out_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-05-18T06:33:14.6558030Z test_blas_nan_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-05-18T06:33:14.6599480Z test_blas_nan_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-05-18T06:33:15.8139580Z test_bmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... test_linalg.py:6020: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:15.8140850Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:33:15.8141580Z test_linalg.py:6020: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:15.8142280Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:33:15.8143720Z test_linalg.py:6020: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:15.8144640Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:33:15.8145310Z test_linalg.py:6020: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:15.8145960Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:33:15.8146650Z test_linalg.py:6020: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:15.8147280Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:33:15.8148350Z test_linalg.py:6020: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:15.8149170Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:33:15.8149900Z test_linalg.py:6020: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:15.8150560Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:33:15.8151600Z test_linalg.py:6020: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:15.8152510Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:33:15.8153200Z test_linalg.py:6020: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:15.8153830Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:33:15.8154500Z test_linalg.py:6020: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:15.8155140Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:33:15.8156370Z test_linalg.py:6020: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:15.8157140Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:33:15.8157800Z test_linalg.py:6020: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:15.8158430Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:33:15.8159100Z test_linalg.py:6020: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:15.8159890Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:33:15.8160730Z test_linalg.py:6020: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:15.8161370Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:33:15.8161560Z ok (1.154s) 2022-05-18T06:33:16.8994590Z test_bmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.085s) 2022-05-18T06:33:17.9976990Z test_bmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.098s) 2022-05-18T06:33:18.8585330Z test_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.861s) 2022-05-18T06:33:19.6870280Z test_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.828s) 2022-05-18T06:33:19.7111270Z test_broadcast_batched_matmul_cpu (__main__.TestLinalgCPU) ... test_linalg.py:7164: UserWarning: An output with one or more elements was resized since it had shape [3, 8], which does not match the required output shape [24, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:19.7112260Z torch.matmul(l, r, out=out) 2022-05-18T06:33:19.7112950Z test_linalg.py:7164: UserWarning: An output with one or more elements was resized since it had shape [3, 8], which does not match the required output shape [3, 8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:19.7113620Z torch.matmul(l, r, out=out) 2022-05-18T06:33:19.7114860Z test_linalg.py:7164: UserWarning: An output with one or more elements was resized since it had shape [3, 8, 1], which does not match the required output shape [24, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:19.7115580Z torch.matmul(l, r, out=out) 2022-05-18T06:33:19.7116250Z test_linalg.py:7164: UserWarning: An output with one or more elements was resized since it had shape [3, 1], which does not match the required output shape [3, 1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:19.7116910Z torch.matmul(l, r, out=out) 2022-05-18T06:33:19.7117580Z test_linalg.py:7164: UserWarning: An output with one or more elements was resized since it had shape [3, 8, 1], which does not match the required output shape [3, 8]. 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:19.7118220Z torch.matmul(l, r, out=out) 2022-05-18T06:33:19.7118420Z ok (0.024s) 2022-05-18T06:33:19.7162260Z test_broadcast_fused_matmul_cpu (__main__.TestLinalgCPU) ... ok (0.005s) 2022-05-18T06:33:19.7279090Z test_chain_matmul_cpu_float64 (__main__.TestLinalgCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/functional.py:1543: UserWarning: torch.chain_matmul is deprecated and will be removed in a future PyTorch release. Use torch.linalg.multi_dot instead, which accepts a list of two or more tensors rather than multiple parameters. (Triggered internally at ../aten/src/ATen/native/LinearAlgebra.cpp:886.) 2022-05-18T06:33:19.7280130Z return _VF.chain_matmul(matrices) # type: ignore[attr-defined] 2022-05-18T06:33:19.7280470Z ok (0.011s) 2022-05-18T06:33:19.7505170Z test_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-05-18T06:33:19.7741000Z test_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-05-18T06:33:19.7929320Z test_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-05-18T06:33:19.8084810Z test_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-05-18T06:33:19.8619250Z test_cholesky_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.053s) 2022-05-18T06:33:19.9132720Z test_cholesky_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-05-18T06:33:19.9648450Z test_cholesky_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-05-18T06:33:20.0168300Z test_cholesky_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.052s) 2022-05-18T06:33:20.0249090Z test_cholesky_ex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-05-18T06:33:20.0348870Z test_cholesky_ex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-05-18T06:33:20.0439010Z test_cholesky_ex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-05-18T06:33:20.0513310Z test_cholesky_ex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-05-18T06:33:20.0708730Z test_cholesky_ex_non_pd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-05-18T06:33:20.0903590Z test_cholesky_ex_non_pd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-05-18T06:33:20.1094750Z test_cholesky_ex_non_pd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-05-18T06:33:20.1291850Z test_cholesky_ex_non_pd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-05-18T06:33:20.1379880Z test_cholesky_ex_out_info_error_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-05-18T06:33:20.1465510Z test_cholesky_ex_out_info_error_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-05-18T06:33:20.1550740Z test_cholesky_ex_out_info_error_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-05-18T06:33:20.1637750Z test_cholesky_ex_out_info_error_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-05-18T06:33:20.1852920Z test_cholesky_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-05-18T06:33:20.2075110Z test_cholesky_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-05-18T06:33:20.2268680Z test_cholesky_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-05-18T06:33:20.2468240Z test_cholesky_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-05-18T06:33:20.2800970Z test_cholesky_inverse_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-05-18T06:33:20.3127780Z test_cholesky_inverse_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-05-18T06:33:20.3457300Z test_cholesky_inverse_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-05-18T06:33:20.3797020Z test_cholesky_inverse_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-05-18T06:33:20.3916510Z test_cholesky_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-05-18T06:33:20.4030300Z test_cholesky_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-05-18T06:33:20.4135520Z test_cholesky_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-05-18T06:33:20.4236520Z test_cholesky_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-05-18T06:33:20.4311890Z test_cholesky_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:2690: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-05-18T06:33:20.4312360Z L = torch.cholesky(A) 2022-05-18T06:33:20.4312610Z should be replaced with 2022-05-18T06:33:20.4312910Z L = torch.linalg.cholesky(A) 2022-05-18T06:33:20.4313100Z and 2022-05-18T06:33:20.4313300Z U = torch.cholesky(A, upper=True) 2022-05-18T06:33:20.4313550Z should be replaced with 2022-05-18T06:33:20.4313780Z U = torch.linalg.cholesky(A).mH(). 2022-05-18T06:33:20.4314220Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:1755.) 2022-05-18T06:33:20.4315200Z L = torch.cholesky(A, upper=upper) 2022-05-18T06:33:20.4315430Z ok (0.008s) 2022-05-18T06:33:20.4388760Z test_cholesky_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-05-18T06:33:20.4457600Z test_cholesky_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-05-18T06:33:20.4526190Z test_cholesky_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-05-18T06:33:20.4548270Z test_cholesky_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:33:20.4569290Z test_cholesky_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:33:20.4590430Z test_cholesky_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:33:20.4611400Z test_cholesky_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:33:20.4655950Z test_cholesky_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-05-18T06:33:20.4700350Z test_cholesky_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-05-18T06:33:20.4742770Z test_cholesky_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-05-18T06:33:20.4784570Z test_cholesky_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-05-18T06:33:20.4874690Z test_cholesky_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-05-18T06:33:20.4964450Z test_cholesky_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-05-18T06:33:20.5056230Z test_cholesky_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-05-18T06:33:20.5145980Z test_cholesky_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-05-18T06:33:20.5711790Z test_cond_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.056s) 2022-05-18T06:33:20.6292870Z test_cond_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.058s) 2022-05-18T06:33:20.6849720Z test_cond_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-05-18T06:33:20.7364180Z test_cond_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-05-18T06:33:20.8279610Z test_cond_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.091s) 2022-05-18T06:33:20.9187610Z test_cond_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.091s) 2022-05-18T06:33:21.0098080Z test_cond_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.091s) 2022-05-18T06:33:21.1019450Z test_cond_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.092s) 2022-05-18T06:33:29.1912060Z test_corner_cases_of_cublasltmatmul_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (8.089s) 2022-05-18T06:33:30.3449450Z test_corner_cases_of_cublasltmatmul_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.154s) 2022-05-18T06:33:31.2391880Z test_corner_cases_of_cublasltmatmul_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.894s) 2022-05-18T06:33:31.9261520Z test_corner_cases_of_cublasltmatmul_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.687s) 2022-05-18T06:33:32.7478420Z test_corner_cases_of_cublasltmatmul_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.822s) 2022-05-18T06:33:33.6986960Z test_corner_cases_of_cublasltmatmul_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.951s) 2022-05-18T06:33:35.2084100Z test_corner_cases_of_cublasltmatmul_cpu_int32 (__main__.TestLinalgCPU) ... ok (1.510s) 2022-05-18T06:33:37.7131940Z test_corner_cases_of_cublasltmatmul_cpu_int64 (__main__.TestLinalgCPU) ... ok (2.505s) 2022-05-18T06:33:38.5972300Z test_corner_cases_of_cublasltmatmul_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.884s) 2022-05-18T06:33:39.4757800Z test_corner_cases_of_cublasltmatmul_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.878s) 2022-05-18T06:33:39.4887790Z test_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-05-18T06:33:39.4932620Z test_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-05-18T06:33:39.5403680Z test_cross_errors_cpu (__main__.TestLinalgCPU) ... ok (0.047s) 2022-05-18T06:33:39.5430100Z test_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:33:39.5452030Z test_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:33:39.5695730Z test_det_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-05-18T06:33:39.5882130Z test_det_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-05-18T06:33:39.6837210Z test_det_logdet_slogdet_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.095s) 2022-05-18T06:33:41.2710320Z test_det_logdet_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:6765: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-05-18T06:33:41.2720860Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-05-18T06:33:41.2721230Z Q, R = torch.qr(A, some) 2022-05-18T06:33:41.2721440Z should be replaced with 2022-05-18T06:33:41.2722040Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:2497.) 2022-05-18T06:33:41.2722390Z q, _ = torch.qr(mat) 2022-05-18T06:33:41.2722720Z ok (1.587s) 2022-05-18T06:33:41.3092250Z test_dot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.038s) 2022-05-18T06:33:41.3131640Z test_dot_vs_numpy_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-05-18T06:33:41.3172610Z test_dot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-05-18T06:33:41.3205440Z test_dot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:33:41.3222340Z test_eig_check_magma_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:33:41.3248980Z test_eig_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:33:41.3275270Z test_eig_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:33:41.3301790Z test_eig_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:33:41.3328130Z test_eig_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:33:41.3656600Z test_eig_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-05-18T06:33:41.3982560Z test_eig_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-05-18T06:33:41.4407380Z test_eig_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-05-18T06:33:41.4825190Z test_eig_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-05-18T06:33:41.5029140Z test_eig_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-05-18T06:33:41.5169990Z test_eig_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-05-18T06:33:41.5475010Z test_eig_with_nan_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-05-18T06:33:41.5779070Z test_eig_with_nan_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-05-18T06:33:41.6078670Z test_eig_with_nan_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-05-18T06:33:41.6383470Z test_eig_with_nan_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-05-18T06:33:41.6696490Z test_eigh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-05-18T06:33:41.7021390Z test_eigh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-05-18T06:33:41.7328130Z test_eigh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-05-18T06:33:41.7620350Z test_eigh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-05-18T06:33:41.7985640Z test_eigh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-05-18T06:33:41.8348590Z test_eigh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-05-18T06:33:41.8712680Z test_eigh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-05-18T06:33:41.9079000Z test_eigh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-05-18T06:33:41.9116040Z test_eigh_lower_uplo_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-05-18T06:33:41.9150750Z test_eigh_lower_uplo_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:33:41.9183910Z test_eigh_lower_uplo_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:33:41.9217180Z test_eigh_lower_uplo_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:33:41.9256250Z test_eigvals_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:33:41.9294660Z test_eigvals_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:33:41.9332690Z test_eigvals_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:33:41.9370950Z test_eigvals_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:33:41.9576770Z test_eigvals_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-05-18T06:33:41.9785230Z test_eigvals_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-05-18T06:33:42.0032270Z test_eigvals_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-05-18T06:33:42.0273120Z test_eigvals_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-05-18T06:33:42.0376840Z test_eigvals_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-05-18T06:33:42.0471850Z test_eigvals_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-05-18T06:33:42.0623820Z test_eigvalsh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-05-18T06:33:42.0783750Z test_eigvalsh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-05-18T06:33:42.0938140Z test_eigvalsh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-05-18T06:33:42.1084690Z test_eigvalsh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-05-18T06:33:42.1447970Z test_eigvalsh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:1034: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at ../aten/src/ATen/native/Copy.cpp:250.) 2022-05-18T06:33:42.1448660Z out = torch.empty_like(t).to(real_dtype) 2022-05-18T06:33:42.1448890Z ok (0.036s) 2022-05-18T06:33:42.1803170Z test_eigvalsh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-05-18T06:33:42.2156520Z test_eigvalsh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-05-18T06:33:42.2518500Z test_eigvalsh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-05-18T06:33:42.2633790Z test_einsum_corner_cases_cpu (__main__.TestLinalgCPU) ... ok (0.012s) 2022-05-18T06:33:42.2834170Z test_einsum_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-05-18T06:33:42.3008040Z test_einsum_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-05-18T06:33:42.3741960Z test_einsum_error_cases_cpu (__main__.TestLinalgCPU) ... ok (0.073s) 2022-05-18T06:33:42.6400840Z test_einsum_random_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.266s) 2022-05-18T06:33:42.8920610Z test_einsum_random_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.252s) 2022-05-18T06:33:42.9016670Z test_einsum_sublist_format_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-05-18T06:33:42.9102040Z test_einsum_sublist_format_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-05-18T06:33:42.9439250Z test_geqrf_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-05-18T06:33:42.9771360Z test_geqrf_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-05-18T06:33:43.0069540Z test_geqrf_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-05-18T06:33:43.0360830Z test_geqrf_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-05-18T06:33:43.0505810Z test_householder_product_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-05-18T06:33:43.0649460Z test_householder_product_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-05-18T06:33:43.0788430Z test_householder_product_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-05-18T06:33:43.0921990Z test_householder_product_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-05-18T06:33:43.1305490Z test_householder_product_errors_and_warnings_cpu (__main__.TestLinalgCPU) ... ok (0.038s) 2022-05-18T06:33:43.1514550Z test_inner_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-05-18T06:33:43.1707790Z test_inner_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-05-18T06:33:43.2437970Z test_inv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.073s) 2022-05-18T06:33:43.3163840Z test_inv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.072s) 2022-05-18T06:33:43.3886120Z test_inv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.072s) 2022-05-18T06:33:43.4608260Z test_inv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.072s) 2022-05-18T06:33:43.4625040Z test_inv_ex_info_device_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:33:43.4639360Z test_inv_ex_info_device_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-05-18T06:33:43.4653770Z test_inv_ex_info_device_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-05-18T06:33:43.4668150Z test_inv_ex_info_device_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-05-18T06:33:43.4867080Z test_inv_ex_singular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-05-18T06:33:43.5063760Z test_inv_ex_singular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-05-18T06:33:43.5258340Z test_inv_ex_singular_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-05-18T06:33:43.5449830Z test_inv_ex_singular_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-05-18T06:33:43.5714970Z test_invariance_error_spectral_decompositions_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-05-18T06:33:43.6684730Z test_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.097s) 2022-05-18T06:33:43.7687990Z test_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.100s) 2022-05-18T06:33:43.8603980Z test_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.091s) 2022-05-18T06:33:43.9472140Z test_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.087s) 2022-05-18T06:33:44.0163820Z test_inverse_errors_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.069s) 2022-05-18T06:33:44.0863650Z test_inverse_errors_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.070s) 2022-05-18T06:33:44.1556240Z test_inverse_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.069s) 2022-05-18T06:33:44.2255620Z test_inverse_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.070s) 2022-05-18T06:33:45.3870900Z test_inverse_errors_large_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.161s) 2022-05-18T06:33:46.0662010Z test_inverse_errors_large_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.679s) 2022-05-18T06:33:46.3510110Z test_inverse_errors_large_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.285s) 2022-05-18T06:33:46.8437800Z test_inverse_errors_large_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.493s) 2022-05-18T06:33:46.8462250Z test_inverse_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:33:46.8484150Z test_inverse_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:33:46.8506360Z test_inverse_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:33:46.8528330Z test_inverse_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:33:46.8671300Z test_kron_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-05-18T06:33:46.8820290Z test_kron_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-05-18T06:33:46.8956600Z test_kron_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-05-18T06:33:46.9088090Z test_kron_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-05-18T06:33:46.9124330Z test_kron_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-05-18T06:33:46.9159100Z test_kron_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:33:46.9193530Z test_kron_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:33:46.9227320Z test_kron_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:33:46.9337920Z test_kron_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:1109: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:46.9339250Z torch.kron(a, b, out=out) 2022-05-18T06:33:46.9339460Z ok (0.011s) 2022-05-18T06:33:46.9446270Z test_kron_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... test_linalg.py:1109: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:46.9447070Z torch.kron(a, b, out=out) 2022-05-18T06:33:46.9447410Z ok (0.011s) 2022-05-18T06:33:46.9555250Z test_kron_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... test_linalg.py:1109: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:46.9556040Z torch.kron(a, b, out=out) 2022-05-18T06:33:46.9556240Z ok (0.011s) 2022-05-18T06:33:46.9663540Z test_kron_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:1109: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:33:46.9664320Z torch.kron(a, b, out=out) 2022-05-18T06:33:46.9664520Z ok (0.011s) 2022-05-18T06:33:46.9859180Z test_lapack_empty_cpu (__main__.TestLinalgCPU) ... test_linalg.py:7662: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-05-18T06:33:46.9860430Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-05-18T06:33:46.9860760Z L, _ = torch.eig(A) 2022-05-18T06:33:46.9860960Z should be replaced with 2022-05-18T06:33:46.9861190Z L_complex = torch.linalg.eigvals(A) 2022-05-18T06:33:46.9861400Z and 2022-05-18T06:33:46.9861600Z L, V = torch.eig(A, eigenvectors=True) 2022-05-18T06:33:46.9861830Z should be replaced with 2022-05-18T06:33:46.9862190Z L_complex, V_complex = torch.linalg.eig(A) (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:3427.) 2022-05-18T06:33:46.9862630Z return torchfn(*tuple(torch.randn(shape, device=device) if isinstance(shape, tuple) else shape 2022-05-18T06:33:46.9863090Z test_linalg.py:7662: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-05-18T06:33:46.9863590Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-05-18T06:33:46.9863950Z L, _ = torch.symeig(A, upper=upper) 2022-05-18T06:33:46.9864180Z should be replaced with 2022-05-18T06:33:46.9864710Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-05-18T06:33:46.9864940Z and 2022-05-18T06:33:46.9865150Z L, V = torch.symeig(A, eigenvectors=True) 2022-05-18T06:33:46.9865380Z should be replaced with 2022-05-18T06:33:46.9865910Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:3041.) 2022-05-18T06:33:46.9866640Z return torchfn(*tuple(torch.randn(shape, device=device) if isinstance(shape, tuple) else shape 2022-05-18T06:33:46.9867140Z test_linalg.py:7692: UserWarning: torch.lstsq is deprecated in favor of torch.linalg.lstsq and will be removed in a future PyTorch release. 2022-05-18T06:33:46.9867680Z torch.linalg.lstsq has reversed arguments and does not return the QR decomposition in the returned tuple (although it returns other information about the problem). 2022-05-18T06:33:46.9868110Z To get the qr decomposition consider using torch.linalg.qr. 2022-05-18T06:33:46.9868880Z The returned solution in torch.lstsq stored the residuals of the solution in the last m - n columns of the returned value whenever m > n. In torch.linalg.lstsq, the residuals in the field 'residuals' of the returned named tuple. 2022-05-18T06:33:46.9869350Z The unpacking of the solution, as in 2022-05-18T06:33:46.9869610Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-05-18T06:33:46.9869840Z should be replaced with 2022-05-18T06:33:46.9870200Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:4169.) 2022-05-18T06:33:46.9870620Z self.assertRaises(RuntimeError, lambda: torch.lstsq(torch.randn(0, 0), torch.randn(0, 0))) 2022-05-18T06:33:46.9870890Z ok (0.020s) 2022-05-18T06:33:47.0442720Z test_ldl_factor_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.058s) 2022-05-18T06:33:47.0564950Z test_ldl_factor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-05-18T06:33:47.0647970Z test_ldl_factor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-05-18T06:33:47.0731070Z test_ldl_factor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-05-18T06:33:47.0827690Z test_ldl_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-05-18T06:33:47.0926240Z test_ldl_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-05-18T06:33:47.0985850Z test_ldl_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-05-18T06:33:47.1045740Z test_ldl_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-05-18T06:33:47.1186100Z test_linalg_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-05-18T06:33:47.1352740Z test_linalg_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-05-18T06:33:47.1731590Z test_linalg_cross_errors_cpu (__main__.TestLinalgCPU) ... ok (0.038s) 2022-05-18T06:33:47.1758320Z test_linalg_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:33:47.1781300Z test_linalg_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:33:47.2442250Z test_linalg_lstsq_batch_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.066s) 2022-05-18T06:33:47.3033400Z test_linalg_lstsq_batch_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.059s) 2022-05-18T06:33:47.3531790Z test_linalg_lstsq_batch_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-05-18T06:33:47.4023540Z test_linalg_lstsq_batch_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-05-18T06:33:49.1961560Z test_linalg_lstsq_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.794s) 2022-05-18T06:33:51.0931630Z test_linalg_lstsq_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.897s) 2022-05-18T06:33:52.8595630Z test_linalg_lstsq_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.766s) 2022-05-18T06:33:54.5386550Z test_linalg_lstsq_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.679s) 2022-05-18T06:33:54.5975130Z test_linalg_lstsq_input_checks_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.059s) 2022-05-18T06:33:54.6514210Z test_linalg_lstsq_input_checks_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.054s) 2022-05-18T06:33:54.7059060Z test_linalg_lstsq_input_checks_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.054s) 2022-05-18T06:33:54.7612260Z test_linalg_lstsq_input_checks_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-05-18T06:33:54.9934420Z test_linalg_lu_factor_and_lu_and_lu_unpack_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.232s) 2022-05-18T06:33:55.2479160Z test_linalg_lu_factor_and_lu_and_lu_unpack_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.254s) 2022-05-18T06:33:55.5196740Z test_linalg_lu_factor_and_lu_and_lu_unpack_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.272s) 2022-05-18T06:33:55.9743020Z test_linalg_lu_factor_and_lu_and_lu_unpack_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.455s) 2022-05-18T06:33:55.9814390Z test_linalg_matrix_exp_analytic_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-05-18T06:33:55.9883950Z test_linalg_matrix_exp_analytic_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-05-18T06:33:55.9952790Z test_linalg_matrix_exp_analytic_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-05-18T06:33:56.0022150Z test_linalg_matrix_exp_analytic_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-05-18T06:33:56.0319320Z test_linalg_matrix_exp_batch_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-05-18T06:33:56.0587990Z test_linalg_matrix_exp_batch_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-05-18T06:33:56.0800710Z test_linalg_matrix_exp_boundary_cases_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-05-18T06:33:56.1010530Z test_linalg_matrix_exp_boundary_cases_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-05-18T06:33:56.1220420Z test_linalg_matrix_exp_boundary_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-05-18T06:33:56.1434480Z test_linalg_matrix_exp_boundary_cases_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-05-18T06:33:56.2449740Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.101s) 2022-05-18T06:33:56.3368130Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.092s) 2022-05-18T06:33:56.4155100Z test_linalg_matrix_exp_compare_with_taylor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.079s) 2022-05-18T06:33:56.4869160Z test_linalg_matrix_exp_compare_with_taylor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.071s) 2022-05-18T06:33:56.5093000Z test_linalg_matrix_exp_utils_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-05-18T06:33:56.5248080Z test_linalg_matrix_exp_utils_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-05-18T06:33:56.5427190Z test_linalg_qr_autograd_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-05-18T06:33:56.5675500Z test_linalg_solve_triangular_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-05-18T06:33:56.5921900Z test_linalg_solve_triangular_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-05-18T06:33:56.6119370Z test_linalg_solve_triangular_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-05-18T06:33:56.6315240Z test_linalg_solve_triangular_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-05-18T06:33:59.2411150Z test_linalg_solve_triangular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (2.609s) 2022-05-18T06:34:01.8658830Z test_linalg_solve_triangular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (2.625s) 2022-05-18T06:34:02.3721610Z test_linalg_solve_triangular_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.506s) 2022-05-18T06:34:02.8625510Z test_linalg_solve_triangular_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.490s) 2022-05-18T06:34:02.8648240Z test_linalg_solve_triangular_large_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:34:02.8668790Z test_linalg_solve_triangular_large_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:34:02.8689350Z test_linalg_solve_triangular_large_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:34:02.8710480Z test_linalg_solve_triangular_large_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:34:02.8865140Z test_linear_algebra_scalar_raises_cpu (__main__.TestLinalgCPU) ... ok (0.015s) 2022-05-18T06:34:03.8657060Z test_lobpcg_basic_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.979s) 2022-05-18T06:34:12.0598860Z test_lobpcg_ortho_cpu_float64 (__main__.TestLinalgCPU) ... ok (8.194s) 2022-05-18T06:34:12.0709580Z test_lobpcg_scipy_cpu_float64 (__main__.TestLinalgCPU) 2022-05-18T06:34:36.5419540Z Compare torch and scipy.sparse.linalg implementations of lobpcg ... ok (24.482s) 2022-05-18T06:34:36.5419830Z 2022-05-18T06:34:36.5420010Z CPU timings: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-05-18T06:34:36.5420590Z ------------------------------------------------------- 2022-05-18T06:34:36.5420970Z | standard | generalized | method 2022-05-18T06:34:36.5421310Z torch.lobpcg | 255.37 | 272.70 | ortho 2022-05-18T06:34:36.5421580Z scipy_lobpcg | 211.14 | 236.31 | N/A 2022-05-18T06:34:36.5421980Z -(input size: 500, eigenpairs: 7, units: ms per call)- 2022-05-18T06:34:36.5422200Z 2022-05-18T06:34:36.5422640Z Calling scipy_lobpcg failed [standard]: expected 1-d or 2-d array or matrix, got array(None, dtype=object) 2022-05-18T06:34:36.5423160Z Handling of small tol=1e-100: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-05-18T06:34:36.5423620Z ---------------------------------------------------------------------------- 2022-05-18T06:34:36.5423940Z | standard | generalized | niter | method 2022-05-18T06:34:36.5424320Z torch.lobpcg | 1.15e-13 | 4.09e-15 | 1000 | ortho 2022-05-18T06:34:36.5424670Z scipy_lobpcg | -1.00e+00 | 4.78e-10 | -1 | N/A 2022-05-18T06:34:36.5425080Z ---(input size: 500, eigenpairs: 7, units: relative error, maxiter=1000)--- 2022-05-18T06:34:36.5425280Z 2022-05-18T06:34:37.9809980Z test_lobpcg_torchscript_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.439s) 2022-05-18T06:34:37.9991450Z test_lstsq_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:7560: UserWarning: An output with one or more elements was resized since it had shape [3, 2], which does not match the required output shape [4, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:37.9993010Z res3 = torch.lstsq(b, a, out=(b, a))[0] 2022-05-18T06:34:37.9993230Z ok (0.018s) 2022-05-18T06:34:38.0065540Z test_lu_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-05-18T06:34:38.0137120Z test_lu_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-05-18T06:34:38.0200690Z test_lu_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-05-18T06:34:38.0262660Z test_lu_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-05-18T06:34:38.0343300Z test_lu_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-05-18T06:34:38.0418810Z test_lu_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-05-18T06:34:38.0488580Z test_lu_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-05-18T06:34:38.0557330Z test_lu_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-05-18T06:34:38.0576730Z test_lu_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:34:38.0595700Z test_lu_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:34:38.0614970Z test_lu_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:34:38.0633160Z test_lu_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:34:38.0682270Z test_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-05-18T06:34:38.0731110Z test_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-05-18T06:34:38.0776560Z test_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-05-18T06:34:38.0821020Z test_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-05-18T06:34:38.0838040Z test_lu_solve_large_matrices_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:34:38.0854780Z test_lu_solve_large_matrices_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:34:38.0871630Z test_lu_solve_large_matrices_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:34:38.0889270Z test_lu_solve_large_matrices_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:34:38.0980660Z test_lu_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-05-18T06:34:38.1071250Z test_lu_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-05-18T06:34:38.1162250Z test_lu_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-05-18T06:34:38.1251750Z test_lu_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-05-18T06:34:38.1344400Z test_lu_unpack_check_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-05-18T06:34:38.1367440Z test_matmul_45724_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:34:38.8500740Z test_matmul_small_brute_force_1d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2], which does not match the required output shape [2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:38.8502230Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:38.8502930Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 3], which does not match the required output shape [3, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:38.8503590Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:38.8504270Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2], which does not match the required output shape [1, 2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:38.8504920Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:38.8505900Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 3], which does not match the required output shape [1, 3, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:38.8506600Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:38.8507430Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2], which does not match the required output shape [4, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:38.8508070Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:38.8508740Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [6, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:38.8509380Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:38.8510060Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2], which does not match the required output shape [2, 2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:38.8510690Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:38.8511380Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [2, 3, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:38.8512010Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:38.8512690Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 1], which does not match the required output shape [1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:38.8513620Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:38.8514310Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 2], which does not match the required output shape [2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:38.8514950Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:38.8515630Z test_linalg.py:4614: 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 [3, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:38.8516270Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:38.8517150Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 1], which does not match the required output shape [2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:38.8517840Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:38.8518520Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 2], which does not match the required output shape [4, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:38.8519160Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:38.8519840Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 3], which does not match the required output shape [6, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:38.8520470Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:38.8521150Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 1], which does not match the required output shape [2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:38.8521780Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:38.8522460Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 2], which does not match the required output shape [4, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:38.8523350Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:38.8524030Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 3], which does not match the required output shape [6, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:38.8524660Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:38.8525440Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 1], which does not match the required output shape [4, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:38.8526090Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:38.8526990Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 2], which does not match the required output shape [8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:38.8527680Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:38.8528370Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 3], which does not match the required output shape [12, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:38.8529030Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:38.8529230Z ok (0.713s) 2022-05-18T06:34:39.4537010Z test_matmul_small_brute_force_1d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.603s) 2022-05-18T06:34:39.8360780Z test_matmul_small_brute_force_1d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.382s) 2022-05-18T06:34:42.4994290Z test_matmul_small_brute_force_2d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 1], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.4995140Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.4995850Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 3, 1], 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.4996490Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.4997190Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 2], which does not match the required output shape [2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5000030Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5000720Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 3, 2], which does not match the required output shape [2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5001360Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5002040Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 3], which does not match the required output shape [3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5002680Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5003640Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 3, 3], which does not match the required output shape [3, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5004330Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5005020Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 2], which does not match the required output shape [1, 2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5005670Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5006360Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 3, 2], which does not match the required output shape [1, 2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5006990Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5008130Z test_linalg.py:4614: 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, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5009380Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5010130Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 3], which does not match the required output shape [1, 3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5019530Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5020220Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 1], which does not match the required output shape [2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5020870Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5021560Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 3, 1], which does not match the required output shape [2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5022220Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5022890Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 2], which does not match the required output shape [4, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5023750Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5024480Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 3, 2], which does not match the required output shape [4, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5025140Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5025810Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 3], which does not match the required output shape [6, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5026450Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5027120Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 3, 3], which does not match the required output shape [6, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5027750Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5028440Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 2], which does not match the required output shape [2, 2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5029090Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5029760Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 3, 2], which does not match the required output shape [2, 2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5030660Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5031350Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 3], which does not match the required output shape [2, 3, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5031990Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5032660Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 3], which does not match the required output shape [2, 3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5033290Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5034170Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 1, 1], which does not match the required output shape [1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5034870Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5035550Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 2, 1], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5036180Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5036860Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 1], 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5037500Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5038170Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 1, 2], which does not match the required output shape [2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5039660Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5040400Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 2, 2], which does not match the required output shape [2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5041440Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5042140Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5042790Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5043480Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 1, 3], which does not match the required output shape [3, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5044130Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5045030Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 2, 3], which does not match the required output shape [3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5045720Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5046400Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 3], which does not match the required output shape [3, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5047050Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5047720Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 1, 1], which does not match the required output shape [2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5048350Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5049120Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 2, 1], which does not match the required output shape [2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5049770Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.5050440Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 3, 1], which does not match the required output shape [2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.5051080Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7135250Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 1, 2], which does not match the required output shape [4, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7136700Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7137400Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 2, 2], which does not match the required output shape [4, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7138050Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7138810Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 3, 2], which does not match the required output shape [4, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7139460Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7140420Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 1, 3], which does not match the required output shape [6, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7141120Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7142070Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 2, 3], which does not match the required output shape [6, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7142750Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7143420Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 3, 3], which does not match the required output shape [6, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7144060Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7144740Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 1, 1], which does not match the required output shape [2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7145370Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7146050Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 2, 1], which does not match the required output shape [2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7146990Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7147680Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 3, 1], which does not match the required output shape [2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7148320Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7148990Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 1, 2], which does not match the required output shape [4, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7149630Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7150520Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 2, 2], which does not match the required output shape [4, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7151220Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7151890Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 3, 2], which does not match the required output shape [4, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7152530Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7153210Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 1, 3], which does not match the required output shape [6, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7153930Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7154620Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 2, 3], which does not match the required output shape [6, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7155260Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7156010Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 3, 3], which does not match the required output shape [6, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7156930Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7157600Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 1, 1], which does not match the required output shape [4, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7158230Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7158920Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 2, 1], which does not match the required output shape [4, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7159550Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7160220Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 3, 1], which does not match the required output shape [4, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7160860Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7161740Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 1, 2], which does not match the required output shape [8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7162430Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7163110Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 2, 2], which does not match the required output shape [8, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7163740Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7164410Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 3, 2], which does not match the required output shape [8, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7165050Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7165730Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 1, 3], which does not match the required output shape [12, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7166370Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7167040Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 2, 3], which does not match the required output shape [12, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7168020Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7168710Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 3, 3], which does not match the required output shape [12, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:42.7169350Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:42.7169540Z ok (2.877s) 2022-05-18T06:34:45.0626770Z test_matmul_small_brute_force_2d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (2.349s) 2022-05-18T06:34:46.5667240Z test_matmul_small_brute_force_2d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (1.504s) 2022-05-18T06:34:49.9754140Z test_matmul_small_brute_force_3d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 3, 1], which does not match the required output shape [3, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9755060Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9755760Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 2], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9756420Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9757110Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 3, 2], which does not match the required output shape [3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9757760Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9758440Z test_linalg.py:4614: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9759070Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9759750Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 3], which does not match the required output shape [2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9760390Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9761060Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 3, 1], which does not match the required output shape [6, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9762030Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9762710Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 2], which does not match the required output shape [2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9763340Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9764020Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 3, 2], which does not match the required output shape [6, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9764660Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9765540Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 3], which does not match the required output shape [2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9766240Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9766910Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 3], which does not match the required output shape [4, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9767540Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9768240Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 1, 1], which does not match the required output shape [1, 1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9768890Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9769570Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 2, 1], which does not match the required output shape [1, 2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9770210Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9770890Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 1], which does not match the required output shape [1, 3, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9771780Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9772460Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 1, 2], which does not match the required output shape [1, 1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9773100Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9773770Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 2, 2], which does not match the required output shape [1, 2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9774410Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9775280Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9775960Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9776640Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 1, 3], which does not match the required output shape [1, 1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9777280Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9777960Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 2, 3], which does not match the required output shape [1, 2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9778680Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9779360Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 3], which does not match the required output shape [1, 3, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9780000Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9780670Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 1, 1], which does not match the required output shape [2, 1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9781580Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9782250Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 2, 1], which does not match the required output shape [2, 2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9782890Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9783570Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 3, 1], which does not match the required output shape [2, 3, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9784200Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9784880Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 1, 2], which does not match the required output shape [2, 1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9785720Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9786440Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 2, 2], which does not match the required output shape [2, 2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9787080Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9787750Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 3, 2], which does not match the required output shape [2, 3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9788380Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9789140Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 1, 3], which does not match the required output shape [2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9789780Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9790450Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 2, 3], which does not match the required output shape [2, 2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9791080Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9791750Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [1, 2, 3, 3], which does not match the required output shape [2, 3, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9792650Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9793320Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 1, 1], which does not match the required output shape [2, 1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9793950Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9794630Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 2, 1], which does not match the required output shape [2, 2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9795270Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9796140Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 3, 1], which does not match the required output shape [2, 3, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9796820Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9797500Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 1, 2], which does not match the required output shape [2, 1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9798140Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9798820Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 2, 2], which does not match the required output shape [2, 2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9799460Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9800120Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 3, 2], which does not match the required output shape [2, 3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9800750Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9801430Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 1, 3], which does not match the required output shape [2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9802320Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9803000Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 2, 3], which does not match the required output shape [2, 2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9803630Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9804290Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 1, 3, 3], which does not match the required output shape [2, 3, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9804930Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9805790Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 1, 1], which does not match the required output shape [4, 1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9806470Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9807140Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 2, 1], which does not match the required output shape [4, 2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9807780Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9808450Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 3, 1], which does not match the required output shape [4, 3, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9809090Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9809760Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 1, 2], which does not match the required output shape [4, 1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9810390Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9811070Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 2, 2], which does not match the required output shape [4, 2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9811700Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9812630Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 3, 2], which does not match the required output shape [4, 3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9813260Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9813940Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 1, 3], which does not match the required output shape [4, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9814570Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9815230Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 2, 3], which does not match the required output shape [4, 2, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9815860Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9816730Z test_linalg.py:4614: UserWarning: An output with one or more elements was resized since it had shape [2, 2, 3, 3], which does not match the required output shape [4, 3, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:34:49.9817420Z ans = torch.matmul(x, y, out=out) 2022-05-18T06:34:49.9817620Z ok (3.409s) 2022-05-18T06:34:52.6934050Z test_matmul_small_brute_force_3d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (2.718s) 2022-05-18T06:34:54.3991070Z test_matmul_small_brute_force_3d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (1.706s) 2022-05-18T06:34:54.4238740Z test_matrix_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-05-18T06:34:54.4479680Z test_matrix_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-05-18T06:34:54.4677100Z test_matrix_power_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-05-18T06:34:54.4851690Z test_matrix_power_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-05-18T06:34:54.4984280Z test_matrix_power_non_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-05-18T06:34:54.5107020Z test_matrix_power_non_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-05-18T06:34:54.5382620Z test_matrix_rank_atol_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-05-18T06:34:54.5654260Z test_matrix_rank_atol_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-05-18T06:34:54.5916110Z test_matrix_rank_atol_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-05-18T06:34:54.6174560Z test_matrix_rank_atol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-05-18T06:34:54.6213470Z test_matrix_rank_atol_rtol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-05-18T06:34:54.6240270Z test_matrix_rank_basic_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:34:54.6266290Z test_matrix_rank_basic_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:34:54.6293540Z test_matrix_rank_basic_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:34:54.6319170Z test_matrix_rank_basic_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:34:54.6519450Z test_matrix_rank_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-05-18T06:34:54.6718670Z test_matrix_rank_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-05-18T06:34:54.6937710Z test_matrix_rank_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-05-18T06:34:54.7145150Z test_matrix_rank_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-05-18T06:34:54.7300960Z test_matrix_rank_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-05-18T06:34:54.7458810Z test_matrix_rank_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-05-18T06:34:54.7612550Z test_matrix_rank_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-05-18T06:34:54.7763110Z test_matrix_rank_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-05-18T06:34:54.7833700Z test_matrix_rank_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-05-18T06:34:54.7902820Z test_matrix_rank_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-05-18T06:34:54.7971580Z test_matrix_rank_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-05-18T06:34:54.8040070Z test_matrix_rank_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-05-18T06:34:54.8104910Z test_mm_bmm_non_memory_dense_cpu (__main__.TestLinalgCPU) ... ok (0.006s) 2022-05-18T06:34:54.8171430Z test_mm_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-05-18T06:34:54.8237410Z test_mm_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-05-18T06:34:54.8302080Z test_mm_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-05-18T06:34:54.8369730Z test_mm_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-05-18T06:34:54.8435560Z test_mm_cpu_int32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-05-18T06:34:54.8501080Z test_mm_cpu_int64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-05-18T06:34:54.8650250Z test_multi_dot_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-05-18T06:34:54.8772160Z test_multi_dot_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-05-18T06:34:54.9307080Z test_multi_dot_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.053s) 2022-05-18T06:34:54.9573500Z test_norm_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-05-18T06:34:54.9837890Z test_norm_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-05-18T06:34:54.9939700Z test_norm_complex_old_cpu (__main__.TestLinalgCPU) ... ok (0.010s) 2022-05-18T06:34:56.4735030Z test_norm_dtype_cpu (__main__.TestLinalgCPU) ... ok (1.479s) 2022-05-18T06:34:56.6795150Z test_norm_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.206s) 2022-05-18T06:34:56.8857760Z test_norm_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.206s) 2022-05-18T06:34:56.8939690Z test_norm_extreme_values_cpu (__main__.TestLinalgCPU) ... skip: Skipped on MacOS! (0.008s) 2022-05-18T06:34:56.8984150Z test_norm_fastpaths_cpu (__main__.TestLinalgCPU) ... ok (0.004s) 2022-05-18T06:34:57.0493720Z test_norm_fro_2_equivalence_old_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.151s) 2022-05-18T06:34:57.0519590Z test_norm_fused_type_promotion_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:34:57.0542820Z test_norm_fused_type_promotion_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:34:57.3201350Z test_norm_matrix_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.266s) 2022-05-18T06:35:01.8707920Z test_norm_matrix_cpu_float64 (__main__.TestLinalgCPU) ... ok (4.551s) 2022-05-18T06:35:02.6459330Z test_norm_matrix_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.775s) 2022-05-18T06:35:03.4238530Z test_norm_matrix_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.778s) 2022-05-18T06:35:04.2003370Z test_norm_matrix_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.776s) 2022-05-18T06:35:04.9683410Z test_norm_matrix_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.768s) 2022-05-18T06:35:05.0266110Z test_norm_old_cpu (__main__.TestLinalgCPU) ... ok (0.058s) 2022-05-18T06:35:05.0333510Z test_norm_old_nan_propagation_cpu (__main__.TestLinalgCPU) ... ok (0.007s) 2022-05-18T06:35:05.1121480Z test_norm_vector_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.079s) 2022-05-18T06:35:05.8370410Z test_norm_vector_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.725s) 2022-05-18T06:35:06.3556960Z test_norm_vector_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.519s) 2022-05-18T06:35:06.8670960Z test_norm_vector_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.511s) 2022-05-18T06:35:07.4013840Z test_norm_vector_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.534s) 2022-05-18T06:35:07.9304850Z test_norm_vector_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.529s) 2022-05-18T06:35:08.7936850Z test_nuclear_norm_axes_small_brute_force_old_cpu (__main__.TestLinalgCPU) ... ok (0.863s) 2022-05-18T06:35:08.8525250Z test_nuclear_norm_exceptions_old_cpu (__main__.TestLinalgCPU) ... ok (0.059s) 2022-05-18T06:35:08.8702200Z test_nuclear_norm_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-05-18T06:35:08.8865410Z test_nuclear_norm_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-05-18T06:35:08.8933380Z test_old_cholesky_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-05-18T06:35:08.8998770Z test_old_cholesky_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-05-18T06:35:08.9060520Z test_old_cholesky_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-05-18T06:35:08.9120960Z test_old_cholesky_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-05-18T06:35:08.9144510Z test_old_cholesky_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:35:08.9160860Z test_old_cholesky_batched_upper_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:35:08.9177210Z test_old_cholesky_batched_upper_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:35:08.9193690Z test_old_cholesky_batched_upper_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:35:08.9210010Z test_old_cholesky_batched_upper_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:35:08.9245690Z test_old_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-05-18T06:35:08.9281360Z test_old_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:08.9315680Z test_old_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:08.9349210Z test_old_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:08.9371160Z test_old_cholesky_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:08.9393720Z test_old_cholesky_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:08.9415350Z test_old_cholesky_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:08.9436400Z test_old_cholesky_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:08.9491930Z test_old_eig_basic_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-05-18T06:35:08.9548590Z test_old_eig_basic_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-05-18T06:35:08.9605690Z test_old_eig_basic_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-05-18T06:35:08.9660000Z test_old_eig_basic_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-05-18T06:35:08.9961680Z test_old_eig_invalid_input_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-05-18T06:35:09.0260980Z test_old_eig_invalid_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-05-18T06:35:09.0424880Z test_old_eig_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-05-18T06:35:09.0584070Z test_old_eig_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-05-18T06:35:09.0629910Z test_old_eig_reuse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-05-18T06:35:09.0671440Z test_old_eig_reuse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-05-18T06:35:09.0794560Z test_old_matrix_rank_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:3710: UserWarning: torch.matrix_rank is deprecated in favor of torch.linalg.matrix_rankand will be removed in a future PyTorch release. The parameter 'symmetric' was renamed in torch.linalg.matrix_rank to 'hermitian'. (Triggered internally at ../aten/src/ATen/native/LinearAlgebra.cpp:627.) 2022-05-18T06:35:09.0795400Z self.assertEqual(torch.matrix_rank(a).item(), 10) 2022-05-18T06:35:09.0796300Z test_linalg.py:3726: UserWarning: torch.matrix_rank is deprecated in favor of torch.linalg.matrix_rankand will be removed in a future PyTorch release. The parameter 'symmetric' was renamed in torch.linalg.matrix_rank to 'hermitian'. (Triggered internally at ../aten/src/ATen/native/LinearAlgebra.cpp:618.) 2022-05-18T06:35:09.0797470Z self.assertEqual(torch.matrix_rank(a, 0.01), np.linalg.matrix_rank(a.cpu().numpy(), 0.01)) 2022-05-18T06:35:09.0797810Z ok (0.012s) 2022-05-18T06:35:09.0913100Z test_old_matrix_rank_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-05-18T06:35:09.1017700Z test_old_matrix_rank_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-05-18T06:35:09.1118530Z test_old_matrix_rank_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-05-18T06:35:09.2341110Z test_ormqr_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.122s) 2022-05-18T06:35:09.3597530Z test_ormqr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.125s) 2022-05-18T06:35:09.4626190Z test_ormqr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.103s) 2022-05-18T06:35:09.5615540Z test_ormqr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.099s) 2022-05-18T06:35:09.6054870Z test_ormqr_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.044s) 2022-05-18T06:35:09.6485320Z test_ormqr_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.043s) 2022-05-18T06:35:09.6903420Z test_ormqr_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-05-18T06:35:09.7323190Z test_ormqr_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-05-18T06:35:09.7419600Z test_outer_cpu_bfloat16 (__main__.TestLinalgCPU) ... test_linalg.py:130: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at ../aten/src/ATen/native/LinearAlgebra.cpp:1049.) 2022-05-18T06:35:09.7420160Z torch.ger(a, b, out=out) 2022-05-18T06:35:09.7420360Z ok (0.010s) 2022-05-18T06:35:09.7493840Z test_outer_cpu_bool (__main__.TestLinalgCPU) ... ok (0.007s) 2022-05-18T06:35:09.7605530Z test_outer_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-05-18T06:35:09.7718310Z test_outer_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-05-18T06:35:09.7814300Z test_outer_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-05-18T06:35:09.7905650Z test_outer_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-05-18T06:35:09.7993910Z test_outer_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-05-18T06:35:09.8066840Z test_outer_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-05-18T06:35:09.8139420Z test_outer_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-05-18T06:35:09.8210710Z test_outer_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-05-18T06:35:09.8284400Z test_outer_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-05-18T06:35:09.8357850Z test_outer_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-05-18T06:35:09.8784430Z test_outer_ger_addr_legacy_tests_cpu (__main__.TestLinalgCPU) ... ok (0.042s) 2022-05-18T06:35:09.8815970Z test_outer_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:09.8842090Z test_outer_type_promotion_cpu_bfloat16_bool (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:09.8867590Z test_outer_type_promotion_cpu_bfloat16_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.8893340Z test_outer_type_promotion_cpu_bfloat16_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.8918490Z test_outer_type_promotion_cpu_bfloat16_float16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:09.8943950Z test_outer_type_promotion_cpu_bfloat16_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.8969370Z test_outer_type_promotion_cpu_bfloat16_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.8994310Z test_outer_type_promotion_cpu_bfloat16_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9019750Z test_outer_type_promotion_cpu_bfloat16_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9044910Z test_outer_type_promotion_cpu_bfloat16_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9070250Z test_outer_type_promotion_cpu_bfloat16_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9094910Z test_outer_type_promotion_cpu_bfloat16_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9120150Z test_outer_type_promotion_cpu_bool_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9152940Z test_outer_type_promotion_cpu_bool_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9169340Z test_outer_type_promotion_cpu_bool_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9194790Z test_outer_type_promotion_cpu_bool_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9219650Z test_outer_type_promotion_cpu_bool_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9244600Z test_outer_type_promotion_cpu_bool_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9269690Z test_outer_type_promotion_cpu_bool_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9295020Z test_outer_type_promotion_cpu_bool_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9319690Z test_outer_type_promotion_cpu_bool_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9344600Z test_outer_type_promotion_cpu_bool_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9369570Z test_outer_type_promotion_cpu_bool_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9394910Z test_outer_type_promotion_cpu_bool_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9420470Z test_outer_type_promotion_cpu_complex128_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9445400Z test_outer_type_promotion_cpu_complex128_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9470090Z test_outer_type_promotion_cpu_complex128_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9495650Z test_outer_type_promotion_cpu_complex128_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9520670Z test_outer_type_promotion_cpu_complex128_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9545810Z test_outer_type_promotion_cpu_complex128_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9570910Z test_outer_type_promotion_cpu_complex128_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9597850Z test_outer_type_promotion_cpu_complex128_int16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:09.9627140Z test_outer_type_promotion_cpu_complex128_int32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:09.9655020Z test_outer_type_promotion_cpu_complex128_int64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:09.9683090Z test_outer_type_promotion_cpu_complex128_int8 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:09.9711010Z test_outer_type_promotion_cpu_complex128_uint8 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:09.9737910Z test_outer_type_promotion_cpu_complex64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:09.9763390Z test_outer_type_promotion_cpu_complex64_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9787910Z test_outer_type_promotion_cpu_complex64_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9813160Z test_outer_type_promotion_cpu_complex64_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9837900Z test_outer_type_promotion_cpu_complex64_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9862390Z test_outer_type_promotion_cpu_complex64_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9887240Z test_outer_type_promotion_cpu_complex64_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9911990Z test_outer_type_promotion_cpu_complex64_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9936510Z test_outer_type_promotion_cpu_complex64_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9961820Z test_outer_type_promotion_cpu_complex64_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:09.9986450Z test_outer_type_promotion_cpu_complex64_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0011320Z test_outer_type_promotion_cpu_complex64_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0035550Z test_outer_type_promotion_cpu_float16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0062960Z test_outer_type_promotion_cpu_float16_bool (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:10.0087890Z test_outer_type_promotion_cpu_float16_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0113480Z test_outer_type_promotion_cpu_float16_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0138340Z test_outer_type_promotion_cpu_float16_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0163170Z test_outer_type_promotion_cpu_float16_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0188790Z test_outer_type_promotion_cpu_float16_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0213430Z test_outer_type_promotion_cpu_float16_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0238400Z test_outer_type_promotion_cpu_float16_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0263300Z test_outer_type_promotion_cpu_float16_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0288390Z test_outer_type_promotion_cpu_float16_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0314230Z test_outer_type_promotion_cpu_float16_uint8 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:10.0338950Z test_outer_type_promotion_cpu_float32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0363450Z test_outer_type_promotion_cpu_float32_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0388540Z test_outer_type_promotion_cpu_float32_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0413740Z test_outer_type_promotion_cpu_float32_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0437940Z test_outer_type_promotion_cpu_float32_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0462530Z test_outer_type_promotion_cpu_float32_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0487540Z test_outer_type_promotion_cpu_float32_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0512190Z test_outer_type_promotion_cpu_float32_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0537290Z test_outer_type_promotion_cpu_float32_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0562080Z test_outer_type_promotion_cpu_float32_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0586720Z test_outer_type_promotion_cpu_float32_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0611760Z test_outer_type_promotion_cpu_float32_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0636610Z test_outer_type_promotion_cpu_float64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0661650Z test_outer_type_promotion_cpu_float64_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0686710Z test_outer_type_promotion_cpu_float64_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0711760Z test_outer_type_promotion_cpu_float64_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0736330Z test_outer_type_promotion_cpu_float64_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0761460Z test_outer_type_promotion_cpu_float64_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0785830Z test_outer_type_promotion_cpu_float64_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0811170Z test_outer_type_promotion_cpu_float64_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0836830Z test_outer_type_promotion_cpu_float64_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0861860Z test_outer_type_promotion_cpu_float64_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0886570Z test_outer_type_promotion_cpu_float64_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0911580Z test_outer_type_promotion_cpu_float64_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0936030Z test_outer_type_promotion_cpu_int16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0960880Z test_outer_type_promotion_cpu_int16_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.0985600Z test_outer_type_promotion_cpu_int16_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1010070Z test_outer_type_promotion_cpu_int16_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1034960Z test_outer_type_promotion_cpu_int16_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1059500Z test_outer_type_promotion_cpu_int16_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1084230Z test_outer_type_promotion_cpu_int16_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1108800Z test_outer_type_promotion_cpu_int16_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1133020Z test_outer_type_promotion_cpu_int16_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1157970Z test_outer_type_promotion_cpu_int16_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1182430Z test_outer_type_promotion_cpu_int16_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1208610Z test_outer_type_promotion_cpu_int16_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1233430Z test_outer_type_promotion_cpu_int32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1258580Z test_outer_type_promotion_cpu_int32_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1283290Z test_outer_type_promotion_cpu_int32_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1310510Z test_outer_type_promotion_cpu_int32_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:10.1336130Z test_outer_type_promotion_cpu_int32_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1361240Z test_outer_type_promotion_cpu_int32_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1386660Z test_outer_type_promotion_cpu_int32_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1415710Z test_outer_type_promotion_cpu_int32_int16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:10.1440580Z test_outer_type_promotion_cpu_int32_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1466180Z test_outer_type_promotion_cpu_int32_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1491750Z test_outer_type_promotion_cpu_int32_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1517590Z test_outer_type_promotion_cpu_int32_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1543100Z test_outer_type_promotion_cpu_int64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:10.1568710Z test_outer_type_promotion_cpu_int64_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1594310Z test_outer_type_promotion_cpu_int64_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1619680Z test_outer_type_promotion_cpu_int64_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1645350Z test_outer_type_promotion_cpu_int64_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1671000Z test_outer_type_promotion_cpu_int64_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:10.1696750Z test_outer_type_promotion_cpu_int64_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:10.1722390Z test_outer_type_promotion_cpu_int64_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1747260Z test_outer_type_promotion_cpu_int64_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1772660Z test_outer_type_promotion_cpu_int64_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1798180Z test_outer_type_promotion_cpu_int64_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1823370Z test_outer_type_promotion_cpu_int64_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1848160Z test_outer_type_promotion_cpu_int8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1873280Z test_outer_type_promotion_cpu_int8_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1899100Z test_outer_type_promotion_cpu_int8_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1923680Z test_outer_type_promotion_cpu_int8_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1949090Z test_outer_type_promotion_cpu_int8_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.1974690Z test_outer_type_promotion_cpu_int8_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.2000290Z test_outer_type_promotion_cpu_int8_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.2024660Z test_outer_type_promotion_cpu_int8_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.2049500Z test_outer_type_promotion_cpu_int8_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.2075170Z test_outer_type_promotion_cpu_int8_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.2099920Z test_outer_type_promotion_cpu_int8_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.2125520Z test_outer_type_promotion_cpu_int8_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.2150170Z test_outer_type_promotion_cpu_uint8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.2175690Z test_outer_type_promotion_cpu_uint8_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.2201120Z test_outer_type_promotion_cpu_uint8_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.2225890Z test_outer_type_promotion_cpu_uint8_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.2251180Z test_outer_type_promotion_cpu_uint8_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.2276260Z test_outer_type_promotion_cpu_uint8_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.2301750Z test_outer_type_promotion_cpu_uint8_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.2327120Z test_outer_type_promotion_cpu_uint8_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.2351900Z test_outer_type_promotion_cpu_uint8_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.2377030Z test_outer_type_promotion_cpu_uint8_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.2402430Z test_outer_type_promotion_cpu_uint8_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:10.2427430Z test_outer_type_promotion_cpu_uint8_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:16.2008730Z test_pca_lowrank_cpu (__main__.TestLinalgCPU) ... ok (5.958s) 2022-05-18T06:35:16.3597090Z test_pinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.159s) 2022-05-18T06:35:16.5317200Z test_pinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.172s) 2022-05-18T06:35:16.6832630Z test_pinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.151s) 2022-05-18T06:35:16.8253540Z test_pinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.142s) 2022-05-18T06:35:16.8602030Z test_pinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-05-18T06:35:16.8942010Z test_pinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-05-18T06:35:16.9277580Z test_pinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-05-18T06:35:16.9618300Z test_pinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-05-18T06:35:16.9819540Z test_pinverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-05-18T06:35:17.0027990Z test_pinverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-05-18T06:35:17.0214200Z test_pinverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-05-18T06:35:17.0395770Z test_pinverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-05-18T06:35:17.0416290Z test_preferred_linalg_library_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:35:17.0442280Z test_qr_batched_cpu_complex128 (__main__.TestLinalgCPU) 2022-05-18T06:35:17.0478580Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.006s) 2022-05-18T06:35:17.0504480Z test_qr_batched_cpu_complex64 (__main__.TestLinalgCPU) 2022-05-18T06:35:17.0539630Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.006s) 2022-05-18T06:35:17.0565610Z test_qr_batched_cpu_float32 (__main__.TestLinalgCPU) 2022-05-18T06:35:17.0600020Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.006s) 2022-05-18T06:35:17.0625840Z test_qr_batched_cpu_float64 (__main__.TestLinalgCPU) 2022-05-18T06:35:17.0656820Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.006s) 2022-05-18T06:35:17.1261440Z test_qr_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:3839: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-05-18T06:35:17.1262970Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-05-18T06:35:17.1263910Z Q, R = torch.qr(A, some) 2022-05-18T06:35:17.1264680Z should be replaced with 2022-05-18T06:35:17.1265810Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:2509.) 2022-05-18T06:35:17.1266800Z torch.qr(A, some=some, out=(Q_out, R_out)) 2022-05-18T06:35:17.1267670Z ok (0.060s) 2022-05-18T06:35:17.2079610Z test_qr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.080s) 2022-05-18T06:35:17.2654300Z test_qr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.060s) 2022-05-18T06:35:17.3185140Z test_qr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.053s) 2022-05-18T06:35:17.3340160Z test_qr_error_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-05-18T06:35:17.3359750Z test_qr_out_cpu_complex128 (__main__.TestLinalgCPU) 2022-05-18T06:35:17.3425010Z test torch.linalg.qr(out=...) vs torch.lingalg.qr ... ok (0.008s) 2022-05-18T06:35:17.3444660Z test_qr_out_cpu_complex64 (__main__.TestLinalgCPU) 2022-05-18T06:35:17.3509740Z test torch.linalg.qr(out=...) vs torch.lingalg.qr ... ok (0.008s) 2022-05-18T06:35:17.3529310Z test_qr_out_cpu_float32 (__main__.TestLinalgCPU) 2022-05-18T06:35:17.3589090Z test torch.linalg.qr(out=...) vs torch.lingalg.qr ... ok (0.008s) 2022-05-18T06:35:17.3608480Z test_qr_out_cpu_float64 (__main__.TestLinalgCPU) 2022-05-18T06:35:17.3666200Z test torch.linalg.qr(out=...) vs torch.lingalg.qr ... ok (0.008s) 2022-05-18T06:35:17.3686580Z test_qr_vs_numpy_cpu_complex128 (__main__.TestLinalgCPU) 2022-05-18T06:35:17.3763650Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.010s) 2022-05-18T06:35:17.3784250Z test_qr_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) 2022-05-18T06:35:17.3864860Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.010s) 2022-05-18T06:35:17.3885440Z test_qr_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) 2022-05-18T06:35:17.3960830Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.010s) 2022-05-18T06:35:17.3981570Z test_qr_vs_numpy_cpu_float64 (__main__.TestLinalgCPU) 2022-05-18T06:35:17.4054080Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.009s) 2022-05-18T06:35:17.4107670Z test_renorm_cpu (__main__.TestLinalgCPU) ... ok (0.005s) 2022-05-18T06:35:17.4137610Z test_renorm_ps_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:17.4956590Z test_slogdet_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.082s) 2022-05-18T06:35:17.5801020Z test_slogdet_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.084s) 2022-05-18T06:35:17.6595100Z test_slogdet_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.079s) 2022-05-18T06:35:17.7351960Z test_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.075s) 2022-05-18T06:35:17.7691250Z test_slogdet_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-05-18T06:35:17.8021560Z test_slogdet_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-05-18T06:35:17.8352610Z test_slogdet_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-05-18T06:35:17.8682010Z test_slogdet_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-05-18T06:35:17.8759630Z test_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-05-18T06:35:17.8834170Z test_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-05-18T06:35:17.8896150Z test_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-05-18T06:35:17.8957450Z test_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-05-18T06:35:17.9953280Z test_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.099s) 2022-05-18T06:35:18.0922850Z test_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.097s) 2022-05-18T06:35:18.1790360Z test_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.087s) 2022-05-18T06:35:18.2632960Z test_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.084s) 2022-05-18T06:35:18.3471170Z test_solve_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.084s) 2022-05-18T06:35:18.4304850Z test_solve_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.083s) 2022-05-18T06:35:18.5138540Z test_solve_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.083s) 2022-05-18T06:35:18.5957340Z test_solve_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.082s) 2022-05-18T06:35:18.5983970Z test_solve_methods_arg_device_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:35:18.6004870Z test_solve_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:18.6032980Z test_strided_mm_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:18.6059270Z test_strided_mm_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:18.7173300Z test_svd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.111s) 2022-05-18T06:35:18.8335540Z test_svd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.116s) 2022-05-18T06:35:18.9359410Z test_svd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.102s) 2022-05-18T06:35:19.0338940Z test_svd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.098s) 2022-05-18T06:35:29.7936210Z test_svd_lowrank_cpu_float64 (__main__.TestLinalgCPU) ... ok (10.760s) 2022-05-18T06:35:30.2595660Z test_svd_memory_allocation_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.466s) 2022-05-18T06:35:30.5308770Z test_svd_memory_allocation_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.271s) 2022-05-18T06:35:30.6613890Z test_svd_memory_allocation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.130s) 2022-05-18T06:35:30.7932410Z test_svd_memory_allocation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.132s) 2022-05-18T06:35:30.8091630Z 2022-05-18T06:35:30.8112710Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-05-18T06:35:30.8112930Z 2022-05-18T06:35:30.8113370Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-05-18T06:35:30.8421870Z 2022-05-18T06:35:30.8422450Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-05-18T06:35:30.8422670Z 2022-05-18T06:35:30.8423370Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-05-18T06:35:30.8529400Z test_svd_nan_error_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.060s) 2022-05-18T06:35:30.8682740Z 2022-05-18T06:35:30.8683200Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-05-18T06:35:30.8683420Z 2022-05-18T06:35:30.8683560Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-05-18T06:35:30.8917650Z 2022-05-18T06:35:30.8918210Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-05-18T06:35:30.8918550Z 2022-05-18T06:35:30.8919220Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-05-18T06:35:30.9025810Z test_svd_nan_error_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-05-18T06:35:30.9170980Z 2022-05-18T06:35:30.9171390Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-05-18T06:35:30.9171610Z 2022-05-18T06:35:30.9171750Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-05-18T06:35:30.9394640Z 2022-05-18T06:35:30.9395050Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-05-18T06:35:30.9395250Z 2022-05-18T06:35:30.9395430Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-05-18T06:35:30.9501340Z test_svd_nan_error_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-05-18T06:35:30.9648120Z 2022-05-18T06:35:30.9648560Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-05-18T06:35:30.9648800Z 2022-05-18T06:35:30.9648990Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-05-18T06:35:30.9873720Z 2022-05-18T06:35:30.9874140Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-05-18T06:35:30.9874360Z 2022-05-18T06:35:30.9874570Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-05-18T06:35:30.9979630Z test_svd_nan_error_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-05-18T06:35:31.0351870Z test_symeig_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:7326: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-05-18T06:35:31.0352550Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-05-18T06:35:31.0352950Z L, _ = torch.symeig(A, upper=upper) 2022-05-18T06:35:31.0353200Z should be replaced with 2022-05-18T06:35:31.0353780Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-05-18T06:35:31.0354740Z and 2022-05-18T06:35:31.0354970Z L, V = torch.symeig(A, eigenvectors=True) 2022-05-18T06:35:31.0355210Z should be replaced with 2022-05-18T06:35:31.0355780Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:3059.) 2022-05-18T06:35:31.0356210Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-05-18T06:35:31.0357030Z test_linalg.py:7326: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:35:31.0357790Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-05-18T06:35:31.0358580Z test_linalg.py:7326: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:35:31.0359320Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-05-18T06:35:31.0360390Z test_linalg.py:7326: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:35:31.0361220Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-05-18T06:35:31.0362000Z test_linalg.py:7326: UserWarning: An output with one or more elements was resized since it had shape [5, 3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:35:31.0362740Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-05-18T06:35:31.0363030Z ok (0.037s) 2022-05-18T06:35:31.0719260Z test_symeig_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-05-18T06:35:31.1048430Z test_symeig_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-05-18T06:35:31.1375360Z test_symeig_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-05-18T06:35:31.1554150Z test_symeig_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-05-18T06:35:31.1730790Z test_symeig_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-05-18T06:35:31.1909650Z test_symeig_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-05-18T06:35:31.2088460Z test_symeig_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-05-18T06:35:31.2152100Z test_tensordot_cpu (__main__.TestLinalgCPU) ... ok (0.006s) 2022-05-18T06:35:31.2279250Z test_tensorinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-05-18T06:35:31.2400390Z test_tensorinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-05-18T06:35:31.2510410Z test_tensorinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-05-18T06:35:31.2616560Z test_tensorinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-05-18T06:35:31.2643500Z test_tensorinv_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:31.2669740Z test_tensorinv_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:31.2695750Z test_tensorinv_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:31.2721840Z test_tensorinv_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:31.3027250Z test_tensorinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-05-18T06:35:31.3329170Z test_tensorinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-05-18T06:35:31.3635570Z test_tensorinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-05-18T06:35:31.3942320Z test_tensorinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-05-18T06:35:31.4108570Z test_tensorinv_singular_input_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-05-18T06:35:31.4280840Z test_tensorinv_singular_input_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-05-18T06:35:31.4448150Z test_tensorinv_singular_input_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-05-18T06:35:31.4612830Z test_tensorinv_singular_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-05-18T06:35:31.4683890Z test_tensorsolve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-05-18T06:35:31.4755000Z test_tensorsolve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-05-18T06:35:31.4817140Z test_tensorsolve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-05-18T06:35:31.4878110Z test_tensorsolve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-05-18T06:35:31.4899750Z test_tensorsolve_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:31.4921040Z test_tensorsolve_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:31.4942070Z test_tensorsolve_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:31.4963310Z test_tensorsolve_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-05-18T06:35:31.5089730Z test_tensorsolve_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-05-18T06:35:31.5492450Z test_triangular_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:4539: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-05-18T06:35:31.5493470Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-05-18T06:35:31.5494090Z X = torch.triangular_solve(B, A).solution 2022-05-18T06:35:31.5494660Z should be replaced with 2022-05-18T06:35:31.5495520Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:2189.) 2022-05-18T06:35:31.5496000Z x = torch.triangular_solve(b, A, upper=upper, transpose=transpose, unitriangular=unitriangular)[0] 2022-05-18T06:35:31.5496710Z ok (0.040s) 2022-05-18T06:35:31.5889910Z test_triangular_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-05-18T06:35:31.6268240Z test_triangular_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.038s) 2022-05-18T06:35:31.6647600Z test_triangular_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.038s) 2022-05-18T06:35:31.6846580Z test_triangular_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-05-18T06:35:31.7057470Z test_triangular_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-05-18T06:35:31.7246640Z test_triangular_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-05-18T06:35:31.7435910Z test_triangular_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-05-18T06:35:31.7468210Z test_triangular_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:35:31.7500460Z test_triangular_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:35:31.7532190Z test_triangular_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:35:31.7563980Z test_triangular_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:35:31.7735980Z test_triangular_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-05-18T06:35:31.7913700Z test_triangular_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-05-18T06:35:31.8078780Z test_triangular_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-05-18T06:35:31.8239010Z test_triangular_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-05-18T06:35:31.8467450Z test_triangular_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-05-18T06:35:31.8692370Z test_triangular_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-05-18T06:35:31.8918150Z test_triangular_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-05-18T06:35:31.9143220Z test_triangular_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-05-18T06:35:31.9592820Z test_vdot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.045s) 2022-05-18T06:35:31.9633110Z test_vdot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-05-18T06:35:31.9666000Z test_vdot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-05-18T06:35:42.6421350Z test_vector_norm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (10.675s) 2022-05-18T06:35:47.2283350Z test_vector_norm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (4.586s) 2022-05-18T06:35:51.8302360Z test_vector_norm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (4.602s) 2022-05-18T06:36:02.4172070Z test_vector_norm_cpu_float16 (__main__.TestLinalgCPU) ... ok (10.587s) 2022-05-18T06:36:13.0942370Z test_vector_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (10.677s) 2022-05-18T06:36:23.7764060Z test_vector_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (10.682s) 2022-05-18T06:36:23.8342000Z test_vector_norm_dim_tuple_arg_cpu (__main__.TestLinalgCPU) ... ok (0.058s) 2022-05-18T06:36:23.8669390Z test_vector_norm_extreme_values_cpu (__main__.TestLinalgCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/linalg/linalg.py:2516: RuntimeWarning: divide by zero encountered in power 2022-05-18T06:36:23.8669870Z ret **= (1 / ord) 2022-05-18T06:36:23.8670480Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in reciprocal 2022-05-18T06:36:23.8670840Z absx **= ord 2022-05-18T06:36:23.8671370Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in power 2022-05-18T06:36:23.8671710Z absx **= ord 2022-05-18T06:36:23.8671890Z ok (0.033s) 2022-05-18T06:36:24.1130190Z test_vector_norm_out_dtype_error_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.246s) 2022-05-18T06:36:24.3853960Z test_vector_norm_out_dtype_error_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.272s) 2022-05-18T06:36:24.6649060Z test_vector_norm_out_dtype_error_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.278s) 2022-05-18T06:36:24.9105780Z test_vector_norm_out_dtype_error_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.246s) 2022-05-18T06:36:25.1610850Z test_vector_norm_out_dtype_error_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.250s) 2022-05-18T06:36:25.4098560Z test_vector_norm_out_dtype_error_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.249s) 2022-05-18T06:36:25.5867880Z 2022-05-18T06:36:25.5868610Z ---------------------------------------------------------------------- 2022-05-18T06:36:25.5869090Z Ran 754 tests in 204.110s 2022-05-18T06:36:25.5869240Z 2022-05-18T06:36:25.5869320Z OK (skipped=55) 2022-05-18T06:36:25.5869450Z 2022-05-18T06:36:25.5869550Z Generating XML reports... 2022-05-18T06:36:25.5870080Z Generated XML report: test-reports/python-unittest/test_linalg/TEST-TestLinalgCPU-20220518063301.xml 2022-05-18T06:36:25.9974150Z Running test_masked ... [2022-05-18 06:36:25.996835] 2022-05-18T06:36:25.9974850Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_masked.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:36:25.996969] 2022-05-18T06:36:28.3069800Z 2022-05-18T06:36:28.3070110Z Running tests... 2022-05-18T06:36:28.3070750Z ---------------------------------------------------------------------- 2022-05-18T06:36:28.3071240Z Test results will be stored in test-reports/python-unittest/test_masked 2022-05-18T06:36:28.5302390Z test_mask_layout_sparse_coo__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.223s) 2022-05-18T06:36:28.7558220Z test_mask_layout_sparse_coo__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.225s) 2022-05-18T06:36:28.9827400Z test_mask_layout_sparse_coo__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.227s) 2022-05-18T06:36:29.1959250Z test_mask_layout_sparse_coo__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.213s) 2022-05-18T06:36:29.3604600Z test_mask_layout_sparse_coo__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.164s) 2022-05-18T06:36:29.5318850Z test_mask_layout_sparse_coo__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.171s) 2022-05-18T06:36:29.6970150Z test_mask_layout_sparse_coo__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.165s) 2022-05-18T06:36:29.8634320Z test_mask_layout_sparse_coo__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.166s) 2022-05-18T06:36:30.0400870Z test_mask_layout_sparse_coo__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.177s) 2022-05-18T06:36:30.2562080Z test_mask_layout_sparse_coo__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.216s) 2022-05-18T06:36:30.4748490Z test_mask_layout_sparse_coo__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.219s) 2022-05-18T06:36:30.6869650Z test_mask_layout_sparse_coo__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.212s) 2022-05-18T06:36:30.9021920Z test_mask_layout_sparse_coo__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.215s) 2022-05-18T06:36:31.0726970Z test_mask_layout_sparse_coo__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.170s) 2022-05-18T06:36:31.2468000Z test_mask_layout_sparse_coo__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.174s) 2022-05-18T06:36:31.4098490Z test_mask_layout_sparse_coo__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.163s) 2022-05-18T06:36:31.5818400Z test_mask_layout_sparse_coo__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.172s) 2022-05-18T06:36:31.7698820Z test_mask_layout_sparse_coo__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.188s) 2022-05-18T06:36:31.9561590Z test_mask_layout_sparse_coo__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.186s) 2022-05-18T06:36:32.1385550Z test_mask_layout_sparse_coo__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.182s) 2022-05-18T06:36:32.3311670Z test_mask_layout_sparse_coo__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.192s) 2022-05-18T06:36:32.5725690Z test_mask_layout_sparse_coo__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.241s) 2022-05-18T06:36:32.8050790Z test_mask_layout_sparse_coo__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.232s) 2022-05-18T06:36:32.9753170Z test_mask_layout_sparse_coo__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.170s) 2022-05-18T06:36:33.1453490Z test_mask_layout_sparse_coo__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.170s) 2022-05-18T06:36:33.3139410Z test_mask_layout_sparse_coo__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.168s) 2022-05-18T06:36:33.4863530Z test_mask_layout_sparse_coo__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.172s) 2022-05-18T06:36:33.6602060Z test_mask_layout_sparse_coo__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.174s) 2022-05-18T06:36:33.9085180Z test_mask_layout_sparse_coo__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.248s) 2022-05-18T06:36:34.0982880Z test_mask_layout_sparse_coo__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.190s) 2022-05-18T06:36:34.2860010Z test_mask_layout_sparse_coo__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.188s) 2022-05-18T06:36:34.4746390Z test_mask_layout_sparse_coo__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.189s) 2022-05-18T06:36:34.7199970Z test_mask_layout_sparse_coo__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.245s) 2022-05-18T06:36:34.9664490Z test_mask_layout_sparse_coo__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.246s) 2022-05-18T06:36:35.2144980Z test_mask_layout_sparse_coo__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.248s) 2022-05-18T06:36:35.3952430Z test_mask_layout_sparse_coo__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.181s) 2022-05-18T06:36:35.5753350Z test_mask_layout_sparse_coo__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.180s) 2022-05-18T06:36:35.7522380Z test_mask_layout_sparse_coo__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.177s) 2022-05-18T06:36:35.9335960Z test_mask_layout_sparse_coo__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.181s) 2022-05-18T06:36:36.1221040Z test_mask_layout_sparse_coo__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.188s) 2022-05-18T06:36:36.1246000Z test_mask_layout_sparse_csr__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... skip: _masked.amax does not support inputs with sparse_csr layout (0.002s) 2022-05-18T06:36:36.1267490Z test_mask_layout_sparse_csr__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... skip: _masked.amax does not support inputs with sparse_csr layout (0.002s) 2022-05-18T06:36:36.1290800Z test_mask_layout_sparse_csr__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... skip: _masked.amax does not support inputs with sparse_csr layout (0.002s) 2022-05-18T06:36:36.1313350Z test_mask_layout_sparse_csr__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... skip: _masked.amax does not support inputs with sparse_csr layout (0.002s) 2022-05-18T06:36:36.1335660Z test_mask_layout_sparse_csr__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: _masked.amax does not support inputs with sparse_csr layout (0.002s) 2022-05-18T06:36:36.1357500Z test_mask_layout_sparse_csr__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: _masked.amax does not support inputs with sparse_csr layout (0.002s) 2022-05-18T06:36:36.1379490Z test_mask_layout_sparse_csr__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: _masked.amax does not support inputs with sparse_csr layout (0.002s) 2022-05-18T06:36:36.1401220Z test_mask_layout_sparse_csr__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: _masked.amax does not support inputs with sparse_csr layout (0.002s) 2022-05-18T06:36:36.1422750Z test_mask_layout_sparse_csr__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: _masked.amax does not support inputs with sparse_csr layout (0.002s) 2022-05-18T06:36:36.1444790Z test_mask_layout_sparse_csr__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... skip: _masked.amin does not support inputs with sparse_csr layout (0.002s) 2022-05-18T06:36:36.1466830Z test_mask_layout_sparse_csr__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... skip: _masked.amin does not support inputs with sparse_csr layout (0.002s) 2022-05-18T06:36:36.1488770Z test_mask_layout_sparse_csr__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... skip: _masked.amin does not support inputs with sparse_csr layout (0.002s) 2022-05-18T06:36:36.1510600Z test_mask_layout_sparse_csr__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... skip: _masked.amin does not support inputs with sparse_csr layout (0.002s) 2022-05-18T06:36:36.1532610Z test_mask_layout_sparse_csr__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: _masked.amin does not support inputs with sparse_csr layout (0.002s) 2022-05-18T06:36:36.1554510Z test_mask_layout_sparse_csr__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: _masked.amin does not support inputs with sparse_csr layout (0.002s) 2022-05-18T06:36:36.1576310Z test_mask_layout_sparse_csr__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: _masked.amin does not support inputs with sparse_csr layout (0.002s) 2022-05-18T06:36:36.1598680Z test_mask_layout_sparse_csr__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: _masked.amin does not support inputs with sparse_csr layout (0.002s) 2022-05-18T06:36:36.1620910Z test_mask_layout_sparse_csr__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: _masked.amin does not support inputs with sparse_csr layout (0.002s) 2022-05-18T06:36:36.1793150Z test_mask_layout_sparse_csr__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.017s) 2022-05-18T06:36:36.1966130Z test_mask_layout_sparse_csr__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.017s) 2022-05-18T06:36:36.2135830Z test_mask_layout_sparse_csr__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.017s) 2022-05-18T06:36:36.2649770Z test_mask_layout_sparse_csr__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.051s) 2022-05-18T06:36:36.3174200Z test_mask_layout_sparse_csr__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.052s) 2022-05-18T06:36:36.3348510Z test_mask_layout_sparse_csr__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.017s) 2022-05-18T06:36:36.3522350Z test_mask_layout_sparse_csr__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.017s) 2022-05-18T06:36:36.3689440Z test_mask_layout_sparse_csr__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.017s) 2022-05-18T06:36:36.3865060Z test_mask_layout_sparse_csr__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.017s) 2022-05-18T06:36:36.4030090Z test_mask_layout_sparse_csr__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.016s) 2022-05-18T06:36:36.4555220Z test_mask_layout_sparse_csr__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.052s) 2022-05-18T06:36:36.4739480Z test_mask_layout_sparse_csr__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.018s) 2022-05-18T06:36:36.4927050Z test_mask_layout_sparse_csr__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.019s) 2022-05-18T06:36:36.5114630Z test_mask_layout_sparse_csr__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.019s) 2022-05-18T06:36:36.5631780Z test_mask_layout_sparse_csr__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.052s) 2022-05-18T06:36:36.6157430Z test_mask_layout_sparse_csr__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.052s) 2022-05-18T06:36:36.6695000Z test_mask_layout_sparse_csr__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.054s) 2022-05-18T06:36:36.6881610Z test_mask_layout_sparse_csr__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.019s) 2022-05-18T06:36:36.7067830Z test_mask_layout_sparse_csr__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.019s) 2022-05-18T06:36:36.7250640Z test_mask_layout_sparse_csr__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.018s) 2022-05-18T06:36:36.7438940Z test_mask_layout_sparse_csr__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.019s) 2022-05-18T06:36:36.7620240Z test_mask_layout_sparse_csr__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.018s) 2022-05-18T06:36:36.8603310Z test_mask_layout_strided__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.098s) 2022-05-18T06:36:36.9557590Z test_mask_layout_strided__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.095s) 2022-05-18T06:36:37.0491640Z test_mask_layout_strided__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.093s) 2022-05-18T06:36:37.1415700Z test_mask_layout_strided__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.092s) 2022-05-18T06:36:37.2103810Z test_mask_layout_strided__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.069s) 2022-05-18T06:36:37.2814550Z test_mask_layout_strided__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.071s) 2022-05-18T06:36:37.3527590Z test_mask_layout_strided__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.071s) 2022-05-18T06:36:37.4246050Z test_mask_layout_strided__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.072s) 2022-05-18T06:36:37.4962610Z test_mask_layout_strided__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.072s) 2022-05-18T06:36:37.5916150Z test_mask_layout_strided__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.095s) 2022-05-18T06:36:37.6849170Z test_mask_layout_strided__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.093s) 2022-05-18T06:36:37.7775670Z test_mask_layout_strided__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.093s) 2022-05-18T06:36:37.8698470Z test_mask_layout_strided__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.092s) 2022-05-18T06:36:37.9407890Z test_mask_layout_strided__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.071s) 2022-05-18T06:36:38.0107280Z test_mask_layout_strided__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.070s) 2022-05-18T06:36:38.0788940Z test_mask_layout_strided__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.068s) 2022-05-18T06:36:38.1534970Z test_mask_layout_strided__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.074s) 2022-05-18T06:36:38.2607310Z test_mask_layout_strided__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.108s) 2022-05-18T06:36:38.3372580Z test_mask_layout_strided__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.076s) 2022-05-18T06:36:38.4226100Z test_mask_layout_strided__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.085s) 2022-05-18T06:36:38.5082920Z test_mask_layout_strided__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.086s) 2022-05-18T06:36:38.6162370Z test_mask_layout_strided__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.108s) 2022-05-18T06:36:38.7205060Z test_mask_layout_strided__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.104s) 2022-05-18T06:36:38.7964850Z test_mask_layout_strided__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.076s) 2022-05-18T06:36:38.8716490Z test_mask_layout_strided__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.075s) 2022-05-18T06:36:38.9432080Z test_mask_layout_strided__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.071s) 2022-05-18T06:36:39.0181780Z test_mask_layout_strided__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.075s) 2022-05-18T06:36:39.0922610Z test_mask_layout_strided__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.074s) 2022-05-18T06:36:39.1969580Z test_mask_layout_strided__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.105s) 2022-05-18T06:36:39.2689990Z test_mask_layout_strided__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.072s) 2022-05-18T06:36:39.3501130Z test_mask_layout_strided__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.081s) 2022-05-18T06:36:39.4327460Z test_mask_layout_strided__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.083s) 2022-05-18T06:36:39.5365740Z test_mask_layout_strided__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.104s) 2022-05-18T06:36:39.6405130Z test_mask_layout_strided__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.104s) 2022-05-18T06:36:39.7422860Z test_mask_layout_strided__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.102s) 2022-05-18T06:36:39.8143520Z test_mask_layout_strided__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.072s) 2022-05-18T06:36:39.8865480Z test_mask_layout_strided__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.072s) 2022-05-18T06:36:39.9571610Z test_mask_layout_strided__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.071s) 2022-05-18T06:36:40.0304960Z test_mask_layout_strided__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.073s) 2022-05-18T06:36:40.1033210Z test_mask_layout_strided__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.073s) 2022-05-18T06:36:40.1360850Z test_reference_masked__masked_log_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-05-18T06:36:40.1678780Z test_reference_masked__masked_log_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-05-18T06:36:40.1992780Z test_reference_masked__masked_log_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.031s) 2022-05-18T06:36:40.4716230Z test_reference_masked__masked_norm_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.272s) 2022-05-18T06:36:40.7355050Z test_reference_masked__masked_norm_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.264s) 2022-05-18T06:36:41.0137760Z test_reference_masked__masked_norm_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.278s) 2022-05-18T06:36:41.2868500Z test_reference_masked__masked_norm_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.272s) 2022-05-18T06:36:41.3354000Z test_reference_masked__masked_normalize_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.049s) 2022-05-18T06:36:41.3521020Z test_reference_masked__masked_normalize_cpu_float16 (__main__.TestMaskedCPU) ... expected failure (0.017s) 2022-05-18T06:36:41.4011410Z test_reference_masked__masked_normalize_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.049s) 2022-05-18T06:36:41.4484220Z test_reference_masked__masked_normalize_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.047s) 2022-05-18T06:36:41.4807330Z test_reference_masked__masked_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-05-18T06:36:41.5128130Z test_reference_masked__masked_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-05-18T06:36:41.5444890Z test_reference_masked__masked_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-05-18T06:36:41.5803460Z test_reference_masked__masked_softmin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.036s) 2022-05-18T06:36:41.6161200Z test_reference_masked__masked_softmin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.036s) 2022-05-18T06:36:41.6511650Z test_reference_masked__masked_softmin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.035s) 2022-05-18T06:36:41.7965030Z test_reference_masked__masked_std_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.145s) 2022-05-18T06:36:41.9411070Z test_reference_masked__masked_std_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.144s) 2022-05-18T06:36:42.0851060Z test_reference_masked__masked_std_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.144s) 2022-05-18T06:36:42.2343330Z test_reference_masked__masked_std_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.149s) 2022-05-18T06:36:42.3877540Z test_reference_masked__masked_std_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.153s) 2022-05-18T06:36:42.3969720Z test_reference_masked__masked_std_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.009s) 2022-05-18T06:36:42.4057380Z test_reference_masked__masked_std_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.009s) 2022-05-18T06:36:42.4144600Z test_reference_masked__masked_std_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.009s) 2022-05-18T06:36:42.4231900Z test_reference_masked__masked_std_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.009s) 2022-05-18T06:36:42.4318740Z test_reference_masked__masked_std_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.009s) 2022-05-18T06:36:42.5761820Z test_reference_masked__masked_var_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.144s) 2022-05-18T06:36:42.7182070Z test_reference_masked__masked_var_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.142s) 2022-05-18T06:36:42.8623290Z test_reference_masked__masked_var_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.144s) 2022-05-18T06:36:43.0035170Z test_reference_masked__masked_var_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.141s) 2022-05-18T06:36:43.1482540Z test_reference_masked__masked_var_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.145s) 2022-05-18T06:36:43.2893950Z test_reference_masked__masked_var_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.141s) 2022-05-18T06:36:43.2979950Z test_reference_masked__masked_var_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.009s) 2022-05-18T06:36:43.3068030Z test_reference_masked__masked_var_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.009s) 2022-05-18T06:36:43.3156330Z test_reference_masked__masked_var_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.009s) 2022-05-18T06:36:43.3241280Z test_reference_masked__masked_var_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.008s) 2022-05-18T06:36:43.3325600Z test_reference_masked__masked_var_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.008s) 2022-05-18T06:36:43.3357970Z test_where_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.003s) 2022-05-18T06:36:43.3386240Z test_where_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.003s) 2022-05-18T06:36:43.3417020Z test_where_csr_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.003s) 2022-05-18T06:36:43.3446880Z test_where_csr_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.003s) 2022-05-18T06:36:43.3476430Z test_where_hybrid_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.003s) 2022-05-18T06:36:43.3506440Z test_where_hybrid_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.003s) 2022-05-18T06:36:43.3902170Z 2022-05-18T06:36:43.3903700Z ---------------------------------------------------------------------- 2022-05-18T06:36:43.3904150Z Ran 164 tests in 15.044s 2022-05-18T06:36:43.3904310Z 2022-05-18T06:36:43.3904680Z OK (skipped=18, expected failures=1) 2022-05-18T06:36:43.3904860Z 2022-05-18T06:36:43.3905260Z Generating XML reports... 2022-05-18T06:36:43.3905830Z Generated XML report: test-reports/python-unittest/test_masked/TEST-TestMaskedCPU-20220518063628.xml 2022-05-18T06:36:43.7276800Z Running test_mkldnn ... [2022-05-18 06:36:43.727294] 2022-05-18T06:36:43.7277460Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_mkldnn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:36:43.727459] 2022-05-18T06:36:44.9242260Z 2022-05-18T06:36:44.9242590Z Running tests... 2022-05-18T06:36:44.9243310Z ---------------------------------------------------------------------- 2022-05-18T06:36:44.9243800Z Test results will be stored in test-reports/python-unittest/test_mkldnn 2022-05-18T06:36:45.4457480Z test_0_dimension_tensor (__main__.TestMkldnn) ... ok (0.521s) 2022-05-18T06:36:45.6042970Z test_adaptive_avg_pool2d (__main__.TestMkldnn) ... ok (0.158s) 2022-05-18T06:36:45.7738680Z test_adaptive_avg_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.169s) 2022-05-18T06:36:45.8713670Z test_add (__main__.TestMkldnn) ... ok (0.097s) 2022-05-18T06:36:45.9115240Z test_autograd_from_mkldnn (__main__.TestMkldnn) ... ok (0.040s) 2022-05-18T06:36:45.9210710Z test_autograd_to_mkldnn (__main__.TestMkldnn) ... ok (0.009s) 2022-05-18T06:36:45.9532260Z test_avg_pool2d (__main__.TestMkldnn) ... ok (0.032s) 2022-05-18T06:36:45.9886060Z test_avg_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.035s) 2022-05-18T06:36:45.9986760Z test_avg_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.010s) 2022-05-18T06:36:47.5652080Z test_avg_pool3d (__main__.TestMkldnn) ... ok (1.566s) 2022-05-18T06:36:49.1931660Z test_avg_pool3d_bf16 (__main__.TestMkldnn) ... ok (1.628s) 2022-05-18T06:36:49.3777490Z test_batch_norm_2d (__main__.TestMkldnn) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/jit/_trace.py:744: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-05-18T06:36:49.3778120Z warnings.warn( 2022-05-18T06:36:49.3778310Z ok (0.184s) 2022-05-18T06:36:49.4298170Z test_batch_norm_2d_bf16 (__main__.TestMkldnn) ... ok (0.052s) 2022-05-18T06:36:50.4101600Z test_batch_norm_3d (__main__.TestMkldnn) ... ok (0.980s) 2022-05-18T06:36:51.0658890Z test_batch_norm_3d_bf16 (__main__.TestMkldnn) ... ok (0.656s) 2022-05-18T06:36:51.0690390Z test_clone (__main__.TestMkldnn) ... ok (0.003s) 2022-05-18T06:36:51.0706070Z test_conv1d (__main__.TestMkldnn) ... [W NNPACK.cpp:51] Could not initialize NNPACK! Reason: Unsupported hardware. 2022-05-18T06:36:51.2375720Z ok (0.168s) 2022-05-18T06:36:51.3421170Z test_conv1d_bf16 (__main__.TestMkldnn) ... ok (0.104s) 2022-05-18T06:36:51.3447260Z test_conv1d_functional (__main__.TestMkldnn) ... ok (0.003s) 2022-05-18T06:36:52.4260500Z test_conv2d (__main__.TestMkldnn) ... ok (1.081s) 2022-05-18T06:36:52.6171050Z test_conv2d_bf16 (__main__.TestMkldnn) ... ok (0.191s) 2022-05-18T06:36:52.6189570Z test_conv2d_legacy_jit_model (__main__.TestMkldnn) 2022-05-18T06:36:52.6337110Z MKLDNN integration used to serialize models with 5d weight for grouped ... ok (0.017s) 2022-05-18T06:36:53.4691130Z test_conv2d_nhwc (__main__.TestMkldnn) ... ok (0.835s) 2022-05-18T06:36:53.4703390Z test_conv2d_nhwc_bf16 (__main__.TestMkldnn) ... ok (0.001s) 2022-05-18T06:36:56.3818690Z test_conv3d (__main__.TestMkldnn) ... ok (2.911s) 2022-05-18T06:36:56.7925530Z test_conv3d_bf16 (__main__.TestMkldnn) ... ok (0.411s) 2022-05-18T06:36:56.8254580Z test_conversion (__main__.TestMkldnn) ... ok (0.033s) 2022-05-18T06:36:56.8438990Z test_copy (__main__.TestMkldnn) ... ok (0.018s) 2022-05-18T06:36:56.8460670Z test_detach (__main__.TestMkldnn) ... ok (0.002s) 2022-05-18T06:36:56.8480280Z test_empty (__main__.TestMkldnn) ... ok (0.002s) 2022-05-18T06:36:56.8513690Z test_gelu (__main__.TestMkldnn) ... ok (0.003s) 2022-05-18T06:36:56.8597490Z test_gelu_bf16 (__main__.TestMkldnn) ... ok (0.008s) 2022-05-18T06:36:56.8610920Z test_is_mkldnn (__main__.TestMkldnn) ... ok (0.001s) 2022-05-18T06:36:56.8691560Z test_is_mkldnn_jit (__main__.TestMkldnn) ... ok (0.008s) 2022-05-18T06:36:56.8815740Z test_legacy_new_failure (__main__.TestMkldnn) ... ok (0.012s) 2022-05-18T06:36:56.9139100Z test_linear (__main__.TestMkldnn) ... ok (0.032s) 2022-05-18T06:36:56.9206730Z test_linear_backward (__main__.TestMkldnn) ... ok (0.007s) 2022-05-18T06:36:56.9571680Z test_linear_bf16 (__main__.TestMkldnn) ... ok (0.036s) 2022-05-18T06:36:56.9639490Z test_linear_non_contiguous_weight (__main__.TestMkldnn) ... ok (0.007s) 2022-05-18T06:36:57.1874590Z test_max_pool2d (__main__.TestMkldnn) ... ok (0.223s) 2022-05-18T06:36:57.4560930Z test_max_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.269s) 2022-05-18T06:36:57.4739630Z test_max_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.018s) 2022-05-18T06:37:22.4334380Z test_max_pool3d (__main__.TestMkldnn) ... ok (24.959s) 2022-05-18T06:37:27.6077780Z test_max_pool3d_bf16 (__main__.TestMkldnn) ... ok (5.174s) 2022-05-18T06:37:27.6267280Z test_max_pool_unsupported (__main__.TestMkldnn) ... ok (0.019s) 2022-05-18T06:37:27.7464050Z test_mul (__main__.TestMkldnn) ... ok (0.120s) 2022-05-18T06:37:33.7037550Z test_prelu (__main__.TestMkldnn) ... ok (5.957s) 2022-05-18T06:37:35.2665260Z test_prelu_bf16 (__main__.TestMkldnn) ... ok (1.563s) 2022-05-18T06:37:35.2698830Z test_relu (__main__.TestMkldnn) ... ok (0.003s) 2022-05-18T06:37:35.2728130Z test_relu_ (__main__.TestMkldnn) ... ok (0.003s) 2022-05-18T06:37:35.2796850Z test_relu_bf16 (__main__.TestMkldnn) ... ok (0.007s) 2022-05-18T06:37:35.2863000Z test_relu_inplace_bf16 (__main__.TestMkldnn) ... ok (0.006s) 2022-05-18T06:37:35.2888400Z test_repr (__main__.TestMkldnn) ... ok (0.002s) 2022-05-18T06:37:35.2915550Z test_reshape (__main__.TestMkldnn) ... ok (0.003s) 2022-05-18T06:37:35.2949930Z test_reshape_backward (__main__.TestMkldnn) ... ok (0.003s) 2022-05-18T06:37:35.3025590Z test_reshape_blocked_format (__main__.TestMkldnn) ... ok (0.007s) 2022-05-18T06:37:35.3030510Z test_resnet18 (__main__.TestMkldnn) ... skip: no torchvision (0.000s) 2022-05-18T06:37:35.3035420Z test_resnext50_32x4d (__main__.TestMkldnn) ... skip: no torchvision (0.000s) 2022-05-18T06:37:35.3082150Z test_set_data_tensorimpl_type (__main__.TestMkldnn) ... ok (0.005s) 2022-05-18T06:37:35.3108030Z test_sigmoid (__main__.TestMkldnn) ... ok (0.003s) 2022-05-18T06:37:35.3138930Z test_softmax (__main__.TestMkldnn) ... ok (0.003s) 2022-05-18T06:37:35.3163350Z test_tanh (__main__.TestMkldnn) ... ok (0.002s) 2022-05-18T06:37:35.3211500Z test_transpose (__main__.TestMkldnn) ... ok (0.005s) 2022-05-18T06:37:35.4200740Z test_unsupported (__main__.TestMkldnn) ... ok (0.099s) 2022-05-18T06:37:35.4289360Z test_view (__main__.TestMkldnn) ... ok (0.009s) 2022-05-18T06:37:35.4308080Z test_zero_ (__main__.TestMkldnn) ... ok (0.002s) 2022-05-18T06:37:35.4558650Z 2022-05-18T06:37:35.4559530Z ---------------------------------------------------------------------- 2022-05-18T06:37:35.4559860Z Ran 66 tests in 50.507s 2022-05-18T06:37:35.4560000Z 2022-05-18T06:37:35.4560090Z OK (skipped=2) 2022-05-18T06:37:35.4560290Z 2022-05-18T06:37:35.4560390Z Generating XML reports... 2022-05-18T06:37:35.4560900Z Generated XML report: test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20220518063644.xml 2022-05-18T06:37:35.7399540Z Running test_model_dump ... [2022-05-18 06:37:35.739611] 2022-05-18T06:37:35.7400340Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_model_dump.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:37:35.739724] 2022-05-18T06:37:36.9234470Z 2022-05-18T06:37:36.9235210Z Test results will be stored in test-reports/python-unittest/test_model_dump 2022-05-18T06:37:36.9235560Z Running tests... 2022-05-18T06:37:36.9236450Z ---------------------------------------------------------------------- 2022-05-18T06:37:37.3434710Z test_inline_skeleton (__main__.TestModelDump) ... ok (0.420s) 2022-05-18T06:37:37.3807650Z test_invalid_json (__main__.TestModelDump) ... ok (0.037s) 2022-05-18T06:37:37.4130550Z test_main (__main__.TestModelDump) ... ok (0.032s) 2022-05-18T06:37:37.4161430Z test_memory_computation (__main__.TestModelDump) ... skip: Webdriver not requested (0.003s) 2022-05-18T06:37:37.4242370Z test_model_with_lists (__main__.TestModelDump) ... ok (0.008s) 2022-05-18T06:37:37.4250570Z test_optimized_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.001s) 2022-05-18T06:37:37.4256000Z test_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.000s) 2022-05-18T06:37:37.4466530Z test_scripted_model (__main__.TestModelDump) ... ok (0.021s) 2022-05-18T06:37:37.5912880Z test_traced_model (__main__.TestModelDump) ... ok (0.144s) 2022-05-18T06:37:37.5983510Z 2022-05-18T06:37:37.5984560Z ---------------------------------------------------------------------- 2022-05-18T06:37:37.5985170Z Ran 9 tests in 0.668s 2022-05-18T06:37:37.5985500Z 2022-05-18T06:37:37.5986130Z OK (skipped=3) 2022-05-18T06:37:37.5986540Z 2022-05-18T06:37:37.5986810Z Generating XML reports... 2022-05-18T06:37:37.5987560Z Generated XML report: test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20220518063736.xml 2022-05-18T06:37:37.8402690Z Running test_modules ... [2022-05-18 06:37:37.839551] 2022-05-18T06:37:37.8403360Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:37:37.839751] 2022-05-18T06:37:40.1168530Z 2022-05-18T06:37:40.1169890Z Test results will be stored in test-reports/python-unittest/test_modules 2022-05-18T06:37:40.1172810Z Running tests... 2022-05-18T06:37:40.1173540Z ---------------------------------------------------------------------- 2022-05-18T06:37:40.1295330Z test_check_inplace_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-05-18T06:37:40.1334290Z test_check_inplace_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:40.1400370Z test_check_inplace_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-05-18T06:37:40.1437830Z test_check_inplace_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:40.1516730Z test_check_inplace_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-05-18T06:37:40.1554010Z test_check_inplace_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:40.1606320Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.1657510Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.1709180Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.1761060Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.1812760Z test_cpu_gpu_parity_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.1864420Z test_cpu_gpu_parity_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.1916680Z test_cpu_gpu_parity_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.1968410Z test_cpu_gpu_parity_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.2021170Z test_cpu_gpu_parity_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.2074160Z test_cpu_gpu_parity_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.2126940Z test_cpu_gpu_parity_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.2182260Z test_cpu_gpu_parity_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.2235490Z test_cpu_gpu_parity_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.2287980Z test_cpu_gpu_parity_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.2341390Z test_cpu_gpu_parity_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.2403200Z test_cpu_gpu_parity_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.2446560Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.2498620Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.2552510Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.2605040Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.2658160Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.2710220Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.2762010Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.2813850Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.2866300Z test_cpu_gpu_parity_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.2917860Z test_cpu_gpu_parity_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.2970120Z test_cpu_gpu_parity_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.3022370Z test_cpu_gpu_parity_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.3074580Z test_cpu_gpu_parity_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.3126520Z test_cpu_gpu_parity_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.3178440Z test_cpu_gpu_parity_nn_GRU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.3230430Z test_cpu_gpu_parity_nn_GRU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.3282740Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.3334330Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.3386540Z test_cpu_gpu_parity_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.3438500Z test_cpu_gpu_parity_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.3490800Z test_cpu_gpu_parity_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.3542890Z test_cpu_gpu_parity_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.3595290Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.3647180Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.3700460Z test_cpu_gpu_parity_nn_LSTM_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.3752420Z test_cpu_gpu_parity_nn_LSTM_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.3807470Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.3859360Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.3911950Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.3963850Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.4015310Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.4066890Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.4118820Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.4170560Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.4222150Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.4275150Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.4326770Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.4378370Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.4430650Z test_cpu_gpu_parity_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.4482440Z test_cpu_gpu_parity_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.4534250Z test_cpu_gpu_parity_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.4586100Z test_cpu_gpu_parity_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.4637490Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.4689110Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.4740790Z test_cpu_gpu_parity_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.4792780Z test_cpu_gpu_parity_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.4844130Z test_cpu_gpu_parity_nn_RNN_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.4895780Z test_cpu_gpu_parity_nn_RNN_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.4948260Z test_cpu_gpu_parity_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.4999550Z test_cpu_gpu_parity_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.5057020Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.006s) 2022-05-18T06:37:40.5109370Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.5160700Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.5212900Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.5265000Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.5316640Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.5368140Z test_cpu_gpu_parity_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:37:40.5420740Z test_cpu_gpu_parity_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.5471700Z test_cpu_gpu_parity_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.5523250Z test_cpu_gpu_parity_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:37:40.5573410Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-05-18T06:37:40.5613520Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:40.5663450Z test_factory_kwargs_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-05-18T06:37:40.5703350Z test_factory_kwargs_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:40.5775110Z test_factory_kwargs_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-05-18T06:37:40.5815770Z test_factory_kwargs_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:40.5891430Z test_factory_kwargs_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-05-18T06:37:40.5932090Z test_factory_kwargs_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:40.6028090Z test_factory_kwargs_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-05-18T06:37:40.6068900Z test_factory_kwargs_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:40.6186230Z test_factory_kwargs_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-05-18T06:37:40.6226780Z test_factory_kwargs_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:40.6344870Z test_factory_kwargs_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-05-18T06:37:40.6384900Z test_factory_kwargs_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:40.6502810Z test_factory_kwargs_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-05-18T06:37:40.6543400Z test_factory_kwargs_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:40.6631910Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-05-18T06:37:40.6672110Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:40.6751280Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-05-18T06:37:40.6792200Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:40.6870390Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-05-18T06:37:40.6910590Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:40.7098460Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.019s) 2022-05-18T06:37:40.7138570Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:40.7209550Z test_factory_kwargs_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-05-18T06:37:40.7249430Z test_factory_kwargs_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:40.7318800Z test_factory_kwargs_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-05-18T06:37:40.7359850Z test_factory_kwargs_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:40.7446480Z test_factory_kwargs_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-05-18T06:37:40.7486380Z test_factory_kwargs_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:40.8137720Z test_factory_kwargs_nn_GRU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.065s) 2022-05-18T06:37:40.8179160Z test_factory_kwargs_nn_GRU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:40.8256080Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-05-18T06:37:40.8296130Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:40.8351470Z test_factory_kwargs_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-05-18T06:37:40.8391330Z test_factory_kwargs_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:40.8472570Z test_factory_kwargs_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-05-18T06:37:40.8512730Z test_factory_kwargs_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:40.8613140Z test_factory_kwargs_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-05-18T06:37:40.8654410Z test_factory_kwargs_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:41.0615610Z test_factory_kwargs_nn_LSTM_cpu_float32 (__main__.TestModuleCPU) ... ok (0.196s) 2022-05-18T06:37:41.0657750Z test_factory_kwargs_nn_LSTM_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:41.0698160Z test_factory_kwargs_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:41.0738000Z test_factory_kwargs_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:41.0778000Z test_factory_kwargs_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:41.0817990Z test_factory_kwargs_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:41.0858270Z test_factory_kwargs_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:41.0897780Z test_factory_kwargs_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:41.0937510Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:41.0977380Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:41.1017090Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:41.1057070Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:41.1096820Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:41.1136560Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:41.1228190Z test_factory_kwargs_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-05-18T06:37:41.1269440Z test_factory_kwargs_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:41.3030720Z test_factory_kwargs_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleCPU) ... ok (0.176s) 2022-05-18T06:37:41.3072380Z test_factory_kwargs_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:41.3194940Z test_factory_kwargs_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-05-18T06:37:41.3236090Z test_factory_kwargs_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:41.3356870Z test_factory_kwargs_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-05-18T06:37:41.3398110Z test_factory_kwargs_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:41.4685730Z test_factory_kwargs_nn_RNN_cpu_float32 (__main__.TestModuleCPU) ... ok (0.129s) 2022-05-18T06:37:41.4727260Z test_factory_kwargs_nn_RNN_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:41.4791010Z test_factory_kwargs_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-05-18T06:37:41.4831990Z test_factory_kwargs_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:41.4888070Z test_factory_kwargs_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-05-18T06:37:41.4928450Z test_factory_kwargs_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:41.6324960Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.139s) 2022-05-18T06:37:41.6367200Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:41.7370620Z test_factory_kwargs_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.100s) 2022-05-18T06:37:41.7412600Z test_factory_kwargs_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:42.0643940Z test_factory_kwargs_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.323s) 2022-05-18T06:37:42.0685620Z test_factory_kwargs_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:42.0752660Z test_factory_kwargs_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-05-18T06:37:42.0794910Z test_factory_kwargs_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:42.0829120Z test_forward_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-05-18T06:37:42.0856930Z test_forward_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.0895910Z test_forward_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-05-18T06:37:42.0923380Z test_forward_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.0967590Z test_forward_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-05-18T06:37:42.0995140Z test_forward_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.1035990Z test_forward_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-05-18T06:37:42.1063350Z test_forward_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.1147570Z test_forward_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-05-18T06:37:42.1175620Z test_forward_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.1249980Z test_forward_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... [W NNPACK.cpp:51] Could not initialize NNPACK! Reason: Unsupported hardware. 2022-05-18T06:37:42.1793900Z ok (0.062s) 2022-05-18T06:37:42.1822420Z test_forward_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.1912410Z test_forward_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-05-18T06:37:42.1941410Z test_forward_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.2047810Z test_forward_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-05-18T06:37:42.2076630Z test_forward_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.2134840Z test_forward_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-05-18T06:37:42.2162980Z test_forward_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.2219130Z test_forward_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-05-18T06:37:42.2248350Z test_forward_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.2311550Z test_forward_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-05-18T06:37:42.2341080Z test_forward_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.2507460Z test_forward_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-05-18T06:37:42.2539500Z test_forward_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.2594540Z test_forward_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-05-18T06:37:42.2625800Z test_forward_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.2671380Z test_forward_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-05-18T06:37:42.2701890Z test_forward_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.2784670Z test_forward_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-05-18T06:37:42.2815390Z test_forward_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.3799400Z test_forward_nn_GRU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.098s) 2022-05-18T06:37:42.3828080Z test_forward_nn_GRU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.3917350Z test_forward_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-05-18T06:37:42.3944890Z test_forward_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.3983740Z test_forward_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-05-18T06:37:42.4011550Z test_forward_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.4089050Z test_forward_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-05-18T06:37:42.4116360Z test_forward_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.4199040Z test_forward_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-05-18T06:37:42.4226500Z test_forward_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.6227870Z test_forward_nn_LSTM_cpu_float32 (__main__.TestModuleCPU) ... ok (0.200s) 2022-05-18T06:37:42.6256000Z test_forward_nn_LSTM_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.6282670Z test_forward_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.6311950Z test_forward_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.6338680Z test_forward_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.6366080Z test_forward_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.6392750Z test_forward_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.6420120Z test_forward_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.6446600Z test_forward_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.6473430Z test_forward_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.6500510Z test_forward_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.6528340Z test_forward_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.6553900Z test_forward_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.6581190Z test_forward_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.6648490Z test_forward_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-05-18T06:37:42.6675700Z test_forward_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.9259270Z test_forward_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleCPU) ... ok (0.258s) 2022-05-18T06:37:42.9287350Z test_forward_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.9424070Z test_forward_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-05-18T06:37:42.9451950Z test_forward_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:42.9544280Z test_forward_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-05-18T06:37:42.9571880Z test_forward_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:43.1020130Z test_forward_nn_RNN_cpu_float32 (__main__.TestModuleCPU) ... ok (0.145s) 2022-05-18T06:37:43.1048550Z test_forward_nn_RNN_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:43.1083100Z test_forward_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-05-18T06:37:43.1110070Z test_forward_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:43.1142490Z test_forward_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-05-18T06:37:43.1169300Z test_forward_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:43.2857300Z test_forward_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.169s) 2022-05-18T06:37:43.2885970Z test_forward_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:43.3986410Z test_forward_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.110s) 2022-05-18T06:37:43.4014930Z test_forward_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:43.7103020Z test_forward_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.309s) 2022-05-18T06:37:43.7131320Z test_forward_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:43.7168250Z test_forward_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-05-18T06:37:43.7195160Z test_forward_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:43.7206340Z test_grad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7217440Z test_grad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7228770Z test_grad_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7239760Z test_grad_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7251100Z test_grad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7262210Z test_grad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7273430Z test_grad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7284570Z test_grad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7295970Z test_grad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7307670Z test_grad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7318210Z test_grad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7329470Z test_grad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7340610Z test_grad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7351850Z test_grad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7363030Z test_grad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7374190Z test_grad_nn_GRU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7385420Z test_grad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7396760Z test_grad_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7407970Z test_grad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7419120Z test_grad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7430270Z test_grad_nn_LSTM_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7441430Z test_grad_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7452720Z test_grad_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7463850Z test_grad_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7475010Z test_grad_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7486310Z test_grad_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7497660Z test_grad_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7508790Z test_grad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7520090Z test_grad_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7531820Z test_grad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7542880Z test_grad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7554140Z test_grad_nn_RNN_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7565340Z test_grad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7576440Z test_grad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7587760Z test_grad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7599000Z test_grad_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7610180Z test_grad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7621380Z test_grad_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7633630Z test_gradgrad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7646480Z test_gradgrad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7658770Z test_gradgrad_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7670880Z test_gradgrad_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7683670Z test_gradgrad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7695570Z test_gradgrad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7707640Z test_gradgrad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7719970Z test_gradgrad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7732350Z test_gradgrad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7744510Z test_gradgrad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7756660Z test_gradgrad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7769130Z test_gradgrad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7781200Z test_gradgrad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7793450Z test_gradgrad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7805750Z test_gradgrad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7817760Z test_gradgrad_nn_GRU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7830210Z test_gradgrad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7842290Z test_gradgrad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7854790Z test_gradgrad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7866870Z test_gradgrad_nn_LSTM_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7878970Z test_gradgrad_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7891220Z test_gradgrad_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7903560Z test_gradgrad_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7915810Z test_gradgrad_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7928120Z test_gradgrad_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7941400Z test_gradgrad_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7953510Z test_gradgrad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7966170Z test_gradgrad_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7978330Z test_gradgrad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.7990760Z test_gradgrad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.8002980Z test_gradgrad_nn_RNN_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.8015240Z test_gradgrad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.8027630Z test_gradgrad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.8039690Z test_gradgrad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.8051770Z test_gradgrad_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.8063870Z test_gradgrad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.8076090Z test_gradgrad_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:43.8157180Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-05-18T06:37:43.8217920Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:43.8278680Z test_memory_format_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:43.8339730Z test_memory_format_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:43.8430740Z test_memory_format_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-05-18T06:37:43.8491720Z test_memory_format_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:43.8581780Z test_memory_format_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-05-18T06:37:43.8643070Z test_memory_format_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:43.8704850Z test_memory_format_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:43.8766030Z test_memory_format_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:43.8832930Z test_memory_format_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:43.8893940Z test_memory_format_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:43.8955040Z test_memory_format_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:43.9015990Z test_memory_format_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:43.9076320Z test_memory_format_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:43.9136810Z test_memory_format_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:43.9197440Z test_memory_format_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:43.9258770Z test_memory_format_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:43.9320300Z test_memory_format_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:43.9381000Z test_memory_format_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:43.9441470Z test_memory_format_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:43.9502260Z test_memory_format_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:43.9673760Z test_memory_format_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-05-18T06:37:43.9738670Z test_memory_format_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:43.9841410Z test_memory_format_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-05-18T06:37:43.9906890Z test_memory_format_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:43.9971380Z test_memory_format_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.0036530Z test_memory_format_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.0136410Z test_memory_format_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-05-18T06:37:44.0200990Z test_memory_format_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.1066530Z test_memory_format_nn_GRU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.086s) 2022-05-18T06:37:44.1133010Z test_memory_format_nn_GRU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.1197340Z test_memory_format_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.1261520Z test_memory_format_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.1352550Z test_memory_format_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-05-18T06:37:44.1417430Z test_memory_format_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.1482760Z test_memory_format_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.1548970Z test_memory_format_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.1659370Z test_memory_format_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-05-18T06:37:44.1723560Z test_memory_format_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.3455650Z test_memory_format_nn_LSTM_cpu_float32 (__main__.TestModuleCPU) ... ok (0.173s) 2022-05-18T06:37:44.3518940Z test_memory_format_nn_LSTM_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.3580740Z test_memory_format_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.3643140Z test_memory_format_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.3704230Z test_memory_format_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.3766120Z test_memory_format_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.3830310Z test_memory_format_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.3891800Z test_memory_format_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.3952720Z test_memory_format_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.4017570Z test_memory_format_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.4078230Z test_memory_format_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.4138820Z test_memory_format_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.4199590Z test_memory_format_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.4260190Z test_memory_format_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.4320900Z test_memory_format_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.4381360Z test_memory_format_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.4442090Z test_memory_format_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.4502510Z test_memory_format_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.4563130Z test_memory_format_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.4623610Z test_memory_format_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.4729390Z test_memory_format_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-05-18T06:37:44.4790570Z test_memory_format_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.5927300Z test_memory_format_nn_RNN_cpu_float32 (__main__.TestModuleCPU) ... ok (0.113s) 2022-05-18T06:37:44.5994170Z test_memory_format_nn_RNN_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:44.6096490Z test_memory_format_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-05-18T06:37:44.6164950Z test_memory_format_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:44.6260920Z test_memory_format_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-05-18T06:37:44.6325060Z test_memory_format_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.6385540Z test_memory_format_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.6446590Z test_memory_format_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.6507430Z test_memory_format_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.6568220Z test_memory_format_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.6630610Z test_memory_format_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.6690700Z test_memory_format_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.6806460Z test_memory_format_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-05-18T06:37:44.6867560Z test_memory_format_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:37:44.6907410Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.6947160Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.6986740Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.7026280Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.7065910Z test_multiple_device_transfer_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.7105560Z test_multiple_device_transfer_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.7146290Z test_multiple_device_transfer_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.7185860Z test_multiple_device_transfer_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.7225770Z test_multiple_device_transfer_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.7265310Z test_multiple_device_transfer_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.7304930Z test_multiple_device_transfer_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.7344610Z test_multiple_device_transfer_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.7384360Z test_multiple_device_transfer_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.7424050Z test_multiple_device_transfer_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.7464310Z test_multiple_device_transfer_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.7503760Z test_multiple_device_transfer_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.7544180Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.7583420Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.7623470Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.7662440Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.7702040Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.7741950Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.7781720Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.7821640Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.7861660Z test_multiple_device_transfer_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.7901740Z test_multiple_device_transfer_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.7941710Z test_multiple_device_transfer_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.7982070Z test_multiple_device_transfer_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.8022180Z test_multiple_device_transfer_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.8062250Z test_multiple_device_transfer_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.8103020Z test_multiple_device_transfer_nn_GRU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.8143410Z test_multiple_device_transfer_nn_GRU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.8184220Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.8224210Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.8264480Z test_multiple_device_transfer_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.8304480Z test_multiple_device_transfer_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.8344490Z test_multiple_device_transfer_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.8384510Z test_multiple_device_transfer_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.8424050Z test_multiple_device_transfer_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.8464720Z test_multiple_device_transfer_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.8504630Z test_multiple_device_transfer_nn_LSTM_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.8544160Z test_multiple_device_transfer_nn_LSTM_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.8584800Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.8625200Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.8665120Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.8705220Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.8745400Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.8787080Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.8826430Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.8866440Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.8906760Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.8946270Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.8986040Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.9025480Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.9065320Z test_multiple_device_transfer_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.9105460Z test_multiple_device_transfer_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.9145960Z test_multiple_device_transfer_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.9185400Z test_multiple_device_transfer_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.9225090Z test_multiple_device_transfer_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.9264570Z test_multiple_device_transfer_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.9304540Z test_multiple_device_transfer_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.9344120Z test_multiple_device_transfer_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.9384370Z test_multiple_device_transfer_nn_RNN_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.9424010Z test_multiple_device_transfer_nn_RNN_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.9463540Z test_multiple_device_transfer_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.9503660Z test_multiple_device_transfer_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.9543410Z test_multiple_device_transfer_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.9583030Z test_multiple_device_transfer_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.9622800Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.9662130Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.9702440Z test_multiple_device_transfer_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.9742250Z test_multiple_device_transfer_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.9781920Z test_multiple_device_transfer_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.9821790Z test_multiple_device_transfer_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:44.9861680Z test_multiple_device_transfer_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:37:44.9905040Z test_multiple_device_transfer_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:37:45.0018240Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-05-18T06:37:45.0086990Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:45.0196110Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-05-18T06:37:45.0263500Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:45.0399480Z test_non_contiguous_tensors_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-05-18T06:37:45.0468620Z test_non_contiguous_tensors_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:45.0600660Z test_non_contiguous_tensors_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-05-18T06:37:45.0668080Z test_non_contiguous_tensors_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:45.0985600Z test_non_contiguous_tensors_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.032s) 2022-05-18T06:37:45.1055090Z test_non_contiguous_tensors_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:45.1526040Z test_non_contiguous_tensors_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.047s) 2022-05-18T06:37:45.1595130Z test_non_contiguous_tensors_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:45.1943050Z test_non_contiguous_tensors_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.035s) 2022-05-18T06:37:45.2011540Z test_non_contiguous_tensors_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:45.2372280Z test_non_contiguous_tensors_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.036s) 2022-05-18T06:37:45.2440910Z test_non_contiguous_tensors_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:45.2638490Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-05-18T06:37:45.2707900Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:45.2902450Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.019s) 2022-05-18T06:37:45.2971280Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:45.3191060Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-05-18T06:37:45.3260280Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:45.3852120Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.059s) 2022-05-18T06:37:45.3921930Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:45.4100910Z test_non_contiguous_tensors_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-05-18T06:37:45.4170340Z test_non_contiguous_tensors_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:45.4352960Z test_non_contiguous_tensors_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-05-18T06:37:45.4422160Z test_non_contiguous_tensors_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:45.4687670Z test_non_contiguous_tensors_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-05-18T06:37:45.4756570Z test_non_contiguous_tensors_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:45.9625060Z test_non_contiguous_tensors_nn_GRU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.487s) 2022-05-18T06:37:45.9693580Z test_non_contiguous_tensors_nn_GRU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:45.9994790Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.030s) 2022-05-18T06:37:46.0064030Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:46.0204870Z test_non_contiguous_tensors_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-05-18T06:37:46.0272730Z test_non_contiguous_tensors_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:46.0532740Z test_non_contiguous_tensors_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-05-18T06:37:46.0601220Z test_non_contiguous_tensors_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:46.0938310Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.034s) 2022-05-18T06:37:46.1006600Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:47.4022170Z test_non_contiguous_tensors_nn_LSTM_cpu_float32 (__main__.TestModuleCPU) ... ok (1.301s) 2022-05-18T06:37:47.4090760Z test_non_contiguous_tensors_nn_LSTM_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:47.4157540Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:47.4225160Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:47.4292000Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:47.4358570Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:47.4425590Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:47.4492290Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:47.4559560Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:47.4627250Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:47.4695180Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:47.4763450Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:47.4831030Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:47.4898560Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:47.5134870Z test_non_contiguous_tensors_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.023s) 2022-05-18T06:37:47.5204720Z test_non_contiguous_tensors_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:48.6046070Z test_non_contiguous_tensors_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleCPU) ... ok (1.084s) 2022-05-18T06:37:48.6114400Z test_non_contiguous_tensors_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:48.6457590Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.034s) 2022-05-18T06:37:48.6527180Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:48.6867810Z test_non_contiguous_tensors_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.034s) 2022-05-18T06:37:48.6936460Z test_non_contiguous_tensors_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:49.4294100Z test_non_contiguous_tensors_nn_RNN_cpu_float32 (__main__.TestModuleCPU) ... ok (0.736s) 2022-05-18T06:37:49.4362650Z test_non_contiguous_tensors_nn_RNN_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:49.4542340Z test_non_contiguous_tensors_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-05-18T06:37:49.4610790Z test_non_contiguous_tensors_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:49.4753750Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-05-18T06:37:49.4822280Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:50.0768240Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.594s) 2022-05-18T06:37:50.0838700Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:50.4621810Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.378s) 2022-05-18T06:37:50.4690870Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:51.3539760Z test_non_contiguous_tensors_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.885s) 2022-05-18T06:37:51.3608420Z test_non_contiguous_tensors_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:51.3675540Z test_non_contiguous_tensors_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:51.3742810Z test_non_contiguous_tensors_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:37:51.3806740Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-05-18T06:37:51.3832930Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:51.3873290Z test_pickle_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-05-18T06:37:51.3899840Z test_pickle_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:51.3950650Z test_pickle_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-05-18T06:37:51.3975590Z test_pickle_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:51.4025830Z test_pickle_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-05-18T06:37:51.4050980Z test_pickle_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:51.4143810Z test_pickle_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-05-18T06:37:51.4169860Z test_pickle_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:51.4281340Z test_pickle_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-05-18T06:37:51.4307220Z test_pickle_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:51.4416360Z test_pickle_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-05-18T06:37:51.4442720Z test_pickle_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:51.4555640Z test_pickle_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-05-18T06:37:51.4582600Z test_pickle_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:51.4650850Z test_pickle_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-05-18T06:37:51.4676740Z test_pickle_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:51.4744560Z test_pickle_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-05-18T06:37:51.4772210Z test_pickle_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:51.4845000Z test_pickle_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-05-18T06:37:51.4872370Z test_pickle_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:51.5072900Z test_pickle_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-05-18T06:37:51.5099040Z test_pickle_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:51.5173580Z test_pickle_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-05-18T06:37:51.5199580Z test_pickle_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:51.5261480Z test_pickle_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-05-18T06:37:51.5288290Z test_pickle_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:51.5365950Z test_pickle_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-05-18T06:37:51.5391310Z test_pickle_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:51.6279510Z test_pickle_nn_GRU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.089s) 2022-05-18T06:37:51.6306560Z test_pickle_nn_GRU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:51.6400800Z test_pickle_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-05-18T06:37:51.6426670Z test_pickle_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:51.6476050Z test_pickle_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-05-18T06:37:51.6505170Z test_pickle_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:51.6595940Z test_pickle_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-05-18T06:37:51.6621270Z test_pickle_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:51.6712630Z test_pickle_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-05-18T06:37:51.6737800Z test_pickle_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:51.8670480Z test_pickle_nn_LSTM_cpu_float32 (__main__.TestModuleCPU) ... ok (0.193s) 2022-05-18T06:37:51.8696570Z test_pickle_nn_LSTM_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:51.8721380Z test_pickle_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:51.8745780Z test_pickle_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:51.8772140Z test_pickle_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:51.8796710Z test_pickle_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:51.8820940Z test_pickle_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:51.8845370Z test_pickle_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:51.8869900Z test_pickle_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:51.8894740Z test_pickle_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:51.8919300Z test_pickle_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:51.8944270Z test_pickle_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:51.8972510Z test_pickle_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:51.8994550Z test_pickle_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:51.9075170Z test_pickle_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-05-18T06:37:51.9100280Z test_pickle_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:52.1571240Z test_pickle_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleCPU) ... ok (0.247s) 2022-05-18T06:37:52.1597950Z test_pickle_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:52.1716840Z test_pickle_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-05-18T06:37:52.1743130Z test_pickle_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:52.1840240Z test_pickle_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-05-18T06:37:52.1866100Z test_pickle_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:52.3302930Z test_pickle_nn_RNN_cpu_float32 (__main__.TestModuleCPU) ... ok (0.144s) 2022-05-18T06:37:52.3329760Z test_pickle_nn_RNN_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:52.3391250Z test_pickle_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-05-18T06:37:52.3416150Z test_pickle_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:52.3463390Z test_pickle_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-05-18T06:37:52.3490000Z test_pickle_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:52.5212460Z test_pickle_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.172s) 2022-05-18T06:37:52.5239530Z test_pickle_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:52.6453710Z test_pickle_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.121s) 2022-05-18T06:37:52.6482080Z test_pickle_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:52.9610960Z test_pickle_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.313s) 2022-05-18T06:37:52.9637770Z test_pickle_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:52.9704300Z test_pickle_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-05-18T06:37:52.9729850Z test_pickle_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-05-18T06:37:52.9747050Z test_repr_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-05-18T06:37:52.9762550Z test_repr_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:52.9781200Z test_repr_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-05-18T06:37:52.9797010Z test_repr_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:52.9816320Z test_repr_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-05-18T06:37:52.9831830Z test_repr_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:52.9850740Z test_repr_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-05-18T06:37:52.9866020Z test_repr_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:52.9891660Z test_repr_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-05-18T06:37:52.9907020Z test_repr_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:52.9935780Z test_repr_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-05-18T06:37:52.9950810Z test_repr_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:52.9978830Z test_repr_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-05-18T06:37:52.9994540Z test_repr_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:53.0023690Z test_repr_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-05-18T06:37:53.0039550Z test_repr_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:53.0061910Z test_repr_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-05-18T06:37:53.0077590Z test_repr_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:53.0101660Z test_repr_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-05-18T06:37:53.0117520Z test_repr_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:53.0140100Z test_repr_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-05-18T06:37:53.0155490Z test_repr_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:53.0197280Z test_repr_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-05-18T06:37:53.0212740Z test_repr_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:53.0234160Z test_repr_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-05-18T06:37:53.0249800Z test_repr_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:53.0268120Z test_repr_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-05-18T06:37:53.0283450Z test_repr_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:53.0308550Z test_repr_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-05-18T06:37:53.0324820Z test_repr_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:53.0450530Z test_repr_nn_GRU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-05-18T06:37:53.0466550Z test_repr_nn_GRU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:53.0495430Z test_repr_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-05-18T06:37:53.0510880Z test_repr_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:53.0530550Z test_repr_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-05-18T06:37:53.0546910Z test_repr_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:53.0573770Z test_repr_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-05-18T06:37:53.0589510Z test_repr_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:53.0615320Z test_repr_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-05-18T06:37:53.0631680Z test_repr_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:53.0894600Z test_repr_nn_LSTM_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-05-18T06:37:53.0911280Z test_repr_nn_LSTM_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:53.0926850Z test_repr_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:53.0942190Z test_repr_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:53.0958460Z test_repr_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:53.0974280Z test_repr_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:53.0990930Z test_repr_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:53.1005830Z test_repr_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:53.1021360Z test_repr_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:53.1036900Z test_repr_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:53.1053090Z test_repr_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:53.1068830Z test_repr_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:53.1084750Z test_repr_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:53.1100290Z test_repr_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:53.1124660Z test_repr_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-05-18T06:37:53.1141570Z test_repr_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:53.1546920Z test_repr_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleCPU) ... ok (0.040s) 2022-05-18T06:37:53.1564170Z test_repr_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:53.1597010Z test_repr_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-05-18T06:37:53.1612510Z test_repr_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:37:53.1640910Z test_repr_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-05-18T06:37:53.1657060Z test_repr_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:53.1895380Z test_repr_nn_RNN_cpu_float32 (__main__.TestModuleCPU) ... ok (0.024s) 2022-05-18T06:37:53.1912410Z test_repr_nn_RNN_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:53.1932100Z test_repr_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-05-18T06:37:53.1947880Z test_repr_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:53.1967030Z test_repr_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-05-18T06:37:53.1983710Z test_repr_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:53.2343100Z test_repr_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.036s) 2022-05-18T06:37:53.2366370Z test_repr_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:53.2618830Z test_repr_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.025s) 2022-05-18T06:37:53.2636870Z test_repr_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:53.3735820Z test_repr_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.110s) 2022-05-18T06:37:53.3753720Z test_repr_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:53.3777570Z test_repr_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-05-18T06:37:53.3796080Z test_repr_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:37:53.6054600Z 2022-05-18T06:37:53.6055500Z ---------------------------------------------------------------------- 2022-05-18T06:37:53.6055910Z Ran 689 tests in 13.263s 2022-05-18T06:37:53.6056050Z 2022-05-18T06:37:53.6056440Z OK (skipped=512) 2022-05-18T06:37:53.6056600Z 2022-05-18T06:37:53.6056700Z Generating XML reports... 2022-05-18T06:37:53.6057390Z Generated XML report: test-reports/python-unittest/test_modules/TEST-TestModuleCPU-20220518063740.xml 2022-05-18T06:37:53.9477380Z Running test_mps ... [2022-05-18 06:37:53.947058] 2022-05-18T06:37:53.9478660Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_mps.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:37:53.947171] 2022-05-18T06:37:55.5551820Z MPS not available, skipping tests 2022-05-18T06:37:55.5552490Z Test results will be stored in test-reports/python-unittest/test_mps 2022-05-18T06:37:55.5552750Z 2022-05-18T06:37:55.5552830Z Running tests... 2022-05-18T06:37:55.5553230Z ---------------------------------------------------------------------- 2022-05-18T06:37:55.5553430Z 2022-05-18T06:37:55.5553690Z ---------------------------------------------------------------------- 2022-05-18T06:37:55.5553960Z Ran 0 tests in 0.000s 2022-05-18T06:37:55.5554080Z 2022-05-18T06:37:55.5554150Z OK 2022-05-18T06:37:55.5554250Z 2022-05-18T06:37:55.5554340Z Generating XML reports... 2022-05-18T06:37:55.7884400Z Running test_multiprocessing_spawn ... [2022-05-18 06:37:55.788066] 2022-05-18T06:37:55.7885170Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_multiprocessing_spawn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:37:55.788187] 2022-05-18T06:37:56.9559410Z 2022-05-18T06:37:56.9560430Z Test results will be stored in test-reports/python-unittest/test_multiprocessing_spawn 2022-05-18T06:37:56.9561140Z Running tests... 2022-05-18T06:37:56.9561560Z ---------------------------------------------------------------------- 2022-05-18T06:37:57.3634630Z test_errors_pickleable (__main__.ErrorTest) ... ok (0.407s) 2022-05-18T06:37:57.3870560Z test_exception_all (__main__.ForkTest) ... ok (0.023s) 2022-05-18T06:37:57.4224130Z test_exception_single (__main__.ForkTest) ... ok (0.035s) 2022-05-18T06:37:57.4411010Z test_first_argument_index (__main__.ForkTest) ... ok (0.018s) 2022-05-18T06:37:57.4571100Z test_success (__main__.ForkTest) ... ok (0.016s) 2022-05-18T06:37:57.6230980Z test_success_first_then_exception (__main__.ForkTest) ... ok (0.166s) 2022-05-18T06:37:57.6411100Z test_success_non_blocking (__main__.ForkTest) ... ok (0.018s) 2022-05-18T06:37:57.6573320Z test_terminate_exit (__main__.ForkTest) ... ok (0.016s) 2022-05-18T06:37:57.6715970Z test_terminate_signal (__main__.ForkTest) ... ok (0.014s) 2022-05-18T06:37:59.3222420Z test_exception_all (__main__.SpawnTest) ... ok (1.650s) 2022-05-18T06:38:00.7036640Z test_exception_raises (__main__.SpawnTest) ... ok (1.381s) 2022-05-18T06:38:03.4706410Z test_exception_single (__main__.SpawnTest) ... ok (2.767s) 2022-05-18T06:38:04.8666480Z test_first_argument_index (__main__.SpawnTest) ... ok (1.396s) 2022-05-18T06:38:04.8753830Z test_signal_raises (__main__.SpawnTest) ... ok (0.008s) 2022-05-18T06:38:04.8777920Z test_success (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72298 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-05-18T06:38:06.4006070Z test_success_first_then_exception (__main__.SpawnTest) ... ok (1.523s) 2022-05-18T06:38:07.7864250Z test_success_non_blocking (__main__.SpawnTest) ... ok (1.386s) 2022-05-18T06:38:09.1569450Z test_terminate_exit (__main__.SpawnTest) ... ok (1.370s) 2022-05-18T06:38:10.4085060Z test_terminate_signal (__main__.SpawnTest) ... ok (1.251s) 2022-05-18T06:38:10.4216750Z 2022-05-18T06:38:10.4217820Z ---------------------------------------------------------------------- 2022-05-18T06:38:10.4218590Z Ran 19 tests in 13.453s 2022-05-18T06:38:10.4218950Z 2022-05-18T06:38:10.4219200Z OK (skipped=1) 2022-05-18T06:38:10.4219520Z 2022-05-18T06:38:10.4219790Z Generating XML reports... 2022-05-18T06:38:10.4220740Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20220518063756.xml 2022-05-18T06:38:10.4221630Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20220518063756.xml 2022-05-18T06:38:10.4222880Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20220518063756.xml 2022-05-18T06:38:10.6871210Z Running test_namedtuple_return_api ... [2022-05-18 06:38:10.685745] 2022-05-18T06:38:10.6892570Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_namedtuple_return_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:38:10.685893] 2022-05-18T06:38:11.8755070Z 2022-05-18T06:38:11.8755810Z Test results will be stored in test-reports/python-unittest/test_namedtuple_return_api 2022-05-18T06:38:11.8756170Z Running tests... 2022-05-18T06:38:11.8757210Z ---------------------------------------------------------------------- 2022-05-18T06:38:12.2678910Z test_import_return_types (__main__.TestNamedTupleAPI) ... ok (0.392s) 2022-05-18T06:38:12.3342700Z test_namedtuple_return (__main__.TestNamedTupleAPI) ... test_namedtuple_return_api.py:148: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-05-18T06:38:12.3343610Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-05-18T06:38:12.3343900Z Q, R = torch.qr(A, some) 2022-05-18T06:38:12.3344110Z should be replaced with 2022-05-18T06:38:12.3344660Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:2497.) 2022-05-18T06:38:12.3345030Z ret1 = func(a, *op.input) 2022-05-18T06:38:12.3345520Z test_namedtuple_return_api.py:154: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-05-18T06:38:12.3346080Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-05-18T06:38:12.3346360Z Q, R = torch.qr(A, some) 2022-05-18T06:38:12.3346570Z should be replaced with 2022-05-18T06:38:12.3347110Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:2509.) 2022-05-18T06:38:12.3347480Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-05-18T06:38:12.3347890Z test_namedtuple_return_api.py:148: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-05-18T06:38:12.3348400Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-05-18T06:38:12.3350090Z L, _ = torch.symeig(A, upper=upper) 2022-05-18T06:38:12.3350320Z should be replaced with 2022-05-18T06:38:12.3350770Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-05-18T06:38:12.3351010Z and 2022-05-18T06:38:12.3351210Z L, V = torch.symeig(A, eigenvectors=True) 2022-05-18T06:38:12.3351440Z should be replaced with 2022-05-18T06:38:12.3351980Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:3041.) 2022-05-18T06:38:12.3352330Z ret1 = func(a, *op.input) 2022-05-18T06:38:12.3352730Z test_namedtuple_return_api.py:154: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-05-18T06:38:12.3353250Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-05-18T06:38:12.3353610Z L, _ = torch.symeig(A, upper=upper) 2022-05-18T06:38:12.3353830Z should be replaced with 2022-05-18T06:38:12.3354210Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-05-18T06:38:12.3354440Z and 2022-05-18T06:38:12.3354650Z L, V = torch.symeig(A, eigenvectors=True) 2022-05-18T06:38:12.3354890Z should be replaced with 2022-05-18T06:38:12.3355400Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:3059.) 2022-05-18T06:38:12.3355770Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-05-18T06:38:12.3356510Z test_namedtuple_return_api.py:148: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-05-18T06:38:12.3357060Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-05-18T06:38:12.3357380Z L, _ = torch.eig(A) 2022-05-18T06:38:12.3357770Z should be replaced with 2022-05-18T06:38:12.3358020Z L_complex = torch.linalg.eigvals(A) 2022-05-18T06:38:12.3358230Z and 2022-05-18T06:38:12.3358420Z L, V = torch.eig(A, eigenvectors=True) 2022-05-18T06:38:12.3358650Z should be replaced with 2022-05-18T06:38:12.3359000Z L_complex, V_complex = torch.linalg.eig(A) (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:3427.) 2022-05-18T06:38:12.3359340Z ret1 = func(a, *op.input) 2022-05-18T06:38:12.3359760Z test_namedtuple_return_api.py:148: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-05-18T06:38:12.3360250Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-05-18T06:38:12.3360590Z X = torch.triangular_solve(B, A).solution 2022-05-18T06:38:12.3360820Z should be replaced with 2022-05-18T06:38:12.3361380Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:2189.) 2022-05-18T06:38:12.3361720Z ret1 = func(a, *op.input) 2022-05-18T06:38:12.3362270Z test_namedtuple_return_api.py:148: UserWarning: torch.lstsq is deprecated in favor of torch.linalg.lstsq and will be removed in a future PyTorch release. 2022-05-18T06:38:12.3363290Z torch.linalg.lstsq has reversed arguments and does not return the QR decomposition in the returned tuple (although it returns other information about the problem). 2022-05-18T06:38:12.3363720Z To get the qr decomposition consider using torch.linalg.qr. 2022-05-18T06:38:12.3364500Z The returned solution in torch.lstsq stored the residuals of the solution in the last m - n columns of the returned value whenever m > n. In torch.linalg.lstsq, the residuals in the field 'residuals' of the returned named tuple. 2022-05-18T06:38:12.3364970Z The unpacking of the solution, as in 2022-05-18T06:38:12.3365230Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-05-18T06:38:12.3365460Z should be replaced with 2022-05-18T06:38:12.3365810Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:4169.) 2022-05-18T06:38:12.3366460Z ret1 = func(a, *op.input) 2022-05-18T06:38:12.3366650Z ok (0.067s) 2022-05-18T06:38:14.1351830Z test_native_functions_yaml (__main__.TestNamedTupleAPI) ... ok (1.801s) 2022-05-18T06:38:14.1409020Z 2022-05-18T06:38:14.1409910Z ---------------------------------------------------------------------- 2022-05-18T06:38:14.1410240Z Ran 3 tests in 2.260s 2022-05-18T06:38:14.1410370Z 2022-05-18T06:38:14.1410440Z OK 2022-05-18T06:38:14.1411580Z 2022-05-18T06:38:14.1412030Z Generating XML reports... 2022-05-18T06:38:14.1412650Z Generated XML report: test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20220518063811.xml 2022-05-18T06:38:14.3721750Z Running test_native_mha ... [2022-05-18 06:38:14.371774] 2022-05-18T06:38:14.3722490Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_native_mha.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:38:14.371941] 2022-05-18T06:38:15.9130700Z 2022-05-18T06:38:15.9131430Z Test results will be stored in test-reports/python-unittest/test_native_mha 2022-05-18T06:38:15.9131780Z Running tests... 2022-05-18T06:38:15.9132180Z ---------------------------------------------------------------------- 2022-05-18T06:38:15.9548890Z test_native_multihead_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.042s) 2022-05-18T06:38:15.9594410Z test_native_multihead_encoder_decoder_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:38:16.0387300Z test_native_multihead_self_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... test_native_mha.py:191: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at ../aten/src/ATen/NestedTensorImpl.cpp:52.) 2022-05-18T06:38:16.0387980Z q = torch.nested_tensor(qs, device=device, dtype=dtype) 2022-05-18T06:38:16.0388230Z ok (0.079s) 2022-05-18T06:38:16.0590270Z test_transform_bias_rescale_qkv_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.020s) 2022-05-18T06:38:16.0604540Z test_transform_bias_rescale_qkv_nested_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:38:16.0663340Z 2022-05-18T06:38:16.0663970Z ---------------------------------------------------------------------- 2022-05-18T06:38:16.0664260Z Ran 5 tests in 0.148s 2022-05-18T06:38:16.0664400Z 2022-05-18T06:38:16.0664760Z OK (skipped=1) 2022-05-18T06:38:16.0664900Z 2022-05-18T06:38:16.0665000Z Generating XML reports... 2022-05-18T06:38:16.0665600Z Generated XML report: test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCPU-20220518063815.xml 2022-05-18T06:38:16.2982130Z Running test_nn ... [2022-05-18 06:38:16.297858] 2022-05-18T06:38:16.2983030Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_nn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:38:16.297972] 2022-05-18T06:38:18.9112100Z [W NNPACK.cpp:51] Could not initialize NNPACK! Reason: Unsupported hardware. 2022-05-18T06:38:19.6022450Z 2022-05-18T06:38:19.6023220Z Test results will be stored in test-reports/python-unittest/test_nn 2022-05-18T06:38:19.6023570Z Running tests... 2022-05-18T06:38:19.6023980Z ---------------------------------------------------------------------- 2022-05-18T06:38:19.6054220Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... ok (0.003s) 2022-05-18T06:38:19.6082010Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... ok (0.003s) 2022-05-18T06:38:19.6130490Z test_to (__main__.PackedSequenceTest) ... ok (0.005s) 2022-05-18T06:38:19.6151610Z test_to_memory_format (__main__.PackedSequenceTest) ... ok (0.002s) 2022-05-18T06:38:19.6217090Z test_total_length (__main__.PackedSequenceTest) ... ok (0.006s) 2022-05-18T06:38:19.6231250Z test_type_casts (__main__.PackedSequenceTest) 2022-05-18T06:38:19.6611090Z Test type casting of `PackedSequence` against type casting of tensor ... ok (0.039s) 2022-05-18T06:38:19.6728410Z test_wrong_order (__main__.PackedSequenceTest) ... ok (0.012s) 2022-05-18T06:38:19.6751250Z test_add_relu (__main__.TestAddRelu) ... ok (0.002s) 2022-05-18T06:38:19.6767180Z test_add_relu_broadcasting (__main__.TestAddRelu) ... ok (0.002s) 2022-05-18T06:38:19.6789890Z test_avg_pool1d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-05-18T06:38:19.6810650Z test_avg_pool2d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-05-18T06:38:19.6887870Z test_avg_pool2d_with_zero_divisor (__main__.TestAvgPool) ... ok (0.008s) 2022-05-18T06:38:19.6911650Z test_avg_pool3d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-05-18T06:38:19.6981280Z test_avg_pool3d_with_zero_divisor (__main__.TestAvgPool) ... ok (0.007s) 2022-05-18T06:38:19.7105960Z test_doubletensor_avg_pool2d (__main__.TestAvgPool) ... ok (0.012s) 2022-05-18T06:38:19.7197000Z test_doubletensor_avg_pool2d_with_divisor (__main__.TestAvgPool) ... ok (0.009s) 2022-05-18T06:38:19.7985430Z test_doubletensor_avg_pool3d (__main__.TestAvgPool) ... ok (0.079s) 2022-05-18T06:38:20.0355270Z test_doubletensor_avg_pool3d_with_divisor (__main__.TestAvgPool) ... ok (0.237s) 2022-05-18T06:38:20.0375410Z test_constant_pad_nd (__main__.TestConstantPadNd) ... ok (0.002s) 2022-05-18T06:38:20.0392090Z test_preserves_memory_format (__main__.TestConstantPadNd) ... ok (0.002s) 2022-05-18T06:38:20.0401400Z test_pickle_softsign (__main__.TestFunctionalPickle) ... ok (0.001s) 2022-05-18T06:38:20.6537140Z test_fuse_module_eval_numerics (__main__.TestFusionEval) ... ok (0.613s) 2022-05-18T06:38:20.6573240Z test_chained_initialization (__main__.TestLazyModules) ... ok (0.004s) 2022-05-18T06:38:20.6590460Z test_invalid_functions (__main__.TestLazyModules) ... ok (0.002s) 2022-05-18T06:38:20.6720520Z test_lazy_batchnorm1d (__main__.TestLazyModules) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/modules/lazy.py:178: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-05-18T06:38:20.6721380Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-05-18T06:38:20.6721650Z ok (0.013s) 2022-05-18T06:38:20.6846050Z test_lazy_batchnorm1d_pickle (__main__.TestLazyModules) ... ok (0.012s) 2022-05-18T06:38:20.6890040Z test_lazy_batchnorm1d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-05-18T06:38:20.6958000Z test_lazy_batchnorm2d (__main__.TestLazyModules) ... ok (0.007s) 2022-05-18T06:38:20.7022520Z test_lazy_batchnorm2d_pickle (__main__.TestLazyModules) ... ok (0.006s) 2022-05-18T06:38:20.7064110Z test_lazy_batchnorm2d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-05-18T06:38:20.7148590Z test_lazy_batchnorm3d (__main__.TestLazyModules) ... ok (0.008s) 2022-05-18T06:38:20.7217480Z test_lazy_batchnorm3d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-05-18T06:38:20.7259490Z test_lazy_batchnorm3d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-05-18T06:38:20.7332930Z test_lazy_conv1d (__main__.TestLazyModules) ... ok (0.007s) 2022-05-18T06:38:20.7372230Z test_lazy_conv1d_pickle (__main__.TestLazyModules) ... ok (0.004s) 2022-05-18T06:38:20.7398040Z test_lazy_conv1d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-05-18T06:38:20.7460900Z test_lazy_conv2d (__main__.TestLazyModules) ... ok (0.006s) 2022-05-18T06:38:20.7505690Z test_lazy_conv2d_pickle (__main__.TestLazyModules) ... ok (0.004s) 2022-05-18T06:38:20.7533920Z test_lazy_conv2d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-05-18T06:38:20.8173900Z test_lazy_conv3d (__main__.TestLazyModules) ... ok (0.064s) 2022-05-18T06:38:20.8367590Z test_lazy_conv3d_pickle (__main__.TestLazyModules) ... ok (0.019s) 2022-05-18T06:38:20.8396360Z test_lazy_conv3d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-05-18T06:38:20.8468440Z test_lazy_conv_transpose1d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-05-18T06:38:20.8495650Z test_lazy_conv_transpose1d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-05-18T06:38:20.8702860Z test_lazy_conv_transpose2d (__main__.TestLazyModules) ... ok (0.021s) 2022-05-18T06:38:20.8790870Z test_lazy_conv_transpose2d_pickle (__main__.TestLazyModules) ... ok (0.009s) 2022-05-18T06:38:20.8819140Z test_lazy_conv_transpose2d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-05-18T06:38:21.0599000Z test_lazy_conv_transpose3d (__main__.TestLazyModules) ... ok (0.178s) 2022-05-18T06:38:21.1190540Z test_lazy_conv_transpose3d_pickle (__main__.TestLazyModules) ... ok (0.059s) 2022-05-18T06:38:21.1219960Z test_lazy_conv_transpose3d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-05-18T06:38:21.1356460Z test_lazy_conv_transposed1d (__main__.TestLazyModules) ... ok (0.014s) 2022-05-18T06:38:21.1368400Z test_lazy_forward_hook (__main__.TestLazyModules) 2022-05-18T06:38:21.1381610Z This test is to test whether lazymodule can register other forward hook ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/modules/lazy.py:178: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-05-18T06:38:21.1382380Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-05-18T06:38:21.1382650Z ok (0.002s) 2022-05-18T06:38:21.1455730Z test_lazy_instancenorm1d (__main__.TestLazyModules) ... ok (0.007s) 2022-05-18T06:38:21.1524500Z test_lazy_instancenorm1d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-05-18T06:38:21.1598820Z test_lazy_instancenorm1d_state (__main__.TestLazyModules) ... ok (0.007s) 2022-05-18T06:38:21.1674960Z test_lazy_instancenorm2d (__main__.TestLazyModules) ... ok (0.007s) 2022-05-18T06:38:21.1745000Z test_lazy_instancenorm2d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-05-18T06:38:21.1818640Z test_lazy_instancenorm2d_state (__main__.TestLazyModules) ... ok (0.007s) 2022-05-18T06:38:21.1935290Z test_lazy_instancenorm3d (__main__.TestLazyModules) ... ok (0.012s) 2022-05-18T06:38:21.2005000Z test_lazy_instancenorm3d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-05-18T06:38:21.2078120Z test_lazy_instancenorm3d_state (__main__.TestLazyModules) ... ok (0.007s) 2022-05-18T06:38:21.2120850Z test_lazy_linear_pickle (__main__.TestLazyModules) ... ok (0.004s) 2022-05-18T06:38:21.2158860Z test_lazy_module_buffer (__main__.TestLazyModules) ... ok (0.004s) 2022-05-18T06:38:21.2174220Z test_lazy_module_jit_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-05-18T06:38:21.2188360Z test_lazy_module_jit_param (__main__.TestLazyModules) ... ok (0.001s) 2022-05-18T06:38:21.2222530Z test_lazy_module_parameter (__main__.TestLazyModules) ... ok (0.003s) 2022-05-18T06:38:21.2234230Z test_lazy_pre_forward_hook (__main__.TestLazyModules) 2022-05-18T06:38:21.2244690Z This test is to test whether lazymodule can register other pre-forward hook ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/modules/lazy.py:178: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-05-18T06:38:21.2245450Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-05-18T06:38:21.2245710Z ok (0.002s) 2022-05-18T06:38:21.2259410Z test_lazy_share_memory_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-05-18T06:38:21.2272210Z test_lazy_share_memory_param (__main__.TestLazyModules) ... ok (0.001s) 2022-05-18T06:38:21.2296850Z test_linear (__main__.TestLazyModules) ... ok (0.002s) 2022-05-18T06:38:21.2323320Z test_linear_state (__main__.TestLazyModules) ... ok (0.003s) 2022-05-18T06:38:21.2333910Z test_materialize_device (__main__.TestLazyModules) ... skip: CUDA not available (0.001s) 2022-05-18T06:38:21.2352780Z test_materialize_dtype (__main__.TestLazyModules) ... ok (0.002s) 2022-05-18T06:38:21.2436020Z test_optimizer_pass (__main__.TestLazyModules) ... ok (0.008s) 2022-05-18T06:38:21.2451070Z test_spectral_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-05-18T06:38:21.2464780Z test_weight_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-05-18T06:38:21.2508970Z test_global_and_local_hooks_order (__main__.TestModuleGlobalHooks) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/modules/module.py:1053: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-05-18T06:38:21.2509920Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-05-18T06:38:21.2510220Z ok (0.004s) 2022-05-18T06:38:21.2535440Z test_module_backward_global_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.003s) 2022-05-18T06:38:21.2553540Z test_module_forward_forward_hook_removable (__main__.TestModuleGlobalHooks) 2022-05-18T06:38:21.2564910Z This test is to test when multiple forward hook functions can be registered ... ok (0.003s) 2022-05-18T06:38:21.2582040Z test_module_forward_preforward_hook_removable (__main__.TestModuleGlobalHooks) 2022-05-18T06:38:21.2593830Z This test is to test when multiple pre-forward hook functions can be ... ok (0.003s) 2022-05-18T06:38:21.2624670Z test_module_global_forward_preforward_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.003s) 2022-05-18T06:38:21.2653880Z test_module_global_hook_invalid_outputs (__main__.TestModuleGlobalHooks) ... ok (0.003s) 2022-05-18T06:38:21.2815750Z test_module_global_hooks (__main__.TestModuleGlobalHooks) ... ok (0.016s) 2022-05-18T06:38:21.2961320Z test_AdaptiveAvgPool1d (__main__.TestNN) ... ok (0.014s) 2022-05-18T06:38:21.2973570Z test_AdaptiveAvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.3099640Z test_AdaptiveAvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:21.3111520Z test_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.3233090Z test_AdaptiveAvgPool1d_one_output (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:21.3245880Z test_AdaptiveAvgPool1d_one_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.3366430Z test_AdaptiveAvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:21.3379000Z test_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.3493170Z test_AdaptiveAvgPool2d_single (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:21.3612900Z test_AdaptiveAvgPool2d_single_1x1output (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:21.3625600Z test_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.3636780Z test_AdaptiveAvgPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.3750290Z test_AdaptiveAvgPool2d_tuple (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:21.3762510Z test_AdaptiveAvgPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.3879850Z test_AdaptiveAvgPool2d_tuple_none (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:21.3892660Z test_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.4012740Z test_AdaptiveAvgPool3d_last_dim (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:21.4026020Z test_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.4143740Z test_AdaptiveAvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:21.4155850Z test_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.4271870Z test_AdaptiveAvgPool3d_single (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:21.4284350Z test_AdaptiveAvgPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.4405120Z test_AdaptiveAvgPool3d_tuple (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:21.4417640Z test_AdaptiveAvgPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.4538820Z test_AdaptiveAvgPool3d_tuple_none (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:21.4551170Z test_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.5602430Z test_AdaptiveLogSoftmax (__main__.TestNN) ... ok (0.105s) 2022-05-18T06:38:21.5615680Z test_AdaptiveLogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.5738150Z test_AdaptiveMaxPool1d (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:21.5750310Z test_AdaptiveMaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.5871040Z test_AdaptiveMaxPool1d_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:21.5883600Z test_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.6003080Z test_AdaptiveMaxPool2d_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:21.6015320Z test_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.6128920Z test_AdaptiveMaxPool2d_single (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:21.6141190Z test_AdaptiveMaxPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.6257010Z test_AdaptiveMaxPool2d_tuple (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:21.6268990Z test_AdaptiveMaxPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.6385860Z test_AdaptiveMaxPool2d_tuple_none (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:21.6398130Z test_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.6530360Z test_AdaptiveMaxPool3d_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:21.6542580Z test_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.6663630Z test_AdaptiveMaxPool3d_single (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:21.6676500Z test_AdaptiveMaxPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.6803560Z test_AdaptiveMaxPool3d_single_nonatomic (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:21.6816910Z test_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.6944240Z test_AdaptiveMaxPool3d_tuple (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:21.6957580Z test_AdaptiveMaxPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.7084500Z test_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:21.7097100Z test_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.7225480Z test_AdaptiveMaxPool3d_tuple_none (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:21.7238460Z test_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.7289830Z test_AlphaDropout (__main__.TestNN) ... ok (0.005s) 2022-05-18T06:38:21.7412180Z test_AvgPool1d (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:21.7424540Z test_AvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.7551730Z test_AvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:21.7564440Z test_AvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.7686380Z test_AvgPool1d_stride (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:21.7699390Z test_AvgPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.7821840Z test_AvgPool1d_stride_pad (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:21.7834340Z test_AvgPool1d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.7946680Z test_AvgPool2d (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:21.7958650Z test_AvgPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.8071770Z test_AvgPool2d_divisor (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:21.8084270Z test_AvgPool2d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.8196940Z test_AvgPool2d_divisor_stride (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:21.8209390Z test_AvgPool2d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.8323210Z test_AvgPool2d_divisor_stride_pad (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:21.8335610Z test_AvgPool2d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.8353710Z test_AvgPool2d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:21.8364700Z test_AvgPool2d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.8381990Z test_AvgPool2d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:21.8393680Z test_AvgPool2d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.8409340Z test_AvgPool2d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:21.8420600Z test_AvgPool2d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.8535120Z test_AvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:21.8547330Z test_AvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.8659660Z test_AvgPool2d_stride (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:21.8671380Z test_AvgPool2d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.8785180Z test_AvgPool2d_stride_pad (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:21.8797570Z test_AvgPool2d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.8912010Z test_AvgPool3d (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:21.8924840Z test_AvgPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.9039370Z test_AvgPool3d_divisor (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:21.9051720Z test_AvgPool3d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.9169050Z test_AvgPool3d_divisor_stride (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:21.9284580Z test_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:21.9297010Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.9313880Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:21.9325370Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.9335700Z test_AvgPool3d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.9452470Z test_AvgPool3d_divisor_stride_pad (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:21.9464940Z test_AvgPool3d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.9578080Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:21.9590400Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.9607660Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:21.9618540Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.9736710Z test_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:21.9749240Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.9766840Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:21.9778040Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.9893650Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:21.9905980Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.9923300Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:21.9934280Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.9954070Z test_AvgPool3d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:21.9965360Z test_AvgPool3d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:21.9981710Z test_AvgPool3d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:21.9992660Z test_AvgPool3d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.0008650Z test_AvgPool3d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:22.0020050Z test_AvgPool3d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.0132140Z test_AvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:22.0144540Z test_AvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.0260450Z test_AvgPool3d_stride (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:22.0379500Z test_AvgPool3d_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:22.0392450Z test_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.0403000Z test_AvgPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.0521400Z test_AvgPool3d_stride_pad (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:22.0534080Z test_AvgPool3d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.0652740Z test_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:22.0665730Z test_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.0788290Z test_AvgPool3d_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:22.0801210Z test_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.0918380Z test_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:22.0931320Z test_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1012300Z test_BCELoss (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:22.1024250Z test_BCELoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1034740Z test_BCELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1045020Z test_BCELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1055450Z test_BCELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1125970Z test_BCELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:22.1137730Z test_BCELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1148620Z test_BCELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1159490Z test_BCELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1229580Z test_BCELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:22.1241860Z test_BCELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1252870Z test_BCELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1263370Z test_BCELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1334100Z test_BCELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:22.1347030Z test_BCELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1357130Z test_BCELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1368010Z test_BCELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1480380Z test_BCELoss_no_reduce (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:22.1493080Z test_BCELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1566430Z test_BCELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:22.1578450Z test_BCELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1649450Z test_BCELoss_scalar_weights (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:22.1661110Z test_BCELoss_scalar_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1671970Z test_BCELoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1683270Z test_BCELoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1693840Z test_BCELoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1772630Z test_BCELoss_weights (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:22.1784690Z test_BCELoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1795710Z test_BCELoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1806600Z test_BCELoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1817130Z test_BCELoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.1931100Z test_BCELoss_weights_no_reduce (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:22.1943960Z test_BCELoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.2018870Z test_BCELoss_weights_no_reduce_scalar (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:22.2031230Z test_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.2100490Z test_BCEWithLogitsLoss (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:22.2112080Z test_BCEWithLogitsLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.2122870Z test_BCEWithLogitsLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.2140890Z test_BCEWithLogitsLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.2218280Z test_BCEWithLogitsLoss_legacy_enum (__main__.TestNN) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-05-18T06:38:22.2218850Z warnings.warn(warning.format(ret)) 2022-05-18T06:38:22.2219550Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-05-18T06:38:22.2220030Z warnings.warn(warning.format(ret)) 2022-05-18T06:38:22.2220270Z ok (0.008s) 2022-05-18T06:38:22.2230410Z test_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.2298590Z test_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:22.2311070Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.2321860Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.2333160Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.2400970Z test_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:22.2412970Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.2423810Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.2434090Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.2501710Z test_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:22.2513740Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.2524320Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.2535730Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.2616110Z test_BCEWithLogitsLoss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:22.2628730Z test_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.2668990Z test_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:38:22.2681000Z test_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.2746020Z test_BCEWithLogitsLoss_scalar_weights (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:38:22.2758890Z test_BCEWithLogitsLoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.2770290Z test_BCEWithLogitsLoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.2780690Z test_BCEWithLogitsLoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.2852570Z test_BCEWithLogitsLoss_weights (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:22.2863780Z test_BCEWithLogitsLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.2874230Z test_BCEWithLogitsLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.2884510Z test_BCEWithLogitsLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.3167310Z test_BatchNorm1d_3d_input (__main__.TestNN) ... ok (0.028s) 2022-05-18T06:38:22.3180710Z test_BatchNorm1d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.3430180Z test_BatchNorm1d_3d_input_eval (__main__.TestNN) ... ok (0.025s) 2022-05-18T06:38:22.3442870Z test_BatchNorm1d_3d_input_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.3587600Z test_BatchNorm1d_3d_input_not_affine (__main__.TestNN) ... ok (0.014s) 2022-05-18T06:38:22.3600180Z test_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.3729370Z test_BatchNorm1d_3d_input_not_affine_eval (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:22.3742010Z test_BatchNorm1d_3d_input_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.4014730Z test_BatchNorm1d_affine (__main__.TestNN) ... ok (0.027s) 2022-05-18T06:38:22.4027520Z test_BatchNorm1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.4267350Z test_BatchNorm1d_affine_eval (__main__.TestNN) ... ok (0.024s) 2022-05-18T06:38:22.4280020Z test_BatchNorm1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.4549270Z test_BatchNorm1d_affine_simple_average (__main__.TestNN) ... ok (0.027s) 2022-05-18T06:38:22.4561350Z test_BatchNorm1d_affine_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.4802680Z test_BatchNorm1d_affine_simple_average_eval (__main__.TestNN) ... ok (0.024s) 2022-05-18T06:38:22.4815060Z test_BatchNorm1d_affine_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.4955090Z test_BatchNorm1d_not_affine (__main__.TestNN) ... ok (0.014s) 2022-05-18T06:38:22.4967540Z test_BatchNorm1d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.5099750Z test_BatchNorm1d_not_affine_eval (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:22.5112020Z test_BatchNorm1d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.5370120Z test_BatchNorm1d_not_tracking_stats (__main__.TestNN) ... ok (0.026s) 2022-05-18T06:38:22.5382970Z test_BatchNorm1d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.5637670Z test_BatchNorm1d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.025s) 2022-05-18T06:38:22.5650450Z test_BatchNorm1d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.5771800Z test_BatchNorm1d_zero_batch (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:22.5784730Z test_BatchNorm1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.5903970Z test_BatchNorm1d_zero_batch_eval (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:22.5916810Z test_BatchNorm1d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.6205190Z test_BatchNorm2d (__main__.TestNN) ... ok (0.029s) 2022-05-18T06:38:22.6490670Z test_BatchNorm2d_2d_simple_average (__main__.TestNN) ... ok (0.028s) 2022-05-18T06:38:22.6504270Z test_BatchNorm2d_2d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.6757320Z test_BatchNorm2d_2d_simple_average_eval (__main__.TestNN) ... ok (0.025s) 2022-05-18T06:38:22.6770060Z test_BatchNorm2d_2d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.6780930Z test_BatchNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.7034570Z test_BatchNorm2d_eval (__main__.TestNN) ... ok (0.025s) 2022-05-18T06:38:22.7047450Z test_BatchNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.7327320Z test_BatchNorm2d_momentum (__main__.TestNN) ... ok (0.028s) 2022-05-18T06:38:22.7339820Z test_BatchNorm2d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.7590570Z test_BatchNorm2d_momentum_eval (__main__.TestNN) ... ok (0.025s) 2022-05-18T06:38:22.7602940Z test_BatchNorm2d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.7750880Z test_BatchNorm2d_not_affine (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:22.7763250Z test_BatchNorm2d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.7895240Z test_BatchNorm2d_not_affine_eval (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:22.7907420Z test_BatchNorm2d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.8180570Z test_BatchNorm2d_not_tracking_stats (__main__.TestNN) ... ok (0.027s) 2022-05-18T06:38:22.8193420Z test_BatchNorm2d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.8465640Z test_BatchNorm2d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.027s) 2022-05-18T06:38:22.8478350Z test_BatchNorm2d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.8592070Z test_BatchNorm2d_zero_batch (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:22.8603800Z test_BatchNorm2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.8712170Z test_BatchNorm2d_zero_batch_eval (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:22.8724120Z test_BatchNorm2d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.9019330Z test_BatchNorm3d (__main__.TestNN) ... ok (0.029s) 2022-05-18T06:38:22.9311960Z test_BatchNorm3d_3d_simple_average (__main__.TestNN) ... ok (0.029s) 2022-05-18T06:38:22.9325090Z test_BatchNorm3d_3d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.9580110Z test_BatchNorm3d_3d_simple_average_eval (__main__.TestNN) ... ok (0.025s) 2022-05-18T06:38:22.9592850Z test_BatchNorm3d_3d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.9603330Z test_BatchNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:22.9858970Z test_BatchNorm3d_eval (__main__.TestNN) ... ok (0.025s) 2022-05-18T06:38:22.9871370Z test_BatchNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.0155030Z test_BatchNorm3d_momentum (__main__.TestNN) ... ok (0.028s) 2022-05-18T06:38:23.0167590Z test_BatchNorm3d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.0418680Z test_BatchNorm3d_momentum_eval (__main__.TestNN) ... ok (0.025s) 2022-05-18T06:38:23.0431370Z test_BatchNorm3d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.0584560Z test_BatchNorm3d_not_affine (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:23.0597920Z test_BatchNorm3d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.0728470Z test_BatchNorm3d_not_affine_eval (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:23.0740500Z test_BatchNorm3d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.1022840Z test_BatchNorm3d_not_tracking_stats (__main__.TestNN) ... ok (0.028s) 2022-05-18T06:38:23.1035570Z test_BatchNorm3d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.1316750Z test_BatchNorm3d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.028s) 2022-05-18T06:38:23.1329810Z test_BatchNorm3d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.1443270Z test_BatchNorm3d_zero_batch (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:23.1455530Z test_BatchNorm3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.1564720Z test_BatchNorm3d_zero_batch_eval (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:23.1577220Z test_BatchNorm3d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.1711760Z test_CELU (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:23.1724460Z test_CELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.1807230Z test_CELU_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:23.1819380Z test_CELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.1913070Z test_CELU_scalar (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:23.1925300Z test_CELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.2160860Z test_CTCLoss_2d_int_target_lengths_intlists (__main__.TestNN) ... ok (0.023s) 2022-05-18T06:38:23.2173660Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.2184650Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.2430190Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.024s) 2022-05-18T06:38:23.2442570Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.2453110Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.2661940Z test_CTCLoss_2d_int_target_lengths_tensors (__main__.TestNN) ... ok (0.021s) 2022-05-18T06:38:23.2674330Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.2684610Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.2891430Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.021s) 2022-05-18T06:38:23.2903610Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.2913960Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.3143030Z test_CTCLoss_2d_lengths_tensors (__main__.TestNN) ... ok (0.023s) 2022-05-18T06:38:23.3155570Z test_CTCLoss_2d_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.3166140Z test_CTCLoss_2d_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.3372710Z test_CTCLoss_2d_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.020s) 2022-05-18T06:38:23.3385850Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.3396620Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.3415440Z test_CTCLoss_critical_target_len (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-05-18T06:38:23.3520090Z test_CTCLoss_lengthchecks_cpu (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:23.3533380Z test_CTCLoss_lengthchecks_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-05-18T06:38:23.3761500Z test_CTCLoss_lengths_intlists (__main__.TestNN) ... ok (0.023s) 2022-05-18T06:38:23.3774560Z test_CTCLoss_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.3786590Z test_CTCLoss_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.3988250Z test_CTCLoss_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.020s) 2022-05-18T06:38:23.4001050Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.4012280Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.4231320Z test_CTCLoss_lengths_tensors (__main__.TestNN) ... ok (0.022s) 2022-05-18T06:38:23.4243660Z test_CTCLoss_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.4254110Z test_CTCLoss_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.4461530Z test_CTCLoss_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.021s) 2022-05-18T06:38:23.4474360Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.4484840Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.4506790Z test_CTCLoss_long_targets (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-05-18T06:38:23.4616450Z test_CTCLoss_typechecks (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:23.4644860Z test_CTCLoss_zero_infinity (__main__.TestNN) ... skip: CUDA not available (0.003s) 2022-05-18T06:38:23.4760390Z test_ConstantPad1d (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:23.4874650Z test_ConstantPad1d_batch (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:23.4886430Z test_ConstantPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.5076170Z test_ConstantPad1d_complex (__main__.TestNN) ... ok (0.019s) 2022-05-18T06:38:23.5088520Z test_ConstantPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.5099050Z test_ConstantPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.5211300Z test_ConstantPad2d (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:23.5413990Z test_ConstantPad2d_complex (__main__.TestNN) ... ok (0.020s) 2022-05-18T06:38:23.5426790Z test_ConstantPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.5437270Z test_ConstantPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.5555050Z test_ConstantPad2d_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:23.5566730Z test_ConstantPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.5696860Z test_ConstantPad3d (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:23.5936170Z test_ConstantPad3d_complex (__main__.TestNN) ... ok (0.024s) 2022-05-18T06:38:23.5948770Z test_ConstantPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.5959340Z test_ConstantPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.6086340Z test_ConstantPad3d_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:23.6098930Z test_ConstantPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.6368980Z test_Conv1d (__main__.TestNN) ... ok (0.027s) 2022-05-18T06:38:23.6706810Z test_Conv1d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.034s) 2022-05-18T06:38:23.6719810Z test_Conv1d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.6731610Z test_Conv1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.6990740Z test_Conv1d_dilated (__main__.TestNN) ... ok (0.026s) 2022-05-18T06:38:23.7003490Z test_Conv1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.7401220Z test_Conv1d_groups (__main__.TestNN) ... ok (0.040s) 2022-05-18T06:38:23.7414520Z test_Conv1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.7473690Z test_Conv1d_module_same_padding (__main__.TestNN) ... test_nn.py:988: 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 ../aten/src/ATen/native/Convolution.cpp:883.) 2022-05-18T06:38:23.7474400Z expect = F.conv1d(x, module.weight, module.bias, padding='same') 2022-05-18T06:38:23.7474650Z ok (0.006s) 2022-05-18T06:38:23.7727780Z test_Conv1d_pad1 (__main__.TestNN) ... ok (0.025s) 2022-05-18T06:38:23.7740540Z test_Conv1d_pad1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.7985980Z test_Conv1d_pad1size1 (__main__.TestNN) ... ok (0.024s) 2022-05-18T06:38:23.7998880Z test_Conv1d_pad1size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.8259150Z test_Conv1d_pad2 (__main__.TestNN) ... ok (0.026s) 2022-05-18T06:38:23.8271890Z test_Conv1d_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.8520420Z test_Conv1d_pad2size1 (__main__.TestNN) ... ok (0.025s) 2022-05-18T06:38:23.8533720Z test_Conv1d_pad2size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.8789900Z test_Conv1d_pad_same (__main__.TestNN) ... ok (0.025s) 2022-05-18T06:38:23.9055510Z test_Conv1d_pad_same2 (__main__.TestNN) ... ok (0.026s) 2022-05-18T06:38:23.9067920Z test_Conv1d_pad_same2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.9079760Z test_Conv1d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.9344570Z test_Conv1d_pad_same_dilated (__main__.TestNN) ... ok (0.026s) 2022-05-18T06:38:23.9357260Z test_Conv1d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.9605030Z test_Conv1d_pad_valid (__main__.TestNN) ... ok (0.025s) 2022-05-18T06:38:23.9617580Z test_Conv1d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:23.9882270Z test_Conv1d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.026s) 2022-05-18T06:38:23.9895190Z test_Conv1d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.0162560Z test_Conv1d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.027s) 2022-05-18T06:38:24.0175250Z test_Conv1d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.0427040Z test_Conv1d_stride (__main__.TestNN) ... ok (0.025s) 2022-05-18T06:38:24.0439790Z test_Conv1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.0664350Z test_Conv1d_zero_batch (__main__.TestNN) ... ok (0.022s) 2022-05-18T06:38:24.0677080Z test_Conv1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.0925910Z test_Conv1d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.025s) 2022-05-18T06:38:24.0938480Z test_Conv1d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.1195350Z test_Conv2d (__main__.TestNN) ... ok (0.026s) 2022-05-18T06:38:24.1265120Z test_Conv2d_1x1 (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:24.1470130Z test_Conv2d_OneDNN (__main__.TestNN) ... ok (0.020s) 2022-05-18T06:38:24.1565830Z test_Conv2d_backward_twice (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:24.1959310Z test_Conv2d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.039s) 2022-05-18T06:38:24.1972060Z test_Conv2d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.1982640Z test_Conv2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.2306150Z test_Conv2d_depthwise (__main__.TestNN) ... ok (0.032s) 2022-05-18T06:38:24.2319700Z test_Conv2d_depthwise_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.2657260Z test_Conv2d_depthwise_dilated (__main__.TestNN) ... ok (0.034s) 2022-05-18T06:38:24.2670700Z test_Conv2d_depthwise_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.3002550Z test_Conv2d_depthwise_padded (__main__.TestNN) ... ok (0.033s) 2022-05-18T06:38:24.3015950Z test_Conv2d_depthwise_padded_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.3335060Z test_Conv2d_depthwise_strided (__main__.TestNN) ... ok (0.032s) 2022-05-18T06:38:24.3348200Z test_Conv2d_depthwise_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.3672800Z test_Conv2d_depthwise_with_multiplier (__main__.TestNN) ... ok (0.032s) 2022-05-18T06:38:24.3685930Z test_Conv2d_depthwise_with_multiplier_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.3955550Z test_Conv2d_dilated (__main__.TestNN) ... ok (0.027s) 2022-05-18T06:38:24.3968640Z test_Conv2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.3992480Z test_Conv2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:24.4003420Z test_Conv2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.4298030Z test_Conv2d_groups (__main__.TestNN) ... ok (0.029s) 2022-05-18T06:38:24.4311720Z test_Conv2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.4395460Z test_Conv2d_groups_nobias (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:24.4482850Z test_Conv2d_groups_nobias_v2 (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:24.4774840Z test_Conv2d_groups_thnn (__main__.TestNN) ... ok (0.029s) 2022-05-18T06:38:24.4789310Z test_Conv2d_groups_thnn_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.4814930Z test_Conv2d_groups_thnn_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:24.4826870Z test_Conv2d_groups_thnn_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.4851100Z test_Conv2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:24.4863040Z test_Conv2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.4995400Z test_Conv2d_inconsistent_types (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:24.5013270Z test_Conv2d_inconsistent_types_on_GPU_with_cudnn (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-05-18T06:38:24.5029840Z test_Conv2d_inconsistent_types_on_GPU_without_cudnn (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-05-18T06:38:24.5046570Z test_Conv2d_missing_argument (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:24.5109800Z test_Conv2d_module_same_padding (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:38:24.5305950Z test_Conv2d_no_bias (__main__.TestNN) ... ok (0.019s) 2022-05-18T06:38:24.5318790Z test_Conv2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.5339950Z test_Conv2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:24.5351570Z test_Conv2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.5627140Z test_Conv2d_pad_same (__main__.TestNN) ... ok (0.027s) 2022-05-18T06:38:24.5639560Z test_Conv2d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.5898390Z test_Conv2d_pad_same_dilated (__main__.TestNN) ... ok (0.026s) 2022-05-18T06:38:24.5911240Z test_Conv2d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.6165730Z test_Conv2d_pad_valid (__main__.TestNN) ... ok (0.025s) 2022-05-18T06:38:24.6178420Z test_Conv2d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.6431160Z test_Conv2d_padding (__main__.TestNN) ... ok (0.025s) 2022-05-18T06:38:24.6444510Z test_Conv2d_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.6467560Z test_Conv2d_padding_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:24.6478920Z test_Conv2d_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.6749710Z test_Conv2d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.027s) 2022-05-18T06:38:24.6762320Z test_Conv2d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.7031750Z test_Conv2d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.027s) 2022-05-18T06:38:24.7044450Z test_Conv2d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.7301380Z test_Conv2d_strided (__main__.TestNN) ... ok (0.026s) 2022-05-18T06:38:24.7313960Z test_Conv2d_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.7336320Z test_Conv2d_strided_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:24.7347760Z test_Conv2d_strided_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.7368360Z test_Conv2d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:24.7379510Z test_Conv2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.7599430Z test_Conv2d_zero_batch (__main__.TestNN) ... ok (0.022s) 2022-05-18T06:38:24.7612180Z test_Conv2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.7633880Z test_Conv2d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:24.7645320Z test_Conv2d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.7900860Z test_Conv2d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.025s) 2022-05-18T06:38:24.7913500Z test_Conv2d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.8174720Z test_Conv3d (__main__.TestNN) ... ok (0.026s) 2022-05-18T06:38:24.8369200Z test_Conv3d_1x1x1_no_bias (__main__.TestNN) ... ok (0.019s) 2022-05-18T06:38:24.8382420Z test_Conv3d_1x1x1_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.8403930Z test_Conv3d_1x1x1_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:24.8414920Z test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.8920150Z test_Conv3d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.050s) 2022-05-18T06:38:24.8933160Z test_Conv3d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.8944010Z test_Conv3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.9222440Z test_Conv3d_dilated (__main__.TestNN) ... ok (0.028s) 2022-05-18T06:38:24.9235410Z test_Conv3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.9507230Z test_Conv3d_dilated_strided (__main__.TestNN) ... ok (0.027s) 2022-05-18T06:38:24.9520050Z test_Conv3d_dilated_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.9784770Z test_Conv3d_groups (__main__.TestNN) ... ok (0.026s) 2022-05-18T06:38:24.9797760Z test_Conv3d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:24.9885890Z test_Conv3d_groups_nobias (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:24.9980900Z test_Conv3d_groups_wbias (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:25.0004770Z test_Conv3d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:25.0015850Z test_Conv3d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.0087060Z test_Conv3d_module_same_padding (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:25.0279980Z test_Conv3d_no_bias (__main__.TestNN) ... ok (0.019s) 2022-05-18T06:38:25.0293250Z test_Conv3d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.0315340Z test_Conv3d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:25.0327180Z test_Conv3d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.0685030Z test_Conv3d_pad_same (__main__.TestNN) ... ok (0.036s) 2022-05-18T06:38:25.0698040Z test_Conv3d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.1048930Z test_Conv3d_pad_same_dilated (__main__.TestNN) ... ok (0.035s) 2022-05-18T06:38:25.1061690Z test_Conv3d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.1355970Z test_Conv3d_pad_valid (__main__.TestNN) ... ok (0.029s) 2022-05-18T06:38:25.1368980Z test_Conv3d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.1668580Z test_Conv3d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.030s) 2022-05-18T06:38:25.1681250Z test_Conv3d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.1943310Z test_Conv3d_stride (__main__.TestNN) ... ok (0.026s) 2022-05-18T06:38:25.1956040Z test_Conv3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.2222060Z test_Conv3d_stride_padding (__main__.TestNN) ... ok (0.026s) 2022-05-18T06:38:25.2234650Z test_Conv3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.2257310Z test_Conv3d_stride_padding_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:25.2268620Z test_Conv3d_stride_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.2289880Z test_Conv3d_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:25.2300760Z test_Conv3d_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.2321290Z test_Conv3d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:25.2332180Z test_Conv3d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.2548960Z test_Conv3d_zero_batch (__main__.TestNN) ... ok (0.022s) 2022-05-18T06:38:25.2561770Z test_Conv3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.2582890Z test_Conv3d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:25.2594000Z test_Conv3d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.2873510Z test_Conv3d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.028s) 2022-05-18T06:38:25.2886580Z test_Conv3d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.3146760Z test_ConvTranspose1d (__main__.TestNN) ... ok (0.026s) 2022-05-18T06:38:25.3159620Z test_ConvTranspose1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.3414890Z test_ConvTranspose1d_dilated (__main__.TestNN) ... ok (0.025s) 2022-05-18T06:38:25.3429630Z test_ConvTranspose1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.3736110Z test_ConvTranspose1d_groups (__main__.TestNN) ... ok (0.030s) 2022-05-18T06:38:25.3749190Z test_ConvTranspose1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.3935820Z test_ConvTranspose1d_no_bias (__main__.TestNN) ... ok (0.019s) 2022-05-18T06:38:25.3948830Z test_ConvTranspose1d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.4207020Z test_ConvTranspose2d (__main__.TestNN) ... ok (0.026s) 2022-05-18T06:38:25.4219700Z test_ConvTranspose2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.4411290Z test_ConvTranspose2d_dilated (__main__.TestNN) ... ok (0.019s) 2022-05-18T06:38:25.4423790Z test_ConvTranspose2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.4444300Z test_ConvTranspose2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:25.4455390Z test_ConvTranspose2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.4717210Z test_ConvTranspose2d_groups (__main__.TestNN) ... ok (0.026s) 2022-05-18T06:38:25.4730100Z test_ConvTranspose2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.4752820Z test_ConvTranspose2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:25.4763950Z test_ConvTranspose2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.4776080Z test_ConvTranspose2d_half_cublas_gemm (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-05-18T06:38:25.4979300Z test_ConvTranspose2d_no_bias (__main__.TestNN) ... ok (0.020s) 2022-05-18T06:38:25.4992770Z test_ConvTranspose2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.5015740Z test_ConvTranspose2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:25.5028480Z test_ConvTranspose2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:25.5082610Z test_ConvTranspose2d_output_size (__main__.TestNN) ... ok (0.005s) 2022-05-18T06:38:28.9436820Z test_ConvTranspose2d_output_size_downsample_upsample (__main__.TestNN) ... ok (3.435s) 2022-05-18T06:38:28.9461520Z test_ConvTranspose2d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:28.9472880Z test_ConvTranspose2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:28.9748580Z test_ConvTranspose3d (__main__.TestNN) ... ok (0.027s) 2022-05-18T06:38:28.9768010Z test_ConvTranspose3d_correct_output_size (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:28.9779740Z test_ConvTranspose3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.0054900Z test_ConvTranspose3d_dilated (__main__.TestNN) ... ok (0.027s) 2022-05-18T06:38:29.0068300Z test_ConvTranspose3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.0352510Z test_CosineEmbeddingLoss (__main__.TestNN) ... ok (0.028s) 2022-05-18T06:38:29.0364870Z test_CosineEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.0375320Z test_CosineEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.0385480Z test_CosineEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.0656110Z test_CosineEmbeddingLoss_margin (__main__.TestNN) ... ok (0.027s) 2022-05-18T06:38:29.0668820Z test_CosineEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.0679270Z test_CosineEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.0689670Z test_CosineEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.0956540Z test_CosineEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.027s) 2022-05-18T06:38:29.0969000Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.0979520Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.0989650Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.1203250Z test_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.021s) 2022-05-18T06:38:29.1215390Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.1225830Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.1236070Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.1449830Z test_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.021s) 2022-05-18T06:38:29.1469800Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.1473400Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.1484320Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.1698270Z test_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.021s) 2022-05-18T06:38:29.1710900Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.1721110Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.1731100Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.1993320Z test_CosineEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.026s) 2022-05-18T06:38:29.2005490Z test_CosineEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.2016380Z test_CosineEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.2026370Z test_CosineEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.2092920Z test_CrossEntropyLoss (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:29.2167180Z test_CrossEntropyLoss_2d (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:29.2178410Z test_CrossEntropyLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.2188790Z test_CrossEntropyLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.2198790Z test_CrossEntropyLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.2269730Z test_CrossEntropyLoss_2d_ignore_index (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:29.2281020Z test_CrossEntropyLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.2291440Z test_CrossEntropyLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.2301510Z test_CrossEntropyLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.2411570Z test_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:29.2423230Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.2433390Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.2443580Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.2552400Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:29.2564340Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.2574480Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.2584530Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.2680710Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:29.2691930Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.2702060Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.2712070Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.2818130Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:29.2829190Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.2839350Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.2849600Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.2927250Z test_CrossEntropyLoss_2d_prob_target (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:29.2938270Z test_CrossEntropyLoss_2d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.2948680Z test_CrossEntropyLoss_2d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.2958620Z test_CrossEntropyLoss_2d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3036770Z test_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:29.3048100Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3058340Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3068270Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3142860Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:29.3154310Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3164570Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3174340Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3257040Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:29.3268480Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3278720Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3288640Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3360910Z test_CrossEntropyLoss_2d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:29.3372090Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3382230Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3392340Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3471780Z test_CrossEntropyLoss_2d_prob_target_weights (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:29.3483170Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3493450Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3503480Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3579260Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:29.3590040Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3600250Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3610320Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3681630Z test_CrossEntropyLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:29.3693140Z test_CrossEntropyLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3703340Z test_CrossEntropyLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3713310Z test_CrossEntropyLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3785240Z test_CrossEntropyLoss_2d_weights (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:29.3797180Z test_CrossEntropyLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3807390Z test_CrossEntropyLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3817330Z test_CrossEntropyLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3928320Z test_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:29.3939810Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3950060Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.3960080Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.4067770Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:29.4078860Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.4089170Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.4099160Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.4197260Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:29.4208430Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.4218690Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.4228820Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.4327770Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:29.4352270Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.4359450Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T06:38:29.4373060Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.4479830Z test_CrossEntropyLoss_3d_prob_target (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:29.4492530Z test_CrossEntropyLoss_3d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.4502800Z test_CrossEntropyLoss_3d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.4513020Z test_CrossEntropyLoss_3d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.4614570Z test_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:29.4684060Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.005s) 2022-05-18T06:38:29.4685210Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.4692490Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.4788660Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:29.4801630Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.4813170Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.4823670Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.4917000Z test_CrossEntropyLoss_3d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:29.4931460Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.4942690Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.4984410Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.5109500Z test_CrossEntropyLoss_3d_prob_target_weights (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:29.5121750Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.5132180Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.5142170Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.5323720Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:29.5343440Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.5346560Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.5355140Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.5506430Z test_CrossEntropyLoss_4d_prob_target (__main__.TestNN) ... ok (0.017s) 2022-05-18T06:38:29.5518850Z test_CrossEntropyLoss_4d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.5529100Z test_CrossEntropyLoss_4d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.5539080Z test_CrossEntropyLoss_4d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.5616990Z test_CrossEntropyLoss_4d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:29.5628080Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.5639570Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.5649970Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.5735000Z test_CrossEntropyLoss_4d_prob_target_weights (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:29.5748540Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.5759410Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.5769830Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.5850910Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:29.5862510Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.5873050Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.5883730Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.5894170Z test_CrossEntropyLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.5904340Z test_CrossEntropyLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.5915100Z test_CrossEntropyLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.5989110Z test_CrossEntropyLoss_dim_is_3 (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:29.6000620Z test_CrossEntropyLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.6011380Z test_CrossEntropyLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.6021800Z test_CrossEntropyLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.6097560Z test_CrossEntropyLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:29.6109370Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.6120250Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.6130850Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.6210250Z test_CrossEntropyLoss_higher_dim (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:29.6222090Z test_CrossEntropyLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.6232610Z test_CrossEntropyLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.6242790Z test_CrossEntropyLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.6349380Z test_CrossEntropyLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:29.6362490Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.6373480Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.6384350Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.6451390Z test_CrossEntropyLoss_weights (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:29.6464480Z test_CrossEntropyLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.6475310Z test_CrossEntropyLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.6486320Z test_CrossEntropyLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.6609480Z test_CrossMapLRN2d (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:29.6621410Z test_CrossMapLRN2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.6739740Z test_ELU (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:29.6752440Z test_ELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.6836140Z test_ELU_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:29.6848240Z test_ELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.6923580Z test_ELU_scalar (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:29.6935410Z test_ELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.7024830Z test_Embedding (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:29.7154680Z test_EmbeddingBag_discontiguous (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:29.7167460Z test_EmbeddingBag_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.7266340Z test_EmbeddingBag_max (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:29.7278280Z test_EmbeddingBag_max_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.7377870Z test_EmbeddingBag_max_padding_idx (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:29.7389780Z test_EmbeddingBag_max_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.7485270Z test_EmbeddingBag_mean (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:29.7497890Z test_EmbeddingBag_mean_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.7598470Z test_EmbeddingBag_mean_padding_idx (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:29.7610910Z test_EmbeddingBag_mean_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.7756490Z test_EmbeddingBag_sparse (__main__.TestNN) ... ok (0.014s) 2022-05-18T06:38:29.7768870Z test_EmbeddingBag_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.7863260Z test_EmbeddingBag_sum (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:29.7875370Z test_EmbeddingBag_sum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.7971450Z test_EmbeddingBag_sum_padding_idx (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:29.7983580Z test_EmbeddingBag_sum_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.7994830Z test_Embedding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.8144880Z test_Embedding_discontiguous (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:29.8157220Z test_Embedding_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:29.8293320Z test_Embedding_sparse (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:29.8305990Z test_Embedding_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.0323710Z test_FeatureAlphaDropout (__main__.TestNN) ... ok (0.202s) 2022-05-18T06:38:30.0440610Z test_Flatten (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:30.0452880Z test_Flatten_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.0563350Z test_Flatten_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:30.0574940Z test_Flatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.0659910Z test_Fold (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:30.0672600Z test_Fold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.0756180Z test_Fold_int_input (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:30.0768460Z test_Fold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.0850440Z test_Fold_no_batch_dim_input (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:30.0862610Z test_Fold_no_batch_dim_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.0945210Z test_Fold_no_batch_dim_int_input (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:30.0957790Z test_Fold_no_batch_dim_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.1073670Z test_FractionalMaxPool2d_ratio (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:30.1085820Z test_FractionalMaxPool2d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.1210820Z test_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:30.1223430Z test_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.1351480Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:30.1364000Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.1491060Z test_FractionalMaxPool2d_ratio_return_indices (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:30.1503240Z test_FractionalMaxPool2d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.1623920Z test_FractionalMaxPool2d_size (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:30.1636380Z test_FractionalMaxPool2d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.1760220Z test_FractionalMaxPool2d_size_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:30.1772900Z test_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.1897880Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:30.1910590Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.2126260Z test_FractionalMaxPool3d_asymsize (__main__.TestNN) ... ok (0.021s) 2022-05-18T06:38:30.2139450Z test_FractionalMaxPool3d_asymsize_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.2262310Z test_FractionalMaxPool3d_ratio (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:30.2274960Z test_FractionalMaxPool3d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.2403040Z test_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:30.2415660Z test_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.2544560Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:30.2557350Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.2691380Z test_FractionalMaxPool3d_ratio_return_indices (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:30.2705490Z test_FractionalMaxPool3d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.2853870Z test_FractionalMaxPool3d_size (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:30.2866240Z test_FractionalMaxPool3d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.2999990Z test_FractionalMaxPool3d_size_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:30.3012850Z test_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.3144960Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:30.3158040Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.3278420Z test_GELU (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:30.3290930Z test_GELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.3375630Z test_GELU_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:30.3388290Z test_GELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.3467480Z test_GELU_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:30.3479740Z test_GELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.3595970Z test_GLU (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:30.3608610Z test_GLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.3730780Z test_GLU_dim (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:30.3743660Z test_GLU_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.3833660Z test_GLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:30.3846540Z test_GLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.4164260Z test_GroupNorm_1d_affine (__main__.TestNN) ... ok (0.032s) 2022-05-18T06:38:30.4475600Z test_GroupNorm_1d_affine_GN (__main__.TestNN) ... ok (0.031s) 2022-05-18T06:38:30.4489080Z test_GroupNorm_1d_affine_GN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.4799710Z test_GroupNorm_1d_affine_GN_eval (__main__.TestNN) ... ok (0.031s) 2022-05-18T06:38:30.4812330Z test_GroupNorm_1d_affine_GN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.4823080Z test_GroupNorm_1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.5138450Z test_GroupNorm_1d_affine_eval (__main__.TestNN) ... ok (0.031s) 2022-05-18T06:38:30.5151470Z test_GroupNorm_1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.5162170Z test_GroupNorm_1d_affine_large_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.5172920Z test_GroupNorm_1d_affine_large_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.5326880Z test_GroupNorm_1d_no_affine_IN (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:30.5339050Z test_GroupNorm_1d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.5493060Z test_GroupNorm_1d_no_affine_IN_eval (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:30.5505650Z test_GroupNorm_1d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.5659730Z test_GroupNorm_1d_no_affine_LN (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:30.5672080Z test_GroupNorm_1d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.5823070Z test_GroupNorm_1d_no_affine_LN_eval (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:30.5835070Z test_GroupNorm_1d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.6148530Z test_GroupNorm_2d_affine (__main__.TestNN) ... ok (0.031s) 2022-05-18T06:38:30.6161530Z test_GroupNorm_2d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.6475210Z test_GroupNorm_2d_affine_eval (__main__.TestNN) ... ok (0.031s) 2022-05-18T06:38:30.6488140Z test_GroupNorm_2d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.6498940Z test_GroupNorm_2d_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.6509570Z test_GroupNorm_2d_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.6668440Z test_GroupNorm_2d_no_affine_IN (__main__.TestNN) ... ok (0.016s) 2022-05-18T06:38:30.6683870Z test_GroupNorm_2d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.6835830Z test_GroupNorm_2d_no_affine_IN_eval (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:30.6849030Z test_GroupNorm_2d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.7000880Z test_GroupNorm_2d_no_affine_LN (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:30.7015850Z test_GroupNorm_2d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.7166450Z test_GroupNorm_2d_no_affine_LN_eval (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:30.7179730Z test_GroupNorm_2d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.7192870Z test_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.7203840Z test_GroupNorm_2d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.7311120Z test_Hardshrink (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:30.7323280Z test_Hardshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.7406630Z test_Hardshrink_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:30.7419230Z test_Hardshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.7489870Z test_Hardshrink_scalar (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:30.7502150Z test_Hardshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.7555500Z test_Hardsigmoid_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-05-18T06:38:30.7567500Z test_Hardsigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.7616190Z test_Hardswish_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-05-18T06:38:30.7627730Z test_Hardswish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.7740900Z test_Hardtanh (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:30.7753240Z test_Hardtanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.7831470Z test_Hardtanh_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:30.7844200Z test_Hardtanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.7926360Z test_Hardtanh_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:30.7938610Z test_Hardtanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.8025810Z test_HingeEmbeddingLoss (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:30.8037130Z test_HingeEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.8048580Z test_HingeEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.8059090Z test_HingeEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.8143410Z test_HingeEmbeddingLoss_margin (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:30.8155690Z test_HingeEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.8165910Z test_HingeEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.8176600Z test_HingeEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.8263530Z test_HingeEmbeddingLoss_margin_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:30.8275580Z test_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.8356380Z test_HingeEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:30.8368620Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.8379820Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.8390570Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.8470480Z test_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:30.8482570Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.8493770Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.8504270Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.8585550Z test_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:30.8597930Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.8609390Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.8620700Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.8707640Z test_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:30.8719790Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.8731590Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.8742080Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.8834360Z test_HingeEmbeddingLoss_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:30.8847150Z test_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.8925720Z test_HingeEmbeddingLoss_scalar_margin (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:30.8938440Z test_HingeEmbeddingLoss_scalar_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.8949430Z test_HingeEmbeddingLoss_scalar_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.8960260Z test_HingeEmbeddingLoss_scalar_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9038220Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:30.9050730Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9061050Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9071510Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9155760Z test_HingeEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:30.9167380Z test_HingeEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9180710Z test_HingeEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9192510Z test_HingeEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9314460Z test_HuberLoss (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:30.9326420Z test_HuberLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9337730Z test_HuberLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9348870Z test_HuberLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9359710Z test_HuberLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9479180Z test_HuberLoss_delta (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:30.9492340Z test_HuberLoss_delta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9561320Z test_HuberLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:38:30.9568880Z test_HuberLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9579120Z test_HuberLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9589740Z test_HuberLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9653510Z test_HuberLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:38:30.9665200Z test_HuberLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9677730Z test_HuberLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9688190Z test_HuberLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9756420Z test_HuberLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:30.9768090Z test_HuberLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9778490Z test_HuberLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9788730Z test_HuberLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9902190Z test_HuberLoss_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:30.9914570Z test_HuberLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9925480Z test_HuberLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9936240Z test_HuberLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:30.9946690Z test_HuberLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.0092420Z test_InstanceNorm1d (__main__.TestNN) ... ok (0.014s) 2022-05-18T06:38:31.0105170Z test_InstanceNorm1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.0246690Z test_InstanceNorm1d_eval (__main__.TestNN) ... ok (0.014s) 2022-05-18T06:38:31.0259230Z test_InstanceNorm1d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.0411740Z test_InstanceNorm1d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:31.0424520Z test_InstanceNorm1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.0572040Z test_InstanceNorm1d_no_batch_dim_eval (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:31.0583960Z test_InstanceNorm1d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.0744970Z test_InstanceNorm1d_tracking_stats (__main__.TestNN) ... ok (0.016s) 2022-05-18T06:38:31.0757630Z test_InstanceNorm1d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.0904550Z test_InstanceNorm1d_tracking_stats_eval (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:31.0917100Z test_InstanceNorm1d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.1085410Z test_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-05-18T06:38:31.1100230Z test_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.1252790Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:31.1266170Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.1411510Z test_InstanceNorm2d (__main__.TestNN) ... ok (0.014s) 2022-05-18T06:38:31.1425000Z test_InstanceNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.1579990Z test_InstanceNorm2d_eval (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:31.1588040Z test_InstanceNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.1738030Z test_InstanceNorm2d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:31.1751220Z test_InstanceNorm2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.1904420Z test_InstanceNorm2d_no_batch_dim_eval (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:31.1917030Z test_InstanceNorm2d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.2081160Z test_InstanceNorm2d_tracking_stats (__main__.TestNN) ... ok (0.016s) 2022-05-18T06:38:31.2096280Z test_InstanceNorm2d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.2243780Z test_InstanceNorm2d_tracking_stats_eval (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:31.2256490Z test_InstanceNorm2d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.2425650Z test_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-05-18T06:38:31.2440170Z test_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.2601680Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.016s) 2022-05-18T06:38:31.2616830Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.2770760Z test_InstanceNorm3d (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:31.2783740Z test_InstanceNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.2939260Z test_InstanceNorm3d_eval (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:31.2952280Z test_InstanceNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.3106080Z test_InstanceNorm3d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:31.3118410Z test_InstanceNorm3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.3275140Z test_InstanceNorm3d_no_batch_dim_eval (__main__.TestNN) ... ok (0.016s) 2022-05-18T06:38:31.3287810Z test_InstanceNorm3d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.3459650Z test_InstanceNorm3d_tracking_stats (__main__.TestNN) ... ok (0.017s) 2022-05-18T06:38:31.3475500Z test_InstanceNorm3d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.3628050Z test_InstanceNorm3d_tracking_stats_eval (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:31.3641060Z test_InstanceNorm3d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.3813820Z test_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-05-18T06:38:31.3829240Z test_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.3979320Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:31.3992160Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.4067690Z test_KLDivLoss (__main__.TestNN) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T06:38:31.4068420Z warnings.warn( 2022-05-18T06:38:31.4069390Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T06:38:31.4069990Z warnings.warn( 2022-05-18T06:38:31.4070920Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T06:38:31.4071520Z warnings.warn( 2022-05-18T06:38:31.4072030Z ok (0.007s) 2022-05-18T06:38:31.4090270Z test_KLDivLoss_batch_mean (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:31.4111730Z test_KLDivLoss_batch_mean_log_target (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:31.4122790Z test_KLDivLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.4133250Z test_KLDivLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.4143420Z test_KLDivLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.4214850Z test_KLDivLoss_log_target (__main__.TestNN) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T06:38:31.4215580Z warnings.warn( 2022-05-18T06:38:31.4216540Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T06:38:31.4217160Z warnings.warn( 2022-05-18T06:38:31.4217380Z ok (0.007s) 2022-05-18T06:38:31.4226230Z test_KLDivLoss_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.4236500Z test_KLDivLoss_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.4247630Z test_KLDivLoss_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.4312430Z test_KLDivLoss_log_target_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:38:31.4324460Z test_KLDivLoss_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.4335190Z test_KLDivLoss_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.4345320Z test_KLDivLoss_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.4409480Z test_KLDivLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:38:31.4421680Z test_KLDivLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.4432260Z test_KLDivLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.4442770Z test_KLDivLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.4509610Z test_KLDivLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:31.4522150Z test_KLDivLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.4532960Z test_KLDivLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.4543290Z test_KLDivLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.4609010Z test_KLDivLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:38:31.4621130Z test_KLDivLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.4632050Z test_KLDivLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.4642630Z test_KLDivLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.4769830Z test_KLDivLoss_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:31.4782620Z test_KLDivLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.4900750Z test_KLDivLoss_no_reduce_log_target (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:31.4912800Z test_KLDivLoss_no_reduce_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.4996040Z test_KLDivLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:31.5008700Z test_KLDivLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.5094210Z test_KLDivLoss_no_reduce_scalar_log_target (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:31.5106960Z test_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.5176250Z test_KLDivLoss_scalar (__main__.TestNN) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T06:38:31.5176980Z warnings.warn( 2022-05-18T06:38:31.5177930Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T06:38:31.5178610Z warnings.warn( 2022-05-18T06:38:31.5180120Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T06:38:31.5180780Z warnings.warn( 2022-05-18T06:38:31.5181010Z ok (0.007s) 2022-05-18T06:38:31.5187330Z test_KLDivLoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.5197690Z test_KLDivLoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.5208320Z test_KLDivLoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.5277690Z test_KLDivLoss_scalar_log_target (__main__.TestNN) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T06:38:31.5278390Z warnings.warn( 2022-05-18T06:38:31.5279420Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T06:38:31.5280030Z warnings.warn( 2022-05-18T06:38:31.5280240Z ok (0.007s) 2022-05-18T06:38:31.5289080Z test_KLDivLoss_scalar_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.5299240Z test_KLDivLoss_scalar_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.5310000Z test_KLDivLoss_scalar_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.5372620Z test_KLDivLoss_scalar_log_target_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:38:31.5383800Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.5394210Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.5404140Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.5467600Z test_KLDivLoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:38:31.5479360Z test_KLDivLoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.5489690Z test_KLDivLoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.5499690Z test_KLDivLoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.5566620Z test_KLDivLoss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:31.5578110Z test_KLDivLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.5588550Z test_KLDivLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.5598640Z test_KLDivLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.5722130Z test_KLDivLoss_with_log_target_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:31.5734080Z test_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.5861480Z test_KLDivLoss_with_target_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:31.5874690Z test_KLDivLoss_with_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.5990560Z test_L1Loss (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:31.6002220Z test_L1Loss_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.6013560Z test_L1Loss_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.6024310Z test_L1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.6035170Z test_L1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.6046000Z test_L1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.6110930Z test_L1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:38:31.6122320Z test_L1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.6132410Z test_L1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.6142330Z test_L1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.6206010Z test_L1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:38:31.6217470Z test_L1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.6228020Z test_L1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.6237790Z test_L1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.6301760Z test_L1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:38:31.6313300Z test_L1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.6323470Z test_L1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.6333490Z test_L1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.6449820Z test_L1Loss_no_reduce (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:31.6661620Z test_L1Loss_no_reduce_complex (__main__.TestNN) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/autograd/gradcheck.py:360: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at ../aten/src/ATen/native/Copy.cpp:250.) 2022-05-18T06:38:31.6663030Z jacobians[i][index_o].copy_(res.reshape(-1)) 2022-05-18T06:38:31.6663290Z ok (0.021s) 2022-05-18T06:38:31.6674090Z test_L1Loss_no_reduce_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.6684950Z test_L1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.6768300Z test_L1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:31.6780860Z test_L1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.6888740Z test_L1Loss_scalar (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:31.6900260Z test_L1Loss_scalar_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.6910310Z test_L1Loss_scalar_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.6920500Z test_L1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.6930750Z test_L1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.6940580Z test_L1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.7115340Z test_LPPool1d (__main__.TestNN) ... ok (0.017s) 2022-05-18T06:38:31.7127820Z test_LPPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.7305890Z test_LPPool1d_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-05-18T06:38:31.7318620Z test_LPPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.7494150Z test_LPPool1d_norm (__main__.TestNN) ... ok (0.017s) 2022-05-18T06:38:31.7508460Z test_LPPool1d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.7679690Z test_LPPool2d (__main__.TestNN) ... ok (0.017s) 2022-05-18T06:38:31.7694150Z test_LPPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.7862610Z test_LPPool2d_norm (__main__.TestNN) ... ok (0.017s) 2022-05-18T06:38:31.7877030Z test_LPPool2d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.7939820Z test_LSTM_cell (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:38:31.8056730Z test_LSTM_cell_forward_hidden_size (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:31.8126160Z test_LSTM_cell_forward_input_size (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:31.8383810Z test_LayerNorm_1d_elementwise_affine (__main__.TestNN) ... ok (0.026s) 2022-05-18T06:38:31.8396870Z test_LayerNorm_1d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.8687580Z test_LayerNorm_1d_elementwise_affine_eval (__main__.TestNN) ... ok (0.029s) 2022-05-18T06:38:31.8700400Z test_LayerNorm_1d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.8944660Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestNN) ... ok (0.024s) 2022-05-18T06:38:31.8957950Z test_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.9190270Z test_LayerNorm_1d_empty_elementwise_affine_eval (__main__.TestNN) ... ok (0.023s) 2022-05-18T06:38:31.9203340Z test_LayerNorm_1d_empty_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.9329660Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:31.9342730Z test_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.9474560Z test_LayerNorm_1d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:31.9487600Z test_LayerNorm_1d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:31.9745120Z test_LayerNorm_3d_elementwise_affine (__main__.TestNN) ... ok (0.026s) 2022-05-18T06:38:31.9757520Z test_LayerNorm_3d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:32.0008360Z test_LayerNorm_3d_elementwise_affine_eval (__main__.TestNN) ... ok (0.025s) 2022-05-18T06:38:32.0021210Z test_LayerNorm_3d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:32.8699740Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestNN) ... ok (0.868s) 2022-05-18T06:38:32.8718500Z test_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T06:38:33.7252490Z test_LayerNorm_3d_no_affine_large_feature_eval (__main__.TestNN) ... ok (0.853s) 2022-05-18T06:38:33.7272570Z test_LayerNorm_3d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T06:38:33.7412880Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestNN) ... ok (0.014s) 2022-05-18T06:38:33.7425890Z test_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:33.7561630Z test_LayerNorm_3d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:33.7575310Z test_LayerNorm_3d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:33.7699250Z test_LeakyReLU (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:33.7711720Z test_LeakyReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:33.7793690Z test_LeakyReLU_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:33.7806480Z test_LeakyReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:33.7925010Z test_LeakyReLU_with_negval (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:33.7937700Z test_LeakyReLU_with_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:33.8025680Z test_LeakyReLU_with_negval_scalar (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:33.8038450Z test_LeakyReLU_with_negval_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:33.8161100Z test_LeakyReLU_with_zero_negval (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:33.8173740Z test_LeakyReLU_with_zero_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:33.8419010Z test_Linear (__main__.TestNN) ... ok (0.024s) 2022-05-18T06:38:33.8432420Z test_Linear_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:33.8627340Z test_Linear_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-05-18T06:38:33.8640270Z test_Linear_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:33.8829230Z test_Linear_no_bias (__main__.TestNN) ... ok (0.019s) 2022-05-18T06:38:33.8842730Z test_Linear_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:33.9020660Z test_LocalResponseNorm_1d (__main__.TestNN) ... ok (0.018s) 2022-05-18T06:38:33.9035680Z test_LocalResponseNorm_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:33.9224420Z test_LocalResponseNorm_2d_uneven_pad (__main__.TestNN) ... ok (0.019s) 2022-05-18T06:38:33.9236920Z test_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:33.9470490Z test_LocalResponseNorm_3d_custom_params (__main__.TestNN) ... ok (0.023s) 2022-05-18T06:38:33.9483670Z test_LocalResponseNorm_3d_custom_params_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:33.9604740Z test_LogSigmoid (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:33.9617530Z test_LogSigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:33.9703220Z test_LogSigmoid_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:33.9715480Z test_LogSigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:33.9799440Z test_LogSigmoid_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:33.9811680Z test_LogSigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:33.9934530Z test_LogSoftmax (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:33.9947490Z test_LogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.0078690Z test_LogSoftmax_multiparam (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:34.0091020Z test_LogSoftmax_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.0174340Z test_LogSoftmax_multiparam_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:34.0186510Z test_LogSoftmax_multiparam_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.0307590Z test_LogSoftmax_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:34.0320770Z test_LogSoftmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.0437910Z test_MSELoss (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:34.0450010Z test_MSELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.0460610Z test_MSELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.0470120Z test_MSELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.0533040Z test_MSELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:38:34.0543900Z test_MSELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.0554180Z test_MSELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.0563980Z test_MSELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.0627070Z test_MSELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:38:34.0638710Z test_MSELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.0649620Z test_MSELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.0660400Z test_MSELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.0727090Z test_MSELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:34.0738880Z test_MSELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.0749660Z test_MSELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.0759810Z test_MSELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.0880400Z test_MSELoss_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:34.0892820Z test_MSELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.0974690Z test_MSELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:34.0987320Z test_MSELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.1083130Z test_MSELoss_prec (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:34.1095790Z test_MSELoss_prec_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.1106210Z test_MSELoss_prec_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.1116600Z test_MSELoss_prec_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.1126990Z test_MSELoss_prec_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.1239550Z test_MSELoss_scalar (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:34.1251710Z test_MSELoss_scalar_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.1262050Z test_MSELoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.1272310Z test_MSELoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.1282520Z test_MSELoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.1386350Z test_MSELoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:34.1398060Z test_MSELoss_scalar_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.1408120Z test_MSELoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.1418220Z test_MSELoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.1428340Z test_MSELoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.1542940Z test_MSELoss_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:34.1551910Z test_MSELoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.1562040Z test_MSELoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.1572160Z test_MSELoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.1694650Z test_MarginRankingLoss (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:34.1707040Z test_MarginRankingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.1718210Z test_MarginRankingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.1729300Z test_MarginRankingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.1855920Z test_MarginRankingLoss_margin (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:34.1868030Z test_MarginRankingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.1878740Z test_MarginRankingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.1889310Z test_MarginRankingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.2009010Z test_MarginRankingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:34.2021120Z test_MarginRankingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.2031110Z test_MarginRankingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.2041950Z test_MarginRankingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.2159970Z test_MarginRankingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:34.2172520Z test_MarginRankingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.2183250Z test_MarginRankingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.2194490Z test_MarginRankingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.2310040Z test_MarginRankingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:34.2322520Z test_MarginRankingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.2333290Z test_MarginRankingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.2343440Z test_MarginRankingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.2456430Z test_MarginRankingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:34.2469000Z test_MarginRankingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.2479940Z test_MarginRankingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.2491120Z test_MarginRankingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.2610880Z test_MarginRankingLoss_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:34.2623490Z test_MarginRankingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.2634360Z test_MarginRankingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.2645090Z test_MarginRankingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.2773310Z test_MaxPool1d (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:34.2786330Z test_MaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.2923710Z test_MaxPool1d_return_indices (__main__.TestNN) ... ok (0.014s) 2022-05-18T06:38:34.2936240Z test_MaxPool1d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.3062540Z test_MaxPool1d_stride (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:34.3075280Z test_MaxPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.3194200Z test_MaxPool2d_3d_input (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:34.3206840Z test_MaxPool2d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.3320930Z test_MaxPool2d_4d_input (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:34.3333800Z test_MaxPool2d_4d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.3462290Z test_MaxPool2d_return_indices (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:34.3474790Z test_MaxPool2d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.3597830Z test_MaxPool3d (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:34.3610640Z test_MaxPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.3744900Z test_MaxPool3d_return_indices (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:34.3757700Z test_MaxPool3d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.3880950Z test_MaxPool3d_stride (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:34.3893890Z test_MaxPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.4016160Z test_MaxPool3d_stride_padding (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:34.4028940Z test_MaxPool3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.4182310Z test_MaxUnpool1d_net (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:34.4195220Z test_MaxUnpool1d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.4353700Z test_MaxUnpool1d_net_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-05-18T06:38:34.4366110Z test_MaxUnpool1d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.4500840Z test_MaxUnpool2d_net (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:34.4513180Z test_MaxUnpool2d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.4657740Z test_MaxUnpool2d_net_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-05-18T06:38:34.4669810Z test_MaxUnpool2d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.4790060Z test_MaxUnpool2d_output_size (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:34.4886570Z test_MaxUnpool3d_net (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:34.4898880Z test_MaxUnpool3d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.5002340Z test_MaxUnpool3d_net_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:34.5014470Z test_MaxUnpool3d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.5147770Z test_Mish (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:34.5160120Z test_Mish_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.5249370Z test_Mish_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:34.5261360Z test_Mish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.5351060Z test_Mish_scalar (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:34.5363370Z test_Mish_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.5458000Z test_ModuleDict (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:34.5610440Z test_ModuleList (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:34.5975560Z test_MultiLabelMarginLoss (__main__.TestNN) ... ok (0.036s) 2022-05-18T06:38:34.6017740Z test_MultiLabelMarginLoss_0d_no_reduce (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:38:34.6029570Z test_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.6122210Z test_MultiLabelMarginLoss_1d (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:34.6133980Z test_MultiLabelMarginLoss_1d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.6144240Z test_MultiLabelMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.6154630Z test_MultiLabelMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.6164760Z test_MultiLabelMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.6268760Z test_MultiLabelMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:34.6281310Z test_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.6373660Z test_MultiLabelMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:34.6385710Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.6396220Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.6406210Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.6416210Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.6426260Z test_MultiLabelMarginLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.6436390Z test_MultiLabelMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.6446460Z test_MultiLabelMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.6456630Z test_MultiLabelMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.6610600Z test_MultiLabelMarginLoss_index_neg (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:34.6623050Z test_MultiLabelMarginLoss_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.6657180Z test_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:34.6668270Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.6678890Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.6688680Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.6722900Z test_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:34.6734060Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.6746240Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.6758890Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.6795060Z test_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:38:34.6806370Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.6817010Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.6827250Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.7234030Z test_MultiLabelMarginLoss_no_reduce (__main__.TestNN) ... ok (0.040s) 2022-05-18T06:38:34.7247220Z test_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.7607130Z test_MultiLabelMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.036s) 2022-05-18T06:38:34.7619310Z test_MultiLabelMarginLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.7630480Z test_MultiLabelMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.7640410Z test_MultiLabelMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.7651170Z test_MultiLabelMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.7702910Z test_MultiLabelSoftMarginLoss (__main__.TestNN) ... ok (0.005s) 2022-05-18T06:38:34.7714570Z test_MultiLabelSoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.7725590Z test_MultiLabelSoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.7735790Z test_MultiLabelSoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.7843030Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:34.7855180Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.7865420Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.7875990Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.7977520Z test_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:34.7990640Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8001710Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8012340Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8116630Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:34.8129570Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8139910Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8151010Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8250400Z test_MultiLabelSoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:34.8262850Z test_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8313840Z test_MultiLabelSoftMarginLoss_weights (__main__.TestNN) ... ok (0.005s) 2022-05-18T06:38:34.8325620Z test_MultiLabelSoftMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8336480Z test_MultiLabelSoftMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8347270Z test_MultiLabelSoftMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8444580Z test_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:34.8457660Z test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8508380Z test_MultiLabelSoftMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-05-18T06:38:34.8520300Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8531280Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8542000Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8626330Z test_MultiMarginLoss (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:34.8672750Z test_MultiMarginLoss_1d (__main__.TestNN) ... ok (0.005s) 2022-05-18T06:38:34.8684100Z test_MultiMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8694640Z test_MultiMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8704720Z test_MultiMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8754400Z test_MultiMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-05-18T06:38:34.8766040Z test_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8811900Z test_MultiMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:38:34.8823720Z test_MultiMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8834030Z test_MultiMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8845010Z test_MultiMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8856450Z test_MultiMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8867850Z test_MultiMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8878260Z test_MultiMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8959250Z test_MultiMarginLoss_margin (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:34.8971280Z test_MultiMarginLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8982290Z test_MultiMarginLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.8992820Z test_MultiMarginLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.9115440Z test_MultiMarginLoss_margin_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:34.9128010Z test_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.9209910Z test_MultiMarginLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:34.9222530Z test_MultiMarginLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.9234420Z test_MultiMarginLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.9244260Z test_MultiMarginLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.9367640Z test_MultiMarginLoss_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:34.9380310Z test_MultiMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.9463920Z test_MultiMarginLoss_p (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:34.9475630Z test_MultiMarginLoss_p_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.9486170Z test_MultiMarginLoss_p_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.9497200Z test_MultiMarginLoss_p_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.9619660Z test_MultiMarginLoss_p_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:34.9631940Z test_MultiMarginLoss_p_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.9716200Z test_MultiMarginLoss_p_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:34.9729410Z test_MultiMarginLoss_p_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.9740860Z test_MultiMarginLoss_p_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.9751030Z test_MultiMarginLoss_p_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.9830780Z test_MultiMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:34.9842860Z test_MultiMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.9853770Z test_MultiMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.9863980Z test_MultiMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.9943300Z test_MultiMarginLoss_weights (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:34.9955450Z test_MultiMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.9966160Z test_MultiMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:34.9977210Z test_MultiMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.0100680Z test_MultiMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:35.0113210Z test_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.0195230Z test_MultiMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:35.0207900Z test_MultiMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.0218690Z test_MultiMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.0229310Z test_MultiMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.0307410Z test_NLLLoss (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:35.0454430Z test_NLLLoss2d_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:35.0467490Z test_NLLLoss2d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.0616390Z test_NLLLoss2d_no_reduce_ignore_index (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:35.0629080Z test_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.0774330Z test_NLLLoss2d_no_reduce_weights (__main__.TestNN) ... ok (0.014s) 2022-05-18T06:38:35.0786580Z test_NLLLoss2d_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.1084330Z test_NLLLossNd_no_reduce (__main__.TestNN) ... ok (0.030s) 2022-05-18T06:38:35.1096950Z test_NLLLossNd_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.1396780Z test_NLLLossNd_no_reduce_ignore_index (__main__.TestNN) ... ok (0.030s) 2022-05-18T06:38:35.1409840Z test_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.1720080Z test_NLLLossNd_no_reduce_weights (__main__.TestNN) ... ok (0.031s) 2022-05-18T06:38:35.1732350Z test_NLLLossNd_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.1834180Z test_NLLLoss_2d (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:35.1845880Z test_NLLLoss_2d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.1856270Z test_NLLLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.1866360Z test_NLLLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.1876320Z test_NLLLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.1976010Z test_NLLLoss_2d_ignore_index (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:35.1987770Z test_NLLLoss_2d_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.1998120Z test_NLLLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2008200Z test_NLLLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2018300Z test_NLLLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2119420Z test_NLLLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:35.2130850Z test_NLLLoss_2d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2140910Z test_NLLLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2151120Z test_NLLLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2160960Z test_NLLLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2260490Z test_NLLLoss_2d_weights (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:35.2271850Z test_NLLLoss_2d_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2282150Z test_NLLLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2292300Z test_NLLLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2302090Z test_NLLLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2311890Z test_NLLLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2322200Z test_NLLLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2332150Z test_NLLLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2342000Z test_NLLLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2417750Z test_NLLLoss_dim_is_3 (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:35.2429150Z test_NLLLoss_dim_is_3_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2439220Z test_NLLLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2449310Z test_NLLLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2459130Z test_NLLLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2532120Z test_NLLLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:35.2544340Z test_NLLLoss_dim_is_3_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2554620Z test_NLLLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2564690Z test_NLLLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2574650Z test_NLLLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2839140Z test_NLLLoss_higher_dim (__main__.TestNN) ... ok (0.026s) 2022-05-18T06:38:35.2851850Z test_NLLLoss_higher_dim_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2862090Z test_NLLLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2872310Z test_NLLLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.2882950Z test_NLLLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.3134530Z test_NLLLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.025s) 2022-05-18T06:38:35.3146660Z test_NLLLoss_higher_dim_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.3157650Z test_NLLLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.3167800Z test_NLLLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.3177830Z test_NLLLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.3252210Z test_NLLLoss_ignore_index (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:35.3263690Z test_NLLLoss_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.3274070Z test_NLLLoss_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.3284660Z test_NLLLoss_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.3295380Z test_NLLLoss_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.3357330Z test_NLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:38:35.3369180Z test_NLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.3379860Z test_NLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.3390960Z test_NLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.3455000Z test_NLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:38:35.3467420Z test_NLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.3478300Z test_NLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.3489330Z test_NLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.3551480Z test_NLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:38:35.3563590Z test_NLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.3574770Z test_NLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.3586760Z test_NLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.3703340Z test_NLLLoss_no_reduce (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:35.3715920Z test_NLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.3838180Z test_NLLLoss_no_reduce_ignore_index (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:35.3851400Z test_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.3966180Z test_NLLLoss_no_reduce_weights (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:35.3979520Z test_NLLLoss_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.4092680Z test_NLLLoss_no_reduce_weights_ignore_index (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:35.4104880Z test_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.4216610Z test_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:35.4229840Z test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.4301250Z test_NLLLoss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:35.4312990Z test_NLLLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.4324050Z test_NLLLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.4334510Z test_NLLLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.4344770Z test_NLLLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.4413820Z test_NLLLoss_weights (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:35.4425600Z test_NLLLoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.4436640Z test_NLLLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.4447470Z test_NLLLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.4458580Z test_NLLLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.4529570Z test_NLLLoss_weights_ignore_index (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:35.4541420Z test_NLLLoss_weights_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.4552630Z test_NLLLoss_weights_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.4563420Z test_NLLLoss_weights_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.4573980Z test_NLLLoss_weights_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.4644720Z test_NLLLoss_weights_ignore_index_neg (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:35.4656840Z test_NLLLoss_weights_ignore_index_neg_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.4667080Z test_NLLLoss_weights_ignore_index_neg_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.4677810Z test_NLLLoss_weights_ignore_index_neg_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.4687780Z test_NLLLoss_weights_ignore_index_neg_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.4871210Z test_PReLU_1d (__main__.TestNN) ... ok (0.018s) 2022-05-18T06:38:35.4885980Z test_PReLU_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.5071980Z test_PReLU_1d_multiparam (__main__.TestNN) ... ok (0.018s) 2022-05-18T06:38:35.5085090Z test_PReLU_1d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.5274570Z test_PReLU_2d (__main__.TestNN) ... ok (0.019s) 2022-05-18T06:38:35.5287740Z test_PReLU_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.5482180Z test_PReLU_2d_multiparam (__main__.TestNN) ... ok (0.019s) 2022-05-18T06:38:35.5494530Z test_PReLU_2d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.5689140Z test_PReLU_3d (__main__.TestNN) ... ok (0.019s) 2022-05-18T06:38:35.5701920Z test_PReLU_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.5904140Z test_PReLU_3d_multiparam (__main__.TestNN) ... ok (0.020s) 2022-05-18T06:38:35.5916480Z test_PReLU_3d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.5935400Z test_PReLU_backward_requires_grad_false (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:35.6071850Z test_PReLU_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-05-18T06:38:35.6084800Z test_PReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.6223430Z test_PReLU_scalar (__main__.TestNN) ... ok (0.014s) 2022-05-18T06:38:35.6237050Z test_PReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.6449070Z test_Padding122112_3dcircular (__main__.TestNN) ... ok (0.021s) 2022-05-18T06:38:35.6461730Z test_Padding122112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.6628280Z test_Padding1221_2dcircular (__main__.TestNN) ... ok (0.017s) 2022-05-18T06:38:35.6640570Z test_Padding1221_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.6776220Z test_Padding12_1dcircular (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:35.6788080Z test_Padding12_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.6952580Z test_Padding2322_2dcircular (__main__.TestNN) ... ok (0.016s) 2022-05-18T06:38:35.6965060Z test_Padding2322_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.7100610Z test_Padding31_1dcircular (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:35.7112540Z test_Padding31_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.7312010Z test_Padding322112_3dcircular (__main__.TestNN) ... ok (0.020s) 2022-05-18T06:38:35.7324200Z test_Padding322112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.7526140Z test_Padding332122_3dcircular (__main__.TestNN) ... ok (0.020s) 2022-05-18T06:38:35.7538300Z test_Padding332122_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.7706850Z test_Padding3331_2dcircular (__main__.TestNN) ... ok (0.017s) 2022-05-18T06:38:35.7719180Z test_Padding3331_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.7854650Z test_Padding33_1dcircular (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:35.7866600Z test_Padding33_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.8057940Z test_PairwiseDistance (__main__.TestNN) ... ok (0.019s) 2022-05-18T06:38:35.8259350Z test_PairwiseDistance_broadcast_lhs (__main__.TestNN) ... ok (0.020s) 2022-05-18T06:38:35.8272040Z test_PairwiseDistance_broadcast_lhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.8467010Z test_PairwiseDistance_broadcast_rhs (__main__.TestNN) ... ok (0.019s) 2022-05-18T06:38:35.8481410Z test_PairwiseDistance_broadcast_rhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.8494430Z test_PairwiseDistance_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.8691920Z test_PairwiseDistance_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-05-18T06:38:35.8706910Z test_PairwiseDistance_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.8924660Z test_PairwiseDistance_with_non_default_args (__main__.TestNN) ... ok (0.022s) 2022-05-18T06:38:35.8937620Z test_PairwiseDistance_with_non_default_args_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.9286060Z test_ParameterDict (__main__.TestNN) ... ok (0.035s) 2022-05-18T06:38:35.9318810Z test_ParameterDict_replication (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:35.9463230Z test_ParameterList (__main__.TestNN) ... ok (0.014s) 2022-05-18T06:38:35.9489190Z test_ParameterList_replication (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:35.9603350Z test_PixelShuffle (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:35.9615720Z test_PixelShuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.9727470Z test_PixelUnshuffle (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:35.9739760Z test_PixelUnshuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.9829480Z test_PoissonNLLLoss_full_loss (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:35.9841590Z test_PoissonNLLLoss_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.9851860Z test_PoissonNLLLoss_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.9861910Z test_PoissonNLLLoss_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.9946790Z test_PoissonNLLLoss_full_loss_no_log_input (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:35.9958140Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.9968350Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:35.9978290Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.0049680Z test_PoissonNLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:36.0061200Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.0071340Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.0082010Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.0154060Z test_PoissonNLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:36.0166230Z test_PoissonNLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.0176590Z test_PoissonNLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.0186830Z test_PoissonNLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.0258550Z test_PoissonNLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:36.0269680Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.0280090Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.0290460Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.0368280Z test_PoissonNLLLoss_no_full_loss (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:36.0379630Z test_PoissonNLLLoss_no_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.0389960Z test_PoissonNLLLoss_no_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.0400050Z test_PoissonNLLLoss_no_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.0479680Z test_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:36.0490720Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.0501090Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.0511030Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.0623400Z test_PoissonNLLLoss_no_reduce (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:36.0635420Z test_PoissonNLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.0721070Z test_RNN_cell (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:36.0892170Z test_RNN_cell_forward_hidden_size (__main__.TestNN) ... ok (0.017s) 2022-05-18T06:38:36.1011790Z test_RNN_cell_forward_input_size (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:36.1043840Z test_RNN_cell_forward_zero_hidden_size (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:36.1690080Z test_RNN_cell_no_broadcasting (__main__.TestNN) ... ok (0.064s) 2022-05-18T06:38:36.1715990Z test_RNN_change_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.003s) 2022-05-18T06:38:36.1721670Z test_RNN_cpu_vs_cudnn_no_dropout (__main__.TestNN) ... skip: needs cudnn (0.001s) 2022-05-18T06:38:36.1727740Z test_RNN_cpu_vs_cudnn_with_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.001s) 2022-05-18T06:38:36.1744530Z test_RNN_cudnn_weight_norm (__main__.TestNN) ... skip: needs cudnn (0.002s) 2022-05-18T06:38:36.1779450Z test_RNN_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.003s) 2022-05-18T06:38:36.1806800Z test_RNN_dropout_state (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.003s) 2022-05-18T06:38:36.1875380Z test_RNN_input_size_zero (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:36.1903130Z test_RNN_nonlinearity (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:36.2017680Z test_RReLU (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:36.2029730Z test_RReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.2113650Z test_RReLU_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:36.2125640Z test_RReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.2232950Z test_RReLU_with_up_down (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:36.2244950Z test_RReLU_with_up_down_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.2321940Z test_RReLU_with_up_down_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:36.2334350Z test_RReLU_with_up_down_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.2459600Z test_ReLU (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:36.2590300Z test_ReLU6 (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:36.2603130Z test_ReLU6_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.2687670Z test_ReLU6_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:36.2700510Z test_ReLU6_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.2787760Z test_ReLU6_scalar (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:36.2799430Z test_ReLU6_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.2810470Z test_ReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.2892470Z test_ReLU_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:36.2904410Z test_ReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.2990190Z test_ReLU_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:36.3002240Z test_ReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.3110510Z test_ReflectionPad1d (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:36.3227860Z test_ReflectionPad1d_batch (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:36.3240580Z test_ReflectionPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.3433090Z test_ReflectionPad1d_complex (__main__.TestNN) ... ok (0.019s) 2022-05-18T06:38:36.3445780Z test_ReflectionPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.3456550Z test_ReflectionPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.3574020Z test_ReflectionPad2d (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:36.3783450Z test_ReflectionPad2d_complex (__main__.TestNN) ... ok (0.021s) 2022-05-18T06:38:36.3797060Z test_ReflectionPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.3808340Z test_ReflectionPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.3928960Z test_ReflectionPad2d_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:36.3941380Z test_ReflectionPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.4134330Z test_ReflectionPad3d (__main__.TestNN) ... ok (0.019s) 2022-05-18T06:38:36.4498940Z test_ReflectionPad3d_complex (__main__.TestNN) ... ok (0.036s) 2022-05-18T06:38:36.4512030Z test_ReflectionPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.4523400Z test_ReflectionPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.4662780Z test_ReflectionPad3d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-05-18T06:38:36.4674930Z test_ReflectionPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.4785850Z test_ReplicationPad1d (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:36.4901860Z test_ReplicationPad1d_batch (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:36.4912980Z test_ReplicationPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.5103200Z test_ReplicationPad1d_complex (__main__.TestNN) ... ok (0.019s) 2022-05-18T06:38:36.5115540Z test_ReplicationPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.5126210Z test_ReplicationPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.5236380Z test_ReplicationPad2d (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:36.5436400Z test_ReplicationPad2d_complex (__main__.TestNN) ... ok (0.020s) 2022-05-18T06:38:36.5449040Z test_ReplicationPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.5459630Z test_ReplicationPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.5579250Z test_ReplicationPad2d_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:36.5591670Z test_ReplicationPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.5709140Z test_ReplicationPad3d (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:36.5921740Z test_ReplicationPad3d_complex (__main__.TestNN) ... ok (0.021s) 2022-05-18T06:38:36.5934230Z test_ReplicationPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.5944850Z test_ReplicationPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.6065750Z test_ReplicationPad3d_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:36.6078060Z test_ReplicationPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.6201890Z test_SELU (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:36.6214000Z test_SELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.6296100Z test_SELU_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:36.6307760Z test_SELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.6391170Z test_SELU_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:36.6402800Z test_SELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.6442580Z test_Sequential_append (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:38:36.6474200Z test_Sequential_delitem (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:36.6522180Z test_Sequential_getitem (__main__.TestNN) ... ok (0.005s) 2022-05-18T06:38:36.6548220Z test_Sequential_setitem (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:36.6574970Z test_Sequential_setitem_named (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:36.6698210Z test_SiLU (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:36.6710380Z test_SiLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.6795970Z test_SiLU_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:36.6808030Z test_SiLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.6892440Z test_SiLU_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:36.6904620Z test_SiLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.7016360Z test_Sigmoid (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:36.7028660Z test_Sigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.7109840Z test_Sigmoid_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:36.7121910Z test_Sigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.7194130Z test_Sigmoid_scalar (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:36.7206040Z test_Sigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.7331530Z test_SmoothL1Loss (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:36.7454890Z test_SmoothL1Loss_beta (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:36.7467240Z test_SmoothL1Loss_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.7478240Z test_SmoothL1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.7489120Z test_SmoothL1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.7499720Z test_SmoothL1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.7569690Z test_SmoothL1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:36.7581610Z test_SmoothL1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.7592120Z test_SmoothL1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.7609590Z test_SmoothL1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.7668820Z test_SmoothL1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:36.7680860Z test_SmoothL1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.7691410Z test_SmoothL1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.7702130Z test_SmoothL1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.7777580Z test_SmoothL1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:36.7789890Z test_SmoothL1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.7800900Z test_SmoothL1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.7811810Z test_SmoothL1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.7930280Z test_SmoothL1Loss_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:36.7942730Z test_SmoothL1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.8024950Z test_SmoothL1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:36.8038010Z test_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.8150970Z test_SmoothL1Loss_scalar (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:36.8163650Z test_SmoothL1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.8174740Z test_SmoothL1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.8186020Z test_SmoothL1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.8294870Z test_SmoothL1Loss_scalar_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:36.8307150Z test_SmoothL1Loss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.8318210Z test_SmoothL1Loss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.8329020Z test_SmoothL1Loss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.8447110Z test_SmoothL1Loss_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:36.8458920Z test_SmoothL1Loss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.8469630Z test_SmoothL1Loss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.8479750Z test_SmoothL1Loss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.8602190Z test_SmoothL1Loss_zero_beta (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:36.8614610Z test_SmoothL1Loss_zero_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.8690030Z test_SoftMarginLoss (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:36.8703030Z test_SoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.8713470Z test_SoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.8723910Z test_SoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.8800480Z test_SoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:36.8813120Z test_SoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.8824540Z test_SoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.8834750Z test_SoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.8910830Z test_SoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:36.8922220Z test_SoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.8932580Z test_SoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.8942860Z test_SoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.9016330Z test_SoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:36.9027870Z test_SoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.9039090Z test_SoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.9048720Z test_SoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.9175220Z test_SoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:36.9187310Z test_SoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.9259310Z test_SoftMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:36.9270710Z test_SoftMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.9281150Z test_SoftMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.9291680Z test_SoftMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.9413970Z test_Softmax (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:36.9544390Z test_Softmax2d (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:36.9556920Z test_Softmax2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.9678810Z test_Softmax2d_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:36.9691920Z test_Softmax2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.9702940Z test_Softmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.9822010Z test_Softmax_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:36.9834110Z test_Softmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:36.9918210Z test_Softmax_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:36.9930620Z test_Softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.0052990Z test_Softmin (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:37.0065210Z test_Softmin_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.0190280Z test_Softmin_multidim (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:37.0202810Z test_Softmin_multidim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.0336810Z test_Softmin_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:37.0349710Z test_Softmin_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.0435540Z test_Softmin_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:37.0447620Z test_Softmin_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.0570840Z test_Softplus (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:37.0693540Z test_Softplus_beta (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:37.0705980Z test_Softplus_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.0826400Z test_Softplus_beta_threshold (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:37.0839010Z test_Softplus_beta_threshold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.0922970Z test_Softplus_beta_threshold_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:37.0935870Z test_Softplus_beta_threshold_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.0946770Z test_Softplus_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.1029000Z test_Softplus_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:37.1040930Z test_Softplus_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.1151340Z test_Softshrink (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:37.1164400Z test_Softshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.1275350Z test_Softshrink_lambda (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:37.1287290Z test_Softshrink_lambda_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.1362010Z test_Softshrink_lambda_scalar (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:37.1374260Z test_Softshrink_lambda_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.1454100Z test_Softshrink_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:37.1466420Z test_Softshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.1610930Z test_Softsign (__main__.TestNN) ... ok (0.014s) 2022-05-18T06:38:37.1624180Z test_Softsign_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.1723500Z test_Softsign_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:37.1736290Z test_Softsign_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.1837510Z test_Softsign_scalar (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:37.1850070Z test_Softsign_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.1964080Z test_Tanh (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:37.1976250Z test_Tanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.2061880Z test_Tanh_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:37.2074270Z test_Tanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.2147170Z test_Tanh_scalar (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:37.2161520Z test_Tanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.2289390Z test_Tanhshrink (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:37.2303310Z test_Tanhshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.2400320Z test_Tanhshrink_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:37.2412580Z test_Tanhshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.2494690Z test_Tanhshrink_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:37.2506530Z test_Tanhshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.2621280Z test_Threshold_large_value (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:37.2633190Z test_Threshold_large_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.2719590Z test_Threshold_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:37.2731870Z test_Threshold_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.2862040Z test_Threshold_threshold_value (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:37.2874880Z test_Threshold_threshold_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.2959710Z test_Threshold_threshold_value_scalar (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:37.2971740Z test_Threshold_threshold_value_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.3951830Z test_TransformerDecoderLayer_gelu_activation (__main__.TestNN) ... ok (0.098s) 2022-05-18T06:38:37.3964910Z test_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.4942870Z test_TransformerDecoderLayer_relu_activation (__main__.TestNN) ... ok (0.098s) 2022-05-18T06:38:37.4955640Z test_TransformerDecoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.5504020Z test_TransformerEncoderLayer_gelu_activation (__main__.TestNN) ... ok (0.055s) 2022-05-18T06:38:37.5517280Z test_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:37.7630750Z test_TransformerEncoderLayer_relu_activation (__main__.TestNN) ... ok (0.211s) 2022-05-18T06:38:37.7643790Z test_TransformerEncoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:38.9356760Z test_Transformer_cell (__main__.TestNN) ... ok (1.171s) 2022-05-18T06:38:39.5268210Z test_Transformer_multilayer_coder (__main__.TestNN) ... ok (0.591s) 2022-05-18T06:38:39.5281050Z test_Transformer_multilayer_coder_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:39.5448730Z test_TripletMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.017s) 2022-05-18T06:38:39.5462390Z test_TripletMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:39.5473980Z test_TripletMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:39.5487300Z test_TripletMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:39.5688060Z test_TripletMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.020s) 2022-05-18T06:38:39.5705310Z test_TripletMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-05-18T06:38:39.5720070Z test_TripletMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:39.5734200Z test_TripletMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:39.5953780Z test_TripletMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.022s) 2022-05-18T06:38:39.5968230Z test_TripletMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:39.5978810Z test_TripletMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:39.5991710Z test_TripletMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:39.6110980Z test_Unflatten_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:39.6132710Z test_Unflatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:39.6277800Z test_Unfold (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:39.6291130Z test_Unfold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:39.6392820Z test_Unfold_int_input (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:39.6510770Z test_Unfold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.004s) 2022-05-18T06:38:39.6642240Z test_ZeroPad2d (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:39.6826880Z test_ZeroPad2d_complex (__main__.TestNN) ... ok (0.024s) 2022-05-18T06:38:39.6840750Z test_ZeroPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:39.6852990Z test_ZeroPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:39.6969390Z test_ZeroPad2d_negative_dims (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:39.6982020Z test_ZeroPad2d_negative_dims_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:39.7104200Z test_ZeroPad2d_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:39.7117000Z test_ZeroPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:39.7388510Z test_adaptive_log_softmax (__main__.TestNN) ... ok (0.027s) 2022-05-18T06:38:39.7429450Z test_adaptive_pooling_avg_nhwc (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:38:39.7452570Z test_adaptive_pooling_avg_nhwc_launch_config_backward (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-05-18T06:38:39.7470890Z test_adaptive_pooling_avg_nhwc_launch_config_forward (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-05-18T06:38:39.7511890Z test_adaptive_pooling_avg_nhwc_non_contiguous (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:38:39.7595200Z test_adaptive_pooling_bfloat16 (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:39.7615500Z test_adaptive_pooling_input_size (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:39.7644490Z test_adaptive_pooling_size_none (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:39.7771140Z test_adaptive_pooling_size_overflow (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:39.7818250Z test_add_module (__main__.TestNN) ... ok (0.005s) 2022-05-18T06:38:39.7843530Z test_add_module_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:39.7947750Z test_affine_grid (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:39.8063970Z test_affine_grid_3d (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:39.8137810Z test_affine_grid_error_checking (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:39.8224370Z test_assignment (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:39.8246790Z test_batchnorm_buffer_update_when_stats_are_not_tracked (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:39.8263740Z test_batchnorm_cudnn_half (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-05-18T06:38:39.8299720Z test_batchnorm_cudnn_nhwc (__main__.TestNN) ... skip: CUDA unavailable (0.004s) 2022-05-18T06:38:39.8524330Z test_batchnorm_nhwc_cpu (__main__.TestNN) ... ok (0.022s) 2022-05-18T06:38:39.8540150Z test_batchnorm_nhwc_cuda (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-05-18T06:38:39.8574970Z test_batchnorm_non_contig_cpu (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:39.8585780Z test_batchnorm_nonaffine_cuda_half_input (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:38:39.8723630Z test_batchnorm_raises_error_if_bias_is_not_same_size_as_input (__main__.TestNN) ... ok (0.014s) 2022-05-18T06:38:39.8741330Z test_batchnorm_raises_error_if_less_than_one_value_per_channel (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:39.8881430Z test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input (__main__.TestNN) ... ok (0.014s) 2022-05-18T06:38:39.9022560Z test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input (__main__.TestNN) ... ok (0.014s) 2022-05-18T06:38:39.9224180Z test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad (__main__.TestNN) ... ok (0.020s) 2022-05-18T06:38:39.9364380Z test_batchnorm_raises_error_if_weight_is_not_same_size_as_input (__main__.TestNN) ... ok (0.014s) 2022-05-18T06:38:39.9387090Z test_bce_loss_always_nonnegative (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:39.9419550Z test_bce_loss_broadcasts_weights (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:39.9589300Z test_bce_loss_input_range (__main__.TestNN) ... ok (0.017s) 2022-05-18T06:38:39.9606610Z test_bce_loss_size_mismatch (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:39.9634720Z test_bce_with_logits_broadcasts_pos_weights (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:39.9665350Z test_bce_with_logits_broadcasts_weights (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:39.9715840Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss (__main__.TestNN) ... ok (0.005s) 2022-05-18T06:38:40.0320530Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad (__main__.TestNN) ... ok (0.060s) 2022-05-18T06:38:40.0445570Z test_bce_with_logits_has_correct_forward_grad (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:40.0465470Z test_bce_with_logits_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:40.0484170Z test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:40.0501240Z test_bce_with_logits_raises_if_target_and_input_are_different_size (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:40.0521320Z test_bce_with_logits_stability (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:40.0541520Z test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:40.0588180Z test_bilinear (__main__.TestNN) ... ok (0.005s) 2022-05-18T06:38:40.0612780Z test_bilinear_broadcasting (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:40.0959520Z test_bilinear_no_bias (__main__.TestNN) ... ok (0.035s) 2022-05-18T06:38:40.1008450Z test_bilinear_non_contiguous (__main__.TestNN) ... ok (0.005s) 2022-05-18T06:38:40.1208640Z test_binary_cross_entropy_grads (__main__.TestNN) ... ok (0.020s) 2022-05-18T06:38:40.1223190Z test_broadcast_double_backwards_gpu (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-05-18T06:38:40.1232720Z test_broadcast_no_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-05-18T06:38:40.1247140Z test_broadcast_not_requiring_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-05-18T06:38:40.1263670Z test_buffer_not_persistent (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:40.1286870Z test_buffer_not_persistent_assign (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:40.1301390Z test_buffer_not_persistent_del (__main__.TestNN) ... ok (0.001s) 2022-05-18T06:38:40.1313980Z test_buffer_not_persistent_load (__main__.TestNN) ... ok (0.001s) 2022-05-18T06:38:40.1333730Z test_buffer_not_persistent_overwrite (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:40.1367450Z test_buffers_and_named_buffers (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:40.1383170Z test_caching_parametrization (__main__.TestNN) 2022-05-18T06:38:40.1404000Z Test the caching system of a parametrization ... ok (0.004s) 2022-05-18T06:38:40.1424350Z test_caching_parametrization_with_transfer_parametrizations_and_params (__main__.TestNN) 2022-05-18T06:38:40.1450890Z Test that transferring parametrizations doesn't cause issues with caching ... ok (0.005s) 2022-05-18T06:38:40.1477690Z test_call_supports_python_dict_output (__main__.TestNN) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/modules/module.py:1018: UserWarning: Using non-full backward hooks on a Module that does not return a single Tensor or a tuple of Tensors is deprecated and will be removed in future versions. This hook will be missing some of the grad_output. Please use register_full_backward_hook to get the documented behavior. 2022-05-18T06:38:40.1479250Z warnings.warn("Using non-full backward hooks on a Module that does not return a " 2022-05-18T06:38:40.1479530Z ok (0.003s) 2022-05-18T06:38:40.1547870Z test_channel_shuffle (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:38:40.1575150Z test_children (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:40.1742810Z test_clip_grad_norm (__main__.TestNN) ... ok (0.017s) 2022-05-18T06:38:40.1782950Z test_clip_grad_value (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:38:40.1796480Z test_compute_nparams_to_prune (__main__.TestNN) 2022-05-18T06:38:40.1805620Z Test that requested pruning `amount` gets translated into the ... ok (0.002s) 2022-05-18T06:38:40.1839440Z test_container_copy (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:40.2440480Z test_conv2d_discontiguous_weight (__main__.TestNN) ... ok (0.060s) 2022-05-18T06:38:40.3807120Z test_conv_backcompat (__main__.TestNN) ... ok (0.137s) 2022-05-18T06:38:40.3830970Z test_conv_cudnn_memory_layout_dominance (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-05-18T06:38:40.5652370Z test_conv_modules_raise_error_on_incorrect_input_size (__main__.TestNN) ... ok (0.182s) 2022-05-18T06:38:40.5672850Z test_conv_padding_mode (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:40.8197400Z test_conv_shapecheck (__main__.TestNN) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/modules/module.py:915: 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-05-18T06:38:40.8198250Z warnings.warn( 2022-05-18T06:38:40.8198740Z ok (0.252s) 2022-05-18T06:38:40.8257470Z test_conv_tbc (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:38:40.8278760Z test_convert_sync_batchnorm (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-05-18T06:38:40.8434450Z test_cosine_embedding_loss_invalid_shape (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:40.8551350Z test_cosine_embedding_loss_margin_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:40.8664650Z test_cosine_embedding_loss_no_reduce (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:40.9258750Z test_cosine_embedding_loss_with_diff_type (__main__.TestNN) ... ok (0.059s) 2022-05-18T06:38:40.9305960Z test_cosine_similarity (__main__.TestNN) ... ok (0.005s) 2022-05-18T06:38:40.9338430Z test_cross_entropy_loss (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:48.2219230Z test_cross_entropy_loss_precision (__main__.TestNN) ... ok (7.288s) 2022-05-18T06:38:48.2240230Z test_cross_entropy_loss_zero_div (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:48.2254110Z test_cudnn_non_contiguous (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-05-18T06:38:48.2271640Z test_cudnn_noncontiguous_weight (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-05-18T06:38:48.2284830Z test_cudnn_rnn_dropout_states_device (__main__.TestNN) ... skip: CUDNN or multi-gpu not available (0.001s) 2022-05-18T06:38:48.2326660Z test_cudnn_weight_format (__main__.TestNN) ... skip: CUDNN not available (0.004s) 2022-05-18T06:38:48.2361470Z test_cudnn_weight_tying (__main__.TestNN) ... skip: CUDNN not available (0.003s) 2022-05-18T06:38:48.2377170Z test_custom_from_mask_pruning (__main__.TestNN) 2022-05-18T06:38:48.2389140Z Test that the CustomFromMask is capable of receiving ... ok (0.003s) 2022-05-18T06:38:48.2414290Z test_dir (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:48.2431310Z test_dir_digit (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:48.2496330Z test_elu_inplace_gradgrad (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:38:48.2575550Z test_elu_inplace_on_view (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:48.2601690Z test_embedding_bag_from_pretrained (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:48.2618320Z test_embedding_bag_from_pretrained_padding_idx (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:48.2650720Z test_embedding_bag_functional (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:48.2871860Z test_embedding_bag_padding_idx_error (__main__.TestNN) ... ok (0.022s) 2022-05-18T06:38:48.2897480Z test_embedding_from_pretrained (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:48.2923550Z test_embedding_from_pretrained_options (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:48.2942340Z test_embedding_from_pretrained_padding_idx (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:48.2971680Z test_embedding_functional (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:48.2993740Z test_embedding_max_norm (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:48.3006390Z test_embedding_max_norm_unsorted_repeating_indices (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:38:48.3027160Z test_embedding_sparse_basic (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:48.3056010Z test_embedding_sparse_empty_tensor (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:48.3078790Z test_embeddingbag_from_pretrained (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:48.3106640Z test_embeddingbag_from_pretrained_options (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:48.3477240Z test_error_RNN_seq_len_zero (__main__.TestNN) ... ok (0.037s) 2022-05-18T06:38:48.3557890Z test_errors_parametrized_tensor_parametrization (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:38:48.3675160Z test_errors_unparametrized_tensor_parametrization (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:48.3709430Z test_extra_state (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:48.3724890Z test_extra_state_missing_get_extra_state (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:48.3740800Z test_extra_state_missing_set_extra_state (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:48.3771000Z test_extra_state_non_dict (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:48.3789540Z test_fb_fc_packed (__main__.TestNN) ... skip: Linear_FP16_weight requires FBGEMM. FBGEMM is only optimized for CPUs with instruction set support avx2 or newer. (0.002s) 2022-05-18T06:38:48.3805120Z test_flatten (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:48.4233150Z test_fold_invalid_arg (__main__.TestNN) ... ok (0.043s) 2022-05-18T06:38:48.4289460Z test_functional_grad_conv (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:38:48.4311500Z test_gaussian_nll_loss_args (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:48.4355920Z test_gaussian_nll_loss_broadcasting (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:38:48.4390410Z test_gaussian_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:48.4410060Z test_get_buffer (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:48.4438430Z test_get_buffer_from_submodules (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:48.4456070Z test_getattr_with_property (__main__.TestNN) ... expected failure (0.002s) 2022-05-18T06:38:48.4476690Z test_global_pruning (__main__.TestNN) 2022-05-18T06:38:48.4499210Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.004s) 2022-05-18T06:38:48.4526840Z test_global_pruning_importance_scores (__main__.TestNN) 2022-05-18T06:38:48.4547700Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.005s) 2022-05-18T06:38:48.4877050Z test_grad_conv1d_input (__main__.TestNN) ... ok (0.033s) 2022-05-18T06:38:48.5295250Z test_grad_conv1d_weight (__main__.TestNN) ... ok (0.042s) 2022-05-18T06:38:48.5637590Z test_grad_conv2d_input (__main__.TestNN) ... ok (0.034s) 2022-05-18T06:38:48.6076780Z test_grad_conv2d_weight (__main__.TestNN) ... ok (0.044s) 2022-05-18T06:38:48.6647440Z test_grad_conv3d_input (__main__.TestNN) ... ok (0.057s) 2022-05-18T06:38:48.7258370Z test_grad_conv3d_weight (__main__.TestNN) ... ok (0.061s) 2022-05-18T06:38:49.8041660Z test_grid_sample (__main__.TestNN) ... ok (1.078s) 2022-05-18T06:38:49.9066670Z test_grid_sample_3d (__main__.TestNN) ... ok (0.102s) 2022-05-18T06:38:49.9619540Z test_grid_sample_error_checking (__main__.TestNN) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:4164: 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-05-18T06:38:49.9620190Z warnings.warn( 2022-05-18T06:38:49.9620390Z ok (0.055s) 2022-05-18T06:38:49.9638760Z test_grouped_conv_cudnn_nhwc_support (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-05-18T06:38:50.0700180Z test_hardtanh_backward (__main__.TestNN) ... ok (0.106s) 2022-05-18T06:38:50.0764220Z test_hardtanh_inplace_gradgrad (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:38:50.0806930Z test_hook_backward_size (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:38:50.0837510Z test_hook_backward_writeable (__main__.TestNN) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:1909: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-05-18T06:38:50.0838120Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-05-18T06:38:50.0839270Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/modules/module.py:1053: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-05-18T06:38:50.0840680Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-05-18T06:38:50.0841030Z ok (0.003s) 2022-05-18T06:38:50.0868720Z test_hook_cpp (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:50.0894690Z test_hook_extra_input (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:50.0929400Z test_hook_forward_preforward_writable (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:50.1147840Z test_hook_inplace (__main__.TestNN) ... ok (0.022s) 2022-05-18T06:38:50.1176870Z test_hook_invalid_outputs (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:50.1194870Z test_hook_last_arg_requires_grad (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:50.1237260Z test_hook_no_requires_grad (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:38:50.1346390Z test_hook_non_full_warning (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:50.1371370Z test_hook_requires_grad (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:50.1522990Z test_hooks (__main__.TestNN) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/modules/module.py:1053: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-05-18T06:38:50.1523910Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-05-18T06:38:50.1524270Z ok (0.015s) 2022-05-18T06:38:50.1669930Z test_huber_loss_invalid_delta (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:38:50.1688930Z test_identity_pruning (__main__.TestNN) 2022-05-18T06:38:50.1718550Z Test that a mask of 1s does not change forward or backward. ... ok (0.005s) 2022-05-18T06:38:50.1760400Z test_initialization_parametrization (__main__.TestNN) 2022-05-18T06:38:50.1803050Z Test that it is possible to initialize a parametrization when it ... ok (0.008s) 2022-05-18T06:38:50.1841010Z test_inplace_thnn (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:38:50.3949380Z test_interpolate (__main__.TestNN) ... ok (0.211s) 2022-05-18T06:38:50.4076990Z test_interpolate_bicubic_2d (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:50.4090130Z test_interpolate_bicubic_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.4193500Z test_interpolate_bicubic_2d_zero_dim (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.4205450Z test_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.4312960Z test_interpolate_bicubic_scale_2d (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:50.4324550Z test_interpolate_bicubic_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.4427330Z test_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.4437700Z test_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.4538320Z test_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.4639480Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.4650700Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.4661310Z test_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.4763760Z test_interpolate_bicubic_tuple_2d (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.4867260Z test_interpolate_bicubic_tuple_2d_align_corners (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.4879030Z test_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.4890560Z test_interpolate_bicubic_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.4992320Z test_interpolate_bilinear_2d (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.5004330Z test_interpolate_bilinear_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.5102410Z test_interpolate_bilinear_2d_zero_dim (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.5114290Z test_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.5216880Z test_interpolate_bilinear_scale_2d (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.5227880Z test_interpolate_bilinear_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.5327560Z test_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.5338660Z test_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.5435010Z test_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.5532310Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.5543450Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.5553890Z test_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.5651290Z test_interpolate_bilinear_tuple_2d (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.5747650Z test_interpolate_bilinear_tuple_2d_align_corners (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.5759340Z test_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.5770260Z test_interpolate_bilinear_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.5786140Z test_interpolate_illegal_memory_access (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-05-18T06:38:50.5881630Z test_interpolate_linear_1d (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:50.5978650Z test_interpolate_linear_1d_align_corners (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.5990560Z test_interpolate_linear_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.6000840Z test_interpolate_linear_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.6093230Z test_interpolate_linear_1d_zero_dim (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:50.6105070Z test_interpolate_linear_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.6208640Z test_interpolate_linear_scale_1d (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:50.6302750Z test_interpolate_linear_scale_1d_align_corners (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.6316900Z test_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.6328280Z test_interpolate_linear_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.6428810Z test_interpolate_linear_tuple_1d (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.6439810Z test_interpolate_linear_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.6536140Z test_interpolate_nearest_1d (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.6548010Z test_interpolate_nearest_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.6639470Z test_interpolate_nearest_1d_zero_dim (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:50.6651750Z test_interpolate_nearest_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.6752200Z test_interpolate_nearest_2d (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.6763360Z test_interpolate_nearest_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.6863330Z test_interpolate_nearest_2d_launch_configs (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.6875140Z test_interpolate_nearest_2d_launch_configs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.6969970Z test_interpolate_nearest_2d_zero_dim (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:38:50.6981950Z test_interpolate_nearest_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.7116010Z test_interpolate_nearest_3d (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:50.7128400Z test_interpolate_nearest_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.7225680Z test_interpolate_nearest_3d_zero_dim (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.7237370Z test_interpolate_nearest_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.7334490Z test_interpolate_nearest_scale_1d (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.7345950Z test_interpolate_nearest_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.7447820Z test_interpolate_nearest_scale_2d (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.7459510Z test_interpolate_nearest_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.7639260Z test_interpolate_nearest_scale_3d (__main__.TestNN) ... ok (0.018s) 2022-05-18T06:38:50.7652990Z test_interpolate_nearest_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.7752300Z test_interpolate_nearest_tuple_1d (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.7764150Z test_interpolate_nearest_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.7864050Z test_interpolate_nearest_tuple_2d (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.7876770Z test_interpolate_nearest_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.8009560Z test_interpolate_nearest_tuple_3d (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:50.8022550Z test_interpolate_nearest_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.8156540Z test_interpolate_trilinear_3d (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:50.8169090Z test_interpolate_trilinear_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.8267210Z test_interpolate_trilinear_3d_zero_dim (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.8279200Z test_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.8408390Z test_interpolate_trilinear_scale_3d (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:38:50.8532250Z test_interpolate_trilinear_scale_3d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:38:50.8543760Z test_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.8554290Z test_interpolate_trilinear_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.8659890Z test_interpolate_trilinear_tuple_3d (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:38:50.8768130Z test_interpolate_trilinear_tuple_3d_align_corners (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:38:50.8780990Z test_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.8792200Z test_interpolate_trilinear_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:38:50.9957440Z test_invalid_conv1d (__main__.TestNN) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/modules/module.py:915: 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-05-18T06:38:50.9958280Z warnings.warn( 2022-05-18T06:38:50.9958490Z ok (0.116s) 2022-05-18T06:38:51.2265920Z test_invalid_conv2d (__main__.TestNN) ... ok (0.231s) 2022-05-18T06:38:51.3482160Z test_invalid_conv3d (__main__.TestNN) ... ok (0.121s) 2022-05-18T06:38:51.3508160Z test_invalid_dropout_p (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:38:51.3530720Z test_kl_div_log_softmax_target (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:38:51.3580300Z test_kl_div_with_diff_type (__main__.TestNN) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T06:38:51.3581070Z warnings.warn( 2022-05-18T06:38:51.3581780Z ok (0.005s) 2022-05-18T06:38:51.3627320Z test_kl_div_with_diff_type_log_target (__main__.TestNN) ... ok (0.005s) 2022-05-18T06:39:04.4746600Z test_l1_loss_correct (__main__.TestNN) ... ok (13.112s) 2022-05-18T06:39:04.4764930Z test_l1_unstructured_pruning (__main__.TestNN) 2022-05-18T06:39:04.4785740Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.004s) 2022-05-18T06:39:04.4806260Z test_l1_unstructured_pruning_with_importance_scores (__main__.TestNN) 2022-05-18T06:39:04.4823510Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.004s) 2022-05-18T06:39:04.4857500Z test_layer_norm_grads_with_create_graph_flag (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:04.4875210Z test_linear_broadcasting (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:39:04.4891790Z test_ln_structured_pruning (__main__.TestNN) 2022-05-18T06:39:04.4911460Z Check Ln structured pruning by hand. ... ok (0.004s) 2022-05-18T06:39:04.4932670Z test_ln_structured_pruning_importance_scores (__main__.TestNN) 2022-05-18T06:39:04.4951120Z Check Ln structured pruning by hand. ... ok (0.004s) 2022-05-18T06:39:04.5123400Z test_load_state_dict (__main__.TestNN) ... ok (0.017s) 2022-05-18T06:39:04.5150790Z test_load_state_dict_BC (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:04.5193430Z test_load_state_dict_custom (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:39:04.5215540Z test_load_state_dict_invalid (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:39:04.6310720Z test_load_state_dict_ref_cycle (__main__.TestNN) ... ok (0.109s) 2022-05-18T06:39:04.6328820Z test_load_state_dict_type (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:39:04.6363220Z test_log_softmax_cpu (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:04.6466580Z test_log_softmax_dim0 (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:39:04.6479160Z test_log_softmax_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:39:04.6581490Z test_log_softmax_dim3 (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:39:04.6594160Z test_log_softmax_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:39:04.6693450Z test_log_softmax_lastdim (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:39:04.6704920Z test_log_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:39:04.6766220Z test_log_softmax_scalar (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:39:04.6777690Z test_log_softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:39:04.6875920Z test_log_softmax_spatial (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:39:04.6888430Z test_log_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:39:04.6995760Z test_log_softmax_spatial_special (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:39:04.7007310Z test_log_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:39:04.7441410Z test_loss_equal_input_target_shape (__main__.TestNN) ... test_nn.py:7089: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:04.7442250Z 'mse_loss': lambda x, y: F.mse_loss(x, y), 2022-05-18T06:39:04.7442730Z test_nn.py:7090: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:04.7443260Z 'l1_loss': lambda x, y: F.l1_loss(x, y), 2022-05-18T06:39:04.7443740Z test_nn.py:7091: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:04.7444470Z 'smooth_l1_loss': lambda x, y: F.smooth_l1_loss(x, y), 2022-05-18T06:39:04.7444960Z test_nn.py:7092: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:04.7445500Z 'huber_loss': lambda x, y: F.huber_loss(x, y), 2022-05-18T06:39:04.7446440Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T06:39:04.7447000Z warnings.warn( 2022-05-18T06:39:04.7447210Z ok (0.043s) 2022-05-18T06:39:04.7494160Z test_margin_ranking_loss_margin_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-05-18T06:39:04.7541750Z test_margin_ranking_loss_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-05-18T06:39:04.7582570Z test_max_unpool2d_nhwc_cpu (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:39:04.7702540Z test_mismatch_shape_conv2d (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:39:04.7881070Z test_module_apply_inplace_op (__main__.TestNN) ... ok (0.018s) 2022-05-18T06:39:04.8411720Z test_module_backcompat (__main__.TestNN) ... ok (0.053s) 2022-05-18T06:39:04.8446850Z test_module_to_argparse (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:39:04.8476160Z test_modules (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:04.8502450Z test_move_sparse_half_embedding (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:04.8520690Z test_mse_loss_size_warning (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:39:08.8298230Z test_multihead_attention_average_attn_weights_False (__main__.TestNN) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:5029: UserWarning: Byte tensor for attn_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead. 2022-05-18T06:39:08.8299310Z warnings.warn("Byte tensor for attn_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead.") 2022-05-18T06:39:08.8300270Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:5049: UserWarning: Byte tensor for key_padding_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead. 2022-05-18T06:39:08.8300850Z warnings.warn("Byte tensor for key_padding_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead.") 2022-05-18T06:39:08.8301170Z ok (3.978s) 2022-05-18T06:39:12.8432720Z test_multihead_attention_average_attn_weights_True (__main__.TestNN) ... ok (4.013s) 2022-05-18T06:39:12.8528930Z test_multihead_attn_3d_attn_mask (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:39:12.8601100Z test_multihead_attn_fast_path_invalid_shape (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:39:12.8629610Z test_multihead_attn_invalid_shape (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:12.8676810Z test_multihead_attn_nested_tensor_outside_fast_path (__main__.TestNN) ... test_nn.py:5990: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at ../aten/src/ATen/NestedTensorImpl.cpp:52.) 2022-05-18T06:39:12.8677400Z nt = torch.nested_tensor([torch.randn(3, 3)]) 2022-05-18T06:39:12.8677630Z ok (0.005s) 2022-05-18T06:39:12.8692980Z test_multihead_attn_no_bias (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:39:12.8744830Z test_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-05-18T06:39:12.8760230Z test_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:39:12.8896100Z test_multiple_inputs_parametrization (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:39:12.8941720Z test_multiple_pruning_calls (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:39:12.8978730Z test_named_children (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:39:12.9044770Z test_named_modules (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:39:12.9060900Z test_native_dropout_corner_case (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-05-18T06:39:12.9091980Z test_nested_tensor_from_mask (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:12.9406650Z test_nested_tensor_from_mask_error (__main__.TestNN) ... ok (0.031s) 2022-05-18T06:39:13.0162730Z test_new_spectral_norm (__main__.TestNN) ... ok (0.075s) 2022-05-18T06:39:13.0217450Z test_new_spectral_norm_dim (__main__.TestNN) ... ok (0.005s) 2022-05-18T06:39:13.0280810Z test_new_spectral_norm_forward (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:39:13.0598320Z test_new_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.032s) 2022-05-18T06:39:13.0628080Z test_nnpack_conv (__main__.TestNN) ... skip: NNPACK unavailable (0.003s) 2022-05-18T06:39:13.0670270Z test_no_grad (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:39:13.0689250Z test_non_leaf_parameters (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:39:13.0776150Z test_normalize (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:39:13.0811720Z test_orthogonal_errors (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:13.3158180Z test_orthogonal_parametrization (__main__.TestNN) ... /usr/local/miniconda/envs/build/lib/python3.8/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-05-18T06:39:13.3158890Z warnings.warn(msg, FutureWarning) 2022-05-18T06:39:13.3159120Z ok (0.234s) 2022-05-18T06:39:13.3407140Z test_overwrite_module_params_on_conversion (__main__.TestNN) ... ok (0.025s) 2022-05-18T06:39:13.3888130Z test_pack_padded_sequence (__main__.TestNN) ... ok (0.048s) 2022-05-18T06:39:13.4900690Z test_pack_sequence (__main__.TestNN) ... ok (0.101s) 2022-05-18T06:39:13.4912490Z test_pack_sequence_batch_sizes_throw (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-05-18T06:39:13.5026220Z test_pad_scalar_error (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:39:13.5248910Z test_pad_sequence (__main__.TestNN) ... ok (0.022s) 2022-05-18T06:39:13.5314600Z test_padding_list (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:39:13.5357900Z test_pairwise_distance (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:39:13.5394250Z test_parameter_assignment (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:39:13.5457430Z test_parameterlistdict_pickle (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:39:13.5484970Z test_parameterlistdict_setting_attributes (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:13.5520830Z test_parameters_and_named_parameters (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:13.5541250Z test_parameters_to_vector (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:39:13.5553970Z test_parametrization_same_training_mode (__main__.TestNN) 2022-05-18T06:39:13.5566400Z Test training mode updated on parametrization registration ... ok (0.002s) 2022-05-18T06:39:13.5579540Z test_parse_to (__main__.TestNN) ... ok (0.001s) 2022-05-18T06:39:13.5593280Z test_partial_flat_weights (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-05-18T06:39:13.5832800Z test_pdist (__main__.TestNN) ... ok (0.024s) 2022-05-18T06:39:13.5946000Z test_pdist_cpu_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.011s) 2022-05-18T06:39:13.5960820Z test_pdist_cuda_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.001s) 2022-05-18T06:39:13.5990370Z test_pdist_empty_col (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:13.6017910Z test_pdist_empty_row (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:13.6286240Z test_pdist_large (__main__.TestNN) ... ok (0.027s) 2022-05-18T06:39:13.6296740Z test_pdist_zeros (__main__.TestNN) 2022-05-18T06:39:13.6411570Z Test that grad is still valid when dist is 0 ... ok (0.012s) 2022-05-18T06:39:13.6449320Z test_pixel_shuffle_nhwc_cpu (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:39:14.4495260Z test_pixel_shuffle_unshuffle (__main__.TestNN) ... ok (0.804s) 2022-05-18T06:39:14.5077310Z test_pointwise_loss_broadcast (__main__.TestNN) ... test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5078220Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T06:39:14.5078730Z test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5079310Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T06:39:14.5079810Z test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5081030Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T06:39:14.5081500Z test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5082060Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T06:39:14.5082550Z test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5083100Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T06:39:14.5083580Z test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5084140Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T06:39:14.5084620Z test_nn.py:10191: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5085170Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-05-18T06:39:14.5085930Z test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5086570Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T06:39:14.5087030Z test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5087590Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T06:39:14.5088060Z test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5088720Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T06:39:14.5089200Z test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5089760Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T06:39:14.5090230Z test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5090790Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T06:39:14.5091260Z test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5091810Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T06:39:14.5092280Z test_nn.py:10192: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5092830Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-05-18T06:39:14.5093300Z test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5094180Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T06:39:14.5094670Z test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5095260Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T06:39:14.5095750Z test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5096330Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T06:39:14.5096820Z test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5097400Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T06:39:14.5097880Z test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5098660Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T06:39:14.5099180Z test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5099800Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T06:39:14.5100290Z test_nn.py:10193: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5100880Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-05-18T06:39:14.5101370Z test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5101940Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T06:39:14.5102420Z test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5102990Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T06:39:14.5103460Z test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5104020Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T06:39:14.5104490Z test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5105050Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T06:39:14.5105530Z test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5106380Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T06:39:14.5106850Z test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5107410Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T06:39:14.5107890Z test_nn.py:10194: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-05-18T06:39:14.5108450Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-05-18T06:39:14.5108690Z ok (0.058s) 2022-05-18T06:39:14.5108980Z test_pointwise_loss_target_grad_none_reduction (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:39:14.5124660Z test_poisson_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:14.5139350Z test_projections_errors_on_gru_and_rnn (__main__.TestNN) ... ok (0.001s) 2022-05-18T06:39:14.5232580Z test_projections_lstm_args_check (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:39:14.5252710Z test_projections_lstm_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.002s) 2022-05-18T06:39:14.5538730Z test_projections_lstm_initial_hidden_state (__main__.TestNN) ... ok (0.028s) 2022-05-18T06:39:14.5565220Z test_prune (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:14.5592660Z test_prune_importance_scores (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:14.5619520Z test_prune_importance_scores_mimic_default (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:14.5639720Z test_pruning_container (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:39:14.5666950Z test_pruning_container_compute_mask (__main__.TestNN) 2022-05-18T06:39:14.5688280Z Test `compute_mask` of pruning container with a known `t` and ... ok (0.005s) 2022-05-18T06:39:14.5699690Z test_pruning_id_consistency (__main__.TestNN) 2022-05-18T06:39:14.5712780Z Test that pruning doesn't change the id of the parameters, which ... ok (0.002s) 2022-05-18T06:39:14.5728680Z test_pruning_rollback (__main__.TestNN) 2022-05-18T06:39:14.5759710Z Test that if something fails when the we try to compute the mask, ... ok (0.005s) 2022-05-18T06:39:14.5831400Z test_pruning_serialization_model (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:39:14.5905930Z test_pruning_serialization_state_dict (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:39:14.5955780Z test_random_pruning (__main__.TestNN) ... ok (0.005s) 2022-05-18T06:39:14.5976320Z test_random_pruning_0perc (__main__.TestNN) 2022-05-18T06:39:14.6008840Z Test that a mask of 1s does not change forward or backward. ... ok (0.005s) 2022-05-18T06:39:14.6024280Z test_random_pruning_forward (__main__.TestNN) 2022-05-18T06:39:14.6044580Z check forward with mask (by hand). ... ok (0.004s) 2022-05-18T06:39:14.6058740Z test_random_pruning_new_weight (__main__.TestNN) 2022-05-18T06:39:14.6085820Z Test that module.name now contains a pruned version of ... ok (0.004s) 2022-05-18T06:39:14.6098320Z test_random_pruning_orig (__main__.TestNN) 2022-05-18T06:39:14.6125320Z Test that original tensor is correctly stored in 'orig' ... ok (0.004s) 2022-05-18T06:39:14.6206620Z test_random_pruning_pickle (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:39:14.6224150Z test_random_pruning_sizes (__main__.TestNN) 2022-05-18T06:39:14.6255960Z Test that the new parameters and buffers created by the pruning ... ok (0.005s) 2022-05-18T06:39:14.6282190Z test_random_structured_pruning_amount (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:39:14.6314000Z test_register_and_remove_buffer_parametrization (__main__.TestNN) 2022-05-18T06:39:14.6338580Z Test that it is possible to add and remove parametrizations on buffers ... ok (0.006s) 2022-05-18T06:39:14.6367970Z test_register_and_remove_nested_parametrization (__main__.TestNN) 2022-05-18T06:39:14.6392860Z Test that it is possible to nest the parametrizations ... ok (0.005s) 2022-05-18T06:39:14.6539760Z test_register_and_remove_parametrization (__main__.TestNN) 2022-05-18T06:39:14.6731690Z Test that it is possible to add a few parametrizations ... ok (0.034s) 2022-05-18T06:39:14.6755710Z test_register_buffer_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:39:14.6776930Z test_register_buffer_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:39:14.6795890Z test_register_buffer_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:39:14.6807960Z test_register_buffer_raises_error_if_not_tensor (__main__.TestNN) ... ok (0.001s) 2022-05-18T06:39:14.6830900Z test_register_parameter_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:39:14.6852060Z test_register_parameter_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:39:14.6870610Z test_register_parameter_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:39:14.6946000Z test_relu_inplace_on_view (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:39:14.6967170Z test_remove_pruning (__main__.TestNN) 2022-05-18T06:39:14.6999640Z `prune.remove` removes the hook and the reparametrization ... ok (0.005s) 2022-05-18T06:39:14.7010930Z test_remove_pruning_exception (__main__.TestNN) 2022-05-18T06:39:14.7023940Z Removing from an unpruned tensor throws an assertion error ... ok (0.002s) 2022-05-18T06:39:14.7037840Z test_remove_pruning_forward (__main__.TestNN) 2022-05-18T06:39:14.7056910Z Remove pruning and check forward is unchanged from previous ... ok (0.003s) 2022-05-18T06:39:14.7079230Z test_repr (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:39:14.7108220Z test_requires_grad_ (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:14.7243120Z test_rnn_args_check (__main__.TestNN) ... ok (0.013s) 2022-05-18T06:39:14.7265110Z test_rnn_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.002s) 2022-05-18T06:39:14.7479100Z test_rnn_initial_hidden_state (__main__.TestNN) ... ok (0.021s) 2022-05-18T06:39:14.7512900Z test_rnn_pruning (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:14.7562230Z test_rnn_weight_norm (__main__.TestNN) ... ok (0.005s) 2022-05-18T06:39:14.7582810Z test_self_attn_TxT_attn_mask (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-05-18T06:39:14.7610990Z test_serialization_parametrization (__main__.TestNN) 2022-05-18T06:39:14.7680610Z Test that it is possible to serialize a parametrized model via state_dict ... ok (0.010s) 2022-05-18T06:39:15.0151250Z test_share_memory (__main__.TestNN) ... ok (0.247s) 2022-05-18T06:39:15.0279820Z test_smoothl1loss_intergral_target (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:39:15.0371350Z test_smoothl1loss_negative_beta_not_supported (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:39:15.0409840Z test_softmax_cpu (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:39:15.0533450Z test_softmax_functional_dim0 (__main__.TestNN) ... ok (0.012s) 2022-05-18T06:39:15.0548190Z test_softmax_functional_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:39:15.0657360Z test_softmax_functional_dim3 (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:39:15.0669840Z test_softmax_functional_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:39:15.0734580Z test_softmax_functional_scalar (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:39:15.0746700Z test_softmax_functional_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:39:15.0849100Z test_softmax_lastdim (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:39:15.0861460Z test_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:39:15.0965440Z test_softmax_lastdim_dtype (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:39:15.0978090Z test_softmax_lastdim_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:39:15.1079210Z test_softmax_spatial (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:39:15.1091540Z test_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:39:15.1191890Z test_softmax_spatial_dtype (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:39:15.1204150Z test_softmax_spatial_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:39:15.1319130Z test_softmax_spatial_special (__main__.TestNN) ... ok (0.011s) 2022-05-18T06:39:15.1331700Z test_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-05-18T06:39:15.1349760Z test_softmin (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:39:15.1815370Z test_spectral_norm (__main__.TestNN) ... ok (0.046s) 2022-05-18T06:39:15.1847790Z test_spectral_norm_dim (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:15.1884310Z test_spectral_norm_forward (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:39:15.2189090Z test_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.030s) 2022-05-18T06:39:15.2224910Z test_spectral_norm_pickle (__main__.TestNN) ... ok (0.004s) 2022-05-18T06:39:15.2296030Z test_state_dict (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:39:15.2309230Z test_sync_batchnorm_accuracy_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-05-18T06:39:15.2331850Z test_sync_batchnorm_backward_elemt (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-05-18T06:39:15.2364670Z test_thnn_conv_strided_padded_dilated (__main__.TestNN) ... skip: CUDA not available (0.003s) 2022-05-18T06:39:15.2396910Z test_threshold_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:15.2413200Z test_threshold_int (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:39:15.2446360Z test_to (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:15.2473060Z test_train_errors_for_invalid_mode (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:15.2506620Z test_transfer_parametrizations_and_params (__main__.TestNN) 2022-05-18T06:39:15.2565090Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.009s) 2022-05-18T06:39:15.2662120Z test_transfer_parametrizations_and_params_many_to_one (__main__.TestNN) ... ok (0.010s) 2022-05-18T06:39:15.2677540Z test_transfer_parametrizations_and_params_right_inverse (__main__.TestNN) 2022-05-18T06:39:15.2705290Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.004s) 2022-05-18T06:39:15.2728400Z test_transfer_parametrizations_and_params_single_param (__main__.TestNN) 2022-05-18T06:39:15.2764890Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.006s) 2022-05-18T06:39:15.5759720Z test_transformer_args_check (__main__.TestNN) ... ok (0.299s) 2022-05-18T06:39:15.5927280Z test_transformer_layer_args_check (__main__.TestNN) ... ok (0.017s) 2022-05-18T06:39:15.7683040Z test_transformerdecoder (__main__.TestNN) ... ok (0.175s) 2022-05-18T06:39:15.8113500Z test_transformerdecoderlayer (__main__.TestNN) ... ok (0.043s) 2022-05-18T06:39:15.8619660Z test_transformerdecoderlayer_gelu (__main__.TestNN) ... ok (0.051s) 2022-05-18T06:39:16.0214680Z test_transformerencoder (__main__.TestNN) ... ok (0.159s) 2022-05-18T06:39:16.0284560Z test_triplet_margin_loss (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:39:16.0431930Z test_triplet_margin_loss_invalid (__main__.TestNN) ... ok (0.015s) 2022-05-18T06:39:16.0499000Z test_triplet_margin_loss_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:39:16.0574990Z test_triplet_margin_loss_swap (__main__.TestNN) ... ok (0.008s) 2022-05-18T06:39:16.0650120Z test_triplet_margin_loss_swap_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-05-18T06:39:16.0715010Z test_type (__main__.TestNN) ... ok (0.006s) 2022-05-18T06:39:16.0724890Z test_type_before_parametrizations (__main__.TestNN) 2022-05-18T06:39:16.0735710Z Test that type_before_parametrizations always retrieves original type ... ok (0.002s) 2022-05-18T06:39:16.0774900Z test_unflatten (__main__.TestNN) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:908: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at ../c10/core/TensorImpl.h:1393.) 2022-05-18T06:39:16.0775610Z return super(Tensor, self).refine_names(names) 2022-05-18T06:39:16.0775870Z ok (0.004s) 2022-05-18T06:39:16.0809330Z test_unflatten_invalid_arg (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:16.1027550Z test_unfold_invalid_arg (__main__.TestNN) ... ok (0.022s) 2022-05-18T06:39:16.1221510Z test_unpack_sequence (__main__.TestNN) ... ok (0.019s) 2022-05-18T06:39:16.1382540Z test_unpad_sequence (__main__.TestNN) ... ok (0.016s) 2022-05-18T06:39:16.1394850Z test_unstructured_pruning_same_magnitude (__main__.TestNN) 2022-05-18T06:39:16.1405790Z Since it may happen that the tensor to prune has entries with the ... ok (0.002s) 2022-05-18T06:39:16.1427790Z test_upsamplingBilinear2d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:39:16.1681960Z test_upsamplingLinear1d (__main__.TestNN) ... ok (0.025s) 2022-05-18T06:39:16.1703780Z test_upsamplingLinear1d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:39:16.2392120Z test_upsamplingTrilinear3d (__main__.TestNN) ... ok (0.069s) 2022-05-18T06:39:16.2421070Z test_upsamplingTrilinear3d_spatial_invariance (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:16.2683760Z test_upsampling_bfloat16 (__main__.TestNN) ... ok (0.026s) 2022-05-18T06:39:16.2858690Z test_upsampling_not_recompute_scale_factor (__main__.TestNN) ... ok (0.017s) 2022-05-18T06:39:16.2871770Z test_upsampling_small_scale (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:39:16.2883290Z test_validate_pruning_amount (__main__.TestNN) 2022-05-18T06:39:16.2889850Z Tests the second util function that validates the pruning ... ok (0.002s) 2022-05-18T06:39:16.2905330Z test_validate_pruning_amount_init (__main__.TestNN) 2022-05-18T06:39:16.2912450Z Test the first util function that validates the pruning ... ok (0.002s) 2022-05-18T06:39:16.2935920Z test_vector_to_parameters (__main__.TestNN) ... ok (0.002s) 2022-05-18T06:39:16.3030500Z test_weight_norm (__main__.TestNN) ... ok (0.009s) 2022-05-18T06:39:16.3058710Z test_weight_norm_pickle (__main__.TestNN) ... ok (0.003s) 2022-05-18T06:39:16.3110100Z test_zero_grad (__main__.TestNN) ... ok (0.005s) 2022-05-18T06:39:16.3225010Z test_AdaptiveMaxPool1d_indices_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-05-18T06:39:16.3333380Z test_AdaptiveMaxPool2d_indices_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-05-18T06:39:16.3435880Z test_AdaptiveMaxPool3d_indices_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-05-18T06:39:16.3687980Z test_AdaptiveMaxPool_zero_batch_dim_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:39:16.3789150Z test_AvgPool2d_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-05-18T06:39:16.3809790Z test_AvgPool3d_backward_after_cat_dim1_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:39:16.3855890Z test_BatchNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:39:16.3891970Z test_Bilinear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:39:16.3922160Z test_CTCLoss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:39:16.3960550Z test_CTCLoss_empty_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:39:16.4015790Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:39:16.4070380Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:39:16.4122230Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:39:16.4175170Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:39:16.4227700Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:39:16.4280420Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:39:18.5709030Z test_Conv2d_backward_depthwise_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (2.143s) 2022-05-18T06:39:18.7928640Z test_Conv2d_backward_depthwise_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.222s) 2022-05-18T06:39:18.7977980Z test_Conv2d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:39:18.8025690Z test_Conv2d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:39:18.8073820Z test_Conv2d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:39:18.8103750Z test_Conv2d_deterministic_cudnn_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:39:18.8132900Z test_Conv2d_deterministic_cudnn_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:39:18.8162770Z test_Conv2d_deterministic_cudnn_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:39:18.8191370Z test_Conv2d_deterministic_cudnn_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:39:18.8220130Z test_Conv2d_deterministic_cudnn_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:39:18.8242860Z test_Conv2d_large_workspace_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:39:18.8265790Z test_Conv2d_large_workspace_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:39:18.8289180Z test_Conv2d_large_workspace_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:39:18.8373580Z test_Conv2d_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:39:18.8400380Z test_Conv2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:39:18.8448700Z test_Conv3d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:39:18.8497130Z test_Conv3d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:39:18.8545720Z test_Conv3d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:39:18.8571200Z test_ConvTranspose2d_large_output_padding_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:39:18.8595910Z test_ConvTranspose2d_large_output_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:39:18.8622300Z test_ConvTranspose2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:39:18.8648520Z test_ConvTranspose3d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:39:18.8840630Z test_Dropout2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-05-18T06:39:18.8979290Z test_Dropout3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-05-18T06:39:19.1703570Z test_Dropout_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.272s) 2022-05-18T06:39:19.1773790Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:39:19.1840620Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:39:19.1905460Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:39:19.1969520Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:39:19.2033830Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:39:19.2097720Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:39:19.2162410Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:39:19.2228230Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:39:19.2293150Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:39:19.2358020Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:39:19.2422610Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:39:19.2487580Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:39:19.2756710Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-05-18T06:39:19.3024000Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-05-18T06:39:19.3293540Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-05-18T06:39:19.3559630Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:39:19.3839050Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-05-18T06:39:19.4097240Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:39:19.4368240Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-05-18T06:39:19.4637970Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-05-18T06:39:19.4900710Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:39:19.5167450Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-05-18T06:39:19.5435250Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-05-18T06:39:19.5690990Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:39:19.5946620Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:39:19.6188230Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-05-18T06:39:19.6448790Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:39:19.6695600Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:39:19.6769390Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:39:19.6841260Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:39:19.6911310Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:39:19.6982550Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:39:19.7053970Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:39:19.7123340Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:39:19.7195060Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:39:19.7266930Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:39:19.7339250Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:39:19.7411390Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:39:19.7484930Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:39:19.7557670Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:39:19.7715570Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-05-18T06:39:19.7868800Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-05-18T06:39:19.8022580Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-05-18T06:39:19.8174120Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-05-18T06:39:19.8264760Z test_FractionalMaxPool2d_zero_batch_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:39:19.8390540Z test_FractionalMaxPool2d_zero_out_size_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-05-18T06:39:19.8478310Z test_FractionalMaxPool3d_zero_batch_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:39:19.8573510Z test_FractionalMaxPool3d_zero_out_size_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:39:19.8854370Z test_GRU_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-05-18T06:39:19.8885150Z test_GroupNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:39:19.9005810Z test_GroupNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-05-18T06:39:21.5263770Z test_GroupNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.626s) 2022-05-18T06:39:21.5283400Z test_GroupNorm_raises_error_if_one_value_per_group_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:39:21.5326940Z test_InstanceNorm1d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:39:21.5369040Z test_InstanceNorm2d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:39:21.5413690Z test_InstanceNorm3d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:39:21.5769660Z test_LSTM_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:39:21.6642790Z test_LayerNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.087s) 2022-05-18T06:39:22.5153550Z test_LayerNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.851s) 2022-05-18T06:39:22.5174200Z test_LocalResponseNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:39:22.5535870Z test_MarginLoss_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-05-18T06:39:22.5899610Z test_MarginLoss_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-05-18T06:39:22.6009370Z test_MaxPool1d_indices_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-05-18T06:39:22.6118220Z test_MaxPool2d_indices_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-05-18T06:39:22.6222310Z test_MaxPool3d_indices_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-05-18T06:39:22.6448020Z test_MaxPool_zero_batch_dim_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-05-18T06:39:22.6511640Z test_MaxUnpool_zero_batch_dim_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:39:22.6533980Z test_ReflectionPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:39:22.6556820Z test_ReflectionPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:39:22.6861060Z test_ReflectionPad_empty_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-05-18T06:39:22.7164240Z test_ReflectionPad_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-05-18T06:39:22.9266060Z test_ReplicationPad1d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.210s) 2022-05-18T06:39:25.9632480Z test_ReplicationPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (3.036s) 2022-05-18T06:39:33.6792560Z test_ReplicationPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (7.716s) 2022-05-18T06:39:33.7094870Z test_ReplicationPad_empty_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-05-18T06:39:33.7398870Z test_ReplicationPad_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-05-18T06:39:33.9928850Z test_TransformerDecoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.253s) 2022-05-18T06:39:35.0533880Z test_TransformerDecoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.060s) 2022-05-18T06:39:35.2821990Z test_TransformerEncoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.229s) 2022-05-18T06:39:36.0601690Z test_TransformerEncoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.778s) 2022-05-18T06:39:37.9271330Z test_Transformer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.867s) 2022-05-18T06:39:37.9367690Z test_Unfold_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-05-18T06:39:37.9391530Z test_activations_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:39:38.0488600Z test_activations_bfloat16_cpu_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.110s) 2022-05-18T06:39:38.0546300Z test_adaptive_avg_pool2d_output_size_one_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:39:38.0574040Z test_adaptive_avg_pool3d_output_size_one_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:39:38.0745760Z test_adaptive_pool_invalid_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-05-18T06:39:38.0852910Z test_adaptive_pooling_max_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-05-18T06:39:38.0954850Z test_adaptive_pooling_max_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-05-18T06:39:38.1276320Z test_adaptive_pooling_no_suppot_input_cpu_int16 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-05-18T06:39:38.1598890Z test_adaptive_pooling_no_suppot_input_cpu_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-05-18T06:39:38.1921890Z test_adaptive_pooling_no_suppot_input_cpu_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-05-18T06:39:38.2247220Z test_adaptive_pooling_no_suppot_input_cpu_int8 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-05-18T06:39:38.2569460Z test_adaptive_pooling_no_suppot_input_cpu_uint8 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-05-18T06:39:38.2607800Z test_adaptive_pooling_zero_batch_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:39:38.2641400Z test_adaptive_pooling_zero_batch_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:39:38.2683070Z test_affine_2d_rotate0_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:39:38.2718830Z test_affine_2d_rotate45_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:39:38.2982950Z test_affine_2d_rotate90_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:39:38.7971250Z test_affine_2d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.499s) 2022-05-18T06:39:49.0377170Z test_affine_3d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (10.241s) 2022-05-18T06:39:49.0479140Z test_avg_pool2d_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-05-18T06:39:55.0852970Z test_avg_pool2d_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (6.037s) 2022-05-18T06:40:03.2216620Z test_avg_pool2d_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (8.136s) 2022-05-18T06:40:03.2262790Z test_batchnorm_affine_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:40:03.2280290Z test_batchnorm_affine_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:03.2296880Z test_batchnorm_affine_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:03.2355680Z test_batchnorm_eval_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:40:03.2373390Z test_batchnorm_eval_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:03.2390480Z test_batchnorm_eval_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:03.2722200Z test_batchnorm_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-05-18T06:40:03.2739720Z test_batchnorm_large_batch_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:03.2755120Z test_batchnorm_large_batch_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:40:03.2815300Z test_batchnorm_simple_average_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:40:03.2831100Z test_batchnorm_simple_average_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:03.2845220Z test_batchnorm_simple_average_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:40:03.2877830Z test_batchnorm_update_stats_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:03.5018400Z test_clip_grad_norm_error_if_nonfinite_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.214s) 2022-05-18T06:40:03.5047290Z test_clip_grad_norm_multi_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:40:03.5065600Z test_contig_wrong_stride_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:03.5131060Z test_conv1d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:40:03.5176060Z test_conv1d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:40:03.5364260Z test_conv1d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-05-18T06:40:03.5487540Z test_conv1d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-05-18T06:40:03.5528920Z test_conv1d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:40:03.5560730Z test_conv1d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:03.5583050Z test_conv1d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:40:03.5603530Z test_conv1d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:40:03.5656670Z test_conv1d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:40:03.5704650Z test_conv1d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:40:03.5757610Z test_conv1d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:40:03.5805990Z test_conv1d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:40:03.5906190Z test_conv2d_no_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-05-18T06:40:03.6018390Z test_conv2d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-05-18T06:40:03.6081460Z test_conv2d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:40:03.6151840Z test_conv2d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:40:03.6202290Z test_conv2d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:40:03.6242890Z test_conv2d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:40:03.6275710Z test_conv2d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:03.6300770Z test_conv2d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:40:03.6322130Z test_conv2d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:40:03.6375640Z test_conv2d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:40:03.6425610Z test_conv2d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:40:03.6479980Z test_conv2d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:40:03.6529760Z test_conv2d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:40:03.9099820Z test_conv3d_same_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.257s) 2022-05-18T06:40:03.9562210Z test_conv3d_same_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-05-18T06:40:03.9634110Z test_conv3d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:40:03.9678850Z test_conv3d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:40:04.0842850Z test_conv3d_valid_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.116s) 2022-05-18T06:40:04.1056610Z test_conv3d_valid_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-05-18T06:40:04.1080080Z test_conv3d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:40:04.1099080Z test_conv3d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:40:04.1154740Z test_conv3d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:40:04.1204040Z test_conv3d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:40:04.1256260Z test_conv3d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:40:04.1304640Z test_conv3d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:40:04.1332350Z test_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:04.1579700Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.1826450Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.2080110Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.2328330Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.2576050Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.2822710Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.3068240Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-05-18T06:40:04.3317870Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.3564840Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.3813330Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.4066800Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.4313110Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.4560540Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.4805450Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-05-18T06:40:04.5053490Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.5302340Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.5547160Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-05-18T06:40:04.5792670Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-05-18T06:40:04.6037920Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-05-18T06:40:04.6284140Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.6535450Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.6784210Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.7047300Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.026s) 2022-05-18T06:40:04.7295740Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.7547210Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.7811940Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.026s) 2022-05-18T06:40:04.8062100Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.8309180Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.8558950Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.8807480Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.9056400Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.9305990Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.9554460Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:04.9803940Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.0052120Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.0325900Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.027s) 2022-05-18T06:40:05.0574140Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.0820080Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-05-18T06:40:05.1066410Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.1321540Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.1578910Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.026s) 2022-05-18T06:40:05.1828240Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.2075130Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.2350500Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.2576690Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.2825050Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.3076380Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.3324150Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.3570610Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.3823400Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.4070620Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.4317940Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.4564580Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.4812400Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.5061030Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.5310070Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.5558800Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.5806010Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.6052950Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.6300680Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.6548550Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.6796140Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.7044190Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.7291090Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.7538280Z test_conv_backend_cudnn3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.7795040Z test_conv_backend_cudnn3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.026s) 2022-05-18T06:40:05.8046110Z test_conv_backend_cudnn3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.8292310Z test_conv_backend_cudnn3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.8539170Z test_conv_backend_cudnn3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.8785540Z test_conv_backend_cudnn3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.9044050Z test_conv_backend_cudnn3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.026s) 2022-05-18T06:40:05.9292800Z test_conv_backend_cudnn3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:05.9647570Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:05.9990890Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-05-18T06:40:06.0345200Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:06.0693170Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:06.1049730Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-05-18T06:40:06.1404690Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:06.1763750Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-05-18T06:40:06.2117730Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:06.2465600Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:06.2811520Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:06.3160670Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:06.3507710Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:06.3870510Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-05-18T06:40:06.4225440Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:06.4584940Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-05-18T06:40:06.4942080Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-05-18T06:40:06.5294860Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:06.5643240Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:06.5997000Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:06.6350740Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:06.6715050Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-05-18T06:40:06.7073020Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-05-18T06:40:06.7435770Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-05-18T06:40:06.7798280Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-05-18T06:40:06.8142790Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-05-18T06:40:06.8486110Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-05-18T06:40:06.8832790Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:06.9175290Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-05-18T06:40:06.9529860Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:06.9884120Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:07.0242030Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-05-18T06:40:07.0596050Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:07.0943180Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:07.1284120Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-05-18T06:40:07.1638410Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:07.1978520Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-05-18T06:40:07.2329680Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:07.2679920Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:07.3033390Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:07.3399860Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-05-18T06:40:07.3747350Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:07.4091540Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-05-18T06:40:07.4437590Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-05-18T06:40:07.4783490Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-05-18T06:40:07.5139690Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:07.5496490Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:07.5844810Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:07.6196520Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:07.6542120Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:07.6885220Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-05-18T06:40:07.7229430Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-05-18T06:40:07.7570430Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-05-18T06:40:07.7926640Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:07.8278600Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:07.8631010Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:07.8982150Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:07.9328520Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:07.9669700Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-05-18T06:40:08.0014880Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-05-18T06:40:08.0356920Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-05-18T06:40:08.0708130Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:08.1055800Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:08.1409540Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:08.1757790Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:08.2105060Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:08.2450350Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-05-18T06:40:08.2799540Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:08.3145720Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:08.3502120Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-05-18T06:40:08.3858390Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-05-18T06:40:08.4214970Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-05-18T06:40:08.4568040Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:08.4816080Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:08.5063630Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:08.5311560Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:08.5557800Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:08.5804030Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:08.6051680Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:08.6299040Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:08.6545330Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:08.6811680Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.026s) 2022-05-18T06:40:08.7065890Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:08.7314780Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:08.7565650Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:08.7817030Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:08.8065680Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:08.8313620Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:08.8559480Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:08.8819280Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.026s) 2022-05-18T06:40:08.9069370Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:08.9315540Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:08.9557530Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-05-18T06:40:08.9798720Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-05-18T06:40:09.0043690Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-05-18T06:40:09.0288400Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-05-18T06:40:09.0531620Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-05-18T06:40:09.0775610Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-05-18T06:40:09.1019340Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-05-18T06:40:09.1265560Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.1514430Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.1759850Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-05-18T06:40:09.2007400Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.2256080Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.2502970Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.2751290Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.3000470Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.3271440Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.027s) 2022-05-18T06:40:09.3520030Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.3766680Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.4017860Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.4265200Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.4513800Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.4761470Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.5007350Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-05-18T06:40:09.5257240Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.5506480Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.5754960Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.6003840Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.6254000Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.6505260Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.6756940Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.7008300Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.7259550Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.7510340Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.7761570Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.8012580Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.8263580Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.8520460Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.026s) 2022-05-18T06:40:09.8771760Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.9043040Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.027s) 2022-05-18T06:40:09.9291370Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.9541840Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:09.9790950Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:10.0041660Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:10.0294530Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:10.0545230Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:10.0793710Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:10.1043670Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:10.1293590Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:10.1541920Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:10.1791310Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:10.2041120Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:10.2301350Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.026s) 2022-05-18T06:40:10.2549640Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:10.2984390Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-05-18T06:40:10.3404960Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-05-18T06:40:10.3834160Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-05-18T06:40:10.4256750Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-05-18T06:40:10.4705700Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-05-18T06:40:10.5194310Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.049s) 2022-05-18T06:40:10.5642070Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-05-18T06:40:10.6084220Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-05-18T06:40:10.6349650Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-05-18T06:40:10.6604670Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:10.6886390Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-05-18T06:40:10.7191800Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-05-18T06:40:10.7503980Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-05-18T06:40:10.7859410Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:40:10.8125960Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-05-18T06:40:10.8383370Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:10.8644770Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-05-18T06:40:10.8903090Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-05-18T06:40:10.9163050Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-05-18T06:40:10.9415920Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.025s) 2022-05-18T06:40:10.9673940Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-05-18T06:40:10.9930120Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-05-18T06:40:11.0189140Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-05-18T06:40:11.0449180Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-05-18T06:40:11.0886230Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-05-18T06:40:11.1316470Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-05-18T06:40:11.1747250Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-05-18T06:40:11.2172500Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-05-18T06:40:11.2630990Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-05-18T06:40:11.3083460Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-05-18T06:40:11.3540710Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-05-18T06:40:11.3987510Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-05-18T06:40:11.4249190Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:11.4504450Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:11.4767780Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:11.5024830Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:11.5287550Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:11.5545710Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:11.5808010Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:11.6062700Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:11.6321780Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-05-18T06:40:11.6574170Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.025s) 2022-05-18T06:40:11.6834300Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-05-18T06:40:11.7091100Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-05-18T06:40:11.7350810Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-05-18T06:40:11.7607500Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-05-18T06:40:11.7865900Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-05-18T06:40:11.8123850Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-05-18T06:40:11.8734420Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.061s) 2022-05-18T06:40:11.9253440Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.052s) 2022-05-18T06:40:11.9735630Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-05-18T06:40:12.0208570Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-05-18T06:40:12.0753090Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.054s) 2022-05-18T06:40:12.1293900Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.054s) 2022-05-18T06:40:12.1794840Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.050s) 2022-05-18T06:40:12.2294470Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.050s) 2022-05-18T06:40:12.2563010Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-05-18T06:40:12.2823500Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:12.3087860Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:12.3351780Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:12.3627770Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-05-18T06:40:12.3895980Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-05-18T06:40:12.4163770Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-05-18T06:40:12.4424030Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:12.4681790Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-05-18T06:40:12.4939650Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-05-18T06:40:12.5201480Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-05-18T06:40:12.5459760Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-05-18T06:40:12.5719390Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-05-18T06:40:12.5978840Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-05-18T06:40:12.6239570Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-05-18T06:40:12.6496030Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-05-18T06:40:12.6752320Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:12.7004830Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:12.7262750Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:12.7515400Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:12.7773970Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:12.8027620Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:12.8285270Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:12.8537800Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:12.8796440Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:12.9050750Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:12.9306430Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:12.9558480Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:12.9814230Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:13.0069700Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:13.0330070Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:13.0584120Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:13.0839920Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:13.1093160Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:13.1350770Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:13.1605980Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:13.1864100Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:13.2116500Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:13.2373810Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:13.2629990Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:13.2887230Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:13.3142370Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:13.3402190Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:13.3657770Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:13.3917100Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:13.4170110Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:13.4429360Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:13.4684180Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:13.4940590Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:13.5196000Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:13.5451570Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:13.5704330Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:13.5961210Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:13.6215520Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:13.6478690Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:13.6734150Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:13.6991090Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:13.7245260Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:13.7504480Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:13.7759190Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:13.8015370Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:13.8270260Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:13.8527320Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:13.8781550Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:13.9037870Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:13.9290850Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:13.9546220Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:13.9800230Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:14.0057040Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:14.0311110Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:14.0568030Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:14.0822370Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:14.1078180Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:14.1332180Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:14.1589690Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:14.1843900Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:14.2100490Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:14.2353530Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:14.2611320Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:14.2864710Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:14.3120170Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:14.3376200Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:14.3632010Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:14.3887570Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:14.4143980Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:14.4398230Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:14.4655170Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:14.4907780Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:14.5326600Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-05-18T06:40:14.5746200Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-05-18T06:40:14.6167660Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-05-18T06:40:14.6586590Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-05-18T06:40:14.7031050Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-05-18T06:40:14.7471480Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-05-18T06:40:14.7918840Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-05-18T06:40:14.8362460Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-05-18T06:40:14.8785080Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-05-18T06:40:14.9205640Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-05-18T06:40:14.9633590Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-05-18T06:40:15.0058550Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-05-18T06:40:15.0505430Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-05-18T06:40:15.0950190Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-05-18T06:40:15.1391380Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-05-18T06:40:15.1853770Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-05-18T06:40:15.2276420Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-05-18T06:40:15.2697620Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-05-18T06:40:15.3117960Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-05-18T06:40:15.3533880Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-05-18T06:40:15.3969160Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-05-18T06:40:15.4411470Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-05-18T06:40:15.4847280Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-05-18T06:40:15.5284390Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-05-18T06:40:15.5710000Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-05-18T06:40:15.6130400Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-05-18T06:40:15.6552240Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-05-18T06:40:15.6973000Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-05-18T06:40:15.7409150Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-05-18T06:40:15.7842430Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-05-18T06:40:15.8282490Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-05-18T06:40:15.8721060Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-05-18T06:40:15.9156400Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-05-18T06:40:15.9593690Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-05-18T06:40:16.0026260Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-05-18T06:40:16.0461910Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-05-18T06:40:16.0930040Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-05-18T06:40:16.1389300Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-05-18T06:40:16.1848030Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-05-18T06:40:16.2303220Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-05-18T06:40:16.2771800Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-05-18T06:40:16.3226980Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-05-18T06:40:16.3711960Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-05-18T06:40:16.4186840Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-05-18T06:40:16.4677030Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.049s) 2022-05-18T06:40:16.5148530Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-05-18T06:40:16.5646210Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.050s) 2022-05-18T06:40:16.6139330Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.049s) 2022-05-18T06:40:16.6570890Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-05-18T06:40:16.6997440Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-05-18T06:40:16.7422650Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-05-18T06:40:16.7845010Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-05-18T06:40:16.8292270Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-05-18T06:40:16.8733290Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-05-18T06:40:16.9172730Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-05-18T06:40:16.9609060Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-05-18T06:40:17.0071920Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-05-18T06:40:17.0527340Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-05-18T06:40:17.1003940Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-05-18T06:40:17.1473590Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-05-18T06:40:17.1947260Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-05-18T06:40:17.2416590Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-05-18T06:40:17.2910050Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.049s) 2022-05-18T06:40:17.3401610Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.049s) 2022-05-18T06:40:17.3958130Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.056s) 2022-05-18T06:40:17.4489840Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.053s) 2022-05-18T06:40:17.4948880Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-05-18T06:40:17.5402970Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-05-18T06:40:17.5954990Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.055s) 2022-05-18T06:40:17.6500170Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.054s) 2022-05-18T06:40:17.6967000Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-05-18T06:40:17.7424500Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-05-18T06:40:17.7675070Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:17.7923790Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:17.8172240Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:17.8421490Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:17.8671290Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:17.8923770Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:17.9174910Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:17.9427380Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.025s) 2022-05-18T06:40:17.9965110Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.054s) 2022-05-18T06:40:18.0500660Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.053s) 2022-05-18T06:40:18.0980340Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-05-18T06:40:18.1456790Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-05-18T06:40:18.2011890Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.055s) 2022-05-18T06:40:18.2553020Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.054s) 2022-05-18T06:40:18.3053650Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.050s) 2022-05-18T06:40:18.3554490Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.050s) 2022-05-18T06:40:18.4938090Z test_conv_backend_slow3d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.138s) 2022-05-18T06:40:18.6321080Z test_conv_backend_slow3d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.138s) 2022-05-18T06:40:18.8176270Z test_conv_backend_slow3d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.185s) 2022-05-18T06:40:19.0024370Z test_conv_backend_slow3d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.185s) 2022-05-18T06:40:19.1457100Z test_conv_backend_slow3d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.143s) 2022-05-18T06:40:19.2855900Z test_conv_backend_slow3d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.140s) 2022-05-18T06:40:19.4768240Z test_conv_backend_slow3d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.191s) 2022-05-18T06:40:19.6655030Z test_conv_backend_slow3d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.189s) 2022-05-18T06:40:19.7977710Z test_conv_backend_slow3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.132s) 2022-05-18T06:40:19.9258390Z test_conv_backend_slow3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.128s) 2022-05-18T06:40:20.1013510Z test_conv_backend_slow3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.175s) 2022-05-18T06:40:20.2702900Z test_conv_backend_slow3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.169s) 2022-05-18T06:40:20.4039610Z test_conv_backend_slow3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.134s) 2022-05-18T06:40:20.5349320Z test_conv_backend_slow3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.131s) 2022-05-18T06:40:20.7066650Z test_conv_backend_slow3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.172s) 2022-05-18T06:40:20.9295140Z test_conv_backend_slow3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.223s) 2022-05-18T06:40:20.9319470Z test_conv_cudnn_mismatch_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:20.9367570Z test_conv_cudnn_ndhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:40:20.9416220Z test_conv_cudnn_ndhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:40:20.9464900Z test_conv_cudnn_nhwc_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:40:20.9513080Z test_conv_cudnn_nhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:40:20.9561270Z test_conv_cudnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:40:20.9580790Z test_conv_cudnn_nhwc_support_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:20.9600060Z test_conv_cudnn_nhwc_support_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:20.9625370Z test_conv_double_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:20.9801950Z test_conv_double_backward_groups_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-05-18T06:40:20.9942510Z test_conv_double_backward_no_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-05-18T06:40:21.0663640Z test_conv_double_backward_stride_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.072s) 2022-05-18T06:40:21.0703250Z test_conv_double_backward_strided_with_3D_input_and_weight_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:40:21.1114960Z test_conv_empty_channel_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/init.py:405: UserWarning: Initializing zero-element tensors is a no-op 2022-05-18T06:40:21.1115680Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-05-18T06:40:21.1115970Z ok (0.041s) 2022-05-18T06:40:21.1513830Z test_conv_empty_channel_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-05-18T06:40:21.1554770Z test_conv_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:40:21.1575050Z test_conv_large_nosplit_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:21.2194750Z test_conv_noncontig_weights_and_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.062s) 2022-05-18T06:40:21.2254850Z test_conv_noncontig_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:40:21.2844130Z test_conv_thnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.059s) 2022-05-18T06:40:21.3407360Z test_conv_thnn_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.056s) 2022-05-18T06:40:21.3428720Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:40:21.4510740Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.108s) 2022-05-18T06:40:21.4542270Z test_conv_transposed_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:40:21.4565880Z test_convert_conv2d_weight_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:21.4800260Z test_cross_entropy_label_smoothing_consistent_index_target_and_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-05-18T06:40:21.4914690Z test_cross_entropy_label_smoothing_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-05-18T06:40:21.5175360Z test_cross_entropy_label_smoothing_weight_ignore_indices_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:40:21.5371450Z test_cross_entropy_label_smoothing_with_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-05-18T06:40:21.5463970Z test_cross_entropy_loss_index_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:40:21.5572770Z test_cross_entropy_loss_one_hot_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-05-18T06:40:21.5728800Z test_cross_entropy_loss_prob_target_all_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-05-18T06:40:21.5826970Z test_cross_entropy_loss_prob_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-05-18T06:40:22.0131350Z test_ctc_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.430s) 2022-05-18T06:40:22.0161520Z test_ctc_loss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:40:22.0192990Z test_cudnn_convolution_add_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:40:22.0224060Z test_cudnn_convolution_add_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:40:22.0253020Z test_cudnn_convolution_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:40:22.0282460Z test_cudnn_convolution_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:40:22.0301930Z test_device_mask_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:22.0482410Z test_elu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-05-18T06:40:22.0702650Z test_elu_inplace_with_neg_alpha_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-05-18T06:40:22.0771020Z test_embedding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:40:23.3535060Z test_embedding_bag_1D_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (1.276s) 2022-05-18T06:40:24.6313810Z test_embedding_bag_1D_padding_idx_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (1.278s) 2022-05-18T06:40:24.7247340Z test_embedding_bag_2D_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.093s) 2022-05-18T06:40:24.8131690Z test_embedding_bag_2D_padding_idx_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.088s) 2022-05-18T06:40:24.8149470Z test_embedding_bag_bfloat16_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:24.8165530Z test_embedding_bag_bfloat16_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:24.8181820Z test_embedding_bag_bfloat16_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:24.8198880Z test_embedding_bag_bfloat16_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:25.0817240Z test_embedding_bag_device_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.262s) 2022-05-18T06:40:25.3412660Z test_embedding_bag_device_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.259s) 2022-05-18T06:40:25.6211070Z test_embedding_bag_device_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.280s) 2022-05-18T06:40:25.8813180Z test_embedding_bag_device_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.260s) 2022-05-18T06:40:26.1426820Z test_embedding_bag_device_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.261s) 2022-05-18T06:40:26.4248600Z test_embedding_bag_device_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.282s) 2022-05-18T06:40:26.6896380Z test_embedding_bag_device_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.265s) 2022-05-18T06:40:26.9523980Z test_embedding_bag_device_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.263s) 2022-05-18T06:40:27.2328040Z test_embedding_bag_device_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.280s) 2022-05-18T06:40:27.4936160Z test_embedding_bag_device_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.261s) 2022-05-18T06:40:27.7534890Z test_embedding_bag_device_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.260s) 2022-05-18T06:40:28.0323150Z test_embedding_bag_device_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.279s) 2022-05-18T06:40:28.0365460Z test_embedding_bag_empty_input_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:40:28.0405470Z test_embedding_bag_empty_input_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:40:28.0444530Z test_embedding_bag_empty_input_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:40:28.0483940Z test_embedding_bag_empty_input_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:40:28.1083740Z test_embedding_bag_half_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.060s) 2022-05-18T06:40:28.1690790Z test_embedding_bag_half_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.061s) 2022-05-18T06:40:28.2289620Z test_embedding_bag_half_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.060s) 2022-05-18T06:40:28.2892230Z test_embedding_bag_half_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.060s) 2022-05-18T06:40:28.2927140Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:28.2957330Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:28.2988080Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:28.3019010Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:28.3049520Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:28.3082740Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:28.3114810Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:28.3146050Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:28.3178180Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:28.3209400Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:28.3239930Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:28.3270540Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:28.3520530Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:28.3769480Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:28.4017940Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:28.4265730Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:28.4490250Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-05-18T06:40:28.4715430Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-05-18T06:40:28.4929220Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-05-18T06:40:28.5141360Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-05-18T06:40:28.5556210Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-05-18T06:40:28.5967510Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-05-18T06:40:28.6358160Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-05-18T06:40:28.6745390Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-05-18T06:40:28.6998260Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:28.7247680Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:28.7497980Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:28.7750850Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:40:28.7973260Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-05-18T06:40:28.8198960Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-05-18T06:40:28.8408970Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-05-18T06:40:28.8621430Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-05-18T06:40:28.9032190Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-05-18T06:40:28.9444050Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-05-18T06:40:28.9827520Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-05-18T06:40:29.0214510Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-05-18T06:40:29.0287770Z test_embedding_dense_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:40:29.0310590Z test_embedding_max_norm_device_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:29.0330020Z test_embedding_max_norm_device_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:29.0349600Z test_embedding_max_norm_device_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:29.0528770Z test_embedding_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-05-18T06:40:29.0659850Z test_embedding_scalar_weight_error_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-05-18T06:40:29.0675140Z test_empty_dropout_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:40:29.1172300Z test_fold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.050s) 2022-05-18T06:40:29.1680870Z test_fractional_max_pool2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.051s) 2022-05-18T06:40:29.2386980Z test_fractional_max_pool3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.070s) 2022-05-18T06:40:29.2421300Z test_fractional_max_pool_nan_inf_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:29.2617980Z test_glu_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-05-18T06:40:29.2679240Z test_grid_sample_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.006s) 2022-05-18T06:40:45.7687300Z test_grid_sample_large_index_2d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (16.501s) 2022-05-18T06:40:45.8351590Z test_grid_sample_large_index_2d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.066s) 2022-05-18T06:40:57.6559660Z test_grid_sample_large_index_3d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (11.821s) 2022-05-18T06:40:57.7189580Z test_grid_sample_large_index_3d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.063s) 2022-05-18T06:40:57.7218820Z test_grid_sample_nan_inf_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:57.7244760Z test_grid_sample_nan_inf_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:57.7275050Z test_group_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:57.7302670Z test_group_conv_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:57.7606680Z test_groupnorm_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-05-18T06:40:57.7747750Z test_groupnorm_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-05-18T06:40:57.7910330Z test_gumbel_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-05-18T06:40:57.8069390Z test_gumbel_softmax_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-05-18T06:40:57.8102970Z test_hardsigmoid_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:57.8133820Z test_hardswish_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:57.8224400Z test_hardswish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:40:57.8258280Z test_instancenorm_raises_error_for_single_spatial_element_during_training_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:57.8273350Z test_instancenorm_raises_error_if_less_than_one_value_per_channel_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:40:57.8373640Z test_invalid_reduction_strings_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-05-18T06:40:57.8395170Z test_layernorm_half_precision_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:57.8417860Z test_layernorm_weight_bias_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:57.8569920Z test_leaky_relu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-05-18T06:40:57.8809930Z test_leaky_relu_inplace_with_neg_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-05-18T06:40:57.8842160Z test_leaky_relu_inplace_with_zero_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:40:57.8866350Z test_linear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:40:57.8888680Z test_log_softmax_big_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:40:57.8910770Z test_logsigmoid_out_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:40:57.8929490Z test_lstmcell_backward_only_one_output_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:40:57.8950500Z test_masked_softmax_TxT_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:41:08.1313500Z test_masked_softmax_cpu (__main__.TestNNDeviceTypeCPU) ... ok (10.236s) 2022-05-18T06:41:08.5193150Z test_masked_softmax_forward_with_nans_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.388s) 2022-05-18T06:41:08.5642550Z test_masked_softmax_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-05-18T06:41:08.5665940Z test_masked_softmax_transformer_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:41:08.5729460Z test_max_pool1d_corner_cases_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:41:08.5791690Z test_max_pool1d_corner_cases_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:41:09.0475340Z test_max_pool1d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.468s) 2022-05-18T06:41:09.6294840Z test_max_pool1d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.582s) 2022-05-18T06:41:09.6638400Z test_max_pool1d_errors_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-05-18T06:41:09.6743850Z test_max_pool2d_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-05-18T06:41:09.6768050Z test_max_pool2d_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:41:09.6793630Z test_max_pool2d_indices_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:41:15.7683450Z test_max_pool2d_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (6.089s) 2022-05-18T06:41:23.9834410Z test_max_pool2d_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (8.215s) 2022-05-18T06:41:23.9884320Z test_max_pool_nan_inf_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:41:24.8917060Z test_maxpool3d_non_square_backward_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.903s) 2022-05-18T06:41:24.8941270Z test_maxpool_indices_no_batch_dim_cpu_float32 (__main__.TestNNDeviceTypeCPU) 2022-05-18T06:41:24.8966510Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.005s) 2022-05-18T06:41:24.9054750Z test_mish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:41:24.9086300Z test_module_to_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:41:24.9115330Z test_module_to_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:41:24.9201120Z test_multi_margin_loss_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:41:24.9229390Z test_multihead_attention_dtype_batch_first_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:41:24.9256460Z test_multihead_attention_dtype_batch_first_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:41:24.9283080Z test_multihead_attention_dtype_batch_first_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:41:24.9304780Z test_multihead_attention_dtype_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:41:24.9326620Z test_multihead_attention_dtype_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:41:24.9348220Z test_multihead_attention_dtype_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:41:24.9375550Z test_multihead_attn_fast_path_query_and_bias_have_different_dtypes_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:41:24.9415160Z test_nll_loss_all_ignored_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:41:24.9468900Z test_nll_loss_byte_target_matches_long_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:41:24.9518130Z test_nll_loss_empty_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:41:24.9569360Z test_nll_loss_empty_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:41:24.9616460Z test_nll_loss_empty_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:41:24.9740970Z test_nll_loss_invalid_target_dim_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-05-18T06:41:24.9976360Z test_nll_loss_invalid_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-05-18T06:41:25.0039900Z test_nll_loss_mismatched_batch_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:41:25.0062270Z test_nll_loss_out_of_bounds_ignore_index_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:41:25.0103700Z test_nll_loss_total_weight_is_zero_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:41:25.0199510Z test_nn_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:41:25.0275070Z test_nn_scalars_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:41:25.0425680Z test_nn_scalars_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-05-18T06:41:25.0484420Z test_noncontig_conv_grad_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.006s) 2022-05-18T06:41:25.0509500Z test_noncontig_conv_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:41:25.0533620Z test_noncontig_conv_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:41:25.0569460Z test_nonlinearity_propagate_nan_cpu (__main__.TestNNDeviceTypeCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:1898: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-05-18T06:41:25.0570190Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-05-18T06:41:25.0571440Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:1909: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-05-18T06:41:25.0572040Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-05-18T06:41:25.0572340Z ok (0.003s) 2022-05-18T06:41:25.0813200Z test_one_hot_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-05-18T06:41:25.0844430Z test_overwrite_module_params_on_conversion_cpu_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:41:25.1280750Z test_pad_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-05-18T06:41:25.1704770Z test_pad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-05-18T06:41:25.1723370Z test_pool3d_large_size_int64_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:41:25.1746530Z test_pool3d_size_one_feature_dim_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:41:25.2224790Z test_pool_invalid_size_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-05-18T06:41:26.2856550Z test_pool_large_size_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (1.063s) 2022-05-18T06:41:26.2882920Z test_pooling_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:41:26.3004040Z test_pooling_max_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-05-18T06:41:26.3125550Z test_pooling_max_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-05-18T06:41:26.3150230Z test_pooling_shape_cpu (__main__.TestNNDeviceTypeCPU) 2022-05-18T06:41:26.3198770Z Test the output shape calculation for pooling functions ... ok (0.007s) 2022-05-18T06:41:26.3521030Z test_pooling_size_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-05-18T06:41:26.4352430Z test_pooling_zero_stride_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.083s) 2022-05-18T06:41:26.4369070Z test_prelu_backward_32bit_indexing_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:41:26.4431460Z test_rnn_fused_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.006s) 2022-05-18T06:41:26.4494080Z test_rnn_fused_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.006s) 2022-05-18T06:41:26.4969460Z test_rnn_retain_variables_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-05-18T06:41:26.5055950Z test_save_lstm_compatibility_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:41:26.5140240Z test_silu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:41:26.5174450Z test_skip_init_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:41:26.5445510Z test_smooth_l1_loss_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-05-18T06:41:26.5605860Z test_smooth_l1_loss_vs_huber_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-05-18T06:41:26.5629850Z test_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:41:26.5652440Z test_softmax_64bit_indexing_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:41:26.6467100Z test_softmax_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.081s) 2022-05-18T06:41:26.6491490Z test_softmax_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:41:26.6512170Z test_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:41:27.6963020Z test_softmax_results_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (1.045s) 2022-05-18T06:41:27.7048260Z test_softplus_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:41:27.7076140Z test_softplus_low_threshold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:41:27.7120090Z test_softshrink_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:41:27.7202390Z test_softshrink_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:41:27.7274930Z test_softshrink_negative_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:41:27.7290120Z test_threshold_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:41:27.7317890Z test_to_complex_cpu (__main__.TestNNDeviceTypeCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/modules/module.py:915: 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-05-18T06:41:27.7318750Z warnings.warn( 2022-05-18T06:41:27.7318940Z ok (0.003s) 2022-05-18T06:41:27.7830320Z test_transformerencoderlayer_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.051s) 2022-05-18T06:41:27.8373670Z test_transformerencoderlayer_gelu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.054s) 2022-05-18T06:41:30.1046010Z test_triplet_margin_with_distance_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (2.267s) 2022-05-18T06:41:30.3062100Z test_triplet_margin_with_distance_loss_default_parity_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.201s) 2022-05-18T06:41:30.3091370Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:41:30.3119410Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:41:30.3174290Z test_upsamplingBicubic2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:41:30.3226730Z test_upsamplingBicubic2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:41:30.3280120Z test_upsamplingBicubic2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:41:30.3332390Z test_upsamplingBicubic2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:41:30.3359280Z test_upsamplingBicubic2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:41:30.3385500Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:41:30.3411400Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:41:30.4021760Z test_upsamplingBilinear2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.061s) 2022-05-18T06:41:30.4624230Z test_upsamplingBilinear2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.060s) 2022-05-18T06:41:30.5289600Z test_upsamplingBilinear2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.066s) 2022-05-18T06:41:30.5940410Z test_upsamplingBilinear2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.065s) 2022-05-18T06:41:30.5976250Z test_upsamplingNearest1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:41:30.6330540Z test_upsamplingNearest1d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:41:30.6346460Z test_upsamplingNearest1d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:41:30.6499450Z test_upsamplingNearest2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-05-18T06:41:30.7224880Z test_upsamplingNearest2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.072s) 2022-05-18T06:41:30.7240710Z test_upsamplingNearest2d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:41:30.7253690Z test_upsamplingNearest2d_launch_fail_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:41:30.7267370Z test_upsamplingNearest2d_launch_rocm_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:41:30.9116810Z test_upsamplingNearest3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.185s) 2022-05-18T06:41:30.9514320Z test_upsamplingNearest3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-05-18T06:41:30.9529960Z test_upsamplingNearest3d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:41:30.9561810Z test_upsamplingNearestExact1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:41:30.9587810Z test_upsamplingNearestExact1d_rescale_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:41:30.9743050Z test_upsamplingNearestExact2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-05-18T06:41:31.1542500Z test_upsamplingNearestExact3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.180s) 2022-05-18T06:41:31.9174000Z test_variable_sequence_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.763s) 2022-05-18T06:41:31.9197280Z test_calculate_gain_leaky_relu (__main__.TestNNInit) ... ok (0.002s) 2022-05-18T06:41:31.9209720Z test_calculate_gain_leaky_relu_only_accepts_numbers (__main__.TestNNInit) ... ok (0.001s) 2022-05-18T06:41:31.9228020Z test_calculate_gain_linear (__main__.TestNNInit) ... ok (0.002s) 2022-05-18T06:41:31.9246970Z test_calculate_gain_nonlinear (__main__.TestNNInit) ... ok (0.002s) 2022-05-18T06:41:31.9264800Z test_calculate_gain_only_accepts_valid_nonlinearities (__main__.TestNNInit) ... ok (0.002s) 2022-05-18T06:41:31.9293620Z test_constant (__main__.TestNNInit) ... ok (0.003s) 2022-05-18T06:41:31.9377020Z test_deprecation (__main__.TestNNInit) ... ok (0.008s) 2022-05-18T06:41:31.9481960Z test_dirac_identity (__main__.TestNNInit) ... ok (0.010s) 2022-05-18T06:41:31.9497320Z test_dirac_only_works_on_3_4_5d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-05-18T06:41:31.9540010Z test_dirac_properties (__main__.TestNNInit) ... ok (0.004s) 2022-05-18T06:41:31.9559180Z test_eye (__main__.TestNNInit) ... ok (0.002s) 2022-05-18T06:41:31.9571980Z test_eye_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-05-18T06:41:32.2304390Z test_kaiming_normal (__main__.TestNNInit) ... ok (0.273s) 2022-05-18T06:41:32.2320420Z test_kaiming_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.002s) 2022-05-18T06:41:32.2353860Z test_kaiming_normal_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.003s) 2022-05-18T06:41:32.4673230Z test_kaiming_uniform (__main__.TestNNInit) ... ok (0.232s) 2022-05-18T06:41:32.4689310Z test_kaiming_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.002s) 2022-05-18T06:41:32.4723010Z test_kaiming_uniform_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.003s) 2022-05-18T06:41:32.4861570Z test_max_unpool (__main__.TestNNInit) ... ok (0.014s) 2022-05-18T06:41:33.6205470Z test_normal (__main__.TestNNInit) ... ok (1.134s) 2022-05-18T06:41:33.6237300Z test_ones_and_zeros (__main__.TestNNInit) ... ok (0.003s) 2022-05-18T06:41:33.6300020Z test_orthogonal (__main__.TestNNInit) ... ok (0.006s) 2022-05-18T06:41:33.6396150Z test_sparse_default_std (__main__.TestNNInit) ... ok (0.010s) 2022-05-18T06:41:33.6411960Z test_sparse_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.002s) 2022-05-18T06:41:33.6425290Z test_trunc_normal (__main__.TestNNInit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T06:41:34.6614070Z test_uniform (__main__.TestNNInit) ... ok (1.019s) 2022-05-18T06:41:35.0416890Z test_xavier_normal (__main__.TestNNInit) ... ok (0.380s) 2022-05-18T06:41:35.0432210Z test_xavier_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.002s) 2022-05-18T06:41:35.1415460Z test_xavier_uniform (__main__.TestNNInit) ... ok (0.098s) 2022-05-18T06:41:35.1432700Z test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.002s) 2022-05-18T06:41:35.1473830Z test_load_state_dict_module_pre_hook (__main__.TestStateDictHooks) ... ok (0.004s) 2022-05-18T06:41:35.1520030Z test_load_state_dict_post_hook (__main__.TestStateDictHooks) ... ok (0.005s) 2022-05-18T06:41:35.1589480Z test_load_state_dict_post_hook_backward_compatibility (__main__.TestStateDictHooks) ... ok (0.007s) 2022-05-18T06:41:35.1628350Z test_load_state_dict_pre_hook (__main__.TestStateDictHooks) ... ok (0.004s) 2022-05-18T06:41:36.0611180Z 2022-05-18T06:41:36.0612090Z ---------------------------------------------------------------------- 2022-05-18T06:41:36.0612460Z Ran 3235 tests in 195.561s 2022-05-18T06:41:36.0612600Z 2022-05-18T06:41:36.0612720Z OK (skipped=1375, expected failures=27) 2022-05-18T06:41:36.0612880Z 2022-05-18T06:41:36.0612970Z Generating XML reports... 2022-05-18T06:41:36.0613520Z Generated XML report: test-reports/python-unittest/test_nn/TEST-PackedSequenceTest-20220518063819.xml 2022-05-18T06:41:36.0614140Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestAddRelu-20220518063819.xml 2022-05-18T06:41:36.0614710Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestAvgPool-20220518063819.xml 2022-05-18T06:41:36.0615290Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20220518063819.xml 2022-05-18T06:41:36.0615900Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20220518063819.xml 2022-05-18T06:41:36.0616490Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFusionEval-20220518063819.xml 2022-05-18T06:41:36.0617070Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestLazyModules-20220518063819.xml 2022-05-18T06:41:36.0617670Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20220518063819.xml 2022-05-18T06:41:36.0618240Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNN-20220518063819.xml 2022-05-18T06:41:36.0618810Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCPU-20220518063819.xml 2022-05-18T06:41:36.0619390Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNInit-20220518063819.xml 2022-05-18T06:41:36.0619960Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20220518063819.xml 2022-05-18T06:41:36.5032240Z Running test_numpy_interop ... [2022-05-18 06:41:36.502791] 2022-05-18T06:41:36.5033150Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_numpy_interop.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:41:36.502966] 2022-05-18T06:41:38.4254640Z 2022-05-18T06:41:38.4256130Z Test results will be stored in test-reports/python-unittest/test_numpy_interop 2022-05-18T06:41:38.4256600Z Running tests... 2022-05-18T06:41:38.4257030Z ---------------------------------------------------------------------- 2022-05-18T06:41:38.4348690Z test_ctor_with_invalid_numpy_array_sequence_cpu (__main__.TestNumPyInteropCPU) ... test_numpy_interop.py:240: 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 ../torch/csrc/utils/tensor_new.cpp:204.) 2022-05-18T06:41:38.4349440Z torch.tensor([np.random.random(size=(3, 3)), np.random.random(size=(3, 0))], device=device) 2022-05-18T06:41:38.4349730Z ok (0.009s) 2022-05-18T06:41:38.4378200Z test_ctor_with_numpy_scalar_ctor_cpu (__main__.TestNumPyInteropCPU) ... test_numpy_interop.py:272: DeprecationWarning: In future, it will be an error for 'np.bool_' scalars to be interpreted as an index 2022-05-18T06:41:38.4378890Z self.assertEqual(dtype(42), torch.tensor(dtype(42)).item()) 2022-05-18T06:41:38.4379140Z ok (0.003s) 2022-05-18T06:41:38.4394340Z test_from_list_of_ndarray_warning_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-05-18T06:41:38.4539570Z test_from_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.014s) 2022-05-18T06:41:38.4571060Z test_has_storage_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-05-18T06:41:38.4601130Z test_multiplication_numpy_scalar_cpu (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-05-18T06:41:38.4793610Z test_numpy_array_interface_cpu (__main__.TestNumPyInteropCPU) ... ok (0.019s) 2022-05-18T06:41:38.4814980Z test_numpy_index_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-05-18T06:41:38.4843850Z test_numpy_non_writeable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-05-18T06:41:38.4879480Z test_numpy_scalar_cmp_cpu_bfloat16 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-05-18T06:41:38.4923690Z test_numpy_scalar_cmp_cpu_bool (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-05-18T06:41:38.4967570Z test_numpy_scalar_cmp_cpu_complex128 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-05-18T06:41:38.5013040Z test_numpy_scalar_cmp_cpu_complex64 (__main__.TestNumPyInteropCPU) ... test_numpy_interop.py:446: ComplexWarning: Casting complex values to real discards the imaginary part 2022-05-18T06:41:38.5013630Z self.assertFalse(t == a) 2022-05-18T06:41:38.5013840Z ok (0.004s) 2022-05-18T06:41:38.5062100Z test_numpy_scalar_cmp_cpu_float16 (__main__.TestNumPyInteropCPU) ... ok (0.005s) 2022-05-18T06:41:38.5109370Z test_numpy_scalar_cmp_cpu_float32 (__main__.TestNumPyInteropCPU) ... ok (0.005s) 2022-05-18T06:41:38.5157240Z test_numpy_scalar_cmp_cpu_float64 (__main__.TestNumPyInteropCPU) ... ok (0.005s) 2022-05-18T06:41:38.5206690Z test_numpy_scalar_cmp_cpu_int16 (__main__.TestNumPyInteropCPU) ... ok (0.005s) 2022-05-18T06:41:38.5253430Z test_numpy_scalar_cmp_cpu_int32 (__main__.TestNumPyInteropCPU) ... ok (0.005s) 2022-05-18T06:41:38.5299790Z test_numpy_scalar_cmp_cpu_int64 (__main__.TestNumPyInteropCPU) ... ok (0.005s) 2022-05-18T06:41:38.5347690Z test_numpy_scalar_cmp_cpu_int8 (__main__.TestNumPyInteropCPU) ... ok (0.005s) 2022-05-18T06:41:38.5393430Z test_numpy_scalar_cmp_cpu_uint8 (__main__.TestNumPyInteropCPU) ... ok (0.005s) 2022-05-18T06:41:38.5516910Z test_numpy_unresizable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.012s) 2022-05-18T06:41:38.5609710Z test_parse_numpy_int_cpu (__main__.TestNumPyInteropCPU) ... ok (0.009s) 2022-05-18T06:41:38.5640020Z test_to_numpy_bool_cpu (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-05-18T06:41:38.6341170Z test_to_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.070s) 2022-05-18T06:41:38.6449490Z 2022-05-18T06:41:38.6450470Z ---------------------------------------------------------------------- 2022-05-18T06:41:38.6450980Z Ran 25 tests in 0.209s 2022-05-18T06:41:38.6451140Z 2022-05-18T06:41:38.6451210Z OK 2022-05-18T06:41:38.6451320Z 2022-05-18T06:41:38.6451670Z Generating XML reports... 2022-05-18T06:41:38.6452270Z Generated XML report: test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCPU-20220518064138.xml 2022-05-18T06:41:38.8951820Z Running test_ops ... [2022-05-18 06:41:38.894838] 2022-05-18T06:41:38.8952500Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:41:38.894967] 2022-05-18T06:41:41.8683400Z 2022-05-18T06:41:41.8683750Z Running tests... 2022-05-18T06:41:41.8684370Z ---------------------------------------------------------------------- 2022-05-18T06:41:41.8684870Z Test results will be stored in test-reports/python-unittest/test_ops 2022-05-18T06:41:41.8747030Z test_complex_half_reference_testing_H_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:41:41.8776620Z test_complex_half_reference_testing_T_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:41:41.8879990Z test_complex_half_reference_testing___getitem___cpu_complex32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:41:41.8907250Z test_complex_half_reference_testing_abs_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:41:41.9001590Z test_complex_half_reference_testing_add_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:41:41.9043840Z test_complex_half_reference_testing_as_strided_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:41:41.9108240Z test_complex_half_reference_testing_atleast_1d_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:41:41.9174210Z test_complex_half_reference_testing_atleast_2d_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:41:41.9236550Z test_complex_half_reference_testing_atleast_3d_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:41:41.9366390Z test_complex_half_reference_testing_bfloat16_cpu_complex32 (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:15795: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at ../aten/src/ATen/native/Copy.cpp:250.) 2022-05-18T06:41:41.9367210Z op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs), 2022-05-18T06:41:41.9367470Z ok (0.013s) 2022-05-18T06:41:41.9397050Z test_complex_half_reference_testing_block_diag_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:41:41.9435700Z test_complex_half_reference_testing_bool_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:41:41.9500530Z test_complex_half_reference_testing_cat_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:41:41.9543420Z test_complex_half_reference_testing_chalf_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:41:41.9581320Z test_complex_half_reference_testing_char_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:41:41.9633650Z test_complex_half_reference_testing_chunk_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:41:41.9663220Z test_complex_half_reference_testing_clone_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:41:41.9703080Z test_complex_half_reference_testing_column_stack_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:41:41.9736190Z test_complex_half_reference_testing_conj_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:41:41.9761690Z test_complex_half_reference_testing_conj_physical_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:41:41.9786210Z test_complex_half_reference_testing_contiguous_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:41:41.9913470Z test_complex_half_reference_testing_diag_embed_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:41:42.0005260Z test_complex_half_reference_testing_diagonal_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:41:42.0048560Z test_complex_half_reference_testing_double_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:41:42.0086490Z test_complex_half_reference_testing_dsplit_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:41:42.0115890Z test_complex_half_reference_testing_dstack_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:41:42.0129770Z test_complex_half_reference_testing_empty_like_cpu_complex32 (__main__.TestCommonCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:41:42.0166260Z test_complex_half_reference_testing_fill__cpu_complex32 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:41:42.0214880Z test_complex_half_reference_testing_flatten_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:41:42.0260370Z test_complex_half_reference_testing_float_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:41:42.0310120Z test_complex_half_reference_testing_hsplit_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:41:42.0338370Z test_complex_half_reference_testing_hstack_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:41:42.0373310Z test_complex_half_reference_testing_imag_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:41:42.0414170Z test_complex_half_reference_testing_isfinite_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:41:42.0441520Z test_complex_half_reference_testing_isinf_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:41:42.0520560Z test_complex_half_reference_testing_isreal_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:41:42.0579510Z test_complex_half_reference_testing_mH_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:41:42.0634340Z test_complex_half_reference_testing_mT_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:41:42.0672120Z test_complex_half_reference_testing_movedim_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:41:42.0753780Z test_complex_half_reference_testing_mul_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:41:42.0799690Z test_complex_half_reference_testing_narrow_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:41:42.0856770Z test_complex_half_reference_testing_neg_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:41:42.0910220Z test_complex_half_reference_testing_real_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:41:42.0946060Z test_complex_half_reference_testing_resolve_neg_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:41:42.0977500Z test_complex_half_reference_testing_sgn_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:41:42.1039530Z test_complex_half_reference_testing_stack_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:41:42.1206800Z test_complex_half_reference_testing_sub_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:41:42.1308420Z test_complex_half_reference_testing_view_as_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:41:42.1361710Z test_complex_half_reference_testing_view_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:41:42.1393130Z test_complex_half_reference_testing_vsplit_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:41:42.1421840Z test_complex_half_reference_testing_vstack_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:41:42.2703680Z test_dtypes_H_cpu (__main__.TestCommonCPU) ... ok (0.128s) 2022-05-18T06:41:42.4513630Z test_dtypes_T_cpu (__main__.TestCommonCPU) ... ok (0.181s) 2022-05-18T06:41:43.4993950Z test_dtypes___getitem___cpu (__main__.TestCommonCPU) ... ok (1.048s) 2022-05-18T06:41:43.4994360Z Some dtypes for __getitem__ on device type cpu are only partially supported! 2022-05-18T06:41:43.4994760Z The following dtypes only worked on some samples during backward: {torch.complex32}. 2022-05-18T06:41:43.4994980Z 2022-05-18T06:41:44.0436480Z test_dtypes___radd___cpu (__main__.TestCommonCPU) ... ok (0.544s) 2022-05-18T06:41:44.8815870Z test_dtypes___rand___cpu (__main__.TestCommonCPU) ... ok (0.838s) 2022-05-18T06:41:44.9197620Z test_dtypes___rdiv___cpu (__main__.TestCommonCPU) ... ok (0.038s) 2022-05-18T06:41:45.9230190Z test_dtypes___rmatmul___cpu (__main__.TestCommonCPU) ... ok (1.003s) 2022-05-18T06:41:45.9230660Z Some dtypes for __rmatmul__ on device type cpu are only partially supported! 2022-05-18T06:41:45.9231060Z The following dtypes only worked on some samples during forward: {torch.float16, torch.bool}. 2022-05-18T06:41:45.9231510Z The following dtypes only worked on some samples during backward: {torch.float16}. 2022-05-18T06:41:45.9231710Z 2022-05-18T06:41:46.4649110Z test_dtypes___rmod___cpu (__main__.TestCommonCPU) ... ok (0.542s) 2022-05-18T06:41:46.4649600Z Some dtypes for __rmod__ on device type cpu are only partially supported! 2022-05-18T06:41:46.4650170Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64}. 2022-05-18T06:41:46.4651090Z 2022-05-18T06:41:47.0142860Z test_dtypes___rmul___cpu (__main__.TestCommonCPU) ... ok (0.549s) 2022-05-18T06:41:47.8592280Z test_dtypes___ror___cpu (__main__.TestCommonCPU) ... ok (0.845s) 2022-05-18T06:41:48.4624370Z test_dtypes___rpow___cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:668: 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-05-18T06:41:48.4625330Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-05-18T06:41:48.4625590Z ok (0.603s) 2022-05-18T06:41:48.9818990Z test_dtypes___rsub___cpu (__main__.TestCommonCPU) ... ok (0.519s) 2022-05-18T06:41:49.8113800Z test_dtypes___rxor___cpu (__main__.TestCommonCPU) ... ok (0.829s) 2022-05-18T06:41:54.0129730Z test_dtypes__masked_amax_cpu (__main__.TestCommonCPU) ... ok (4.202s) 2022-05-18T06:41:54.0130120Z Some dtypes for _masked.amax on device type cpu are only partially supported! 2022-05-18T06:41:54.0130520Z The following dtypes only worked on some samples during forward: {torch.bool}. 2022-05-18T06:41:54.0130730Z 2022-05-18T06:41:58.1927680Z test_dtypes__masked_amin_cpu (__main__.TestCommonCPU) ... ok (4.180s) 2022-05-18T06:41:58.1928130Z Some dtypes for _masked.amin on device type cpu are only partially supported! 2022-05-18T06:41:58.1928510Z The following dtypes only worked on some samples during forward: {torch.bool}. 2022-05-18T06:41:58.1928750Z 2022-05-18T06:42:00.6952240Z test_dtypes__masked_argmax_cpu (__main__.TestCommonCPU) ... ok (2.502s) 2022-05-18T06:42:00.6952660Z Some dtypes for _masked.argmax on device type cpu are only partially supported! 2022-05-18T06:42:00.6953300Z The following dtypes only worked on some samples during forward: {torch.complex128, torch.complex64, torch.bool}. 2022-05-18T06:42:00.6953550Z 2022-05-18T06:42:03.2170260Z test_dtypes__masked_argmin_cpu (__main__.TestCommonCPU) ... ok (2.522s) 2022-05-18T06:42:03.2170690Z Some dtypes for _masked.argmin on device type cpu are only partially supported! 2022-05-18T06:42:03.2171150Z The following dtypes only worked on some samples during forward: {torch.complex128, torch.complex64, torch.bool}. 2022-05-18T06:42:03.2171400Z 2022-05-18T06:42:04.2304090Z test_dtypes__masked_log_softmax_cpu (__main__.TestCommonCPU) ... ok (1.013s) 2022-05-18T06:42:04.4497320Z test_dtypes__masked_mean_cpu (__main__.TestCommonCPU) ... ok (0.219s) 2022-05-18T06:42:18.4353580Z test_dtypes__masked_norm_cpu (__main__.TestCommonCPU) ... ok (13.986s) 2022-05-18T06:42:18.4353990Z Some dtypes for _masked.norm on device type cpu are only partially supported! 2022-05-18T06:42:18.4354430Z The following dtypes only worked on some samples during forward: {torch.complex128, torch.complex64}. 2022-05-18T06:42:18.4354860Z The following dtypes only worked on some samples during backward: {torch.complex128, torch.complex64}. 2022-05-18T06:42:18.4355090Z 2022-05-18T06:42:20.1172460Z test_dtypes__masked_normalize_cpu (__main__.TestCommonCPU) ... ok (1.682s) 2022-05-18T06:42:25.5982440Z test_dtypes__masked_prod_cpu (__main__.TestCommonCPU) ... ok (5.481s) 2022-05-18T06:42:25.5982860Z Some dtypes for _masked.prod on device type cpu are only partially supported! 2022-05-18T06:42:25.5983270Z The following dtypes only worked on some samples during forward: {torch.float16, torch.bfloat16}. 2022-05-18T06:42:25.5983680Z The following dtypes only worked on some samples during backward: {torch.float16, torch.bfloat16}. 2022-05-18T06:42:25.5983910Z 2022-05-18T06:42:26.6186580Z test_dtypes__masked_softmax_cpu (__main__.TestCommonCPU) ... ok (1.020s) 2022-05-18T06:42:27.6104080Z test_dtypes__masked_softmin_cpu (__main__.TestCommonCPU) ... ok (0.992s) 2022-05-18T06:42:29.6717020Z test_dtypes__masked_std_cpu (__main__.TestCommonCPU) ... ok (2.061s) 2022-05-18T06:42:34.1090930Z test_dtypes__masked_sum_cpu (__main__.TestCommonCPU) ... ok (4.437s) 2022-05-18T06:42:35.7834420Z test_dtypes__masked_var_cpu (__main__.TestCommonCPU) ... ok (1.674s) 2022-05-18T06:42:35.8501460Z test_dtypes__refs_abs_cpu (__main__.TestCommonCPU) ... ok (0.067s) 2022-05-18T06:42:35.8666620Z test_dtypes__refs_acos_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:42:35.8832900Z test_dtypes__refs_acosh_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:42:36.6084190Z test_dtypes__refs_add_cpu (__main__.TestCommonCPU) ... ok (0.725s) 2022-05-18T06:42:38.0759360Z test_dtypes__refs_amax_cpu (__main__.TestCommonCPU) ... ok (1.467s) 2022-05-18T06:42:39.5506570Z test_dtypes__refs_amin_cpu (__main__.TestCommonCPU) ... ok (1.475s) 2022-05-18T06:42:39.8547090Z test_dtypes__refs_as_strided_cpu (__main__.TestCommonCPU) ... ok (0.304s) 2022-05-18T06:42:39.8657590Z test_dtypes__refs_asin_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:42:40.0487600Z test_dtypes__refs_atan2_cpu (__main__.TestCommonCPU) ... ok (0.183s) 2022-05-18T06:42:40.0596640Z test_dtypes__refs_atan_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:42:40.9764670Z test_dtypes__refs_bitwise_and_cpu (__main__.TestCommonCPU) ... ok (0.917s) 2022-05-18T06:42:41.8652590Z test_dtypes__refs_bitwise_left_shift_cpu (__main__.TestCommonCPU) ... ok (0.889s) 2022-05-18T06:42:42.7822310Z test_dtypes__refs_bitwise_or_cpu (__main__.TestCommonCPU) ... ok (0.917s) 2022-05-18T06:42:43.7227350Z test_dtypes__refs_bitwise_xor_cpu (__main__.TestCommonCPU) ... ok (0.940s) 2022-05-18T06:42:44.1702750Z test_dtypes__refs_cat_cpu (__main__.TestCommonCPU) ... ok (0.447s) 2022-05-18T06:42:44.2409610Z test_dtypes__refs_ceil_cpu (__main__.TestCommonCPU) ... ok (0.071s) 2022-05-18T06:42:44.4464900Z test_dtypes__refs_chunk_cpu (__main__.TestCommonCPU) ... ok (0.205s) 2022-05-18T06:42:44.5726940Z test_dtypes__refs_clone_cpu (__main__.TestCommonCPU) ... ok (0.126s) 2022-05-18T06:42:44.5896850Z test_dtypes__refs_cos_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:42:44.6061930Z test_dtypes__refs_cosh_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:42:44.6615620Z test_dtypes__refs_digamma_cpu (__main__.TestCommonCPU) ... ok (0.055s) 2022-05-18T06:42:45.8462990Z test_dtypes__refs_eq_cpu (__main__.TestCommonCPU) ... ok (1.185s) 2022-05-18T06:42:45.8702800Z test_dtypes__refs_erf_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:42:45.9385670Z test_dtypes__refs_erfc_cpu (__main__.TestCommonCPU) ... ok (0.068s) 2022-05-18T06:42:45.9665250Z test_dtypes__refs_erfinv_cpu (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:42:45.9827080Z test_dtypes__refs_exp_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:42:46.0104500Z test_dtypes__refs_expm1_cpu (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:42:46.3742200Z test_dtypes__refs_flatten_cpu (__main__.TestCommonCPU) ... ok (0.364s) 2022-05-18T06:42:46.9992530Z test_dtypes__refs_flip_cpu (__main__.TestCommonCPU) ... ok (0.625s) 2022-05-18T06:42:47.0669330Z test_dtypes__refs_float_power_cpu (__main__.TestCommonCPU) ... ok (0.067s) 2022-05-18T06:42:47.1354260Z test_dtypes__refs_floor_cpu (__main__.TestCommonCPU) ... ok (0.068s) 2022-05-18T06:42:48.1622580Z test_dtypes__refs_ge_cpu (__main__.TestCommonCPU) ... ok (1.027s) 2022-05-18T06:42:49.1886850Z test_dtypes__refs_gt_cpu (__main__.TestCommonCPU) ... ok (1.026s) 2022-05-18T06:42:49.6910180Z test_dtypes__refs_igamma_cpu (__main__.TestCommonCPU) ... ok (0.502s) 2022-05-18T06:42:50.1981740Z test_dtypes__refs_igammac_cpu (__main__.TestCommonCPU) ... ok (0.507s) 2022-05-18T06:42:52.6747180Z test_dtypes__refs_isclose_cpu (__main__.TestCommonCPU) ... ok (2.476s) 2022-05-18T06:42:53.0847820Z test_dtypes__refs_isfinite_cpu (__main__.TestCommonCPU) ... ok (0.410s) 2022-05-18T06:42:53.2100680Z test_dtypes__refs_isnan_cpu (__main__.TestCommonCPU) ... ok (0.125s) 2022-05-18T06:42:54.2341960Z test_dtypes__refs_le_cpu (__main__.TestCommonCPU) ... ok (1.024s) 2022-05-18T06:42:54.2890420Z test_dtypes__refs_lgamma_cpu (__main__.TestCommonCPU) ... ok (0.055s) 2022-05-18T06:42:54.3127000Z test_dtypes__refs_log1p_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:42:54.3289080Z test_dtypes__refs_log_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:42:55.4740000Z test_dtypes__refs_logical_and_cpu (__main__.TestCommonCPU) ... ok (1.145s) 2022-05-18T06:42:56.6102930Z test_dtypes__refs_logical_or_cpu (__main__.TestCommonCPU) ... ok (1.136s) 2022-05-18T06:42:57.6451070Z test_dtypes__refs_lt_cpu (__main__.TestCommonCPU) ... ok (1.035s) 2022-05-18T06:42:58.3491930Z test_dtypes__refs_maximum_cpu (__main__.TestCommonCPU) ... ok (0.704s) 2022-05-18T06:42:59.0431900Z test_dtypes__refs_minimum_cpu (__main__.TestCommonCPU) ... ok (0.694s) 2022-05-18T06:42:59.6302930Z test_dtypes__refs_mul_cpu (__main__.TestCommonCPU) ... ok (0.587s) 2022-05-18T06:42:59.9517440Z test_dtypes__refs_narrow_cpu (__main__.TestCommonCPU) ... ok (0.321s) 2022-05-18T06:43:01.0255200Z test_dtypes__refs_ne_cpu (__main__.TestCommonCPU) ... ok (1.074s) 2022-05-18T06:43:01.0896330Z test_dtypes__refs_neg_cpu (__main__.TestCommonCPU) ... ok (0.064s) 2022-05-18T06:43:01.8802270Z test_dtypes__refs_nextafter_cpu (__main__.TestCommonCPU) ... ok (0.791s) 2022-05-18T06:43:02.1402370Z test_dtypes__refs_nn_functional_elu_cpu (__main__.TestCommonCPU) ... ok (0.260s) 2022-05-18T06:43:02.3825520Z test_dtypes__refs_permute_cpu (__main__.TestCommonCPU) ... ok (0.242s) 2022-05-18T06:43:03.0569680Z test_dtypes__refs_pow_cpu (__main__.TestCommonCPU) ... ok (0.674s) 2022-05-18T06:43:03.0750780Z test_dtypes__refs_reciprocal_cpu (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:43:03.7531590Z test_dtypes__refs_reshape_cpu (__main__.TestCommonCPU) ... ok (0.678s) 2022-05-18T06:43:03.8211770Z test_dtypes__refs_round_cpu (__main__.TestCommonCPU) ... ok (0.068s) 2022-05-18T06:43:03.9011960Z test_dtypes__refs_sign_cpu (__main__.TestCommonCPU) ... ok (0.080s) 2022-05-18T06:43:03.9119670Z test_dtypes__refs_sin_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:43:03.9223310Z test_dtypes__refs_sinh_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:43:03.9758910Z test_dtypes__refs_special_i0e_cpu (__main__.TestCommonCPU) ... ok (0.053s) 2022-05-18T06:43:04.0306280Z test_dtypes__refs_special_i1e_cpu (__main__.TestCommonCPU) ... ok (0.055s) 2022-05-18T06:43:04.0411380Z test_dtypes__refs_sqrt_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:43:04.2300790Z test_dtypes__refs_square_cpu (__main__.TestCommonCPU) ... ok (0.189s) 2022-05-18T06:43:04.6528760Z test_dtypes__refs_squeeze_cpu (__main__.TestCommonCPU) ... ok (0.423s) 2022-05-18T06:43:05.2382510Z test_dtypes__refs_stack_cpu (__main__.TestCommonCPU) ... ok (0.585s) 2022-05-18T06:43:05.9223190Z test_dtypes__refs_sub_cpu (__main__.TestCommonCPU) ... ok (0.684s) 2022-05-18T06:43:07.1250420Z test_dtypes__refs_sum_cpu (__main__.TestCommonCPU) ... ok (1.203s) 2022-05-18T06:43:07.1364530Z test_dtypes__refs_tan_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:43:07.7694750Z test_dtypes__refs_tensor_split_cpu (__main__.TestCommonCPU) ... ok (0.633s) 2022-05-18T06:43:08.2405210Z test_dtypes__refs_transpose_cpu (__main__.TestCommonCPU) ... ok (0.471s) 2022-05-18T06:43:08.3101560Z test_dtypes__refs_true_divide_cpu (__main__.TestCommonCPU) ... ok (0.069s) 2022-05-18T06:43:08.8318510Z test_dtypes__refs_unsqueeze_cpu (__main__.TestCommonCPU) ... ok (0.522s) 2022-05-18T06:43:09.2574650Z test_dtypes__refs_view_cpu (__main__.TestCommonCPU) ... ok (0.426s) 2022-05-18T06:43:09.3235450Z test_dtypes_abs_cpu (__main__.TestCommonCPU) ... ok (0.066s) 2022-05-18T06:43:09.3519790Z test_dtypes_acos_cpu (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:43:09.3805390Z test_dtypes_acosh_cpu (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:43:10.0986340Z test_dtypes_add_cpu (__main__.TestCommonCPU) ... ok (0.718s) 2022-05-18T06:43:10.0986720Z Some dtypes for add on device type cpu are only partially supported! 2022-05-18T06:43:10.0987100Z The following dtypes only worked on some samples during backward: {torch.complex32}. 2022-05-18T06:43:10.0987320Z 2022-05-18T06:43:10.5185280Z test_dtypes_addbmm_cpu (__main__.TestCommonCPU) ... ok (0.420s) 2022-05-18T06:43:11.0810330Z test_dtypes_addcdiv_cpu (__main__.TestCommonCPU) ... ok (0.562s) 2022-05-18T06:43:11.8295130Z test_dtypes_addcmul_cpu (__main__.TestCommonCPU) ... ok (0.748s) 2022-05-18T06:43:12.0266680Z test_dtypes_addmm_cpu (__main__.TestCommonCPU) ... ok (0.197s) 2022-05-18T06:43:12.2295480Z test_dtypes_addmm_decomposed_cpu (__main__.TestCommonCPU) ... ok (0.203s) 2022-05-18T06:43:12.6127710Z test_dtypes_addmv_cpu (__main__.TestCommonCPU) ... ok (0.383s) 2022-05-18T06:43:12.9028240Z test_dtypes_addr_cpu (__main__.TestCommonCPU) ... ok (0.290s) 2022-05-18T06:43:14.3537070Z test_dtypes_all_cpu (__main__.TestCommonCPU) ... ok (1.451s) 2022-05-18T06:43:14.7900400Z test_dtypes_allclose_cpu (__main__.TestCommonCPU) ... ok (0.436s) 2022-05-18T06:43:14.7900850Z Some dtypes for allclose on device type cpu are only partially supported! 2022-05-18T06:43:14.7901320Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64}. 2022-05-18T06:43:14.7901590Z 2022-05-18T06:43:16.1419830Z test_dtypes_amax_cpu (__main__.TestCommonCPU) ... ok (1.352s) 2022-05-18T06:43:17.4911020Z test_dtypes_amin_cpu (__main__.TestCommonCPU) ... ok (1.349s) 2022-05-18T06:43:17.9907350Z test_dtypes_aminmax_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:43:17.9908430Z Some dtypes for aminmax on device type cpu are only partially supported! 2022-05-18T06:43:17.9908750Z return self.op(*args, **kwargs) 2022-05-18T06:43:17.9908960Z ok (0.500s) 2022-05-18T06:43:17.9909250Z The following dtypes only worked on some samples during forward: {torch.bfloat16}. 2022-05-18T06:43:17.9909450Z 2022-05-18T06:43:17.9998160Z test_dtypes_angle_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:43:19.4285750Z test_dtypes_any_cpu (__main__.TestCommonCPU) ... ok (1.429s) 2022-05-18T06:43:20.7686700Z Some dtypes for argmax on device type cpu are only partially supported! 2022-05-18T06:43:20.7687120Z test_dtypes_argmax_cpu (__main__.TestCommonCPU) ... ok (1.340s) 2022-05-18T06:43:20.7687510Z The following dtypes only worked on some samples during forward: {torch.complex128, torch.complex64, torch.bool}. 2022-05-18T06:43:20.7687760Z 2022-05-18T06:43:22.1111820Z test_dtypes_argmin_cpu (__main__.TestCommonCPU) ... ok (1.342s) 2022-05-18T06:43:22.1112230Z Some dtypes for argmin on device type cpu are only partially supported! 2022-05-18T06:43:22.1112670Z The following dtypes only worked on some samples during forward: {torch.complex128, torch.complex64, torch.bool}. 2022-05-18T06:43:22.1112930Z 2022-05-18T06:43:25.2814630Z test_dtypes_argsort_cpu (__main__.TestCommonCPU) ... ok (3.170s) 2022-05-18T06:43:25.9527160Z test_dtypes_argwhere_cpu (__main__.TestCommonCPU) ... ok (0.671s) 2022-05-18T06:43:26.2841160Z test_dtypes_as_strided_cpu (__main__.TestCommonCPU) ... ok (0.331s) 2022-05-18T06:43:26.2841580Z Some dtypes for as_strided on device type cpu are only partially supported! 2022-05-18T06:43:26.2841990Z The following dtypes only worked on some samples during backward: {torch.complex32}. 2022-05-18T06:43:26.2842200Z 2022-05-18T06:43:26.2990870Z test_dtypes_asin_cpu (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:43:26.3137810Z test_dtypes_asinh_cpu (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:43:26.4874250Z test_dtypes_atan2_cpu (__main__.TestCommonCPU) ... ok (0.173s) 2022-05-18T06:43:26.5024510Z test_dtypes_atan_cpu (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:43:26.5172490Z test_dtypes_atanh_cpu (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:43:26.8730930Z test_dtypes_atleast_1d_cpu (__main__.TestCommonCPU) ... ok (0.356s) 2022-05-18T06:43:27.2303650Z test_dtypes_atleast_2d_cpu (__main__.TestCommonCPU) ... ok (0.357s) 2022-05-18T06:43:27.5814990Z test_dtypes_atleast_3d_cpu (__main__.TestCommonCPU) ... ok (0.351s) 2022-05-18T06:43:27.9689000Z test_dtypes_baddbmm_cpu (__main__.TestCommonCPU) ... ok (0.387s) 2022-05-18T06:43:28.4951340Z test_dtypes_bernoulli_cpu (__main__.TestCommonCPU) ... ok (0.526s) 2022-05-18T06:43:28.5111260Z test_dtypes_bfloat16_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:43:29.3074960Z test_dtypes_bincount_cpu (__main__.TestCommonCPU) ... ok (0.796s) 2022-05-18T06:43:30.1088090Z test_dtypes_bitwise_and_cpu (__main__.TestCommonCPU) ... ok (0.801s) 2022-05-18T06:43:30.8738070Z test_dtypes_bitwise_left_shift_cpu (__main__.TestCommonCPU) ... ok (0.765s) 2022-05-18T06:43:31.1437180Z test_dtypes_bitwise_not_cpu (__main__.TestCommonCPU) ... ok (0.270s) 2022-05-18T06:43:31.9458760Z test_dtypes_bitwise_or_cpu (__main__.TestCommonCPU) ... ok (0.802s) 2022-05-18T06:43:32.7256460Z test_dtypes_bitwise_right_shift_cpu (__main__.TestCommonCPU) ... ok (0.780s) 2022-05-18T06:43:33.5491190Z test_dtypes_bitwise_xor_cpu (__main__.TestCommonCPU) ... ok (0.823s) 2022-05-18T06:43:33.6158730Z test_dtypes_block_diag_cpu (__main__.TestCommonCPU) ... ok (0.067s) 2022-05-18T06:43:33.6836840Z test_dtypes_bmm_cpu (__main__.TestCommonCPU) ... ok (0.068s) 2022-05-18T06:43:34.2876490Z test_dtypes_bool_cpu (__main__.TestCommonCPU) ... ok (0.604s) 2022-05-18T06:43:34.3535650Z test_dtypes_broadcast_tensors_cpu (__main__.TestCommonCPU) ... ok (0.066s) 2022-05-18T06:43:34.7530020Z test_dtypes_broadcast_to_cpu (__main__.TestCommonCPU) ... ok (0.399s) 2022-05-18T06:43:36.9753160Z test_dtypes_bucketize_cpu (__main__.TestCommonCPU) ... ok (2.222s) 2022-05-18T06:43:36.9753580Z Some dtypes for bucketize on device type cpu are only partially supported! 2022-05-18T06:43:36.9755300Z The following dtypes only worked on some samples during forward: {torch.bool}. 2022-05-18T06:43:36.9755520Z 2022-05-18T06:43:37.5329090Z test_dtypes_byte_cpu (__main__.TestCommonCPU) ... ok (0.557s) 2022-05-18T06:43:37.7156300Z test_dtypes_cartesian_prod_cpu (__main__.TestCommonCPU) ... ok (0.183s) 2022-05-18T06:43:38.1356970Z test_dtypes_cat_cpu (__main__.TestCommonCPU) ... ok (0.420s) 2022-05-18T06:43:57.1947280Z test_dtypes_cdist_cpu (__main__.TestCommonCPU) ... ok (19.059s) 2022-05-18T06:43:57.1947670Z Some dtypes for cdist on device type cpu are only partially supported! 2022-05-18T06:43:57.1948070Z The following dtypes only worked on some samples during forward: {torch.float16, torch.bfloat16}. 2022-05-18T06:43:57.1948490Z The following dtypes only worked on some samples during backward: {torch.float16, torch.bfloat16}. 2022-05-18T06:43:57.1948710Z 2022-05-18T06:43:57.2511660Z test_dtypes_ceil_cpu (__main__.TestCommonCPU) ... ok (0.056s) 2022-05-18T06:43:57.2673440Z test_dtypes_chalf_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:43:57.8733270Z test_dtypes_char_cpu (__main__.TestCommonCPU) ... ok (0.606s) 2022-05-18T06:43:57.9799740Z test_dtypes_cholesky_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-05-18T06:43:57.9800410Z L = torch.cholesky(A) 2022-05-18T06:43:57.9800620Z should be replaced with 2022-05-18T06:43:57.9800840Z L = torch.linalg.cholesky(A) 2022-05-18T06:43:57.9801050Z and 2022-05-18T06:43:57.9802490Z U = torch.cholesky(A, upper=True) 2022-05-18T06:43:57.9802790Z should be replaced with 2022-05-18T06:43:57.9803030Z U = torch.linalg.cholesky(A).mH(). 2022-05-18T06:43:57.9805990Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:1755.) 2022-05-18T06:43:57.9806470Z return self.op(*args, **kwargs) 2022-05-18T06:43:57.9806670Z ok (0.107s) 2022-05-18T06:43:58.0854300Z test_dtypes_cholesky_inverse_cpu (__main__.TestCommonCPU) ... ok (0.105s) 2022-05-18T06:43:58.1966000Z test_dtypes_cholesky_solve_cpu (__main__.TestCommonCPU) ... ok (0.111s) 2022-05-18T06:43:58.3792450Z test_dtypes_chunk_cpu (__main__.TestCommonCPU) ... ok (0.183s) 2022-05-18T06:43:58.5958660Z test_dtypes_clamp_cpu (__main__.TestCommonCPU) ... ok (0.217s) 2022-05-18T06:43:58.5959090Z Some dtypes for clamp on device type cpu are only partially supported! 2022-05-18T06:43:58.5959480Z The following dtypes only worked on some samples during forward: {torch.float16, torch.bool}. 2022-05-18T06:43:58.5959860Z The following dtypes only worked on some samples during backward: {torch.float16}. 2022-05-18T06:43:58.5960070Z 2022-05-18T06:43:58.9534570Z test_dtypes_clamp_scalar_cpu (__main__.TestCommonCPU) ... ok (0.357s) 2022-05-18T06:43:59.0805310Z test_dtypes_clone_cpu (__main__.TestCommonCPU) ... ok (0.127s) 2022-05-18T06:43:59.2687520Z test_dtypes_column_stack_cpu (__main__.TestCommonCPU) ... ok (0.188s) 2022-05-18T06:44:00.3156020Z test_dtypes_combinations_cpu (__main__.TestCommonCPU) ... ok (1.047s) 2022-05-18T06:44:00.8199900Z test_dtypes_complex_cpu (__main__.TestCommonCPU) ... ok (0.504s) 2022-05-18T06:44:00.9957940Z test_dtypes_conj_cpu (__main__.TestCommonCPU) ... ok (0.176s) 2022-05-18T06:44:01.0602450Z test_dtypes_conj_physical_cpu (__main__.TestCommonCPU) ... ok (0.064s) 2022-05-18T06:44:01.1235310Z test_dtypes_contiguous_cpu (__main__.TestCommonCPU) ... ok (0.063s) 2022-05-18T06:44:01.2500470Z test_dtypes_copysign_cpu (__main__.TestCommonCPU) ... ok (0.126s) 2022-05-18T06:44:01.3341870Z test_dtypes_corrcoef_cpu (__main__.TestCommonCPU) ... ok (0.084s) 2022-05-18T06:44:01.3618320Z test_dtypes_cos_cpu (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:44:01.3898030Z test_dtypes_cosh_cpu (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:44:03.5936490Z test_dtypes_count_nonzero_cpu (__main__.TestCommonCPU) ... ok (2.204s) 2022-05-18T06:44:04.0800830Z test_dtypes_cov_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at ../aten/src/ATen/native/Correlation.cpp:99.) 2022-05-18T06:44:04.0802310Z Some dtypes for cov on device type cpu are only partially supported! 2022-05-18T06:44:04.0802620Z return self.op(*args, **kwargs) 2022-05-18T06:44:04.0802820Z ok (0.486s) 2022-05-18T06:44:04.0803110Z The following dtypes only worked on some samples during forward: {torch.float16}. 2022-05-18T06:44:04.0803480Z The following dtypes only worked on some samples during backward: {torch.float16}. 2022-05-18T06:44:04.0803680Z 2022-05-18T06:44:04.2813360Z test_dtypes_cross_cpu (__main__.TestCommonCPU) ... ok (0.201s) 2022-05-18T06:44:04.5105940Z test_dtypes_cummax_cpu (__main__.TestCommonCPU) ... ok (0.229s) 2022-05-18T06:44:04.5106330Z Some dtypes for cummax on device type cpu are only partially supported! 2022-05-18T06:44:04.5106710Z The following dtypes only worked on some samples during forward: {torch.float16}. 2022-05-18T06:44:04.5107110Z The following dtypes only worked on some samples during backward: {torch.float16}. 2022-05-18T06:44:04.5107310Z 2022-05-18T06:44:04.7390200Z test_dtypes_cummin_cpu (__main__.TestCommonCPU) ... ok (0.228s) 2022-05-18T06:44:04.7390590Z Some dtypes for cummin on device type cpu are only partially supported! 2022-05-18T06:44:04.7390970Z The following dtypes only worked on some samples during forward: {torch.float16}. 2022-05-18T06:44:04.7391360Z The following dtypes only worked on some samples during backward: {torch.float16}. 2022-05-18T06:44:04.7391570Z 2022-05-18T06:44:05.3672230Z test_dtypes_cumprod_cpu (__main__.TestCommonCPU) ... ok (0.628s) 2022-05-18T06:44:05.3673260Z Some dtypes for cumprod on device type cpu are only partially supported! 2022-05-18T06:44:05.3673710Z The following dtypes only worked on some samples during forward: {torch.float16, torch.bool}. 2022-05-18T06:44:05.3674090Z The following dtypes only worked on some samples during backward: {torch.float16}. 2022-05-18T06:44:05.3674310Z 2022-05-18T06:44:05.6167410Z test_dtypes_cumsum_cpu (__main__.TestCommonCPU) ... ok (0.249s) 2022-05-18T06:44:05.6167820Z Some dtypes for cumsum on device type cpu are only partially supported! 2022-05-18T06:44:05.6168210Z The following dtypes only worked on some samples during forward: {torch.float16, torch.bool}. 2022-05-18T06:44:05.6168590Z The following dtypes only worked on some samples during backward: {torch.float16}. 2022-05-18T06:44:05.6168800Z 2022-05-18T06:44:05.7603580Z test_dtypes_cumulative_trapezoid_cpu (__main__.TestCommonCPU) ... ok (0.143s) 2022-05-18T06:44:05.8115420Z test_dtypes_deg2rad_cpu (__main__.TestCommonCPU) ... ok (0.051s) 2022-05-18T06:44:06.8042100Z test_dtypes_diag_cpu (__main__.TestCommonCPU) ... ok (0.993s) 2022-05-18T06:44:07.6649730Z test_dtypes_diag_embed_cpu (__main__.TestCommonCPU) ... ok (0.861s) 2022-05-18T06:44:07.9924440Z test_dtypes_diagflat_cpu (__main__.TestCommonCPU) ... ok (0.327s) 2022-05-18T06:44:08.8589320Z test_dtypes_diagonal_cpu (__main__.TestCommonCPU) ... ok (0.866s) 2022-05-18T06:44:09.8167340Z test_dtypes_diagonal_scatter_cpu (__main__.TestCommonCPU) ... ok (0.958s) 2022-05-18T06:44:14.3822690Z test_dtypes_diff_cpu (__main__.TestCommonCPU) ... ok (4.565s) 2022-05-18T06:44:14.4419070Z test_dtypes_digamma_cpu (__main__.TestCommonCPU) ... ok (0.059s) 2022-05-18T06:44:17.3627230Z test_dtypes_dist_cpu (__main__.TestCommonCPU) ... ok (2.921s) 2022-05-18T06:44:17.9762410Z test_dtypes_div_floor_rounding_cpu (__main__.TestCommonCPU) ... ok (0.613s) 2022-05-18T06:44:18.0130240Z test_dtypes_div_no_rounding_mode_cpu (__main__.TestCommonCPU) ... ok (0.037s) 2022-05-18T06:44:18.6120640Z test_dtypes_div_trunc_rounding_cpu (__main__.TestCommonCPU) ... ok (0.599s) 2022-05-18T06:44:18.6794880Z test_dtypes_dot_cpu (__main__.TestCommonCPU) ... ok (0.067s) 2022-05-18T06:44:18.6952190Z test_dtypes_double_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:44:18.8154940Z test_dtypes_dsplit_cpu (__main__.TestCommonCPU) ... ok (0.120s) 2022-05-18T06:44:18.8819390Z test_dtypes_dstack_cpu (__main__.TestCommonCPU) ... ok (0.066s) 2022-05-18T06:44:18.9858090Z test_dtypes_eig_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-05-18T06:44:18.9858860Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-05-18T06:44:18.9859190Z L, _ = torch.eig(A) 2022-05-18T06:44:18.9859400Z should be replaced with 2022-05-18T06:44:18.9859650Z L_complex = torch.linalg.eigvals(A) 2022-05-18T06:44:18.9859860Z and 2022-05-18T06:44:18.9860070Z L, V = torch.eig(A, eigenvectors=True) 2022-05-18T06:44:18.9860290Z should be replaced with 2022-05-18T06:44:18.9860640Z L_complex, V_complex = torch.linalg.eig(A) (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:3427.) 2022-05-18T06:44:18.9861000Z return self.op(*args, **kwargs) 2022-05-18T06:44:18.9861220Z ok (0.104s) 2022-05-18T06:44:19.6477440Z test_dtypes_einsum_cpu (__main__.TestCommonCPU) ... ok (0.662s) 2022-05-18T06:44:19.6477850Z Some dtypes for einsum on device type cpu are only partially supported! 2022-05-18T06:44:19.6478260Z The following dtypes only worked on some samples during forward: {torch.float16, torch.bool}. 2022-05-18T06:44:19.6478650Z The following dtypes only worked on some samples during backward: {torch.float16}. 2022-05-18T06:44:19.6478860Z 2022-05-18T06:44:19.9359510Z test_dtypes_empty_like_cpu (__main__.TestCommonCPU) ... ok (0.288s) 2022-05-18T06:44:21.0534730Z test_dtypes_eq_cpu (__main__.TestCommonCPU) ... ok (1.117s) 2022-05-18T06:44:21.0787300Z test_dtypes_erf_cpu (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:44:21.1381300Z test_dtypes_erfc_cpu (__main__.TestCommonCPU) ... ok (0.059s) 2022-05-18T06:44:21.1633410Z test_dtypes_erfinv_cpu (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:44:21.2070540Z test_dtypes_exp2_cpu (__main__.TestCommonCPU) ... ok (0.044s) 2022-05-18T06:44:21.2347110Z test_dtypes_exp_cpu (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:44:21.4109140Z test_dtypes_expand_as_cpu (__main__.TestCommonCPU) ... ok (0.176s) 2022-05-18T06:44:21.9218700Z test_dtypes_expand_cpu (__main__.TestCommonCPU) ... ok (0.511s) 2022-05-18T06:44:21.9470910Z test_dtypes_expm1_cpu (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:44:22.0354810Z test_dtypes_fft_fft2_cpu (__main__.TestCommonCPU) ... ok (0.088s) 2022-05-18T06:44:22.1322730Z test_dtypes_fft_fft_cpu (__main__.TestCommonCPU) ... ok (0.097s) 2022-05-18T06:44:22.2345560Z test_dtypes_fft_fftn_cpu (__main__.TestCommonCPU) ... ok (0.102s) 2022-05-18T06:44:22.5354210Z test_dtypes_fft_fftshift_cpu (__main__.TestCommonCPU) ... ok (0.301s) 2022-05-18T06:44:22.6214370Z test_dtypes_fft_hfft2_cpu (__main__.TestCommonCPU) ... ok (0.086s) 2022-05-18T06:44:22.7190220Z test_dtypes_fft_hfft_cpu (__main__.TestCommonCPU) ... ok (0.097s) 2022-05-18T06:44:22.8286550Z test_dtypes_fft_hfftn_cpu (__main__.TestCommonCPU) ... ok (0.110s) 2022-05-18T06:44:22.9129820Z test_dtypes_fft_ifft2_cpu (__main__.TestCommonCPU) ... ok (0.084s) 2022-05-18T06:44:23.0117060Z test_dtypes_fft_ifft_cpu (__main__.TestCommonCPU) ... ok (0.099s) 2022-05-18T06:44:23.1092960Z test_dtypes_fft_ifftn_cpu (__main__.TestCommonCPU) ... ok (0.097s) 2022-05-18T06:44:23.3982150Z test_dtypes_fft_ifftshift_cpu (__main__.TestCommonCPU) ... ok (0.289s) 2022-05-18T06:44:23.5890510Z test_dtypes_fft_ihfft2_cpu (__main__.TestCommonCPU) ... ok (0.191s) 2022-05-18T06:44:23.7565350Z test_dtypes_fft_ihfft_cpu (__main__.TestCommonCPU) ... ok (0.167s) 2022-05-18T06:44:23.9932660Z test_dtypes_fft_ihfftn_cpu (__main__.TestCommonCPU) ... ok (0.237s) 2022-05-18T06:44:24.0871370Z test_dtypes_fft_irfft2_cpu (__main__.TestCommonCPU) ... ok (0.094s) 2022-05-18T06:44:24.2014350Z test_dtypes_fft_irfft_cpu (__main__.TestCommonCPU) ... ok (0.114s) 2022-05-18T06:44:24.3093710Z test_dtypes_fft_irfftn_cpu (__main__.TestCommonCPU) ... ok (0.108s) 2022-05-18T06:44:24.4458060Z test_dtypes_fft_rfft2_cpu (__main__.TestCommonCPU) ... ok (0.136s) 2022-05-18T06:44:24.6032030Z test_dtypes_fft_rfft_cpu (__main__.TestCommonCPU) ... ok (0.157s) 2022-05-18T06:44:24.7823140Z test_dtypes_fft_rfftn_cpu (__main__.TestCommonCPU) ... ok (0.179s) 2022-05-18T06:44:24.9717980Z Some dtypes for fill_ on device type cpu are only partially supported! 2022-05-18T06:44:24.9718380Z test_dtypes_fill__cpu (__main__.TestCommonCPU) ... ok (0.189s) 2022-05-18T06:44:24.9718840Z The following dtypes only worked on some samples during backward: {torch.complex32}. 2022-05-18T06:44:24.9719070Z 2022-05-18T06:44:25.3140550Z test_dtypes_flatten_cpu (__main__.TestCommonCPU) ... ok (0.342s) 2022-05-18T06:44:25.8784240Z test_dtypes_flip_cpu (__main__.TestCommonCPU) ... ok (0.564s) 2022-05-18T06:44:25.9972640Z test_dtypes_fliplr_cpu (__main__.TestCommonCPU) ... ok (0.119s) 2022-05-18T06:44:26.1168620Z test_dtypes_flipud_cpu (__main__.TestCommonCPU) ... ok (0.119s) 2022-05-18T06:44:26.1329620Z test_dtypes_float_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:44:26.1704170Z test_dtypes_float_power_cpu (__main__.TestCommonCPU) ... ok (0.037s) 2022-05-18T06:44:26.2266490Z test_dtypes_floor_cpu (__main__.TestCommonCPU) ... ok (0.056s) 2022-05-18T06:44:26.8373690Z test_dtypes_floor_divide_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: floor_divide is deprecated, and will be removed in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. 2022-05-18T06:44:26.8375000Z To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). (Triggered internally at ../aten/src/ATen/native/BinaryOps.cpp:599.) 2022-05-18T06:44:26.8375450Z return self.op(*args, **kwargs) 2022-05-18T06:44:26.8375660Z ok (0.611s) 2022-05-18T06:44:27.4542100Z test_dtypes_fmax_cpu (__main__.TestCommonCPU) ... ok (0.617s) 2022-05-18T06:44:28.0681010Z test_dtypes_fmin_cpu (__main__.TestCommonCPU) ... ok (0.614s) 2022-05-18T06:44:28.6604850Z test_dtypes_fmod_cpu (__main__.TestCommonCPU) ... ok (0.592s) 2022-05-18T06:44:28.7988230Z test_dtypes_frac_cpu (__main__.TestCommonCPU) ... ok (0.138s) 2022-05-18T06:44:28.9696270Z test_dtypes_frexp_cpu (__main__.TestCommonCPU) ... ok (0.171s) 2022-05-18T06:44:29.2681770Z test_dtypes_full_like_cpu (__main__.TestCommonCPU) ... ok (0.298s) 2022-05-18T06:44:29.5637730Z test_dtypes_gather_cpu (__main__.TestCommonCPU) ... ok (0.295s) 2022-05-18T06:44:30.3419450Z test_dtypes_gcd_cpu (__main__.TestCommonCPU) ... ok (0.778s) 2022-05-18T06:44:31.2923590Z test_dtypes_ge_cpu (__main__.TestCommonCPU) ... ok (0.950s) 2022-05-18T06:44:32.2119750Z test_dtypes_geqrf_cpu (__main__.TestCommonCPU) ... expected failure (0.920s) 2022-05-18T06:44:32.3590690Z test_dtypes_gradient_cpu (__main__.TestCommonCPU) ... ok (0.147s) 2022-05-18T06:44:33.3170380Z test_dtypes_gt_cpu (__main__.TestCommonCPU) ... ok (0.958s) 2022-05-18T06:44:33.3316720Z test_dtypes_half_cpu (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:44:33.9470850Z test_dtypes_heaviside_cpu (__main__.TestCommonCPU) ... ok (0.615s) 2022-05-18T06:44:39.7103560Z test_dtypes_histc_cpu (__main__.TestCommonCPU) ... ok (5.763s) 2022-05-18T06:44:52.4920840Z test_dtypes_histogram_cpu (__main__.TestCommonCPU) ... ok (12.782s) 2022-05-18T06:44:52.4921290Z Some dtypes for histogram on device type cpu are only partially supported! 2022-05-18T06:44:52.4922670Z The following dtypes only worked on some samples during forward: {torch.bfloat16}. 2022-05-18T06:44:52.4923090Z 2022-05-18T06:45:00.5654290Z test_dtypes_histogramdd_cpu (__main__.TestCommonCPU) ... ok (8.073s) 2022-05-18T06:45:00.5655530Z Some dtypes for histogramdd on device type cpu are only partially supported! 2022-05-18T06:45:00.5655910Z The following dtypes only worked on some samples during forward: {torch.bfloat16}. 2022-05-18T06:45:00.5656220Z 2022-05-18T06:45:00.6867070Z test_dtypes_hsplit_cpu (__main__.TestCommonCPU) ... ok (0.121s) 2022-05-18T06:45:00.7525600Z test_dtypes_hstack_cpu (__main__.TestCommonCPU) ... ok (0.066s) 2022-05-18T06:45:01.2220630Z test_dtypes_hypot_cpu (__main__.TestCommonCPU) ... ok (0.467s) 2022-05-18T06:45:01.3139340Z test_dtypes_i0_cpu (__main__.TestCommonCPU) ... ok (0.094s) 2022-05-18T06:45:02.0210200Z test_dtypes_igamma_cpu (__main__.TestCommonCPU) ... ok (0.707s) 2022-05-18T06:45:02.7177550Z test_dtypes_igammac_cpu (__main__.TestCommonCPU) ... ok (0.697s) 2022-05-18T06:45:02.8492840Z test_dtypes_imag_cpu (__main__.TestCommonCPU) ... ok (0.131s) 2022-05-18T06:45:03.3695130Z test_dtypes_index_add_cpu (__main__.TestCommonCPU) ... ok (0.520s) 2022-05-18T06:45:03.5548590Z test_dtypes_index_copy_cpu (__main__.TestCommonCPU) ... ok (0.185s) 2022-05-18T06:45:03.7358650Z test_dtypes_index_fill_cpu (__main__.TestCommonCPU) ... ok (0.181s) 2022-05-18T06:45:03.9872610Z test_dtypes_index_put_cpu (__main__.TestCommonCPU) ... ok (0.251s) 2022-05-18T06:45:05.7598980Z test_dtypes_index_reduce_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1037.) 2022-05-18T06:45:05.7600310Z Some dtypes for index_reduce on device type cpu are only partially supported! 2022-05-18T06:45:05.7600680Z return self.op(*args, **kwargs) 2022-05-18T06:45:05.7600880Z ok (1.773s) 2022-05-18T06:45:05.7601230Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64}. 2022-05-18T06:45:05.7601510Z 2022-05-18T06:45:05.9375000Z test_dtypes_index_select_cpu (__main__.TestCommonCPU) ... ok (0.177s) 2022-05-18T06:45:06.0700090Z test_dtypes_inner_cpu (__main__.TestCommonCPU) ... ok (0.132s) 2022-05-18T06:45:06.0700730Z Some dtypes for inner on device type cpu are only partially supported! 2022-05-18T06:45:06.0701120Z The following dtypes only worked on some samples during forward: {torch.float16, torch.bool}. 2022-05-18T06:45:06.0701510Z The following dtypes only worked on some samples during backward: {torch.float16}. 2022-05-18T06:45:06.0701710Z 2022-05-18T06:45:06.6292600Z test_dtypes_int_cpu (__main__.TestCommonCPU) ... ok (0.559s) 2022-05-18T06:45:06.7235920Z test_dtypes_inverse_cpu (__main__.TestCommonCPU) ... ok (0.094s) 2022-05-18T06:45:08.6341730Z test_dtypes_isclose_cpu (__main__.TestCommonCPU) ... ok (1.910s) 2022-05-18T06:45:09.0022540Z test_dtypes_isfinite_cpu (__main__.TestCommonCPU) ... ok (0.368s) 2022-05-18T06:45:09.1964390Z test_dtypes_isin_cpu (__main__.TestCommonCPU) ... ok (0.194s) 2022-05-18T06:45:09.3243230Z test_dtypes_isinf_cpu (__main__.TestCommonCPU) ... ok (0.128s) 2022-05-18T06:45:09.4426590Z test_dtypes_isnan_cpu (__main__.TestCommonCPU) ... ok (0.118s) 2022-05-18T06:45:09.5527240Z test_dtypes_isneginf_cpu (__main__.TestCommonCPU) ... ok (0.110s) 2022-05-18T06:45:09.6625320Z test_dtypes_isposinf_cpu (__main__.TestCommonCPU) ... ok (0.110s) 2022-05-18T06:45:10.0282530Z test_dtypes_isreal_cpu (__main__.TestCommonCPU) ... ok (0.366s) 2022-05-18T06:45:10.7378860Z test_dtypes_istft_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: 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 ../aten/src/ATen/native/SpectralOps.cpp:979.) 2022-05-18T06:45:10.7379670Z return self.op(*args, **kwargs) 2022-05-18T06:45:10.7379880Z ok (0.710s) 2022-05-18T06:45:10.7444150Z test_dtypes_jiterator_4inputs_with_extra_args_cpu (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.007s) 2022-05-18T06:45:10.7508140Z test_dtypes_jiterator_binary_cpu (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.006s) 2022-05-18T06:45:10.7572220Z test_dtypes_jiterator_unary_cpu (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.006s) 2022-05-18T06:45:10.8238460Z test_dtypes_kron_cpu (__main__.TestCommonCPU) ... ok (0.066s) 2022-05-18T06:45:11.5431400Z test_dtypes_kthvalue_cpu (__main__.TestCommonCPU) ... ok (0.719s) 2022-05-18T06:45:11.5431830Z Some dtypes for kthvalue on device type cpu are only partially supported! 2022-05-18T06:45:11.5432210Z The following dtypes only worked on some samples during forward: {torch.float16, torch.bool}. 2022-05-18T06:45:11.5432590Z The following dtypes only worked on some samples during backward: {torch.float16}. 2022-05-18T06:45:11.5432800Z 2022-05-18T06:45:12.3326030Z test_dtypes_lcm_cpu (__main__.TestCommonCPU) ... ok (0.789s) 2022-05-18T06:45:12.3668960Z test_dtypes_ldexp_cpu (__main__.TestCommonCPU) ... ok (0.034s) 2022-05-18T06:45:13.3160490Z test_dtypes_le_cpu (__main__.TestCommonCPU) ... ok (0.949s) 2022-05-18T06:45:14.0020360Z test_dtypes_lerp_cpu (__main__.TestCommonCPU) ... ok (0.686s) 2022-05-18T06:45:14.0624130Z test_dtypes_lgamma_cpu (__main__.TestCommonCPU) ... ok (0.060s) 2022-05-18T06:45:14.1674890Z test_dtypes_linalg_cholesky_cpu (__main__.TestCommonCPU) ... ok (0.105s) 2022-05-18T06:45:14.2730260Z test_dtypes_linalg_cholesky_ex_cpu (__main__.TestCommonCPU) ... ok (0.105s) 2022-05-18T06:45:14.5508080Z test_dtypes_linalg_cond_cpu (__main__.TestCommonCPU) ... ok (0.278s) 2022-05-18T06:45:14.7613450Z test_dtypes_linalg_cross_cpu (__main__.TestCommonCPU) ... ok (0.210s) 2022-05-18T06:45:14.8721920Z test_dtypes_linalg_det_cpu (__main__.TestCommonCPU) ... ok (0.111s) 2022-05-18T06:45:14.8780300Z test_dtypes_linalg_det_singular_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:45:14.9785450Z test_dtypes_linalg_eig_cpu (__main__.TestCommonCPU) ... ok (0.100s) 2022-05-18T06:45:15.0750640Z test_dtypes_linalg_eigh_cpu (__main__.TestCommonCPU) ... ok (0.096s) 2022-05-18T06:45:15.1711470Z test_dtypes_linalg_eigvals_cpu (__main__.TestCommonCPU) ... ok (0.096s) 2022-05-18T06:45:15.2652450Z test_dtypes_linalg_eigvalsh_cpu (__main__.TestCommonCPU) ... ok (0.094s) 2022-05-18T06:45:15.8027130Z test_dtypes_linalg_householder_product_cpu (__main__.TestCommonCPU) ... ok (0.537s) 2022-05-18T06:45:15.8960080Z test_dtypes_linalg_inv_cpu (__main__.TestCommonCPU) ... ok (0.093s) 2022-05-18T06:45:15.9888150Z test_dtypes_linalg_inv_ex_cpu (__main__.TestCommonCPU) ... ok (0.093s) 2022-05-18T06:45:16.0809760Z test_dtypes_linalg_ldl_factor_cpu (__main__.TestCommonCPU) ... ok (0.092s) 2022-05-18T06:45:16.1720660Z test_dtypes_linalg_ldl_factor_ex_cpu (__main__.TestCommonCPU) ... ok (0.091s) 2022-05-18T06:45:16.2795180Z test_dtypes_linalg_ldl_solve_cpu (__main__.TestCommonCPU) ... ok (0.107s) 2022-05-18T06:45:16.4831790Z test_dtypes_linalg_lstsq_cpu (__main__.TestCommonCPU) ... ok (0.204s) 2022-05-18T06:45:16.6844390Z test_dtypes_linalg_lstsq_grad_oriented_cpu (__main__.TestCommonCPU) ... ok (0.201s) 2022-05-18T06:45:17.8028430Z test_dtypes_linalg_lu_cpu (__main__.TestCommonCPU) ... ok (1.118s) 2022-05-18T06:45:17.9207590Z test_dtypes_linalg_lu_factor_cpu (__main__.TestCommonCPU) ... ok (0.118s) 2022-05-18T06:45:18.7596520Z test_dtypes_linalg_lu_factor_ex_cpu (__main__.TestCommonCPU) ... ok (0.839s) 2022-05-18T06:45:21.2625180Z test_dtypes_linalg_matrix_norm_cpu (__main__.TestCommonCPU) ... ok (2.503s) 2022-05-18T06:45:21.3721990Z test_dtypes_linalg_matrix_power_cpu (__main__.TestCommonCPU) ... ok (0.110s) 2022-05-18T06:45:21.7604630Z test_dtypes_linalg_matrix_rank_cpu (__main__.TestCommonCPU) ... ok (0.388s) 2022-05-18T06:45:22.1473970Z test_dtypes_linalg_matrix_rank_hermitian_cpu (__main__.TestCommonCPU) ... ok (0.387s) 2022-05-18T06:45:22.5941400Z test_dtypes_linalg_multi_dot_cpu (__main__.TestCommonCPU) ... ok (0.447s) 2022-05-18T06:45:22.5942690Z Some dtypes for linalg.multi_dot on device type cpu are only partially supported! 2022-05-18T06:45:22.5943100Z The following dtypes only worked on some samples during forward: {torch.float16, torch.bool}. 2022-05-18T06:45:22.5943480Z The following dtypes only worked on some samples during backward: {torch.float16}. 2022-05-18T06:45:22.5943690Z 2022-05-18T06:45:24.0734330Z test_dtypes_linalg_norm_cpu (__main__.TestCommonCPU) ... ok (1.479s) 2022-05-18T06:45:25.4292090Z test_dtypes_linalg_norm_subgradients_at_zero_cpu (__main__.TestCommonCPU) ... ok (1.356s) 2022-05-18T06:45:25.5475370Z test_dtypes_linalg_pinv_cpu (__main__.TestCommonCPU) ... ok (0.118s) 2022-05-18T06:45:25.6457870Z test_dtypes_linalg_pinv_hermitian_cpu (__main__.TestCommonCPU) ... ok (0.098s) 2022-05-18T06:45:25.6523980Z test_dtypes_linalg_pinv_singular_cpu (__main__.TestCommonCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-05-18T06:45:25.7954630Z test_dtypes_linalg_qr_cpu (__main__.TestCommonCPU) ... ok (0.143s) 2022-05-18T06:45:25.8916310Z test_dtypes_linalg_slogdet_cpu (__main__.TestCommonCPU) ... ok (0.096s) 2022-05-18T06:45:26.0106900Z test_dtypes_linalg_solve_cpu (__main__.TestCommonCPU) ... ok (0.119s) 2022-05-18T06:45:36.9770740Z test_dtypes_linalg_solve_triangular_cpu (__main__.TestCommonCPU) ... ok (10.966s) 2022-05-18T06:45:37.4499500Z test_dtypes_linalg_svd_cpu (__main__.TestCommonCPU) ... ok (0.473s) 2022-05-18T06:45:39.6826040Z test_dtypes_linalg_svdvals_cpu (__main__.TestCommonCPU) ... ok (2.233s) 2022-05-18T06:45:39.6827130Z Some dtypes for linalg.svdvals on device type cpu are only partially supported! 2022-05-18T06:45:39.6827680Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.float16, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64, torch.bfloat16}. 2022-05-18T06:45:39.6828170Z The following dtypes only worked on some samples during backward: {torch.float16, torch.bfloat16}. 2022-05-18T06:45:39.6828400Z 2022-05-18T06:45:39.7676400Z test_dtypes_linalg_tensorinv_cpu (__main__.TestCommonCPU) ... ok (0.085s) 2022-05-18T06:45:40.0965640Z test_dtypes_linalg_tensorsolve_cpu (__main__.TestCommonCPU) ... ok (0.329s) 2022-05-18T06:45:40.7035060Z test_dtypes_linalg_vander_cpu (__main__.TestCommonCPU) ... ok (0.607s) 2022-05-18T06:45:44.7365770Z test_dtypes_linalg_vector_norm_cpu (__main__.TestCommonCPU) ... ok (4.033s) 2022-05-18T06:45:44.7647780Z test_dtypes_log10_cpu (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:45:44.7899840Z test_dtypes_log1p_cpu (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:45:44.8177620Z test_dtypes_log2_cpu (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:45:44.8452110Z test_dtypes_log_cpu (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:45:45.2986570Z test_dtypes_log_softmax_cpu (__main__.TestCommonCPU) ... ok (0.453s) 2022-05-18T06:45:45.3157020Z test_dtypes_log_softmax_dtype_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:45:45.3813920Z test_dtypes_logaddexp2_cpu (__main__.TestCommonCPU) ... ok (0.066s) 2022-05-18T06:45:45.4493510Z test_dtypes_logaddexp_cpu (__main__.TestCommonCPU) ... ok (0.068s) 2022-05-18T06:45:45.8090190Z test_dtypes_logcumsumexp_cpu (__main__.TestCommonCPU) ... ok (0.359s) 2022-05-18T06:45:45.9066200Z test_dtypes_logdet_cpu (__main__.TestCommonCPU) ... ok (0.098s) 2022-05-18T06:45:46.9089880Z test_dtypes_logical_and_cpu (__main__.TestCommonCPU) ... ok (1.002s) 2022-05-18T06:45:47.2461470Z test_dtypes_logical_not_cpu (__main__.TestCommonCPU) ... ok (0.337s) 2022-05-18T06:45:48.2511320Z test_dtypes_logical_or_cpu (__main__.TestCommonCPU) ... ok (1.005s) 2022-05-18T06:45:49.2541820Z test_dtypes_logical_xor_cpu (__main__.TestCommonCPU) ... ok (1.003s) 2022-05-18T06:45:49.3388780Z test_dtypes_logit_cpu (__main__.TestCommonCPU) ... ok (0.085s) 2022-05-18T06:45:49.4371120Z test_dtypes_logsumexp_cpu (__main__.TestCommonCPU) ... ok (0.098s) 2022-05-18T06:45:49.9945480Z test_dtypes_long_cpu (__main__.TestCommonCPU) ... ok (0.557s) 2022-05-18T06:45:50.9586730Z test_dtypes_lt_cpu (__main__.TestCommonCPU) ... ok (0.964s) 2022-05-18T06:45:51.1150880Z test_dtypes_lu_cpu (__main__.TestCommonCPU) ... ok (0.156s) 2022-05-18T06:45:51.2997310Z test_dtypes_lu_solve_cpu (__main__.TestCommonCPU) ... ok (0.185s) 2022-05-18T06:45:51.3934810Z test_dtypes_lu_unpack_cpu (__main__.TestCommonCPU) ... ok (0.094s) 2022-05-18T06:45:51.7397580Z test_dtypes_mH_cpu (__main__.TestCommonCPU) ... ok (0.346s) 2022-05-18T06:45:52.0820910Z test_dtypes_mT_cpu (__main__.TestCommonCPU) ... ok (0.342s) 2022-05-18T06:45:52.5414910Z test_dtypes_masked_fill_cpu (__main__.TestCommonCPU) ... ok (0.459s) 2022-05-18T06:45:52.7786600Z test_dtypes_masked_scatter_cpu (__main__.TestCommonCPU) ... ok (0.237s) 2022-05-18T06:45:53.1827190Z test_dtypes_masked_select_cpu (__main__.TestCommonCPU) ... ok (0.404s) 2022-05-18T06:45:54.0958260Z Some dtypes for matmul on device type cpu are only partially supported! 2022-05-18T06:45:54.0958710Z test_dtypes_matmul_cpu (__main__.TestCommonCPU) ... ok (0.913s) 2022-05-18T06:45:54.0959070Z The following dtypes only worked on some samples during forward: {torch.float16, torch.bool}. 2022-05-18T06:45:54.0959460Z The following dtypes only worked on some samples during backward: {torch.float16}. 2022-05-18T06:45:54.0959670Z 2022-05-18T06:45:54.2294150Z test_dtypes_matrix_exp_cpu (__main__.TestCommonCPU) ... ok (0.133s) 2022-05-18T06:45:54.8972030Z test_dtypes_max_binary_cpu (__main__.TestCommonCPU) ... ok (0.668s) 2022-05-18T06:45:55.0429390Z test_dtypes_max_reduction_no_dim_cpu (__main__.TestCommonCPU) ... ok (0.146s) 2022-05-18T06:45:55.3484810Z test_dtypes_max_reduction_with_dim_cpu (__main__.TestCommonCPU) ... ok (0.306s) 2022-05-18T06:45:55.9844130Z test_dtypes_maximum_cpu (__main__.TestCommonCPU) ... ok (0.636s) 2022-05-18T06:45:56.6893810Z test_dtypes_mean_cpu (__main__.TestCommonCPU) ... ok (0.705s) 2022-05-18T06:45:57.6514180Z test_dtypes_median_cpu (__main__.TestCommonCPU) ... ok (0.962s) 2022-05-18T06:45:58.2308360Z test_dtypes_meshgrid_list_of_tensors_cpu (__main__.TestCommonCPU) ... ok (0.579s) 2022-05-18T06:45:58.8107960Z test_dtypes_meshgrid_variadic_tensors_cpu (__main__.TestCommonCPU) ... ok (0.580s) 2022-05-18T06:45:59.4705300Z test_dtypes_min_binary_cpu (__main__.TestCommonCPU) ... ok (0.660s) 2022-05-18T06:45:59.6139250Z test_dtypes_min_reduction_no_dim_cpu (__main__.TestCommonCPU) ... ok (0.143s) 2022-05-18T06:45:59.8945720Z test_dtypes_min_reduction_with_dim_cpu (__main__.TestCommonCPU) ... ok (0.281s) 2022-05-18T06:46:00.5223980Z test_dtypes_minimum_cpu (__main__.TestCommonCPU) ... ok (0.628s) 2022-05-18T06:46:00.5918570Z test_dtypes_mm_cpu (__main__.TestCommonCPU) ... ok (0.069s) 2022-05-18T06:46:01.0203760Z test_dtypes_mode_cpu (__main__.TestCommonCPU) ... ok (0.428s) 2022-05-18T06:46:01.1416110Z test_dtypes_movedim_cpu (__main__.TestCommonCPU) ... ok (0.121s) 2022-05-18T06:46:01.3077340Z test_dtypes_msort_cpu (__main__.TestCommonCPU) ... ok (0.166s) 2022-05-18T06:46:01.8949050Z test_dtypes_mul_cpu (__main__.TestCommonCPU) ... ok (0.587s) 2022-05-18T06:46:01.8949440Z Some dtypes for mul on device type cpu are only partially supported! 2022-05-18T06:46:01.8949810Z The following dtypes only worked on some samples during backward: {torch.complex32}. 2022-05-18T06:46:01.8950020Z 2022-05-18T06:46:02.6842060Z test_dtypes_multinomial_cpu (__main__.TestCommonCPU) ... ok (0.789s) 2022-05-18T06:46:02.7556140Z test_dtypes_mv_cpu (__main__.TestCommonCPU) ... ok (0.071s) 2022-05-18T06:46:03.0615740Z test_dtypes_mvlgamma_mvlgamma_p_1_cpu (__main__.TestCommonCPU) ... ok (0.306s) 2022-05-18T06:46:03.0616150Z Some dtypes for mvlgamma on device type cpu are only partially supported! 2022-05-18T06:46:03.0616530Z The following dtypes only worked on some samples during forward: {torch.bool}. 2022-05-18T06:46:03.0616740Z 2022-05-18T06:46:03.0674890Z test_dtypes_mvlgamma_mvlgamma_p_3_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:46:03.0733620Z test_dtypes_mvlgamma_mvlgamma_p_5_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:46:03.2952400Z test_dtypes_nan_to_num_cpu (__main__.TestCommonCPU) ... ok (0.222s) 2022-05-18T06:46:03.7439950Z test_dtypes_nanmean_cpu (__main__.TestCommonCPU) ... ok (0.449s) 2022-05-18T06:46:04.7101300Z test_dtypes_nanmedian_cpu (__main__.TestCommonCPU) ... ok (0.966s) 2022-05-18T06:46:07.9314140Z test_dtypes_nanquantile_cpu (__main__.TestCommonCPU) ... ok (3.221s) 2022-05-18T06:46:09.2836740Z test_dtypes_nansum_cpu (__main__.TestCommonCPU) ... ok (1.352s) 2022-05-18T06:46:09.5705970Z test_dtypes_narrow_cpu (__main__.TestCommonCPU) ... ok (0.287s) 2022-05-18T06:46:10.5765180Z test_dtypes_ne_cpu (__main__.TestCommonCPU) ... ok (1.006s) 2022-05-18T06:46:10.6370780Z test_dtypes_neg_cpu (__main__.TestCommonCPU) ... ok (0.060s) 2022-05-18T06:46:10.9236470Z test_dtypes_new_empty_cpu (__main__.TestCommonCPU) ... ok (0.286s) 2022-05-18T06:46:11.2167220Z test_dtypes_new_full_cpu (__main__.TestCommonCPU) ... ok (0.293s) 2022-05-18T06:46:11.5041760Z test_dtypes_new_ones_cpu (__main__.TestCommonCPU) ... ok (0.287s) 2022-05-18T06:46:11.8116170Z test_dtypes_new_zeros_cpu (__main__.TestCommonCPU) ... ok (0.307s) 2022-05-18T06:46:12.4770880Z test_dtypes_nextafter_cpu (__main__.TestCommonCPU) ... ok (0.665s) 2022-05-18T06:46:12.7171800Z test_dtypes_nn_functional_adaptive_avg_pool1d_cpu (__main__.TestCommonCPU) ... ok (0.240s) 2022-05-18T06:46:12.7172270Z Some dtypes for nn.functional.adaptive_avg_pool1d on device type cpu are only partially supported! 2022-05-18T06:46:12.7173540Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.complex128, torch.float16, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64}. 2022-05-18T06:46:12.7174180Z The following dtypes only worked on some samples during backward: {torch.complex64, torch.complex128, torch.float16}. 2022-05-18T06:46:12.7174460Z 2022-05-18T06:46:13.1193650Z test_dtypes_nn_functional_adaptive_avg_pool2d_cpu (__main__.TestCommonCPU) ... ok (0.402s) 2022-05-18T06:46:13.5466020Z Some dtypes for nn.functional.adaptive_avg_pool3d on device type cpu are only partially supported! 2022-05-18T06:46:13.5466530Z The following dtypes only worked on some samples during forward: {torch.complex128, torch.complex64, torch.bfloat16}. 2022-05-18T06:46:13.5466990Z The following dtypes only worked on some samples during backward: {torch.complex128, torch.complex64, torch.bfloat16}. 2022-05-18T06:46:13.5467240Z 2022-05-18T06:46:13.5467520Z test_dtypes_nn_functional_adaptive_avg_pool3d_cpu (__main__.TestCommonCPU) ... ok (0.427s) 2022-05-18T06:46:13.8589780Z test_dtypes_nn_functional_adaptive_max_pool1d_cpu (__main__.TestCommonCPU) ... ok (0.312s) 2022-05-18T06:46:14.5368190Z test_dtypes_nn_functional_adaptive_max_pool2d_cpu (__main__.TestCommonCPU) ... ok (0.678s) 2022-05-18T06:46:15.1787570Z test_dtypes_nn_functional_adaptive_max_pool3d_cpu (__main__.TestCommonCPU) ... ok (0.642s) 2022-05-18T06:46:15.9191650Z test_dtypes_nn_functional_avg_pool1d_cpu (__main__.TestCommonCPU) ... ok (0.740s) 2022-05-18T06:46:16.3686040Z test_dtypes_nn_functional_avg_pool2d_cpu (__main__.TestCommonCPU) ... ok (0.449s) 2022-05-18T06:46:16.8412180Z test_dtypes_nn_functional_avg_pool3d_cpu (__main__.TestCommonCPU) ... ok (0.472s) 2022-05-18T06:46:17.8141660Z test_dtypes_nn_functional_batch_norm_cpu (__main__.TestCommonCPU) ... ok (0.973s) 2022-05-18T06:46:17.8142100Z Some dtypes for nn.functional.batch_norm on device type cpu are only partially supported! 2022-05-18T06:46:17.8142660Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.complex128, torch.float16, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64}. 2022-05-18T06:46:17.8143200Z The following dtypes only worked on some samples during backward: {torch.complex64, torch.complex128, torch.float16}. 2022-05-18T06:46:17.8144280Z 2022-05-18T06:46:17.8208280Z test_dtypes_nn_functional_batch_norm_without_cudnn_cpu (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.007s) 2022-05-18T06:46:19.1633430Z Some dtypes for nn.functional.bilinear on device type cpu are only partially supported! 2022-05-18T06:46:19.1633880Z test_dtypes_nn_functional_bilinear_cpu (__main__.TestCommonCPU) ... ok (1.342s) 2022-05-18T06:46:19.1634400Z The following dtypes only worked on some samples during forward: {torch.float16, torch.bool}. 2022-05-18T06:46:19.1634790Z The following dtypes only worked on some samples during backward: {torch.float16}. 2022-05-18T06:46:19.1635000Z 2022-05-18T06:46:19.8450120Z test_dtypes_nn_functional_binary_cross_entropy_cpu (__main__.TestCommonCPU) ... ok (0.681s) 2022-05-18T06:46:21.8058030Z test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu (__main__.TestCommonCPU) ... ok (1.961s) 2022-05-18T06:46:22.0145180Z test_dtypes_nn_functional_celu_cpu (__main__.TestCommonCPU) ... ok (0.209s) 2022-05-18T06:46:22.0223460Z test_dtypes_nn_functional_conv1d_cpu (__main__.TestCommonCPU) ... [W NNPACK.cpp:51] Could not initialize NNPACK! Reason: Unsupported hardware. 2022-05-18T06:46:22.4828980Z Some dtypes for nn.functional.conv1d on device type cpu are only partially supported! 2022-05-18T06:46:22.4829520Z ok (0.468s) 2022-05-18T06:46:22.4829840Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.int32, torch.int16, torch.int8}. 2022-05-18T06:46:22.4830090Z 2022-05-18T06:46:23.8150280Z test_dtypes_nn_functional_conv2d_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: 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 ../aten/src/ATen/native/Convolution.cpp:883.) 2022-05-18T06:46:23.8151010Z return self.op(*args, **kwargs) 2022-05-18T06:46:23.8151480Z Some dtypes for nn.functional.conv2d on device type cpu are only partially supported! 2022-05-18T06:46:23.8151800Z ok (1.332s) 2022-05-18T06:46:23.8152120Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.int32, torch.int16, torch.int8}. 2022-05-18T06:46:23.8152370Z 2022-05-18T06:46:24.4846430Z test_dtypes_nn_functional_conv_transpose1d_cpu (__main__.TestCommonCPU) ... ok (0.670s) 2022-05-18T06:46:25.1725020Z test_dtypes_nn_functional_conv_transpose2d_cpu (__main__.TestCommonCPU) ... ok (0.688s) 2022-05-18T06:46:25.8479650Z test_dtypes_nn_functional_conv_transpose3d_cpu (__main__.TestCommonCPU) ... ok (0.675s) 2022-05-18T06:46:26.0144540Z test_dtypes_nn_functional_cosine_embedding_loss_cpu (__main__.TestCommonCPU) ... ok (0.166s) 2022-05-18T06:46:26.4055270Z test_dtypes_nn_functional_cosine_similarity_cpu (__main__.TestCommonCPU) ... ok (0.391s) 2022-05-18T06:46:27.8183740Z test_dtypes_nn_functional_cross_entropy_cpu (__main__.TestCommonCPU) ... ok (1.413s) 2022-05-18T06:46:27.9794610Z test_dtypes_nn_functional_ctc_loss_cpu (__main__.TestCommonCPU) ... ok (0.161s) 2022-05-18T06:46:28.9629950Z test_dtypes_nn_functional_dropout2d_cpu (__main__.TestCommonCPU) ... ok (0.983s) 2022-05-18T06:46:28.9630400Z Some dtypes for nn.functional.dropout2d on device type cpu are only partially supported! 2022-05-18T06:46:28.9630940Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.complex128, torch.float16, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64}. 2022-05-18T06:46:28.9631490Z The following dtypes only worked on some samples during backward: {torch.complex64, torch.complex128, torch.float16}. 2022-05-18T06:46:28.9631750Z 2022-05-18T06:46:30.3969280Z test_dtypes_nn_functional_dropout_cpu (__main__.TestCommonCPU) ... ok (1.434s) 2022-05-18T06:46:30.3969730Z Some dtypes for nn.functional.dropout on device type cpu are only partially supported! 2022-05-18T06:46:30.3970250Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.complex128, torch.float16, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64}. 2022-05-18T06:46:30.3971460Z The following dtypes only worked on some samples during backward: {torch.complex64, torch.complex128, torch.float16}. 2022-05-18T06:46:30.3971710Z 2022-05-18T06:46:30.5516490Z test_dtypes_nn_functional_elu_cpu (__main__.TestCommonCPU) ... ok (0.154s) 2022-05-18T06:46:34.1984100Z test_dtypes_nn_functional_embedding_bag_cpu (__main__.TestCommonCPU) ... ok (3.647s) 2022-05-18T06:46:34.7870890Z test_dtypes_nn_functional_embedding_cpu (__main__.TestCommonCPU) ... ok (0.589s) 2022-05-18T06:46:34.7871370Z Some dtypes for nn.functional.embedding on device type cpu are only partially supported! 2022-05-18T06:46:34.7871850Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64}. 2022-05-18T06:46:34.7872120Z 2022-05-18T06:46:35.3391090Z test_dtypes_nn_functional_feature_alpha_dropout_with_train_cpu (__main__.TestCommonCPU) ... ok (0.552s) 2022-05-18T06:46:35.3391630Z Some dtypes for nn.functional.feature_alpha_dropout on device type cpu are only partially supported! 2022-05-18T06:46:35.3392180Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.complex128, torch.float16, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64}. 2022-05-18T06:46:35.3392700Z The following dtypes only worked on some samples during backward: {torch.complex64, torch.complex128, torch.float16}. 2022-05-18T06:46:35.3392950Z 2022-05-18T06:46:36.0084280Z test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu (__main__.TestCommonCPU) ... ok (0.669s) 2022-05-18T06:46:39.3976040Z test_dtypes_nn_functional_fractional_max_pool2d_cpu (__main__.TestCommonCPU) ... ok (3.389s) 2022-05-18T06:46:43.9219760Z test_dtypes_nn_functional_fractional_max_pool3d_cpu (__main__.TestCommonCPU) ... ok (4.524s) 2022-05-18T06:47:01.2284900Z test_dtypes_nn_functional_gaussian_nll_loss_cpu (__main__.TestCommonCPU) ... ok (17.306s) 2022-05-18T06:47:01.6529360Z test_dtypes_nn_functional_gelu_cpu (__main__.TestCommonCPU) ... ok (0.424s) 2022-05-18T06:47:03.9398010Z test_dtypes_nn_functional_glu_cpu (__main__.TestCommonCPU) ... ok (2.287s) 2022-05-18T06:47:06.2481450Z test_dtypes_nn_functional_grid_sample_cpu (__main__.TestCommonCPU) ... ok (2.308s) 2022-05-18T06:47:06.6539090Z test_dtypes_nn_functional_group_norm_cpu (__main__.TestCommonCPU) ... ok (0.406s) 2022-05-18T06:47:07.0991010Z test_dtypes_nn_functional_hardshrink_cpu (__main__.TestCommonCPU) ... ok (0.445s) 2022-05-18T06:47:07.2542640Z test_dtypes_nn_functional_hardsigmoid_cpu (__main__.TestCommonCPU) ... ok (0.155s) 2022-05-18T06:47:07.4791910Z test_dtypes_nn_functional_hardswish_cpu (__main__.TestCommonCPU) ... ok (0.225s) 2022-05-18T06:47:08.2577190Z test_dtypes_nn_functional_hardtanh_cpu (__main__.TestCommonCPU) ... ok (0.778s) 2022-05-18T06:47:08.9228070Z test_dtypes_nn_functional_hinge_embedding_loss_cpu (__main__.TestCommonCPU) ... ok (0.665s) 2022-05-18T06:47:08.9228530Z Some dtypes for nn.functional.hinge_embedding_loss on device type cpu are only partially supported! 2022-05-18T06:47:08.9229000Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64}. 2022-05-18T06:47:08.9229250Z 2022-05-18T06:47:09.4252070Z test_dtypes_nn_functional_huber_loss_cpu (__main__.TestCommonCPU) ... ok (0.502s) 2022-05-18T06:47:10.3578020Z test_dtypes_nn_functional_instance_norm_cpu (__main__.TestCommonCPU) ... ok (0.933s) 2022-05-18T06:47:11.3429160Z test_dtypes_nn_functional_interpolate_area_cpu (__main__.TestCommonCPU) ... ok (0.985s) 2022-05-18T06:47:11.3429620Z Some dtypes for nn.functional.interpolate on device type cpu are only partially supported! 2022-05-18T06:47:11.3430040Z The following dtypes only worked on some samples during forward: {torch.float16, torch.bfloat16}. 2022-05-18T06:47:11.3431440Z The following dtypes only worked on some samples during backward: {torch.float16, torch.bfloat16}. 2022-05-18T06:47:11.3431660Z 2022-05-18T06:47:12.2140790Z test_dtypes_nn_functional_interpolate_bicubic_cpu (__main__.TestCommonCPU) ... ok (0.871s) 2022-05-18T06:47:13.1767670Z test_dtypes_nn_functional_interpolate_bilinear_cpu (__main__.TestCommonCPU) ... ok (0.963s) 2022-05-18T06:47:14.0440230Z test_dtypes_nn_functional_interpolate_linear_cpu (__main__.TestCommonCPU) ... ok (0.867s) 2022-05-18T06:47:14.9584480Z test_dtypes_nn_functional_interpolate_nearest_cpu (__main__.TestCommonCPU) ... ok (0.914s) 2022-05-18T06:47:15.9041420Z test_dtypes_nn_functional_interpolate_trilinear_cpu (__main__.TestCommonCPU) ... ok (0.946s) 2022-05-18T06:47:16.3555650Z test_dtypes_nn_functional_kl_div_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T06:47:16.3556460Z Some dtypes for nn.functional.kl_div on device type cpu are only partially supported! 2022-05-18T06:47:16.3557950Z warnings.warn( 2022-05-18T06:47:16.3558260Z The following dtypes only worked on some samples during backward: {torch.bfloat16}. 2022-05-18T06:47:16.3558570Z ok (0.451s) 2022-05-18T06:47:16.3558690Z 2022-05-18T06:47:16.7738080Z test_dtypes_nn_functional_l1_loss_cpu (__main__.TestCommonCPU) ... ok (0.418s) 2022-05-18T06:47:16.7739240Z Some dtypes for nn.functional.l1_loss on device type cpu are only partially supported! 2022-05-18T06:47:16.7740340Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64}. 2022-05-18T06:47:16.7740820Z The following dtypes only worked on some samples during backward: {torch.complex128, torch.complex64}. 2022-05-18T06:47:16.7741080Z 2022-05-18T06:47:17.2458270Z Some dtypes for nn.functional.layer_norm on device type cpu are only partially supported! 2022-05-18T06:47:17.2458830Z test_dtypes_nn_functional_layer_norm_cpu (__main__.TestCommonCPU) ... ok (0.472s) 2022-05-18T06:47:17.2459290Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.float16, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64}. 2022-05-18T06:47:17.2459740Z The following dtypes only worked on some samples during backward: {torch.float16}. 2022-05-18T06:47:17.2459930Z 2022-05-18T06:47:17.6903180Z test_dtypes_nn_functional_leaky_relu_cpu (__main__.TestCommonCPU) ... ok (0.444s) 2022-05-18T06:47:18.7430380Z test_dtypes_nn_functional_linear_cpu (__main__.TestCommonCPU) ... ok (1.053s) 2022-05-18T06:47:18.7430820Z Some dtypes for nn.functional.linear on device type cpu are only partially supported! 2022-05-18T06:47:18.7431710Z The following dtypes only worked on some samples during forward: {torch.float16, torch.bool}. 2022-05-18T06:47:18.7432130Z The following dtypes only worked on some samples during backward: {torch.float16}. 2022-05-18T06:47:18.7432340Z 2022-05-18T06:47:19.3802100Z Some dtypes for nn.functional.local_response_norm on device type cpu are only partially supported! 2022-05-18T06:47:19.3802560Z test_dtypes_nn_functional_local_response_norm_cpu (__main__.TestCommonCPU) ... ok (0.637s) 2022-05-18T06:47:19.3803050Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.complex128, torch.float16, torch.bool, torch.int8, torch.int16, torch.int32, torch.complex64}. 2022-05-18T06:47:19.3803600Z The following dtypes only worked on some samples during backward: {torch.complex64, torch.complex128, torch.float16}. 2022-05-18T06:47:19.3803850Z 2022-05-18T06:47:19.5998760Z test_dtypes_nn_functional_logsigmoid_cpu (__main__.TestCommonCPU) ... ok (0.219s) 2022-05-18T06:47:19.8678420Z test_dtypes_nn_functional_margin_ranking_loss_cpu (__main__.TestCommonCPU) ... ok (0.268s) 2022-05-18T06:48:19.9922430Z test_dtypes_nn_functional_max_pool1d_cpu (__main__.TestCommonCPU) ... ok (60.124s) 2022-05-18T06:48:19.9980990Z test_dtypes_nn_functional_max_pool2d_cpu (__main__.TestCommonCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-05-18T06:49:00.6286740Z test_dtypes_nn_functional_max_pool3d_cpu (__main__.TestCommonCPU) ... ok (40.630s) 2022-05-18T06:49:02.0000290Z test_dtypes_nn_functional_max_unpool1d_cpu (__main__.TestCommonCPU) ... ok (1.371s) 2022-05-18T06:49:02.4418230Z test_dtypes_nn_functional_max_unpool1d_grad_cpu (__main__.TestCommonCPU) ... ok (0.442s) 2022-05-18T06:49:04.9170740Z test_dtypes_nn_functional_max_unpool2d_cpu (__main__.TestCommonCPU) ... ok (2.475s) 2022-05-18T06:49:05.6151800Z test_dtypes_nn_functional_max_unpool2d_grad_cpu (__main__.TestCommonCPU) ... ok (0.698s) 2022-05-18T06:49:05.8258380Z test_dtypes_nn_functional_max_unpool3d_cpu (__main__.TestCommonCPU) ... ok (0.211s) 2022-05-18T06:49:06.0214950Z test_dtypes_nn_functional_max_unpool3d_grad_cpu (__main__.TestCommonCPU) ... ok (0.196s) 2022-05-18T06:49:06.1922600Z test_dtypes_nn_functional_mish_cpu (__main__.TestCommonCPU) ... ok (0.171s) 2022-05-18T06:49:06.6343770Z test_dtypes_nn_functional_mse_loss_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:3229: UserWarning: Applying the CPU mse kernel on half-type tensors. This may be slower than using float or double-type tensors. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp:821.) 2022-05-18T06:49:06.6345180Z return torch._C._nn.mse_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction)) 2022-05-18T06:49:06.6345520Z ok (0.442s) 2022-05-18T06:49:06.9450170Z test_dtypes_nn_functional_multi_margin_loss_cpu (__main__.TestCommonCPU) ... ok (0.310s) 2022-05-18T06:49:07.1900970Z test_dtypes_nn_functional_multilabel_margin_loss_cpu (__main__.TestCommonCPU) ... ok (0.245s) 2022-05-18T06:49:07.4929320Z test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu (__main__.TestCommonCPU) ... ok (0.303s) 2022-05-18T06:49:12.7226050Z test_dtypes_nn_functional_nll_loss_cpu (__main__.TestCommonCPU) ... ok (5.230s) 2022-05-18T06:49:13.0970650Z test_dtypes_nn_functional_normalize_cpu (__main__.TestCommonCPU) ... ok (0.374s) 2022-05-18T06:49:13.4399200Z test_dtypes_nn_functional_one_hot_cpu (__main__.TestCommonCPU) ... ok (0.343s) 2022-05-18T06:49:13.8690950Z test_dtypes_nn_functional_pad_circular_cpu (__main__.TestCommonCPU) ... ok (0.429s) 2022-05-18T06:49:16.7921710Z test_dtypes_nn_functional_pad_constant_cpu (__main__.TestCommonCPU) ... ok (2.923s) 2022-05-18T06:49:17.5957220Z test_dtypes_nn_functional_pad_reflect_cpu (__main__.TestCommonCPU) ... ok (0.804s) 2022-05-18T06:49:17.5957660Z Some dtypes for nn.functional.pad on device type cpu are only partially supported! 2022-05-18T06:49:17.5958050Z The following dtypes only worked on some samples during forward: {torch.float16}. 2022-05-18T06:49:17.5958440Z The following dtypes only worked on some samples during backward: {torch.float16}. 2022-05-18T06:49:17.5958650Z 2022-05-18T06:49:18.4142430Z test_dtypes_nn_functional_pad_replicate_cpu (__main__.TestCommonCPU) ... ok (0.818s) 2022-05-18T06:49:18.4923750Z test_dtypes_nn_functional_pairwise_distance_cpu (__main__.TestCommonCPU) ... ok (0.078s) 2022-05-18T06:49:18.9692390Z test_dtypes_nn_functional_pdist_cpu (__main__.TestCommonCPU) ... ok (0.477s) 2022-05-18T06:49:18.9692820Z Some dtypes for nn.functional.pdist on device type cpu are only partially supported! 2022-05-18T06:49:18.9693270Z The following dtypes only worked on some samples during forward: {torch.float16, torch.bfloat16}. 2022-05-18T06:49:18.9693490Z 2022-05-18T06:49:19.0927310Z test_dtypes_nn_functional_pixel_shuffle_cpu (__main__.TestCommonCPU) ... ok (0.123s) 2022-05-18T06:49:19.2160170Z test_dtypes_nn_functional_pixel_unshuffle_cpu (__main__.TestCommonCPU) ... ok (0.123s) 2022-05-18T06:49:19.9345140Z test_dtypes_nn_functional_poisson_nll_loss_cpu (__main__.TestCommonCPU) ... ok (0.718s) 2022-05-18T06:49:21.0658450Z test_dtypes_nn_functional_prelu_cpu (__main__.TestCommonCPU) ... ok (1.131s) 2022-05-18T06:49:21.9326440Z test_dtypes_nn_functional_relu6_cpu (__main__.TestCommonCPU) ... ok (0.867s) 2022-05-18T06:49:22.2361160Z test_dtypes_nn_functional_relu_cpu (__main__.TestCommonCPU) ... ok (0.303s) 2022-05-18T06:49:22.6326490Z test_dtypes_nn_functional_rrelu_cpu (__main__.TestCommonCPU) ... ok (0.396s) 2022-05-18T06:49:22.8371460Z test_dtypes_nn_functional_selu_cpu (__main__.TestCommonCPU) ... ok (0.204s) 2022-05-18T06:49:22.9812220Z test_dtypes_nn_functional_silu_complex_cpu (__main__.TestCommonCPU) ... expected failure (0.144s) 2022-05-18T06:49:23.1271850Z test_dtypes_nn_functional_silu_cpu (__main__.TestCommonCPU) ... ok (0.146s) 2022-05-18T06:49:23.6129390Z test_dtypes_nn_functional_smooth_l1_loss_cpu (__main__.TestCommonCPU) ... ok (0.486s) 2022-05-18T06:49:23.6129870Z Some dtypes for nn.functional.smooth_l1_loss on device type cpu are only partially supported! 2022-05-18T06:49:23.6130270Z The following dtypes only worked on some samples during backward: {torch.float16}. 2022-05-18T06:49:23.6130480Z 2022-05-18T06:49:24.0607830Z test_dtypes_nn_functional_soft_margin_loss_cpu (__main__.TestCommonCPU) ... ok (0.448s) 2022-05-18T06:49:24.4834790Z test_dtypes_nn_functional_softmin_cpu (__main__.TestCommonCPU) ... ok (0.423s) 2022-05-18T06:49:24.5325960Z test_dtypes_nn_functional_softmin_with_dtype_cpu (__main__.TestCommonCPU) ... ok (0.049s) 2022-05-18T06:49:24.6869600Z test_dtypes_nn_functional_softplus_cpu (__main__.TestCommonCPU) ... ok (0.154s) 2022-05-18T06:49:25.1322730Z test_dtypes_nn_functional_softshrink_cpu (__main__.TestCommonCPU) ... ok (0.445s) 2022-05-18T06:49:25.1669660Z test_dtypes_nn_functional_softsign_cpu (__main__.TestCommonCPU) ... ok (0.035s) 2022-05-18T06:49:25.2111950Z test_dtypes_nn_functional_tanhshrink_cpu (__main__.TestCommonCPU) ... ok (0.044s) 2022-05-18T06:49:25.4954900Z test_dtypes_nn_functional_threshold_cpu (__main__.TestCommonCPU) ... ok (0.284s) 2022-05-18T06:49:25.6536410Z test_dtypes_nn_functional_triplet_margin_loss_cpu (__main__.TestCommonCPU) ... ok (0.158s) 2022-05-18T06:49:25.7961290Z test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu (__main__.TestCommonCPU) ... ok (0.142s) 2022-05-18T06:49:35.7820660Z test_dtypes_nn_functional_unfold_cpu (__main__.TestCommonCPU) ... ok (9.986s) 2022-05-18T06:49:36.1006260Z test_dtypes_nn_functional_upsample_bilinear_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T06:49:36.1007650Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:49:36.1008040Z ok (0.318s) 2022-05-18T06:49:37.0189130Z test_dtypes_nn_functional_upsample_nearest_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T06:49:37.0189990Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:49:37.0190380Z ok (0.918s) 2022-05-18T06:49:39.7452570Z test_dtypes_nonzero_cpu (__main__.TestCommonCPU) ... ok (2.726s) 2022-05-18T06:49:41.3466150Z test_dtypes_norm_cpu (__main__.TestCommonCPU) ... ok (1.601s) 2022-05-18T06:49:41.5252830Z Some dtypes for norm on device type cpu are only partially supported! 2022-05-18T06:49:41.5253730Z test_dtypes_norm_fro_cpu (__main__.TestCommonCPU) ... ok (0.179s) 2022-05-18T06:49:41.5254350Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.float16, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64}. 2022-05-18T06:49:41.5255160Z The following dtypes only worked on some samples during backward: {torch.float16}. 2022-05-18T06:49:41.5255370Z 2022-05-18T06:49:41.6850390Z test_dtypes_norm_inf_cpu (__main__.TestCommonCPU) ... ok (0.159s) 2022-05-18T06:49:41.8876410Z test_dtypes_norm_nuc_cpu (__main__.TestCommonCPU) ... ok (0.203s) 2022-05-18T06:49:42.3519730Z test_dtypes_normal_cpu (__main__.TestCommonCPU) ... ok (0.464s) 2022-05-18T06:49:42.4515030Z test_dtypes_normal_number_mean_cpu (__main__.TestCommonCPU) ... ok (0.099s) 2022-05-18T06:49:42.7488000Z test_dtypes_ones_like_cpu (__main__.TestCommonCPU) ... ok (0.297s) 2022-05-18T06:49:54.7647040Z test_dtypes_ormqr_cpu (__main__.TestCommonCPU) ... expected failure (12.016s) 2022-05-18T06:49:54.8303250Z test_dtypes_outer_cpu (__main__.TestCommonCPU) ... ok (0.065s) 2022-05-18T06:50:04.7909520Z test_dtypes_pca_lowrank_cpu (__main__.TestCommonCPU) ... ok (9.961s) 2022-05-18T06:50:04.7910120Z Some dtypes for pca_lowrank on device type cpu are only partially supported! 2022-05-18T06:50:04.7911040Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.complex128, torch.int8, torch.bool, torch.int16, torch.int32, torch.int64, torch.complex64, torch.bfloat16}. 2022-05-18T06:50:04.7911590Z The following dtypes only worked on some samples during backward: {torch.complex128, torch.complex64, torch.bfloat16}. 2022-05-18T06:50:04.7911840Z 2022-05-18T06:50:05.0301270Z test_dtypes_permute_cpu (__main__.TestCommonCPU) ... ok (0.239s) 2022-05-18T06:50:05.1283320Z test_dtypes_pinverse_cpu (__main__.TestCommonCPU) ... ok (0.098s) 2022-05-18T06:50:05.7618370Z test_dtypes_polar_cpu (__main__.TestCommonCPU) ... ok (0.633s) 2022-05-18T06:50:05.9600220Z test_dtypes_polygamma_polygamma_n_0_cpu (__main__.TestCommonCPU) ... ok (0.198s) 2022-05-18T06:50:05.9659230Z test_dtypes_polygamma_polygamma_n_1_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:50:05.9719310Z test_dtypes_polygamma_polygamma_n_2_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:50:05.9779250Z test_dtypes_polygamma_polygamma_n_3_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:50:05.9839370Z test_dtypes_polygamma_polygamma_n_4_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:50:06.1556260Z test_dtypes_positive_cpu (__main__.TestCommonCPU) ... ok (0.172s) 2022-05-18T06:50:06.7454370Z test_dtypes_pow_cpu (__main__.TestCommonCPU) ... ok (0.590s) 2022-05-18T06:50:09.2844470Z test_dtypes_prod_cpu (__main__.TestCommonCPU) ... ok (2.539s) 2022-05-18T06:50:09.2844860Z Some dtypes for prod on device type cpu are only partially supported! 2022-05-18T06:50:09.2845290Z The following dtypes only worked on some samples during forward: {torch.float16, torch.bfloat16}. 2022-05-18T06:50:09.2845820Z The following dtypes only worked on some samples during backward: {torch.float16, torch.bfloat16}. 2022-05-18T06:50:09.2846060Z 2022-05-18T06:50:10.5613060Z test_dtypes_put_cpu (__main__.TestCommonCPU) ... ok (1.277s) 2022-05-18T06:50:10.7057610Z test_dtypes_qr_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-05-18T06:50:10.7058620Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-05-18T06:50:10.7058910Z Q, R = torch.qr(A, some) 2022-05-18T06:50:10.7059270Z should be replaced with 2022-05-18T06:50:10.7059840Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:2497.) 2022-05-18T06:50:10.7060210Z return self.op(*args, **kwargs) 2022-05-18T06:50:10.7060420Z ok (0.144s) 2022-05-18T06:50:13.9881800Z test_dtypes_quantile_cpu (__main__.TestCommonCPU) ... ok (3.282s) 2022-05-18T06:50:14.0425650Z test_dtypes_rad2deg_cpu (__main__.TestCommonCPU) ... ok (0.054s) 2022-05-18T06:50:14.3819660Z test_dtypes_rand_like_cpu (__main__.TestCommonCPU) ... ok (0.339s) 2022-05-18T06:50:14.3820200Z Some dtypes for rand_like on device type cpu are only partially supported! 2022-05-18T06:50:14.3820660Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64}. 2022-05-18T06:50:14.3820920Z 2022-05-18T06:50:15.2140690Z test_dtypes_randint_like_cpu (__main__.TestCommonCPU) ... ok (0.832s) 2022-05-18T06:50:15.2141100Z Some dtypes for randint_like on device type cpu are only partially supported! 2022-05-18T06:50:15.2141550Z The following dtypes only worked on some samples during forward: {torch.complex128, torch.complex64, torch.bool}. 2022-05-18T06:50:15.2141800Z 2022-05-18T06:50:15.5602000Z test_dtypes_randn_like_cpu (__main__.TestCommonCPU) ... ok (0.346s) 2022-05-18T06:50:15.5602410Z Some dtypes for randn_like on device type cpu are only partially supported! 2022-05-18T06:50:15.5602860Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.bool, torch.int8, torch.int16, torch.int32, torch.int64}. 2022-05-18T06:50:15.5603150Z 2022-05-18T06:50:15.6808560Z test_dtypes_ravel_cpu (__main__.TestCommonCPU) ... ok (0.120s) 2022-05-18T06:50:15.8577070Z test_dtypes_real_cpu (__main__.TestCommonCPU) ... ok (0.177s) 2022-05-18T06:50:15.8692320Z test_dtypes_reciprocal_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:50:16.4615460Z test_dtypes_remainder_cpu (__main__.TestCommonCPU) ... ok (0.592s) 2022-05-18T06:50:16.6945670Z test_dtypes_renorm_cpu (__main__.TestCommonCPU) ... ok (0.233s) 2022-05-18T06:50:19.0290990Z test_dtypes_repeat_cpu (__main__.TestCommonCPU) ... ok (2.334s) 2022-05-18T06:50:19.2777080Z test_dtypes_repeat_interleave_cpu (__main__.TestCommonCPU) ... ok (0.248s) 2022-05-18T06:50:19.5336100Z test_dtypes_reshape_as_cpu (__main__.TestCommonCPU) ... ok (0.256s) 2022-05-18T06:50:20.1662710Z test_dtypes_reshape_cpu (__main__.TestCommonCPU) ... ok (0.633s) 2022-05-18T06:50:20.4076050Z test_dtypes_resize__cpu (__main__.TestCommonCPU) ... expected failure (0.241s) 2022-05-18T06:50:20.6583350Z test_dtypes_resize_as__cpu (__main__.TestCommonCPU) ... expected failure (0.251s) 2022-05-18T06:50:20.7820380Z test_dtypes_resolve_conj_cpu (__main__.TestCommonCPU) ... ok (0.124s) 2022-05-18T06:50:20.9044550Z test_dtypes_resolve_neg_cpu (__main__.TestCommonCPU) ... ok (0.122s) 2022-05-18T06:50:21.3659390Z test_dtypes_roll_cpu (__main__.TestCommonCPU) ... ok (0.461s) 2022-05-18T06:50:21.6009680Z test_dtypes_rot90_cpu (__main__.TestCommonCPU) ... ok (0.235s) 2022-05-18T06:50:21.6588630Z test_dtypes_round_cpu (__main__.TestCommonCPU) ... ok (0.058s) 2022-05-18T06:50:21.8169300Z test_dtypes_round_decimals_0_cpu (__main__.TestCommonCPU) ... ok (0.158s) 2022-05-18T06:50:21.8228550Z test_dtypes_round_decimals_3_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:50:21.8287250Z test_dtypes_round_decimals_neg_3_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:50:21.8583070Z test_dtypes_rsqrt_cpu (__main__.TestCommonCPU) ... ok (0.029s) 2022-05-18T06:50:22.4887620Z test_dtypes_rsub_cpu (__main__.TestCommonCPU) ... ok (0.630s) 2022-05-18T06:50:22.9083680Z test_dtypes_scatter_add_cpu (__main__.TestCommonCPU) ... ok (0.419s) 2022-05-18T06:50:23.8390250Z test_dtypes_scatter_cpu (__main__.TestCommonCPU) ... ok (0.931s) 2022-05-18T06:50:24.8640490Z test_dtypes_scatter_reduce_amax_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1550.) 2022-05-18T06:50:24.8641150Z return self.op(*args, **kwargs) 2022-05-18T06:50:24.8641360Z ok (1.025s) 2022-05-18T06:50:25.8729160Z test_dtypes_scatter_reduce_amin_cpu (__main__.TestCommonCPU) ... ok (1.009s) 2022-05-18T06:50:26.7760200Z test_dtypes_scatter_reduce_mean_cpu (__main__.TestCommonCPU) ... ok (0.903s) 2022-05-18T06:50:27.7230430Z test_dtypes_scatter_reduce_prod_cpu (__main__.TestCommonCPU) ... ok (0.947s) 2022-05-18T06:50:28.6594120Z test_dtypes_scatter_reduce_sum_cpu (__main__.TestCommonCPU) ... ok (0.936s) 2022-05-18T06:50:46.5543590Z test_dtypes_searchsorted_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: 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 ../aten/src/ATen/native/BucketizationUtils.h:35.) 2022-05-18T06:50:46.5544570Z Some dtypes for searchsorted on device type cpu are only partially supported! 2022-05-18T06:50:46.5545650Z return self.op(*args, **kwargs) 2022-05-18T06:50:46.5546010Z The following dtypes only worked on some samples during forward: {torch.bool}. 2022-05-18T06:50:46.5547770Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: 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 ../aten/src/ATen/native/BucketizationUtils.h:41.) 2022-05-18T06:50:46.5548420Z 2022-05-18T06:50:46.5549330Z return self.op(*args, **kwargs) 2022-05-18T06:50:46.5549610Z ok (17.895s) 2022-05-18T06:50:46.8453600Z test_dtypes_select_cpu (__main__.TestCommonCPU) ... ok (0.291s) 2022-05-18T06:50:47.1912050Z test_dtypes_select_scatter_cpu (__main__.TestCommonCPU) ... ok (0.346s) 2022-05-18T06:50:47.2682760Z test_dtypes_sgn_cpu (__main__.TestCommonCPU) ... ok (0.077s) 2022-05-18T06:50:47.8398100Z test_dtypes_short_cpu (__main__.TestCommonCPU) ... ok (0.571s) 2022-05-18T06:50:47.8683640Z test_dtypes_sigmoid_cpu (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:50:47.9443960Z test_dtypes_sign_cpu (__main__.TestCommonCPU) ... ok (0.076s) 2022-05-18T06:50:48.0557050Z test_dtypes_signbit_cpu (__main__.TestCommonCPU) ... ok (0.111s) 2022-05-18T06:50:48.0704210Z test_dtypes_sin_cpu (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:50:48.0990330Z test_dtypes_sinc_cpu (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:50:48.1135560Z test_dtypes_sinh_cpu (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:50:48.7571140Z test_dtypes_slice_scatter_cpu (__main__.TestCommonCPU) ... ok (0.643s) 2022-05-18T06:50:49.2150230Z test_dtypes_softmax_cpu (__main__.TestCommonCPU) ... ok (0.458s) 2022-05-18T06:50:49.2320940Z test_dtypes_softmax_with_dtype_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:50:53.1374890Z test_dtypes_sort_cpu (__main__.TestCommonCPU) ... ok (3.905s) 2022-05-18T06:50:53.5204840Z test_dtypes_sparse_sampled_addmm_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:2903: 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 ../aten/src/ATen/SparseCsrTensorImpl.cpp:68.) 2022-05-18T06:50:53.5205740Z torch.eye(m, n, device=device, dtype=dtype) 2022-05-18T06:50:53.5206170Z ok (0.383s) 2022-05-18T06:50:53.5627930Z test_dtypes_special_entr_cpu (__main__.TestCommonCPU) ... ok (0.042s) 2022-05-18T06:50:53.6383780Z test_dtypes_special_erfcx_cpu (__main__.TestCommonCPU) ... ok (0.075s) 2022-05-18T06:50:53.6997800Z test_dtypes_special_i0e_cpu (__main__.TestCommonCPU) ... ok (0.061s) 2022-05-18T06:50:53.7751970Z test_dtypes_special_i1_cpu (__main__.TestCommonCPU) ... ok (0.075s) 2022-05-18T06:50:53.8502660Z test_dtypes_special_i1e_cpu (__main__.TestCommonCPU) ... ok (0.075s) 2022-05-18T06:50:53.9260400Z test_dtypes_special_log_ndtr_cpu (__main__.TestCommonCPU) ... ok (0.076s) 2022-05-18T06:50:54.0097870Z test_dtypes_special_ndtr_cpu (__main__.TestCommonCPU) ... ok (0.084s) 2022-05-18T06:50:54.0848530Z test_dtypes_special_ndtri_cpu (__main__.TestCommonCPU) ... ok (0.075s) 2022-05-18T06:50:54.3234430Z test_dtypes_special_polygamma_special_polygamma_n_0_cpu (__main__.TestCommonCPU) ... ok (0.238s) 2022-05-18T06:50:54.5345390Z test_dtypes_special_xlog1py_cpu (__main__.TestCommonCPU) ... ok (0.211s) 2022-05-18T06:50:54.8940260Z test_dtypes_special_zeta_cpu (__main__.TestCommonCPU) ... ok (0.359s) 2022-05-18T06:50:55.0196920Z test_dtypes_split_cpu (__main__.TestCommonCPU) ... ok (0.125s) 2022-05-18T06:50:55.2070840Z test_dtypes_split_list_args_cpu (__main__.TestCommonCPU) ... ok (0.187s) 2022-05-18T06:50:55.4450380Z test_dtypes_split_with_sizes_cpu (__main__.TestCommonCPU) ... ok (0.238s) 2022-05-18T06:50:55.4596460Z test_dtypes_sqrt_cpu (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:50:55.6357810Z test_dtypes_square_cpu (__main__.TestCommonCPU) ... ok (0.176s) 2022-05-18T06:50:56.0364410Z test_dtypes_squeeze_cpu (__main__.TestCommonCPU) ... ok (0.401s) 2022-05-18T06:50:56.5513400Z test_dtypes_stack_cpu (__main__.TestCommonCPU) ... ok (0.515s) 2022-05-18T06:50:56.8771410Z test_dtypes_std_cpu (__main__.TestCommonCPU) ... ok (0.326s) 2022-05-18T06:50:57.6693990Z test_dtypes_std_mean_cpu (__main__.TestCommonCPU) ... expected failure (0.792s) 2022-05-18T06:50:58.1936440Z test_dtypes_stft_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/functional.py:606: 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 ../aten/src/ATen/native/SpectralOps.cpp:803.) 2022-05-18T06:50:58.1937430Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-05-18T06:50:58.1937860Z ok (0.524s) 2022-05-18T06:50:58.8539000Z Some dtypes for sub on device type cpu are only partially supported! 2022-05-18T06:50:58.8539940Z test_dtypes_sub_cpu (__main__.TestCommonCPU) ... ok (0.660s) 2022-05-18T06:50:58.8540650Z The following dtypes only worked on some samples during backward: {torch.complex32}. 2022-05-18T06:50:58.8541300Z 2022-05-18T06:51:00.0154690Z test_dtypes_sum_cpu (__main__.TestCommonCPU) ... ok (1.161s) 2022-05-18T06:51:00.3793470Z test_dtypes_sum_to_size_cpu (__main__.TestCommonCPU) ... ok (0.364s) 2022-05-18T06:51:00.8931050Z test_dtypes_svd_cpu (__main__.TestCommonCPU) ... ok (0.514s) 2022-05-18T06:51:11.1141200Z test_dtypes_svd_lowrank_cpu (__main__.TestCommonCPU) ... ok (10.221s) 2022-05-18T06:51:11.1141810Z Some dtypes for svd_lowrank on device type cpu are only partially supported! 2022-05-18T06:51:11.1142440Z The following dtypes only worked on some samples during forward: {torch.uint8, torch.complex128, torch.int8, torch.bool, torch.int16, torch.int32, torch.int64, torch.complex64, torch.bfloat16}. 2022-05-18T06:51:11.1142980Z The following dtypes only worked on some samples during backward: {torch.complex128, torch.complex64, torch.bfloat16}. 2022-05-18T06:51:11.1143300Z 2022-05-18T06:51:11.2105510Z test_dtypes_symeig_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-05-18T06:51:11.2106260Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-05-18T06:51:11.2106630Z L, _ = torch.symeig(A, upper=upper) 2022-05-18T06:51:11.2106860Z should be replaced with 2022-05-18T06:51:11.2107260Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-05-18T06:51:11.2108020Z and 2022-05-18T06:51:11.2108240Z L, V = torch.symeig(A, eigenvectors=True) 2022-05-18T06:51:11.2108460Z should be replaced with 2022-05-18T06:51:11.2109020Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:3041.) 2022-05-18T06:51:11.2109380Z return self.op(*args, **kwargs) 2022-05-18T06:51:11.2109580Z ok (0.096s) 2022-05-18T06:51:11.3963900Z test_dtypes_t_cpu (__main__.TestCommonCPU) ... ok (0.186s) 2022-05-18T06:51:11.7054440Z test_dtypes_take_along_dim_cpu (__main__.TestCommonCPU) ... ok (0.309s) 2022-05-18T06:51:12.2946170Z test_dtypes_take_cpu (__main__.TestCommonCPU) ... ok (0.589s) 2022-05-18T06:51:12.3096990Z test_dtypes_tan_cpu (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:51:12.3241080Z test_dtypes_tanh_cpu (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:51:12.9061710Z test_dtypes_tensor_split_cpu (__main__.TestCommonCPU) ... ok (0.582s) 2022-05-18T06:51:13.0458050Z test_dtypes_tensordot_cpu (__main__.TestCommonCPU) ... ok (0.140s) 2022-05-18T06:51:16.1095290Z test_dtypes_tile_cpu (__main__.TestCommonCPU) ... ok (3.064s) 2022-05-18T06:51:16.1153830Z test_dtypes_to_sparse_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:51:17.0933350Z test_dtypes_topk_cpu (__main__.TestCommonCPU) ... ok (0.978s) 2022-05-18T06:51:17.0933750Z Some dtypes for topk on device type cpu are only partially supported! 2022-05-18T06:51:17.0934140Z The following dtypes only worked on some samples during forward: {torch.float16, torch.bool}. 2022-05-18T06:51:17.0935200Z The following dtypes only worked on some samples during backward: {torch.float16}. 2022-05-18T06:51:17.0935460Z 2022-05-18T06:51:17.1652050Z test_dtypes_trace_cpu (__main__.TestCommonCPU) ... ok (0.072s) 2022-05-18T06:51:17.6257580Z test_dtypes_transpose_cpu (__main__.TestCommonCPU) ... ok (0.460s) 2022-05-18T06:51:17.6954130Z test_dtypes_trapezoid_cpu (__main__.TestCommonCPU) ... ok (0.070s) 2022-05-18T06:51:17.7708430Z test_dtypes_trapz_cpu (__main__.TestCommonCPU) ... ok (0.075s) 2022-05-18T06:51:17.8778630Z test_dtypes_triangular_solve_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-05-18T06:51:17.8779470Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-05-18T06:51:17.8779860Z X = torch.triangular_solve(B, A).solution 2022-05-18T06:51:17.8780120Z should be replaced with 2022-05-18T06:51:17.8780510Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:2189.) 2022-05-18T06:51:17.8781000Z return self.op(*args, **kwargs) 2022-05-18T06:51:17.8781330Z ok (0.107s) 2022-05-18T06:51:18.1750010Z test_dtypes_tril_cpu (__main__.TestCommonCPU) ... ok (0.297s) 2022-05-18T06:51:18.4686520Z test_dtypes_triu_cpu (__main__.TestCommonCPU) ... ok (0.294s) 2022-05-18T06:51:18.5059340Z test_dtypes_true_divide_cpu (__main__.TestCommonCPU) ... ok (0.037s) 2022-05-18T06:51:18.5637680Z test_dtypes_trunc_cpu (__main__.TestCommonCPU) ... ok (0.058s) 2022-05-18T06:51:19.8472890Z test_dtypes_unfold_cpu (__main__.TestCommonCPU) ... ok (1.283s) 2022-05-18T06:51:46.0297080Z test_dtypes_unique_consecutive_cpu (__main__.TestCommonCPU) ... ok (26.182s) 2022-05-18T06:52:37.3680920Z test_dtypes_unique_cpu (__main__.TestCommonCPU) ... ok (51.338s) 2022-05-18T06:52:37.8995200Z test_dtypes_unsqueeze_cpu (__main__.TestCommonCPU) ... ok (0.531s) 2022-05-18T06:52:38.2391680Z test_dtypes_var_cpu (__main__.TestCommonCPU) ... ok (0.339s) 2022-05-18T06:52:38.2451240Z test_dtypes_var_mean_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.006s) 2022-05-18T06:52:38.3211480Z test_dtypes_vdot_cpu (__main__.TestCommonCPU) ... ok (0.076s) 2022-05-18T06:52:38.3910700Z test_dtypes_view_as_complex_cpu (__main__.TestCommonCPU) ... ok (0.070s) 2022-05-18T06:52:38.5807600Z test_dtypes_view_as_cpu (__main__.TestCommonCPU) ... ok (0.189s) 2022-05-18T06:52:38.7485100Z test_dtypes_view_as_real_cpu (__main__.TestCommonCPU) ... ok (0.168s) 2022-05-18T06:52:39.1650940Z test_dtypes_view_cpu (__main__.TestCommonCPU) ... ok (0.416s) 2022-05-18T06:52:39.2908610Z test_dtypes_vsplit_cpu (__main__.TestCommonCPU) ... ok (0.126s) 2022-05-18T06:52:39.3592050Z test_dtypes_vstack_cpu (__main__.TestCommonCPU) ... ok (0.068s) 2022-05-18T06:52:39.6771440Z test_dtypes_where_cpu (__main__.TestCommonCPU) ... ok (0.318s) 2022-05-18T06:52:39.8105280Z test_dtypes_xlogy_cpu (__main__.TestCommonCPU) ... ok (0.133s) 2022-05-18T06:52:40.0001190Z test_dtypes_zero__cpu (__main__.TestCommonCPU) ... ok (0.189s) 2022-05-18T06:52:40.3213730Z test_dtypes_zeros_like_cpu (__main__.TestCommonCPU) ... ok (0.321s) 2022-05-18T06:52:40.3233580Z test_errors___radd___cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.3250360Z test_errors___rand___cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.3266130Z test_errors___rdiv___cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.3281490Z test_errors___rmod___cpu (__main__.TestCommonCPU) ... ok (0.001s) 2022-05-18T06:52:40.3297420Z test_errors___rmul___cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.3313630Z test_errors___ror___cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.3330000Z test_errors___rpow___cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.3346510Z test_errors___rsub___cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.3363040Z test_errors___rxor___cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.3383230Z test_errors__refs_add_cpu (__main__.TestCommonCPU) ... expected failure (0.002s) 2022-05-18T06:52:40.3570650Z test_errors__refs_amax_cpu (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:52:40.3751310Z test_errors__refs_amin_cpu (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:52:40.3778220Z test_errors__refs_atan2_cpu (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:52:40.4113770Z test_errors__refs_bitwise_and_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:52:40.4445740Z test_errors__refs_bitwise_left_shift_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:52:40.4776900Z test_errors__refs_bitwise_or_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:52:40.5109500Z test_errors__refs_bitwise_xor_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:52:40.5133450Z test_errors__refs_eq_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.5151690Z test_errors__refs_float_power_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.5173200Z test_errors__refs_ge_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.5194310Z test_errors__refs_gt_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.5219570Z test_errors__refs_igamma_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.5244920Z test_errors__refs_igammac_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.5261810Z test_errors__refs_isclose_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.5282820Z test_errors__refs_le_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.5306320Z test_errors__refs_logical_and_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.5328990Z test_errors__refs_logical_or_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.5350180Z test_errors__refs_lt_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.5370380Z test_errors__refs_maximum_cpu (__main__.TestCommonCPU) ... expected failure (0.002s) 2022-05-18T06:52:40.5389970Z test_errors__refs_minimum_cpu (__main__.TestCommonCPU) ... expected failure (0.002s) 2022-05-18T06:52:40.5407900Z test_errors__refs_mul_cpu (__main__.TestCommonCPU) ... expected failure (0.002s) 2022-05-18T06:52:40.5429990Z test_errors__refs_ne_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.5517560Z test_errors__refs_neg_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:40.5544650Z test_errors__refs_nextafter_cpu (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:52:40.5562480Z test_errors__refs_pow_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.5589740Z test_errors__refs_reshape_cpu (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:52:40.5608220Z test_errors__refs_sub_cpu (__main__.TestCommonCPU) ... expected failure (0.002s) 2022-05-18T06:52:40.5627240Z test_errors__refs_true_divide_cpu (__main__.TestCommonCPU) ... expected failure (0.002s) 2022-05-18T06:52:40.5642520Z test_errors_add_cpu (__main__.TestCommonCPU) ... ok (0.001s) 2022-05-18T06:52:40.6139260Z test_errors_amax_cpu (__main__.TestCommonCPU) ... ok (0.049s) 2022-05-18T06:52:40.6655390Z test_errors_amin_cpu (__main__.TestCommonCPU) ... ok (0.051s) 2022-05-18T06:52:40.7047320Z test_errors_aminmax_cpu (__main__.TestCommonCPU) ... ok (0.039s) 2022-05-18T06:52:40.7067920Z test_errors_atan2_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.7364900Z test_errors_bitwise_and_cpu (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:52:40.7666930Z test_errors_bitwise_left_shift_cpu (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:52:40.7748990Z test_errors_bitwise_not_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:40.8045900Z test_errors_bitwise_or_cpu (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:52:40.8340000Z test_errors_bitwise_right_shift_cpu (__main__.TestCommonCPU) ... ok (0.029s) 2022-05-18T06:52:40.8628370Z test_errors_bitwise_xor_cpu (__main__.TestCommonCPU) ... ok (0.029s) 2022-05-18T06:52:40.8647790Z test_errors_complex_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.8666090Z test_errors_copysign_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.9079170Z test_errors_cov_cpu (__main__.TestCommonCPU) ... ok (0.041s) 2022-05-18T06:52:40.9098110Z test_errors_diag_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.9112850Z test_errors_div_floor_rounding_cpu (__main__.TestCommonCPU) ... ok (0.001s) 2022-05-18T06:52:40.9127720Z test_errors_div_no_rounding_mode_cpu (__main__.TestCommonCPU) ... ok (0.001s) 2022-05-18T06:52:40.9142640Z test_errors_div_trunc_rounding_cpu (__main__.TestCommonCPU) ... ok (0.001s) 2022-05-18T06:52:40.9252820Z test_errors_dsplit_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:40.9411690Z test_errors_eig_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:52:40.9431350Z test_errors_eq_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.9448080Z test_errors_float_power_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.9463220Z test_errors_floor_divide_cpu (__main__.TestCommonCPU) ... ok (0.001s) 2022-05-18T06:52:40.9481290Z test_errors_fmax_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.9500210Z test_errors_fmin_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:40.9517520Z test_errors_fmod_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.0164470Z test_errors_gather_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: An output with one or more elements was resized since it had shape [6], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:52:41.0165370Z return self.op(*args, **kwargs) 2022-05-18T06:52:41.0166640Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: An output with one or more elements was resized since it had shape [1], 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:52:41.0168060Z return self.op(*args, **kwargs) 2022-05-18T06:52:41.0168270Z ok (0.064s) 2022-05-18T06:52:41.0183700Z test_errors_gcd_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.0201100Z test_errors_ge_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.1290890Z test_errors_gradient_cpu (__main__.TestCommonCPU) ... ok (0.109s) 2022-05-18T06:52:41.1310360Z test_errors_gt_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.1328110Z test_errors_heaviside_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.1436450Z test_errors_hsplit_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:41.1455940Z test_errors_hypot_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.1473930Z test_errors_igamma_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.1491580Z test_errors_igammac_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.1565240Z test_errors_index_select_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:41.1584550Z test_errors_isclose_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.1600610Z test_errors_jiterator_binary_cpu (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:52:41.1907020Z test_errors_kthvalue_cpu (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:52:41.1926690Z test_errors_lcm_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.1944930Z test_errors_ldexp_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.1962570Z test_errors_le_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.1978800Z test_errors_linalg_lstsq_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.1995060Z test_errors_linalg_lstsq_grad_oriented_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.2013450Z test_errors_logical_and_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.2031920Z test_errors_logical_or_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.2050310Z test_errors_logical_xor_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.2068440Z test_errors_lt_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.2262410Z test_errors_masked_select_cpu (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:52:41.2347910Z test_errors_max_binary_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:41.2368850Z test_errors_maximum_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.2597850Z test_errors_mean_cpu (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:52:41.2682790Z test_errors_min_binary_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:41.2703030Z test_errors_minimum_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.2718750Z test_errors_mul_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.3458280Z test_errors_multinomial_cpu (__main__.TestCommonCPU) ... ok (0.074s) 2022-05-18T06:52:41.3478170Z test_errors_ne_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.3553040Z test_errors_neg_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:41.3573340Z test_errors_nextafter_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.3707260Z test_errors_nn_functional_embedding_cpu (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:52:41.3790760Z test_errors_ormqr_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:41.3811270Z test_errors_polar_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.3828750Z test_errors_pow_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.3846030Z test_errors_remainder_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.3921490Z test_errors_renorm_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:41.4003040Z test_errors_reshape_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:41.4022350Z test_errors_rsub_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.4411970Z test_errors_scatter_add_cpu (__main__.TestCommonCPU) ... ok (0.039s) 2022-05-18T06:52:41.4804960Z test_errors_scatter_cpu (__main__.TestCommonCPU) ... ok (0.039s) 2022-05-18T06:52:41.4823310Z test_errors_special_xlog1py_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.4839700Z test_errors_special_zeta_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.4854830Z test_errors_sub_cpu (__main__.TestCommonCPU) ... ok (0.001s) 2022-05-18T06:52:41.5040380Z test_errors_take_cpu (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:52:41.5057450Z test_errors_true_divide_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.5165420Z test_errors_vsplit_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:41.5182480Z test_errors_where_cpu (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5199570Z test_errors_xlogy_cpu (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:52:41.5219870Z test_multiple_devices_H_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5239830Z test_multiple_devices_H_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5258760Z test_multiple_devices_T_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5278350Z test_multiple_devices_T_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5298270Z test_multiple_devices___getitem___cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5318230Z test_multiple_devices___getitem___cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5337880Z test_multiple_devices___radd___cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5357610Z test_multiple_devices___radd___cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5377650Z test_multiple_devices___rand___cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5397300Z test_multiple_devices___rdiv___cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5416930Z test_multiple_devices___rdiv___cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5436940Z test_multiple_devices___rmatmul___cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5456370Z test_multiple_devices___rmatmul___cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5476010Z test_multiple_devices___rmod___cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5496250Z test_multiple_devices___rmul___cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5515910Z test_multiple_devices___rmul___cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5536120Z test_multiple_devices___ror___cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5555980Z test_multiple_devices___rpow___cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5575520Z test_multiple_devices___rpow___cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5595570Z test_multiple_devices___rsub___cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5615360Z test_multiple_devices___rsub___cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5634880Z test_multiple_devices___rxor___cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5654690Z test_multiple_devices__masked_amax_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5674360Z test_multiple_devices__masked_amax_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5694160Z test_multiple_devices__masked_amin_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5714100Z test_multiple_devices__masked_amin_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5734220Z test_multiple_devices__masked_argmax_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5755070Z test_multiple_devices__masked_argmax_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5775030Z test_multiple_devices__masked_argmin_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5794620Z test_multiple_devices__masked_argmin_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5813930Z test_multiple_devices__masked_log_softmax_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5834340Z test_multiple_devices__masked_mean_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5853690Z test_multiple_devices__masked_mean_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5873470Z test_multiple_devices__masked_norm_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5893280Z test_multiple_devices__masked_normalize_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5913010Z test_multiple_devices__masked_prod_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5932760Z test_multiple_devices__masked_prod_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5952400Z test_multiple_devices__masked_softmax_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5971920Z test_multiple_devices__masked_softmin_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.5991750Z test_multiple_devices__masked_std_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6011650Z test_multiple_devices__masked_std_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6031290Z test_multiple_devices__masked_sum_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6051130Z test_multiple_devices__masked_sum_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6071010Z test_multiple_devices__masked_var_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6090750Z test_multiple_devices__masked_var_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6111070Z test_multiple_devices_abs_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6131060Z test_multiple_devices_abs_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6150600Z test_multiple_devices_acos_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6170380Z test_multiple_devices_acos_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6190060Z test_multiple_devices_acosh_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6209850Z test_multiple_devices_acosh_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6229830Z test_multiple_devices_add_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6249470Z test_multiple_devices_add_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6269640Z test_multiple_devices_addbmm_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6290980Z test_multiple_devices_addbmm_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6310800Z test_multiple_devices_addcdiv_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6330750Z test_multiple_devices_addcmul_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6350350Z test_multiple_devices_addcmul_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6370420Z test_multiple_devices_addmm_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6390420Z test_multiple_devices_addmm_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6410540Z test_multiple_devices_addmm_decomposed_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6430510Z test_multiple_devices_addmm_decomposed_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6449790Z test_multiple_devices_addmv_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6469960Z test_multiple_devices_addmv_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6490180Z test_multiple_devices_addr_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6509720Z test_multiple_devices_addr_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6529500Z test_multiple_devices_all_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6549530Z test_multiple_devices_all_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6569370Z test_multiple_devices_allclose_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6589080Z test_multiple_devices_amax_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6608750Z test_multiple_devices_amax_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6628650Z test_multiple_devices_amin_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6648740Z test_multiple_devices_amin_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6668800Z test_multiple_devices_aminmax_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6688760Z test_multiple_devices_aminmax_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6708380Z test_multiple_devices_angle_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6728200Z test_multiple_devices_angle_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6747790Z test_multiple_devices_any_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6767450Z test_multiple_devices_any_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6787530Z test_multiple_devices_argmax_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6807000Z test_multiple_devices_argmax_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6826680Z test_multiple_devices_argmin_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6846610Z test_multiple_devices_argmin_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6865960Z test_multiple_devices_argsort_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6886300Z test_multiple_devices_argsort_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6906470Z test_multiple_devices_argwhere_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6925740Z test_multiple_devices_argwhere_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6945760Z test_multiple_devices_as_strided_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6965560Z test_multiple_devices_as_strided_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.6985280Z test_multiple_devices_asin_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7005090Z test_multiple_devices_asin_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7024720Z test_multiple_devices_asinh_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7045020Z test_multiple_devices_asinh_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7064170Z test_multiple_devices_atan2_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7084320Z test_multiple_devices_atan2_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7104630Z test_multiple_devices_atan_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7123780Z test_multiple_devices_atan_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7143570Z test_multiple_devices_atanh_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7163190Z test_multiple_devices_atanh_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7183090Z test_multiple_devices_atleast_1d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7202820Z test_multiple_devices_atleast_1d_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7222710Z test_multiple_devices_atleast_2d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7242450Z test_multiple_devices_atleast_2d_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7262220Z test_multiple_devices_atleast_3d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7282030Z test_multiple_devices_atleast_3d_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7301720Z test_multiple_devices_baddbmm_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7321450Z test_multiple_devices_baddbmm_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7341230Z test_multiple_devices_bernoulli_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7361040Z test_multiple_devices_bfloat16_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7380900Z test_multiple_devices_bfloat16_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7400830Z test_multiple_devices_bincount_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7420510Z test_multiple_devices_bitwise_and_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7440390Z test_multiple_devices_bitwise_left_shift_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7460050Z test_multiple_devices_bitwise_not_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7479800Z test_multiple_devices_bitwise_or_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7499700Z test_multiple_devices_bitwise_right_shift_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7519250Z test_multiple_devices_bitwise_xor_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7539730Z test_multiple_devices_block_diag_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7559720Z test_multiple_devices_block_diag_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7579530Z test_multiple_devices_bmm_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7599380Z test_multiple_devices_bmm_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7618920Z test_multiple_devices_bool_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7638620Z test_multiple_devices_bool_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7659030Z test_multiple_devices_broadcast_tensors_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7678640Z test_multiple_devices_broadcast_tensors_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7698320Z test_multiple_devices_broadcast_to_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7717920Z test_multiple_devices_broadcast_to_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7737560Z test_multiple_devices_bucketize_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7757670Z test_multiple_devices_bucketize_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7777070Z test_multiple_devices_byte_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7796850Z test_multiple_devices_byte_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7816730Z test_multiple_devices_cartesian_prod_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7836200Z test_multiple_devices_cartesian_prod_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7856020Z test_multiple_devices_cat_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7875620Z test_multiple_devices_cat_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7895540Z test_multiple_devices_cdist_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7916060Z test_multiple_devices_ceil_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7935940Z test_multiple_devices_chalf_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7955970Z test_multiple_devices_chalf_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7975500Z test_multiple_devices_char_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.7995290Z test_multiple_devices_char_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8015190Z test_multiple_devices_cholesky_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8034940Z test_multiple_devices_cholesky_inverse_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8054970Z test_multiple_devices_cholesky_solve_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8074620Z test_multiple_devices_chunk_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8094510Z test_multiple_devices_chunk_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8114350Z test_multiple_devices_clamp_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8134090Z test_multiple_devices_clamp_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8154000Z test_multiple_devices_clamp_scalar_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8173760Z test_multiple_devices_clamp_scalar_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8193500Z test_multiple_devices_clone_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8213170Z test_multiple_devices_clone_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8233000Z test_multiple_devices_column_stack_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8253580Z test_multiple_devices_column_stack_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8272930Z test_multiple_devices_combinations_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8292870Z test_multiple_devices_combinations_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8312620Z test_multiple_devices_complex_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8332440Z test_multiple_devices_conj_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8352360Z test_multiple_devices_conj_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8372170Z test_multiple_devices_conj_physical_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8391970Z test_multiple_devices_conj_physical_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8411790Z test_multiple_devices_contiguous_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8431500Z test_multiple_devices_contiguous_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8451440Z test_multiple_devices_copysign_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8472120Z test_multiple_devices_copysign_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8493170Z test_multiple_devices_corrcoef_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8512730Z test_multiple_devices_corrcoef_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8532680Z test_multiple_devices_cos_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8554240Z test_multiple_devices_cos_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8575120Z test_multiple_devices_cosh_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8595530Z test_multiple_devices_cosh_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8616520Z test_multiple_devices_count_nonzero_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8635840Z test_multiple_devices_count_nonzero_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8656230Z test_multiple_devices_cov_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8676490Z test_multiple_devices_cov_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8696160Z test_multiple_devices_cross_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8716190Z test_multiple_devices_cross_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8736350Z test_multiple_devices_cummax_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8755920Z test_multiple_devices_cummax_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8777670Z test_multiple_devices_cummin_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8798360Z test_multiple_devices_cummin_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8822420Z test_multiple_devices_cumprod_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8842220Z test_multiple_devices_cumprod_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8862720Z test_multiple_devices_cumsum_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8882910Z test_multiple_devices_cumsum_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8903780Z test_multiple_devices_cumulative_trapezoid_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8924750Z test_multiple_devices_cumulative_trapezoid_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8946220Z test_multiple_devices_deg2rad_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8967310Z test_multiple_devices_deg2rad_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.8989130Z test_multiple_devices_diag_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9008940Z test_multiple_devices_diag_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9030260Z test_multiple_devices_diag_embed_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9051470Z test_multiple_devices_diag_embed_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9071390Z test_multiple_devices_diagflat_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9092020Z test_multiple_devices_diagflat_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9112080Z test_multiple_devices_diagonal_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9133120Z test_multiple_devices_diagonal_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9153920Z test_multiple_devices_diagonal_scatter_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9175640Z test_multiple_devices_diagonal_scatter_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9196520Z test_multiple_devices_diff_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9217090Z test_multiple_devices_diff_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9237630Z test_multiple_devices_digamma_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9257740Z test_multiple_devices_digamma_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9278700Z test_multiple_devices_dist_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9299930Z test_multiple_devices_div_floor_rounding_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9321160Z test_multiple_devices_div_floor_rounding_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9342530Z test_multiple_devices_div_no_rounding_mode_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9363110Z test_multiple_devices_div_no_rounding_mode_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9382900Z test_multiple_devices_div_trunc_rounding_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9403170Z test_multiple_devices_div_trunc_rounding_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9423150Z test_multiple_devices_dot_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9443330Z test_multiple_devices_dot_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9463430Z test_multiple_devices_double_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9484130Z test_multiple_devices_double_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9504040Z test_multiple_devices_dsplit_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9524400Z test_multiple_devices_dsplit_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9544620Z test_multiple_devices_dstack_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9564980Z test_multiple_devices_dstack_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9585470Z test_multiple_devices_eig_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9605450Z test_multiple_devices_einsum_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9625810Z test_multiple_devices_einsum_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9645700Z test_multiple_devices_empty_like_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9665960Z test_multiple_devices_empty_like_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9687000Z test_multiple_devices_eq_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9707700Z test_multiple_devices_eq_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9728150Z test_multiple_devices_erf_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9748340Z test_multiple_devices_erf_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9768530Z test_multiple_devices_erfc_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9789270Z test_multiple_devices_erfc_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9810330Z test_multiple_devices_erfinv_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9830440Z test_multiple_devices_erfinv_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9851220Z test_multiple_devices_exp2_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9871740Z test_multiple_devices_exp2_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9892720Z test_multiple_devices_exp_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9913340Z test_multiple_devices_exp_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9933700Z test_multiple_devices_expand_as_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9953650Z test_multiple_devices_expand_as_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9973980Z test_multiple_devices_expand_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:41.9994540Z test_multiple_devices_expand_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0015610Z test_multiple_devices_expm1_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0038140Z test_multiple_devices_expm1_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0059130Z test_multiple_devices_fft_fft2_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0080590Z test_multiple_devices_fft_fft2_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0100990Z test_multiple_devices_fft_fft_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0121690Z test_multiple_devices_fft_fft_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0142050Z test_multiple_devices_fft_fftn_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0162760Z test_multiple_devices_fft_fftn_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0183130Z test_multiple_devices_fft_fftshift_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0203780Z test_multiple_devices_fft_fftshift_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0224180Z test_multiple_devices_fft_hfft2_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0244660Z test_multiple_devices_fft_hfft2_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0265090Z test_multiple_devices_fft_hfft_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0285450Z test_multiple_devices_fft_hfft_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0307200Z test_multiple_devices_fft_hfftn_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0327390Z test_multiple_devices_fft_hfftn_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0348140Z test_multiple_devices_fft_ifft2_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0368260Z test_multiple_devices_fft_ifft2_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0389110Z test_multiple_devices_fft_ifft_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0409350Z test_multiple_devices_fft_ifft_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0431050Z test_multiple_devices_fft_ifftn_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0450770Z test_multiple_devices_fft_ifftn_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0470650Z test_multiple_devices_fft_ifftshift_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0490820Z test_multiple_devices_fft_ifftshift_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0511030Z test_multiple_devices_fft_ihfft2_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0531470Z test_multiple_devices_fft_ihfft2_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0551280Z test_multiple_devices_fft_ihfft_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0571100Z test_multiple_devices_fft_ihfft_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0591600Z test_multiple_devices_fft_ihfftn_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0612010Z test_multiple_devices_fft_ihfftn_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0632760Z test_multiple_devices_fft_irfft2_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0653070Z test_multiple_devices_fft_irfft2_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0673200Z test_multiple_devices_fft_irfft_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0695230Z test_multiple_devices_fft_irfft_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0715630Z test_multiple_devices_fft_irfftn_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0736770Z test_multiple_devices_fft_irfftn_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0756870Z test_multiple_devices_fft_rfft2_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0777610Z test_multiple_devices_fft_rfft2_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0798080Z test_multiple_devices_fft_rfft_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0818100Z test_multiple_devices_fft_rfft_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0838170Z test_multiple_devices_fft_rfftn_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0857950Z test_multiple_devices_fft_rfftn_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0878030Z test_multiple_devices_fill__cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0898140Z test_multiple_devices_fill__cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0917810Z test_multiple_devices_flatten_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0937740Z test_multiple_devices_flatten_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0957710Z test_multiple_devices_flip_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0977510Z test_multiple_devices_flip_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.0997460Z test_multiple_devices_fliplr_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1017170Z test_multiple_devices_fliplr_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1037140Z test_multiple_devices_flipud_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1056660Z test_multiple_devices_flipud_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1076250Z test_multiple_devices_float_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1096230Z test_multiple_devices_float_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1116040Z test_multiple_devices_float_power_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1136040Z test_multiple_devices_float_power_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1155900Z test_multiple_devices_floor_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1175570Z test_multiple_devices_floor_divide_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1195300Z test_multiple_devices_floor_divide_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1214930Z test_multiple_devices_fmax_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1234770Z test_multiple_devices_fmax_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1254420Z test_multiple_devices_fmin_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1274020Z test_multiple_devices_fmin_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1295200Z test_multiple_devices_fmod_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1315020Z test_multiple_devices_fmod_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1334860Z test_multiple_devices_frac_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1355070Z test_multiple_devices_frexp_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1374190Z test_multiple_devices_full_like_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1394110Z test_multiple_devices_full_like_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1413790Z test_multiple_devices_gather_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1433550Z test_multiple_devices_gather_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1453240Z test_multiple_devices_gcd_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1473230Z test_multiple_devices_ge_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1493690Z test_multiple_devices_ge_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1513750Z test_multiple_devices_geqrf_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1533280Z test_multiple_devices_gradient_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1552890Z test_multiple_devices_gradient_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1572630Z test_multiple_devices_gt_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1592820Z test_multiple_devices_gt_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1612500Z test_multiple_devices_half_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1632260Z test_multiple_devices_half_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1652020Z test_multiple_devices_heaviside_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1671800Z test_multiple_devices_heaviside_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1692350Z test_multiple_devices_histc_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1712180Z test_multiple_devices_histogram_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1732160Z test_multiple_devices_histogramdd_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1752260Z test_multiple_devices_hsplit_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1771860Z test_multiple_devices_hsplit_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1792030Z test_multiple_devices_hstack_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1812320Z test_multiple_devices_hstack_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1832950Z test_multiple_devices_hypot_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1853630Z test_multiple_devices_i0_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1873720Z test_multiple_devices_i0_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1893910Z test_multiple_devices_igamma_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1915150Z test_multiple_devices_igammac_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1936870Z test_multiple_devices_index_add_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1959540Z test_multiple_devices_index_add_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.1980540Z test_multiple_devices_index_copy_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2002790Z test_multiple_devices_index_copy_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2024320Z test_multiple_devices_index_fill_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2045630Z test_multiple_devices_index_fill_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2067000Z test_multiple_devices_index_put_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2088280Z test_multiple_devices_index_put_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2110230Z test_multiple_devices_index_reduce_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2131780Z test_multiple_devices_index_select_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2153630Z test_multiple_devices_index_select_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2175500Z test_multiple_devices_inner_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2197870Z test_multiple_devices_inner_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2220680Z test_multiple_devices_int_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2243350Z test_multiple_devices_int_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2266190Z test_multiple_devices_inverse_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2288770Z test_multiple_devices_isclose_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2310540Z test_multiple_devices_isclose_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2331510Z test_multiple_devices_isfinite_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2352500Z test_multiple_devices_isfinite_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2373380Z test_multiple_devices_isin_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2394290Z test_multiple_devices_isin_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2414780Z test_multiple_devices_isinf_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2434510Z test_multiple_devices_isinf_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2454240Z test_multiple_devices_isnan_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2474030Z test_multiple_devices_isnan_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2494240Z test_multiple_devices_isneginf_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2514280Z test_multiple_devices_isneginf_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2539090Z test_multiple_devices_isposinf_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2559010Z test_multiple_devices_isposinf_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2580270Z test_multiple_devices_isreal_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2600150Z test_multiple_devices_isreal_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2620530Z test_multiple_devices_istft_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2640190Z test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2660000Z test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2680300Z test_multiple_devices_jiterator_binary_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2699890Z test_multiple_devices_jiterator_binary_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2719680Z test_multiple_devices_jiterator_unary_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2739640Z test_multiple_devices_jiterator_unary_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2760000Z test_multiple_devices_kron_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2779460Z test_multiple_devices_kron_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2799820Z test_multiple_devices_kthvalue_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2819280Z test_multiple_devices_kthvalue_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2839680Z test_multiple_devices_lcm_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2859110Z test_multiple_devices_ldexp_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2879070Z test_multiple_devices_ldexp_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2899120Z test_multiple_devices_le_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2919380Z test_multiple_devices_le_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2939430Z test_multiple_devices_lerp_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2959960Z test_multiple_devices_lgamma_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2979620Z test_multiple_devices_lgamma_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.2999620Z test_multiple_devices_linalg_cholesky_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3019750Z test_multiple_devices_linalg_cholesky_ex_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3040190Z test_multiple_devices_linalg_cond_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3060240Z test_multiple_devices_linalg_cross_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3080090Z test_multiple_devices_linalg_cross_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3100160Z test_multiple_devices_linalg_det_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3120570Z test_multiple_devices_linalg_eig_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3140980Z test_multiple_devices_linalg_eigh_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3160800Z test_multiple_devices_linalg_eigvals_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3180590Z test_multiple_devices_linalg_eigvalsh_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3201290Z test_multiple_devices_linalg_householder_product_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3220740Z test_multiple_devices_linalg_inv_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3240560Z test_multiple_devices_linalg_inv_ex_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3260850Z test_multiple_devices_linalg_ldl_factor_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3280600Z test_multiple_devices_linalg_ldl_factor_ex_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3301290Z test_multiple_devices_linalg_ldl_solve_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3321300Z test_multiple_devices_linalg_lstsq_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3340940Z test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3361200Z test_multiple_devices_linalg_lu_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3380780Z test_multiple_devices_linalg_lu_factor_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3400870Z test_multiple_devices_linalg_lu_factor_ex_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3421290Z test_multiple_devices_linalg_matrix_norm_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3441610Z test_multiple_devices_linalg_matrix_power_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3461670Z test_multiple_devices_linalg_matrix_rank_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3481650Z test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3501710Z test_multiple_devices_linalg_multi_dot_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3521540Z test_multiple_devices_linalg_multi_dot_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3541420Z test_multiple_devices_linalg_norm_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3561410Z test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3581130Z test_multiple_devices_linalg_pinv_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3601300Z test_multiple_devices_linalg_pinv_hermitian_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3621410Z test_multiple_devices_linalg_pinv_singular_cpu_float32 (__main__.TestCommonCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:52:42.3641430Z test_multiple_devices_linalg_qr_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3661270Z test_multiple_devices_linalg_slogdet_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3681120Z test_multiple_devices_linalg_solve_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3701190Z test_multiple_devices_linalg_solve_triangular_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3721550Z test_multiple_devices_linalg_svd_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3741890Z test_multiple_devices_linalg_svdvals_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3762290Z test_multiple_devices_linalg_tensorinv_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3782560Z test_multiple_devices_linalg_tensorsolve_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3802380Z test_multiple_devices_linalg_vander_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3822200Z test_multiple_devices_linalg_vander_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3842460Z test_multiple_devices_linalg_vector_norm_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3862370Z test_multiple_devices_log10_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3882420Z test_multiple_devices_log10_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3902350Z test_multiple_devices_log1p_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3922180Z test_multiple_devices_log1p_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3941980Z test_multiple_devices_log2_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3961950Z test_multiple_devices_log2_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.3982470Z test_multiple_devices_log_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4003360Z test_multiple_devices_log_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4024090Z test_multiple_devices_log_softmax_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4044450Z test_multiple_devices_log_softmax_dtype_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4065880Z test_multiple_devices_log_softmax_dtype_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4086840Z test_multiple_devices_logaddexp2_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4107480Z test_multiple_devices_logaddexp_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4127610Z test_multiple_devices_logcumsumexp_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4147780Z test_multiple_devices_logdet_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4167790Z test_multiple_devices_logical_and_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4187910Z test_multiple_devices_logical_and_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4208230Z test_multiple_devices_logical_not_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4228420Z test_multiple_devices_logical_not_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4248610Z test_multiple_devices_logical_or_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4268690Z test_multiple_devices_logical_or_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4289260Z test_multiple_devices_logical_xor_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4309290Z test_multiple_devices_logical_xor_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4329560Z test_multiple_devices_logit_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4350520Z test_multiple_devices_logit_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4372220Z test_multiple_devices_logsumexp_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4392740Z test_multiple_devices_logsumexp_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4413590Z test_multiple_devices_long_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4434310Z test_multiple_devices_long_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4455420Z test_multiple_devices_lt_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4476990Z test_multiple_devices_lt_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4498180Z test_multiple_devices_lu_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4518720Z test_multiple_devices_lu_solve_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4539320Z test_multiple_devices_lu_unpack_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4560490Z test_multiple_devices_mH_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4582740Z test_multiple_devices_mH_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4603890Z test_multiple_devices_mT_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4624510Z test_multiple_devices_mT_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4644940Z test_multiple_devices_masked_fill_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4666140Z test_multiple_devices_masked_fill_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4686900Z test_multiple_devices_masked_scatter_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4708840Z test_multiple_devices_masked_scatter_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4729810Z test_multiple_devices_masked_select_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4750530Z test_multiple_devices_masked_select_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4770880Z test_multiple_devices_matmul_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4791530Z test_multiple_devices_matmul_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4811960Z test_multiple_devices_matrix_exp_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4832310Z test_multiple_devices_max_binary_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4852820Z test_multiple_devices_max_binary_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4873550Z test_multiple_devices_max_reduction_no_dim_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4894350Z test_multiple_devices_max_reduction_no_dim_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4914720Z test_multiple_devices_max_reduction_with_dim_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4935070Z test_multiple_devices_max_reduction_with_dim_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4955450Z test_multiple_devices_maximum_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4975710Z test_multiple_devices_maximum_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.4996370Z test_multiple_devices_mean_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5017030Z test_multiple_devices_median_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5037390Z test_multiple_devices_median_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5059200Z test_multiple_devices_meshgrid_list_of_tensors_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5080120Z test_multiple_devices_meshgrid_list_of_tensors_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5101610Z test_multiple_devices_meshgrid_variadic_tensors_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5122020Z test_multiple_devices_meshgrid_variadic_tensors_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5142640Z test_multiple_devices_min_binary_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5163210Z test_multiple_devices_min_binary_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5184380Z test_multiple_devices_min_reduction_no_dim_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5205680Z test_multiple_devices_min_reduction_no_dim_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5240240Z test_multiple_devices_min_reduction_with_dim_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:52:42.5260130Z test_multiple_devices_min_reduction_with_dim_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5281250Z test_multiple_devices_minimum_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5304140Z test_multiple_devices_minimum_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5325410Z test_multiple_devices_mm_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5346130Z test_multiple_devices_mm_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5366440Z test_multiple_devices_mode_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5386770Z test_multiple_devices_mode_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5407410Z test_multiple_devices_movedim_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5429020Z test_multiple_devices_movedim_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5449520Z test_multiple_devices_msort_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5470250Z test_multiple_devices_msort_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5491210Z test_multiple_devices_mul_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5511700Z test_multiple_devices_mul_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5532600Z test_multiple_devices_multinomial_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5553020Z test_multiple_devices_mv_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5573310Z test_multiple_devices_mv_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5593750Z test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5613770Z test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5628440Z test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:52:42.5641880Z test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestCommonCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:52:42.5656000Z test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:52:42.5669990Z test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestCommonCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:52:42.5691080Z test_multiple_devices_nan_to_num_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5711880Z test_multiple_devices_nan_to_num_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5731900Z test_multiple_devices_nanmean_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5754060Z test_multiple_devices_nanmedian_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5775170Z test_multiple_devices_nanmedian_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5796030Z test_multiple_devices_nanquantile_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5816660Z test_multiple_devices_nansum_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5836890Z test_multiple_devices_nansum_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5858190Z test_multiple_devices_narrow_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5880300Z test_multiple_devices_narrow_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5901460Z test_multiple_devices_ne_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5922680Z test_multiple_devices_ne_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5942990Z test_multiple_devices_neg_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5963800Z test_multiple_devices_neg_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.5984020Z test_multiple_devices_new_empty_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6004310Z test_multiple_devices_new_empty_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6024470Z test_multiple_devices_new_full_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6044270Z test_multiple_devices_new_full_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6064440Z test_multiple_devices_new_ones_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6084650Z test_multiple_devices_new_ones_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6104950Z test_multiple_devices_new_zeros_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6125360Z test_multiple_devices_new_zeros_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6145380Z test_multiple_devices_nextafter_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6165450Z test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6185290Z test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6205290Z test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6231030Z test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6246050Z test_multiple_devices_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6266180Z test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6287500Z test_multiple_devices_nn_functional_avg_pool1d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6307570Z test_multiple_devices_nn_functional_avg_pool1d_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6327780Z test_multiple_devices_nn_functional_avg_pool2d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6347560Z test_multiple_devices_nn_functional_avg_pool2d_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6367390Z test_multiple_devices_nn_functional_avg_pool3d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6387240Z test_multiple_devices_nn_functional_avg_pool3d_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6407020Z test_multiple_devices_nn_functional_batch_norm_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6426910Z test_multiple_devices_nn_functional_bilinear_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6446390Z test_multiple_devices_nn_functional_bilinear_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6466400Z test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6486200Z test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6506170Z test_multiple_devices_nn_functional_celu_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6526360Z test_multiple_devices_nn_functional_conv1d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6546660Z test_multiple_devices_nn_functional_conv1d_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6566370Z test_multiple_devices_nn_functional_conv2d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6586630Z test_multiple_devices_nn_functional_conv2d_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6608080Z test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6628420Z test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6648530Z test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6668640Z test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6689000Z test_multiple_devices_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6709690Z test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6730480Z test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6751310Z test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6771290Z test_multiple_devices_nn_functional_cosine_similarity_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6791650Z test_multiple_devices_nn_functional_cross_entropy_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6811750Z test_multiple_devices_nn_functional_ctc_loss_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6831730Z test_multiple_devices_nn_functional_dropout2d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6851920Z test_multiple_devices_nn_functional_dropout_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6871770Z test_multiple_devices_nn_functional_elu_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6891810Z test_multiple_devices_nn_functional_embedding_bag_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6911640Z test_multiple_devices_nn_functional_embedding_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6932080Z test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6952880Z test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6973030Z test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.6993660Z test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7013870Z test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7033710Z test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7053430Z test_multiple_devices_nn_functional_gelu_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7073710Z test_multiple_devices_nn_functional_glu_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7093670Z test_multiple_devices_nn_functional_grid_sample_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7113690Z test_multiple_devices_nn_functional_group_norm_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7133290Z test_multiple_devices_nn_functional_hardshrink_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7153320Z test_multiple_devices_nn_functional_hardsigmoid_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7173240Z test_multiple_devices_nn_functional_hardswish_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7193370Z test_multiple_devices_nn_functional_hardtanh_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7213150Z test_multiple_devices_nn_functional_hardtanh_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7232980Z test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7252790Z test_multiple_devices_nn_functional_huber_loss_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7272610Z test_multiple_devices_nn_functional_instance_norm_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7293520Z test_multiple_devices_nn_functional_interpolate_area_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7312810Z test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7332820Z test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7352650Z test_multiple_devices_nn_functional_interpolate_linear_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7372390Z test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7392470Z test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7413080Z test_multiple_devices_nn_functional_kl_div_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7432990Z test_multiple_devices_nn_functional_kl_div_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7452820Z test_multiple_devices_nn_functional_l1_loss_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7472660Z test_multiple_devices_nn_functional_layer_norm_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7492430Z test_multiple_devices_nn_functional_leaky_relu_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7512320Z test_multiple_devices_nn_functional_linear_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7532790Z test_multiple_devices_nn_functional_linear_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7553890Z test_multiple_devices_nn_functional_local_response_norm_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7573970Z test_multiple_devices_nn_functional_local_response_norm_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7593950Z test_multiple_devices_nn_functional_logsigmoid_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7613840Z test_multiple_devices_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7633920Z test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7653750Z test_multiple_devices_nn_functional_max_pool1d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7673890Z test_multiple_devices_nn_functional_max_pool2d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7693670Z test_multiple_devices_nn_functional_max_pool3d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7713460Z test_multiple_devices_nn_functional_max_unpool1d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7733440Z test_multiple_devices_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7753420Z test_multiple_devices_nn_functional_max_unpool2d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7773250Z test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7793340Z test_multiple_devices_nn_functional_max_unpool3d_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7813330Z test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7832940Z test_multiple_devices_nn_functional_mish_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7852880Z test_multiple_devices_nn_functional_mse_loss_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7873040Z test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7892940Z test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7912950Z test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7932490Z test_multiple_devices_nn_functional_nll_loss_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7952640Z test_multiple_devices_nn_functional_normalize_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7972370Z test_multiple_devices_nn_functional_one_hot_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.7992350Z test_multiple_devices_nn_functional_pad_circular_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8012490Z test_multiple_devices_nn_functional_pad_circular_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8032250Z test_multiple_devices_nn_functional_pad_constant_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8052280Z test_multiple_devices_nn_functional_pad_constant_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8072150Z test_multiple_devices_nn_functional_pad_reflect_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8092310Z test_multiple_devices_nn_functional_pad_replicate_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8112020Z test_multiple_devices_nn_functional_pairwise_distance_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8131970Z test_multiple_devices_nn_functional_pairwise_distance_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8151960Z test_multiple_devices_nn_functional_pdist_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8171760Z test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8191700Z test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8211650Z test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8231480Z test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8251420Z test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8271610Z test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8291540Z test_multiple_devices_nn_functional_prelu_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8311180Z test_multiple_devices_nn_functional_relu6_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8331040Z test_multiple_devices_nn_functional_relu6_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8351470Z test_multiple_devices_nn_functional_relu_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8370990Z test_multiple_devices_nn_functional_relu_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8391100Z test_multiple_devices_nn_functional_rrelu_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8410810Z test_multiple_devices_nn_functional_selu_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8430700Z test_multiple_devices_nn_functional_silu_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8451090Z test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8470620Z test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8490690Z test_multiple_devices_nn_functional_softmin_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8510560Z test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8530490Z test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8550520Z test_multiple_devices_nn_functional_softplus_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8570620Z test_multiple_devices_nn_functional_softshrink_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8590410Z test_multiple_devices_nn_functional_softsign_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8610350Z test_multiple_devices_nn_functional_softsign_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8630170Z test_multiple_devices_nn_functional_tanhshrink_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8650250Z test_multiple_devices_nn_functional_tanhshrink_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8670020Z test_multiple_devices_nn_functional_threshold_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8690130Z test_multiple_devices_nn_functional_threshold_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8710100Z test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8730000Z test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8750590Z test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8769880Z test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8790830Z test_multiple_devices_nn_functional_unfold_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8810960Z test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8831080Z test_multiple_devices_nn_functional_upsample_nearest_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8851030Z test_multiple_devices_nonzero_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8870860Z test_multiple_devices_nonzero_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8891780Z test_multiple_devices_norm_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8911040Z test_multiple_devices_norm_fro_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8931140Z test_multiple_devices_norm_inf_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8950620Z test_multiple_devices_norm_nuc_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8970560Z test_multiple_devices_normal_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.8990310Z test_multiple_devices_normal_number_mean_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9010120Z test_multiple_devices_ones_like_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9029900Z test_multiple_devices_ones_like_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9049770Z test_multiple_devices_ormqr_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9069580Z test_multiple_devices_outer_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9089530Z test_multiple_devices_outer_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9109830Z test_multiple_devices_pca_lowrank_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9129670Z test_multiple_devices_permute_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9149380Z test_multiple_devices_permute_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9169150Z test_multiple_devices_pinverse_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9189680Z test_multiple_devices_polar_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9209590Z test_multiple_devices_polygamma_polygamma_n_0_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9229180Z test_multiple_devices_polygamma_polygamma_n_0_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9243150Z test_multiple_devices_polygamma_polygamma_n_1_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:52:42.9256990Z test_multiple_devices_polygamma_polygamma_n_1_cpu_int64 (__main__.TestCommonCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:52:42.9270860Z test_multiple_devices_polygamma_polygamma_n_2_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:52:42.9284560Z test_multiple_devices_polygamma_polygamma_n_2_cpu_int64 (__main__.TestCommonCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:52:42.9298590Z test_multiple_devices_polygamma_polygamma_n_3_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:52:42.9312300Z test_multiple_devices_polygamma_polygamma_n_3_cpu_int64 (__main__.TestCommonCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:52:42.9326230Z test_multiple_devices_polygamma_polygamma_n_4_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:52:42.9341330Z test_multiple_devices_polygamma_polygamma_n_4_cpu_int64 (__main__.TestCommonCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:52:42.9362150Z test_multiple_devices_positive_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9381970Z test_multiple_devices_positive_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9402360Z test_multiple_devices_pow_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9423250Z test_multiple_devices_pow_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9442660Z test_multiple_devices_prod_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9462580Z test_multiple_devices_prod_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9482440Z test_multiple_devices_put_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9502460Z test_multiple_devices_put_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9522470Z test_multiple_devices_qr_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9542410Z test_multiple_devices_quantile_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9562180Z test_multiple_devices_rad2deg_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9581910Z test_multiple_devices_rad2deg_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9601680Z test_multiple_devices_rand_like_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9621330Z test_multiple_devices_randint_like_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9641090Z test_multiple_devices_randint_like_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9660870Z test_multiple_devices_randn_like_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9680500Z test_multiple_devices_ravel_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9700370Z test_multiple_devices_ravel_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9720060Z test_multiple_devices_real_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9739920Z test_multiple_devices_real_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9759870Z test_multiple_devices_reciprocal_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9779670Z test_multiple_devices_reciprocal_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9799440Z test_multiple_devices_remainder_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9819130Z test_multiple_devices_remainder_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9838790Z test_multiple_devices_renorm_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9858500Z test_multiple_devices_repeat_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9878150Z test_multiple_devices_repeat_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9898040Z test_multiple_devices_repeat_interleave_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9917680Z test_multiple_devices_repeat_interleave_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9937470Z test_multiple_devices_reshape_as_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9957150Z test_multiple_devices_reshape_as_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9976870Z test_multiple_devices_reshape_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:42.9996690Z test_multiple_devices_reshape_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0016370Z test_multiple_devices_resize__cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0037290Z test_multiple_devices_resize__cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0057430Z test_multiple_devices_resize_as__cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0079010Z test_multiple_devices_resize_as__cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0099930Z test_multiple_devices_resolve_conj_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0119920Z test_multiple_devices_resolve_conj_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0140560Z test_multiple_devices_resolve_neg_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0161710Z test_multiple_devices_resolve_neg_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0182190Z test_multiple_devices_roll_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0202430Z test_multiple_devices_roll_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0222250Z test_multiple_devices_rot90_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0242420Z test_multiple_devices_rot90_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0262630Z test_multiple_devices_round_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0282470Z test_multiple_devices_round_decimals_0_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0297600Z test_multiple_devices_round_decimals_3_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:52:43.0311370Z test_multiple_devices_round_decimals_neg_3_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:52:43.0332640Z test_multiple_devices_rsqrt_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0354320Z test_multiple_devices_rsqrt_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0373850Z test_multiple_devices_rsub_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0394010Z test_multiple_devices_rsub_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0414140Z test_multiple_devices_scatter_add_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0434520Z test_multiple_devices_scatter_add_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0455580Z test_multiple_devices_scatter_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0474970Z test_multiple_devices_scatter_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0495010Z test_multiple_devices_scatter_reduce_amax_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0515380Z test_multiple_devices_scatter_reduce_amax_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0536990Z test_multiple_devices_scatter_reduce_amin_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0557380Z test_multiple_devices_scatter_reduce_amin_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0577590Z test_multiple_devices_scatter_reduce_mean_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0598340Z test_multiple_devices_scatter_reduce_mean_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0619740Z test_multiple_devices_scatter_reduce_prod_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0641040Z test_multiple_devices_scatter_reduce_prod_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0661860Z test_multiple_devices_scatter_reduce_sum_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0682620Z test_multiple_devices_scatter_reduce_sum_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0703610Z test_multiple_devices_searchsorted_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0724330Z test_multiple_devices_searchsorted_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0745120Z test_multiple_devices_select_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0766110Z test_multiple_devices_select_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0787220Z test_multiple_devices_select_scatter_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0808750Z test_multiple_devices_select_scatter_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0829660Z test_multiple_devices_sgn_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0850840Z test_multiple_devices_sgn_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0871560Z test_multiple_devices_short_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0892210Z test_multiple_devices_short_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0912910Z test_multiple_devices_sigmoid_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0934600Z test_multiple_devices_sigmoid_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0954570Z test_multiple_devices_sign_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0974400Z test_multiple_devices_sign_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.0995030Z test_multiple_devices_signbit_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1014920Z test_multiple_devices_signbit_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1035580Z test_multiple_devices_sin_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1056970Z test_multiple_devices_sin_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1077510Z test_multiple_devices_sinc_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1097920Z test_multiple_devices_sinc_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1117820Z test_multiple_devices_sinh_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1138110Z test_multiple_devices_sinh_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1159070Z test_multiple_devices_slice_scatter_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1179330Z test_multiple_devices_slice_scatter_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1199780Z test_multiple_devices_softmax_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1220630Z test_multiple_devices_softmax_with_dtype_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1240790Z test_multiple_devices_softmax_with_dtype_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1261940Z test_multiple_devices_sort_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1282020Z test_multiple_devices_sort_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1312560Z test_multiple_devices_sparse_sampled_addmm_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:52:43.1333270Z test_multiple_devices_special_entr_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1355030Z test_multiple_devices_special_entr_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1376050Z test_multiple_devices_special_erfcx_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1397840Z test_multiple_devices_special_erfcx_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1419050Z test_multiple_devices_special_i0e_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1439840Z test_multiple_devices_special_i0e_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1460550Z test_multiple_devices_special_i1_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1481270Z test_multiple_devices_special_i1_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1502270Z test_multiple_devices_special_i1e_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1523100Z test_multiple_devices_special_i1e_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1543900Z test_multiple_devices_special_log_ndtr_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1564840Z test_multiple_devices_special_log_ndtr_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1586150Z test_multiple_devices_special_ndtr_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1606710Z test_multiple_devices_special_ndtr_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1627750Z test_multiple_devices_special_ndtri_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1648420Z test_multiple_devices_special_ndtri_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1669170Z test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1689960Z test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1710280Z test_multiple_devices_special_xlog1py_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1730820Z test_multiple_devices_special_xlog1py_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1751730Z test_multiple_devices_special_zeta_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1772450Z test_multiple_devices_special_zeta_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1794280Z test_multiple_devices_split_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1814320Z test_multiple_devices_split_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1834580Z test_multiple_devices_split_list_args_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1854600Z test_multiple_devices_split_list_args_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1875170Z test_multiple_devices_split_with_sizes_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1895920Z test_multiple_devices_split_with_sizes_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1916390Z test_multiple_devices_sqrt_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1937180Z test_multiple_devices_sqrt_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1957440Z test_multiple_devices_square_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1977540Z test_multiple_devices_square_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.1998000Z test_multiple_devices_squeeze_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2018170Z test_multiple_devices_squeeze_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2038140Z test_multiple_devices_stack_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2058190Z test_multiple_devices_stack_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2078420Z test_multiple_devices_std_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2099000Z test_multiple_devices_std_mean_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2119230Z test_multiple_devices_stft_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2139260Z test_multiple_devices_sub_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2159310Z test_multiple_devices_sub_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2179400Z test_multiple_devices_sum_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2199990Z test_multiple_devices_sum_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2220160Z test_multiple_devices_sum_to_size_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2240720Z test_multiple_devices_sum_to_size_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2261780Z test_multiple_devices_svd_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2284310Z test_multiple_devices_svd_lowrank_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2307280Z test_multiple_devices_symeig_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2327600Z test_multiple_devices_t_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2347860Z test_multiple_devices_t_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2368720Z test_multiple_devices_take_along_dim_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2389170Z test_multiple_devices_take_along_dim_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2408950Z test_multiple_devices_take_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2428710Z test_multiple_devices_take_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2448950Z test_multiple_devices_tan_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2469140Z test_multiple_devices_tan_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2489670Z test_multiple_devices_tanh_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2519520Z test_multiple_devices_tanh_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2530250Z test_multiple_devices_tensor_split_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2552400Z test_multiple_devices_tensor_split_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2572440Z test_multiple_devices_tensordot_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2592710Z test_multiple_devices_tensordot_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2612810Z test_multiple_devices_tile_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2633180Z test_multiple_devices_tile_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2653620Z test_multiple_devices_to_sparse_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2673880Z test_multiple_devices_to_sparse_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2694050Z test_multiple_devices_topk_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2713990Z test_multiple_devices_topk_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2733950Z test_multiple_devices_trace_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2753900Z test_multiple_devices_trace_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2773720Z test_multiple_devices_transpose_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2794010Z test_multiple_devices_transpose_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2814060Z test_multiple_devices_trapezoid_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2834170Z test_multiple_devices_trapezoid_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2854630Z test_multiple_devices_trapz_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2874460Z test_multiple_devices_trapz_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2894960Z test_multiple_devices_triangular_solve_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2915250Z test_multiple_devices_tril_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2936340Z test_multiple_devices_tril_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2956520Z test_multiple_devices_triu_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2976890Z test_multiple_devices_triu_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.2997140Z test_multiple_devices_true_divide_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3017180Z test_multiple_devices_true_divide_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3037440Z test_multiple_devices_trunc_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3057890Z test_multiple_devices_unfold_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3078160Z test_multiple_devices_unfold_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3098760Z test_multiple_devices_unique_consecutive_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3119470Z test_multiple_devices_unique_consecutive_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3139150Z test_multiple_devices_unique_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3159100Z test_multiple_devices_unique_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3179470Z test_multiple_devices_unsqueeze_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3200610Z test_multiple_devices_unsqueeze_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3221260Z test_multiple_devices_var_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3242120Z test_multiple_devices_var_mean_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3262510Z test_multiple_devices_vdot_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3283210Z test_multiple_devices_vdot_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3304070Z test_multiple_devices_view_as_complex_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3324580Z test_multiple_devices_view_as_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3345130Z test_multiple_devices_view_as_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3365850Z test_multiple_devices_view_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3386610Z test_multiple_devices_view_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3407200Z test_multiple_devices_vsplit_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3427800Z test_multiple_devices_vsplit_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3448170Z test_multiple_devices_vstack_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3468260Z test_multiple_devices_vstack_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3488610Z test_multiple_devices_where_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3508650Z test_multiple_devices_where_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3529160Z test_multiple_devices_xlogy_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3549450Z test_multiple_devices_xlogy_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3569040Z test_multiple_devices_zero__cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3589210Z test_multiple_devices_zero__cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3608930Z test_multiple_devices_zeros_like_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3628970Z test_multiple_devices_zeros_like_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:52:43.3709000Z test_noncontiguous_samples_H_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:43.3785940Z test_noncontiguous_samples_H_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:43.3848120Z test_noncontiguous_samples_H_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:43.3923020Z test_noncontiguous_samples_T_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:43.3993590Z test_noncontiguous_samples_T_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:43.4053370Z test_noncontiguous_samples_T_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:43.4296090Z test_noncontiguous_samples___getitem___cpu_complex64 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:52:43.4523400Z test_noncontiguous_samples___getitem___cpu_float32 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:52:43.4638910Z test_noncontiguous_samples___getitem___cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:43.4833150Z test_noncontiguous_samples___radd___cpu_complex64 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:52:43.5013780Z test_noncontiguous_samples___radd___cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:52:43.5112450Z test_noncontiguous_samples___radd___cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:43.5208420Z test_noncontiguous_samples___rand___cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:43.5422140Z test_noncontiguous_samples___rdiv___cpu_complex64 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:52:43.5611910Z test_noncontiguous_samples___rdiv___cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:52:43.5722250Z test_noncontiguous_samples___rdiv___cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:43.6041780Z test_noncontiguous_samples___rmatmul___cpu_complex64 (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:52:43.6322550Z test_noncontiguous_samples___rmatmul___cpu_float32 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:52:43.6369120Z test_noncontiguous_samples___rmatmul___cpu_int64 (__main__.TestCommonCPU) ... skip: 67470! (0.005s) 2022-05-18T06:52:43.6561970Z test_noncontiguous_samples___rmod___cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:52:43.6770520Z test_noncontiguous_samples___rmul___cpu_complex64 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:52:43.6966200Z test_noncontiguous_samples___rmul___cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:52:43.7066790Z test_noncontiguous_samples___rmul___cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:43.7167040Z test_noncontiguous_samples___ror___cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:43.7384600Z test_noncontiguous_samples___rpow___cpu_complex64 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:52:43.7577860Z test_noncontiguous_samples___rpow___cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:52:43.7684080Z test_noncontiguous_samples___rpow___cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:43.7889280Z test_noncontiguous_samples___rsub___cpu_complex64 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:52:43.8073370Z test_noncontiguous_samples___rsub___cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:52:43.8170300Z test_noncontiguous_samples___rsub___cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:43.8265310Z test_noncontiguous_samples___rxor___cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:43.9236440Z test_noncontiguous_samples__masked_amax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.097s) 2022-05-18T06:52:43.9664740Z test_noncontiguous_samples__masked_amax_cpu_int64 (__main__.TestCommonCPU) ... ok (0.043s) 2022-05-18T06:52:44.0623710Z test_noncontiguous_samples__masked_amin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.096s) 2022-05-18T06:52:44.1040220Z test_noncontiguous_samples__masked_amin_cpu_int64 (__main__.TestCommonCPU) ... ok (0.042s) 2022-05-18T06:52:44.1403470Z test_noncontiguous_samples__masked_argmax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.036s) 2022-05-18T06:52:44.1677550Z test_noncontiguous_samples__masked_argmax_cpu_int64 (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:52:44.2048920Z test_noncontiguous_samples__masked_argmin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.037s) 2022-05-18T06:52:44.2328940Z test_noncontiguous_samples__masked_argmin_cpu_int64 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:52:44.2585450Z test_noncontiguous_samples__masked_log_softmax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:52:44.3660020Z test_noncontiguous_samples__masked_mean_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.107s) 2022-05-18T06:52:44.4731140Z test_noncontiguous_samples__masked_mean_cpu_float32 (__main__.TestCommonCPU) ... ok (0.107s) 2022-05-18T06:52:44.5318310Z test_noncontiguous_samples__masked_mean_cpu_int64 (__main__.TestCommonCPU) ... ok (0.059s) 2022-05-18T06:52:44.9899200Z test_noncontiguous_samples__masked_norm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.458s) 2022-05-18T06:52:45.0345900Z test_noncontiguous_samples__masked_normalize_cpu_float32 (__main__.TestCommonCPU) ... ok (0.045s) 2022-05-18T06:52:45.1422790Z test_noncontiguous_samples__masked_prod_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.108s) 2022-05-18T06:52:45.2423570Z test_noncontiguous_samples__masked_prod_cpu_float32 (__main__.TestCommonCPU) ... ok (0.100s) 2022-05-18T06:52:45.2855550Z test_noncontiguous_samples__masked_prod_cpu_int64 (__main__.TestCommonCPU) ... ok (0.043s) 2022-05-18T06:52:45.3103610Z test_noncontiguous_samples__masked_softmax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:52:45.3358460Z test_noncontiguous_samples__masked_softmin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:52:45.4895390Z test_noncontiguous_samples__masked_std_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.154s) 2022-05-18T06:52:45.6326620Z test_noncontiguous_samples__masked_std_cpu_float32 (__main__.TestCommonCPU) ... ok (0.143s) 2022-05-18T06:52:45.7756390Z test_noncontiguous_samples__masked_std_cpu_int64 (__main__.TestCommonCPU) ... ok (0.143s) 2022-05-18T06:52:45.8682980Z test_noncontiguous_samples__masked_sum_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.093s) 2022-05-18T06:52:45.9574760Z test_noncontiguous_samples__masked_sum_cpu_float32 (__main__.TestCommonCPU) ... ok (0.089s) 2022-05-18T06:52:45.9982350Z test_noncontiguous_samples__masked_sum_cpu_int64 (__main__.TestCommonCPU) ... ok (0.041s) 2022-05-18T06:52:46.1442640Z test_noncontiguous_samples__masked_var_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.146s) 2022-05-18T06:52:46.2817190Z test_noncontiguous_samples__masked_var_cpu_float32 (__main__.TestCommonCPU) ... ok (0.137s) 2022-05-18T06:52:46.4234280Z test_noncontiguous_samples__masked_var_cpu_int64 (__main__.TestCommonCPU) ... ok (0.142s) 2022-05-18T06:52:46.4299430Z test_noncontiguous_samples_abs_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:46.4363390Z test_noncontiguous_samples_abs_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:46.4417770Z test_noncontiguous_samples_abs_cpu_int64 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:52:46.4501340Z test_noncontiguous_samples_acos_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:46.4582620Z test_noncontiguous_samples_acos_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:46.4646230Z test_noncontiguous_samples_acos_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:46.4732820Z test_noncontiguous_samples_acosh_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:46.4813690Z test_noncontiguous_samples_acosh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:46.4876600Z test_noncontiguous_samples_acosh_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:46.5100150Z test_noncontiguous_samples_add_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:52:46.5301900Z test_noncontiguous_samples_add_cpu_float32 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:52:46.5404160Z test_noncontiguous_samples_add_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:46.5733670Z test_noncontiguous_samples_addbmm_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:52:46.5907480Z test_noncontiguous_samples_addbmm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:52:46.6000270Z test_noncontiguous_samples_addbmm_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:46.6316150Z test_noncontiguous_samples_addcdiv_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:52:46.6593670Z test_noncontiguous_samples_addcdiv_cpu_float32 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:52:46.6904350Z test_noncontiguous_samples_addcmul_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:52:46.7179910Z test_noncontiguous_samples_addcmul_cpu_float32 (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:52:46.7309710Z test_noncontiguous_samples_addcmul_cpu_int64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:52:46.7465060Z test_noncontiguous_samples_addmm_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:52:46.7573400Z test_noncontiguous_samples_addmm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:46.7642430Z test_noncontiguous_samples_addmm_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:46.7795550Z test_noncontiguous_samples_addmm_decomposed_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:52:46.7902000Z test_noncontiguous_samples_addmm_decomposed_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:46.7972280Z test_noncontiguous_samples_addmm_decomposed_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:46.8150970Z test_noncontiguous_samples_addmv_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:52:46.8312060Z test_noncontiguous_samples_addmv_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:52:46.8399020Z test_noncontiguous_samples_addmv_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:46.8534160Z test_noncontiguous_samples_addr_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:52:46.8658180Z test_noncontiguous_samples_addr_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:46.8733340Z test_noncontiguous_samples_addr_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:46.8830010Z test_noncontiguous_samples_all_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:46.8923540Z test_noncontiguous_samples_all_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:46.9014590Z test_noncontiguous_samples_all_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:46.9224010Z test_noncontiguous_samples_allclose_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:52:46.9402180Z test_noncontiguous_samples_allclose_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:52:46.9642520Z test_noncontiguous_samples_amax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:52:46.9751410Z test_noncontiguous_samples_amax_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:46.9988120Z test_noncontiguous_samples_amin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:52:47.0096700Z test_noncontiguous_samples_amin_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:47.0185680Z test_noncontiguous_samples_aminmax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:47.0260960Z test_noncontiguous_samples_aminmax_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:47.0333050Z test_noncontiguous_samples_angle_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:47.0396620Z test_noncontiguous_samples_angle_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:47.0452150Z test_noncontiguous_samples_angle_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:47.0547780Z test_noncontiguous_samples_any_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:47.0639000Z test_noncontiguous_samples_any_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:47.0729050Z test_noncontiguous_samples_any_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:47.0820700Z test_noncontiguous_samples_argmax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:47.0908760Z test_noncontiguous_samples_argmax_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:47.0999670Z test_noncontiguous_samples_argmin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:47.1087520Z test_noncontiguous_samples_argmin_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:47.1253400Z test_noncontiguous_samples_argsort_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:52:47.1415750Z test_noncontiguous_samples_argsort_cpu_int64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:52:47.1490600Z test_noncontiguous_samples_argwhere_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:47.1563090Z test_noncontiguous_samples_argwhere_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:47.1632680Z test_noncontiguous_samples_argwhere_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:47.1729770Z test_noncontiguous_samples_as_strided_cpu_complex64 (__main__.TestCommonCPU) ... expected failure (0.010s) 2022-05-18T06:52:47.1805600Z test_noncontiguous_samples_as_strided_cpu_float32 (__main__.TestCommonCPU) ... expected failure (0.007s) 2022-05-18T06:52:47.1872490Z test_noncontiguous_samples_as_strided_cpu_int64 (__main__.TestCommonCPU) ... expected failure (0.007s) 2022-05-18T06:52:47.1938320Z test_noncontiguous_samples_asin_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:47.2002050Z test_noncontiguous_samples_asin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:47.2060190Z test_noncontiguous_samples_asin_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:47.2127320Z test_noncontiguous_samples_asinh_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:47.2189600Z test_noncontiguous_samples_asinh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:47.2249090Z test_noncontiguous_samples_asinh_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:47.2439650Z test_noncontiguous_samples_atan2_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:52:47.2549420Z test_noncontiguous_samples_atan2_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:47.2619740Z test_noncontiguous_samples_atan_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:47.2688820Z test_noncontiguous_samples_atan_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:47.2750770Z test_noncontiguous_samples_atan_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:47.2823790Z test_noncontiguous_samples_atanh_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:47.2893750Z test_noncontiguous_samples_atanh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:47.2955980Z test_noncontiguous_samples_atanh_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:47.3109320Z test_noncontiguous_samples_atleast_1d_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:52:47.3250920Z test_noncontiguous_samples_atleast_1d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:52:47.3335190Z test_noncontiguous_samples_atleast_1d_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:47.3491040Z test_noncontiguous_samples_atleast_2d_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:52:47.3634560Z test_noncontiguous_samples_atleast_2d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:52:47.3719750Z test_noncontiguous_samples_atleast_2d_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:47.3877960Z test_noncontiguous_samples_atleast_3d_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:52:47.4023720Z test_noncontiguous_samples_atleast_3d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:52:47.4109260Z test_noncontiguous_samples_atleast_3d_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:47.4433190Z test_noncontiguous_samples_baddbmm_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:52:47.4602450Z test_noncontiguous_samples_baddbmm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:52:47.4692800Z test_noncontiguous_samples_baddbmm_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:47.4822160Z test_noncontiguous_samples_bernoulli_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:52:47.4929610Z test_noncontiguous_samples_bfloat16_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:47.5034750Z test_noncontiguous_samples_bfloat16_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:47.5111190Z test_noncontiguous_samples_bfloat16_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:47.5227470Z test_noncontiguous_samples_bincount_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:47.5325870Z test_noncontiguous_samples_bitwise_and_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:47.5419480Z test_noncontiguous_samples_bitwise_left_shift_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:47.5480900Z test_noncontiguous_samples_bitwise_not_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:47.5575730Z test_noncontiguous_samples_bitwise_or_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:47.5669740Z test_noncontiguous_samples_bitwise_right_shift_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:47.5763000Z test_noncontiguous_samples_bitwise_xor_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:47.5838800Z test_noncontiguous_samples_block_diag_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:47.5913800Z test_noncontiguous_samples_block_diag_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:47.5974730Z test_noncontiguous_samples_block_diag_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:47.6044700Z test_noncontiguous_samples_bmm_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:47.6111270Z test_noncontiguous_samples_bmm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:47.6169890Z test_noncontiguous_samples_bmm_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:47.6244010Z test_noncontiguous_samples_bool_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:47.6317740Z test_noncontiguous_samples_bool_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:47.6385250Z test_noncontiguous_samples_bool_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:47.6473060Z test_noncontiguous_samples_broadcast_tensors_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:47.6558330Z test_noncontiguous_samples_broadcast_tensors_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:47.6619790Z test_noncontiguous_samples_broadcast_tensors_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:47.6747390Z test_noncontiguous_samples_broadcast_to_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:52:47.6867740Z test_noncontiguous_samples_broadcast_to_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:47.6940240Z test_noncontiguous_samples_broadcast_to_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:47.7128970Z test_noncontiguous_samples_bucketize_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:52:47.7296190Z test_noncontiguous_samples_bucketize_cpu_int64 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:52:47.7373250Z test_noncontiguous_samples_byte_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:47.7444670Z test_noncontiguous_samples_byte_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:47.7514480Z test_noncontiguous_samples_byte_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:47.7609890Z test_noncontiguous_samples_cartesian_prod_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:47.7702680Z test_noncontiguous_samples_cartesian_prod_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:47.7767970Z test_noncontiguous_samples_cartesian_prod_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:47.7930370Z test_noncontiguous_samples_cat_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:52:47.8079080Z test_noncontiguous_samples_cat_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:52:47.8163910Z test_noncontiguous_samples_cat_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:48.1919130Z test_noncontiguous_samples_cdist_cpu_float32 (__main__.TestCommonCPU) ... ok (0.375s) 2022-05-18T06:52:48.1983430Z test_noncontiguous_samples_ceil_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:48.2138400Z test_noncontiguous_samples_chalf_cpu_complex64 (__main__.TestCommonCPU) ... expected failure (0.015s) 2022-05-18T06:52:48.2295390Z test_noncontiguous_samples_chalf_cpu_float32 (__main__.TestCommonCPU) ... expected failure (0.016s) 2022-05-18T06:52:48.2370830Z test_noncontiguous_samples_chalf_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:48.2444330Z test_noncontiguous_samples_char_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:48.2516630Z test_noncontiguous_samples_char_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:48.2586290Z test_noncontiguous_samples_char_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:48.2821160Z test_noncontiguous_samples_cholesky_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:52:48.3029580Z test_noncontiguous_samples_cholesky_cpu_float32 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:52:48.3207360Z test_noncontiguous_samples_cholesky_inverse_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:52:48.3372640Z test_noncontiguous_samples_cholesky_inverse_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:52:48.3612120Z test_noncontiguous_samples_cholesky_solve_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:52:48.3829890Z test_noncontiguous_samples_cholesky_solve_cpu_float32 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:52:48.3951220Z test_noncontiguous_samples_chunk_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:48.4060940Z test_noncontiguous_samples_chunk_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:48.4131450Z test_noncontiguous_samples_chunk_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:48.4234320Z test_noncontiguous_samples_clamp_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:48.4302470Z test_noncontiguous_samples_clamp_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:48.4419870Z test_noncontiguous_samples_clamp_scalar_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:48.4494430Z test_noncontiguous_samples_clamp_scalar_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:48.4568400Z test_noncontiguous_samples_clone_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:48.4638380Z test_noncontiguous_samples_clone_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:48.4696090Z test_noncontiguous_samples_clone_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:48.4796280Z test_noncontiguous_samples_column_stack_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:48.4896740Z test_noncontiguous_samples_column_stack_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:48.4966850Z test_noncontiguous_samples_column_stack_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:48.5263980Z test_noncontiguous_samples_combinations_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:52:48.5548150Z test_noncontiguous_samples_combinations_cpu_float32 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:52:48.5685590Z test_noncontiguous_samples_combinations_cpu_int64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:52:48.5877530Z test_noncontiguous_samples_complex_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:52:48.5969240Z test_noncontiguous_samples_conj_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:48.6055410Z test_noncontiguous_samples_conj_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:48.6122790Z test_noncontiguous_samples_conj_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:48.6193150Z test_noncontiguous_samples_conj_physical_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:48.6260880Z test_noncontiguous_samples_conj_physical_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:48.6321770Z test_noncontiguous_samples_conj_physical_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:48.6390450Z test_noncontiguous_samples_contiguous_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:48.6457490Z test_noncontiguous_samples_contiguous_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:48.6517790Z test_noncontiguous_samples_contiguous_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:48.6709290Z test_noncontiguous_samples_copysign_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:52:48.6818340Z test_noncontiguous_samples_copysign_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:48.6957270Z test_noncontiguous_samples_corrcoef_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:52:48.7077020Z test_noncontiguous_samples_corrcoef_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:48.7153010Z test_noncontiguous_samples_corrcoef_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:48.7240820Z test_noncontiguous_samples_cos_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:48.7324900Z test_noncontiguous_samples_cos_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:48.7393310Z test_noncontiguous_samples_cos_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:48.7482830Z test_noncontiguous_samples_cosh_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:48.7570130Z test_noncontiguous_samples_cosh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:48.7639640Z test_noncontiguous_samples_cosh_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:48.7760950Z test_noncontiguous_samples_count_nonzero_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:48.7880710Z test_noncontiguous_samples_count_nonzero_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:48.7999000Z test_noncontiguous_samples_count_nonzero_cpu_int64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:48.8756900Z test_noncontiguous_samples_cov_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.076s) 2022-05-18T06:52:48.9415150Z test_noncontiguous_samples_cov_cpu_float32 (__main__.TestCommonCPU) ... ok (0.066s) 2022-05-18T06:52:48.9723250Z test_noncontiguous_samples_cov_cpu_int64 (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:52:48.9826570Z test_noncontiguous_samples_cross_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:48.9922550Z test_noncontiguous_samples_cross_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:48.9988380Z test_noncontiguous_samples_cross_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:49.0075020Z test_noncontiguous_samples_cummax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:49.0142470Z test_noncontiguous_samples_cummax_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:49.0228170Z test_noncontiguous_samples_cummin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:49.0297640Z test_noncontiguous_samples_cummin_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:49.0483780Z test_noncontiguous_samples_cumprod_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:52:49.0655440Z test_noncontiguous_samples_cumprod_cpu_float32 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:52:49.0742570Z test_noncontiguous_samples_cumprod_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:49.0841440Z test_noncontiguous_samples_cumsum_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:49.0932590Z test_noncontiguous_samples_cumsum_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:49.0997390Z test_noncontiguous_samples_cumsum_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:49.1205740Z test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:52:49.1394350Z test_noncontiguous_samples_cumulative_trapezoid_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:52:49.1495230Z test_noncontiguous_samples_cumulative_trapezoid_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:49.1576670Z test_noncontiguous_samples_deg2rad_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:49.1639810Z test_noncontiguous_samples_deg2rad_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:49.1843280Z test_noncontiguous_samples_diag_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:52:49.2037970Z test_noncontiguous_samples_diag_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:52:49.2136420Z test_noncontiguous_samples_diag_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:49.2415020Z test_noncontiguous_samples_diag_embed_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:52:49.2647970Z test_noncontiguous_samples_diag_embed_cpu_float32 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:52:49.2761400Z test_noncontiguous_samples_diag_embed_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:49.2871200Z test_noncontiguous_samples_diagflat_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:49.2977550Z test_noncontiguous_samples_diagflat_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:49.3050100Z test_noncontiguous_samples_diagflat_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:49.3268670Z test_noncontiguous_samples_diagonal_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:52:49.3469180Z test_noncontiguous_samples_diagonal_cpu_float32 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:52:49.3568890Z test_noncontiguous_samples_diagonal_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:49.3841220Z test_noncontiguous_samples_diagonal_scatter_cpu_float32 (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:52:49.3970290Z test_noncontiguous_samples_diagonal_scatter_cpu_int64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:52:49.5484230Z test_noncontiguous_samples_diff_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.151s) 2022-05-18T06:52:49.6829080Z test_noncontiguous_samples_diff_cpu_float32 (__main__.TestCommonCPU) ... ok (0.134s) 2022-05-18T06:52:49.7256630Z test_noncontiguous_samples_diff_cpu_int64 (__main__.TestCommonCPU) ... ok (0.043s) 2022-05-18T06:52:49.7343160Z test_noncontiguous_samples_digamma_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:49.7411990Z test_noncontiguous_samples_digamma_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:49.8331440Z test_noncontiguous_samples_dist_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.092s) 2022-05-18T06:52:49.9138730Z test_noncontiguous_samples_dist_cpu_float32 (__main__.TestCommonCPU) ... ok (0.081s) 2022-05-18T06:52:49.9327580Z test_noncontiguous_samples_div_floor_rounding_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:52:49.9428900Z test_noncontiguous_samples_div_floor_rounding_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:49.9639940Z test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:52:49.9834570Z test_noncontiguous_samples_div_no_rounding_mode_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:52:49.9944460Z test_noncontiguous_samples_div_no_rounding_mode_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:50.0130030Z test_noncontiguous_samples_div_trunc_rounding_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:52:50.0229260Z test_noncontiguous_samples_div_trunc_rounding_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:50.0320490Z test_noncontiguous_samples_dot_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:50.0387180Z test_noncontiguous_samples_dot_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:50.0445740Z test_noncontiguous_samples_dot_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:50.0546810Z test_noncontiguous_samples_double_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:50.0644880Z test_noncontiguous_samples_double_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:50.0714960Z test_noncontiguous_samples_double_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:50.0805500Z test_noncontiguous_samples_dsplit_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:50.0891420Z test_noncontiguous_samples_dsplit_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:50.0952400Z test_noncontiguous_samples_dsplit_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:50.1025730Z test_noncontiguous_samples_dstack_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:50.1096460Z test_noncontiguous_samples_dstack_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:50.1155360Z test_noncontiguous_samples_dstack_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:50.1232120Z test_noncontiguous_samples_eig_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:50.1304580Z test_noncontiguous_samples_eig_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:50.1522450Z test_noncontiguous_samples_einsum_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:52:50.1726600Z test_noncontiguous_samples_einsum_cpu_float32 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:52:50.1828630Z test_noncontiguous_samples_einsum_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:50.1872950Z test_noncontiguous_samples_empty_like_cpu_complex64 (__main__.TestCommonCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:52:50.1917150Z test_noncontiguous_samples_empty_like_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:52:50.1961070Z test_noncontiguous_samples_empty_like_cpu_int64 (__main__.TestCommonCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:52:50.2082850Z test_noncontiguous_samples_eq_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:50.2193700Z test_noncontiguous_samples_eq_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:50.2293170Z test_noncontiguous_samples_eq_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:50.2368240Z test_noncontiguous_samples_erf_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:50.2434200Z test_noncontiguous_samples_erf_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:50.2522210Z test_noncontiguous_samples_erfc_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:50.2638990Z test_noncontiguous_samples_erfc_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:50.2704040Z test_noncontiguous_samples_erfinv_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:50.2767460Z test_noncontiguous_samples_erfinv_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:50.2859010Z test_noncontiguous_samples_exp2_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:50.2942010Z test_noncontiguous_samples_exp2_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:50.3058560Z test_noncontiguous_samples_exp_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:52:50.3148530Z test_noncontiguous_samples_exp_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:50.3289780Z test_noncontiguous_samples_exp_cpu_int64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:50.3433710Z test_noncontiguous_samples_expand_as_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:52:50.3502440Z test_noncontiguous_samples_expand_as_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:50.3567300Z test_noncontiguous_samples_expand_as_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:50.3722680Z test_noncontiguous_samples_expand_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:52:50.3863120Z test_noncontiguous_samples_expand_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:52:50.3944700Z test_noncontiguous_samples_expand_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:50.4008440Z test_noncontiguous_samples_expm1_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:50.4065440Z test_noncontiguous_samples_expm1_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:50.4193510Z test_noncontiguous_samples_fft_fft2_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:52:50.4318250Z test_noncontiguous_samples_fft_fft2_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:50.4401840Z test_noncontiguous_samples_fft_fft2_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:50.4540070Z test_noncontiguous_samples_fft_fft_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:52:50.4673000Z test_noncontiguous_samples_fft_fft_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:52:50.4759990Z test_noncontiguous_samples_fft_fft_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:50.4908360Z test_noncontiguous_samples_fft_fftn_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:52:50.5054650Z test_noncontiguous_samples_fft_fftn_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:52:50.5146950Z test_noncontiguous_samples_fft_fftn_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:50.5258260Z test_noncontiguous_samples_fft_fftshift_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:50.5364190Z test_noncontiguous_samples_fft_fftshift_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:50.5434210Z test_noncontiguous_samples_fft_fftshift_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:50.5569500Z test_noncontiguous_samples_fft_hfft2_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:52:50.5702900Z test_noncontiguous_samples_fft_hfft2_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:52:50.5788800Z test_noncontiguous_samples_fft_hfft2_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:50.5933130Z test_noncontiguous_samples_fft_hfft_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:52:50.6070130Z test_noncontiguous_samples_fft_hfft_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:52:50.6158370Z test_noncontiguous_samples_fft_hfft_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:50.6317090Z test_noncontiguous_samples_fft_hfftn_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:52:50.6472950Z test_noncontiguous_samples_fft_hfftn_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:52:50.6567850Z test_noncontiguous_samples_fft_hfftn_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:50.6695050Z test_noncontiguous_samples_fft_ifft2_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:52:50.6820140Z test_noncontiguous_samples_fft_ifft2_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:50.6902330Z test_noncontiguous_samples_fft_ifft2_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:50.7038540Z test_noncontiguous_samples_fft_ifft_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:52:50.7175350Z test_noncontiguous_samples_fft_ifft_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:52:50.7262940Z test_noncontiguous_samples_fft_ifft_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:50.7410360Z test_noncontiguous_samples_fft_ifftn_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:52:50.7557750Z test_noncontiguous_samples_fft_ifftn_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:52:50.7649480Z test_noncontiguous_samples_fft_ifftn_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:50.7760430Z test_noncontiguous_samples_fft_ifftshift_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:50.7864670Z test_noncontiguous_samples_fft_ifftshift_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:50.7934110Z test_noncontiguous_samples_fft_ifftshift_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:50.8060350Z test_noncontiguous_samples_fft_ihfft2_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:52:50.8146540Z test_noncontiguous_samples_fft_ihfft2_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:50.8282280Z test_noncontiguous_samples_fft_ihfft_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:52:50.8369360Z test_noncontiguous_samples_fft_ihfft_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:50.8519680Z test_noncontiguous_samples_fft_ihfftn_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:52:50.8613950Z test_noncontiguous_samples_fft_ihfftn_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:50.8742540Z test_noncontiguous_samples_fft_irfft2_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:52:50.8869600Z test_noncontiguous_samples_fft_irfft2_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:52:50.8952460Z test_noncontiguous_samples_fft_irfft2_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:50.9092690Z test_noncontiguous_samples_fft_irfft_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:52:50.9230970Z test_noncontiguous_samples_fft_irfft_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:52:50.9320040Z test_noncontiguous_samples_fft_irfft_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:50.9477160Z test_noncontiguous_samples_fft_irfftn_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:52:50.9630870Z test_noncontiguous_samples_fft_irfftn_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:52:50.9727730Z test_noncontiguous_samples_fft_irfftn_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:50.9857810Z test_noncontiguous_samples_fft_rfft2_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:52:50.9946120Z test_noncontiguous_samples_fft_rfft2_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:51.0084620Z test_noncontiguous_samples_fft_rfft_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:52:51.0176040Z test_noncontiguous_samples_fft_rfft_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:51.0329550Z test_noncontiguous_samples_fft_rfftn_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:52:51.0425900Z test_noncontiguous_samples_fft_rfftn_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:51.0522570Z test_noncontiguous_samples_fill__cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:51.0614740Z test_noncontiguous_samples_fill__cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:51.0683210Z test_noncontiguous_samples_fill__cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:51.0803010Z test_noncontiguous_samples_flatten_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:51.0919030Z test_noncontiguous_samples_flatten_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:51.0994900Z test_noncontiguous_samples_flatten_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:51.1160000Z test_noncontiguous_samples_flip_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:52:51.1313180Z test_noncontiguous_samples_flip_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:52:51.1400030Z test_noncontiguous_samples_flip_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:51.1475450Z test_noncontiguous_samples_fliplr_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:51.1548220Z test_noncontiguous_samples_fliplr_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:51.1609940Z test_noncontiguous_samples_fliplr_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:51.1687300Z test_noncontiguous_samples_flipud_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:51.1763000Z test_noncontiguous_samples_flipud_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:51.1825660Z test_noncontiguous_samples_flipud_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:51.1933370Z test_noncontiguous_samples_float_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:51.2036070Z test_noncontiguous_samples_float_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:51.2112750Z test_noncontiguous_samples_float_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:51.2344630Z test_noncontiguous_samples_float_power_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:52:51.2545720Z test_noncontiguous_samples_float_power_cpu_float32 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:52:51.2649270Z test_noncontiguous_samples_float_power_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:51.2712090Z test_noncontiguous_samples_floor_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:51.2829340Z test_noncontiguous_samples_floor_divide_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:51.2927080Z test_noncontiguous_samples_floor_divide_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:51.3112290Z test_noncontiguous_samples_fmax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:52:51.3207500Z test_noncontiguous_samples_fmax_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:51.3393260Z test_noncontiguous_samples_fmin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:52:51.3487480Z test_noncontiguous_samples_fmin_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:51.3672260Z test_noncontiguous_samples_fmod_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:52:51.3771100Z test_noncontiguous_samples_fmod_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:51.3852780Z test_noncontiguous_samples_frac_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:51.3937110Z test_noncontiguous_samples_frexp_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:51.4032600Z test_noncontiguous_samples_full_like_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:51.4118830Z test_noncontiguous_samples_full_like_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:51.4195350Z test_noncontiguous_samples_full_like_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:51.4307700Z test_noncontiguous_samples_gather_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:51.4417690Z test_noncontiguous_samples_gather_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:51.4493160Z test_noncontiguous_samples_gather_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:51.4587040Z test_noncontiguous_samples_gcd_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:51.4692590Z test_noncontiguous_samples_ge_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:51.4787680Z test_noncontiguous_samples_ge_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:51.5137880Z test_noncontiguous_samples_geqrf_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.035s) 2022-05-18T06:52:51.5447170Z test_noncontiguous_samples_geqrf_cpu_float32 (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:52:51.5722430Z test_noncontiguous_samples_gradient_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:52:51.5977650Z test_noncontiguous_samples_gradient_cpu_float32 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:52:51.6115610Z test_noncontiguous_samples_gradient_cpu_int64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:52:51.6219850Z test_noncontiguous_samples_gt_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:51.6315930Z test_noncontiguous_samples_gt_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:51.6420420Z test_noncontiguous_samples_half_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:51.6519100Z test_noncontiguous_samples_half_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:51.6591060Z test_noncontiguous_samples_half_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:51.6700650Z test_noncontiguous_samples_heaviside_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:51.6796630Z test_noncontiguous_samples_heaviside_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:51.7288410Z test_noncontiguous_samples_histc_cpu_float32 (__main__.TestCommonCPU) ... ok (0.049s) 2022-05-18T06:52:51.8834930Z test_noncontiguous_samples_histogram_cpu_float32 (__main__.TestCommonCPU) ... ok (0.155s) 2022-05-18T06:52:52.0693100Z test_noncontiguous_samples_histogramdd_cpu_float32 (__main__.TestCommonCPU) ... ok (0.186s) 2022-05-18T06:52:52.0783990Z test_noncontiguous_samples_hsplit_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:52.0871120Z test_noncontiguous_samples_hsplit_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:52.0933680Z test_noncontiguous_samples_hsplit_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:52.1006370Z test_noncontiguous_samples_hstack_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:52.1077890Z test_noncontiguous_samples_hstack_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:52.1140640Z test_noncontiguous_samples_hstack_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:52.1330010Z test_noncontiguous_samples_hypot_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:52:52.1451580Z test_noncontiguous_samples_i0_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:52.1538510Z test_noncontiguous_samples_i0_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:52.1706080Z test_noncontiguous_samples_igamma_cpu_float32 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:52:52.1833060Z test_noncontiguous_samples_igammac_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:52:52.1928200Z test_noncontiguous_samples_imag_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:52.2167880Z test_noncontiguous_samples_index_add_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:52:52.2368690Z test_noncontiguous_samples_index_add_cpu_float32 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:52:52.2481680Z test_noncontiguous_samples_index_add_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:52.2608450Z test_noncontiguous_samples_index_copy_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:52.2715780Z test_noncontiguous_samples_index_copy_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:52.2791340Z test_noncontiguous_samples_index_copy_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:52.2892900Z test_noncontiguous_samples_index_fill_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:52.2988170Z test_noncontiguous_samples_index_fill_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:52.3062080Z test_noncontiguous_samples_index_fill_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:52.3197960Z test_noncontiguous_samples_index_put_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:52:52.3337560Z test_noncontiguous_samples_index_put_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:52:52.3515500Z test_noncontiguous_samples_index_put_cpu_int64 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:52:52.4173800Z test_noncontiguous_samples_index_reduce_cpu_float32 (__main__.TestCommonCPU) ... ok (0.066s) 2022-05-18T06:52:52.4275300Z test_noncontiguous_samples_index_select_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:52.4380490Z test_noncontiguous_samples_index_select_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:52.4450600Z test_noncontiguous_samples_index_select_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:52.4541890Z test_noncontiguous_samples_inner_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:52.4628880Z test_noncontiguous_samples_inner_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:52.4695640Z test_noncontiguous_samples_inner_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:52.4774850Z test_noncontiguous_samples_int_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:52.4851910Z test_noncontiguous_samples_int_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:52.4925660Z test_noncontiguous_samples_int_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:52.5094260Z test_noncontiguous_samples_inverse_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:52:52.5249920Z test_noncontiguous_samples_inverse_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:52:52.5459690Z test_noncontiguous_samples_isclose_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:52:52.5635560Z test_noncontiguous_samples_isclose_cpu_float32 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:52:52.5794610Z test_noncontiguous_samples_isclose_cpu_int64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:52:52.5868450Z test_noncontiguous_samples_isfinite_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:52.5939460Z test_noncontiguous_samples_isfinite_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:52.6005590Z test_noncontiguous_samples_isfinite_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:52.6074200Z test_noncontiguous_samples_isin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:52.6141450Z test_noncontiguous_samples_isin_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:52.6202420Z test_noncontiguous_samples_isinf_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:52.6260260Z test_noncontiguous_samples_isinf_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:52.6320160Z test_noncontiguous_samples_isinf_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:52.6378080Z test_noncontiguous_samples_isnan_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:52.6436840Z test_noncontiguous_samples_isnan_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:52.6501600Z test_noncontiguous_samples_isnan_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:52.6565240Z test_noncontiguous_samples_isneginf_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:52.6627230Z test_noncontiguous_samples_isneginf_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:52.6688500Z test_noncontiguous_samples_isposinf_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:52.6748380Z test_noncontiguous_samples_isposinf_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:52.6819650Z test_noncontiguous_samples_isreal_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:52.6888640Z test_noncontiguous_samples_isreal_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:52.6955000Z test_noncontiguous_samples_isreal_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:52.7206770Z test_noncontiguous_samples_istft_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:52:52.7447070Z test_noncontiguous_samples_istft_cpu_float32 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:52:52.7499210Z test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:52:52.7552210Z test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:52:52.7602860Z test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:52:52.7653490Z test_noncontiguous_samples_jiterator_binary_cpu_complex64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:52:52.7703380Z test_noncontiguous_samples_jiterator_binary_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:52:52.7755050Z test_noncontiguous_samples_jiterator_binary_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:52:52.7805610Z test_noncontiguous_samples_jiterator_unary_cpu_complex64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:52:52.7855580Z test_noncontiguous_samples_jiterator_unary_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:52:52.7905850Z test_noncontiguous_samples_jiterator_unary_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:52:52.7983630Z test_noncontiguous_samples_kron_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:52.8054010Z test_noncontiguous_samples_kron_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:52.8112810Z test_noncontiguous_samples_kron_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:52.8274060Z test_noncontiguous_samples_kthvalue_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:52:52.8367290Z test_noncontiguous_samples_kthvalue_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:52.8462690Z test_noncontiguous_samples_lcm_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:52.8672230Z test_noncontiguous_samples_ldexp_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:52:52.8863420Z test_noncontiguous_samples_ldexp_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:52:52.8970890Z test_noncontiguous_samples_ldexp_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:52.9079960Z test_noncontiguous_samples_le_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:52.9178740Z test_noncontiguous_samples_le_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:52.9608130Z test_noncontiguous_samples_lerp_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.043s) 2022-05-18T06:52:52.9883170Z test_noncontiguous_samples_lerp_cpu_float32 (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:52:52.9964490Z test_noncontiguous_samples_lgamma_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:53.0028060Z test_noncontiguous_samples_lgamma_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:53.0265250Z test_noncontiguous_samples_linalg_cholesky_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:52:53.0486370Z test_noncontiguous_samples_linalg_cholesky_cpu_float32 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:52:53.0743670Z test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.026s) 2022-05-18T06:52:53.0976670Z test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:52:53.1075340Z test_noncontiguous_samples_linalg_cond_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:53.1169820Z test_noncontiguous_samples_linalg_cond_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:53.1271550Z test_noncontiguous_samples_linalg_cross_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:53.1367830Z test_noncontiguous_samples_linalg_cross_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:53.1434170Z test_noncontiguous_samples_linalg_cross_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:53.1705190Z test_noncontiguous_samples_linalg_det_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:52:53.1957000Z test_noncontiguous_samples_linalg_det_cpu_float32 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:52:53.2188020Z test_noncontiguous_samples_linalg_eig_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:52:53.2411680Z test_noncontiguous_samples_linalg_eig_cpu_float32 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:52:53.2630040Z test_noncontiguous_samples_linalg_eigh_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:52:53.2813710Z test_noncontiguous_samples_linalg_eigh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:52:53.2983840Z test_noncontiguous_samples_linalg_eigvals_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:52:53.3146990Z test_noncontiguous_samples_linalg_eigvals_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:52:53.3314860Z test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:52:53.3469270Z test_noncontiguous_samples_linalg_eigvalsh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:52:53.3749160Z test_noncontiguous_samples_linalg_householder_product_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:52:53.3983000Z test_noncontiguous_samples_linalg_householder_product_cpu_float32 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:52:53.4147230Z test_noncontiguous_samples_linalg_inv_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:52:53.4295910Z test_noncontiguous_samples_linalg_inv_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:52:53.4470680Z test_noncontiguous_samples_linalg_inv_ex_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:52:53.4629690Z test_noncontiguous_samples_linalg_inv_ex_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:52:53.4723690Z test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:53.4802180Z test_noncontiguous_samples_linalg_ldl_factor_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:53.4899690Z test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:53.4982650Z test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:53.5197530Z test_noncontiguous_samples_linalg_ldl_solve_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:52:53.5351480Z test_noncontiguous_samples_linalg_ldl_solve_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:52:53.6649930Z test_noncontiguous_samples_linalg_lstsq_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.130s) 2022-05-18T06:52:53.7611250Z test_noncontiguous_samples_linalg_lstsq_cpu_float32 (__main__.TestCommonCPU) ... ok (0.096s) 2022-05-18T06:52:53.8575890Z test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.096s) 2022-05-18T06:52:53.9390970Z test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestCommonCPU) ... ok (0.081s) 2022-05-18T06:52:53.9772010Z test_noncontiguous_samples_linalg_lu_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.038s) 2022-05-18T06:52:54.0119700Z test_noncontiguous_samples_linalg_lu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.035s) 2022-05-18T06:52:54.0455820Z test_noncontiguous_samples_linalg_lu_factor_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:52:54.0756040Z test_noncontiguous_samples_linalg_lu_factor_cpu_float32 (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:52:54.1070080Z test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:52:54.1352400Z test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:52:54.2227380Z test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.087s) 2022-05-18T06:52:54.3039690Z test_noncontiguous_samples_linalg_matrix_norm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.081s) 2022-05-18T06:52:54.3349970Z test_noncontiguous_samples_linalg_matrix_power_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:52:54.3626610Z test_noncontiguous_samples_linalg_matrix_power_cpu_float32 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:52:54.3733310Z test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:54.3831720Z test_noncontiguous_samples_linalg_matrix_rank_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:54.3936230Z test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:54.4032920Z test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:54.4077230Z test_noncontiguous_samples_linalg_multi_dot_cpu_complex64 (__main__.TestCommonCPU) ... skip: 67470! (0.004s) 2022-05-18T06:52:54.4121500Z test_noncontiguous_samples_linalg_multi_dot_cpu_float32 (__main__.TestCommonCPU) ... skip: 67470! (0.004s) 2022-05-18T06:52:54.4165440Z test_noncontiguous_samples_linalg_multi_dot_cpu_int64 (__main__.TestCommonCPU) ... skip: 67470! (0.004s) 2022-05-18T06:52:54.4510590Z test_noncontiguous_samples_linalg_norm_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.034s) 2022-05-18T06:52:54.4831310Z test_noncontiguous_samples_linalg_norm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:52:54.5123960Z test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.029s) 2022-05-18T06:52:54.5403000Z test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:52:54.5820790Z test_noncontiguous_samples_linalg_pinv_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.042s) 2022-05-18T06:52:54.6191720Z test_noncontiguous_samples_linalg_pinv_cpu_float32 (__main__.TestCommonCPU) ... ok (0.037s) 2022-05-18T06:52:54.6390130Z test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:52:54.6559810Z test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:52:54.6613380Z test_noncontiguous_samples_linalg_pinv_singular_cpu_complex64 (__main__.TestCommonCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-05-18T06:52:54.6667490Z test_noncontiguous_samples_linalg_pinv_singular_cpu_float32 (__main__.TestCommonCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-05-18T06:52:54.7372770Z test_noncontiguous_samples_linalg_qr_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.070s) 2022-05-18T06:52:54.7979570Z test_noncontiguous_samples_linalg_qr_cpu_float32 (__main__.TestCommonCPU) ... ok (0.061s) 2022-05-18T06:52:54.8163460Z test_noncontiguous_samples_linalg_slogdet_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:52:54.8335100Z test_noncontiguous_samples_linalg_slogdet_cpu_float32 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:52:54.8730670Z test_noncontiguous_samples_linalg_solve_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.039s) 2022-05-18T06:52:54.9078120Z test_noncontiguous_samples_linalg_solve_cpu_float32 (__main__.TestCommonCPU) ... ok (0.035s) 2022-05-18T06:52:55.4455460Z test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.538s) 2022-05-18T06:52:55.9354630Z test_noncontiguous_samples_linalg_solve_triangular_cpu_float32 (__main__.TestCommonCPU) ... ok (0.490s) 2022-05-18T06:52:56.3935430Z test_noncontiguous_samples_linalg_svd_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.458s) 2022-05-18T06:52:56.7732310Z test_noncontiguous_samples_linalg_svd_cpu_float32 (__main__.TestCommonCPU) ... ok (0.380s) 2022-05-18T06:52:56.8177630Z test_noncontiguous_samples_linalg_svdvals_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.044s) 2022-05-18T06:52:56.8589300Z test_noncontiguous_samples_linalg_svdvals_cpu_float32 (__main__.TestCommonCPU) ... ok (0.041s) 2022-05-18T06:52:56.8673590Z test_noncontiguous_samples_linalg_tensorinv_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:56.8753250Z test_noncontiguous_samples_linalg_tensorinv_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:56.8886450Z test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:52:56.9009640Z test_noncontiguous_samples_linalg_tensorsolve_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:56.9197960Z test_noncontiguous_samples_linalg_vander_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:52:56.9368600Z test_noncontiguous_samples_linalg_vander_cpu_float32 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:52:56.9458080Z test_noncontiguous_samples_linalg_vander_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:57.0627110Z test_noncontiguous_samples_linalg_vector_norm_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.117s) 2022-05-18T06:52:57.1718960Z test_noncontiguous_samples_linalg_vector_norm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.109s) 2022-05-18T06:52:57.1812980Z test_noncontiguous_samples_log10_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:57.1900530Z test_noncontiguous_samples_log10_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:57.1969200Z test_noncontiguous_samples_log10_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:57.2037180Z test_noncontiguous_samples_log1p_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:57.2098200Z test_noncontiguous_samples_log1p_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:57.2188910Z test_noncontiguous_samples_log2_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:57.2276890Z test_noncontiguous_samples_log2_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:57.2345570Z test_noncontiguous_samples_log2_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:57.2436320Z test_noncontiguous_samples_log_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:57.2520580Z test_noncontiguous_samples_log_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:57.2589460Z test_noncontiguous_samples_log_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:57.2708050Z test_noncontiguous_samples_log_softmax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:57.2829400Z test_noncontiguous_samples_log_softmax_dtype_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:57.2946680Z test_noncontiguous_samples_log_softmax_dtype_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:57.3027720Z test_noncontiguous_samples_log_softmax_dtype_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:57.3100770Z test_noncontiguous_samples_logaddexp2_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:57.3174090Z test_noncontiguous_samples_logaddexp_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:57.3298890Z test_noncontiguous_samples_logcumsumexp_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:57.3421480Z test_noncontiguous_samples_logdet_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:57.3538990Z test_noncontiguous_samples_logical_and_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:57.3645580Z test_noncontiguous_samples_logical_and_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:57.3740270Z test_noncontiguous_samples_logical_and_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:57.3806480Z test_noncontiguous_samples_logical_not_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:57.3869930Z test_noncontiguous_samples_logical_not_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:57.3934780Z test_noncontiguous_samples_logical_not_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:57.4050380Z test_noncontiguous_samples_logical_or_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:57.4155610Z test_noncontiguous_samples_logical_or_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:57.4251880Z test_noncontiguous_samples_logical_or_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:57.4367690Z test_noncontiguous_samples_logical_xor_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:57.4473480Z test_noncontiguous_samples_logical_xor_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:57.4569430Z test_noncontiguous_samples_logical_xor_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:57.4662750Z test_noncontiguous_samples_logit_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:57.4730690Z test_noncontiguous_samples_logit_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:57.4912450Z test_noncontiguous_samples_logsumexp_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:52:57.4990250Z test_noncontiguous_samples_logsumexp_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:57.5071170Z test_noncontiguous_samples_long_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:57.5148750Z test_noncontiguous_samples_long_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:57.5223350Z test_noncontiguous_samples_long_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:57.5335820Z test_noncontiguous_samples_lt_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:57.5436680Z test_noncontiguous_samples_lt_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:57.6098880Z test_noncontiguous_samples_lu_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.066s) 2022-05-18T06:52:57.6660220Z test_noncontiguous_samples_lu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.056s) 2022-05-18T06:52:57.7967430Z test_noncontiguous_samples_lu_solve_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.131s) 2022-05-18T06:52:57.9141620Z test_noncontiguous_samples_lu_solve_cpu_float32 (__main__.TestCommonCPU) ... ok (0.117s) 2022-05-18T06:52:57.9472220Z test_noncontiguous_samples_lu_unpack_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:52:57.9777110Z test_noncontiguous_samples_lu_unpack_cpu_float32 (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:52:57.9899380Z test_noncontiguous_samples_mH_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:58.0007420Z test_noncontiguous_samples_mH_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:58.0078910Z test_noncontiguous_samples_mH_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:58.0203150Z test_noncontiguous_samples_mT_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:58.0311860Z test_noncontiguous_samples_mT_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:58.0382960Z test_noncontiguous_samples_mT_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:58.0549270Z test_noncontiguous_samples_masked_fill_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:52:58.0704730Z test_noncontiguous_samples_masked_fill_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:52:58.0797020Z test_noncontiguous_samples_masked_fill_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:58.0924500Z test_noncontiguous_samples_masked_scatter_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:52:58.1042000Z test_noncontiguous_samples_masked_scatter_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:58.1119450Z test_noncontiguous_samples_masked_scatter_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:58.1261620Z test_noncontiguous_samples_masked_select_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:52:58.1397750Z test_noncontiguous_samples_masked_select_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:52:58.1483330Z test_noncontiguous_samples_masked_select_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:58.1788170Z test_noncontiguous_samples_matmul_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:52:58.2060910Z test_noncontiguous_samples_matmul_cpu_float32 (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:52:58.2105890Z test_noncontiguous_samples_matmul_cpu_int64 (__main__.TestCommonCPU) ... skip: 67470! (0.004s) 2022-05-18T06:52:58.2215240Z test_noncontiguous_samples_matrix_exp_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:58.2318690Z test_noncontiguous_samples_matrix_exp_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:58.2508230Z test_noncontiguous_samples_max_binary_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:52:58.2603240Z test_noncontiguous_samples_max_binary_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:58.2679350Z test_noncontiguous_samples_max_reduction_no_dim_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:58.2736700Z test_noncontiguous_samples_max_reduction_no_dim_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:58.2834090Z test_noncontiguous_samples_max_reduction_with_dim_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:58.2907510Z test_noncontiguous_samples_max_reduction_with_dim_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:58.3104290Z test_noncontiguous_samples_maximum_cpu_float32 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:52:58.3203210Z test_noncontiguous_samples_maximum_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:58.3460620Z test_noncontiguous_samples_mean_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.026s) 2022-05-18T06:52:58.3705040Z test_noncontiguous_samples_mean_cpu_float32 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:52:58.3896790Z test_noncontiguous_samples_median_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:52:58.4001560Z test_noncontiguous_samples_median_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:58.4268050Z test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:52:58.4511100Z test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:52:58.4626340Z test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:58.4893080Z test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:52:58.5137090Z test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:52:58.5251960Z test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:58.5442510Z test_noncontiguous_samples_min_binary_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:52:58.5540370Z test_noncontiguous_samples_min_binary_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:58.5618050Z test_noncontiguous_samples_min_reduction_no_dim_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:58.5680100Z test_noncontiguous_samples_min_reduction_no_dim_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:58.5781210Z test_noncontiguous_samples_min_reduction_with_dim_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:58.5852960Z test_noncontiguous_samples_min_reduction_with_dim_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:58.6045610Z test_noncontiguous_samples_minimum_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:52:58.6140850Z test_noncontiguous_samples_minimum_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:58.6229220Z test_noncontiguous_samples_mm_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:58.6298580Z test_noncontiguous_samples_mm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:58.6357840Z test_noncontiguous_samples_mm_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:58.6477000Z test_noncontiguous_samples_mode_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:58.6556480Z test_noncontiguous_samples_mode_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:58.6630360Z test_noncontiguous_samples_movedim_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:58.6701440Z test_noncontiguous_samples_movedim_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:58.6761080Z test_noncontiguous_samples_movedim_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:58.6862200Z test_noncontiguous_samples_msort_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:58.6937920Z test_noncontiguous_samples_msort_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:58.7141910Z test_noncontiguous_samples_mul_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:52:58.7323540Z test_noncontiguous_samples_mul_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:52:58.7420950Z test_noncontiguous_samples_mul_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:58.7573860Z test_noncontiguous_samples_multinomial_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:52:58.7644890Z test_noncontiguous_samples_mv_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:58.7713200Z test_noncontiguous_samples_mv_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:58.7771690Z test_noncontiguous_samples_mv_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:58.7936310Z test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:52:58.8039000Z test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:58.8084530Z test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:52:58.8129000Z test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestCommonCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:52:58.8173880Z test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:52:58.8218210Z test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestCommonCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:52:58.8303680Z test_noncontiguous_samples_nan_to_num_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:58.8365380Z test_noncontiguous_samples_nan_to_num_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:58.8766490Z test_noncontiguous_samples_nanmean_cpu_float32 (__main__.TestCommonCPU) ... ok (0.040s) 2022-05-18T06:52:58.8951490Z test_noncontiguous_samples_nanmedian_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:52:58.9052300Z test_noncontiguous_samples_nanmedian_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:58.9962630Z test_noncontiguous_samples_nanquantile_cpu_float32 (__main__.TestCommonCPU) ... ok (0.091s) 2022-05-18T06:52:59.0202560Z test_noncontiguous_samples_nansum_cpu_float32 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:52:59.0314400Z test_noncontiguous_samples_nansum_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:59.0422840Z test_noncontiguous_samples_narrow_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:59.0524040Z test_noncontiguous_samples_narrow_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:59.0592300Z test_noncontiguous_samples_narrow_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:59.0707330Z test_noncontiguous_samples_ne_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:59.0812890Z test_noncontiguous_samples_ne_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:59.0908030Z test_noncontiguous_samples_ne_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:59.0972490Z test_noncontiguous_samples_neg_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:59.1036540Z test_noncontiguous_samples_neg_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:52:59.1091930Z test_noncontiguous_samples_neg_cpu_int64 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:52:59.1136810Z test_noncontiguous_samples_new_empty_cpu_complex64 (__main__.TestCommonCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:52:59.1181230Z test_noncontiguous_samples_new_empty_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:52:59.1226560Z test_noncontiguous_samples_new_empty_cpu_int64 (__main__.TestCommonCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:52:59.1327230Z test_noncontiguous_samples_new_full_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:59.1417830Z test_noncontiguous_samples_new_full_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:59.1496180Z test_noncontiguous_samples_new_full_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:59.1584160Z test_noncontiguous_samples_new_ones_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:59.1667780Z test_noncontiguous_samples_new_ones_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:59.1743650Z test_noncontiguous_samples_new_ones_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:52:59.1830540Z test_noncontiguous_samples_new_zeros_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:59.1914130Z test_noncontiguous_samples_new_zeros_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:59.1990850Z test_noncontiguous_samples_new_zeros_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:59.2103420Z test_noncontiguous_samples_nextafter_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:59.2189050Z test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:59.2296790Z test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:59.2418390Z test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:52:59.2519620Z test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:52:59.2708330Z test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:52:59.2878610Z test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:52:59.3032790Z test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:52:59.3122680Z test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:59.3256140Z test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:52:59.3337880Z test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:59.3479450Z test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:52:59.3564740Z test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:59.3856100Z test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.029s) 2022-05-18T06:52:59.4391620Z test_noncontiguous_samples_nn_functional_bilinear_cpu_float32 (__main__.TestCommonCPU) ... ok (0.053s) 2022-05-18T06:52:59.4599390Z test_noncontiguous_samples_nn_functional_bilinear_cpu_int64 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:52:59.4828640Z test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:52:59.5333260Z test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestCommonCPU) ... ok (0.050s) 2022-05-18T06:52:59.5419470Z test_noncontiguous_samples_nn_functional_celu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:52:59.5667670Z test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:52:59.5833020Z test_noncontiguous_samples_nn_functional_conv1d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:52:59.5926350Z test_noncontiguous_samples_nn_functional_conv1d_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:59.6631740Z test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.070s) 2022-05-18T06:52:59.7033800Z test_noncontiguous_samples_nn_functional_conv2d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.040s) 2022-05-18T06:52:59.7200330Z test_noncontiguous_samples_nn_functional_conv2d_cpu_int64 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:52:59.7354570Z test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:52:59.7444170Z test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:59.7603750Z test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:52:59.7697160Z test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:52:59.7926730Z test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:52:59.8042500Z test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:59.8245850Z test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:52:59.8354710Z test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:52:59.8584670Z test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:52:59.8934190Z test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32 (__main__.TestCommonCPU) ... ok (0.035s) 2022-05-18T06:52:59.9263040Z test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:52:59.9583370Z test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:52:59.9993090Z test_noncontiguous_samples_nn_functional_dropout_cpu_float32 (__main__.TestCommonCPU) ... ok (0.041s) 2022-05-18T06:53:00.0079640Z test_noncontiguous_samples_nn_functional_elu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:00.0616920Z test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32 (__main__.TestCommonCPU) ... ok (0.054s) 2022-05-18T06:53:00.0707280Z test_noncontiguous_samples_nn_functional_embedding_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:00.0907020Z test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:53:00.1154960Z test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:53:00.1391240Z test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:00.1562570Z test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:00.2354570Z test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.079s) 2022-05-18T06:53:00.3400660Z test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.105s) 2022-05-18T06:53:01.1158260Z test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.776s) 2022-05-18T06:53:01.1300470Z test_noncontiguous_samples_nn_functional_gelu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:01.1845160Z test_noncontiguous_samples_nn_functional_glu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.054s) 2022-05-18T06:53:01.2349970Z test_noncontiguous_samples_nn_functional_grid_sample_cpu_float32 (__main__.TestCommonCPU) ... ok (0.050s) 2022-05-18T06:53:01.2474480Z test_noncontiguous_samples_nn_functional_group_norm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:01.2615510Z test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:01.2697890Z test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:01.2791690Z test_noncontiguous_samples_nn_functional_hardswish_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:01.2931040Z test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:01.3012910Z test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:01.3201950Z test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:53:01.3384930Z test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:01.3616120Z test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:53:01.3801890Z test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:53:01.3987860Z test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:01.4170770Z test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:01.4349000Z test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:01.4529660Z test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:01.4718870Z test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:53:01.4951660Z test_noncontiguous_samples_nn_functional_kl_div_cpu_float32 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:53:01.5079710Z test_noncontiguous_samples_nn_functional_kl_div_cpu_int64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:53:01.5195710Z test_noncontiguous_samples_nn_functional_l1_loss_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:01.5335140Z test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:01.5488600Z test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:53:01.5628650Z test_noncontiguous_samples_nn_functional_leaky_relu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:01.5979840Z test_noncontiguous_samples_nn_functional_linear_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.035s) 2022-05-18T06:53:01.6298770Z test_noncontiguous_samples_nn_functional_linear_cpu_float32 (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:53:01.6432850Z test_noncontiguous_samples_nn_functional_linear_cpu_int64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:53:01.6642550Z test_noncontiguous_samples_nn_functional_local_response_norm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:01.6759440Z test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:01.6839890Z test_noncontiguous_samples_nn_functional_logsigmoid_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:01.7016800Z test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:01.7131500Z test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:02.7162980Z test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32 (__main__.TestCommonCPU) ... ok (1.003s) 2022-05-18T06:53:04.1753730Z test_noncontiguous_samples_nn_functional_max_pool2d_cpu_float32 (__main__.TestCommonCPU) ... ok (1.459s) 2022-05-18T06:53:04.8307520Z test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.655s) 2022-05-18T06:53:05.0989750Z test_noncontiguous_samples_nn_functional_max_unpool1d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.268s) 2022-05-18T06:53:05.2131550Z test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestCommonCPU) ... ok (0.114s) 2022-05-18T06:53:05.6522890Z test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.439s) 2022-05-18T06:53:05.8340190Z test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestCommonCPU) ... ok (0.182s) 2022-05-18T06:53:06.0133520Z test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.179s) 2022-05-18T06:53:06.0986650Z test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestCommonCPU) ... ok (0.085s) 2022-05-18T06:53:06.1071740Z test_noncontiguous_samples_nn_functional_mish_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:06.1210170Z test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:06.1320810Z test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:06.1408880Z test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:06.1534140Z test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:06.2356420Z test_noncontiguous_samples_nn_functional_nll_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.082s) 2022-05-18T06:53:06.2537910Z test_noncontiguous_samples_nn_functional_normalize_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:06.2701010Z test_noncontiguous_samples_nn_functional_normalize_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:06.2777640Z test_noncontiguous_samples_nn_functional_one_hot_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:06.2946700Z test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:06.3106150Z test_noncontiguous_samples_nn_functional_pad_circular_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:06.3192710Z test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:06.3793970Z test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.060s) 2022-05-18T06:53:06.4336560Z test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32 (__main__.TestCommonCPU) ... ok (0.054s) 2022-05-18T06:53:06.4548890Z test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:06.4734200Z test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:06.4905490Z test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:06.5092790Z test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:53:06.5264720Z test_noncontiguous_samples_nn_functional_pad_replicate_cpu_float32 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:06.5429480Z test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:06.5582470Z test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:53:06.5672930Z test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:06.5811480Z test_noncontiguous_samples_nn_functional_pdist_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:06.5884690Z test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:06.5955790Z test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:06.6013590Z test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:06.6087800Z test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:06.6160490Z test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:06.6218580Z test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:06.7492060Z test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.127s) 2022-05-18T06:53:06.8011010Z test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestCommonCPU) ... ok (0.052s) 2022-05-18T06:53:06.8324940Z test_noncontiguous_samples_nn_functional_prelu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:53:06.8466420Z test_noncontiguous_samples_nn_functional_relu6_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:06.8547170Z test_noncontiguous_samples_nn_functional_relu6_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:06.8641910Z test_noncontiguous_samples_nn_functional_relu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:06.8706790Z test_noncontiguous_samples_nn_functional_relu_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:06.8821810Z test_noncontiguous_samples_nn_functional_rrelu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:06.8903220Z test_noncontiguous_samples_nn_functional_selu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:06.8969940Z test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:06.9052230Z test_noncontiguous_samples_nn_functional_silu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:06.9220640Z test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:06.9351950Z test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:53:06.9466480Z test_noncontiguous_samples_nn_functional_softmin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:06.9588520Z test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:06.9703550Z test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:06.9781770Z test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:06.9862260Z test_noncontiguous_samples_nn_functional_softplus_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:07.0002940Z test_noncontiguous_samples_nn_functional_softshrink_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:07.0098150Z test_noncontiguous_samples_nn_functional_softsign_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:07.0185570Z test_noncontiguous_samples_nn_functional_softsign_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:07.0252510Z test_noncontiguous_samples_nn_functional_softsign_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:07.0341130Z test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:07.0425370Z test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:07.0491080Z test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:07.0591780Z test_noncontiguous_samples_nn_functional_threshold_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:07.0660460Z test_noncontiguous_samples_nn_functional_threshold_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:07.0893350Z test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:53:07.1106590Z test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:07.1216460Z test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:07.1459370Z test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:07.1686360Z test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:53:07.1808630Z test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:07.4690740Z test_noncontiguous_samples_nn_functional_unfold_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.288s) 2022-05-18T06:53:07.7239110Z test_noncontiguous_samples_nn_functional_unfold_cpu_float32 (__main__.TestCommonCPU) ... ok (0.255s) 2022-05-18T06:53:07.7334670Z test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:07.7510460Z test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:07.7660210Z test_noncontiguous_samples_nonzero_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:53:07.7802370Z test_noncontiguous_samples_nonzero_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:07.7941830Z test_noncontiguous_samples_nonzero_cpu_int64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:07.8491300Z test_noncontiguous_samples_norm_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.055s) 2022-05-18T06:53:07.9006880Z test_noncontiguous_samples_norm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.051s) 2022-05-18T06:53:07.9106300Z test_noncontiguous_samples_norm_fro_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:07.9201120Z test_noncontiguous_samples_norm_fro_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:07.9248300Z test_noncontiguous_samples_norm_inf_cpu_complex64 (__main__.TestCommonCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:53:07.9296160Z test_noncontiguous_samples_norm_inf_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:53:07.9388130Z test_noncontiguous_samples_norm_nuc_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:07.9473110Z test_noncontiguous_samples_norm_nuc_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:07.9645760Z test_noncontiguous_samples_normal_cpu_float32 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:07.9723100Z test_noncontiguous_samples_normal_number_mean_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:07.9813710Z test_noncontiguous_samples_ones_like_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:07.9899720Z test_noncontiguous_samples_ones_like_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:07.9977940Z test_noncontiguous_samples_ones_like_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:08.1405610Z test_noncontiguous_samples_ormqr_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.143s) 2022-05-18T06:53:08.2511080Z test_noncontiguous_samples_ormqr_cpu_float32 (__main__.TestCommonCPU) ... ok (0.110s) 2022-05-18T06:53:08.2585570Z test_noncontiguous_samples_outer_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:08.2652480Z test_noncontiguous_samples_outer_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:08.2709240Z test_noncontiguous_samples_outer_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:09.0275040Z test_noncontiguous_samples_pca_lowrank_cpu_float32 (__main__.TestCommonCPU) ... ok (0.756s) 2022-05-18T06:53:09.0376630Z test_noncontiguous_samples_permute_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:09.0465510Z test_noncontiguous_samples_permute_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:09.0529640Z test_noncontiguous_samples_permute_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:09.0712290Z test_noncontiguous_samples_pinverse_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:09.0875530Z test_noncontiguous_samples_pinverse_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:09.1074200Z test_noncontiguous_samples_polar_cpu_float32 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:53:09.1230010Z test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:53:09.1326860Z test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:09.1372710Z test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:53:09.1417790Z test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64 (__main__.TestCommonCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:53:09.1463380Z test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:53:09.1508360Z test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64 (__main__.TestCommonCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:53:09.1553830Z test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:53:09.1599210Z test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64 (__main__.TestCommonCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:53:09.1644020Z test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:53:09.1689950Z test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64 (__main__.TestCommonCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:53:09.1774710Z test_noncontiguous_samples_positive_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:09.1856710Z test_noncontiguous_samples_positive_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:09.1918280Z test_noncontiguous_samples_positive_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:09.2147090Z test_noncontiguous_samples_pow_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:53:09.2346860Z test_noncontiguous_samples_pow_cpu_float32 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:53:09.2443260Z test_noncontiguous_samples_pow_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:09.2913250Z test_noncontiguous_samples_prod_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.047s) 2022-05-18T06:53:09.3337410Z test_noncontiguous_samples_prod_cpu_float32 (__main__.TestCommonCPU) ... ok (0.042s) 2022-05-18T06:53:09.3503460Z test_noncontiguous_samples_prod_cpu_int64 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:09.3870980Z test_noncontiguous_samples_put_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.037s) 2022-05-18T06:53:09.4226640Z test_noncontiguous_samples_put_cpu_float32 (__main__.TestCommonCPU) ... ok (0.035s) 2022-05-18T06:53:09.4393860Z test_noncontiguous_samples_put_cpu_int64 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:09.5095500Z test_noncontiguous_samples_qr_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.070s) 2022-05-18T06:53:09.5708160Z test_noncontiguous_samples_qr_cpu_float32 (__main__.TestCommonCPU) ... ok (0.061s) 2022-05-18T06:53:09.6615080Z test_noncontiguous_samples_quantile_cpu_float32 (__main__.TestCommonCPU) ... ok (0.091s) 2022-05-18T06:53:09.6697960Z test_noncontiguous_samples_rad2deg_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:09.6761790Z test_noncontiguous_samples_rad2deg_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:09.6913590Z test_noncontiguous_samples_rand_like_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:53:09.7062460Z test_noncontiguous_samples_rand_like_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:53:09.7307750Z test_noncontiguous_samples_randint_like_cpu_float32 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:09.7535870Z test_noncontiguous_samples_randint_like_cpu_int64 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:53:09.7692190Z test_noncontiguous_samples_randn_like_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:53:09.7840910Z test_noncontiguous_samples_randn_like_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:53:09.7915460Z test_noncontiguous_samples_ravel_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:09.7986890Z test_noncontiguous_samples_ravel_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:09.8047070Z test_noncontiguous_samples_ravel_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:09.8132250Z test_noncontiguous_samples_real_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:09.8211660Z test_noncontiguous_samples_real_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:09.8273070Z test_noncontiguous_samples_real_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:09.8360150Z test_noncontiguous_samples_reciprocal_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:09.8441990Z test_noncontiguous_samples_reciprocal_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:09.8508180Z test_noncontiguous_samples_reciprocal_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:09.8700200Z test_noncontiguous_samples_remainder_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:53:09.8801460Z test_noncontiguous_samples_remainder_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:09.8914650Z test_noncontiguous_samples_renorm_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:09.9018750Z test_noncontiguous_samples_renorm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:09.9325380Z test_noncontiguous_samples_repeat_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:53:09.9607080Z test_noncontiguous_samples_repeat_cpu_float32 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:53:09.9772020Z test_noncontiguous_samples_repeat_cpu_int64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:09.9872700Z test_noncontiguous_samples_repeat_interleave_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:09.9970180Z test_noncontiguous_samples_repeat_interleave_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:10.0040140Z test_noncontiguous_samples_repeat_interleave_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:10.0147710Z test_noncontiguous_samples_reshape_as_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:10.0248040Z test_noncontiguous_samples_reshape_as_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:10.0319940Z test_noncontiguous_samples_reshape_as_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:10.0486160Z test_noncontiguous_samples_reshape_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:10.0640190Z test_noncontiguous_samples_reshape_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:53:10.0724050Z test_noncontiguous_samples_reshape_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:10.0791540Z test_noncontiguous_samples_resize__cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:10.0856840Z test_noncontiguous_samples_resize__cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:10.0917440Z test_noncontiguous_samples_resize__cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:10.0991250Z test_noncontiguous_samples_resize_as__cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:10.1061690Z test_noncontiguous_samples_resize_as__cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:10.1126420Z test_noncontiguous_samples_resize_as__cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:10.1197670Z test_noncontiguous_samples_resolve_conj_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:10.1266790Z test_noncontiguous_samples_resolve_conj_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:10.1326270Z test_noncontiguous_samples_resolve_conj_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:10.1398980Z test_noncontiguous_samples_resolve_neg_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:10.1468940Z test_noncontiguous_samples_resolve_neg_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:10.1527100Z test_noncontiguous_samples_resolve_neg_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:10.1682630Z test_noncontiguous_samples_roll_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:53:10.1814350Z test_noncontiguous_samples_roll_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:10.1896100Z test_noncontiguous_samples_roll_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:10.1992240Z test_noncontiguous_samples_rot90_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:10.2082750Z test_noncontiguous_samples_rot90_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:10.2149490Z test_noncontiguous_samples_rot90_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:10.2211420Z test_noncontiguous_samples_round_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:10.2293000Z test_noncontiguous_samples_round_decimals_0_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:10.2337830Z test_noncontiguous_samples_round_decimals_3_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:53:10.2384100Z test_noncontiguous_samples_round_decimals_neg_3_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:53:10.2471320Z test_noncontiguous_samples_rsqrt_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:10.2556660Z test_noncontiguous_samples_rsqrt_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:10.2620780Z test_noncontiguous_samples_rsqrt_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:10.2845450Z test_noncontiguous_samples_rsub_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:53:10.3050520Z test_noncontiguous_samples_rsub_cpu_float32 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:53:10.3152290Z test_noncontiguous_samples_rsub_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:10.3329390Z test_noncontiguous_samples_scatter_add_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:10.3496380Z test_noncontiguous_samples_scatter_add_cpu_float32 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:10.3595580Z test_noncontiguous_samples_scatter_add_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:10.3785410Z test_noncontiguous_samples_scatter_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:53:10.3962390Z test_noncontiguous_samples_scatter_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:10.4108660Z test_noncontiguous_samples_scatter_cpu_int64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:10.4400590Z test_noncontiguous_samples_scatter_reduce_amax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.029s) 2022-05-18T06:53:10.4541620Z test_noncontiguous_samples_scatter_reduce_amax_cpu_int64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:10.4937820Z test_noncontiguous_samples_scatter_reduce_amin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.039s) 2022-05-18T06:53:10.5108820Z test_noncontiguous_samples_scatter_reduce_amin_cpu_int64 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:10.5612440Z test_noncontiguous_samples_scatter_reduce_mean_cpu_float32 (__main__.TestCommonCPU) ... ok (0.050s) 2022-05-18T06:53:10.5811460Z test_noncontiguous_samples_scatter_reduce_mean_cpu_int64 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:53:10.6148310Z test_noncontiguous_samples_scatter_reduce_prod_cpu_float32 (__main__.TestCommonCPU) ... ok (0.034s) 2022-05-18T06:53:10.6297900Z test_noncontiguous_samples_scatter_reduce_prod_cpu_int64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:53:10.6579440Z test_noncontiguous_samples_scatter_reduce_sum_cpu_float32 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:53:10.6722290Z test_noncontiguous_samples_scatter_reduce_sum_cpu_int64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:10.7592430Z test_noncontiguous_samples_searchsorted_cpu_float32 (__main__.TestCommonCPU) ... ok (0.087s) 2022-05-18T06:53:10.8378280Z test_noncontiguous_samples_searchsorted_cpu_int64 (__main__.TestCommonCPU) ... ok (0.078s) 2022-05-18T06:53:10.8487340Z test_noncontiguous_samples_select_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:10.8587480Z test_noncontiguous_samples_select_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:10.8655210Z test_noncontiguous_samples_select_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:10.8777810Z test_noncontiguous_samples_select_scatter_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:10.8856570Z test_noncontiguous_samples_select_scatter_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:10.8922460Z test_noncontiguous_samples_sgn_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:10.8983980Z test_noncontiguous_samples_sgn_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:10.9039790Z test_noncontiguous_samples_sgn_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:10.9113310Z test_noncontiguous_samples_short_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:10.9184480Z test_noncontiguous_samples_short_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:10.9252320Z test_noncontiguous_samples_short_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:10.9335870Z test_noncontiguous_samples_sigmoid_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:10.9416240Z test_noncontiguous_samples_sigmoid_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:10.9479340Z test_noncontiguous_samples_sigmoid_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:10.9540950Z test_noncontiguous_samples_sign_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:10.9595850Z test_noncontiguous_samples_sign_cpu_int64 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:53:10.9652860Z test_noncontiguous_samples_signbit_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:10.9708940Z test_noncontiguous_samples_signbit_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:10.9774820Z test_noncontiguous_samples_sin_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:10.9838310Z test_noncontiguous_samples_sin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:10.9897360Z test_noncontiguous_samples_sin_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:10.9984600Z test_noncontiguous_samples_sinc_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:11.0071570Z test_noncontiguous_samples_sinc_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:11.0137070Z test_noncontiguous_samples_sinc_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:11.0204520Z test_noncontiguous_samples_sinh_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:11.0267330Z test_noncontiguous_samples_sinh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:11.0326730Z test_noncontiguous_samples_sinh_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:11.0594400Z test_noncontiguous_samples_slice_scatter_cpu_float32 (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:53:11.0713730Z test_noncontiguous_samples_slice_scatter_cpu_int64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:11.0824140Z test_noncontiguous_samples_softmax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:11.0941410Z test_noncontiguous_samples_softmax_with_dtype_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:11.1054260Z test_noncontiguous_samples_softmax_with_dtype_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:11.1131480Z test_noncontiguous_samples_softmax_with_dtype_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:11.1800430Z test_noncontiguous_samples_sort_cpu_float32 (__main__.TestCommonCPU) ... ok (0.067s) 2022-05-18T06:53:11.2091800Z test_noncontiguous_samples_sort_cpu_int64 (__main__.TestCommonCPU) ... ok (0.029s) 2022-05-18T06:53:11.2136840Z test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64 (__main__.TestCommonCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:53:11.2181330Z test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.004s) 2022-05-18T06:53:11.2256750Z test_noncontiguous_samples_special_entr_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:11.2318350Z test_noncontiguous_samples_special_entr_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:11.2403450Z test_noncontiguous_samples_special_erfcx_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:11.2469230Z test_noncontiguous_samples_special_erfcx_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:11.2544520Z test_noncontiguous_samples_special_i0e_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:11.2608050Z test_noncontiguous_samples_special_i0e_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:11.2694980Z test_noncontiguous_samples_special_i1_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:11.2756450Z test_noncontiguous_samples_special_i1_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:11.2839760Z test_noncontiguous_samples_special_i1e_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:11.2899420Z test_noncontiguous_samples_special_i1e_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:11.2983710Z test_noncontiguous_samples_special_log_ndtr_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:11.3047870Z test_noncontiguous_samples_special_log_ndtr_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:11.3133470Z test_noncontiguous_samples_special_ndtr_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:11.3199570Z test_noncontiguous_samples_special_ndtr_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:11.3283140Z test_noncontiguous_samples_special_ndtri_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:11.3347750Z test_noncontiguous_samples_special_ndtri_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:11.3497530Z test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:53:11.3591750Z test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:11.3774550Z test_noncontiguous_samples_special_xlog1py_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:11.3882260Z test_noncontiguous_samples_special_xlog1py_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:11.3997680Z test_noncontiguous_samples_special_zeta_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:11.4106840Z test_noncontiguous_samples_special_zeta_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:11.4191630Z test_noncontiguous_samples_split_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:11.4270750Z test_noncontiguous_samples_split_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:11.4332130Z test_noncontiguous_samples_split_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:11.4441130Z test_noncontiguous_samples_split_list_args_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:11.4545210Z test_noncontiguous_samples_split_list_args_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:11.4612910Z test_noncontiguous_samples_split_list_args_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:11.4737820Z test_noncontiguous_samples_split_with_sizes_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:11.4856940Z test_noncontiguous_samples_split_with_sizes_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:11.4929430Z test_noncontiguous_samples_split_with_sizes_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:11.4994050Z test_noncontiguous_samples_sqrt_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:11.5058100Z test_noncontiguous_samples_sqrt_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:11.5114570Z test_noncontiguous_samples_sqrt_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:11.5199590Z test_noncontiguous_samples_square_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:11.5283230Z test_noncontiguous_samples_square_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:11.5344380Z test_noncontiguous_samples_square_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:11.5469580Z test_noncontiguous_samples_squeeze_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:11.5587630Z test_noncontiguous_samples_squeeze_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:11.5663330Z test_noncontiguous_samples_squeeze_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:11.5842490Z test_noncontiguous_samples_stack_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:11.6017470Z test_noncontiguous_samples_stack_cpu_float32 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:11.6112300Z test_noncontiguous_samples_stack_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:11.6256970Z test_noncontiguous_samples_std_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:11.6393230Z test_noncontiguous_samples_std_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:11.6531140Z test_noncontiguous_samples_std_mean_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:11.6767760Z test_noncontiguous_samples_std_mean_cpu_float32 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:11.6943500Z test_noncontiguous_samples_stft_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:11.7135540Z test_noncontiguous_samples_stft_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:53:11.7365180Z test_noncontiguous_samples_sub_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:53:11.7577710Z test_noncontiguous_samples_sub_cpu_float32 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:11.7681330Z test_noncontiguous_samples_sub_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:11.7925870Z test_noncontiguous_samples_sum_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:11.8157190Z test_noncontiguous_samples_sum_cpu_float32 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:53:11.8268620Z test_noncontiguous_samples_sum_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:11.8385930Z test_noncontiguous_samples_sum_to_size_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:11.8494820Z test_noncontiguous_samples_sum_to_size_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:11.8566370Z test_noncontiguous_samples_sum_to_size_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:12.3593140Z test_noncontiguous_samples_svd_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.502s) 2022-05-18T06:53:12.7497930Z test_noncontiguous_samples_svd_cpu_float32 (__main__.TestCommonCPU) ... ok (0.390s) 2022-05-18T06:53:13.5555050Z test_noncontiguous_samples_svd_lowrank_cpu_float32 (__main__.TestCommonCPU) ... ok (0.806s) 2022-05-18T06:53:13.5770170Z test_noncontiguous_samples_symeig_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:13.5948770Z test_noncontiguous_samples_symeig_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:13.6030830Z test_noncontiguous_samples_t_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:13.6108490Z test_noncontiguous_samples_t_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:13.6167840Z test_noncontiguous_samples_t_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:13.6285630Z test_noncontiguous_samples_take_along_dim_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:13.6400580Z test_noncontiguous_samples_take_along_dim_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:13.6480270Z test_noncontiguous_samples_take_along_dim_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:13.6644840Z test_noncontiguous_samples_take_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:13.6798730Z test_noncontiguous_samples_take_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:53:13.6890650Z test_noncontiguous_samples_take_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:13.6955150Z test_noncontiguous_samples_tan_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:13.7018480Z test_noncontiguous_samples_tan_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:13.7075360Z test_noncontiguous_samples_tan_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:13.7140730Z test_noncontiguous_samples_tanh_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:13.7204310Z test_noncontiguous_samples_tanh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:13.7261080Z test_noncontiguous_samples_tanh_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:13.7512540Z test_noncontiguous_samples_tensor_split_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:53:13.7741380Z test_noncontiguous_samples_tensor_split_cpu_float32 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:53:13.7850250Z test_noncontiguous_samples_tensor_split_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:13.7940360Z test_noncontiguous_samples_tensordot_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:13.8026440Z test_noncontiguous_samples_tensordot_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:13.8091440Z test_noncontiguous_samples_tensordot_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:13.8426990Z test_noncontiguous_samples_tile_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:13.8735850Z test_noncontiguous_samples_tile_cpu_float32 (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:53:13.8944180Z test_noncontiguous_samples_tile_cpu_int64 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:13.8989010Z test_noncontiguous_samples_to_sparse_cpu_complex64 (__main__.TestCommonCPU) ... skip: (0.004s) 2022-05-18T06:53:13.9033240Z test_noncontiguous_samples_to_sparse_cpu_float32 (__main__.TestCommonCPU) ... skip: (0.004s) 2022-05-18T06:53:13.9078230Z test_noncontiguous_samples_to_sparse_cpu_int64 (__main__.TestCommonCPU) ... skip: (0.004s) 2022-05-18T06:53:13.9278270Z test_noncontiguous_samples_topk_cpu_float32 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:53:13.9381620Z test_noncontiguous_samples_topk_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:13.9444220Z test_noncontiguous_samples_trace_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:13.9507830Z test_noncontiguous_samples_trace_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:13.9563220Z test_noncontiguous_samples_trace_cpu_int64 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:53:13.9696810Z test_noncontiguous_samples_transpose_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:53:13.9820940Z test_noncontiguous_samples_transpose_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:13.9898910Z test_noncontiguous_samples_transpose_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:14.0102710Z test_noncontiguous_samples_trapezoid_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:53:14.0286760Z test_noncontiguous_samples_trapezoid_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:14.0393130Z test_noncontiguous_samples_trapezoid_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:14.0590370Z test_noncontiguous_samples_trapz_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:53:14.0773080Z test_noncontiguous_samples_trapz_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:14.0871530Z test_noncontiguous_samples_trapz_cpu_int64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:14.1173550Z test_noncontiguous_samples_triangular_solve_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:53:14.1443990Z test_noncontiguous_samples_triangular_solve_cpu_float32 (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:53:14.1558350Z test_noncontiguous_samples_tril_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:14.1663920Z test_noncontiguous_samples_tril_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:14.1733540Z test_noncontiguous_samples_tril_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:14.1845110Z test_noncontiguous_samples_triu_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:14.1953790Z test_noncontiguous_samples_triu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:14.2025480Z test_noncontiguous_samples_triu_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:14.2235810Z test_noncontiguous_samples_true_divide_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:14.2426780Z test_noncontiguous_samples_true_divide_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:53:14.2537380Z test_noncontiguous_samples_true_divide_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:14.2603330Z test_noncontiguous_samples_trunc_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:14.2910220Z test_noncontiguous_samples_unfold_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:53:14.3184590Z test_noncontiguous_samples_unfold_cpu_float32 (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:53:14.3303940Z test_noncontiguous_samples_unfold_cpu_int64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:14.4908730Z test_noncontiguous_samples_unique_consecutive_cpu_float32 (__main__.TestCommonCPU) ... ok (0.160s) 2022-05-18T06:53:14.6196870Z test_noncontiguous_samples_unique_consecutive_cpu_int64 (__main__.TestCommonCPU) ... ok (0.129s) 2022-05-18T06:53:14.9167970Z test_noncontiguous_samples_unique_cpu_float32 (__main__.TestCommonCPU) ... ok (0.297s) 2022-05-18T06:53:15.1605110Z test_noncontiguous_samples_unique_cpu_int64 (__main__.TestCommonCPU) ... ok (0.244s) 2022-05-18T06:53:15.1754680Z test_noncontiguous_samples_unsqueeze_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:53:15.1893570Z test_noncontiguous_samples_unsqueeze_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:15.1973060Z test_noncontiguous_samples_unsqueeze_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:15.2111190Z test_noncontiguous_samples_var_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:15.2239880Z test_noncontiguous_samples_var_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:53:15.2373690Z test_noncontiguous_samples_var_mean_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:53:15.2602580Z test_noncontiguous_samples_var_mean_cpu_float32 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:53:15.2687820Z test_noncontiguous_samples_vdot_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:15.2753780Z test_noncontiguous_samples_vdot_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:15.2810610Z test_noncontiguous_samples_vdot_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:15.2944020Z test_noncontiguous_samples_view_as_complex_cpu_float32 (__main__.TestCommonCPU) ... expected failure (0.013s) 2022-05-18T06:53:15.3038270Z test_noncontiguous_samples_view_as_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:15.3125170Z test_noncontiguous_samples_view_as_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:15.3190160Z test_noncontiguous_samples_view_as_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:15.3261870Z test_noncontiguous_samples_view_as_real_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:15.3387380Z test_noncontiguous_samples_view_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:15.3504350Z test_noncontiguous_samples_view_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:15.3577030Z test_noncontiguous_samples_view_cpu_int64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:15.3669580Z test_noncontiguous_samples_vsplit_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:15.3756680Z test_noncontiguous_samples_vsplit_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:15.3820140Z test_noncontiguous_samples_vsplit_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:15.3895220Z test_noncontiguous_samples_vstack_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:15.3965360Z test_noncontiguous_samples_vstack_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:15.4023840Z test_noncontiguous_samples_vstack_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:15.4166820Z test_noncontiguous_samples_where_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:15.4300730Z test_noncontiguous_samples_where_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:53:15.4383210Z test_noncontiguous_samples_where_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:15.4568130Z test_noncontiguous_samples_xlogy_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:15.4674880Z test_noncontiguous_samples_xlogy_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:15.4760530Z test_noncontiguous_samples_zero__cpu_complex64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:15.4843900Z test_noncontiguous_samples_zero__cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:15.4906970Z test_noncontiguous_samples_zero__cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:15.4993570Z test_noncontiguous_samples_zeros_like_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:15.5075400Z test_noncontiguous_samples_zeros_like_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:15.5151600Z test_noncontiguous_samples_zeros_like_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:15.5231330Z test_out_H_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:15.5309460Z test_out_T_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:15.5392940Z test_out___getitem___cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:15.5472710Z test_out___radd___cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:15.5551230Z test_out___rand___cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:15.5630790Z test_out___rdiv___cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:15.5731340Z test_out___rmatmul___cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:15.5810240Z test_out___rmod___cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:15.5890680Z test_out___rmul___cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:15.5969750Z test_out___ror___cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:15.6050120Z test_out___rpow___cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:668: 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-05-18T06:53:15.6050850Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-05-18T06:53:15.6051140Z ok (0.008s) 2022-05-18T06:53:15.6129680Z test_out___rsub___cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:15.6208620Z test_out___rxor___cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:15.6322690Z test_out__masked_amax_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:15.6434110Z test_out__masked_amin_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:15.6533010Z test_out__masked_argmax_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:15.6632900Z test_out__masked_argmin_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:15.6721300Z test_out__masked_log_softmax_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:15.6830360Z test_out__masked_mean_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:15.7108710Z test_out__masked_norm_cpu (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:53:15.7216310Z test_out__masked_normalize_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:15.7326910Z test_out__masked_prod_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:15.7415390Z test_out__masked_softmax_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:15.7504940Z test_out__masked_softmin_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:15.7670410Z test_out__masked_std_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:15.7789380Z test_out__masked_sum_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:15.7950690Z test_out__masked_var_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:15.8055680Z test_out__refs_abs_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:15.8201250Z test_out__refs_acos_cpu (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:15.8346030Z test_out__refs_acosh_cpu (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:15.8817930Z test_out__refs_add_cpu (__main__.TestCommonCPU) ... ok (0.047s) 2022-05-18T06:53:15.9358320Z test_out__refs_amax_cpu (__main__.TestCommonCPU) ... ok (0.054s) 2022-05-18T06:53:15.9884600Z test_out__refs_amin_cpu (__main__.TestCommonCPU) ... ok (0.053s) 2022-05-18T06:53:15.9967910Z test_out__refs_as_strided_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:16.0072710Z test_out__refs_asin_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:16.0458770Z test_out__refs_atan2_cpu (__main__.TestCommonCPU) ... ok (0.038s) 2022-05-18T06:53:16.0562440Z test_out__refs_atan_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:16.0873430Z test_out__refs_bitwise_and_cpu (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:53:16.1187940Z test_out__refs_bitwise_left_shift_cpu (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:53:16.1496420Z test_out__refs_bitwise_or_cpu (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:53:16.1803910Z test_out__refs_bitwise_xor_cpu (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:53:16.2068930Z test_out__refs_cat_cpu (__main__.TestCommonCPU) ... ok (0.026s) 2022-05-18T06:53:16.2171060Z test_out__refs_ceil_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:16.2252530Z test_out__refs_chunk_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:16.2332750Z test_out__refs_clone_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:16.2475630Z test_out__refs_cos_cpu (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:16.2621820Z test_out__refs_cosh_cpu (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:53:16.2768940Z test_out__refs_digamma_cpu (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:53:16.3116870Z test_out__refs_eq_cpu (__main__.TestCommonCPU) ... ok (0.035s) 2022-05-18T06:53:16.3222080Z test_out__refs_erf_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:16.3366680Z test_out__refs_erfc_cpu (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:16.3471060Z test_out__refs_erfinv_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:16.3613940Z test_out__refs_exp_cpu (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:16.3716090Z test_out__refs_expm1_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:16.3800670Z test_out__refs_flatten_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:16.3882410Z test_out__refs_flip_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:16.4272380Z test_out__refs_float_power_cpu (__main__.TestCommonCPU) ... ok (0.039s) 2022-05-18T06:53:16.4376460Z test_out__refs_floor_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:16.4689730Z test_out__refs_ge_cpu (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:53:16.5005500Z test_out__refs_gt_cpu (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:53:16.5389270Z test_out__refs_igamma_cpu (__main__.TestCommonCPU) ... ok (0.038s) 2022-05-18T06:53:16.5779750Z test_out__refs_igammac_cpu (__main__.TestCommonCPU) ... ok (0.039s) 2022-05-18T06:53:16.5875920Z test_out__refs_isclose_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:16.6011980Z test_out__refs_isfinite_cpu (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:53:16.6113740Z test_out__refs_isnan_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:16.6441180Z test_out__refs_le_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:16.6589750Z test_out__refs_lgamma_cpu (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:53:16.6696340Z test_out__refs_log1p_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:16.6844480Z test_out__refs_log_cpu (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:53:16.7425080Z test_out__refs_logical_and_cpu (__main__.TestCommonCPU) ... ok (0.058s) 2022-05-18T06:53:16.8004150Z test_out__refs_logical_or_cpu (__main__.TestCommonCPU) ... ok (0.058s) 2022-05-18T06:53:16.8325250Z test_out__refs_lt_cpu (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:53:16.8708320Z test_out__refs_maximum_cpu (__main__.TestCommonCPU) ... ok (0.038s) 2022-05-18T06:53:16.9095680Z test_out__refs_minimum_cpu (__main__.TestCommonCPU) ... ok (0.039s) 2022-05-18T06:53:16.9481070Z test_out__refs_mul_cpu (__main__.TestCommonCPU) ... ok (0.038s) 2022-05-18T06:53:16.9564890Z test_out__refs_narrow_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:16.9891570Z test_out__refs_ne_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:16.9993470Z test_out__refs_neg_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:17.0380330Z test_out__refs_nextafter_cpu (__main__.TestCommonCPU) ... ok (0.039s) 2022-05-18T06:53:17.0466840Z test_out__refs_nn_functional_elu_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:17.0548480Z test_out__refs_permute_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:17.0936020Z test_out__refs_pow_cpu (__main__.TestCommonCPU) ... ok (0.039s) 2022-05-18T06:53:17.1085800Z test_out__refs_reciprocal_cpu (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:53:17.1169910Z test_out__refs_reshape_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:17.1277700Z test_out__refs_round_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:17.1387840Z test_out__refs_sign_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:17.1497380Z test_out__refs_sin_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:17.1606360Z test_out__refs_sinh_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:17.1733020Z test_out__refs_special_i0e_cpu (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:53:17.1857880Z test_out__refs_special_i1e_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:17.1965160Z test_out__refs_sqrt_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:17.2115720Z test_out__refs_square_cpu (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:53:17.2199290Z test_out__refs_squeeze_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:17.2651380Z test_out__refs_stack_cpu (__main__.TestCommonCPU) ... ok (0.045s) 2022-05-18T06:53:17.3126620Z test_out__refs_sub_cpu (__main__.TestCommonCPU) ... ok (0.047s) 2022-05-18T06:53:17.3633250Z test_out__refs_sum_cpu (__main__.TestCommonCPU) ... ok (0.051s) 2022-05-18T06:53:17.3740880Z test_out__refs_tan_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:17.3830030Z test_out__refs_tensor_split_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:17.3912510Z test_out__refs_transpose_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:17.4312240Z test_out__refs_true_divide_cpu (__main__.TestCommonCPU) ... ok (0.040s) 2022-05-18T06:53:17.4399810Z test_out__refs_unsqueeze_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:17.4479850Z test_out__refs_view_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:17.4650080Z test_out_abs_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:17.4978370Z test_out_acos_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:17.5309290Z test_out_acosh_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:17.6412900Z test_out_add_cpu (__main__.TestCommonCPU) ... ok (0.110s) 2022-05-18T06:53:17.7196980Z test_out_addbmm_cpu (__main__.TestCommonCPU) ... ok (0.078s) 2022-05-18T06:53:17.8476830Z test_out_addcdiv_cpu (__main__.TestCommonCPU) ... ok (0.128s) 2022-05-18T06:53:17.9784860Z test_out_addcmul_cpu (__main__.TestCommonCPU) ... ok (0.131s) 2022-05-18T06:53:18.0172330Z test_out_addmm_cpu (__main__.TestCommonCPU) ... ok (0.039s) 2022-05-18T06:53:18.0553090Z test_out_addmm_decomposed_cpu (__main__.TestCommonCPU) ... ok (0.038s) 2022-05-18T06:53:18.1238560Z test_out_addmv_cpu (__main__.TestCommonCPU) ... ok (0.068s) 2022-05-18T06:53:18.1728160Z test_out_addr_cpu (__main__.TestCommonCPU) ... ok (0.049s) 2022-05-18T06:53:18.1928540Z test_out_all_cpu (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:53:18.2040540Z test_out_allclose_cpu (__main__.TestCommonCPU) ... skip: Skipped! Only supports single tensor or iterable of tensor outputs. (0.011s) 2022-05-18T06:53:18.3771290Z test_out_amax_cpu (__main__.TestCommonCPU) ... ok (0.173s) 2022-05-18T06:53:18.5510250Z test_out_amin_cpu (__main__.TestCommonCPU) ... ok (0.174s) 2022-05-18T06:53:18.6156620Z test_out_aminmax_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:53:18.6157590Z return self.op(*args, **kwargs) 2022-05-18T06:53:18.6158910Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: An output with one or more elements was resized since it had shape [1], 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:53:18.6159710Z return self.op(*args, **kwargs) 2022-05-18T06:53:18.6159940Z expected failure (0.064s) 2022-05-18T06:53:18.6325740Z test_out_angle_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:18.6525630Z test_out_any_cpu (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:53:18.6718240Z test_out_argmax_cpu (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:53:18.6911700Z test_out_argmin_cpu (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:53:18.7016550Z test_out_argsort_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:18.7094730Z test_out_argwhere_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:18.7176590Z test_out_as_strided_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:18.7341360Z test_out_asin_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:18.7505790Z test_out_asinh_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:18.8363950Z test_out_atan2_cpu (__main__.TestCommonCPU) ... ok (0.086s) 2022-05-18T06:53:18.8528720Z test_out_atan_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:18.8691840Z test_out_atanh_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:18.8780150Z test_out_atleast_1d_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:18.8868340Z test_out_atleast_2d_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:18.8953950Z test_out_atleast_3d_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:18.9678190Z test_out_baddbmm_cpu (__main__.TestCommonCPU) ... ok (0.072s) 2022-05-18T06:53:18.9804200Z test_out_bernoulli_cpu (__main__.TestCommonCPU) ... expected failure (0.013s) 2022-05-18T06:53:18.9883320Z test_out_bfloat16_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:18.9964090Z test_out_bincount_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:19.0141370Z test_out_bitwise_and_cpu (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:19.0323930Z test_out_bitwise_left_shift_cpu (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:19.0431440Z test_out_bitwise_not_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:19.0606140Z test_out_bitwise_or_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:19.0781830Z test_out_bitwise_right_shift_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:19.0955910Z test_out_bitwise_xor_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:19.1036250Z test_out_block_diag_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:19.1206880Z test_out_bmm_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:19.1287570Z test_out_bool_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:19.1367870Z test_out_broadcast_tensors_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:19.1451000Z test_out_broadcast_to_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:19.1793950Z test_out_bucketize_cpu (__main__.TestCommonCPU) ... ok (0.034s) 2022-05-18T06:53:19.1872930Z test_out_byte_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:19.1950500Z test_out_cartesian_prod_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:19.2550540Z test_out_cat_cpu (__main__.TestCommonCPU) ... ok (0.060s) 2022-05-18T06:53:19.3040550Z test_out_cdist_cpu (__main__.TestCommonCPU) ... ok (0.049s) 2022-05-18T06:53:19.3205330Z test_out_ceil_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:19.3285720Z test_out_chalf_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:19.3363340Z test_out_char_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:19.4595050Z test_out_cholesky_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-05-18T06:53:19.4595690Z L = torch.cholesky(A) 2022-05-18T06:53:19.4595900Z should be replaced with 2022-05-18T06:53:19.4596130Z L = torch.linalg.cholesky(A) 2022-05-18T06:53:19.4596330Z and 2022-05-18T06:53:19.4596530Z U = torch.cholesky(A, upper=True) 2022-05-18T06:53:19.4596760Z should be replaced with 2022-05-18T06:53:19.4596990Z U = torch.linalg.cholesky(A).mH(). 2022-05-18T06:53:19.4597450Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:1790.) 2022-05-18T06:53:19.4597860Z return self.op(*args, **kwargs) 2022-05-18T06:53:19.4598070Z ok (0.123s) 2022-05-18T06:53:19.4907510Z test_out_cholesky_inverse_cpu (__main__.TestCommonCPU) ... expected failure (0.031s) 2022-05-18T06:53:19.5884510Z test_out_cholesky_solve_cpu (__main__.TestCommonCPU) ... ok (0.098s) 2022-05-18T06:53:19.5968070Z test_out_chunk_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:19.6319510Z test_out_clamp_cpu (__main__.TestCommonCPU) ... ok (0.035s) 2022-05-18T06:53:19.7056540Z test_out_clamp_scalar_cpu (__main__.TestCommonCPU) ... ok (0.074s) 2022-05-18T06:53:19.7137820Z test_out_clone_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:19.7513340Z test_out_column_stack_cpu (__main__.TestCommonCPU) ... ok (0.037s) 2022-05-18T06:53:19.7597220Z test_out_combinations_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:19.8359860Z test_out_complex_cpu (__main__.TestCommonCPU) ... ok (0.076s) 2022-05-18T06:53:19.8439350Z test_out_conj_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:19.8610490Z test_out_conj_physical_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:19.8692860Z test_out_contiguous_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:19.9563080Z test_out_copysign_cpu (__main__.TestCommonCPU) ... ok (0.087s) 2022-05-18T06:53:19.9647400Z test_out_corrcoef_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:19.9977760Z test_out_cos_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:20.0314210Z test_out_cosh_cpu (__main__.TestCommonCPU) ... ok (0.034s) 2022-05-18T06:53:20.0399190Z test_out_count_nonzero_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:20.0489460Z test_out_cov_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:20.0846750Z test_out_cross_cpu (__main__.TestCommonCPU) ... ok (0.036s) 2022-05-18T06:53:20.1162990Z test_out_cummax_cpu (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:53:20.1485880Z test_out_cummin_cpu (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:53:20.1585910Z test_out_cumprod_cpu (__main__.TestCommonCPU) ... expected failure (0.010s) 2022-05-18T06:53:20.1684950Z test_out_cumsum_cpu (__main__.TestCommonCPU) ... expected failure (0.010s) 2022-05-18T06:53:20.1775840Z test_out_cumulative_trapezoid_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:20.2147570Z test_out_deg2rad_cpu (__main__.TestCommonCPU) ... ok (0.037s) 2022-05-18T06:53:20.3496370Z test_out_diag_cpu (__main__.TestCommonCPU) ... ok (0.135s) 2022-05-18T06:53:20.3577520Z test_out_diag_embed_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:20.3660600Z test_out_diagflat_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:20.3738790Z test_out_diagonal_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:20.3821210Z test_out_diagonal_scatter_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:21.2421320Z test_out_diff_cpu (__main__.TestCommonCPU) ... ok (0.860s) 2022-05-18T06:53:21.2757860Z test_out_digamma_cpu (__main__.TestCommonCPU) ... ok (0.034s) 2022-05-18T06:53:21.2839380Z test_out_dist_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:21.3885960Z test_out_div_floor_rounding_cpu (__main__.TestCommonCPU) ... ok (0.104s) 2022-05-18T06:53:21.4742540Z test_out_div_no_rounding_mode_cpu (__main__.TestCommonCPU) ... ok (0.086s) 2022-05-18T06:53:21.5775380Z test_out_div_trunc_rounding_cpu (__main__.TestCommonCPU) ... ok (0.103s) 2022-05-18T06:53:21.5917790Z test_out_dot_cpu (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:21.5997720Z test_out_double_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:21.6077150Z test_out_dsplit_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:21.6242710Z test_out_dstack_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:21.6415890Z test_out_eig_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:21.6505930Z test_out_einsum_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:21.6589030Z test_out_empty_like_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:21.6783160Z test_out_eq_cpu (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:53:21.6948050Z test_out_erf_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:21.7280450Z test_out_erfc_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:21.7447700Z test_out_erfinv_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:21.7780410Z test_out_exp2_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:21.8110110Z test_out_exp_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:21.8191040Z test_out_expand_as_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:21.8268990Z test_out_expand_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:21.8432550Z test_out_expm1_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:21.9029580Z test_out_fft_fft2_cpu (__main__.TestCommonCPU) ... ok (0.060s) 2022-05-18T06:53:21.9602080Z test_out_fft_fft_cpu (__main__.TestCommonCPU) ... ok (0.057s) 2022-05-18T06:53:22.0307850Z test_out_fft_fftn_cpu (__main__.TestCommonCPU) ... ok (0.070s) 2022-05-18T06:53:22.0389680Z test_out_fft_fftshift_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:22.0942720Z test_out_fft_hfft2_cpu (__main__.TestCommonCPU) ... ok (0.055s) 2022-05-18T06:53:22.1517750Z test_out_fft_hfft_cpu (__main__.TestCommonCPU) ... ok (0.057s) 2022-05-18T06:53:22.2218200Z test_out_fft_hfftn_cpu (__main__.TestCommonCPU) ... ok (0.070s) 2022-05-18T06:53:22.2817050Z test_out_fft_ifft2_cpu (__main__.TestCommonCPU) ... ok (0.060s) 2022-05-18T06:53:22.3408890Z test_out_fft_ifft_cpu (__main__.TestCommonCPU) ... ok (0.059s) 2022-05-18T06:53:22.4118560Z test_out_fft_ifftn_cpu (__main__.TestCommonCPU) ... ok (0.071s) 2022-05-18T06:53:22.4202560Z test_out_fft_ifftshift_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:22.4546660Z test_out_fft_ihfft2_cpu (__main__.TestCommonCPU) ... expected failure (0.034s) 2022-05-18T06:53:22.5136290Z test_out_fft_ihfft_cpu (__main__.TestCommonCPU) ... ok (0.059s) 2022-05-18T06:53:22.5391500Z test_out_fft_ihfftn_cpu (__main__.TestCommonCPU) ... expected failure (0.025s) 2022-05-18T06:53:22.5973570Z test_out_fft_irfft2_cpu (__main__.TestCommonCPU) ... ok (0.058s) 2022-05-18T06:53:22.6540510Z test_out_fft_irfft_cpu (__main__.TestCommonCPU) ... ok (0.057s) 2022-05-18T06:53:22.7229550Z test_out_fft_irfftn_cpu (__main__.TestCommonCPU) ... ok (0.069s) 2022-05-18T06:53:22.7786860Z test_out_fft_rfft2_cpu (__main__.TestCommonCPU) ... ok (0.056s) 2022-05-18T06:53:22.8360180Z test_out_fft_rfft_cpu (__main__.TestCommonCPU) ... ok (0.057s) 2022-05-18T06:53:22.9011710Z test_out_fft_rfftn_cpu (__main__.TestCommonCPU) ... ok (0.065s) 2022-05-18T06:53:22.9093540Z test_out_fill__cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:22.9176660Z test_out_flatten_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:22.9256210Z test_out_flip_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:22.9335480Z test_out_fliplr_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:22.9416540Z test_out_flipud_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:22.9497420Z test_out_float_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:23.0069260Z test_out_float_power_cpu (__main__.TestCommonCPU) ... ok (0.057s) 2022-05-18T06:53:23.0235660Z test_out_floor_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:23.1237930Z test_out_floor_divide_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: floor_divide is deprecated, and will be removed in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. 2022-05-18T06:53:23.1239220Z To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). (Triggered internally at ../aten/src/ATen/native/BinaryOps.cpp:582.) 2022-05-18T06:53:23.1239680Z return self.op(*args, **kwargs) 2022-05-18T06:53:23.1239900Z ok (0.100s) 2022-05-18T06:53:23.2100740Z test_out_fmax_cpu (__main__.TestCommonCPU) ... ok (0.086s) 2022-05-18T06:53:23.2965170Z test_out_fmin_cpu (__main__.TestCommonCPU) ... ok (0.086s) 2022-05-18T06:53:23.3847710Z test_out_fmod_cpu (__main__.TestCommonCPU) ... ok (0.088s) 2022-05-18T06:53:23.4183350Z test_out_frac_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:23.4482000Z test_out_frexp_cpu (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:53:23.4572780Z test_out_full_like_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:23.5144420Z test_out_gather_cpu (__main__.TestCommonCPU) ... ok (0.057s) 2022-05-18T06:53:23.5328450Z test_out_gcd_cpu (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:23.5515530Z test_out_ge_cpu (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:53:23.5791630Z test_out_geqrf_cpu (__main__.TestCommonCPU) ... expected failure (0.027s) 2022-05-18T06:53:23.5880960Z test_out_gradient_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:23.6065800Z test_out_gt_cpu (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:23.6144120Z test_out_half_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:23.6945270Z test_out_heaviside_cpu (__main__.TestCommonCPU) ... ok (0.080s) 2022-05-18T06:53:24.5304500Z test_out_histc_cpu (__main__.TestCommonCPU) ... ok (0.836s) 2022-05-18T06:53:26.6034770Z test_out_histogram_cpu (__main__.TestCommonCPU) ... ok (2.073s) 2022-05-18T06:53:26.6356240Z test_out_histogramdd_cpu (__main__.TestCommonCPU) ... skip: Skipped! Only supports single tensor or iterable of tensor outputs. (0.032s) 2022-05-18T06:53:26.6438560Z test_out_hsplit_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:26.6602310Z test_out_hstack_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:26.7454050Z test_out_hypot_cpu (__main__.TestCommonCPU) ... ok (0.085s) 2022-05-18T06:53:26.7699030Z test_out_i0_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:26.8553920Z test_out_igamma_cpu (__main__.TestCommonCPU) ... ok (0.085s) 2022-05-18T06:53:26.9409610Z test_out_igammac_cpu (__main__.TestCommonCPU) ... ok (0.085s) 2022-05-18T06:53:26.9490220Z test_out_imag_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:27.0510710Z test_out_index_add_cpu (__main__.TestCommonCPU) ... ok (0.102s) 2022-05-18T06:53:27.0883440Z test_out_index_copy_cpu (__main__.TestCommonCPU) ... ok (0.037s) 2022-05-18T06:53:27.0964800Z test_out_index_fill_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:27.1051820Z test_out_index_put_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:27.4772630Z test_out_index_reduce_cpu (__main__.TestCommonCPU) ... ok (0.372s) 2022-05-18T06:53:27.5046480Z test_out_index_select_cpu (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:53:27.5321610Z test_out_inner_cpu (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:53:27.5402380Z test_out_int_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:27.5678930Z test_out_inverse_cpu (__main__.TestCommonCPU) ... expected failure (0.028s) 2022-05-18T06:53:27.5760430Z test_out_isclose_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:27.5839540Z test_out_isfinite_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:27.5944610Z test_out_isin_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:27.6024310Z test_out_isinf_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:27.6101920Z test_out_isnan_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:27.6190780Z test_out_isneginf_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:27.6279250Z test_out_isposinf_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:27.6360300Z test_out_isreal_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:27.6441560Z test_out_istft_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:27.6518250Z test_out_jiterator_4inputs_with_extra_args_cpu (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.008s) 2022-05-18T06:53:27.6593890Z test_out_jiterator_binary_cpu (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.007s) 2022-05-18T06:53:27.6669730Z test_out_jiterator_unary_cpu (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.008s) 2022-05-18T06:53:27.6852000Z test_out_kron_cpu (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:27.7848010Z test_out_kthvalue_cpu (__main__.TestCommonCPU) ... ok (0.099s) 2022-05-18T06:53:27.8028140Z test_out_lcm_cpu (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:27.9006910Z test_out_ldexp_cpu (__main__.TestCommonCPU) ... ok (0.098s) 2022-05-18T06:53:27.9197140Z test_out_le_cpu (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:53:28.0553870Z test_out_lerp_cpu (__main__.TestCommonCPU) ... ok (0.136s) 2022-05-18T06:53:28.0896600Z test_out_lgamma_cpu (__main__.TestCommonCPU) ... ok (0.034s) 2022-05-18T06:53:28.1240600Z test_out_linalg_cholesky_cpu (__main__.TestCommonCPU) ... expected failure (0.034s) 2022-05-18T06:53:28.1708790Z test_out_linalg_cholesky_ex_cpu (__main__.TestCommonCPU) ... expected failure (0.047s) 2022-05-18T06:53:28.1952490Z test_out_linalg_cond_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:28.2302930Z test_out_linalg_cross_cpu (__main__.TestCommonCPU) ... ok (0.035s) 2022-05-18T06:53:28.3407720Z test_out_linalg_det_cpu (__main__.TestCommonCPU) ... ok (0.110s) 2022-05-18T06:53:28.5511500Z test_out_linalg_det_singular_cpu (__main__.TestCommonCPU) ... ok (0.210s) 2022-05-18T06:53:28.5802730Z test_out_linalg_eig_cpu (__main__.TestCommonCPU) ... expected failure (0.029s) 2022-05-18T06:53:28.6726030Z test_out_linalg_eigh_cpu (__main__.TestCommonCPU) ... ok (0.092s) 2022-05-18T06:53:28.7300980Z test_out_linalg_eigvals_cpu (__main__.TestCommonCPU) ... ok (0.057s) 2022-05-18T06:53:28.8072570Z test_out_linalg_eigvalsh_cpu (__main__.TestCommonCPU) ... ok (0.077s) 2022-05-18T06:53:28.8755600Z test_out_linalg_householder_product_cpu (__main__.TestCommonCPU) ... ok (0.068s) 2022-05-18T06:53:28.8991960Z test_out_linalg_inv_cpu (__main__.TestCommonCPU) ... expected failure (0.024s) 2022-05-18T06:53:28.9246040Z test_out_linalg_inv_ex_cpu (__main__.TestCommonCPU) ... expected failure (0.025s) 2022-05-18T06:53:28.9872180Z test_out_linalg_ldl_factor_cpu (__main__.TestCommonCPU) ... ok (0.063s) 2022-05-18T06:53:29.0457510Z test_out_linalg_ldl_factor_ex_cpu (__main__.TestCommonCPU) ... ok (0.058s) 2022-05-18T06:53:29.2130290Z test_out_linalg_ldl_solve_cpu (__main__.TestCommonCPU) ... ok (0.167s) 2022-05-18T06:53:29.2200980Z test_out_linalg_lstsq_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:53:29.2384340Z test_out_linalg_lstsq_grad_oriented_cpu (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:29.4487090Z test_out_linalg_lu_cpu (__main__.TestCommonCPU) ... ok (0.210s) 2022-05-18T06:53:29.6542300Z test_out_linalg_lu_factor_cpu (__main__.TestCommonCPU) ... ok (0.205s) 2022-05-18T06:53:29.8540750Z test_out_linalg_lu_factor_ex_cpu (__main__.TestCommonCPU) ... ok (0.200s) 2022-05-18T06:53:29.8691650Z test_out_linalg_matrix_norm_cpu (__main__.TestCommonCPU) ... expected failure (0.015s) 2022-05-18T06:53:29.9521170Z test_out_linalg_matrix_power_cpu (__main__.TestCommonCPU) ... expected failure (0.083s) 2022-05-18T06:53:29.9701840Z test_out_linalg_matrix_rank_cpu (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:29.9880730Z test_out_linalg_matrix_rank_hermitian_cpu (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:30.0394370Z test_out_linalg_multi_dot_cpu (__main__.TestCommonCPU) ... ok (0.051s) 2022-05-18T06:53:30.0510420Z test_out_linalg_norm_cpu (__main__.TestCommonCPU) ... expected failure (0.012s) 2022-05-18T06:53:30.0604180Z test_out_linalg_norm_subgradients_at_zero_cpu (__main__.TestCommonCPU) ... expected failure (0.009s) 2022-05-18T06:53:30.2681900Z test_out_linalg_pinv_cpu (__main__.TestCommonCPU) ... ok (0.208s) 2022-05-18T06:53:30.3498220Z test_out_linalg_pinv_hermitian_cpu (__main__.TestCommonCPU) ... ok (0.082s) 2022-05-18T06:53:30.3577890Z test_out_linalg_pinv_singular_cpu (__main__.TestCommonCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-05-18T06:53:30.7307670Z test_out_linalg_qr_cpu (__main__.TestCommonCPU) ... ok (0.373s) 2022-05-18T06:53:30.8272590Z test_out_linalg_slogdet_cpu (__main__.TestCommonCPU) ... ok (0.096s) 2022-05-18T06:53:30.8704230Z test_out_linalg_solve_cpu (__main__.TestCommonCPU) ... expected failure (0.043s) 2022-05-18T06:53:32.2223320Z test_out_linalg_solve_triangular_cpu (__main__.TestCommonCPU) ... ok (1.352s) 2022-05-18T06:53:35.4164220Z test_out_linalg_svd_cpu (__main__.TestCommonCPU) ... ok (3.194s) 2022-05-18T06:53:35.8481240Z test_out_linalg_svdvals_cpu (__main__.TestCommonCPU) ... ok (0.432s) 2022-05-18T06:53:35.8697070Z test_out_linalg_tensorinv_cpu (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:53:35.9031970Z test_out_linalg_tensorsolve_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:35.9112480Z test_out_linalg_vander_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:36.7579930Z test_out_linalg_vector_norm_cpu (__main__.TestCommonCPU) ... ok (0.847s) 2022-05-18T06:53:36.7913710Z test_out_log10_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:36.8083700Z test_out_log1p_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:36.8417430Z test_out_log2_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:36.8747220Z test_out_log_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:36.9464780Z test_out_log_softmax_cpu (__main__.TestCommonCPU) ... ok (0.072s) 2022-05-18T06:53:37.0187250Z test_out_log_softmax_dtype_cpu (__main__.TestCommonCPU) ... ok (0.072s) 2022-05-18T06:53:37.0356950Z test_out_logaddexp2_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:37.0525410Z test_out_logaddexp_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:37.1041540Z test_out_logcumsumexp_cpu (__main__.TestCommonCPU) ... ok (0.051s) 2022-05-18T06:53:37.1127850Z test_out_logdet_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:37.1318920Z test_out_logical_and_cpu (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:53:37.1428330Z test_out_logical_not_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:37.1615580Z test_out_logical_or_cpu (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:53:37.1798590Z test_out_logical_xor_cpu (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:37.2289910Z test_out_logit_cpu (__main__.TestCommonCPU) ... ok (0.049s) 2022-05-18T06:53:37.3342380Z test_out_logsumexp_cpu (__main__.TestCommonCPU) ... ok (0.105s) 2022-05-18T06:53:37.3423670Z test_out_long_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:37.3611620Z test_out_lt_cpu (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:53:37.3725450Z test_out_lu_cpu (__main__.TestCommonCPU) ... expected failure (0.011s) 2022-05-18T06:53:37.5898940Z test_out_lu_solve_cpu (__main__.TestCommonCPU) ... ok (0.217s) 2022-05-18T06:53:37.7970930Z test_out_lu_unpack_cpu (__main__.TestCommonCPU) ... ok (0.207s) 2022-05-18T06:53:37.8051850Z test_out_mH_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:37.8129960Z test_out_mT_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:37.8209610Z test_out_masked_fill_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:37.8291120Z test_out_masked_scatter_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:37.8832510Z test_out_masked_select_cpu (__main__.TestCommonCPU) ... ok (0.054s) 2022-05-18T06:53:37.9482130Z test_out_matmul_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [25, 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:53:37.9483080Z return self.op(*args, **kwargs) 2022-05-18T06:53:37.9483300Z expected failure (0.065s) 2022-05-18T06:53:37.9564590Z test_out_matrix_exp_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:38.0482300Z test_out_max_binary_cpu (__main__.TestCommonCPU) ... ok (0.092s) 2022-05-18T06:53:38.0563830Z test_out_max_reduction_no_dim_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:38.1082110Z test_out_max_reduction_with_dim_cpu (__main__.TestCommonCPU) ... ok (0.052s) 2022-05-18T06:53:38.1936130Z test_out_maximum_cpu (__main__.TestCommonCPU) ... ok (0.085s) 2022-05-18T06:53:38.2021890Z test_out_mean_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:38.2103980Z test_out_median_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:38.2198370Z test_out_meshgrid_list_of_tensors_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:38.2292500Z test_out_meshgrid_variadic_tensors_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:38.3220720Z test_out_min_binary_cpu (__main__.TestCommonCPU) ... ok (0.093s) 2022-05-18T06:53:38.3302750Z test_out_min_reduction_no_dim_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:38.3826420Z test_out_min_reduction_with_dim_cpu (__main__.TestCommonCPU) ... ok (0.052s) 2022-05-18T06:53:38.4684880Z test_out_minimum_cpu (__main__.TestCommonCPU) ... ok (0.086s) 2022-05-18T06:53:38.4851800Z test_out_mm_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:38.5440000Z test_out_mode_cpu (__main__.TestCommonCPU) ... ok (0.059s) 2022-05-18T06:53:38.5524610Z test_out_movedim_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:38.5896920Z test_out_msort_cpu (__main__.TestCommonCPU) ... ok (0.037s) 2022-05-18T06:53:38.6790800Z test_out_mul_cpu (__main__.TestCommonCPU) ... ok (0.089s) 2022-05-18T06:53:38.6862850Z test_out_multinomial_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:53:38.7046730Z test_out_mv_cpu (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:38.7822930Z test_out_mvlgamma_mvlgamma_p_1_cpu (__main__.TestCommonCPU) ... ok (0.077s) 2022-05-18T06:53:38.7894410Z test_out_mvlgamma_mvlgamma_p_3_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:53:38.7966150Z test_out_mvlgamma_mvlgamma_p_5_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:53:38.8298810Z test_out_nan_to_num_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:39.0681430Z test_out_nanmean_cpu (__main__.TestCommonCPU) ... ok (0.238s) 2022-05-18T06:53:39.0765800Z test_out_nanmedian_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:39.5105760Z test_out_nanquantile_cpu (__main__.TestCommonCPU) ... ok (0.434s) 2022-05-18T06:53:39.6846090Z test_out_nansum_cpu (__main__.TestCommonCPU) ... ok (0.174s) 2022-05-18T06:53:39.6926810Z test_out_narrow_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:39.7109220Z test_out_ne_cpu (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:39.7274550Z test_out_neg_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:39.7359260Z test_out_new_empty_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:39.7448750Z test_out_new_full_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:39.7532450Z test_out_new_ones_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:39.7617120Z test_out_new_zeros_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:39.8484530Z test_out_nextafter_cpu (__main__.TestCommonCPU) ... ok (0.087s) 2022-05-18T06:53:39.8567610Z test_out_nn_functional_adaptive_avg_pool1d_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:39.8649230Z test_out_nn_functional_adaptive_avg_pool2d_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:39.8730490Z test_out_nn_functional_adaptive_avg_pool3d_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:39.8813680Z test_out_nn_functional_adaptive_max_pool1d_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:39.8897100Z test_out_nn_functional_adaptive_max_pool2d_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:39.8979350Z test_out_nn_functional_adaptive_max_pool3d_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:39.9062910Z test_out_nn_functional_avg_pool1d_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:39.9927210Z test_out_nn_functional_avg_pool2d_cpu (__main__.TestCommonCPU) ... ok (0.086s) 2022-05-18T06:53:40.0025490Z test_out_nn_functional_avg_pool3d_cpu (__main__.TestCommonCPU) ... expected failure (0.010s) 2022-05-18T06:53:40.0109190Z test_out_nn_functional_batch_norm_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.0187130Z test_out_nn_functional_batch_norm_without_cudnn_cpu (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.008s) 2022-05-18T06:53:40.0318210Z test_out_nn_functional_bilinear_cpu (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:53:40.0402560Z test_out_nn_functional_binary_cross_entropy_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.0501080Z test_out_nn_functional_binary_cross_entropy_with_logits_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:40.0580680Z test_out_nn_functional_celu_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.0663600Z test_out_nn_functional_conv1d_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.0746050Z test_out_nn_functional_conv2d_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.0828570Z test_out_nn_functional_conv_transpose1d_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.0909720Z test_out_nn_functional_conv_transpose2d_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.0991580Z test_out_nn_functional_conv_transpose3d_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.1075160Z test_out_nn_functional_cosine_embedding_loss_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.1157500Z test_out_nn_functional_cosine_similarity_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.1269890Z test_out_nn_functional_cross_entropy_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:40.1359330Z test_out_nn_functional_ctc_loss_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:40.1449310Z test_out_nn_functional_dropout2d_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:40.1538280Z test_out_nn_functional_dropout_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:40.1616350Z test_out_nn_functional_elu_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.1699100Z test_out_nn_functional_embedding_bag_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.1777330Z test_out_nn_functional_embedding_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.1865840Z test_out_nn_functional_feature_alpha_dropout_with_train_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:40.1953850Z test_out_nn_functional_feature_alpha_dropout_without_train_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:40.2074990Z test_out_nn_functional_fractional_max_pool2d_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:40.2209870Z test_out_nn_functional_fractional_max_pool3d_cpu (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:53:40.2291520Z test_out_nn_functional_gaussian_nll_loss_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.2362920Z test_out_nn_functional_gelu_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:53:40.2503390Z test_out_nn_functional_glu_cpu (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:40.2636480Z test_out_nn_functional_grid_sample_cpu (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:53:40.2719430Z test_out_nn_functional_group_norm_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.3577310Z test_out_nn_functional_hardshrink_cpu (__main__.TestCommonCPU) ... ok (0.086s) 2022-05-18T06:53:40.3657850Z test_out_nn_functional_hardsigmoid_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.3739980Z test_out_nn_functional_hardswish_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.3826760Z test_out_nn_functional_hardtanh_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:40.3907820Z test_out_nn_functional_hinge_embedding_loss_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.3988680Z test_out_nn_functional_huber_loss_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.4073160Z test_out_nn_functional_instance_norm_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.4163750Z test_out_nn_functional_interpolate_area_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:40.4252600Z test_out_nn_functional_interpolate_bicubic_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:40.4342350Z test_out_nn_functional_interpolate_bilinear_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:40.4433690Z test_out_nn_functional_interpolate_linear_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:40.4524670Z test_out_nn_functional_interpolate_nearest_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:40.4616510Z test_out_nn_functional_interpolate_trilinear_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:40.4718730Z test_out_nn_functional_kl_div_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T06:53:40.4719430Z warnings.warn( 2022-05-18T06:53:40.4719630Z ok (0.010s) 2022-05-18T06:53:40.4799210Z test_out_nn_functional_l1_loss_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.4878970Z test_out_nn_functional_layer_norm_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.4963490Z test_out_nn_functional_leaky_relu_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.5455590Z test_out_nn_functional_linear_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: An output with one or more elements was resized since it had shape [2, 3, 4], which does not match the required output shape [6, 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). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:53:40.5456570Z return self.op(*args, **kwargs) 2022-05-18T06:53:40.5456810Z expected failure (0.049s) 2022-05-18T06:53:40.5545460Z test_out_nn_functional_local_response_norm_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.5890230Z test_out_nn_functional_logsigmoid_cpu (__main__.TestCommonCPU) ... ok (0.035s) 2022-05-18T06:53:40.5972230Z test_out_nn_functional_margin_ranking_loss_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.6055210Z test_out_nn_functional_max_pool1d_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.6135820Z test_out_nn_functional_max_pool2d_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.6216360Z test_out_nn_functional_max_pool3d_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.6299370Z test_out_nn_functional_max_unpool1d_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.6381600Z test_out_nn_functional_max_unpool1d_grad_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.6463090Z test_out_nn_functional_max_unpool2d_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.6558450Z test_out_nn_functional_max_unpool2d_grad_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:40.6638350Z test_out_nn_functional_max_unpool3d_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.6727820Z test_out_nn_functional_max_unpool3d_grad_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:40.6805490Z test_out_nn_functional_mish_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.6883600Z test_out_nn_functional_mse_loss_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.6961570Z test_out_nn_functional_multi_margin_loss_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.7041330Z test_out_nn_functional_multilabel_margin_loss_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.7121730Z test_out_nn_functional_multilabel_soft_margin_loss_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.7201550Z test_out_nn_functional_nll_loss_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.8003630Z test_out_nn_functional_normalize_cpu (__main__.TestCommonCPU) ... ok (0.080s) 2022-05-18T06:53:40.8085020Z test_out_nn_functional_one_hot_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.8164550Z test_out_nn_functional_pad_circular_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.8252400Z test_out_nn_functional_pad_constant_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:40.8341830Z test_out_nn_functional_pad_reflect_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:40.8425600Z test_out_nn_functional_pad_replicate_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.8563040Z test_out_nn_functional_pairwise_distance_cpu (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:40.8644390Z test_out_nn_functional_pdist_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.8727870Z test_out_nn_functional_pixel_shuffle_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.8856150Z test_out_nn_functional_pixel_unshuffle_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:40.8944910Z test_out_nn_functional_poisson_nll_loss_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:40.9028240Z test_out_nn_functional_prelu_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.9183480Z test_out_nn_functional_relu6_cpu (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:40.9302130Z test_out_nn_functional_relu_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:40.9384980Z test_out_nn_functional_rrelu_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:40.9464900Z test_out_nn_functional_selu_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.9548480Z test_out_nn_functional_silu_complex_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.9626360Z test_out_nn_functional_silu_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.9705620Z test_out_nn_functional_smooth_l1_loss_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.9784530Z test_out_nn_functional_soft_margin_loss_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.9866670Z test_out_nn_functional_softmin_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:40.9948890Z test_out_nn_functional_softmin_with_dtype_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:41.0285200Z test_out_nn_functional_softplus_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:41.1146070Z test_out_nn_functional_softshrink_cpu (__main__.TestCommonCPU) ... ok (0.086s) 2022-05-18T06:53:41.1227660Z test_out_nn_functional_softsign_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:41.1308500Z test_out_nn_functional_tanhshrink_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:41.1396690Z test_out_nn_functional_threshold_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:41.1478710Z test_out_nn_functional_triplet_margin_loss_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:41.1564140Z test_out_nn_functional_triplet_margin_with_distance_loss_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:41.1644590Z test_out_nn_functional_unfold_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:41.1728180Z test_out_nn_functional_upsample_bilinear_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T06:53:41.1728880Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:53:41.1729200Z ok (0.008s) 2022-05-18T06:53:41.1817980Z test_out_nn_functional_upsample_nearest_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T06:53:41.1819340Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:53:41.1819660Z ok (0.009s) 2022-05-18T06:53:41.1917820Z test_out_nonzero_cpu (__main__.TestCommonCPU) ... expected failure (0.010s) 2022-05-18T06:53:41.6169750Z test_out_norm_cpu (__main__.TestCommonCPU) ... ok (0.425s) 2022-05-18T06:53:41.6265770Z test_out_norm_fro_cpu (__main__.TestCommonCPU) ... expected failure (0.010s) 2022-05-18T06:53:41.6740680Z test_out_norm_inf_cpu (__main__.TestCommonCPU) ... ok (0.047s) 2022-05-18T06:53:41.6843660Z test_out_norm_nuc_cpu (__main__.TestCommonCPU) ... expected failure (0.010s) 2022-05-18T06:53:41.7334770Z test_out_normal_cpu (__main__.TestCommonCPU) ... expected failure (0.049s) 2022-05-18T06:53:41.7606930Z test_out_normal_number_mean_cpu (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:53:41.7695360Z test_out_ones_like_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:41.8808060Z test_out_ormqr_cpu (__main__.TestCommonCPU) ... expected failure (0.111s) 2022-05-18T06:53:41.8991430Z test_out_outer_cpu (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:41.9089510Z test_out_pca_lowrank_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:41.9171760Z test_out_permute_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:41.9259830Z test_out_pinverse_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:42.0055410Z test_out_polar_cpu (__main__.TestCommonCPU) ... ok (0.079s) 2022-05-18T06:53:42.1017980Z test_out_polygamma_polygamma_n_0_cpu (__main__.TestCommonCPU) ... ok (0.096s) 2022-05-18T06:53:42.1088980Z test_out_polygamma_polygamma_n_1_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:53:42.1159840Z test_out_polygamma_polygamma_n_2_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:53:42.1229840Z test_out_polygamma_polygamma_n_3_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:53:42.1303440Z test_out_polygamma_polygamma_n_4_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:53:42.1384170Z test_out_positive_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:42.2246930Z test_out_pow_cpu (__main__.TestCommonCPU) ... ok (0.086s) 2022-05-18T06:53:42.2329350Z test_out_prod_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:42.2410810Z test_out_put_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:42.6617380Z test_out_qr_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-05-18T06:53:42.6618200Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-05-18T06:53:42.6618610Z Q, R = torch.qr(A, some) 2022-05-18T06:53:42.6618820Z should be replaced with 2022-05-18T06:53:42.6619390Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:2509.) 2022-05-18T06:53:42.6619760Z return self.op(*args, **kwargs) 2022-05-18T06:53:42.6619970Z ok (0.420s) 2022-05-18T06:53:43.0955390Z test_out_quantile_cpu (__main__.TestCommonCPU) ... ok (0.434s) 2022-05-18T06:53:43.1331400Z test_out_rad2deg_cpu (__main__.TestCommonCPU) ... ok (0.037s) 2022-05-18T06:53:43.1427510Z test_out_rand_like_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:43.1522950Z test_out_randint_like_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:43.1616290Z test_out_randn_like_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:43.1695170Z test_out_ravel_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:43.1775670Z test_out_real_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:43.2108220Z test_out_reciprocal_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:43.2978120Z test_out_remainder_cpu (__main__.TestCommonCPU) ... ok (0.087s) 2022-05-18T06:53:43.3462690Z test_out_renorm_cpu (__main__.TestCommonCPU) ... ok (0.048s) 2022-05-18T06:53:43.3574340Z test_out_repeat_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:43.3656770Z test_out_repeat_interleave_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:43.3734600Z test_out_reshape_as_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:43.3815190Z test_out_reshape_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:43.3894590Z test_out_resize__cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:43.3973780Z test_out_resize_as__cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:43.4054450Z test_out_resolve_conj_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:43.4134580Z test_out_resolve_neg_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:43.4213450Z test_out_roll_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:43.4293390Z test_out_rot90_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:43.4460600Z test_out_round_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:43.4792180Z test_out_round_decimals_0_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:43.4862470Z test_out_round_decimals_3_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:53:43.4933130Z test_out_round_decimals_neg_3_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:53:43.5266690Z test_out_rsqrt_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:43.5348180Z test_out_rsub_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:43.6174060Z test_out_scatter_add_cpu (__main__.TestCommonCPU) ... ok (0.082s) 2022-05-18T06:53:43.8884950Z test_out_scatter_cpu (__main__.TestCommonCPU) ... ok (0.271s) 2022-05-18T06:53:44.0561080Z test_out_scatter_reduce_amax_cpu (__main__.TestCommonCPU) ... ok (0.168s) 2022-05-18T06:53:44.2248010Z test_out_scatter_reduce_amin_cpu (__main__.TestCommonCPU) ... ok (0.169s) 2022-05-18T06:53:44.3951730Z test_out_scatter_reduce_mean_cpu (__main__.TestCommonCPU) ... ok (0.170s) 2022-05-18T06:53:44.5628840Z test_out_scatter_reduce_prod_cpu (__main__.TestCommonCPU) ... ok (0.168s) 2022-05-18T06:53:44.7300600Z test_out_scatter_reduce_sum_cpu (__main__.TestCommonCPU) ... ok (0.167s) 2022-05-18T06:53:44.9298530Z test_out_searchsorted_cpu (__main__.TestCommonCPU) ... ok (0.200s) 2022-05-18T06:53:44.9380530Z test_out_select_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:44.9460150Z test_out_select_scatter_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:44.9625050Z test_out_sgn_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:44.9707560Z test_out_short_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:45.0035950Z test_out_sigmoid_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:45.0203710Z test_out_sign_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:45.0297210Z test_out_signbit_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:45.0462000Z test_out_sin_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:45.0793860Z test_out_sinc_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:45.0958620Z test_out_sinh_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:45.1041580Z test_out_slice_scatter_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:45.1758790Z test_out_softmax_cpu (__main__.TestCommonCPU) ... ok (0.072s) 2022-05-18T06:53:45.2502770Z test_out_softmax_with_dtype_cpu (__main__.TestCommonCPU) ... ok (0.074s) 2022-05-18T06:53:45.8861670Z test_out_sort_cpu (__main__.TestCommonCPU) ... ok (0.636s) 2022-05-18T06:53:45.8931860Z test_out_sparse_sampled_addmm_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:53:45.9178800Z test_out_special_entr_cpu (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:53:45.9507870Z test_out_special_erfcx_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:45.9750090Z test_out_special_i0e_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:45.9995650Z test_out_special_i1_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:46.0243980Z test_out_special_i1e_cpu (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:53:46.0574890Z test_out_special_log_ndtr_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:46.0814940Z test_out_special_ndtr_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:46.1143580Z test_out_special_ndtri_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:46.2129010Z test_out_special_polygamma_special_polygamma_n_0_cpu (__main__.TestCommonCPU) ... ok (0.098s) 2022-05-18T06:53:46.2985920Z test_out_special_xlog1py_cpu (__main__.TestCommonCPU) ... ok (0.086s) 2022-05-18T06:53:46.3856220Z test_out_special_zeta_cpu (__main__.TestCommonCPU) ... ok (0.087s) 2022-05-18T06:53:46.3935770Z test_out_split_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:46.4012680Z test_out_split_list_args_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:46.4091180Z test_out_split_with_sizes_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:46.4253860Z test_out_sqrt_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:46.4639800Z test_out_square_cpu (__main__.TestCommonCPU) ... ok (0.038s) 2022-05-18T06:53:46.4720720Z test_out_squeeze_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:46.5583650Z test_out_stack_cpu (__main__.TestCommonCPU) ... ok (0.086s) 2022-05-18T06:53:46.5669820Z test_out_std_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:46.5754040Z test_out_std_mean_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:46.5833820Z test_out_stft_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:46.6933080Z test_out_sub_cpu (__main__.TestCommonCPU) ... ok (0.110s) 2022-05-18T06:53:46.7017860Z test_out_sum_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:46.7099680Z test_out_sum_to_size_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:50.3245430Z test_out_svd_cpu (__main__.TestCommonCPU) ... ok (3.614s) 2022-05-18T06:53:50.3339040Z test_out_svd_lowrank_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:50.4215800Z test_out_symeig_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-05-18T06:53:50.4216570Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-05-18T06:53:50.4216960Z L, _ = torch.symeig(A, upper=upper) 2022-05-18T06:53:50.4217190Z should be replaced with 2022-05-18T06:53:50.4217590Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-05-18T06:53:50.4217820Z and 2022-05-18T06:53:50.4218040Z L, V = torch.symeig(A, eigenvectors=True) 2022-05-18T06:53:50.4218290Z should be replaced with 2022-05-18T06:53:50.4218930Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:3059.) 2022-05-18T06:53:50.4219300Z return self.op(*args, **kwargs) 2022-05-18T06:53:50.4219510Z ok (0.088s) 2022-05-18T06:53:50.4297720Z test_out_t_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:50.4951890Z test_out_take_along_dim_cpu (__main__.TestCommonCPU) ... ok (0.065s) 2022-05-18T06:53:50.5699050Z test_out_take_cpu (__main__.TestCommonCPU) ... ok (0.075s) 2022-05-18T06:53:50.5868870Z test_out_tan_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:50.6040320Z test_out_tanh_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:50.6124730Z test_out_tensor_split_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:50.6389950Z test_out_tensordot_cpu (__main__.TestCommonCPU) ... ok (0.026s) 2022-05-18T06:53:50.6516720Z test_out_tile_cpu (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:53:50.6601610Z test_out_to_sparse_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:50.8298510Z test_out_topk_cpu (__main__.TestCommonCPU) ... ok (0.170s) 2022-05-18T06:53:50.8381870Z test_out_trace_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:50.8466730Z test_out_transpose_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:50.8562850Z test_out_trapezoid_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:50.8655110Z test_out_trapz_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:50.9005190Z test_out_triangular_solve_cpu (__main__.TestCommonCPU) ... expected failure (0.035s) 2022-05-18T06:53:50.9540480Z test_out_tril_cpu (__main__.TestCommonCPU) ... ok (0.053s) 2022-05-18T06:53:51.0171170Z test_out_triu_cpu (__main__.TestCommonCPU) ... ok (0.063s) 2022-05-18T06:53:51.1211190Z test_out_true_divide_cpu (__main__.TestCommonCPU) ... ok (0.104s) 2022-05-18T06:53:51.1378360Z test_out_trunc_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:51.1477810Z test_out_unfold_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:51.1784800Z test_out_unique_consecutive_cpu (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:53:51.2090560Z test_out_unique_cpu (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:53:51.2177370Z test_out_unsqueeze_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:51.2261020Z test_out_var_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:51.2346820Z test_out_var_mean_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:51.2489210Z test_out_vdot_cpu (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:51.2571620Z test_out_view_as_complex_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:51.2651950Z test_out_view_as_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:51.2732400Z test_out_view_as_real_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:51.2810870Z test_out_view_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:51.2892780Z test_out_vsplit_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:51.3057770Z test_out_vstack_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:51.3117340Z test_out_warning_H_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:51.3174820Z test_out_warning_T_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:51.3234560Z test_out_warning___getitem___cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:51.3293660Z test_out_warning___radd___cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:51.3351380Z test_out_warning___rand___cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:51.3410660Z test_out_warning___rdiv___cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:51.3490660Z test_out_warning___rmatmul___cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:51.3548400Z test_out_warning___rmod___cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:51.3607270Z test_out_warning___rmul___cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:51.3664310Z test_out_warning___ror___cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:51.3724000Z test_out_warning___rpow___cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:668: 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-05-18T06:53:51.3724690Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-05-18T06:53:51.3724950Z ok (0.006s) 2022-05-18T06:53:51.3783450Z test_out_warning___rsub___cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:51.3842090Z test_out_warning___rxor___cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:51.3930300Z test_out_warning__masked_amax_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:51.4019060Z test_out_warning__masked_amin_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:51.4098390Z test_out_warning__masked_argmax_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:51.4175950Z test_out_warning__masked_argmin_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:51.4242890Z test_out_warning__masked_log_softmax_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:51.4333090Z test_out_warning__masked_mean_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:51.4585710Z test_out_warning__masked_norm_cpu (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:53:51.4673780Z test_out_warning__masked_normalize_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:51.4762960Z test_out_warning__masked_prod_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:51.4831180Z test_out_warning__masked_softmax_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:51.4897940Z test_out_warning__masked_softmin_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:51.5035860Z test_out_warning__masked_std_cpu (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:51.5126640Z test_out_warning__masked_sum_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:51.5266210Z test_out_warning__masked_var_cpu (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:51.5365660Z test_out_warning__refs_abs_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:51.5482990Z test_out_warning__refs_acos_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:51.5598280Z test_out_warning__refs_acosh_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:51.5969430Z test_out_warning__refs_add_cpu (__main__.TestCommonCPU) ... ok (0.037s) 2022-05-18T06:53:51.6514540Z test_out_warning__refs_amax_cpu (__main__.TestCommonCPU) ... ok (0.054s) 2022-05-18T06:53:51.7050250Z test_out_warning__refs_amin_cpu (__main__.TestCommonCPU) ... ok (0.053s) 2022-05-18T06:53:51.7113980Z test_out_warning__refs_as_strided_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:51.7199320Z test_out_warning__refs_asin_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:51.7506920Z test_out_warning__refs_atan2_cpu (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:53:51.7593950Z test_out_warning__refs_atan_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:51.7868610Z test_out_warning__refs_bitwise_and_cpu (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:53:51.8141230Z test_out_warning__refs_bitwise_left_shift_cpu (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:53:51.8418140Z test_out_warning__refs_bitwise_or_cpu (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:53:51.8700480Z test_out_warning__refs_bitwise_xor_cpu (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:53:51.8944600Z test_out_warning__refs_cat_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:51.9032880Z test_out_warning__refs_ceil_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:51.9093850Z test_out_warning__refs_chunk_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:51.9151630Z test_out_warning__refs_clone_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:51.9272460Z test_out_warning__refs_cos_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:51.9387200Z test_out_warning__refs_cosh_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:51.9504300Z test_out_warning__refs_digamma_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:51.9825780Z test_out_warning__refs_eq_cpu (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:53:51.9911340Z test_out_warning__refs_erf_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:52.0027040Z test_out_warning__refs_erfc_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:52.0117970Z test_out_warning__refs_erfinv_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:52.0237460Z test_out_warning__refs_exp_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:52.0327580Z test_out_warning__refs_expm1_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:52.0392570Z test_out_warning__refs_flatten_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:52.0452040Z test_out_warning__refs_flip_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:52.0790370Z test_out_warning__refs_float_power_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:52.0868070Z test_out_warning__refs_floor_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:52.1169390Z test_out_warning__refs_ge_cpu (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:53:52.1468950Z test_out_warning__refs_gt_cpu (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:53:52.1782610Z test_out_warning__refs_igamma_cpu (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:53:52.2096890Z test_out_warning__refs_igammac_cpu (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:53:52.2169550Z test_out_warning__refs_isclose_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:52.2286590Z test_out_warning__refs_isfinite_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:52.2371110Z test_out_warning__refs_isnan_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:52.2674080Z test_out_warning__refs_le_cpu (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:53:52.2794310Z test_out_warning__refs_lgamma_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:52.2881160Z test_out_warning__refs_log1p_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:52.2999280Z test_out_warning__refs_log_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:52.3453940Z test_out_warning__refs_logical_and_cpu (__main__.TestCommonCPU) ... ok (0.045s) 2022-05-18T06:53:52.3898420Z test_out_warning__refs_logical_or_cpu (__main__.TestCommonCPU) ... ok (0.044s) 2022-05-18T06:53:52.4198650Z test_out_warning__refs_lt_cpu (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:53:52.4525010Z test_out_warning__refs_maximum_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:52.4839280Z test_out_warning__refs_minimum_cpu (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:53:52.5166510Z test_out_warning__refs_mul_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:52.5226450Z test_out_warning__refs_narrow_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:52.5519270Z test_out_warning__refs_ne_cpu (__main__.TestCommonCPU) ... ok (0.029s) 2022-05-18T06:53:52.5607780Z test_out_warning__refs_neg_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:52.5914910Z test_out_warning__refs_nextafter_cpu (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:53:52.5980630Z test_out_warning__refs_nn_functional_elu_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:52.6039560Z test_out_warning__refs_permute_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:52.6371140Z test_out_warning__refs_pow_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:52.6490960Z test_out_warning__refs_reciprocal_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:52.6551100Z test_out_warning__refs_reshape_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:52.6640430Z test_out_warning__refs_round_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:52.6723690Z test_out_warning__refs_sign_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:52.6809600Z test_out_warning__refs_sin_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:52.6895120Z test_out_warning__refs_sinh_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:52.7006750Z test_out_warning__refs_special_i0e_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:52.7116120Z test_out_warning__refs_special_i1e_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:52.7201390Z test_out_warning__refs_sqrt_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:52.7321380Z test_out_warning__refs_square_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:52.7380710Z test_out_warning__refs_squeeze_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:52.7667300Z test_out_warning__refs_stack_cpu (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:53:52.8035490Z test_out_warning__refs_sub_cpu (__main__.TestCommonCPU) ... ok (0.037s) 2022-05-18T06:53:52.8582970Z test_out_warning__refs_sum_cpu (__main__.TestCommonCPU) ... ok (0.055s) 2022-05-18T06:53:52.8669420Z test_out_warning__refs_tan_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:52.8731100Z test_out_warning__refs_tensor_split_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:52.8790270Z test_out_warning__refs_transpose_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:52.9108140Z test_out_warning__refs_true_divide_cpu (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:53:52.9174020Z test_out_warning__refs_unsqueeze_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:52.9232430Z test_out_warning__refs_view_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:52.9315220Z test_out_warning_abs_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:52.9422110Z test_out_warning_acos_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:52.9529630Z test_out_warning_acosh_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:52.9804240Z test_out_warning_add_cpu (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:53:52.9886370Z test_out_warning_addbmm_cpu (__main__.TestCommonCPU) ... expected failure (0.008s) 2022-05-18T06:53:53.0223020Z test_out_warning_addcdiv_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:53:53.0566410Z test_out_warning_addcmul_cpu (__main__.TestCommonCPU) ... ok (0.034s) 2022-05-18T06:53:53.0692210Z test_out_warning_addmm_cpu (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:53:53.0819480Z test_out_warning_addmm_decomposed_cpu (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:53:53.1008770Z test_out_warning_addmv_cpu (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:53:53.1153230Z test_out_warning_addr_cpu (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:53.1437500Z test_out_warning_all_cpu (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:53:53.1528650Z test_out_warning_allclose_cpu (__main__.TestCommonCPU) ... skip: Skipped! Only supports single tensor or iterable of tensor outputs. (0.009s) 2022-05-18T06:53:53.1983170Z test_out_warning_amax_cpu (__main__.TestCommonCPU) ... ok (0.045s) 2022-05-18T06:53:53.2434500Z test_out_warning_amin_cpu (__main__.TestCommonCPU) ... ok (0.045s) 2022-05-18T06:53:53.2646590Z test_out_warning_aminmax_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:53:53.2647520Z return self.op(*args, **kwargs) 2022-05-18T06:53:53.2647760Z ok (0.021s) 2022-05-18T06:53:53.2726980Z test_out_warning_angle_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:53.3015300Z test_out_warning_any_cpu (__main__.TestCommonCPU) ... ok (0.029s) 2022-05-18T06:53:53.3302510Z test_out_warning_argmax_cpu (__main__.TestCommonCPU) ... ok (0.029s) 2022-05-18T06:53:53.3588970Z test_out_warning_argmin_cpu (__main__.TestCommonCPU) ... ok (0.029s) 2022-05-18T06:53:53.3673540Z test_out_warning_argsort_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:53.3730630Z test_out_warning_argwhere_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:53.3792560Z test_out_warning_as_strided_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:53.3878020Z test_out_warning_asin_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:53.3962480Z test_out_warning_asinh_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:53.4200980Z test_out_warning_atan2_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:53.4285750Z test_out_warning_atan_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:53.4370960Z test_out_warning_atanh_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:53.4436770Z test_out_warning_atleast_1d_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:53.4503110Z test_out_warning_atleast_2d_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:53.4567180Z test_out_warning_atleast_3d_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:53.4759250Z test_out_warning_baddbmm_cpu (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:53:53.4861660Z test_out_warning_bernoulli_cpu (__main__.TestCommonCPU) ... expected failure (0.010s) 2022-05-18T06:53:53.4919840Z test_out_warning_bfloat16_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:53.4979870Z test_out_warning_bincount_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:53.5192060Z test_out_warning_bitwise_and_cpu (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:53.5397100Z test_out_warning_bitwise_left_shift_cpu (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:53:53.5496030Z test_out_warning_bitwise_not_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:53.5700060Z test_out_warning_bitwise_or_cpu (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:53:53.5905770Z test_out_warning_bitwise_right_shift_cpu (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:53:53.6112570Z test_out_warning_bitwise_xor_cpu (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:53.6172190Z test_out_warning_block_diag_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:53.6251040Z test_out_warning_bmm_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:53.6310980Z test_out_warning_bool_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:53.6370430Z test_out_warning_broadcast_tensors_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:53.6433280Z test_out_warning_broadcast_to_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:53.6881730Z test_out_warning_bucketize_cpu (__main__.TestCommonCPU) ... ok (0.045s) 2022-05-18T06:53:53.6941610Z test_out_warning_byte_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:53.6999210Z test_out_warning_cartesian_prod_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:53.7212120Z test_out_warning_cat_cpu (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:53.7682840Z test_out_warning_cdist_cpu (__main__.TestCommonCPU) ... ok (0.047s) 2022-05-18T06:53:53.7768990Z test_out_warning_ceil_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:53.7826970Z test_out_warning_chalf_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:53.7884190Z test_out_warning_char_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:53.8116160Z test_out_warning_cholesky_cpu (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:53:53.8326900Z test_out_warning_cholesky_inverse_cpu (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:53.8550470Z test_out_warning_cholesky_solve_cpu (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:53:53.8609260Z test_out_warning_chunk_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:53.8734410Z test_out_warning_clamp_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:53.8904060Z test_out_warning_clamp_scalar_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:53.8962610Z test_out_warning_clone_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:53.9084940Z test_out_warning_column_stack_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:53.9145200Z test_out_warning_combinations_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:53.9389340Z test_out_warning_complex_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:53.9448030Z test_out_warning_conj_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:53.9533140Z test_out_warning_conj_physical_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:53.9592530Z test_out_warning_contiguous_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:53.9826830Z test_out_warning_copysign_cpu (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:53:53.9889760Z test_out_warning_corrcoef_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:53.9995160Z test_out_warning_cos_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:54.0100280Z test_out_warning_cosh_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:54.0162910Z test_out_warning_count_nonzero_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:54.0231460Z test_out_warning_cov_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:54.0358260Z test_out_warning_cross_cpu (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:53:54.0484050Z test_out_warning_cummax_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:54.0606650Z test_out_warning_cummin_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:54.0863010Z test_out_warning_cumprod_cpu (__main__.TestCommonCPU) ... ok (0.026s) 2022-05-18T06:53:54.1000810Z test_out_warning_cumsum_cpu (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:54.1072530Z test_out_warning_cumulative_trapezoid_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:54.1183320Z test_out_warning_deg2rad_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:54.1546040Z test_out_warning_diag_cpu (__main__.TestCommonCPU) ... ok (0.036s) 2022-05-18T06:53:54.1604370Z test_out_warning_diag_embed_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:54.1664170Z test_out_warning_diagflat_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:54.1722130Z test_out_warning_diagonal_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:54.1779720Z test_out_warning_diagonal_scatter_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:54.3481650Z test_out_warning_diff_cpu (__main__.TestCommonCPU) ... ok (0.170s) 2022-05-18T06:53:54.3581840Z test_out_warning_digamma_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:54.3641640Z test_out_warning_dist_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:54.3890100Z test_out_warning_div_floor_rounding_cpu (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:53:54.4130720Z test_out_warning_div_no_rounding_mode_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:54.4374490Z test_out_warning_div_trunc_rounding_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:54.4455530Z test_out_warning_dot_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:54.4515280Z test_out_warning_double_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:54.4574190Z test_out_warning_dsplit_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:54.4660090Z test_out_warning_dstack_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:54.4748740Z test_out_warning_eig_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:54.4814290Z test_out_warning_einsum_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:54.4876500Z test_out_warning_empty_like_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:54.5115870Z test_out_warning_eq_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:54.5196170Z test_out_warning_erf_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:54.5301020Z test_out_warning_erfc_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:54.5382650Z test_out_warning_erfinv_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:54.5483760Z test_out_warning_exp2_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:54.5589340Z test_out_warning_exp_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:54.5647400Z test_out_warning_expand_as_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:54.5703720Z test_out_warning_expand_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:54.5786760Z test_out_warning_expm1_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:54.5993790Z test_out_warning_fft_fft2_cpu (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:54.6218190Z test_out_warning_fft_fft_cpu (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:53:54.6460500Z test_out_warning_fft_fftn_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:54.6519670Z test_out_warning_fft_fftshift_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:54.6714750Z test_out_warning_fft_hfft2_cpu (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:53:54.6925690Z test_out_warning_fft_hfft_cpu (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:54.7169800Z test_out_warning_fft_hfftn_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:54.7372460Z test_out_warning_fft_ifft2_cpu (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:53:54.7601000Z test_out_warning_fft_ifft_cpu (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:53:54.7849370Z test_out_warning_fft_ifftn_cpu (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:53:54.7908160Z test_out_warning_fft_ifftshift_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:54.8051690Z test_out_warning_fft_ihfft2_cpu (__main__.TestCommonCPU) ... expected failure (0.014s) 2022-05-18T06:53:54.8265870Z test_out_warning_fft_ihfft_cpu (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:54.8384950Z test_out_warning_fft_ihfftn_cpu (__main__.TestCommonCPU) ... expected failure (0.012s) 2022-05-18T06:53:54.8584200Z test_out_warning_fft_irfft2_cpu (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:53:54.8791560Z test_out_warning_fft_irfft_cpu (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:54.9025500Z test_out_warning_fft_irfftn_cpu (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:53:54.9219150Z test_out_warning_fft_rfft2_cpu (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:53:54.9431430Z test_out_warning_fft_rfft_cpu (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:54.9678890Z test_out_warning_fft_rfftn_cpu (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:53:54.9737150Z test_out_warning_fill__cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:54.9798930Z test_out_warning_flatten_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:54.9855960Z test_out_warning_flip_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:54.9915110Z test_out_warning_fliplr_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:54.9974150Z test_out_warning_flipud_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:55.0033130Z test_out_warning_float_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:55.0273790Z test_out_warning_float_power_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:55.0358540Z test_out_warning_floor_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:55.0604110Z test_out_warning_floor_divide_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:55.0844850Z test_out_warning_fmax_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:55.1083560Z test_out_warning_fmin_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:55.1322530Z test_out_warning_fmod_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:55.1426990Z test_out_warning_frac_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:55.1540150Z test_out_warning_frexp_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:55.1608700Z test_out_warning_full_like_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:55.1772770Z test_out_warning_gather_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:55.1989580Z test_out_warning_gcd_cpu (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:53:55.2205720Z test_out_warning_ge_cpu (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:55.3045260Z test_out_warning_geqrf_cpu (__main__.TestCommonCPU) ... ok (0.084s) 2022-05-18T06:53:55.3111660Z test_out_warning_gradient_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:55.3325610Z test_out_warning_gt_cpu (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:55.3384010Z test_out_warning_half_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:55.3615380Z test_out_warning_heaviside_cpu (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:53:55.5586110Z test_out_warning_histc_cpu (__main__.TestCommonCPU) ... ok (0.197s) 2022-05-18T06:53:56.1148140Z test_out_warning_histogram_cpu (__main__.TestCommonCPU) ... ok (0.556s) 2022-05-18T06:53:56.1452950Z test_out_warning_histogramdd_cpu (__main__.TestCommonCPU) ... skip: Skipped! Only supports single tensor or iterable of tensor outputs. (0.030s) 2022-05-18T06:53:56.1513550Z test_out_warning_hsplit_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:56.1600150Z test_out_warning_hstack_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:56.1839280Z test_out_warning_hypot_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:56.1942680Z test_out_warning_i0_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:56.2170940Z test_out_warning_igamma_cpu (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:53:56.2404980Z test_out_warning_igammac_cpu (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:53:56.2464100Z test_out_warning_imag_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:56.2707860Z test_out_warning_index_add_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:56.2827880Z test_out_warning_index_copy_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:56.2887070Z test_out_warning_index_fill_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:56.2952310Z test_out_warning_index_put_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:56.3675720Z test_out_warning_index_reduce_cpu (__main__.TestCommonCPU) ... ok (0.072s) 2022-05-18T06:53:56.3801570Z test_out_warning_index_select_cpu (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:53:56.3909910Z test_out_warning_inner_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:56.3968540Z test_out_warning_int_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:56.4129510Z test_out_warning_inverse_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:56.4189750Z test_out_warning_isclose_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:56.4247110Z test_out_warning_isfinite_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:56.4350550Z test_out_warning_isin_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:56.4408820Z test_out_warning_isinf_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:56.4465910Z test_out_warning_isnan_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:56.4544230Z test_out_warning_isneginf_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:56.4622200Z test_out_warning_isposinf_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:56.4680310Z test_out_warning_isreal_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:56.4739930Z test_out_warning_istft_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:56.4795470Z test_out_warning_jiterator_4inputs_with_extra_args_cpu (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:53:56.4851330Z test_out_warning_jiterator_binary_cpu (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.006s) 2022-05-18T06:53:56.4906120Z test_out_warning_jiterator_unary_cpu (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:53:56.4992540Z test_out_warning_kron_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:56.5275510Z test_out_warning_kthvalue_cpu (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:53:56.5482220Z test_out_warning_lcm_cpu (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:56.5719410Z test_out_warning_ldexp_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:56.5931840Z test_out_warning_le_cpu (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:56.6274330Z test_out_warning_lerp_cpu (__main__.TestCommonCPU) ... ok (0.034s) 2022-05-18T06:53:56.6384420Z test_out_warning_lgamma_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:56.6611760Z test_out_warning_linalg_cholesky_cpu (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:53:56.7012020Z test_out_warning_linalg_cholesky_ex_cpu (__main__.TestCommonCPU) ... ok (0.040s) 2022-05-18T06:53:56.7135910Z test_out_warning_linalg_cond_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:56.7258570Z test_out_warning_linalg_cross_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:53:56.7682620Z test_out_warning_linalg_det_cpu (__main__.TestCommonCPU) ... ok (0.042s) 2022-05-18T06:53:56.8543950Z test_out_warning_linalg_det_singular_cpu (__main__.TestCommonCPU) ... ok (0.086s) 2022-05-18T06:53:56.8817370Z test_out_warning_linalg_eig_cpu (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:53:56.9054340Z test_out_warning_linalg_eigh_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:53:56.9273850Z test_out_warning_linalg_eigvals_cpu (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:53:56.9480290Z test_out_warning_linalg_eigvalsh_cpu (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:56.9688870Z test_out_warning_linalg_householder_product_cpu (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:56.9847570Z test_out_warning_linalg_inv_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:57.0103640Z test_out_warning_linalg_inv_ex_cpu (__main__.TestCommonCPU) ... ok (0.026s) 2022-05-18T06:53:57.0236940Z test_out_warning_linalg_ldl_factor_cpu (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:53:57.0390650Z test_out_warning_linalg_ldl_factor_ex_cpu (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:53:57.0649460Z test_out_warning_linalg_ldl_solve_cpu (__main__.TestCommonCPU) ... ok (0.026s) 2022-05-18T06:53:57.1952790Z test_out_warning_linalg_lstsq_cpu (__main__.TestCommonCPU) ... ok (0.130s) 2022-05-18T06:53:57.2111910Z test_out_warning_linalg_lstsq_grad_oriented_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:53:57.2626440Z test_out_warning_linalg_lu_cpu (__main__.TestCommonCPU) ... ok (0.051s) 2022-05-18T06:53:57.3058390Z test_out_warning_linalg_lu_factor_cpu (__main__.TestCommonCPU) ... ok (0.043s) 2022-05-18T06:53:57.3488180Z test_out_warning_linalg_lu_factor_ex_cpu (__main__.TestCommonCPU) ... ok (0.043s) 2022-05-18T06:53:57.4826840Z test_out_warning_linalg_matrix_norm_cpu (__main__.TestCommonCPU) ... ok (0.134s) 2022-05-18T06:53:57.5177200Z test_out_warning_linalg_matrix_power_cpu (__main__.TestCommonCPU) ... ok (0.035s) 2022-05-18T06:53:57.5396710Z test_out_warning_linalg_matrix_rank_cpu (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:53:57.5615420Z test_out_warning_linalg_matrix_rank_hermitian_cpu (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:53:57.5804530Z test_out_warning_linalg_multi_dot_cpu (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:53:57.6361010Z test_out_warning_linalg_norm_cpu (__main__.TestCommonCPU) ... ok (0.056s) 2022-05-18T06:53:57.6860520Z test_out_warning_linalg_norm_subgradients_at_zero_cpu (__main__.TestCommonCPU) ... ok (0.050s) 2022-05-18T06:53:57.7224180Z test_out_warning_linalg_pinv_cpu (__main__.TestCommonCPU) ... ok (0.036s) 2022-05-18T06:53:57.7398640Z test_out_warning_linalg_pinv_hermitian_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:57.7454640Z test_out_warning_linalg_pinv_singular_cpu (__main__.TestCommonCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-05-18T06:53:57.8166530Z test_out_warning_linalg_qr_cpu (__main__.TestCommonCPU) ... ok (0.071s) 2022-05-18T06:53:57.8441520Z test_out_warning_linalg_slogdet_cpu (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:53:57.8758660Z test_out_warning_linalg_solve_cpu (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:53:58.0428360Z test_out_warning_linalg_solve_triangular_cpu (__main__.TestCommonCPU) ... ok (0.167s) 2022-05-18T06:53:58.5471820Z test_out_warning_linalg_svd_cpu (__main__.TestCommonCPU) ... ok (0.504s) 2022-05-18T06:53:58.6101910Z test_out_warning_linalg_svdvals_cpu (__main__.TestCommonCPU) ... ok (0.063s) 2022-05-18T06:53:58.6207410Z test_out_warning_linalg_tensorinv_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:58.6353460Z test_out_warning_linalg_tensorsolve_cpu (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:58.6412420Z test_out_warning_linalg_vander_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:58.8330250Z test_out_warning_linalg_vector_norm_cpu (__main__.TestCommonCPU) ... ok (0.192s) 2022-05-18T06:53:58.8430250Z test_out_warning_log10_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:58.8506830Z test_out_warning_log1p_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:58.8611080Z test_out_warning_log2_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:58.8713190Z test_out_warning_log_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:58.8892490Z test_out_warning_log_softmax_cpu (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:58.9073850Z test_out_warning_log_softmax_dtype_cpu (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:53:58.9152500Z test_out_warning_logaddexp2_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:58.9231200Z test_out_warning_logaddexp_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:58.9403540Z test_out_warning_logcumsumexp_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:58.9465650Z test_out_warning_logdet_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:58.9682980Z test_out_warning_logical_and_cpu (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:53:58.9781970Z test_out_warning_logical_not_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:53:58.9998030Z test_out_warning_logical_or_cpu (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:53:59.0216670Z test_out_warning_logical_xor_cpu (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:53:59.0358430Z test_out_warning_logit_cpu (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:59.0656960Z test_out_warning_logsumexp_cpu (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:53:59.0715230Z test_out_warning_long_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:59.0928410Z test_out_warning_lt_cpu (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:59.1024510Z test_out_warning_lu_cpu (__main__.TestCommonCPU) ... expected failure (0.010s) 2022-05-18T06:53:59.1473820Z test_out_warning_lu_solve_cpu (__main__.TestCommonCPU) ... ok (0.045s) 2022-05-18T06:53:59.1981150Z test_out_warning_lu_unpack_cpu (__main__.TestCommonCPU) ... ok (0.051s) 2022-05-18T06:53:59.2039720Z test_out_warning_mH_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:59.2095500Z test_out_warning_mT_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:59.2153010Z test_out_warning_masked_fill_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:59.2210960Z test_out_warning_masked_scatter_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:59.2415350Z test_out_warning_masked_select_cpu (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:53:59.2752930Z test_out_warning_matmul_cpu (__main__.TestCommonCPU) ... ok (0.034s) 2022-05-18T06:53:59.2815490Z test_out_warning_matrix_exp_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:59.3044780Z test_out_warning_max_binary_cpu (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:53:59.3103790Z test_out_warning_max_reduction_no_dim_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:59.3274890Z test_out_warning_max_reduction_with_dim_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:59.3527460Z test_out_warning_maximum_cpu (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:53:59.3594450Z test_out_warning_mean_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:59.3659690Z test_out_warning_median_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:59.3737190Z test_out_warning_meshgrid_list_of_tensors_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:59.3816000Z test_out_warning_meshgrid_variadic_tensors_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:59.4084690Z test_out_warning_min_binary_cpu (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:53:59.4146340Z test_out_warning_min_reduction_no_dim_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:59.4313670Z test_out_warning_min_reduction_with_dim_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:53:59.4590810Z test_out_warning_minimum_cpu (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:53:59.4680200Z test_out_warning_mm_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:59.4855750Z test_out_warning_mode_cpu (__main__.TestCommonCPU) ... expected failure (0.017s) 2022-05-18T06:53:59.4917580Z test_out_warning_movedim_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:59.5055600Z test_out_warning_msort_cpu (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:53:59.5331160Z test_out_warning_mul_cpu (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:53:59.5439110Z test_out_warning_multinomial_cpu (__main__.TestCommonCPU) ... expected failure (0.011s) 2022-05-18T06:53:59.5526200Z test_out_warning_mv_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:53:59.5799230Z test_out_warning_mvlgamma_mvlgamma_p_1_cpu (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:53:59.5848080Z test_out_warning_mvlgamma_mvlgamma_p_3_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:53:59.5897220Z test_out_warning_mvlgamma_mvlgamma_p_5_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:53:59.6011260Z test_out_warning_nan_to_num_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:53:59.6816730Z test_out_warning_nanmean_cpu (__main__.TestCommonCPU) ... ok (0.080s) 2022-05-18T06:53:59.6878290Z test_out_warning_nanmedian_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:59.8261440Z test_out_warning_nanquantile_cpu (__main__.TestCommonCPU) ... ok (0.138s) 2022-05-18T06:53:59.8691550Z test_out_warning_nansum_cpu (__main__.TestCommonCPU) ... ok (0.043s) 2022-05-18T06:53:59.8749700Z test_out_warning_narrow_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:59.8962680Z test_out_warning_ne_cpu (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:53:59.9044220Z test_out_warning_neg_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:53:59.9106520Z test_out_warning_new_empty_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:59.9173340Z test_out_warning_new_full_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:53:59.9235810Z test_out_warning_new_ones_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:59.9297960Z test_out_warning_new_zeros_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:59.9529830Z test_out_warning_nextafter_cpu (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:53:59.9589230Z test_out_warning_nn_functional_adaptive_avg_pool1d_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:59.9646990Z test_out_warning_nn_functional_adaptive_avg_pool2d_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:59.9703370Z test_out_warning_nn_functional_adaptive_avg_pool3d_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:59.9760000Z test_out_warning_nn_functional_adaptive_max_pool1d_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:59.9815860Z test_out_warning_nn_functional_adaptive_max_pool2d_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:59.9871910Z test_out_warning_nn_functional_adaptive_max_pool3d_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:53:59.9928560Z test_out_warning_nn_functional_avg_pool1d_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.0153320Z test_out_warning_nn_functional_avg_pool2d_cpu (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:54:00.0361020Z test_out_warning_nn_functional_avg_pool3d_cpu (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:54:00.0422860Z test_out_warning_nn_functional_batch_norm_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.0477380Z test_out_warning_nn_functional_batch_norm_without_cudnn_cpu (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:54:00.0580260Z test_out_warning_nn_functional_bilinear_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:54:00.0641420Z test_out_warning_nn_functional_binary_cross_entropy_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.0719450Z test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:54:00.0778210Z test_out_warning_nn_functional_celu_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.0839720Z test_out_warning_nn_functional_conv1d_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.0900880Z test_out_warning_nn_functional_conv2d_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.0962820Z test_out_warning_nn_functional_conv_transpose1d_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.1026970Z test_out_warning_nn_functional_conv_transpose2d_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.1089010Z test_out_warning_nn_functional_conv_transpose3d_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.1151920Z test_out_warning_nn_functional_cosine_embedding_loss_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.1213430Z test_out_warning_nn_functional_cosine_similarity_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.1311140Z test_out_warning_nn_functional_cross_entropy_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:54:00.1381690Z test_out_warning_nn_functional_ctc_loss_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:00.1451140Z test_out_warning_nn_functional_dropout2d_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:00.1519110Z test_out_warning_nn_functional_dropout_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:00.1579320Z test_out_warning_nn_functional_elu_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.1640580Z test_out_warning_nn_functional_embedding_bag_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.1701360Z test_out_warning_nn_functional_embedding_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.1771910Z test_out_warning_nn_functional_feature_alpha_dropout_with_train_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:00.1841330Z test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:00.1942160Z test_out_warning_nn_functional_fractional_max_pool2d_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:54:00.2051250Z test_out_warning_nn_functional_fractional_max_pool3d_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:54:00.2111830Z test_out_warning_nn_functional_gaussian_nll_loss_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.2332850Z test_out_warning_nn_functional_gelu_cpu (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:54:00.2451670Z test_out_warning_nn_functional_glu_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:54:00.2563960Z test_out_warning_nn_functional_grid_sample_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:54:00.2624620Z test_out_warning_nn_functional_group_norm_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.2864730Z test_out_warning_nn_functional_hardshrink_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:54:00.2922810Z test_out_warning_nn_functional_hardsigmoid_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.2981860Z test_out_warning_nn_functional_hardswish_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.3045330Z test_out_warning_nn_functional_hardtanh_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.3104370Z test_out_warning_nn_functional_hinge_embedding_loss_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.3162840Z test_out_warning_nn_functional_huber_loss_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.3225040Z test_out_warning_nn_functional_instance_norm_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.3292550Z test_out_warning_nn_functional_interpolate_area_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:00.3361370Z test_out_warning_nn_functional_interpolate_bicubic_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:00.3428180Z test_out_warning_nn_functional_interpolate_bilinear_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:00.3500700Z test_out_warning_nn_functional_interpolate_linear_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:00.3567350Z test_out_warning_nn_functional_interpolate_nearest_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:00.3634870Z test_out_warning_nn_functional_interpolate_trilinear_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:00.3712160Z test_out_warning_nn_functional_kl_div_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T06:54:00.3712860Z warnings.warn( 2022-05-18T06:54:00.3713050Z ok (0.008s) 2022-05-18T06:54:00.3771340Z test_out_warning_nn_functional_l1_loss_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.3830940Z test_out_warning_nn_functional_layer_norm_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.3894890Z test_out_warning_nn_functional_leaky_relu_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.4237280Z test_out_warning_nn_functional_linear_cpu (__main__.TestCommonCPU) ... ok (0.034s) 2022-05-18T06:54:00.4298740Z test_out_warning_nn_functional_local_response_norm_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.4384190Z test_out_warning_nn_functional_logsigmoid_cpu (__main__.TestCommonCPU) ... expected failure (0.008s) 2022-05-18T06:54:00.4444020Z test_out_warning_nn_functional_margin_ranking_loss_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.4505790Z test_out_warning_nn_functional_max_pool1d_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.4565830Z test_out_warning_nn_functional_max_pool2d_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.4624440Z test_out_warning_nn_functional_max_pool3d_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.4684670Z test_out_warning_nn_functional_max_unpool1d_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.4744410Z test_out_warning_nn_functional_max_unpool1d_grad_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.4804160Z test_out_warning_nn_functional_max_unpool2d_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.4878350Z test_out_warning_nn_functional_max_unpool2d_grad_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:00.4937510Z test_out_warning_nn_functional_max_unpool3d_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.5005760Z test_out_warning_nn_functional_max_unpool3d_grad_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:00.5064330Z test_out_warning_nn_functional_mish_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.5123260Z test_out_warning_nn_functional_mse_loss_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.5182030Z test_out_warning_nn_functional_multi_margin_loss_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.5240130Z test_out_warning_nn_functional_multilabel_margin_loss_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.5300440Z test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.5357750Z test_out_warning_nn_functional_nll_loss_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.5594330Z test_out_warning_nn_functional_normalize_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:54:00.5655150Z test_out_warning_nn_functional_one_hot_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.5712060Z test_out_warning_nn_functional_pad_circular_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.5768940Z test_out_warning_nn_functional_pad_constant_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.5826480Z test_out_warning_nn_functional_pad_reflect_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.5882330Z test_out_warning_nn_functional_pad_replicate_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.5949570Z test_out_warning_nn_functional_pairwise_distance_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:00.6006580Z test_out_warning_nn_functional_pdist_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.6063980Z test_out_warning_nn_functional_pixel_shuffle_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.6121410Z test_out_warning_nn_functional_pixel_unshuffle_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.6180790Z test_out_warning_nn_functional_poisson_nll_loss_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.6237780Z test_out_warning_nn_functional_prelu_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.6303450Z test_out_warning_nn_functional_relu6_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.6362640Z test_out_warning_nn_functional_relu_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.6430850Z test_out_warning_nn_functional_rrelu_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:00.6487780Z test_out_warning_nn_functional_selu_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.6545770Z test_out_warning_nn_functional_silu_complex_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.6602720Z test_out_warning_nn_functional_silu_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.6662110Z test_out_warning_nn_functional_smooth_l1_loss_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.6720970Z test_out_warning_nn_functional_soft_margin_loss_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.6783650Z test_out_warning_nn_functional_softmin_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.6845340Z test_out_warning_nn_functional_softmin_with_dtype_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.6966570Z test_out_warning_nn_functional_softplus_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:54:00.7194840Z test_out_warning_nn_functional_softshrink_cpu (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:54:00.7253360Z test_out_warning_nn_functional_softsign_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.7309930Z test_out_warning_nn_functional_tanhshrink_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.7375480Z test_out_warning_nn_functional_threshold_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.7436130Z test_out_warning_nn_functional_triplet_margin_loss_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.7497090Z test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.7555970Z test_out_warning_nn_functional_unfold_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:00.7617790Z test_out_warning_nn_functional_upsample_bilinear_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T06:54:00.7619170Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:54:00.7619580Z ok (0.006s) 2022-05-18T06:54:00.7685960Z test_out_warning_nn_functional_upsample_nearest_cpu (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T06:54:00.7686700Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:54:00.7687050Z ok (0.007s) 2022-05-18T06:54:00.7757240Z test_out_warning_nonzero_cpu (__main__.TestCommonCPU) ... expected failure (0.007s) 2022-05-18T06:54:00.8657090Z test_out_warning_norm_cpu (__main__.TestCommonCPU) ... ok (0.090s) 2022-05-18T06:54:00.8781300Z test_out_warning_norm_fro_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:54:00.8925280Z test_out_warning_norm_inf_cpu (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:54:00.9029350Z test_out_warning_norm_nuc_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:54:00.9334230Z test_out_warning_normal_cpu (__main__.TestCommonCPU) ... expected failure (0.030s) 2022-05-18T06:54:00.9433820Z test_out_warning_normal_number_mean_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:54:00.9496640Z test_out_warning_ones_like_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:01.1862990Z test_out_warning_ormqr_cpu (__main__.TestCommonCPU) ... ok (0.236s) 2022-05-18T06:54:01.1945700Z test_out_warning_outer_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:54:01.2019170Z test_out_warning_pca_lowrank_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:01.2076280Z test_out_warning_permute_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:01.2138330Z test_out_warning_pinverse_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:01.2392070Z test_out_warning_polar_cpu (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:54:01.2654300Z test_out_warning_polygamma_polygamma_n_0_cpu (__main__.TestCommonCPU) ... ok (0.026s) 2022-05-18T06:54:01.2703920Z test_out_warning_polygamma_polygamma_n_1_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:54:01.2754430Z test_out_warning_polygamma_polygamma_n_2_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:54:01.2803680Z test_out_warning_polygamma_polygamma_n_3_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:54:01.2852250Z test_out_warning_polygamma_polygamma_n_4_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:54:01.2911980Z test_out_warning_positive_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:01.3146600Z test_out_warning_pow_cpu (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:54:01.3205630Z test_out_warning_prod_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:01.3264960Z test_out_warning_put_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:01.3999390Z test_out_warning_qr_cpu (__main__.TestCommonCPU) ... ok (0.073s) 2022-05-18T06:54:01.5396750Z test_out_warning_quantile_cpu (__main__.TestCommonCPU) ... ok (0.140s) 2022-05-18T06:54:01.5501210Z test_out_warning_rad2deg_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:54:01.5572340Z test_out_warning_rand_like_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:01.5643760Z test_out_warning_randint_like_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:01.5714070Z test_out_warning_randn_like_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:01.5771960Z test_out_warning_ravel_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:01.5828850Z test_out_warning_real_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:01.5934320Z test_out_warning_reciprocal_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:54:01.6175640Z test_out_warning_remainder_cpu (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:54:01.6325270Z test_out_warning_renorm_cpu (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:54:01.6416560Z test_out_warning_repeat_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:54:01.6481490Z test_out_warning_repeat_interleave_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:01.6541290Z test_out_warning_reshape_as_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:01.6601010Z test_out_warning_reshape_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:01.6658950Z test_out_warning_resize__cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:01.6718240Z test_out_warning_resize_as__cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:01.6777640Z test_out_warning_resolve_conj_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:01.6836410Z test_out_warning_resolve_neg_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:01.6896520Z test_out_warning_roll_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:01.6955070Z test_out_warning_rot90_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:01.7040210Z test_out_warning_round_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:54:01.7150390Z test_out_warning_round_decimals_0_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:54:01.7199400Z test_out_warning_round_decimals_3_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:54:01.7248250Z test_out_warning_round_decimals_neg_3_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:54:01.7355910Z test_out_warning_rsqrt_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:54:01.7416740Z test_out_warning_rsub_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:01.7630380Z test_out_warning_scatter_add_cpu (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:54:01.8156480Z test_out_warning_scatter_cpu (__main__.TestCommonCPU) ... ok (0.052s) 2022-05-18T06:54:01.8516910Z test_out_warning_scatter_reduce_amax_cpu (__main__.TestCommonCPU) ... ok (0.036s) 2022-05-18T06:54:01.8886340Z test_out_warning_scatter_reduce_amin_cpu (__main__.TestCommonCPU) ... ok (0.037s) 2022-05-18T06:54:01.9253790Z test_out_warning_scatter_reduce_mean_cpu (__main__.TestCommonCPU) ... ok (0.037s) 2022-05-18T06:54:01.9610880Z test_out_warning_scatter_reduce_prod_cpu (__main__.TestCommonCPU) ... ok (0.036s) 2022-05-18T06:54:01.9971610Z test_out_warning_scatter_reduce_sum_cpu (__main__.TestCommonCPU) ... ok (0.036s) 2022-05-18T06:54:02.2436500Z test_out_warning_searchsorted_cpu (__main__.TestCommonCPU) ... ok (0.246s) 2022-05-18T06:54:02.2496730Z test_out_warning_select_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:02.2558840Z test_out_warning_select_scatter_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:02.2643360Z test_out_warning_sgn_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:54:02.2703200Z test_out_warning_short_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:02.2813080Z test_out_warning_sigmoid_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:54:02.2898720Z test_out_warning_sign_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:54:02.2980550Z test_out_warning_signbit_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:54:02.3062910Z test_out_warning_sin_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:54:02.3171790Z test_out_warning_sinc_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:54:02.3256990Z test_out_warning_sinh_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:54:02.3317930Z test_out_warning_slice_scatter_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:02.3495520Z test_out_warning_softmax_cpu (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:54:02.3675370Z test_out_warning_softmax_with_dtype_cpu (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:54:02.5208760Z test_out_warning_sort_cpu (__main__.TestCommonCPU) ... ok (0.153s) 2022-05-18T06:54:02.5260030Z test_out_warning_sparse_sampled_addmm_cpu (__main__.TestCommonCPU) ... skip: Skipped! (0.005s) 2022-05-18T06:54:02.5373870Z test_out_warning_special_entr_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:54:02.5497410Z test_out_warning_special_erfcx_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:54:02.5613260Z test_out_warning_special_i0e_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:54:02.5732030Z test_out_warning_special_i1_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:54:02.5850450Z test_out_warning_special_i1e_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:54:02.5974480Z test_out_warning_special_log_ndtr_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:54:02.6097470Z test_out_warning_special_ndtr_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:54:02.6219450Z test_out_warning_special_ndtri_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:54:02.6557060Z test_out_warning_special_polygamma_special_polygamma_n_0_cpu (__main__.TestCommonCPU) ... ok (0.034s) 2022-05-18T06:54:02.6822340Z test_out_warning_special_xlog1py_cpu (__main__.TestCommonCPU) ... ok (0.026s) 2022-05-18T06:54:02.7127770Z test_out_warning_special_zeta_cpu (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:54:02.7189480Z test_out_warning_split_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:02.7251260Z test_out_warning_split_list_args_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:02.7313130Z test_out_warning_split_with_sizes_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:02.7402470Z test_out_warning_sqrt_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:54:02.7522140Z test_out_warning_square_cpu (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:54:02.7584710Z test_out_warning_squeeze_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:02.7811200Z test_out_warning_stack_cpu (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:54:02.7879610Z test_out_warning_std_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:02.7945790Z test_out_warning_std_mean_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:02.8009340Z test_out_warning_stft_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:02.8341410Z test_out_warning_sub_cpu (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:54:02.8408210Z test_out_warning_sum_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:02.8473030Z test_out_warning_sum_to_size_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:03.3921940Z test_out_warning_svd_cpu (__main__.TestCommonCPU) ... ok (0.545s) 2022-05-18T06:54:03.3993950Z test_out_warning_svd_lowrank_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:03.4228590Z test_out_warning_symeig_cpu (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:54:03.4287820Z test_out_warning_t_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:03.4452570Z test_out_warning_take_along_dim_cpu (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:54:03.4708970Z test_out_warning_take_cpu (__main__.TestCommonCPU) ... ok (0.026s) 2022-05-18T06:54:03.4789440Z test_out_warning_tan_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:54:03.4869090Z test_out_warning_tanh_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:54:03.4928500Z test_out_warning_tensor_split_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:03.5036220Z test_out_warning_tensordot_cpu (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:54:03.5138870Z test_out_warning_tile_cpu (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:54:03.5198240Z test_out_warning_to_sparse_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:03.5575400Z test_out_warning_topk_cpu (__main__.TestCommonCPU) ... ok (0.038s) 2022-05-18T06:54:03.5634490Z test_out_warning_trace_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:03.5692400Z test_out_warning_transpose_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:03.5762190Z test_out_warning_trapezoid_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:03.5832990Z test_out_warning_trapz_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:03.6093770Z test_out_warning_triangular_solve_cpu (__main__.TestCommonCPU) ... ok (0.026s) 2022-05-18T06:54:03.6262370Z test_out_warning_tril_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:54:03.6435490Z test_out_warning_triu_cpu (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:54:03.6714880Z test_out_warning_true_divide_cpu (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:54:03.6803970Z test_out_warning_trunc_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:54:03.6885130Z test_out_warning_unfold_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:54:03.7175480Z test_out_warning_unique_consecutive_cpu (__main__.TestCommonCPU) ... ok (0.029s) 2022-05-18T06:54:03.7468650Z test_out_warning_unique_cpu (__main__.TestCommonCPU) ... ok (0.029s) 2022-05-18T06:54:03.7538720Z test_out_warning_unsqueeze_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:03.7607260Z test_out_warning_var_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:03.7673790Z test_out_warning_var_mean_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:03.7764250Z test_out_warning_vdot_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:54:03.7826930Z test_out_warning_view_as_complex_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:03.7889040Z test_out_warning_view_as_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:03.7953220Z test_out_warning_view_as_real_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:03.8014260Z test_out_warning_view_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:03.8076490Z test_out_warning_vsplit_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:03.8166750Z test_out_warning_vstack_cpu (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:54:03.8230720Z test_out_warning_where_cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:03.8524470Z test_out_warning_xlogy_cpu (__main__.TestCommonCPU) ... ok (0.029s) 2022-05-18T06:54:03.8584730Z test_out_warning_zero__cpu (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:03.8651750Z test_out_warning_zeros_like_cpu (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:03.8734540Z test_out_where_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:54:03.9609310Z test_out_xlogy_cpu (__main__.TestCommonCPU) ... ok (0.087s) 2022-05-18T06:54:03.9689880Z test_out_zero__cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:54:03.9774190Z test_out_zeros_like_cpu (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:54:04.1269560Z test_python_reference_consistency__refs_abs_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.149s) 2022-05-18T06:54:04.4227940Z test_python_reference_consistency__refs_abs_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.296s) 2022-05-18T06:54:04.5448400Z test_python_reference_consistency__refs_abs_cpu_complex32 (__main__.TestCommonCPU) ... expected failure (0.122s) 2022-05-18T06:54:04.7877550Z test_python_reference_consistency__refs_abs_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.243s) 2022-05-18T06:54:04.9826720Z test_python_reference_consistency__refs_abs_cpu_float16 (__main__.TestCommonCPU) ... ok (0.195s) 2022-05-18T06:54:05.1002560Z test_python_reference_consistency__refs_abs_cpu_float32 (__main__.TestCommonCPU) ... ok (0.117s) 2022-05-18T06:54:05.2257430Z test_python_reference_consistency__refs_abs_cpu_float64 (__main__.TestCommonCPU) ... ok (0.125s) 2022-05-18T06:54:05.2991020Z test_python_reference_consistency__refs_abs_cpu_int16 (__main__.TestCommonCPU) ... ok (0.073s) 2022-05-18T06:54:05.3790070Z test_python_reference_consistency__refs_abs_cpu_int32 (__main__.TestCommonCPU) ... ok (0.080s) 2022-05-18T06:54:05.4440890Z test_python_reference_consistency__refs_abs_cpu_int64 (__main__.TestCommonCPU) ... ok (0.065s) 2022-05-18T06:54:05.5087420Z test_python_reference_consistency__refs_abs_cpu_int8 (__main__.TestCommonCPU) ... ok (0.065s) 2022-05-18T06:54:05.5730600Z test_python_reference_consistency__refs_abs_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.064s) 2022-05-18T06:54:05.7341260Z test_python_reference_consistency__refs_acos_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.161s) 2022-05-18T06:54:05.9483160Z test_python_reference_consistency__refs_acos_cpu_bool (__main__.TestCommonCPU) ... ok (0.214s) 2022-05-18T06:54:06.5662470Z test_python_reference_consistency__refs_acos_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.618s) 2022-05-18T06:54:07.0067590Z test_python_reference_consistency__refs_acos_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.440s) 2022-05-18T06:54:07.1418390Z test_python_reference_consistency__refs_acos_cpu_float32 (__main__.TestCommonCPU) ... ok (0.135s) 2022-05-18T06:54:07.3081590Z test_python_reference_consistency__refs_acos_cpu_float64 (__main__.TestCommonCPU) ... ok (0.166s) 2022-05-18T06:54:07.4377940Z test_python_reference_consistency__refs_acos_cpu_int16 (__main__.TestCommonCPU) ... ok (0.130s) 2022-05-18T06:54:07.5667780Z test_python_reference_consistency__refs_acos_cpu_int32 (__main__.TestCommonCPU) ... ok (0.129s) 2022-05-18T06:54:07.6927100Z test_python_reference_consistency__refs_acos_cpu_int64 (__main__.TestCommonCPU) ... ok (0.126s) 2022-05-18T06:54:07.8208680Z test_python_reference_consistency__refs_acos_cpu_int8 (__main__.TestCommonCPU) ... ok (0.128s) 2022-05-18T06:54:07.9308980Z test_python_reference_consistency__refs_acos_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.110s) 2022-05-18T06:54:08.0943330Z test_python_reference_consistency__refs_acosh_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.163s) 2022-05-18T06:54:08.2957880Z test_python_reference_consistency__refs_acosh_cpu_bool (__main__.TestCommonCPU) ... ok (0.201s) 2022-05-18T06:54:08.9043510Z test_python_reference_consistency__refs_acosh_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.608s) 2022-05-18T06:54:09.3788350Z test_python_reference_consistency__refs_acosh_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.474s) 2022-05-18T06:54:09.5197340Z test_python_reference_consistency__refs_acosh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.141s) 2022-05-18T06:54:09.6885370Z test_python_reference_consistency__refs_acosh_cpu_float64 (__main__.TestCommonCPU) ... ok (0.169s) 2022-05-18T06:54:09.8185120Z test_python_reference_consistency__refs_acosh_cpu_int16 (__main__.TestCommonCPU) ... ok (0.130s) 2022-05-18T06:54:09.9462980Z test_python_reference_consistency__refs_acosh_cpu_int32 (__main__.TestCommonCPU) ... ok (0.128s) 2022-05-18T06:54:10.0724930Z test_python_reference_consistency__refs_acosh_cpu_int64 (__main__.TestCommonCPU) ... ok (0.126s) 2022-05-18T06:54:10.2007160Z test_python_reference_consistency__refs_acosh_cpu_int8 (__main__.TestCommonCPU) ... ok (0.128s) 2022-05-18T06:54:10.3263530Z test_python_reference_consistency__refs_acosh_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.126s) 2022-05-18T06:54:10.5696810Z test_python_reference_consistency__refs_add_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.243s) 2022-05-18T06:54:10.7169740Z test_python_reference_consistency__refs_add_cpu_bool (__main__.TestCommonCPU) ... ok (0.147s) 2022-05-18T06:54:11.2238110Z test_python_reference_consistency__refs_add_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.507s) 2022-05-18T06:54:11.4744190Z test_python_reference_consistency__refs_add_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.250s) 2022-05-18T06:54:11.8866450Z test_python_reference_consistency__refs_add_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.412s) 2022-05-18T06:54:12.2122340Z test_python_reference_consistency__refs_add_cpu_float16 (__main__.TestCommonCPU) ... ok (0.325s) 2022-05-18T06:54:12.4271810Z test_python_reference_consistency__refs_add_cpu_float32 (__main__.TestCommonCPU) ... ok (0.215s) 2022-05-18T06:54:12.6744360Z test_python_reference_consistency__refs_add_cpu_float64 (__main__.TestCommonCPU) ... ok (0.247s) 2022-05-18T06:54:12.8327890Z test_python_reference_consistency__refs_add_cpu_int16 (__main__.TestCommonCPU) ... ok (0.158s) 2022-05-18T06:54:13.0034400Z test_python_reference_consistency__refs_add_cpu_int32 (__main__.TestCommonCPU) ... ok (0.170s) 2022-05-18T06:54:13.1573960Z test_python_reference_consistency__refs_add_cpu_int64 (__main__.TestCommonCPU) ... ok (0.154s) 2022-05-18T06:54:13.3058970Z test_python_reference_consistency__refs_add_cpu_int8 (__main__.TestCommonCPU) ... ok (0.148s) 2022-05-18T06:54:13.4491370Z test_python_reference_consistency__refs_add_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.143s) 2022-05-18T06:54:13.4604180Z test_python_reference_consistency__refs_amax_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:54:13.4690620Z test_python_reference_consistency__refs_amax_cpu_bool (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:54:13.4801000Z test_python_reference_consistency__refs_amax_cpu_float16 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:54:13.4901970Z test_python_reference_consistency__refs_amax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:54:13.5000780Z test_python_reference_consistency__refs_amax_cpu_float64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:54:13.5088390Z test_python_reference_consistency__refs_amax_cpu_int16 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:54:13.5174880Z test_python_reference_consistency__refs_amax_cpu_int32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:54:13.5258560Z test_python_reference_consistency__refs_amax_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:54:13.5344480Z test_python_reference_consistency__refs_amax_cpu_int8 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:54:13.5430340Z test_python_reference_consistency__refs_amax_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:54:13.5542530Z test_python_reference_consistency__refs_amin_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:54:13.5629500Z test_python_reference_consistency__refs_amin_cpu_bool (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:54:13.5738390Z test_python_reference_consistency__refs_amin_cpu_float16 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:54:13.5839350Z test_python_reference_consistency__refs_amin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:54:13.5937710Z test_python_reference_consistency__refs_amin_cpu_float64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:54:13.6023630Z test_python_reference_consistency__refs_amin_cpu_int16 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:54:13.6109290Z test_python_reference_consistency__refs_amin_cpu_int32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:54:13.6192090Z test_python_reference_consistency__refs_amin_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:54:13.6278410Z test_python_reference_consistency__refs_amin_cpu_int8 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:54:13.6366030Z test_python_reference_consistency__refs_amin_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:54:13.6414880Z test_python_reference_consistency__refs_as_strided_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:54:13.6456160Z test_python_reference_consistency__refs_as_strided_cpu_bool (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:54:13.6507630Z test_python_reference_consistency__refs_as_strided_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:54:13.6562080Z test_python_reference_consistency__refs_as_strided_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:54:13.6611970Z test_python_reference_consistency__refs_as_strided_cpu_float16 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:54:13.6660180Z test_python_reference_consistency__refs_as_strided_cpu_float32 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:54:13.6707680Z test_python_reference_consistency__refs_as_strided_cpu_float64 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:54:13.6749870Z test_python_reference_consistency__refs_as_strided_cpu_int16 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:54:13.6791740Z test_python_reference_consistency__refs_as_strided_cpu_int32 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:54:13.6833490Z test_python_reference_consistency__refs_as_strided_cpu_int64 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:54:13.6876880Z test_python_reference_consistency__refs_as_strided_cpu_int8 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:54:13.6920260Z test_python_reference_consistency__refs_as_strided_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:54:13.8458360Z test_python_reference_consistency__refs_asin_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.154s) 2022-05-18T06:54:14.0542710Z test_python_reference_consistency__refs_asin_cpu_bool (__main__.TestCommonCPU) ... ok (0.208s) 2022-05-18T06:54:14.6537110Z test_python_reference_consistency__refs_asin_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.599s) 2022-05-18T06:54:15.1176140Z test_python_reference_consistency__refs_asin_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.464s) 2022-05-18T06:54:15.2521280Z test_python_reference_consistency__refs_asin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.134s) 2022-05-18T06:54:15.4323080Z test_python_reference_consistency__refs_asin_cpu_float64 (__main__.TestCommonCPU) ... ok (0.180s) 2022-05-18T06:54:15.5632720Z test_python_reference_consistency__refs_asin_cpu_int16 (__main__.TestCommonCPU) ... ok (0.131s) 2022-05-18T06:54:15.6928200Z test_python_reference_consistency__refs_asin_cpu_int32 (__main__.TestCommonCPU) ... ok (0.129s) 2022-05-18T06:54:15.8161690Z test_python_reference_consistency__refs_asin_cpu_int64 (__main__.TestCommonCPU) ... ok (0.123s) 2022-05-18T06:54:15.9410860Z test_python_reference_consistency__refs_asin_cpu_int8 (__main__.TestCommonCPU) ... ok (0.125s) 2022-05-18T06:54:16.0513140Z test_python_reference_consistency__refs_asin_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.110s) 2022-05-18T06:54:16.2936080Z test_python_reference_consistency__refs_atan2_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.242s) 2022-05-18T06:54:16.5106350Z test_python_reference_consistency__refs_atan2_cpu_bool (__main__.TestCommonCPU) ... ok (0.217s) 2022-05-18T06:54:16.7109800Z test_python_reference_consistency__refs_atan2_cpu_float32 (__main__.TestCommonCPU) ... ok (0.200s) 2022-05-18T06:54:16.9937060Z test_python_reference_consistency__refs_atan2_cpu_float64 (__main__.TestCommonCPU) ... ok (0.283s) 2022-05-18T06:54:17.2120640Z test_python_reference_consistency__refs_atan2_cpu_int16 (__main__.TestCommonCPU) ... ok (0.218s) 2022-05-18T06:54:17.4332510Z test_python_reference_consistency__refs_atan2_cpu_int32 (__main__.TestCommonCPU) ... ok (0.221s) 2022-05-18T06:54:17.6553030Z test_python_reference_consistency__refs_atan2_cpu_int64 (__main__.TestCommonCPU) ... ok (0.222s) 2022-05-18T06:54:17.8641400Z test_python_reference_consistency__refs_atan2_cpu_int8 (__main__.TestCommonCPU) ... ok (0.209s) 2022-05-18T06:54:18.0663470Z test_python_reference_consistency__refs_atan2_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.202s) 2022-05-18T06:54:18.2281220Z test_python_reference_consistency__refs_atan_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.162s) 2022-05-18T06:54:18.4203290Z test_python_reference_consistency__refs_atan_cpu_bool (__main__.TestCommonCPU) ... ok (0.192s) 2022-05-18T06:54:18.9420080Z test_python_reference_consistency__refs_atan_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.522s) 2022-05-18T06:54:19.3699560Z test_python_reference_consistency__refs_atan_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.428s) 2022-05-18T06:54:19.5057650Z test_python_reference_consistency__refs_atan_cpu_float32 (__main__.TestCommonCPU) ... ok (0.136s) 2022-05-18T06:54:19.6647450Z test_python_reference_consistency__refs_atan_cpu_float64 (__main__.TestCommonCPU) ... ok (0.159s) 2022-05-18T06:54:19.7929630Z test_python_reference_consistency__refs_atan_cpu_int16 (__main__.TestCommonCPU) ... ok (0.128s) 2022-05-18T06:54:19.9212220Z test_python_reference_consistency__refs_atan_cpu_int32 (__main__.TestCommonCPU) ... ok (0.128s) 2022-05-18T06:54:20.0472640Z test_python_reference_consistency__refs_atan_cpu_int64 (__main__.TestCommonCPU) ... ok (0.126s) 2022-05-18T06:54:20.1757620Z test_python_reference_consistency__refs_atan_cpu_int8 (__main__.TestCommonCPU) ... ok (0.128s) 2022-05-18T06:54:20.2891220Z test_python_reference_consistency__refs_atan_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.113s) 2022-05-18T06:54:20.4324480Z test_python_reference_consistency__refs_bitwise_and_cpu_bool (__main__.TestCommonCPU) ... ok (0.143s) 2022-05-18T06:54:20.5776740Z test_python_reference_consistency__refs_bitwise_and_cpu_int16 (__main__.TestCommonCPU) ... ok (0.145s) 2022-05-18T06:54:20.7377610Z test_python_reference_consistency__refs_bitwise_and_cpu_int32 (__main__.TestCommonCPU) ... ok (0.160s) 2022-05-18T06:54:20.8853410Z test_python_reference_consistency__refs_bitwise_and_cpu_int64 (__main__.TestCommonCPU) ... ok (0.147s) 2022-05-18T06:54:21.0268130Z test_python_reference_consistency__refs_bitwise_and_cpu_int8 (__main__.TestCommonCPU) ... ok (0.141s) 2022-05-18T06:54:21.1671570Z test_python_reference_consistency__refs_bitwise_and_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.140s) 2022-05-18T06:54:21.3149430Z test_python_reference_consistency__refs_bitwise_left_shift_cpu_int16 (__main__.TestCommonCPU) ... ok (0.148s) 2022-05-18T06:54:21.5062470Z test_python_reference_consistency__refs_bitwise_left_shift_cpu_int32 (__main__.TestCommonCPU) ... ok (0.191s) 2022-05-18T06:54:21.6556960Z test_python_reference_consistency__refs_bitwise_left_shift_cpu_int64 (__main__.TestCommonCPU) ... ok (0.149s) 2022-05-18T06:54:21.7987640Z test_python_reference_consistency__refs_bitwise_left_shift_cpu_int8 (__main__.TestCommonCPU) ... ok (0.143s) 2022-05-18T06:54:21.9383030Z test_python_reference_consistency__refs_bitwise_left_shift_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.139s) 2022-05-18T06:54:22.0747910Z test_python_reference_consistency__refs_bitwise_or_cpu_bool (__main__.TestCommonCPU) ... ok (0.136s) 2022-05-18T06:54:22.2231220Z test_python_reference_consistency__refs_bitwise_or_cpu_int16 (__main__.TestCommonCPU) ... ok (0.148s) 2022-05-18T06:54:22.3875280Z test_python_reference_consistency__refs_bitwise_or_cpu_int32 (__main__.TestCommonCPU) ... ok (0.164s) 2022-05-18T06:54:22.5352990Z test_python_reference_consistency__refs_bitwise_or_cpu_int64 (__main__.TestCommonCPU) ... ok (0.148s) 2022-05-18T06:54:22.6771920Z test_python_reference_consistency__refs_bitwise_or_cpu_int8 (__main__.TestCommonCPU) ... ok (0.142s) 2022-05-18T06:54:22.8144020Z test_python_reference_consistency__refs_bitwise_or_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.137s) 2022-05-18T06:54:22.9504610Z test_python_reference_consistency__refs_bitwise_xor_cpu_bool (__main__.TestCommonCPU) ... ok (0.136s) 2022-05-18T06:54:23.1005220Z test_python_reference_consistency__refs_bitwise_xor_cpu_int16 (__main__.TestCommonCPU) ... ok (0.150s) 2022-05-18T06:54:23.2654830Z test_python_reference_consistency__refs_bitwise_xor_cpu_int32 (__main__.TestCommonCPU) ... ok (0.165s) 2022-05-18T06:54:23.4134700Z test_python_reference_consistency__refs_bitwise_xor_cpu_int64 (__main__.TestCommonCPU) ... ok (0.148s) 2022-05-18T06:54:23.5559350Z test_python_reference_consistency__refs_bitwise_xor_cpu_int8 (__main__.TestCommonCPU) ... ok (0.142s) 2022-05-18T06:54:23.6927160Z test_python_reference_consistency__refs_bitwise_xor_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.137s) 2022-05-18T06:54:23.7006760Z test_python_reference_consistency__refs_cat_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:54:23.7071100Z test_python_reference_consistency__refs_cat_cpu_bool (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:23.7158940Z test_python_reference_consistency__refs_cat_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:54:23.7248050Z test_python_reference_consistency__refs_cat_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:54:23.7337370Z test_python_reference_consistency__refs_cat_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:54:23.7415370Z test_python_reference_consistency__refs_cat_cpu_float16 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:54:23.7492080Z test_python_reference_consistency__refs_cat_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:54:23.7569050Z test_python_reference_consistency__refs_cat_cpu_float64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:54:23.7634600Z test_python_reference_consistency__refs_cat_cpu_int16 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:23.7699080Z test_python_reference_consistency__refs_cat_cpu_int32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:23.7762400Z test_python_reference_consistency__refs_cat_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:23.7826790Z test_python_reference_consistency__refs_cat_cpu_int8 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:23.7891310Z test_python_reference_consistency__refs_cat_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:23.9245300Z test_python_reference_consistency__refs_ceil_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.135s) 2022-05-18T06:54:24.0439440Z test_python_reference_consistency__refs_ceil_cpu_float32 (__main__.TestCommonCPU) ... ok (0.119s) 2022-05-18T06:54:24.1738730Z test_python_reference_consistency__refs_ceil_cpu_float64 (__main__.TestCommonCPU) ... ok (0.130s) 2022-05-18T06:54:24.2035900Z test_python_reference_consistency__refs_chunk_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:54:24.2271850Z test_python_reference_consistency__refs_chunk_cpu_bool (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:54:24.2588790Z test_python_reference_consistency__refs_chunk_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:54:24.2908470Z test_python_reference_consistency__refs_chunk_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:54:24.3226560Z test_python_reference_consistency__refs_chunk_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:54:24.3523420Z test_python_reference_consistency__refs_chunk_cpu_float16 (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:54:24.3825540Z test_python_reference_consistency__refs_chunk_cpu_float32 (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:54:24.4103900Z test_python_reference_consistency__refs_chunk_cpu_float64 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:54:24.4338850Z test_python_reference_consistency__refs_chunk_cpu_int16 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:54:24.4580140Z test_python_reference_consistency__refs_chunk_cpu_int32 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:54:24.4797540Z test_python_reference_consistency__refs_chunk_cpu_int64 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:54:24.5034230Z test_python_reference_consistency__refs_chunk_cpu_int8 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:54:24.5269260Z test_python_reference_consistency__refs_chunk_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:54:24.5305380Z test_python_reference_consistency__refs_clone_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:54:24.5337510Z test_python_reference_consistency__refs_clone_cpu_bool (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:54:24.5373150Z test_python_reference_consistency__refs_clone_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:54:24.5409210Z test_python_reference_consistency__refs_clone_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:54:24.5445090Z test_python_reference_consistency__refs_clone_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:54:24.5479440Z test_python_reference_consistency__refs_clone_cpu_float16 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:54:24.5513640Z test_python_reference_consistency__refs_clone_cpu_float32 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:54:24.5547600Z test_python_reference_consistency__refs_clone_cpu_float64 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:54:24.5579480Z test_python_reference_consistency__refs_clone_cpu_int16 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:54:24.5611750Z test_python_reference_consistency__refs_clone_cpu_int32 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:54:24.5643420Z test_python_reference_consistency__refs_clone_cpu_int64 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:54:24.5675730Z test_python_reference_consistency__refs_clone_cpu_int8 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:54:24.5707700Z test_python_reference_consistency__refs_clone_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:54:24.7354880Z test_python_reference_consistency__refs_cos_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.165s) 2022-05-18T06:54:24.9418580Z test_python_reference_consistency__refs_cos_cpu_bool (__main__.TestCommonCPU) ... ok (0.206s) 2022-05-18T06:54:25.3919080Z test_python_reference_consistency__refs_cos_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.450s) 2022-05-18T06:54:25.7483350Z test_python_reference_consistency__refs_cos_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.356s) 2022-05-18T06:54:25.8899110Z test_python_reference_consistency__refs_cos_cpu_float32 (__main__.TestCommonCPU) ... ok (0.141s) 2022-05-18T06:54:26.0486100Z test_python_reference_consistency__refs_cos_cpu_float64 (__main__.TestCommonCPU) ... ok (0.159s) 2022-05-18T06:54:26.1801120Z test_python_reference_consistency__refs_cos_cpu_int16 (__main__.TestCommonCPU) ... ok (0.131s) 2022-05-18T06:54:26.3127620Z test_python_reference_consistency__refs_cos_cpu_int32 (__main__.TestCommonCPU) ... ok (0.133s) 2022-05-18T06:54:26.4400970Z test_python_reference_consistency__refs_cos_cpu_int64 (__main__.TestCommonCPU) ... ok (0.127s) 2022-05-18T06:54:26.5690270Z test_python_reference_consistency__refs_cos_cpu_int8 (__main__.TestCommonCPU) ... ok (0.129s) 2022-05-18T06:54:26.6923290Z test_python_reference_consistency__refs_cos_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.123s) 2022-05-18T06:54:26.8460730Z test_python_reference_consistency__refs_cosh_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.154s) 2022-05-18T06:54:27.0480370Z test_python_reference_consistency__refs_cosh_cpu_bool (__main__.TestCommonCPU) ... ok (0.202s) 2022-05-18T06:54:27.4886150Z test_python_reference_consistency__refs_cosh_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.440s) 2022-05-18T06:54:27.8492270Z test_python_reference_consistency__refs_cosh_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.360s) 2022-05-18T06:54:27.9780560Z test_python_reference_consistency__refs_cosh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.129s) 2022-05-18T06:54:28.1244370Z test_python_reference_consistency__refs_cosh_cpu_float64 (__main__.TestCommonCPU) ... ok (0.146s) 2022-05-18T06:54:28.2475950Z test_python_reference_consistency__refs_cosh_cpu_int16 (__main__.TestCommonCPU) ... ok (0.123s) 2022-05-18T06:54:28.3706720Z test_python_reference_consistency__refs_cosh_cpu_int32 (__main__.TestCommonCPU) ... ok (0.123s) 2022-05-18T06:54:28.4883420Z test_python_reference_consistency__refs_cosh_cpu_int64 (__main__.TestCommonCPU) ... ok (0.118s) 2022-05-18T06:54:28.6074910Z test_python_reference_consistency__refs_cosh_cpu_int8 (__main__.TestCommonCPU) ... ok (0.119s) 2022-05-18T06:54:28.7192390Z test_python_reference_consistency__refs_cosh_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.112s) 2022-05-18T06:54:28.9492640Z test_python_reference_consistency__refs_digamma_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.230s) 2022-05-18T06:54:29.1678210Z test_python_reference_consistency__refs_digamma_cpu_bool (__main__.TestCommonCPU) ... ok (0.218s) 2022-05-18T06:54:29.3727260Z test_python_reference_consistency__refs_digamma_cpu_float32 (__main__.TestCommonCPU) ... ok (0.205s) 2022-05-18T06:54:29.6057450Z test_python_reference_consistency__refs_digamma_cpu_float64 (__main__.TestCommonCPU) ... ok (0.233s) 2022-05-18T06:54:29.7444490Z test_python_reference_consistency__refs_digamma_cpu_int16 (__main__.TestCommonCPU) ... ok (0.139s) 2022-05-18T06:54:29.8822940Z test_python_reference_consistency__refs_digamma_cpu_int32 (__main__.TestCommonCPU) ... ok (0.138s) 2022-05-18T06:54:30.0158350Z test_python_reference_consistency__refs_digamma_cpu_int64 (__main__.TestCommonCPU) ... ok (0.133s) 2022-05-18T06:54:30.1519360Z test_python_reference_consistency__refs_digamma_cpu_int8 (__main__.TestCommonCPU) ... ok (0.136s) 2022-05-18T06:54:30.2824890Z test_python_reference_consistency__refs_digamma_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.130s) 2022-05-18T06:54:30.4570880Z test_python_reference_consistency__refs_eq_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.175s) 2022-05-18T06:54:30.5981100Z test_python_reference_consistency__refs_eq_cpu_bool (__main__.TestCommonCPU) ... ok (0.141s) 2022-05-18T06:54:30.9744600Z test_python_reference_consistency__refs_eq_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.376s) 2022-05-18T06:54:31.2566160Z test_python_reference_consistency__refs_eq_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.282s) 2022-05-18T06:54:31.5455470Z test_python_reference_consistency__refs_eq_cpu_float16 (__main__.TestCommonCPU) ... ok (0.289s) 2022-05-18T06:54:31.6978820Z test_python_reference_consistency__refs_eq_cpu_float32 (__main__.TestCommonCPU) ... ok (0.152s) 2022-05-18T06:54:31.9069600Z test_python_reference_consistency__refs_eq_cpu_float64 (__main__.TestCommonCPU) ... ok (0.209s) 2022-05-18T06:54:32.0603460Z test_python_reference_consistency__refs_eq_cpu_int16 (__main__.TestCommonCPU) ... ok (0.153s) 2022-05-18T06:54:32.2189060Z test_python_reference_consistency__refs_eq_cpu_int32 (__main__.TestCommonCPU) ... ok (0.158s) 2022-05-18T06:54:32.3712100Z test_python_reference_consistency__refs_eq_cpu_int64 (__main__.TestCommonCPU) ... ok (0.152s) 2022-05-18T06:54:32.5123910Z test_python_reference_consistency__refs_eq_cpu_int8 (__main__.TestCommonCPU) ... ok (0.141s) 2022-05-18T06:54:32.6503730Z test_python_reference_consistency__refs_eq_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.138s) 2022-05-18T06:54:32.8522740Z test_python_reference_consistency__refs_erf_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.202s) 2022-05-18T06:54:33.0901250Z test_python_reference_consistency__refs_erf_cpu_bool (__main__.TestCommonCPU) ... ok (0.238s) 2022-05-18T06:54:33.2744880Z test_python_reference_consistency__refs_erf_cpu_float32 (__main__.TestCommonCPU) ... ok (0.184s) 2022-05-18T06:54:33.4693570Z test_python_reference_consistency__refs_erf_cpu_float64 (__main__.TestCommonCPU) ... ok (0.195s) 2022-05-18T06:54:33.6398820Z test_python_reference_consistency__refs_erf_cpu_int16 (__main__.TestCommonCPU) ... ok (0.170s) 2022-05-18T06:54:33.8107150Z test_python_reference_consistency__refs_erf_cpu_int32 (__main__.TestCommonCPU) ... ok (0.171s) 2022-05-18T06:54:33.9760650Z test_python_reference_consistency__refs_erf_cpu_int64 (__main__.TestCommonCPU) ... ok (0.165s) 2022-05-18T06:54:34.1439380Z test_python_reference_consistency__refs_erf_cpu_int8 (__main__.TestCommonCPU) ... ok (0.168s) 2022-05-18T06:54:34.3021170Z test_python_reference_consistency__refs_erf_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.158s) 2022-05-18T06:54:34.5256890Z test_python_reference_consistency__refs_erfc_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.223s) 2022-05-18T06:54:34.7726210Z test_python_reference_consistency__refs_erfc_cpu_bool (__main__.TestCommonCPU) ... ok (0.247s) 2022-05-18T06:54:34.9710700Z test_python_reference_consistency__refs_erfc_cpu_float32 (__main__.TestCommonCPU) ... ok (0.198s) 2022-05-18T06:54:35.1642640Z test_python_reference_consistency__refs_erfc_cpu_float64 (__main__.TestCommonCPU) ... ok (0.193s) 2022-05-18T06:54:35.3466180Z test_python_reference_consistency__refs_erfc_cpu_int16 (__main__.TestCommonCPU) ... ok (0.182s) 2022-05-18T06:54:35.5281340Z test_python_reference_consistency__refs_erfc_cpu_int32 (__main__.TestCommonCPU) ... ok (0.181s) 2022-05-18T06:54:35.7056190Z test_python_reference_consistency__refs_erfc_cpu_int64 (__main__.TestCommonCPU) ... ok (0.177s) 2022-05-18T06:54:35.8887950Z test_python_reference_consistency__refs_erfc_cpu_int8 (__main__.TestCommonCPU) ... ok (0.183s) 2022-05-18T06:54:36.0583140Z test_python_reference_consistency__refs_erfc_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.169s) 2022-05-18T06:54:36.3742600Z test_python_reference_consistency__refs_erfinv_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.316s) 2022-05-18T06:54:36.6066250Z test_python_reference_consistency__refs_erfinv_cpu_bool (__main__.TestCommonCPU) ... ok (0.232s) 2022-05-18T06:54:36.8980030Z test_python_reference_consistency__refs_erfinv_cpu_float32 (__main__.TestCommonCPU) ... ok (0.291s) 2022-05-18T06:54:37.2164620Z test_python_reference_consistency__refs_erfinv_cpu_float64 (__main__.TestCommonCPU) ... ok (0.318s) 2022-05-18T06:54:37.3572370Z test_python_reference_consistency__refs_erfinv_cpu_int16 (__main__.TestCommonCPU) ... ok (0.141s) 2022-05-18T06:54:37.4976090Z test_python_reference_consistency__refs_erfinv_cpu_int32 (__main__.TestCommonCPU) ... ok (0.140s) 2022-05-18T06:54:37.6538540Z test_python_reference_consistency__refs_erfinv_cpu_int64 (__main__.TestCommonCPU) ... ok (0.156s) 2022-05-18T06:54:37.7989920Z test_python_reference_consistency__refs_erfinv_cpu_int8 (__main__.TestCommonCPU) ... ok (0.145s) 2022-05-18T06:54:37.9458780Z test_python_reference_consistency__refs_erfinv_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.147s) 2022-05-18T06:54:38.0979660Z test_python_reference_consistency__refs_exp_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.152s) 2022-05-18T06:54:38.3051890Z test_python_reference_consistency__refs_exp_cpu_bool (__main__.TestCommonCPU) ... ok (0.207s) 2022-05-18T06:54:38.7183850Z test_python_reference_consistency__refs_exp_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.413s) 2022-05-18T06:54:39.0683720Z test_python_reference_consistency__refs_exp_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.350s) 2022-05-18T06:54:39.1970470Z test_python_reference_consistency__refs_exp_cpu_float32 (__main__.TestCommonCPU) ... ok (0.129s) 2022-05-18T06:54:39.3367030Z test_python_reference_consistency__refs_exp_cpu_float64 (__main__.TestCommonCPU) ... ok (0.140s) 2022-05-18T06:54:39.4582250Z test_python_reference_consistency__refs_exp_cpu_int16 (__main__.TestCommonCPU) ... ok (0.121s) 2022-05-18T06:54:39.5786440Z test_python_reference_consistency__refs_exp_cpu_int32 (__main__.TestCommonCPU) ... ok (0.120s) 2022-05-18T06:54:39.6951210Z test_python_reference_consistency__refs_exp_cpu_int64 (__main__.TestCommonCPU) ... ok (0.116s) 2022-05-18T06:54:39.8130610Z test_python_reference_consistency__refs_exp_cpu_int8 (__main__.TestCommonCPU) ... ok (0.118s) 2022-05-18T06:54:39.9245380Z test_python_reference_consistency__refs_exp_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.111s) 2022-05-18T06:54:40.0791140Z test_python_reference_consistency__refs_expm1_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.154s) 2022-05-18T06:54:40.2855140Z test_python_reference_consistency__refs_expm1_cpu_bool (__main__.TestCommonCPU) ... ok (0.206s) 2022-05-18T06:54:40.4119830Z test_python_reference_consistency__refs_expm1_cpu_float32 (__main__.TestCommonCPU) ... ok (0.126s) 2022-05-18T06:54:40.5635330Z test_python_reference_consistency__refs_expm1_cpu_float64 (__main__.TestCommonCPU) ... ok (0.151s) 2022-05-18T06:54:40.6929140Z test_python_reference_consistency__refs_expm1_cpu_int16 (__main__.TestCommonCPU) ... ok (0.129s) 2022-05-18T06:54:40.8160550Z test_python_reference_consistency__refs_expm1_cpu_int32 (__main__.TestCommonCPU) ... ok (0.123s) 2022-05-18T06:54:40.9344230Z test_python_reference_consistency__refs_expm1_cpu_int64 (__main__.TestCommonCPU) ... ok (0.118s) 2022-05-18T06:54:41.0541200Z test_python_reference_consistency__refs_expm1_cpu_int8 (__main__.TestCommonCPU) ... ok (0.120s) 2022-05-18T06:54:41.1668390Z test_python_reference_consistency__refs_expm1_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.113s) 2022-05-18T06:54:41.1910360Z test_python_reference_consistency__refs_flatten_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:54:41.2076910Z test_python_reference_consistency__refs_flatten_cpu_bool (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:54:41.2366900Z test_python_reference_consistency__refs_flatten_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.029s) 2022-05-18T06:54:41.2658120Z test_python_reference_consistency__refs_flatten_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.029s) 2022-05-18T06:54:41.2937780Z test_python_reference_consistency__refs_flatten_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:54:41.3175840Z test_python_reference_consistency__refs_flatten_cpu_float16 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:54:41.3407180Z test_python_reference_consistency__refs_flatten_cpu_float32 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:54:41.3631570Z test_python_reference_consistency__refs_flatten_cpu_float64 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:54:41.3803780Z test_python_reference_consistency__refs_flatten_cpu_int16 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:54:41.3976060Z test_python_reference_consistency__refs_flatten_cpu_int32 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:54:41.4140360Z test_python_reference_consistency__refs_flatten_cpu_int64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:54:41.4312250Z test_python_reference_consistency__refs_flatten_cpu_int8 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:54:41.4482410Z test_python_reference_consistency__refs_flatten_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:54:41.4553210Z test_python_reference_consistency__refs_flip_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:41.4609340Z test_python_reference_consistency__refs_flip_cpu_bool (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:41.4684020Z test_python_reference_consistency__refs_flip_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:41.4760260Z test_python_reference_consistency__refs_flip_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:54:41.4828840Z test_python_reference_consistency__refs_flip_cpu_float16 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:41.4897430Z test_python_reference_consistency__refs_flip_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:41.4964460Z test_python_reference_consistency__refs_flip_cpu_float64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:54:41.5021780Z test_python_reference_consistency__refs_flip_cpu_int16 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:41.5079390Z test_python_reference_consistency__refs_flip_cpu_int32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:41.5133750Z test_python_reference_consistency__refs_flip_cpu_int64 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:54:41.5190730Z test_python_reference_consistency__refs_flip_cpu_int8 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:41.5246920Z test_python_reference_consistency__refs_flip_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:54:41.8441830Z test_python_reference_consistency__refs_float_power_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.319s) 2022-05-18T06:54:42.0572070Z test_python_reference_consistency__refs_float_power_cpu_bool (__main__.TestCommonCPU) ... ok (0.213s) 2022-05-18T06:54:42.6908680Z test_python_reference_consistency__refs_float_power_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.634s) 2022-05-18T06:54:43.2574650Z test_python_reference_consistency__refs_float_power_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.566s) 2022-05-18T06:54:43.5934620Z test_python_reference_consistency__refs_float_power_cpu_float16 (__main__.TestCommonCPU) ... ok (0.336s) 2022-05-18T06:54:43.8433510Z test_python_reference_consistency__refs_float_power_cpu_float32 (__main__.TestCommonCPU) ... ok (0.250s) 2022-05-18T06:54:44.1229930Z test_python_reference_consistency__refs_float_power_cpu_float64 (__main__.TestCommonCPU) ... ok (0.280s) 2022-05-18T06:54:44.3540550Z test_python_reference_consistency__refs_float_power_cpu_int16 (__main__.TestCommonCPU) ... ok (0.231s) 2022-05-18T06:54:44.5925820Z test_python_reference_consistency__refs_float_power_cpu_int32 (__main__.TestCommonCPU) ... ok (0.238s) 2022-05-18T06:54:44.8234450Z test_python_reference_consistency__refs_float_power_cpu_int64 (__main__.TestCommonCPU) ... ok (0.231s) 2022-05-18T06:54:45.0442930Z test_python_reference_consistency__refs_float_power_cpu_int8 (__main__.TestCommonCPU) ... ok (0.221s) 2022-05-18T06:54:45.2633460Z test_python_reference_consistency__refs_float_power_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.219s) 2022-05-18T06:54:45.3991060Z test_python_reference_consistency__refs_floor_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.136s) 2022-05-18T06:54:45.5235750Z test_python_reference_consistency__refs_floor_cpu_float32 (__main__.TestCommonCPU) ... ok (0.124s) 2022-05-18T06:54:45.6556730Z test_python_reference_consistency__refs_floor_cpu_float64 (__main__.TestCommonCPU) ... ok (0.132s) 2022-05-18T06:54:45.8326730Z test_python_reference_consistency__refs_ge_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.177s) 2022-05-18T06:54:45.9747620Z test_python_reference_consistency__refs_ge_cpu_bool (__main__.TestCommonCPU) ... ok (0.142s) 2022-05-18T06:54:46.2229340Z test_python_reference_consistency__refs_ge_cpu_float16 (__main__.TestCommonCPU) ... ok (0.248s) 2022-05-18T06:54:46.3689780Z test_python_reference_consistency__refs_ge_cpu_float32 (__main__.TestCommonCPU) ... ok (0.146s) 2022-05-18T06:54:46.5779790Z test_python_reference_consistency__refs_ge_cpu_float64 (__main__.TestCommonCPU) ... ok (0.209s) 2022-05-18T06:54:46.7299520Z test_python_reference_consistency__refs_ge_cpu_int16 (__main__.TestCommonCPU) ... ok (0.152s) 2022-05-18T06:54:46.8892420Z test_python_reference_consistency__refs_ge_cpu_int32 (__main__.TestCommonCPU) ... ok (0.159s) 2022-05-18T06:54:47.0431670Z test_python_reference_consistency__refs_ge_cpu_int64 (__main__.TestCommonCPU) ... ok (0.154s) 2022-05-18T06:54:47.1855280Z test_python_reference_consistency__refs_ge_cpu_int8 (__main__.TestCommonCPU) ... ok (0.142s) 2022-05-18T06:54:47.3243400Z test_python_reference_consistency__refs_ge_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.139s) 2022-05-18T06:54:47.4969690Z test_python_reference_consistency__refs_gt_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.173s) 2022-05-18T06:54:47.6363710Z test_python_reference_consistency__refs_gt_cpu_bool (__main__.TestCommonCPU) ... ok (0.139s) 2022-05-18T06:54:47.8800450Z test_python_reference_consistency__refs_gt_cpu_float16 (__main__.TestCommonCPU) ... ok (0.244s) 2022-05-18T06:54:48.0240610Z test_python_reference_consistency__refs_gt_cpu_float32 (__main__.TestCommonCPU) ... ok (0.144s) 2022-05-18T06:54:48.2329770Z test_python_reference_consistency__refs_gt_cpu_float64 (__main__.TestCommonCPU) ... ok (0.209s) 2022-05-18T06:54:48.3846100Z test_python_reference_consistency__refs_gt_cpu_int16 (__main__.TestCommonCPU) ... ok (0.152s) 2022-05-18T06:54:48.5435530Z test_python_reference_consistency__refs_gt_cpu_int32 (__main__.TestCommonCPU) ... ok (0.159s) 2022-05-18T06:54:48.6955780Z test_python_reference_consistency__refs_gt_cpu_int64 (__main__.TestCommonCPU) ... ok (0.152s) 2022-05-18T06:54:48.8379060Z test_python_reference_consistency__refs_gt_cpu_int8 (__main__.TestCommonCPU) ... ok (0.142s) 2022-05-18T06:54:48.9765450Z test_python_reference_consistency__refs_gt_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.139s) 2022-05-18T06:54:49.3514880Z test_python_reference_consistency__refs_igamma_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.375s) 2022-05-18T06:54:49.8102300Z test_python_reference_consistency__refs_igamma_cpu_float16 (__main__.TestCommonCPU) ... ok (0.459s) 2022-05-18T06:54:50.1461740Z test_python_reference_consistency__refs_igamma_cpu_float32 (__main__.TestCommonCPU) ... ok (0.336s) 2022-05-18T06:54:50.5730780Z test_python_reference_consistency__refs_igamma_cpu_float64 (__main__.TestCommonCPU) ... ok (0.427s) 2022-05-18T06:54:51.0438250Z test_python_reference_consistency__refs_igammac_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.471s) 2022-05-18T06:54:51.5833190Z test_python_reference_consistency__refs_igammac_cpu_float16 (__main__.TestCommonCPU) ... ok (0.539s) 2022-05-18T06:54:52.0263610Z test_python_reference_consistency__refs_igammac_cpu_float32 (__main__.TestCommonCPU) ... ok (0.443s) 2022-05-18T06:54:52.5441510Z test_python_reference_consistency__refs_igammac_cpu_float64 (__main__.TestCommonCPU) ... ok (0.518s) 2022-05-18T06:54:53.0476370Z test_python_reference_consistency__refs_isclose_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.503s) 2022-05-18T06:54:53.4481640Z test_python_reference_consistency__refs_isclose_cpu_bool (__main__.TestCommonCPU) ... ok (0.400s) 2022-05-18T06:54:54.1753810Z test_python_reference_consistency__refs_isclose_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.727s) 2022-05-18T06:54:54.7499220Z test_python_reference_consistency__refs_isclose_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.574s) 2022-05-18T06:54:55.3759690Z test_python_reference_consistency__refs_isclose_cpu_float16 (__main__.TestCommonCPU) ... ok (0.626s) 2022-05-18T06:54:55.7782390Z test_python_reference_consistency__refs_isclose_cpu_float32 (__main__.TestCommonCPU) ... ok (0.402s) 2022-05-18T06:54:56.2558060Z test_python_reference_consistency__refs_isclose_cpu_float64 (__main__.TestCommonCPU) ... ok (0.477s) 2022-05-18T06:54:56.6633440Z test_python_reference_consistency__refs_isclose_cpu_int16 (__main__.TestCommonCPU) ... ok (0.407s) 2022-05-18T06:54:57.0735690Z test_python_reference_consistency__refs_isclose_cpu_int32 (__main__.TestCommonCPU) ... ok (0.410s) 2022-05-18T06:54:57.4878820Z test_python_reference_consistency__refs_isclose_cpu_int64 (__main__.TestCommonCPU) ... ok (0.414s) 2022-05-18T06:54:57.8761230Z test_python_reference_consistency__refs_isclose_cpu_int8 (__main__.TestCommonCPU) ... ok (0.388s) 2022-05-18T06:54:58.2611870Z test_python_reference_consistency__refs_isclose_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.385s) 2022-05-18T06:54:58.3583170Z test_python_reference_consistency__refs_isfinite_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.097s) 2022-05-18T06:54:58.4604890Z test_python_reference_consistency__refs_isfinite_cpu_bool (__main__.TestCommonCPU) ... ok (0.102s) 2022-05-18T06:54:58.7267030Z test_python_reference_consistency__refs_isfinite_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.266s) 2022-05-18T06:54:58.8467990Z test_python_reference_consistency__refs_isfinite_cpu_complex32 (__main__.TestCommonCPU) ... expected failure (0.120s) 2022-05-18T06:54:59.0473430Z test_python_reference_consistency__refs_isfinite_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.200s) 2022-05-18T06:54:59.1939250Z test_python_reference_consistency__refs_isfinite_cpu_float16 (__main__.TestCommonCPU) ... ok (0.146s) 2022-05-18T06:54:59.2656030Z test_python_reference_consistency__refs_isfinite_cpu_float32 (__main__.TestCommonCPU) ... ok (0.072s) 2022-05-18T06:54:59.3702680Z test_python_reference_consistency__refs_isfinite_cpu_float64 (__main__.TestCommonCPU) ... ok (0.105s) 2022-05-18T06:54:59.4375180Z test_python_reference_consistency__refs_isfinite_cpu_int16 (__main__.TestCommonCPU) ... ok (0.067s) 2022-05-18T06:54:59.5077180Z test_python_reference_consistency__refs_isfinite_cpu_int32 (__main__.TestCommonCPU) ... ok (0.070s) 2022-05-18T06:54:59.5685150Z test_python_reference_consistency__refs_isfinite_cpu_int64 (__main__.TestCommonCPU) ... ok (0.061s) 2022-05-18T06:54:59.6324710Z test_python_reference_consistency__refs_isfinite_cpu_int8 (__main__.TestCommonCPU) ... ok (0.064s) 2022-05-18T06:54:59.6958270Z test_python_reference_consistency__refs_isfinite_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.063s) 2022-05-18T06:54:59.7769660Z test_python_reference_consistency__refs_isnan_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.081s) 2022-05-18T06:54:59.8790500Z test_python_reference_consistency__refs_isnan_cpu_bool (__main__.TestCommonCPU) ... ok (0.102s) 2022-05-18T06:55:00.1053490Z test_python_reference_consistency__refs_isnan_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.226s) 2022-05-18T06:55:00.2758820Z test_python_reference_consistency__refs_isnan_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.170s) 2022-05-18T06:55:00.4077680Z test_python_reference_consistency__refs_isnan_cpu_float16 (__main__.TestCommonCPU) ... ok (0.132s) 2022-05-18T06:55:00.4714500Z test_python_reference_consistency__refs_isnan_cpu_float32 (__main__.TestCommonCPU) ... ok (0.064s) 2022-05-18T06:55:00.5633090Z test_python_reference_consistency__refs_isnan_cpu_float64 (__main__.TestCommonCPU) ... ok (0.092s) 2022-05-18T06:55:00.6297050Z test_python_reference_consistency__refs_isnan_cpu_int16 (__main__.TestCommonCPU) ... ok (0.066s) 2022-05-18T06:55:00.6992360Z test_python_reference_consistency__refs_isnan_cpu_int32 (__main__.TestCommonCPU) ... ok (0.069s) 2022-05-18T06:55:00.7600130Z test_python_reference_consistency__refs_isnan_cpu_int64 (__main__.TestCommonCPU) ... ok (0.061s) 2022-05-18T06:55:00.8225560Z test_python_reference_consistency__refs_isnan_cpu_int8 (__main__.TestCommonCPU) ... ok (0.062s) 2022-05-18T06:55:00.8860560Z test_python_reference_consistency__refs_isnan_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.063s) 2022-05-18T06:55:01.0555760Z test_python_reference_consistency__refs_le_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.169s) 2022-05-18T06:55:01.1908110Z test_python_reference_consistency__refs_le_cpu_bool (__main__.TestCommonCPU) ... ok (0.135s) 2022-05-18T06:55:01.4304750Z test_python_reference_consistency__refs_le_cpu_float16 (__main__.TestCommonCPU) ... ok (0.240s) 2022-05-18T06:55:01.5708680Z test_python_reference_consistency__refs_le_cpu_float32 (__main__.TestCommonCPU) ... ok (0.140s) 2022-05-18T06:55:01.7741900Z test_python_reference_consistency__refs_le_cpu_float64 (__main__.TestCommonCPU) ... ok (0.203s) 2022-05-18T06:55:01.9464490Z test_python_reference_consistency__refs_le_cpu_int16 (__main__.TestCommonCPU) ... ok (0.172s) 2022-05-18T06:55:02.1018190Z test_python_reference_consistency__refs_le_cpu_int32 (__main__.TestCommonCPU) ... ok (0.155s) 2022-05-18T06:55:02.2499850Z test_python_reference_consistency__refs_le_cpu_int64 (__main__.TestCommonCPU) ... ok (0.148s) 2022-05-18T06:55:02.3893730Z test_python_reference_consistency__refs_le_cpu_int8 (__main__.TestCommonCPU) ... ok (0.139s) 2022-05-18T06:55:02.5256560Z test_python_reference_consistency__refs_le_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.136s) 2022-05-18T06:55:02.7372600Z test_python_reference_consistency__refs_lgamma_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.211s) 2022-05-18T06:55:02.9866860Z test_python_reference_consistency__refs_lgamma_cpu_bool (__main__.TestCommonCPU) ... ok (0.249s) 2022-05-18T06:55:03.1735350Z test_python_reference_consistency__refs_lgamma_cpu_float32 (__main__.TestCommonCPU) ... ok (0.187s) 2022-05-18T06:55:03.3739690Z test_python_reference_consistency__refs_lgamma_cpu_float64 (__main__.TestCommonCPU) ... ok (0.200s) 2022-05-18T06:55:03.5514660Z test_python_reference_consistency__refs_lgamma_cpu_int16 (__main__.TestCommonCPU) ... ok (0.177s) 2022-05-18T06:55:03.7291250Z test_python_reference_consistency__refs_lgamma_cpu_int32 (__main__.TestCommonCPU) ... ok (0.178s) 2022-05-18T06:55:03.9036300Z test_python_reference_consistency__refs_lgamma_cpu_int64 (__main__.TestCommonCPU) ... ok (0.174s) 2022-05-18T06:55:04.0778150Z test_python_reference_consistency__refs_lgamma_cpu_int8 (__main__.TestCommonCPU) ... ok (0.174s) 2022-05-18T06:55:04.2439130Z test_python_reference_consistency__refs_lgamma_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.166s) 2022-05-18T06:55:04.3978270Z test_python_reference_consistency__refs_log1p_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.154s) 2022-05-18T06:55:04.5996450Z test_python_reference_consistency__refs_log1p_cpu_bool (__main__.TestCommonCPU) ... ok (0.202s) 2022-05-18T06:55:04.7240800Z test_python_reference_consistency__refs_log1p_cpu_float32 (__main__.TestCommonCPU) ... ok (0.124s) 2022-05-18T06:55:04.8701240Z test_python_reference_consistency__refs_log1p_cpu_float64 (__main__.TestCommonCPU) ... ok (0.146s) 2022-05-18T06:55:04.9913230Z test_python_reference_consistency__refs_log1p_cpu_int16 (__main__.TestCommonCPU) ... ok (0.121s) 2022-05-18T06:55:05.1125440Z test_python_reference_consistency__refs_log1p_cpu_int32 (__main__.TestCommonCPU) ... ok (0.121s) 2022-05-18T06:55:05.2284000Z test_python_reference_consistency__refs_log1p_cpu_int64 (__main__.TestCommonCPU) ... ok (0.116s) 2022-05-18T06:55:05.3459010Z test_python_reference_consistency__refs_log1p_cpu_int8 (__main__.TestCommonCPU) ... ok (0.117s) 2022-05-18T06:55:05.4567200Z test_python_reference_consistency__refs_log1p_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.111s) 2022-05-18T06:55:05.6126690Z test_python_reference_consistency__refs_log_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.156s) 2022-05-18T06:55:05.8149650Z test_python_reference_consistency__refs_log_cpu_bool (__main__.TestCommonCPU) ... ok (0.202s) 2022-05-18T06:55:06.2853600Z test_python_reference_consistency__refs_log_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.470s) 2022-05-18T06:55:06.6538270Z test_python_reference_consistency__refs_log_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.368s) 2022-05-18T06:55:06.7877770Z test_python_reference_consistency__refs_log_cpu_float32 (__main__.TestCommonCPU) ... ok (0.134s) 2022-05-18T06:55:06.9358490Z test_python_reference_consistency__refs_log_cpu_float64 (__main__.TestCommonCPU) ... ok (0.148s) 2022-05-18T06:55:07.0636370Z test_python_reference_consistency__refs_log_cpu_int16 (__main__.TestCommonCPU) ... ok (0.128s) 2022-05-18T06:55:07.1924520Z test_python_reference_consistency__refs_log_cpu_int32 (__main__.TestCommonCPU) ... ok (0.129s) 2022-05-18T06:55:07.3193230Z test_python_reference_consistency__refs_log_cpu_int64 (__main__.TestCommonCPU) ... ok (0.127s) 2022-05-18T06:55:07.4429630Z test_python_reference_consistency__refs_log_cpu_int8 (__main__.TestCommonCPU) ... ok (0.124s) 2022-05-18T06:55:07.5631660Z test_python_reference_consistency__refs_log_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.120s) 2022-05-18T06:55:07.7802830Z test_python_reference_consistency__refs_logical_and_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.217s) 2022-05-18T06:55:07.9297060Z test_python_reference_consistency__refs_logical_and_cpu_bool (__main__.TestCommonCPU) ... ok (0.149s) 2022-05-18T06:55:08.3481620Z test_python_reference_consistency__refs_logical_and_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.418s) 2022-05-18T06:55:08.6733280Z test_python_reference_consistency__refs_logical_and_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.325s) 2022-05-18T06:55:08.9655140Z test_python_reference_consistency__refs_logical_and_cpu_float16 (__main__.TestCommonCPU) ... ok (0.292s) 2022-05-18T06:55:09.1595970Z test_python_reference_consistency__refs_logical_and_cpu_float32 (__main__.TestCommonCPU) ... ok (0.194s) 2022-05-18T06:55:09.4104000Z test_python_reference_consistency__refs_logical_and_cpu_float64 (__main__.TestCommonCPU) ... ok (0.251s) 2022-05-18T06:55:09.6087490Z test_python_reference_consistency__refs_logical_and_cpu_int16 (__main__.TestCommonCPU) ... ok (0.198s) 2022-05-18T06:55:09.8101450Z test_python_reference_consistency__refs_logical_and_cpu_int32 (__main__.TestCommonCPU) ... ok (0.201s) 2022-05-18T06:55:10.0037150Z test_python_reference_consistency__refs_logical_and_cpu_int64 (__main__.TestCommonCPU) ... ok (0.193s) 2022-05-18T06:55:10.1935320Z test_python_reference_consistency__refs_logical_and_cpu_int8 (__main__.TestCommonCPU) ... ok (0.190s) 2022-05-18T06:55:10.3794460Z test_python_reference_consistency__refs_logical_and_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.186s) 2022-05-18T06:55:10.5988260Z test_python_reference_consistency__refs_logical_or_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.219s) 2022-05-18T06:55:10.7454380Z test_python_reference_consistency__refs_logical_or_cpu_bool (__main__.TestCommonCPU) ... ok (0.147s) 2022-05-18T06:55:11.1707920Z test_python_reference_consistency__refs_logical_or_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.425s) 2022-05-18T06:55:11.4955740Z test_python_reference_consistency__refs_logical_or_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.325s) 2022-05-18T06:55:11.7877280Z test_python_reference_consistency__refs_logical_or_cpu_float16 (__main__.TestCommonCPU) ... ok (0.292s) 2022-05-18T06:55:12.0182160Z test_python_reference_consistency__refs_logical_or_cpu_float32 (__main__.TestCommonCPU) ... ok (0.230s) 2022-05-18T06:55:12.2699270Z test_python_reference_consistency__refs_logical_or_cpu_float64 (__main__.TestCommonCPU) ... ok (0.252s) 2022-05-18T06:55:12.4704760Z test_python_reference_consistency__refs_logical_or_cpu_int16 (__main__.TestCommonCPU) ... ok (0.200s) 2022-05-18T06:55:12.6733940Z test_python_reference_consistency__refs_logical_or_cpu_int32 (__main__.TestCommonCPU) ... ok (0.203s) 2022-05-18T06:55:12.8715960Z test_python_reference_consistency__refs_logical_or_cpu_int64 (__main__.TestCommonCPU) ... ok (0.198s) 2022-05-18T06:55:13.0573190Z test_python_reference_consistency__refs_logical_or_cpu_int8 (__main__.TestCommonCPU) ... ok (0.186s) 2022-05-18T06:55:13.2423110Z test_python_reference_consistency__refs_logical_or_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.185s) 2022-05-18T06:55:13.4133850Z test_python_reference_consistency__refs_lt_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.171s) 2022-05-18T06:55:13.5498630Z test_python_reference_consistency__refs_lt_cpu_bool (__main__.TestCommonCPU) ... ok (0.136s) 2022-05-18T06:55:13.7901710Z test_python_reference_consistency__refs_lt_cpu_float16 (__main__.TestCommonCPU) ... ok (0.240s) 2022-05-18T06:55:13.9317370Z test_python_reference_consistency__refs_lt_cpu_float32 (__main__.TestCommonCPU) ... ok (0.141s) 2022-05-18T06:55:14.1377280Z test_python_reference_consistency__refs_lt_cpu_float64 (__main__.TestCommonCPU) ... ok (0.206s) 2022-05-18T06:55:14.2863340Z test_python_reference_consistency__refs_lt_cpu_int16 (__main__.TestCommonCPU) ... ok (0.148s) 2022-05-18T06:55:14.4437840Z test_python_reference_consistency__refs_lt_cpu_int32 (__main__.TestCommonCPU) ... ok (0.157s) 2022-05-18T06:55:14.5967250Z test_python_reference_consistency__refs_lt_cpu_int64 (__main__.TestCommonCPU) ... ok (0.153s) 2022-05-18T06:55:14.7362860Z test_python_reference_consistency__refs_lt_cpu_int8 (__main__.TestCommonCPU) ... ok (0.139s) 2022-05-18T06:55:14.8747050Z test_python_reference_consistency__refs_lt_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.138s) 2022-05-18T06:55:15.0763180Z test_python_reference_consistency__refs_maximum_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.202s) 2022-05-18T06:55:15.2127170Z test_python_reference_consistency__refs_maximum_cpu_bool (__main__.TestCommonCPU) ... ok (0.136s) 2022-05-18T06:55:15.4906080Z test_python_reference_consistency__refs_maximum_cpu_float16 (__main__.TestCommonCPU) ... ok (0.278s) 2022-05-18T06:55:15.6787010Z test_python_reference_consistency__refs_maximum_cpu_float32 (__main__.TestCommonCPU) ... ok (0.188s) 2022-05-18T06:55:15.9119110Z test_python_reference_consistency__refs_maximum_cpu_float64 (__main__.TestCommonCPU) ... ok (0.233s) 2022-05-18T06:55:16.0577920Z test_python_reference_consistency__refs_maximum_cpu_int16 (__main__.TestCommonCPU) ... ok (0.146s) 2022-05-18T06:55:16.2148710Z test_python_reference_consistency__refs_maximum_cpu_int32 (__main__.TestCommonCPU) ... ok (0.157s) 2022-05-18T06:55:16.3576100Z test_python_reference_consistency__refs_maximum_cpu_int64 (__main__.TestCommonCPU) ... ok (0.143s) 2022-05-18T06:55:16.4942900Z test_python_reference_consistency__refs_maximum_cpu_int8 (__main__.TestCommonCPU) ... ok (0.137s) 2022-05-18T06:55:16.6287890Z test_python_reference_consistency__refs_maximum_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.134s) 2022-05-18T06:55:16.8316130Z test_python_reference_consistency__refs_minimum_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.203s) 2022-05-18T06:55:16.9701640Z test_python_reference_consistency__refs_minimum_cpu_bool (__main__.TestCommonCPU) ... ok (0.138s) 2022-05-18T06:55:17.2480930Z test_python_reference_consistency__refs_minimum_cpu_float16 (__main__.TestCommonCPU) ... ok (0.278s) 2022-05-18T06:55:17.4344850Z test_python_reference_consistency__refs_minimum_cpu_float32 (__main__.TestCommonCPU) ... ok (0.186s) 2022-05-18T06:55:17.6646950Z test_python_reference_consistency__refs_minimum_cpu_float64 (__main__.TestCommonCPU) ... ok (0.230s) 2022-05-18T06:55:17.8114410Z test_python_reference_consistency__refs_minimum_cpu_int16 (__main__.TestCommonCPU) ... ok (0.147s) 2022-05-18T06:55:17.9707550Z test_python_reference_consistency__refs_minimum_cpu_int32 (__main__.TestCommonCPU) ... ok (0.159s) 2022-05-18T06:55:18.1132900Z test_python_reference_consistency__refs_minimum_cpu_int64 (__main__.TestCommonCPU) ... ok (0.142s) 2022-05-18T06:55:18.2529910Z test_python_reference_consistency__refs_minimum_cpu_int8 (__main__.TestCommonCPU) ... ok (0.140s) 2022-05-18T06:55:18.3860100Z test_python_reference_consistency__refs_minimum_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.133s) 2022-05-18T06:55:18.6249790Z test_python_reference_consistency__refs_mul_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.239s) 2022-05-18T06:55:18.7660860Z test_python_reference_consistency__refs_mul_cpu_bool (__main__.TestCommonCPU) ... ok (0.141s) 2022-05-18T06:55:19.2468840Z test_python_reference_consistency__refs_mul_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.481s) 2022-05-18T06:55:19.4653960Z test_python_reference_consistency__refs_mul_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.218s) 2022-05-18T06:55:19.8689210Z test_python_reference_consistency__refs_mul_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.403s) 2022-05-18T06:55:20.1917770Z test_python_reference_consistency__refs_mul_cpu_float16 (__main__.TestCommonCPU) ... ok (0.323s) 2022-05-18T06:55:20.3935130Z test_python_reference_consistency__refs_mul_cpu_float32 (__main__.TestCommonCPU) ... ok (0.202s) 2022-05-18T06:55:20.6380020Z test_python_reference_consistency__refs_mul_cpu_float64 (__main__.TestCommonCPU) ... ok (0.244s) 2022-05-18T06:55:20.7891050Z test_python_reference_consistency__refs_mul_cpu_int16 (__main__.TestCommonCPU) ... ok (0.151s) 2022-05-18T06:55:20.9531480Z test_python_reference_consistency__refs_mul_cpu_int32 (__main__.TestCommonCPU) ... ok (0.164s) 2022-05-18T06:55:21.1007380Z test_python_reference_consistency__refs_mul_cpu_int64 (__main__.TestCommonCPU) ... ok (0.147s) 2022-05-18T06:55:21.2475160Z test_python_reference_consistency__refs_mul_cpu_int8 (__main__.TestCommonCPU) ... ok (0.147s) 2022-05-18T06:55:21.3850830Z test_python_reference_consistency__refs_mul_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.137s) 2022-05-18T06:55:21.3903490Z test_python_reference_consistency__refs_narrow_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:21.3947150Z test_python_reference_consistency__refs_narrow_cpu_bool (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:55:21.4001100Z test_python_reference_consistency__refs_narrow_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:21.4055580Z test_python_reference_consistency__refs_narrow_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:21.4109570Z test_python_reference_consistency__refs_narrow_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:21.4159600Z test_python_reference_consistency__refs_narrow_cpu_float16 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:21.4209510Z test_python_reference_consistency__refs_narrow_cpu_float32 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:21.4258850Z test_python_reference_consistency__refs_narrow_cpu_float64 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:21.4302990Z test_python_reference_consistency__refs_narrow_cpu_int16 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:55:21.4346840Z test_python_reference_consistency__refs_narrow_cpu_int32 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:55:21.4390340Z test_python_reference_consistency__refs_narrow_cpu_int64 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:55:21.4434040Z test_python_reference_consistency__refs_narrow_cpu_int8 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:55:21.4477810Z test_python_reference_consistency__refs_narrow_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:55:21.6163880Z test_python_reference_consistency__refs_ne_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.168s) 2022-05-18T06:55:21.7532250Z test_python_reference_consistency__refs_ne_cpu_bool (__main__.TestCommonCPU) ... ok (0.137s) 2022-05-18T06:55:22.1617640Z test_python_reference_consistency__refs_ne_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.408s) 2022-05-18T06:55:22.4439990Z test_python_reference_consistency__refs_ne_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.282s) 2022-05-18T06:55:22.6901810Z test_python_reference_consistency__refs_ne_cpu_float16 (__main__.TestCommonCPU) ... ok (0.246s) 2022-05-18T06:55:22.8342790Z test_python_reference_consistency__refs_ne_cpu_float32 (__main__.TestCommonCPU) ... ok (0.144s) 2022-05-18T06:55:23.0393700Z test_python_reference_consistency__refs_ne_cpu_float64 (__main__.TestCommonCPU) ... ok (0.205s) 2022-05-18T06:55:23.1899670Z test_python_reference_consistency__refs_ne_cpu_int16 (__main__.TestCommonCPU) ... ok (0.150s) 2022-05-18T06:55:23.3453940Z test_python_reference_consistency__refs_ne_cpu_int32 (__main__.TestCommonCPU) ... ok (0.155s) 2022-05-18T06:55:23.4979300Z test_python_reference_consistency__refs_ne_cpu_int64 (__main__.TestCommonCPU) ... ok (0.152s) 2022-05-18T06:55:23.6376590Z test_python_reference_consistency__refs_ne_cpu_int8 (__main__.TestCommonCPU) ... ok (0.140s) 2022-05-18T06:55:23.7760250Z test_python_reference_consistency__refs_ne_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.138s) 2022-05-18T06:55:23.9042760Z test_python_reference_consistency__refs_neg_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.128s) 2022-05-18T06:55:24.2591440Z test_python_reference_consistency__refs_neg_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.355s) 2022-05-18T06:55:24.3920250Z test_python_reference_consistency__refs_neg_cpu_complex32 (__main__.TestCommonCPU) ... expected failure (0.133s) 2022-05-18T06:55:24.7149280Z test_python_reference_consistency__refs_neg_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.323s) 2022-05-18T06:55:24.8877430Z test_python_reference_consistency__refs_neg_cpu_float16 (__main__.TestCommonCPU) ... ok (0.173s) 2022-05-18T06:55:25.0008210Z test_python_reference_consistency__refs_neg_cpu_float32 (__main__.TestCommonCPU) ... ok (0.113s) 2022-05-18T06:55:25.1265940Z test_python_reference_consistency__refs_neg_cpu_float64 (__main__.TestCommonCPU) ... ok (0.126s) 2022-05-18T06:55:25.1977190Z test_python_reference_consistency__refs_neg_cpu_int16 (__main__.TestCommonCPU) ... ok (0.071s) 2022-05-18T06:55:25.2765140Z test_python_reference_consistency__refs_neg_cpu_int32 (__main__.TestCommonCPU) ... ok (0.079s) 2022-05-18T06:55:25.3417080Z test_python_reference_consistency__refs_neg_cpu_int64 (__main__.TestCommonCPU) ... ok (0.065s) 2022-05-18T06:55:25.4057010Z test_python_reference_consistency__refs_neg_cpu_int8 (__main__.TestCommonCPU) ... ok (0.064s) 2022-05-18T06:55:25.4686980Z test_python_reference_consistency__refs_neg_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.063s) 2022-05-18T06:55:25.6755760Z test_python_reference_consistency__refs_nextafter_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.207s) 2022-05-18T06:55:25.8631150Z test_python_reference_consistency__refs_nextafter_cpu_float32 (__main__.TestCommonCPU) ... ok (0.187s) 2022-05-18T06:55:26.0964630Z test_python_reference_consistency__refs_nextafter_cpu_float64 (__main__.TestCommonCPU) ... ok (0.233s) 2022-05-18T06:55:26.2946430Z test_python_reference_consistency__refs_nn_functional_elu_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.198s) 2022-05-18T06:55:26.4551200Z test_python_reference_consistency__refs_nn_functional_elu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.160s) 2022-05-18T06:55:26.6427450Z test_python_reference_consistency__refs_nn_functional_elu_cpu_float64 (__main__.TestCommonCPU) ... ok (0.187s) 2022-05-18T06:55:26.6740930Z test_python_reference_consistency__refs_permute_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:55:26.6973440Z test_python_reference_consistency__refs_permute_cpu_bool (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:55:26.7328500Z test_python_reference_consistency__refs_permute_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.035s) 2022-05-18T06:55:26.7689520Z test_python_reference_consistency__refs_permute_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.036s) 2022-05-18T06:55:26.8001600Z test_python_reference_consistency__refs_permute_cpu_float16 (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:55:26.8312750Z test_python_reference_consistency__refs_permute_cpu_float32 (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:55:26.8616320Z test_python_reference_consistency__refs_permute_cpu_float64 (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:55:26.8859120Z test_python_reference_consistency__refs_permute_cpu_int16 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:55:26.9109100Z test_python_reference_consistency__refs_permute_cpu_int32 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:55:26.9349350Z test_python_reference_consistency__refs_permute_cpu_int64 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:55:26.9599150Z test_python_reference_consistency__refs_permute_cpu_int8 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:55:26.9836370Z test_python_reference_consistency__refs_permute_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:55:27.2174980Z test_python_reference_consistency__refs_pow_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.234s) 2022-05-18T06:55:27.8444880Z test_python_reference_consistency__refs_pow_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.627s) 2022-05-18T06:55:28.3343250Z test_python_reference_consistency__refs_pow_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.490s) 2022-05-18T06:55:28.6585140Z test_python_reference_consistency__refs_pow_cpu_float16 (__main__.TestCommonCPU) ... ok (0.324s) 2022-05-18T06:55:28.8762650Z test_python_reference_consistency__refs_pow_cpu_float32 (__main__.TestCommonCPU) ... ok (0.218s) 2022-05-18T06:55:29.1632640Z test_python_reference_consistency__refs_pow_cpu_float64 (__main__.TestCommonCPU) ... ok (0.287s) 2022-05-18T06:55:29.3354860Z test_python_reference_consistency__refs_pow_cpu_int16 (__main__.TestCommonCPU) ... ok (0.172s) 2022-05-18T06:55:29.5118700Z test_python_reference_consistency__refs_pow_cpu_int32 (__main__.TestCommonCPU) ... ok (0.176s) 2022-05-18T06:55:29.6782600Z test_python_reference_consistency__refs_pow_cpu_int64 (__main__.TestCommonCPU) ... ok (0.166s) 2022-05-18T06:55:29.8361620Z test_python_reference_consistency__refs_pow_cpu_int8 (__main__.TestCommonCPU) ... ok (0.158s) 2022-05-18T06:55:29.9863710Z test_python_reference_consistency__refs_pow_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.150s) 2022-05-18T06:55:30.1248650Z test_python_reference_consistency__refs_reciprocal_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.138s) 2022-05-18T06:55:30.3067810Z test_python_reference_consistency__refs_reciprocal_cpu_bool (__main__.TestCommonCPU) ... ok (0.182s) 2022-05-18T06:55:30.6638400Z test_python_reference_consistency__refs_reciprocal_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.357s) 2022-05-18T06:55:30.9754660Z test_python_reference_consistency__refs_reciprocal_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.312s) 2022-05-18T06:55:31.1791280Z test_python_reference_consistency__refs_reciprocal_cpu_float16 (__main__.TestCommonCPU) ... ok (0.204s) 2022-05-18T06:55:31.2947430Z test_python_reference_consistency__refs_reciprocal_cpu_float32 (__main__.TestCommonCPU) ... ok (0.115s) 2022-05-18T06:55:31.4206830Z test_python_reference_consistency__refs_reciprocal_cpu_float64 (__main__.TestCommonCPU) ... ok (0.126s) 2022-05-18T06:55:31.5331300Z test_python_reference_consistency__refs_reciprocal_cpu_int16 (__main__.TestCommonCPU) ... ok (0.112s) 2022-05-18T06:55:31.6434680Z test_python_reference_consistency__refs_reciprocal_cpu_int32 (__main__.TestCommonCPU) ... ok (0.110s) 2022-05-18T06:55:31.7514940Z test_python_reference_consistency__refs_reciprocal_cpu_int64 (__main__.TestCommonCPU) ... ok (0.108s) 2022-05-18T06:55:31.8597430Z test_python_reference_consistency__refs_reciprocal_cpu_int8 (__main__.TestCommonCPU) ... ok (0.108s) 2022-05-18T06:55:31.9606080Z test_python_reference_consistency__refs_reciprocal_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.101s) 2022-05-18T06:55:31.9926310Z test_python_reference_consistency__refs_reshape_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:55:32.0171500Z test_python_reference_consistency__refs_reshape_cpu_bool (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:55:32.0534480Z test_python_reference_consistency__refs_reshape_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.036s) 2022-05-18T06:55:32.0899670Z test_python_reference_consistency__refs_reshape_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.036s) 2022-05-18T06:55:32.1229790Z test_python_reference_consistency__refs_reshape_cpu_float16 (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:55:32.1627650Z test_python_reference_consistency__refs_reshape_cpu_float32 (__main__.TestCommonCPU) ... ok (0.040s) 2022-05-18T06:55:32.2069730Z test_python_reference_consistency__refs_reshape_cpu_float64 (__main__.TestCommonCPU) ... ok (0.042s) 2022-05-18T06:55:32.2395130Z test_python_reference_consistency__refs_reshape_cpu_int16 (__main__.TestCommonCPU) ... ok (0.034s) 2022-05-18T06:55:32.2659160Z test_python_reference_consistency__refs_reshape_cpu_int32 (__main__.TestCommonCPU) ... ok (0.026s) 2022-05-18T06:55:32.2912270Z test_python_reference_consistency__refs_reshape_cpu_int64 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:55:32.3159790Z test_python_reference_consistency__refs_reshape_cpu_int8 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:55:32.3407190Z test_python_reference_consistency__refs_reshape_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:55:32.4700240Z test_python_reference_consistency__refs_round_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.129s) 2022-05-18T06:55:32.5892710Z test_python_reference_consistency__refs_round_cpu_float32 (__main__.TestCommonCPU) ... ok (0.119s) 2022-05-18T06:55:32.7193970Z test_python_reference_consistency__refs_round_cpu_float64 (__main__.TestCommonCPU) ... ok (0.130s) 2022-05-18T06:55:32.8434910Z test_python_reference_consistency__refs_sign_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.124s) 2022-05-18T06:55:32.9477650Z test_python_reference_consistency__refs_sign_cpu_bool (__main__.TestCommonCPU) ... ok (0.104s) 2022-05-18T06:55:33.1245680Z test_python_reference_consistency__refs_sign_cpu_float16 (__main__.TestCommonCPU) ... ok (0.177s) 2022-05-18T06:55:33.2383200Z test_python_reference_consistency__refs_sign_cpu_float32 (__main__.TestCommonCPU) ... ok (0.114s) 2022-05-18T06:55:33.3615040Z test_python_reference_consistency__refs_sign_cpu_float64 (__main__.TestCommonCPU) ... ok (0.123s) 2022-05-18T06:55:33.4358180Z test_python_reference_consistency__refs_sign_cpu_int16 (__main__.TestCommonCPU) ... ok (0.074s) 2022-05-18T06:55:33.5196260Z test_python_reference_consistency__refs_sign_cpu_int32 (__main__.TestCommonCPU) ... ok (0.084s) 2022-05-18T06:55:33.5878280Z test_python_reference_consistency__refs_sign_cpu_int64 (__main__.TestCommonCPU) ... ok (0.068s) 2022-05-18T06:55:33.6547790Z test_python_reference_consistency__refs_sign_cpu_int8 (__main__.TestCommonCPU) ... ok (0.067s) 2022-05-18T06:55:33.7209320Z test_python_reference_consistency__refs_sign_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.066s) 2022-05-18T06:55:33.8819250Z test_python_reference_consistency__refs_sin_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.161s) 2022-05-18T06:55:34.0880260Z test_python_reference_consistency__refs_sin_cpu_bool (__main__.TestCommonCPU) ... ok (0.206s) 2022-05-18T06:55:34.5267250Z test_python_reference_consistency__refs_sin_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.439s) 2022-05-18T06:55:34.8809170Z test_python_reference_consistency__refs_sin_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.354s) 2022-05-18T06:55:35.0183430Z test_python_reference_consistency__refs_sin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.137s) 2022-05-18T06:55:35.1781240Z test_python_reference_consistency__refs_sin_cpu_float64 (__main__.TestCommonCPU) ... ok (0.160s) 2022-05-18T06:55:35.3067270Z test_python_reference_consistency__refs_sin_cpu_int16 (__main__.TestCommonCPU) ... ok (0.129s) 2022-05-18T06:55:35.4350830Z test_python_reference_consistency__refs_sin_cpu_int32 (__main__.TestCommonCPU) ... ok (0.128s) 2022-05-18T06:55:35.5578410Z test_python_reference_consistency__refs_sin_cpu_int64 (__main__.TestCommonCPU) ... ok (0.123s) 2022-05-18T06:55:35.6837220Z test_python_reference_consistency__refs_sin_cpu_int8 (__main__.TestCommonCPU) ... ok (0.126s) 2022-05-18T06:55:35.8025390Z test_python_reference_consistency__refs_sin_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.119s) 2022-05-18T06:55:35.9524920Z test_python_reference_consistency__refs_sinh_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.150s) 2022-05-18T06:55:36.1506480Z test_python_reference_consistency__refs_sinh_cpu_bool (__main__.TestCommonCPU) ... ok (0.198s) 2022-05-18T06:55:36.5823000Z test_python_reference_consistency__refs_sinh_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.432s) 2022-05-18T06:55:36.9375980Z test_python_reference_consistency__refs_sinh_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.355s) 2022-05-18T06:55:37.0626800Z test_python_reference_consistency__refs_sinh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.125s) 2022-05-18T06:55:37.2045050Z test_python_reference_consistency__refs_sinh_cpu_float64 (__main__.TestCommonCPU) ... ok (0.142s) 2022-05-18T06:55:37.3242010Z test_python_reference_consistency__refs_sinh_cpu_int16 (__main__.TestCommonCPU) ... ok (0.120s) 2022-05-18T06:55:37.4434060Z test_python_reference_consistency__refs_sinh_cpu_int32 (__main__.TestCommonCPU) ... ok (0.119s) 2022-05-18T06:55:37.5577400Z test_python_reference_consistency__refs_sinh_cpu_int64 (__main__.TestCommonCPU) ... ok (0.114s) 2022-05-18T06:55:37.6753760Z test_python_reference_consistency__refs_sinh_cpu_int8 (__main__.TestCommonCPU) ... ok (0.118s) 2022-05-18T06:55:37.7852190Z test_python_reference_consistency__refs_sinh_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.110s) 2022-05-18T06:55:38.3031020Z test_python_reference_consistency__refs_special_i0e_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.518s) 2022-05-18T06:55:38.6560680Z test_python_reference_consistency__refs_special_i0e_cpu_bool (__main__.TestCommonCPU) ... ok (0.353s) 2022-05-18T06:55:38.8706490Z test_python_reference_consistency__refs_special_i0e_cpu_float32 (__main__.TestCommonCPU) ... ok (0.214s) 2022-05-18T06:55:39.1179210Z test_python_reference_consistency__refs_special_i0e_cpu_float64 (__main__.TestCommonCPU) ... ok (0.247s) 2022-05-18T06:55:39.3285720Z test_python_reference_consistency__refs_special_i0e_cpu_int16 (__main__.TestCommonCPU) ... ok (0.211s) 2022-05-18T06:55:39.5392580Z test_python_reference_consistency__refs_special_i0e_cpu_int32 (__main__.TestCommonCPU) ... ok (0.211s) 2022-05-18T06:55:39.7448970Z test_python_reference_consistency__refs_special_i0e_cpu_int64 (__main__.TestCommonCPU) ... ok (0.205s) 2022-05-18T06:55:39.9526080Z test_python_reference_consistency__refs_special_i0e_cpu_int8 (__main__.TestCommonCPU) ... ok (0.208s) 2022-05-18T06:55:40.1561670Z test_python_reference_consistency__refs_special_i0e_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.203s) 2022-05-18T06:55:40.4167860Z test_python_reference_consistency__refs_special_i1e_cpu_bool (__main__.TestCommonCPU) ... ok (0.261s) 2022-05-18T06:55:40.5787330Z test_python_reference_consistency__refs_special_i1e_cpu_float32 (__main__.TestCommonCPU) ... ok (0.162s) 2022-05-18T06:55:40.8082170Z test_python_reference_consistency__refs_special_i1e_cpu_float64 (__main__.TestCommonCPU) ... ok (0.229s) 2022-05-18T06:55:40.9668390Z test_python_reference_consistency__refs_special_i1e_cpu_int16 (__main__.TestCommonCPU) ... ok (0.159s) 2022-05-18T06:55:41.1242320Z test_python_reference_consistency__refs_special_i1e_cpu_int32 (__main__.TestCommonCPU) ... ok (0.157s) 2022-05-18T06:55:41.2776270Z test_python_reference_consistency__refs_special_i1e_cpu_int64 (__main__.TestCommonCPU) ... ok (0.153s) 2022-05-18T06:55:41.4340820Z test_python_reference_consistency__refs_special_i1e_cpu_int8 (__main__.TestCommonCPU) ... ok (0.156s) 2022-05-18T06:55:41.5826550Z test_python_reference_consistency__refs_special_i1e_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.148s) 2022-05-18T06:55:41.7229850Z test_python_reference_consistency__refs_sqrt_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.140s) 2022-05-18T06:55:41.9042320Z test_python_reference_consistency__refs_sqrt_cpu_bool (__main__.TestCommonCPU) ... ok (0.181s) 2022-05-18T06:55:42.3734260Z test_python_reference_consistency__refs_sqrt_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.469s) 2022-05-18T06:55:42.7144180Z test_python_reference_consistency__refs_sqrt_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.341s) 2022-05-18T06:55:42.8315940Z test_python_reference_consistency__refs_sqrt_cpu_float32 (__main__.TestCommonCPU) ... ok (0.117s) 2022-05-18T06:55:42.9611430Z test_python_reference_consistency__refs_sqrt_cpu_float64 (__main__.TestCommonCPU) ... ok (0.129s) 2022-05-18T06:55:43.0728740Z test_python_reference_consistency__refs_sqrt_cpu_int16 (__main__.TestCommonCPU) ... ok (0.112s) 2022-05-18T06:55:43.1825570Z test_python_reference_consistency__refs_sqrt_cpu_int32 (__main__.TestCommonCPU) ... ok (0.110s) 2022-05-18T06:55:43.2872520Z test_python_reference_consistency__refs_sqrt_cpu_int64 (__main__.TestCommonCPU) ... ok (0.105s) 2022-05-18T06:55:43.3946400Z test_python_reference_consistency__refs_sqrt_cpu_int8 (__main__.TestCommonCPU) ... ok (0.107s) 2022-05-18T06:55:43.4944880Z test_python_reference_consistency__refs_sqrt_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.100s) 2022-05-18T06:55:43.6198580Z test_python_reference_consistency__refs_square_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.125s) 2022-05-18T06:55:43.7620540Z test_python_reference_consistency__refs_square_cpu_bool (__main__.TestCommonCPU) ... ok (0.142s) 2022-05-18T06:55:44.1171400Z test_python_reference_consistency__refs_square_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.355s) 2022-05-18T06:55:44.4273740Z test_python_reference_consistency__refs_square_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.310s) 2022-05-18T06:55:44.6583530Z test_python_reference_consistency__refs_square_cpu_float16 (__main__.TestCommonCPU) ... ok (0.231s) 2022-05-18T06:55:44.7730130Z test_python_reference_consistency__refs_square_cpu_float32 (__main__.TestCommonCPU) ... ok (0.115s) 2022-05-18T06:55:44.8976520Z test_python_reference_consistency__refs_square_cpu_float64 (__main__.TestCommonCPU) ... ok (0.125s) 2022-05-18T06:55:44.9828310Z test_python_reference_consistency__refs_square_cpu_int16 (__main__.TestCommonCPU) ... ok (0.085s) 2022-05-18T06:55:45.0762260Z test_python_reference_consistency__refs_square_cpu_int32 (__main__.TestCommonCPU) ... ok (0.093s) 2022-05-18T06:55:45.1567660Z test_python_reference_consistency__refs_square_cpu_int64 (__main__.TestCommonCPU) ... ok (0.080s) 2022-05-18T06:55:45.2407560Z test_python_reference_consistency__refs_square_cpu_int8 (__main__.TestCommonCPU) ... ok (0.084s) 2022-05-18T06:55:45.3109210Z test_python_reference_consistency__refs_square_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.070s) 2022-05-18T06:55:45.3167620Z test_python_reference_consistency__refs_squeeze_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:55:45.3213900Z test_python_reference_consistency__refs_squeeze_cpu_bool (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:45.3273860Z test_python_reference_consistency__refs_squeeze_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:55:45.3334860Z test_python_reference_consistency__refs_squeeze_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:55:45.3390320Z test_python_reference_consistency__refs_squeeze_cpu_float16 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:45.3446130Z test_python_reference_consistency__refs_squeeze_cpu_float32 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:45.3500190Z test_python_reference_consistency__refs_squeeze_cpu_float64 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:45.3546980Z test_python_reference_consistency__refs_squeeze_cpu_int16 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:45.3593860Z test_python_reference_consistency__refs_squeeze_cpu_int32 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:45.3639530Z test_python_reference_consistency__refs_squeeze_cpu_int64 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:45.3686250Z test_python_reference_consistency__refs_squeeze_cpu_int8 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:45.3733110Z test_python_reference_consistency__refs_squeeze_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:45.3824230Z test_python_reference_consistency__refs_stack_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:55:45.3902810Z test_python_reference_consistency__refs_stack_cpu_bool (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:55:45.3997330Z test_python_reference_consistency__refs_stack_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:55:45.4092650Z test_python_reference_consistency__refs_stack_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:55:45.4188270Z test_python_reference_consistency__refs_stack_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:55:45.4278120Z test_python_reference_consistency__refs_stack_cpu_float16 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:55:45.4366020Z test_python_reference_consistency__refs_stack_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:55:45.4453990Z test_python_reference_consistency__refs_stack_cpu_float64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:55:45.4535110Z test_python_reference_consistency__refs_stack_cpu_int16 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:55:45.4615390Z test_python_reference_consistency__refs_stack_cpu_int32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:55:45.4693920Z test_python_reference_consistency__refs_stack_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:55:45.4773660Z test_python_reference_consistency__refs_stack_cpu_int8 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:55:45.4853490Z test_python_reference_consistency__refs_stack_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:55:45.7241330Z test_python_reference_consistency__refs_sub_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.239s) 2022-05-18T06:55:46.2129270Z test_python_reference_consistency__refs_sub_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.489s) 2022-05-18T06:55:46.4393890Z test_python_reference_consistency__refs_sub_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.226s) 2022-05-18T06:55:46.8466000Z test_python_reference_consistency__refs_sub_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.407s) 2022-05-18T06:55:47.1681580Z test_python_reference_consistency__refs_sub_cpu_float16 (__main__.TestCommonCPU) ... ok (0.321s) 2022-05-18T06:55:47.3684750Z test_python_reference_consistency__refs_sub_cpu_float32 (__main__.TestCommonCPU) ... ok (0.200s) 2022-05-18T06:55:47.6120440Z test_python_reference_consistency__refs_sub_cpu_float64 (__main__.TestCommonCPU) ... ok (0.243s) 2022-05-18T06:55:47.7671800Z test_python_reference_consistency__refs_sub_cpu_int16 (__main__.TestCommonCPU) ... ok (0.155s) 2022-05-18T06:55:47.9341950Z test_python_reference_consistency__refs_sub_cpu_int32 (__main__.TestCommonCPU) ... ok (0.167s) 2022-05-18T06:55:48.0866020Z test_python_reference_consistency__refs_sub_cpu_int64 (__main__.TestCommonCPU) ... ok (0.152s) 2022-05-18T06:55:48.2334450Z test_python_reference_consistency__refs_sub_cpu_int8 (__main__.TestCommonCPU) ... ok (0.147s) 2022-05-18T06:55:48.3746670Z test_python_reference_consistency__refs_sub_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.141s) 2022-05-18T06:55:48.3860520Z test_python_reference_consistency__refs_sum_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:55:48.3945200Z test_python_reference_consistency__refs_sum_cpu_bool (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:55:48.4048260Z test_python_reference_consistency__refs_sum_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:55:48.4153450Z test_python_reference_consistency__refs_sum_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:55:48.4260800Z test_python_reference_consistency__refs_sum_cpu_float16 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:55:48.4359240Z test_python_reference_consistency__refs_sum_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:55:48.4457850Z test_python_reference_consistency__refs_sum_cpu_float64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:55:48.4542730Z test_python_reference_consistency__refs_sum_cpu_int16 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:55:48.4628040Z test_python_reference_consistency__refs_sum_cpu_int32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:55:48.4712990Z test_python_reference_consistency__refs_sum_cpu_int64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:55:48.4800660Z test_python_reference_consistency__refs_sum_cpu_int8 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:55:48.4885620Z test_python_reference_consistency__refs_sum_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:55:48.6642100Z test_python_reference_consistency__refs_tan_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.175s) 2022-05-18T06:55:48.8677080Z test_python_reference_consistency__refs_tan_cpu_bool (__main__.TestCommonCPU) ... ok (0.203s) 2022-05-18T06:55:49.3916700Z test_python_reference_consistency__refs_tan_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.524s) 2022-05-18T06:55:49.8174120Z test_python_reference_consistency__refs_tan_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.426s) 2022-05-18T06:55:49.9737240Z test_python_reference_consistency__refs_tan_cpu_float32 (__main__.TestCommonCPU) ... ok (0.156s) 2022-05-18T06:55:50.1513410Z test_python_reference_consistency__refs_tan_cpu_float64 (__main__.TestCommonCPU) ... ok (0.178s) 2022-05-18T06:55:50.2961100Z test_python_reference_consistency__refs_tan_cpu_int16 (__main__.TestCommonCPU) ... ok (0.145s) 2022-05-18T06:55:50.4430840Z test_python_reference_consistency__refs_tan_cpu_int32 (__main__.TestCommonCPU) ... ok (0.147s) 2022-05-18T06:55:50.5857110Z test_python_reference_consistency__refs_tan_cpu_int64 (__main__.TestCommonCPU) ... ok (0.143s) 2022-05-18T06:55:50.7283780Z test_python_reference_consistency__refs_tan_cpu_int8 (__main__.TestCommonCPU) ... ok (0.143s) 2022-05-18T06:55:50.8661350Z test_python_reference_consistency__refs_tan_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.138s) 2022-05-18T06:55:50.8810220Z test_python_reference_consistency__refs_tensor_split_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:55:50.8924780Z test_python_reference_consistency__refs_tensor_split_cpu_bool (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:55:50.9074290Z test_python_reference_consistency__refs_tensor_split_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:55:50.9228570Z test_python_reference_consistency__refs_tensor_split_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:55:50.9375750Z test_python_reference_consistency__refs_tensor_split_cpu_float16 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:55:50.9524220Z test_python_reference_consistency__refs_tensor_split_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:55:50.9681300Z test_python_reference_consistency__refs_tensor_split_cpu_float64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:55:50.9802380Z test_python_reference_consistency__refs_tensor_split_cpu_int16 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:55:50.9932050Z test_python_reference_consistency__refs_tensor_split_cpu_int32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:55:51.0062420Z test_python_reference_consistency__refs_tensor_split_cpu_int64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:55:51.0177010Z test_python_reference_consistency__refs_tensor_split_cpu_int8 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:55:51.0302250Z test_python_reference_consistency__refs_tensor_split_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:55:51.0371970Z test_python_reference_consistency__refs_transpose_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:55:51.0430590Z test_python_reference_consistency__refs_transpose_cpu_bool (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:55:51.0499710Z test_python_reference_consistency__refs_transpose_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:55:51.0568840Z test_python_reference_consistency__refs_transpose_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:55:51.0629680Z test_python_reference_consistency__refs_transpose_cpu_float16 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:55:51.0690950Z test_python_reference_consistency__refs_transpose_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:55:51.0751610Z test_python_reference_consistency__refs_transpose_cpu_float64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:55:51.0804150Z test_python_reference_consistency__refs_transpose_cpu_int16 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:51.0855330Z test_python_reference_consistency__refs_transpose_cpu_int32 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:51.0906300Z test_python_reference_consistency__refs_transpose_cpu_int64 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:51.0959240Z test_python_reference_consistency__refs_transpose_cpu_int8 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:51.1011220Z test_python_reference_consistency__refs_transpose_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:51.3429720Z test_python_reference_consistency__refs_true_divide_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.242s) 2022-05-18T06:55:51.5652290Z test_python_reference_consistency__refs_true_divide_cpu_bool (__main__.TestCommonCPU) ... ok (0.222s) 2022-05-18T06:55:52.0690210Z test_python_reference_consistency__refs_true_divide_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.504s) 2022-05-18T06:55:52.5144920Z test_python_reference_consistency__refs_true_divide_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.445s) 2022-05-18T06:55:52.8434790Z test_python_reference_consistency__refs_true_divide_cpu_float16 (__main__.TestCommonCPU) ... ok (0.329s) 2022-05-18T06:55:53.0496180Z test_python_reference_consistency__refs_true_divide_cpu_float32 (__main__.TestCommonCPU) ... ok (0.206s) 2022-05-18T06:55:53.2987940Z test_python_reference_consistency__refs_true_divide_cpu_float64 (__main__.TestCommonCPU) ... ok (0.249s) 2022-05-18T06:55:53.5146690Z test_python_reference_consistency__refs_true_divide_cpu_int16 (__main__.TestCommonCPU) ... ok (0.216s) 2022-05-18T06:55:53.7342370Z test_python_reference_consistency__refs_true_divide_cpu_int32 (__main__.TestCommonCPU) ... ok (0.219s) 2022-05-18T06:55:53.9566820Z test_python_reference_consistency__refs_true_divide_cpu_int64 (__main__.TestCommonCPU) ... ok (0.222s) 2022-05-18T06:55:54.1640650Z test_python_reference_consistency__refs_true_divide_cpu_int8 (__main__.TestCommonCPU) ... ok (0.207s) 2022-05-18T06:55:54.3702480Z test_python_reference_consistency__refs_true_divide_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.206s) 2022-05-18T06:55:54.3770480Z test_python_reference_consistency__refs_unsqueeze_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:55:54.3825340Z test_python_reference_consistency__refs_unsqueeze_cpu_bool (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:54.3897500Z test_python_reference_consistency__refs_unsqueeze_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:55:54.3970340Z test_python_reference_consistency__refs_unsqueeze_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:55:54.4034800Z test_python_reference_consistency__refs_unsqueeze_cpu_float16 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:55:54.4099830Z test_python_reference_consistency__refs_unsqueeze_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:55:54.4164230Z test_python_reference_consistency__refs_unsqueeze_cpu_float64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:55:54.4219640Z test_python_reference_consistency__refs_unsqueeze_cpu_int16 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:54.4273860Z test_python_reference_consistency__refs_unsqueeze_cpu_int32 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:54.4326860Z test_python_reference_consistency__refs_unsqueeze_cpu_int64 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:54.4381930Z test_python_reference_consistency__refs_unsqueeze_cpu_int8 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:54.4436870Z test_python_reference_consistency__refs_unsqueeze_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:55:54.4750050Z test_python_reference_consistency__refs_view_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:55:54.4991510Z test_python_reference_consistency__refs_view_cpu_bool (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:55:54.5347100Z test_python_reference_consistency__refs_view_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.035s) 2022-05-18T06:55:54.5534760Z test_python_reference_consistency__refs_view_cpu_complex32 (__main__.TestCommonCPU) ... expected failure (0.019s) 2022-05-18T06:55:54.5903510Z test_python_reference_consistency__refs_view_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.037s) 2022-05-18T06:55:54.6215800Z test_python_reference_consistency__refs_view_cpu_float16 (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:55:54.6525740Z test_python_reference_consistency__refs_view_cpu_float32 (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:55:54.6828340Z test_python_reference_consistency__refs_view_cpu_float64 (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:55:54.7078740Z test_python_reference_consistency__refs_view_cpu_int16 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:55:54.7328350Z test_python_reference_consistency__refs_view_cpu_int32 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:55:54.7572720Z test_python_reference_consistency__refs_view_cpu_int64 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:55:54.7826040Z test_python_reference_consistency__refs_view_cpu_int8 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:55:54.8077720Z test_python_reference_consistency__refs_view_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:55:54.9461600Z test_python_reference_meta_functions__refs_abs_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.138s) 2022-05-18T06:55:55.4034180Z test_python_reference_meta_functions__refs_abs_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.457s) 2022-05-18T06:55:55.4855370Z test_python_reference_meta_functions__refs_abs_cpu_complex32 (__main__.TestCommonCPU) ... expected failure (0.082s) 2022-05-18T06:55:55.7682330Z test_python_reference_meta_functions__refs_abs_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.282s) 2022-05-18T06:55:56.0067370Z test_python_reference_meta_functions__refs_abs_cpu_float16 (__main__.TestCommonCPU) ... ok (0.238s) 2022-05-18T06:55:56.0970670Z test_python_reference_meta_functions__refs_abs_cpu_float32 (__main__.TestCommonCPU) ... ok (0.090s) 2022-05-18T06:55:56.2671250Z test_python_reference_meta_functions__refs_abs_cpu_float64 (__main__.TestCommonCPU) ... ok (0.170s) 2022-05-18T06:55:56.3799820Z test_python_reference_meta_functions__refs_abs_cpu_int16 (__main__.TestCommonCPU) ... ok (0.113s) 2022-05-18T06:55:56.5064010Z test_python_reference_meta_functions__refs_abs_cpu_int32 (__main__.TestCommonCPU) ... ok (0.126s) 2022-05-18T06:55:56.6122840Z test_python_reference_meta_functions__refs_abs_cpu_int64 (__main__.TestCommonCPU) ... ok (0.106s) 2022-05-18T06:55:56.7186090Z test_python_reference_meta_functions__refs_abs_cpu_int8 (__main__.TestCommonCPU) ... ok (0.106s) 2022-05-18T06:55:56.8216320Z test_python_reference_meta_functions__refs_abs_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.103s) 2022-05-18T06:55:56.9725550Z test_python_reference_meta_functions__refs_acos_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.151s) 2022-05-18T06:55:57.1747340Z test_python_reference_meta_functions__refs_acos_cpu_bool (__main__.TestCommonCPU) ... ok (0.202s) 2022-05-18T06:55:57.7398110Z test_python_reference_meta_functions__refs_acos_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.565s) 2022-05-18T06:55:58.0895930Z test_python_reference_meta_functions__refs_acos_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.350s) 2022-05-18T06:55:58.1831880Z test_python_reference_meta_functions__refs_acos_cpu_float32 (__main__.TestCommonCPU) ... ok (0.093s) 2022-05-18T06:55:58.3770370Z test_python_reference_meta_functions__refs_acos_cpu_float64 (__main__.TestCommonCPU) ... ok (0.194s) 2022-05-18T06:55:58.5082320Z test_python_reference_meta_functions__refs_acos_cpu_int16 (__main__.TestCommonCPU) ... ok (0.131s) 2022-05-18T06:55:58.6453030Z test_python_reference_meta_functions__refs_acos_cpu_int32 (__main__.TestCommonCPU) ... ok (0.137s) 2022-05-18T06:55:58.7640830Z test_python_reference_meta_functions__refs_acos_cpu_int64 (__main__.TestCommonCPU) ... ok (0.119s) 2022-05-18T06:55:58.8826130Z test_python_reference_meta_functions__refs_acos_cpu_int8 (__main__.TestCommonCPU) ... ok (0.118s) 2022-05-18T06:55:58.9954940Z test_python_reference_meta_functions__refs_acos_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.113s) 2022-05-18T06:55:59.1498820Z test_python_reference_meta_functions__refs_acosh_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.154s) 2022-05-18T06:55:59.3454680Z test_python_reference_meta_functions__refs_acosh_cpu_bool (__main__.TestCommonCPU) ... ok (0.195s) 2022-05-18T06:55:59.9541720Z test_python_reference_meta_functions__refs_acosh_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.609s) 2022-05-18T06:56:00.3402800Z test_python_reference_meta_functions__refs_acosh_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.386s) 2022-05-18T06:56:00.4401730Z test_python_reference_meta_functions__refs_acosh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.100s) 2022-05-18T06:56:00.6335060Z test_python_reference_meta_functions__refs_acosh_cpu_float64 (__main__.TestCommonCPU) ... ok (0.193s) 2022-05-18T06:56:00.7683640Z test_python_reference_meta_functions__refs_acosh_cpu_int16 (__main__.TestCommonCPU) ... ok (0.135s) 2022-05-18T06:56:00.9040500Z test_python_reference_meta_functions__refs_acosh_cpu_int32 (__main__.TestCommonCPU) ... ok (0.136s) 2022-05-18T06:56:01.0286910Z test_python_reference_meta_functions__refs_acosh_cpu_int64 (__main__.TestCommonCPU) ... ok (0.125s) 2022-05-18T06:56:01.1519060Z test_python_reference_meta_functions__refs_acosh_cpu_int8 (__main__.TestCommonCPU) ... ok (0.123s) 2022-05-18T06:56:01.2716120Z test_python_reference_meta_functions__refs_acosh_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.120s) 2022-05-18T06:56:01.6578900Z test_python_reference_meta_functions__refs_add_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.386s) 2022-05-18T06:56:01.9409760Z test_python_reference_meta_functions__refs_add_cpu_bool (__main__.TestCommonCPU) ... ok (0.283s) 2022-05-18T06:56:02.7521310Z test_python_reference_meta_functions__refs_add_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.811s) 2022-05-18T06:56:03.0819210Z test_python_reference_meta_functions__refs_add_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.330s) 2022-05-18T06:56:03.6340840Z test_python_reference_meta_functions__refs_add_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.552s) 2022-05-18T06:56:04.1657850Z test_python_reference_meta_functions__refs_add_cpu_float16 (__main__.TestCommonCPU) ... ok (0.532s) 2022-05-18T06:56:04.4586220Z test_python_reference_meta_functions__refs_add_cpu_float32 (__main__.TestCommonCPU) ... ok (0.293s) 2022-05-18T06:56:04.8697340Z test_python_reference_meta_functions__refs_add_cpu_float64 (__main__.TestCommonCPU) ... ok (0.411s) 2022-05-18T06:56:05.1775810Z test_python_reference_meta_functions__refs_add_cpu_int16 (__main__.TestCommonCPU) ... ok (0.308s) 2022-05-18T06:56:05.5082420Z test_python_reference_meta_functions__refs_add_cpu_int32 (__main__.TestCommonCPU) ... ok (0.331s) 2022-05-18T06:56:05.8165960Z test_python_reference_meta_functions__refs_add_cpu_int64 (__main__.TestCommonCPU) ... ok (0.308s) 2022-05-18T06:56:06.1102910Z test_python_reference_meta_functions__refs_add_cpu_int8 (__main__.TestCommonCPU) ... ok (0.294s) 2022-05-18T06:56:06.3978110Z test_python_reference_meta_functions__refs_add_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.287s) 2022-05-18T06:56:06.4130380Z test_python_reference_meta_functions__refs_amax_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:56:06.4253210Z test_python_reference_meta_functions__refs_amax_cpu_bool (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:56:06.4401520Z test_python_reference_meta_functions__refs_amax_cpu_float16 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:56:06.4528640Z test_python_reference_meta_functions__refs_amax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:56:06.4656270Z test_python_reference_meta_functions__refs_amax_cpu_float64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:56:06.4779590Z test_python_reference_meta_functions__refs_amax_cpu_int16 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:56:06.4902670Z test_python_reference_meta_functions__refs_amax_cpu_int32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:56:06.5026540Z test_python_reference_meta_functions__refs_amax_cpu_int64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:56:06.5151070Z test_python_reference_meta_functions__refs_amax_cpu_int8 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:56:06.5272720Z test_python_reference_meta_functions__refs_amax_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:56:06.5423710Z test_python_reference_meta_functions__refs_amin_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:56:06.5550260Z test_python_reference_meta_functions__refs_amin_cpu_bool (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:56:06.5702360Z test_python_reference_meta_functions__refs_amin_cpu_float16 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:56:06.5833490Z test_python_reference_meta_functions__refs_amin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:56:06.5964100Z test_python_reference_meta_functions__refs_amin_cpu_float64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:56:06.6092230Z test_python_reference_meta_functions__refs_amin_cpu_int16 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:56:06.6215320Z test_python_reference_meta_functions__refs_amin_cpu_int32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:56:06.6340930Z test_python_reference_meta_functions__refs_amin_cpu_int64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:56:06.6463740Z test_python_reference_meta_functions__refs_amin_cpu_int8 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:56:06.6587150Z test_python_reference_meta_functions__refs_amin_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:56:06.6671800Z test_python_reference_meta_functions__refs_as_strided_cpu_bfloat16 (__main__.TestCommonCPU) ... expected failure (0.008s) 2022-05-18T06:56:06.6703880Z test_python_reference_meta_functions__refs_as_strided_cpu_bool (__main__.TestCommonCPU) ... expected failure (0.003s) 2022-05-18T06:56:06.6746950Z test_python_reference_meta_functions__refs_as_strided_cpu_complex128 (__main__.TestCommonCPU) ... expected failure (0.004s) 2022-05-18T06:56:06.6790490Z test_python_reference_meta_functions__refs_as_strided_cpu_complex64 (__main__.TestCommonCPU) ... expected failure (0.004s) 2022-05-18T06:56:06.6827840Z test_python_reference_meta_functions__refs_as_strided_cpu_float16 (__main__.TestCommonCPU) ... expected failure (0.004s) 2022-05-18T06:56:06.6864700Z test_python_reference_meta_functions__refs_as_strided_cpu_float32 (__main__.TestCommonCPU) ... expected failure (0.004s) 2022-05-18T06:56:06.6902510Z test_python_reference_meta_functions__refs_as_strided_cpu_float64 (__main__.TestCommonCPU) ... expected failure (0.004s) 2022-05-18T06:56:06.6934240Z test_python_reference_meta_functions__refs_as_strided_cpu_int16 (__main__.TestCommonCPU) ... expected failure (0.003s) 2022-05-18T06:56:06.6965900Z test_python_reference_meta_functions__refs_as_strided_cpu_int32 (__main__.TestCommonCPU) ... expected failure (0.003s) 2022-05-18T06:56:06.6997700Z test_python_reference_meta_functions__refs_as_strided_cpu_int64 (__main__.TestCommonCPU) ... expected failure (0.003s) 2022-05-18T06:56:06.7029220Z test_python_reference_meta_functions__refs_as_strided_cpu_int8 (__main__.TestCommonCPU) ... expected failure (0.003s) 2022-05-18T06:56:06.7060850Z test_python_reference_meta_functions__refs_as_strided_cpu_uint8 (__main__.TestCommonCPU) ... expected failure (0.003s) 2022-05-18T06:56:06.8487170Z test_python_reference_meta_functions__refs_asin_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.142s) 2022-05-18T06:56:07.0451710Z test_python_reference_meta_functions__refs_asin_cpu_bool (__main__.TestCommonCPU) ... ok (0.196s) 2022-05-18T06:56:07.6030840Z test_python_reference_meta_functions__refs_asin_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.558s) 2022-05-18T06:56:07.9556940Z test_python_reference_meta_functions__refs_asin_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.353s) 2022-05-18T06:56:08.0483770Z test_python_reference_meta_functions__refs_asin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.093s) 2022-05-18T06:56:08.2450300Z test_python_reference_meta_functions__refs_asin_cpu_float64 (__main__.TestCommonCPU) ... ok (0.197s) 2022-05-18T06:56:08.3709010Z test_python_reference_meta_functions__refs_asin_cpu_int16 (__main__.TestCommonCPU) ... ok (0.126s) 2022-05-18T06:56:08.5042100Z test_python_reference_meta_functions__refs_asin_cpu_int32 (__main__.TestCommonCPU) ... ok (0.133s) 2022-05-18T06:56:08.6205640Z test_python_reference_meta_functions__refs_asin_cpu_int64 (__main__.TestCommonCPU) ... ok (0.116s) 2022-05-18T06:56:08.7363790Z test_python_reference_meta_functions__refs_asin_cpu_int8 (__main__.TestCommonCPU) ... ok (0.116s) 2022-05-18T06:56:08.8463460Z test_python_reference_meta_functions__refs_asin_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.110s) 2022-05-18T06:56:09.2103860Z test_python_reference_meta_functions__refs_atan2_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.364s) 2022-05-18T06:56:09.5110450Z test_python_reference_meta_functions__refs_atan2_cpu_bool (__main__.TestCommonCPU) ... ok (0.301s) 2022-05-18T06:56:09.7831790Z test_python_reference_meta_functions__refs_atan2_cpu_float32 (__main__.TestCommonCPU) ... ok (0.272s) 2022-05-18T06:56:10.1910230Z test_python_reference_meta_functions__refs_atan2_cpu_float64 (__main__.TestCommonCPU) ... ok (0.408s) 2022-05-18T06:56:10.5081720Z test_python_reference_meta_functions__refs_atan2_cpu_int16 (__main__.TestCommonCPU) ... ok (0.317s) 2022-05-18T06:56:10.8428280Z test_python_reference_meta_functions__refs_atan2_cpu_int32 (__main__.TestCommonCPU) ... ok (0.335s) 2022-05-18T06:56:11.1630770Z test_python_reference_meta_functions__refs_atan2_cpu_int64 (__main__.TestCommonCPU) ... ok (0.320s) 2022-05-18T06:56:11.4705120Z test_python_reference_meta_functions__refs_atan2_cpu_int8 (__main__.TestCommonCPU) ... ok (0.307s) 2022-05-18T06:56:11.7698920Z test_python_reference_meta_functions__refs_atan2_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.299s) 2022-05-18T06:56:11.9149510Z test_python_reference_meta_functions__refs_atan_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.145s) 2022-05-18T06:56:12.1036430Z test_python_reference_meta_functions__refs_atan_cpu_bool (__main__.TestCommonCPU) ... ok (0.189s) 2022-05-18T06:56:12.6527730Z test_python_reference_meta_functions__refs_atan_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.549s) 2022-05-18T06:56:13.0055680Z test_python_reference_meta_functions__refs_atan_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.353s) 2022-05-18T06:56:13.1000560Z test_python_reference_meta_functions__refs_atan_cpu_float32 (__main__.TestCommonCPU) ... ok (0.094s) 2022-05-18T06:56:13.2878130Z test_python_reference_meta_functions__refs_atan_cpu_float64 (__main__.TestCommonCPU) ... ok (0.188s) 2022-05-18T06:56:13.4152050Z test_python_reference_meta_functions__refs_atan_cpu_int16 (__main__.TestCommonCPU) ... ok (0.127s) 2022-05-18T06:56:13.5502200Z test_python_reference_meta_functions__refs_atan_cpu_int32 (__main__.TestCommonCPU) ... ok (0.135s) 2022-05-18T06:56:13.6680120Z test_python_reference_meta_functions__refs_atan_cpu_int64 (__main__.TestCommonCPU) ... ok (0.118s) 2022-05-18T06:56:13.7853850Z test_python_reference_meta_functions__refs_atan_cpu_int8 (__main__.TestCommonCPU) ... ok (0.117s) 2022-05-18T06:56:13.8979340Z test_python_reference_meta_functions__refs_atan_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.112s) 2022-05-18T06:56:14.1811670Z test_python_reference_meta_functions__refs_bitwise_and_cpu_bool (__main__.TestCommonCPU) ... ok (0.283s) 2022-05-18T06:56:14.4786970Z test_python_reference_meta_functions__refs_bitwise_and_cpu_int16 (__main__.TestCommonCPU) ... ok (0.297s) 2022-05-18T06:56:14.8006540Z test_python_reference_meta_functions__refs_bitwise_and_cpu_int32 (__main__.TestCommonCPU) ... ok (0.322s) 2022-05-18T06:56:15.1029090Z test_python_reference_meta_functions__refs_bitwise_and_cpu_int64 (__main__.TestCommonCPU) ... ok (0.302s) 2022-05-18T06:56:15.3932450Z test_python_reference_meta_functions__refs_bitwise_and_cpu_int8 (__main__.TestCommonCPU) ... ok (0.290s) 2022-05-18T06:56:15.6736700Z test_python_reference_meta_functions__refs_bitwise_and_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.280s) 2022-05-18T06:56:15.9711530Z test_python_reference_meta_functions__refs_bitwise_left_shift_cpu_int16 (__main__.TestCommonCPU) ... ok (0.297s) 2022-05-18T06:56:16.2930040Z test_python_reference_meta_functions__refs_bitwise_left_shift_cpu_int32 (__main__.TestCommonCPU) ... ok (0.322s) 2022-05-18T06:56:16.5971670Z test_python_reference_meta_functions__refs_bitwise_left_shift_cpu_int64 (__main__.TestCommonCPU) ... ok (0.304s) 2022-05-18T06:56:16.8851290Z test_python_reference_meta_functions__refs_bitwise_left_shift_cpu_int8 (__main__.TestCommonCPU) ... ok (0.288s) 2022-05-18T06:56:17.1689270Z test_python_reference_meta_functions__refs_bitwise_left_shift_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.284s) 2022-05-18T06:56:17.4400900Z test_python_reference_meta_functions__refs_bitwise_or_cpu_bool (__main__.TestCommonCPU) ... ok (0.271s) 2022-05-18T06:56:17.7345330Z test_python_reference_meta_functions__refs_bitwise_or_cpu_int16 (__main__.TestCommonCPU) ... ok (0.294s) 2022-05-18T06:56:18.0524650Z test_python_reference_meta_functions__refs_bitwise_or_cpu_int32 (__main__.TestCommonCPU) ... ok (0.318s) 2022-05-18T06:56:18.3577300Z test_python_reference_meta_functions__refs_bitwise_or_cpu_int64 (__main__.TestCommonCPU) ... ok (0.305s) 2022-05-18T06:56:18.6485280Z test_python_reference_meta_functions__refs_bitwise_or_cpu_int8 (__main__.TestCommonCPU) ... ok (0.291s) 2022-05-18T06:56:18.9301030Z test_python_reference_meta_functions__refs_bitwise_or_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.281s) 2022-05-18T06:56:19.2038170Z test_python_reference_meta_functions__refs_bitwise_xor_cpu_bool (__main__.TestCommonCPU) ... ok (0.274s) 2022-05-18T06:56:19.5004740Z test_python_reference_meta_functions__refs_bitwise_xor_cpu_int16 (__main__.TestCommonCPU) ... ok (0.297s) 2022-05-18T06:56:19.8232640Z test_python_reference_meta_functions__refs_bitwise_xor_cpu_int32 (__main__.TestCommonCPU) ... ok (0.323s) 2022-05-18T06:56:20.1307110Z test_python_reference_meta_functions__refs_bitwise_xor_cpu_int64 (__main__.TestCommonCPU) ... ok (0.307s) 2022-05-18T06:56:20.4244150Z test_python_reference_meta_functions__refs_bitwise_xor_cpu_int8 (__main__.TestCommonCPU) ... ok (0.294s) 2022-05-18T06:56:20.7054700Z test_python_reference_meta_functions__refs_bitwise_xor_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.281s) 2022-05-18T06:56:20.7167680Z test_python_reference_meta_functions__refs_cat_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:56:20.7255110Z test_python_reference_meta_functions__refs_cat_cpu_bool (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:56:20.7385330Z test_python_reference_meta_functions__refs_cat_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:56:20.7517150Z test_python_reference_meta_functions__refs_cat_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:56:20.7652370Z test_python_reference_meta_functions__refs_cat_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:56:20.7762040Z test_python_reference_meta_functions__refs_cat_cpu_float16 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:56:20.7869960Z test_python_reference_meta_functions__refs_cat_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:56:20.7979790Z test_python_reference_meta_functions__refs_cat_cpu_float64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:56:20.8073730Z test_python_reference_meta_functions__refs_cat_cpu_int16 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:56:20.8166350Z test_python_reference_meta_functions__refs_cat_cpu_int32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:56:20.8260130Z test_python_reference_meta_functions__refs_cat_cpu_int64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:56:20.8353910Z test_python_reference_meta_functions__refs_cat_cpu_int8 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:56:20.8447560Z test_python_reference_meta_functions__refs_cat_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:56:20.9727260Z test_python_reference_meta_functions__refs_ceil_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.128s) 2022-05-18T06:56:21.0688500Z test_python_reference_meta_functions__refs_ceil_cpu_float32 (__main__.TestCommonCPU) ... ok (0.096s) 2022-05-18T06:56:21.2412270Z test_python_reference_meta_functions__refs_ceil_cpu_float64 (__main__.TestCommonCPU) ... ok (0.172s) 2022-05-18T06:56:21.2755240Z test_python_reference_meta_functions__refs_chunk_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.034s) 2022-05-18T06:56:21.3075180Z test_python_reference_meta_functions__refs_chunk_cpu_bool (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:56:21.3430420Z test_python_reference_meta_functions__refs_chunk_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.035s) 2022-05-18T06:56:21.3787350Z test_python_reference_meta_functions__refs_chunk_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.036s) 2022-05-18T06:56:21.4148550Z test_python_reference_meta_functions__refs_chunk_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.036s) 2022-05-18T06:56:21.4489060Z test_python_reference_meta_functions__refs_chunk_cpu_float16 (__main__.TestCommonCPU) ... ok (0.034s) 2022-05-18T06:56:21.4826300Z test_python_reference_meta_functions__refs_chunk_cpu_float32 (__main__.TestCommonCPU) ... ok (0.034s) 2022-05-18T06:56:21.5165090Z test_python_reference_meta_functions__refs_chunk_cpu_float64 (__main__.TestCommonCPU) ... ok (0.034s) 2022-05-18T06:56:21.5481600Z test_python_reference_meta_functions__refs_chunk_cpu_int16 (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:56:21.5792460Z test_python_reference_meta_functions__refs_chunk_cpu_int32 (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:56:21.6105740Z test_python_reference_meta_functions__refs_chunk_cpu_int64 (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:56:21.6424610Z test_python_reference_meta_functions__refs_chunk_cpu_int8 (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:56:21.6736820Z test_python_reference_meta_functions__refs_chunk_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:56:21.6769130Z test_python_reference_meta_functions__refs_clone_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:56:21.6797080Z test_python_reference_meta_functions__refs_clone_cpu_bool (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:56:21.6829780Z test_python_reference_meta_functions__refs_clone_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:56:21.6863230Z test_python_reference_meta_functions__refs_clone_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:56:21.6896290Z test_python_reference_meta_functions__refs_clone_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:56:21.6927190Z test_python_reference_meta_functions__refs_clone_cpu_float16 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:56:21.6957730Z test_python_reference_meta_functions__refs_clone_cpu_float32 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:56:21.6988700Z test_python_reference_meta_functions__refs_clone_cpu_float64 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:56:21.7017080Z test_python_reference_meta_functions__refs_clone_cpu_int16 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:56:21.7045960Z test_python_reference_meta_functions__refs_clone_cpu_int32 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:56:21.7073780Z test_python_reference_meta_functions__refs_clone_cpu_int64 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:56:21.7102010Z test_python_reference_meta_functions__refs_clone_cpu_int8 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:56:21.7130510Z test_python_reference_meta_functions__refs_clone_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:56:21.8707100Z test_python_reference_meta_functions__refs_cos_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.157s) 2022-05-18T06:56:22.0725410Z test_python_reference_meta_functions__refs_cos_cpu_bool (__main__.TestCommonCPU) ... ok (0.202s) 2022-05-18T06:56:22.5552150Z test_python_reference_meta_functions__refs_cos_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.483s) 2022-05-18T06:56:22.8864490Z test_python_reference_meta_functions__refs_cos_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.331s) 2022-05-18T06:56:22.9844070Z test_python_reference_meta_functions__refs_cos_cpu_float32 (__main__.TestCommonCPU) ... ok (0.098s) 2022-05-18T06:56:23.1700040Z test_python_reference_meta_functions__refs_cos_cpu_float64 (__main__.TestCommonCPU) ... ok (0.185s) 2022-05-18T06:56:23.2994620Z test_python_reference_meta_functions__refs_cos_cpu_int16 (__main__.TestCommonCPU) ... ok (0.129s) 2022-05-18T06:56:23.4372270Z test_python_reference_meta_functions__refs_cos_cpu_int32 (__main__.TestCommonCPU) ... ok (0.138s) 2022-05-18T06:56:23.5587060Z test_python_reference_meta_functions__refs_cos_cpu_int64 (__main__.TestCommonCPU) ... ok (0.121s) 2022-05-18T06:56:23.6799960Z test_python_reference_meta_functions__refs_cos_cpu_int8 (__main__.TestCommonCPU) ... ok (0.121s) 2022-05-18T06:56:23.7994260Z test_python_reference_meta_functions__refs_cos_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.119s) 2022-05-18T06:56:23.9445990Z test_python_reference_meta_functions__refs_cosh_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.145s) 2022-05-18T06:56:24.1414000Z test_python_reference_meta_functions__refs_cosh_cpu_bool (__main__.TestCommonCPU) ... ok (0.197s) 2022-05-18T06:56:24.6266890Z test_python_reference_meta_functions__refs_cosh_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.485s) 2022-05-18T06:56:24.9278530Z test_python_reference_meta_functions__refs_cosh_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.301s) 2022-05-18T06:56:25.0169570Z test_python_reference_meta_functions__refs_cosh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.089s) 2022-05-18T06:56:25.2019910Z test_python_reference_meta_functions__refs_cosh_cpu_float64 (__main__.TestCommonCPU) ... ok (0.185s) 2022-05-18T06:56:25.3277750Z test_python_reference_meta_functions__refs_cosh_cpu_int16 (__main__.TestCommonCPU) ... ok (0.126s) 2022-05-18T06:56:25.4614350Z test_python_reference_meta_functions__refs_cosh_cpu_int32 (__main__.TestCommonCPU) ... ok (0.133s) 2022-05-18T06:56:25.5799600Z test_python_reference_meta_functions__refs_cosh_cpu_int64 (__main__.TestCommonCPU) ... ok (0.118s) 2022-05-18T06:56:25.6954530Z test_python_reference_meta_functions__refs_cosh_cpu_int8 (__main__.TestCommonCPU) ... ok (0.115s) 2022-05-18T06:56:25.8094040Z test_python_reference_meta_functions__refs_cosh_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.114s) 2022-05-18T06:56:25.9933500Z test_python_reference_meta_functions__refs_digamma_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.184s) 2022-05-18T06:56:26.1969480Z test_python_reference_meta_functions__refs_digamma_cpu_bool (__main__.TestCommonCPU) ... ok (0.203s) 2022-05-18T06:56:26.3357980Z test_python_reference_meta_functions__refs_digamma_cpu_float32 (__main__.TestCommonCPU) ... ok (0.139s) 2022-05-18T06:56:26.5615880Z test_python_reference_meta_functions__refs_digamma_cpu_float64 (__main__.TestCommonCPU) ... ok (0.226s) 2022-05-18T06:56:26.6956480Z test_python_reference_meta_functions__refs_digamma_cpu_int16 (__main__.TestCommonCPU) ... ok (0.134s) 2022-05-18T06:56:26.8369310Z test_python_reference_meta_functions__refs_digamma_cpu_int32 (__main__.TestCommonCPU) ... ok (0.141s) 2022-05-18T06:56:26.9609520Z test_python_reference_meta_functions__refs_digamma_cpu_int64 (__main__.TestCommonCPU) ... ok (0.124s) 2022-05-18T06:56:27.0851690Z test_python_reference_meta_functions__refs_digamma_cpu_int8 (__main__.TestCommonCPU) ... ok (0.124s) 2022-05-18T06:56:27.2075180Z test_python_reference_meta_functions__refs_digamma_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.122s) 2022-05-18T06:56:27.5556630Z test_python_reference_meta_functions__refs_eq_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.348s) 2022-05-18T06:56:27.8358740Z test_python_reference_meta_functions__refs_eq_cpu_bool (__main__.TestCommonCPU) ... ok (0.280s) 2022-05-18T06:56:28.5939200Z test_python_reference_meta_functions__refs_eq_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.758s) 2022-05-18T06:56:29.1525140Z test_python_reference_meta_functions__refs_eq_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.558s) 2022-05-18T06:56:29.6354350Z test_python_reference_meta_functions__refs_eq_cpu_float16 (__main__.TestCommonCPU) ... ok (0.483s) 2022-05-18T06:56:29.9234660Z test_python_reference_meta_functions__refs_eq_cpu_float32 (__main__.TestCommonCPU) ... ok (0.288s) 2022-05-18T06:56:30.3349120Z test_python_reference_meta_functions__refs_eq_cpu_float64 (__main__.TestCommonCPU) ... ok (0.411s) 2022-05-18T06:56:30.6366760Z test_python_reference_meta_functions__refs_eq_cpu_int16 (__main__.TestCommonCPU) ... ok (0.302s) 2022-05-18T06:56:30.9657930Z test_python_reference_meta_functions__refs_eq_cpu_int32 (__main__.TestCommonCPU) ... ok (0.329s) 2022-05-18T06:56:31.2755560Z test_python_reference_meta_functions__refs_eq_cpu_int64 (__main__.TestCommonCPU) ... ok (0.310s) 2022-05-18T06:56:31.5696550Z test_python_reference_meta_functions__refs_eq_cpu_int8 (__main__.TestCommonCPU) ... ok (0.294s) 2022-05-18T06:56:31.8591210Z test_python_reference_meta_functions__refs_eq_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.289s) 2022-05-18T06:56:32.0273410Z test_python_reference_meta_functions__refs_erf_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.168s) 2022-05-18T06:56:32.2430710Z test_python_reference_meta_functions__refs_erf_cpu_bool (__main__.TestCommonCPU) ... ok (0.216s) 2022-05-18T06:56:32.3696440Z test_python_reference_meta_functions__refs_erf_cpu_float32 (__main__.TestCommonCPU) ... ok (0.126s) 2022-05-18T06:56:32.5722000Z test_python_reference_meta_functions__refs_erf_cpu_float64 (__main__.TestCommonCPU) ... ok (0.202s) 2022-05-18T06:56:32.7200570Z test_python_reference_meta_functions__refs_erf_cpu_int16 (__main__.TestCommonCPU) ... ok (0.148s) 2022-05-18T06:56:32.8933380Z test_python_reference_meta_functions__refs_erf_cpu_int32 (__main__.TestCommonCPU) ... ok (0.173s) 2022-05-18T06:56:33.0497830Z test_python_reference_meta_functions__refs_erf_cpu_int64 (__main__.TestCommonCPU) ... ok (0.156s) 2022-05-18T06:56:33.1867090Z test_python_reference_meta_functions__refs_erf_cpu_int8 (__main__.TestCommonCPU) ... ok (0.137s) 2022-05-18T06:56:33.3208750Z test_python_reference_meta_functions__refs_erf_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.134s) 2022-05-18T06:56:33.5000360Z test_python_reference_meta_functions__refs_erfc_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.179s) 2022-05-18T06:56:33.7174330Z test_python_reference_meta_functions__refs_erfc_cpu_bool (__main__.TestCommonCPU) ... ok (0.217s) 2022-05-18T06:56:33.8530490Z test_python_reference_meta_functions__refs_erfc_cpu_float32 (__main__.TestCommonCPU) ... ok (0.136s) 2022-05-18T06:56:34.0575180Z test_python_reference_meta_functions__refs_erfc_cpu_float64 (__main__.TestCommonCPU) ... ok (0.204s) 2022-05-18T06:56:34.2131340Z test_python_reference_meta_functions__refs_erfc_cpu_int16 (__main__.TestCommonCPU) ... ok (0.155s) 2022-05-18T06:56:34.3759330Z test_python_reference_meta_functions__refs_erfc_cpu_int32 (__main__.TestCommonCPU) ... ok (0.163s) 2022-05-18T06:56:34.5221470Z test_python_reference_meta_functions__refs_erfc_cpu_int64 (__main__.TestCommonCPU) ... ok (0.146s) 2022-05-18T06:56:34.6671970Z test_python_reference_meta_functions__refs_erfc_cpu_int8 (__main__.TestCommonCPU) ... ok (0.145s) 2022-05-18T06:56:34.8088600Z test_python_reference_meta_functions__refs_erfc_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.142s) 2022-05-18T06:56:35.0327310Z test_python_reference_meta_functions__refs_erfinv_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.224s) 2022-05-18T06:56:35.2416640Z test_python_reference_meta_functions__refs_erfinv_cpu_bool (__main__.TestCommonCPU) ... ok (0.209s) 2022-05-18T06:56:35.4210650Z test_python_reference_meta_functions__refs_erfinv_cpu_float32 (__main__.TestCommonCPU) ... ok (0.179s) 2022-05-18T06:56:35.6898450Z test_python_reference_meta_functions__refs_erfinv_cpu_float64 (__main__.TestCommonCPU) ... ok (0.269s) 2022-05-18T06:56:35.8272570Z test_python_reference_meta_functions__refs_erfinv_cpu_int16 (__main__.TestCommonCPU) ... ok (0.137s) 2022-05-18T06:56:35.9692760Z test_python_reference_meta_functions__refs_erfinv_cpu_int32 (__main__.TestCommonCPU) ... ok (0.142s) 2022-05-18T06:56:36.0936870Z test_python_reference_meta_functions__refs_erfinv_cpu_int64 (__main__.TestCommonCPU) ... ok (0.124s) 2022-05-18T06:56:36.2168940Z test_python_reference_meta_functions__refs_erfinv_cpu_int8 (__main__.TestCommonCPU) ... ok (0.123s) 2022-05-18T06:56:36.3464650Z test_python_reference_meta_functions__refs_erfinv_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.129s) 2022-05-18T06:56:36.4904720Z test_python_reference_meta_functions__refs_exp_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.144s) 2022-05-18T06:56:36.6887570Z test_python_reference_meta_functions__refs_exp_cpu_bool (__main__.TestCommonCPU) ... ok (0.198s) 2022-05-18T06:56:37.1645640Z test_python_reference_meta_functions__refs_exp_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.476s) 2022-05-18T06:56:37.4727040Z test_python_reference_meta_functions__refs_exp_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.308s) 2022-05-18T06:56:37.5659520Z test_python_reference_meta_functions__refs_exp_cpu_float32 (__main__.TestCommonCPU) ... ok (0.093s) 2022-05-18T06:56:37.7492810Z test_python_reference_meta_functions__refs_exp_cpu_float64 (__main__.TestCommonCPU) ... ok (0.183s) 2022-05-18T06:56:37.8759360Z test_python_reference_meta_functions__refs_exp_cpu_int16 (__main__.TestCommonCPU) ... ok (0.127s) 2022-05-18T06:56:38.0103110Z test_python_reference_meta_functions__refs_exp_cpu_int32 (__main__.TestCommonCPU) ... ok (0.134s) 2022-05-18T06:56:38.1265370Z test_python_reference_meta_functions__refs_exp_cpu_int64 (__main__.TestCommonCPU) ... ok (0.116s) 2022-05-18T06:56:38.2428380Z test_python_reference_meta_functions__refs_exp_cpu_int8 (__main__.TestCommonCPU) ... ok (0.116s) 2022-05-18T06:56:38.3564510Z test_python_reference_meta_functions__refs_exp_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.114s) 2022-05-18T06:56:38.4986740Z test_python_reference_meta_functions__refs_expm1_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.142s) 2022-05-18T06:56:38.6943600Z test_python_reference_meta_functions__refs_expm1_cpu_bool (__main__.TestCommonCPU) ... ok (0.196s) 2022-05-18T06:56:38.7918390Z test_python_reference_meta_functions__refs_expm1_cpu_float32 (__main__.TestCommonCPU) ... ok (0.097s) 2022-05-18T06:56:38.9718230Z test_python_reference_meta_functions__refs_expm1_cpu_float64 (__main__.TestCommonCPU) ... ok (0.180s) 2022-05-18T06:56:39.0955770Z test_python_reference_meta_functions__refs_expm1_cpu_int16 (__main__.TestCommonCPU) ... ok (0.124s) 2022-05-18T06:56:39.2265110Z test_python_reference_meta_functions__refs_expm1_cpu_int32 (__main__.TestCommonCPU) ... ok (0.131s) 2022-05-18T06:56:39.3410580Z test_python_reference_meta_functions__refs_expm1_cpu_int64 (__main__.TestCommonCPU) ... ok (0.114s) 2022-05-18T06:56:39.4547100Z test_python_reference_meta_functions__refs_expm1_cpu_int8 (__main__.TestCommonCPU) ... ok (0.114s) 2022-05-18T06:56:39.5669090Z test_python_reference_meta_functions__refs_expm1_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.112s) 2022-05-18T06:56:39.5953730Z test_python_reference_meta_functions__refs_flatten_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:56:39.6173470Z test_python_reference_meta_functions__refs_flatten_cpu_bool (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:56:39.6565930Z test_python_reference_meta_functions__refs_flatten_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.039s) 2022-05-18T06:56:39.6932360Z test_python_reference_meta_functions__refs_flatten_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.037s) 2022-05-18T06:56:39.7272190Z test_python_reference_meta_functions__refs_flatten_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.034s) 2022-05-18T06:56:39.7561920Z test_python_reference_meta_functions__refs_flatten_cpu_float16 (__main__.TestCommonCPU) ... ok (0.029s) 2022-05-18T06:56:39.7838780Z test_python_reference_meta_functions__refs_flatten_cpu_float32 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:56:39.8121040Z test_python_reference_meta_functions__refs_flatten_cpu_float64 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:56:39.8345670Z test_python_reference_meta_functions__refs_flatten_cpu_int16 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:56:39.8569120Z test_python_reference_meta_functions__refs_flatten_cpu_int32 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:56:39.8793650Z test_python_reference_meta_functions__refs_flatten_cpu_int64 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:56:39.9014690Z test_python_reference_meta_functions__refs_flatten_cpu_int8 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:56:39.9237750Z test_python_reference_meta_functions__refs_flatten_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:56:39.9304990Z test_python_reference_meta_functions__refs_flip_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:56:39.9358510Z test_python_reference_meta_functions__refs_flip_cpu_bool (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:56:39.9435350Z test_python_reference_meta_functions__refs_flip_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:56:39.9512260Z test_python_reference_meta_functions__refs_flip_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:56:39.9578260Z test_python_reference_meta_functions__refs_flip_cpu_float16 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:56:39.9644400Z test_python_reference_meta_functions__refs_flip_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:56:39.9710460Z test_python_reference_meta_functions__refs_flip_cpu_float64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:56:39.9765350Z test_python_reference_meta_functions__refs_flip_cpu_int16 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:56:39.9820080Z test_python_reference_meta_functions__refs_flip_cpu_int32 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:56:39.9874870Z test_python_reference_meta_functions__refs_flip_cpu_int64 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:56:39.9928910Z test_python_reference_meta_functions__refs_flip_cpu_int8 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:56:39.9983780Z test_python_reference_meta_functions__refs_flip_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:56:40.3808760Z test_python_reference_meta_functions__refs_float_power_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.382s) 2022-05-18T06:56:40.6917880Z test_python_reference_meta_functions__refs_float_power_cpu_bool (__main__.TestCommonCPU) ... ok (0.311s) 2022-05-18T06:56:41.5102100Z test_python_reference_meta_functions__refs_float_power_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.818s) 2022-05-18T06:56:42.1790090Z test_python_reference_meta_functions__refs_float_power_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.669s) 2022-05-18T06:56:42.7065440Z test_python_reference_meta_functions__refs_float_power_cpu_float16 (__main__.TestCommonCPU) ... ok (0.527s) 2022-05-18T06:56:43.0606110Z test_python_reference_meta_functions__refs_float_power_cpu_float32 (__main__.TestCommonCPU) ... ok (0.350s) 2022-05-18T06:56:43.4572950Z test_python_reference_meta_functions__refs_float_power_cpu_float64 (__main__.TestCommonCPU) ... ok (0.401s) 2022-05-18T06:56:43.7855460Z test_python_reference_meta_functions__refs_float_power_cpu_int16 (__main__.TestCommonCPU) ... ok (0.328s) 2022-05-18T06:56:44.1322720Z test_python_reference_meta_functions__refs_float_power_cpu_int32 (__main__.TestCommonCPU) ... ok (0.347s) 2022-05-18T06:56:44.4605640Z test_python_reference_meta_functions__refs_float_power_cpu_int64 (__main__.TestCommonCPU) ... ok (0.328s) 2022-05-18T06:56:44.7757040Z test_python_reference_meta_functions__refs_float_power_cpu_int8 (__main__.TestCommonCPU) ... ok (0.315s) 2022-05-18T06:56:45.0872780Z test_python_reference_meta_functions__refs_float_power_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.311s) 2022-05-18T06:56:45.2156350Z test_python_reference_meta_functions__refs_floor_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.128s) 2022-05-18T06:56:45.3086620Z test_python_reference_meta_functions__refs_floor_cpu_float32 (__main__.TestCommonCPU) ... ok (0.093s) 2022-05-18T06:56:45.4810480Z test_python_reference_meta_functions__refs_floor_cpu_float64 (__main__.TestCommonCPU) ... ok (0.172s) 2022-05-18T06:56:45.8347980Z test_python_reference_meta_functions__refs_ge_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.354s) 2022-05-18T06:56:46.1118240Z test_python_reference_meta_functions__refs_ge_cpu_bool (__main__.TestCommonCPU) ... ok (0.277s) 2022-05-18T06:56:46.5923440Z test_python_reference_meta_functions__refs_ge_cpu_float16 (__main__.TestCommonCPU) ... ok (0.480s) 2022-05-18T06:56:46.8833040Z test_python_reference_meta_functions__refs_ge_cpu_float32 (__main__.TestCommonCPU) ... ok (0.291s) 2022-05-18T06:56:47.2893590Z test_python_reference_meta_functions__refs_ge_cpu_float64 (__main__.TestCommonCPU) ... ok (0.406s) 2022-05-18T06:56:47.5904220Z test_python_reference_meta_functions__refs_ge_cpu_int16 (__main__.TestCommonCPU) ... ok (0.301s) 2022-05-18T06:56:47.9187810Z test_python_reference_meta_functions__refs_ge_cpu_int32 (__main__.TestCommonCPU) ... ok (0.328s) 2022-05-18T06:56:48.2264380Z test_python_reference_meta_functions__refs_ge_cpu_int64 (__main__.TestCommonCPU) ... ok (0.308s) 2022-05-18T06:56:48.5170300Z test_python_reference_meta_functions__refs_ge_cpu_int8 (__main__.TestCommonCPU) ... ok (0.290s) 2022-05-18T06:56:48.8047400Z test_python_reference_meta_functions__refs_ge_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.288s) 2022-05-18T06:56:49.1492770Z test_python_reference_meta_functions__refs_gt_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.344s) 2022-05-18T06:56:49.4231320Z test_python_reference_meta_functions__refs_gt_cpu_bool (__main__.TestCommonCPU) ... ok (0.274s) 2022-05-18T06:56:49.8984570Z test_python_reference_meta_functions__refs_gt_cpu_float16 (__main__.TestCommonCPU) ... ok (0.475s) 2022-05-18T06:56:50.1833320Z test_python_reference_meta_functions__refs_gt_cpu_float32 (__main__.TestCommonCPU) ... ok (0.285s) 2022-05-18T06:56:50.5862400Z test_python_reference_meta_functions__refs_gt_cpu_float64 (__main__.TestCommonCPU) ... ok (0.403s) 2022-05-18T06:56:50.8846980Z test_python_reference_meta_functions__refs_gt_cpu_int16 (__main__.TestCommonCPU) ... ok (0.298s) 2022-05-18T06:56:51.2125710Z test_python_reference_meta_functions__refs_gt_cpu_int32 (__main__.TestCommonCPU) ... ok (0.328s) 2022-05-18T06:56:51.5179870Z test_python_reference_meta_functions__refs_gt_cpu_int64 (__main__.TestCommonCPU) ... ok (0.305s) 2022-05-18T06:56:51.8091830Z test_python_reference_meta_functions__refs_gt_cpu_int8 (__main__.TestCommonCPU) ... ok (0.291s) 2022-05-18T06:56:52.0936660Z test_python_reference_meta_functions__refs_gt_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.284s) 2022-05-18T06:56:52.5252540Z test_python_reference_meta_functions__refs_igamma_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.431s) 2022-05-18T06:56:53.0920030Z test_python_reference_meta_functions__refs_igamma_cpu_float16 (__main__.TestCommonCPU) ... ok (0.567s) 2022-05-18T06:56:53.4608660Z test_python_reference_meta_functions__refs_igamma_cpu_float32 (__main__.TestCommonCPU) ... ok (0.369s) 2022-05-18T06:56:53.9391960Z test_python_reference_meta_functions__refs_igamma_cpu_float64 (__main__.TestCommonCPU) ... ok (0.478s) 2022-05-18T06:56:54.4214110Z test_python_reference_meta_functions__refs_igammac_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.482s) 2022-05-18T06:56:55.0327300Z test_python_reference_meta_functions__refs_igammac_cpu_float16 (__main__.TestCommonCPU) ... ok (0.611s) 2022-05-18T06:56:55.4203410Z test_python_reference_meta_functions__refs_igammac_cpu_float32 (__main__.TestCommonCPU) ... ok (0.388s) 2022-05-18T06:56:55.9472600Z test_python_reference_meta_functions__refs_igammac_cpu_float64 (__main__.TestCommonCPU) ... ok (0.527s) 2022-05-18T06:56:57.3530840Z test_python_reference_meta_functions__refs_isclose_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (1.406s) 2022-05-18T06:56:58.4755190Z test_python_reference_meta_functions__refs_isclose_cpu_bool (__main__.TestCommonCPU) ... ok (1.122s) 2022-05-18T06:57:00.2123420Z test_python_reference_meta_functions__refs_isclose_cpu_complex128 (__main__.TestCommonCPU) ... ok (1.737s) 2022-05-18T06:57:01.7202090Z test_python_reference_meta_functions__refs_isclose_cpu_complex64 (__main__.TestCommonCPU) ... ok (1.508s) 2022-05-18T06:57:03.3299650Z test_python_reference_meta_functions__refs_isclose_cpu_float16 (__main__.TestCommonCPU) ... ok (1.610s) 2022-05-18T06:57:04.5200520Z test_python_reference_meta_functions__refs_isclose_cpu_float32 (__main__.TestCommonCPU) ... ok (1.190s) 2022-05-18T06:57:05.8445970Z test_python_reference_meta_functions__refs_isclose_cpu_float64 (__main__.TestCommonCPU) ... ok (1.324s) 2022-05-18T06:57:07.0188850Z test_python_reference_meta_functions__refs_isclose_cpu_int16 (__main__.TestCommonCPU) ... ok (1.174s) 2022-05-18T06:57:08.2187830Z test_python_reference_meta_functions__refs_isclose_cpu_int32 (__main__.TestCommonCPU) ... ok (1.200s) 2022-05-18T06:57:09.4000550Z test_python_reference_meta_functions__refs_isclose_cpu_int64 (__main__.TestCommonCPU) ... ok (1.181s) 2022-05-18T06:57:10.5462680Z test_python_reference_meta_functions__refs_isclose_cpu_int8 (__main__.TestCommonCPU) ... ok (1.146s) 2022-05-18T06:57:11.6911300Z test_python_reference_meta_functions__refs_isclose_cpu_uint8 (__main__.TestCommonCPU) ... ok (1.145s) 2022-05-18T06:57:11.8268420Z test_python_reference_meta_functions__refs_isfinite_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.136s) 2022-05-18T06:57:11.9992840Z test_python_reference_meta_functions__refs_isfinite_cpu_bool (__main__.TestCommonCPU) ... ok (0.172s) 2022-05-18T06:57:12.4629010Z test_python_reference_meta_functions__refs_isfinite_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.464s) 2022-05-18T06:57:12.5548330Z test_python_reference_meta_functions__refs_isfinite_cpu_complex32 (__main__.TestCommonCPU) ... expected failure (0.092s) 2022-05-18T06:57:12.8371880Z test_python_reference_meta_functions__refs_isfinite_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.282s) 2022-05-18T06:57:13.0743250Z test_python_reference_meta_functions__refs_isfinite_cpu_float16 (__main__.TestCommonCPU) ... ok (0.237s) 2022-05-18T06:57:13.1744680Z test_python_reference_meta_functions__refs_isfinite_cpu_float32 (__main__.TestCommonCPU) ... ok (0.100s) 2022-05-18T06:57:13.3751700Z test_python_reference_meta_functions__refs_isfinite_cpu_float64 (__main__.TestCommonCPU) ... ok (0.201s) 2022-05-18T06:57:13.5027450Z test_python_reference_meta_functions__refs_isfinite_cpu_int16 (__main__.TestCommonCPU) ... ok (0.127s) 2022-05-18T06:57:13.6251090Z test_python_reference_meta_functions__refs_isfinite_cpu_int32 (__main__.TestCommonCPU) ... ok (0.122s) 2022-05-18T06:57:13.7299590Z test_python_reference_meta_functions__refs_isfinite_cpu_int64 (__main__.TestCommonCPU) ... ok (0.105s) 2022-05-18T06:57:13.8349150Z test_python_reference_meta_functions__refs_isfinite_cpu_int8 (__main__.TestCommonCPU) ... ok (0.105s) 2022-05-18T06:57:13.9392400Z test_python_reference_meta_functions__refs_isfinite_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.104s) 2022-05-18T06:57:14.0715680Z test_python_reference_meta_functions__refs_isnan_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.132s) 2022-05-18T06:57:14.2431080Z test_python_reference_meta_functions__refs_isnan_cpu_bool (__main__.TestCommonCPU) ... ok (0.171s) 2022-05-18T06:57:14.6707250Z test_python_reference_meta_functions__refs_isnan_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.428s) 2022-05-18T06:57:14.9482810Z test_python_reference_meta_functions__refs_isnan_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.277s) 2022-05-18T06:57:15.1773160Z test_python_reference_meta_functions__refs_isnan_cpu_float16 (__main__.TestCommonCPU) ... ok (0.229s) 2022-05-18T06:57:15.2763330Z test_python_reference_meta_functions__refs_isnan_cpu_float32 (__main__.TestCommonCPU) ... ok (0.099s) 2022-05-18T06:57:15.4476520Z test_python_reference_meta_functions__refs_isnan_cpu_float64 (__main__.TestCommonCPU) ... ok (0.171s) 2022-05-18T06:57:15.5620620Z test_python_reference_meta_functions__refs_isnan_cpu_int16 (__main__.TestCommonCPU) ... ok (0.114s) 2022-05-18T06:57:15.6850120Z test_python_reference_meta_functions__refs_isnan_cpu_int32 (__main__.TestCommonCPU) ... ok (0.123s) 2022-05-18T06:57:15.7846190Z test_python_reference_meta_functions__refs_isnan_cpu_int64 (__main__.TestCommonCPU) ... ok (0.100s) 2022-05-18T06:57:15.8908130Z test_python_reference_meta_functions__refs_isnan_cpu_int8 (__main__.TestCommonCPU) ... ok (0.106s) 2022-05-18T06:57:15.9946740Z test_python_reference_meta_functions__refs_isnan_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.104s) 2022-05-18T06:57:16.3373360Z test_python_reference_meta_functions__refs_le_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.343s) 2022-05-18T06:57:16.6086640Z test_python_reference_meta_functions__refs_le_cpu_bool (__main__.TestCommonCPU) ... ok (0.271s) 2022-05-18T06:57:17.0872130Z test_python_reference_meta_functions__refs_le_cpu_float16 (__main__.TestCommonCPU) ... ok (0.478s) 2022-05-18T06:57:17.3774150Z test_python_reference_meta_functions__refs_le_cpu_float32 (__main__.TestCommonCPU) ... ok (0.290s) 2022-05-18T06:57:17.7844930Z test_python_reference_meta_functions__refs_le_cpu_float64 (__main__.TestCommonCPU) ... ok (0.407s) 2022-05-18T06:57:18.0849000Z test_python_reference_meta_functions__refs_le_cpu_int16 (__main__.TestCommonCPU) ... ok (0.300s) 2022-05-18T06:57:18.4110100Z test_python_reference_meta_functions__refs_le_cpu_int32 (__main__.TestCommonCPU) ... ok (0.326s) 2022-05-18T06:57:18.7203770Z test_python_reference_meta_functions__refs_le_cpu_int64 (__main__.TestCommonCPU) ... ok (0.309s) 2022-05-18T06:57:19.0163820Z test_python_reference_meta_functions__refs_le_cpu_int8 (__main__.TestCommonCPU) ... ok (0.296s) 2022-05-18T06:57:19.3026390Z test_python_reference_meta_functions__refs_le_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.286s) 2022-05-18T06:57:19.4851320Z test_python_reference_meta_functions__refs_lgamma_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.182s) 2022-05-18T06:57:19.7085820Z test_python_reference_meta_functions__refs_lgamma_cpu_bool (__main__.TestCommonCPU) ... ok (0.223s) 2022-05-18T06:57:19.8466960Z test_python_reference_meta_functions__refs_lgamma_cpu_float32 (__main__.TestCommonCPU) ... ok (0.138s) 2022-05-18T06:57:20.0647890Z test_python_reference_meta_functions__refs_lgamma_cpu_float64 (__main__.TestCommonCPU) ... ok (0.218s) 2022-05-18T06:57:20.2279110Z test_python_reference_meta_functions__refs_lgamma_cpu_int16 (__main__.TestCommonCPU) ... ok (0.163s) 2022-05-18T06:57:20.3985340Z test_python_reference_meta_functions__refs_lgamma_cpu_int32 (__main__.TestCommonCPU) ... ok (0.171s) 2022-05-18T06:57:20.5583460Z test_python_reference_meta_functions__refs_lgamma_cpu_int64 (__main__.TestCommonCPU) ... ok (0.160s) 2022-05-18T06:57:20.7134960Z test_python_reference_meta_functions__refs_lgamma_cpu_int8 (__main__.TestCommonCPU) ... ok (0.155s) 2022-05-18T06:57:20.8574300Z test_python_reference_meta_functions__refs_lgamma_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.144s) 2022-05-18T06:57:21.0023450Z test_python_reference_meta_functions__refs_log1p_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.145s) 2022-05-18T06:57:21.1972200Z test_python_reference_meta_functions__refs_log1p_cpu_bool (__main__.TestCommonCPU) ... ok (0.195s) 2022-05-18T06:57:21.2957290Z test_python_reference_meta_functions__refs_log1p_cpu_float32 (__main__.TestCommonCPU) ... ok (0.098s) 2022-05-18T06:57:21.4762820Z test_python_reference_meta_functions__refs_log1p_cpu_float64 (__main__.TestCommonCPU) ... ok (0.180s) 2022-05-18T06:57:21.6009960Z test_python_reference_meta_functions__refs_log1p_cpu_int16 (__main__.TestCommonCPU) ... ok (0.125s) 2022-05-18T06:57:21.7322500Z test_python_reference_meta_functions__refs_log1p_cpu_int32 (__main__.TestCommonCPU) ... ok (0.131s) 2022-05-18T06:57:21.8472160Z test_python_reference_meta_functions__refs_log1p_cpu_int64 (__main__.TestCommonCPU) ... ok (0.115s) 2022-05-18T06:57:21.9627070Z test_python_reference_meta_functions__refs_log1p_cpu_int8 (__main__.TestCommonCPU) ... ok (0.115s) 2022-05-18T06:57:22.0751430Z test_python_reference_meta_functions__refs_log1p_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.112s) 2022-05-18T06:57:22.2289120Z test_python_reference_meta_functions__refs_log_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.154s) 2022-05-18T06:57:22.4249590Z test_python_reference_meta_functions__refs_log_cpu_bool (__main__.TestCommonCPU) ... ok (0.196s) 2022-05-18T06:57:22.9618310Z test_python_reference_meta_functions__refs_log_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.537s) 2022-05-18T06:57:23.2930400Z test_python_reference_meta_functions__refs_log_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.331s) 2022-05-18T06:57:23.3938390Z test_python_reference_meta_functions__refs_log_cpu_float32 (__main__.TestCommonCPU) ... ok (0.101s) 2022-05-18T06:57:23.6244710Z test_python_reference_meta_functions__refs_log_cpu_float64 (__main__.TestCommonCPU) ... ok (0.231s) 2022-05-18T06:57:23.7640060Z test_python_reference_meta_functions__refs_log_cpu_int16 (__main__.TestCommonCPU) ... ok (0.139s) 2022-05-18T06:57:23.9070490Z test_python_reference_meta_functions__refs_log_cpu_int32 (__main__.TestCommonCPU) ... ok (0.143s) 2022-05-18T06:57:24.0523490Z test_python_reference_meta_functions__refs_log_cpu_int64 (__main__.TestCommonCPU) ... ok (0.145s) 2022-05-18T06:57:24.1795060Z test_python_reference_meta_functions__refs_log_cpu_int8 (__main__.TestCommonCPU) ... ok (0.127s) 2022-05-18T06:57:24.3040920Z test_python_reference_meta_functions__refs_log_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.124s) 2022-05-18T06:57:24.8356810Z test_python_reference_meta_functions__refs_logical_and_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.531s) 2022-05-18T06:57:25.1578340Z test_python_reference_meta_functions__refs_logical_and_cpu_bool (__main__.TestCommonCPU) ... ok (0.322s) 2022-05-18T06:57:26.1064900Z test_python_reference_meta_functions__refs_logical_and_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.949s) 2022-05-18T06:57:26.8492910Z test_python_reference_meta_functions__refs_logical_and_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.743s) 2022-05-18T06:57:27.5215030Z test_python_reference_meta_functions__refs_logical_and_cpu_float16 (__main__.TestCommonCPU) ... ok (0.672s) 2022-05-18T06:57:27.9931840Z test_python_reference_meta_functions__refs_logical_and_cpu_float32 (__main__.TestCommonCPU) ... ok (0.472s) 2022-05-18T06:57:28.5915700Z test_python_reference_meta_functions__refs_logical_and_cpu_float64 (__main__.TestCommonCPU) ... ok (0.598s) 2022-05-18T06:57:29.0789160Z test_python_reference_meta_functions__refs_logical_and_cpu_int16 (__main__.TestCommonCPU) ... ok (0.487s) 2022-05-18T06:57:29.5910910Z test_python_reference_meta_functions__refs_logical_and_cpu_int32 (__main__.TestCommonCPU) ... ok (0.512s) 2022-05-18T06:57:30.0871360Z test_python_reference_meta_functions__refs_logical_and_cpu_int64 (__main__.TestCommonCPU) ... ok (0.496s) 2022-05-18T06:57:30.5640240Z test_python_reference_meta_functions__refs_logical_and_cpu_int8 (__main__.TestCommonCPU) ... ok (0.477s) 2022-05-18T06:57:31.0303390Z test_python_reference_meta_functions__refs_logical_and_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.466s) 2022-05-18T06:57:31.5629730Z test_python_reference_meta_functions__refs_logical_or_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.532s) 2022-05-18T06:57:31.8856970Z test_python_reference_meta_functions__refs_logical_or_cpu_bool (__main__.TestCommonCPU) ... ok (0.323s) 2022-05-18T06:57:32.8325880Z test_python_reference_meta_functions__refs_logical_or_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.947s) 2022-05-18T06:57:33.5705440Z test_python_reference_meta_functions__refs_logical_or_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.738s) 2022-05-18T06:57:34.2675070Z test_python_reference_meta_functions__refs_logical_or_cpu_float16 (__main__.TestCommonCPU) ... ok (0.697s) 2022-05-18T06:57:34.7429220Z test_python_reference_meta_functions__refs_logical_or_cpu_float32 (__main__.TestCommonCPU) ... ok (0.475s) 2022-05-18T06:57:35.3404890Z test_python_reference_meta_functions__refs_logical_or_cpu_float64 (__main__.TestCommonCPU) ... ok (0.597s) 2022-05-18T06:57:35.8238730Z test_python_reference_meta_functions__refs_logical_or_cpu_int16 (__main__.TestCommonCPU) ... ok (0.483s) 2022-05-18T06:57:36.3354780Z test_python_reference_meta_functions__refs_logical_or_cpu_int32 (__main__.TestCommonCPU) ... ok (0.511s) 2022-05-18T06:57:36.8226790Z test_python_reference_meta_functions__refs_logical_or_cpu_int64 (__main__.TestCommonCPU) ... ok (0.487s) 2022-05-18T06:57:37.3024680Z test_python_reference_meta_functions__refs_logical_or_cpu_int8 (__main__.TestCommonCPU) ... ok (0.480s) 2022-05-18T06:57:37.7683210Z test_python_reference_meta_functions__refs_logical_or_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.466s) 2022-05-18T06:57:38.1125910Z test_python_reference_meta_functions__refs_lt_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.344s) 2022-05-18T06:57:38.3859410Z test_python_reference_meta_functions__refs_lt_cpu_bool (__main__.TestCommonCPU) ... ok (0.273s) 2022-05-18T06:57:38.8679130Z test_python_reference_meta_functions__refs_lt_cpu_float16 (__main__.TestCommonCPU) ... ok (0.482s) 2022-05-18T06:57:39.1569470Z test_python_reference_meta_functions__refs_lt_cpu_float32 (__main__.TestCommonCPU) ... ok (0.289s) 2022-05-18T06:57:39.5635380Z test_python_reference_meta_functions__refs_lt_cpu_float64 (__main__.TestCommonCPU) ... ok (0.406s) 2022-05-18T06:57:39.8625030Z test_python_reference_meta_functions__refs_lt_cpu_int16 (__main__.TestCommonCPU) ... ok (0.299s) 2022-05-18T06:57:40.1895540Z test_python_reference_meta_functions__refs_lt_cpu_int32 (__main__.TestCommonCPU) ... ok (0.327s) 2022-05-18T06:57:40.4966670Z test_python_reference_meta_functions__refs_lt_cpu_int64 (__main__.TestCommonCPU) ... ok (0.307s) 2022-05-18T06:57:40.7891440Z test_python_reference_meta_functions__refs_lt_cpu_int8 (__main__.TestCommonCPU) ... ok (0.292s) 2022-05-18T06:57:41.0770400Z test_python_reference_meta_functions__refs_lt_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.288s) 2022-05-18T06:57:41.4011380Z test_python_reference_meta_functions__refs_maximum_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.324s) 2022-05-18T06:57:41.6625420Z test_python_reference_meta_functions__refs_maximum_cpu_bool (__main__.TestCommonCPU) ... ok (0.261s) 2022-05-18T06:57:42.1177700Z test_python_reference_meta_functions__refs_maximum_cpu_float16 (__main__.TestCommonCPU) ... ok (0.455s) 2022-05-18T06:57:42.4000460Z test_python_reference_meta_functions__refs_maximum_cpu_float32 (__main__.TestCommonCPU) ... ok (0.282s) 2022-05-18T06:57:42.7856710Z test_python_reference_meta_functions__refs_maximum_cpu_float64 (__main__.TestCommonCPU) ... ok (0.386s) 2022-05-18T06:57:43.0713020Z test_python_reference_meta_functions__refs_maximum_cpu_int16 (__main__.TestCommonCPU) ... ok (0.286s) 2022-05-18T06:57:43.3808120Z test_python_reference_meta_functions__refs_maximum_cpu_int32 (__main__.TestCommonCPU) ... ok (0.309s) 2022-05-18T06:57:43.6814160Z test_python_reference_meta_functions__refs_maximum_cpu_int64 (__main__.TestCommonCPU) ... ok (0.300s) 2022-05-18T06:57:43.9744880Z test_python_reference_meta_functions__refs_maximum_cpu_int8 (__main__.TestCommonCPU) ... ok (0.293s) 2022-05-18T06:57:44.2445820Z test_python_reference_meta_functions__refs_maximum_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.270s) 2022-05-18T06:57:44.5661210Z test_python_reference_meta_functions__refs_minimum_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.321s) 2022-05-18T06:57:44.8302660Z test_python_reference_meta_functions__refs_minimum_cpu_bool (__main__.TestCommonCPU) ... ok (0.264s) 2022-05-18T06:57:45.2910030Z test_python_reference_meta_functions__refs_minimum_cpu_float16 (__main__.TestCommonCPU) ... ok (0.461s) 2022-05-18T06:57:45.5592560Z test_python_reference_meta_functions__refs_minimum_cpu_float32 (__main__.TestCommonCPU) ... ok (0.268s) 2022-05-18T06:57:45.9421340Z test_python_reference_meta_functions__refs_minimum_cpu_float64 (__main__.TestCommonCPU) ... ok (0.383s) 2022-05-18T06:57:46.2264530Z test_python_reference_meta_functions__refs_minimum_cpu_int16 (__main__.TestCommonCPU) ... ok (0.284s) 2022-05-18T06:57:46.5357430Z test_python_reference_meta_functions__refs_minimum_cpu_int32 (__main__.TestCommonCPU) ... ok (0.309s) 2022-05-18T06:57:46.8271530Z test_python_reference_meta_functions__refs_minimum_cpu_int64 (__main__.TestCommonCPU) ... ok (0.291s) 2022-05-18T06:57:47.1024110Z test_python_reference_meta_functions__refs_minimum_cpu_int8 (__main__.TestCommonCPU) ... ok (0.275s) 2022-05-18T06:57:47.3720180Z test_python_reference_meta_functions__refs_minimum_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.269s) 2022-05-18T06:57:47.7482900Z test_python_reference_meta_functions__refs_mul_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.376s) 2022-05-18T06:57:48.0221170Z test_python_reference_meta_functions__refs_mul_cpu_bool (__main__.TestCommonCPU) ... ok (0.274s) 2022-05-18T06:57:48.8092830Z test_python_reference_meta_functions__refs_mul_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.787s) 2022-05-18T06:57:49.1335810Z test_python_reference_meta_functions__refs_mul_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.324s) 2022-05-18T06:57:49.6697340Z test_python_reference_meta_functions__refs_mul_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.536s) 2022-05-18T06:57:50.2031230Z test_python_reference_meta_functions__refs_mul_cpu_float16 (__main__.TestCommonCPU) ... ok (0.533s) 2022-05-18T06:57:50.4981980Z test_python_reference_meta_functions__refs_mul_cpu_float32 (__main__.TestCommonCPU) ... ok (0.295s) 2022-05-18T06:57:50.8992100Z test_python_reference_meta_functions__refs_mul_cpu_float64 (__main__.TestCommonCPU) ... ok (0.401s) 2022-05-18T06:57:51.1965050Z test_python_reference_meta_functions__refs_mul_cpu_int16 (__main__.TestCommonCPU) ... ok (0.297s) 2022-05-18T06:57:51.5231400Z test_python_reference_meta_functions__refs_mul_cpu_int32 (__main__.TestCommonCPU) ... ok (0.327s) 2022-05-18T06:57:51.8288070Z test_python_reference_meta_functions__refs_mul_cpu_int64 (__main__.TestCommonCPU) ... ok (0.306s) 2022-05-18T06:57:52.1181950Z test_python_reference_meta_functions__refs_mul_cpu_int8 (__main__.TestCommonCPU) ... ok (0.289s) 2022-05-18T06:57:52.4004810Z test_python_reference_meta_functions__refs_mul_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.282s) 2022-05-18T06:57:52.4061230Z test_python_reference_meta_functions__refs_narrow_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:57:52.4108880Z test_python_reference_meta_functions__refs_narrow_cpu_bool (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:57:52.4169210Z test_python_reference_meta_functions__refs_narrow_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:57:52.4230050Z test_python_reference_meta_functions__refs_narrow_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:57:52.4289880Z test_python_reference_meta_functions__refs_narrow_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:57:52.4344110Z test_python_reference_meta_functions__refs_narrow_cpu_float16 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:57:52.4397960Z test_python_reference_meta_functions__refs_narrow_cpu_float32 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:57:52.4452470Z test_python_reference_meta_functions__refs_narrow_cpu_float64 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:57:52.4500370Z test_python_reference_meta_functions__refs_narrow_cpu_int16 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:57:52.4548130Z test_python_reference_meta_functions__refs_narrow_cpu_int32 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:57:52.4596100Z test_python_reference_meta_functions__refs_narrow_cpu_int64 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:57:52.4644680Z test_python_reference_meta_functions__refs_narrow_cpu_int8 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:57:52.4692810Z test_python_reference_meta_functions__refs_narrow_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:57:52.8129860Z test_python_reference_meta_functions__refs_ne_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.344s) 2022-05-18T06:57:53.0877290Z test_python_reference_meta_functions__refs_ne_cpu_bool (__main__.TestCommonCPU) ... ok (0.275s) 2022-05-18T06:57:53.8661400Z test_python_reference_meta_functions__refs_ne_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.773s) 2022-05-18T06:57:54.4065730Z test_python_reference_meta_functions__refs_ne_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.546s) 2022-05-18T06:57:54.8896980Z test_python_reference_meta_functions__refs_ne_cpu_float16 (__main__.TestCommonCPU) ... ok (0.483s) 2022-05-18T06:57:55.1769510Z test_python_reference_meta_functions__refs_ne_cpu_float32 (__main__.TestCommonCPU) ... ok (0.287s) 2022-05-18T06:57:55.5817320Z test_python_reference_meta_functions__refs_ne_cpu_float64 (__main__.TestCommonCPU) ... ok (0.405s) 2022-05-18T06:57:55.8819180Z test_python_reference_meta_functions__refs_ne_cpu_int16 (__main__.TestCommonCPU) ... ok (0.300s) 2022-05-18T06:57:56.2094400Z test_python_reference_meta_functions__refs_ne_cpu_int32 (__main__.TestCommonCPU) ... ok (0.327s) 2022-05-18T06:57:56.5145480Z test_python_reference_meta_functions__refs_ne_cpu_int64 (__main__.TestCommonCPU) ... ok (0.305s) 2022-05-18T06:57:56.8038740Z test_python_reference_meta_functions__refs_ne_cpu_int8 (__main__.TestCommonCPU) ... ok (0.289s) 2022-05-18T06:57:57.0903220Z test_python_reference_meta_functions__refs_ne_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.286s) 2022-05-18T06:57:57.2147160Z test_python_reference_meta_functions__refs_neg_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.124s) 2022-05-18T06:57:57.6457030Z test_python_reference_meta_functions__refs_neg_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.431s) 2022-05-18T06:57:57.7277870Z test_python_reference_meta_functions__refs_neg_cpu_complex32 (__main__.TestCommonCPU) ... expected failure (0.082s) 2022-05-18T06:57:57.9908670Z test_python_reference_meta_functions__refs_neg_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.263s) 2022-05-18T06:57:58.2152180Z test_python_reference_meta_functions__refs_neg_cpu_float16 (__main__.TestCommonCPU) ... ok (0.224s) 2022-05-18T06:57:58.3077290Z test_python_reference_meta_functions__refs_neg_cpu_float32 (__main__.TestCommonCPU) ... ok (0.092s) 2022-05-18T06:57:58.4755700Z test_python_reference_meta_functions__refs_neg_cpu_float64 (__main__.TestCommonCPU) ... ok (0.168s) 2022-05-18T06:57:58.5868910Z test_python_reference_meta_functions__refs_neg_cpu_int16 (__main__.TestCommonCPU) ... ok (0.111s) 2022-05-18T06:57:58.7101810Z test_python_reference_meta_functions__refs_neg_cpu_int32 (__main__.TestCommonCPU) ... ok (0.123s) 2022-05-18T06:57:58.8143960Z test_python_reference_meta_functions__refs_neg_cpu_int64 (__main__.TestCommonCPU) ... ok (0.104s) 2022-05-18T06:57:58.9169180Z test_python_reference_meta_functions__refs_neg_cpu_int8 (__main__.TestCommonCPU) ... ok (0.102s) 2022-05-18T06:57:59.0167050Z test_python_reference_meta_functions__refs_neg_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.100s) 2022-05-18T06:57:59.3385680Z test_python_reference_meta_functions__refs_nextafter_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.322s) 2022-05-18T06:57:59.6063150Z test_python_reference_meta_functions__refs_nextafter_cpu_float32 (__main__.TestCommonCPU) ... ok (0.268s) 2022-05-18T06:57:59.9873920Z test_python_reference_meta_functions__refs_nextafter_cpu_float64 (__main__.TestCommonCPU) ... ok (0.381s) 2022-05-18T06:58:00.2436500Z test_python_reference_meta_functions__refs_nn_functional_elu_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.256s) 2022-05-18T06:58:00.4494740Z test_python_reference_meta_functions__refs_nn_functional_elu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.206s) 2022-05-18T06:58:00.7450590Z test_python_reference_meta_functions__refs_nn_functional_elu_cpu_float64 (__main__.TestCommonCPU) ... ok (0.295s) 2022-05-18T06:58:00.7864670Z test_python_reference_meta_functions__refs_permute_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.041s) 2022-05-18T06:58:00.8185110Z test_python_reference_meta_functions__refs_permute_cpu_bool (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:58:00.8668760Z test_python_reference_meta_functions__refs_permute_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.048s) 2022-05-18T06:58:00.9141410Z test_python_reference_meta_functions__refs_permute_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.047s) 2022-05-18T06:58:00.9542460Z test_python_reference_meta_functions__refs_permute_cpu_float16 (__main__.TestCommonCPU) ... ok (0.040s) 2022-05-18T06:58:00.9942330Z test_python_reference_meta_functions__refs_permute_cpu_float32 (__main__.TestCommonCPU) ... ok (0.040s) 2022-05-18T06:58:01.0354280Z test_python_reference_meta_functions__refs_permute_cpu_float64 (__main__.TestCommonCPU) ... ok (0.041s) 2022-05-18T06:58:01.0682770Z test_python_reference_meta_functions__refs_permute_cpu_int16 (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:58:01.1010520Z test_python_reference_meta_functions__refs_permute_cpu_int32 (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:58:01.1340420Z test_python_reference_meta_functions__refs_permute_cpu_int64 (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:58:01.1671230Z test_python_reference_meta_functions__refs_permute_cpu_int8 (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:58:01.2004410Z test_python_reference_meta_functions__refs_permute_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:58:01.5593260Z test_python_reference_meta_functions__refs_pow_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.359s) 2022-05-18T06:58:02.3913800Z test_python_reference_meta_functions__refs_pow_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.832s) 2022-05-18T06:58:02.9825650Z test_python_reference_meta_functions__refs_pow_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.591s) 2022-05-18T06:58:03.4792600Z test_python_reference_meta_functions__refs_pow_cpu_float16 (__main__.TestCommonCPU) ... ok (0.497s) 2022-05-18T06:58:03.7697370Z test_python_reference_meta_functions__refs_pow_cpu_float32 (__main__.TestCommonCPU) ... ok (0.290s) 2022-05-18T06:58:04.2206310Z test_python_reference_meta_functions__refs_pow_cpu_float64 (__main__.TestCommonCPU) ... ok (0.451s) 2022-05-18T06:58:04.5251730Z test_python_reference_meta_functions__refs_pow_cpu_int16 (__main__.TestCommonCPU) ... ok (0.304s) 2022-05-18T06:58:04.8519830Z test_python_reference_meta_functions__refs_pow_cpu_int32 (__main__.TestCommonCPU) ... ok (0.327s) 2022-05-18T06:58:05.1639170Z test_python_reference_meta_functions__refs_pow_cpu_int64 (__main__.TestCommonCPU) ... ok (0.312s) 2022-05-18T06:58:05.4604010Z test_python_reference_meta_functions__refs_pow_cpu_int8 (__main__.TestCommonCPU) ... ok (0.296s) 2022-05-18T06:58:05.7455370Z test_python_reference_meta_functions__refs_pow_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.285s) 2022-05-18T06:58:05.8829910Z test_python_reference_meta_functions__refs_reciprocal_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.137s) 2022-05-18T06:58:06.0686420Z test_python_reference_meta_functions__refs_reciprocal_cpu_bool (__main__.TestCommonCPU) ... ok (0.186s) 2022-05-18T06:58:06.5089470Z test_python_reference_meta_functions__refs_reciprocal_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.440s) 2022-05-18T06:58:06.7940410Z test_python_reference_meta_functions__refs_reciprocal_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.285s) 2022-05-18T06:58:07.0414640Z test_python_reference_meta_functions__refs_reciprocal_cpu_float16 (__main__.TestCommonCPU) ... ok (0.247s) 2022-05-18T06:58:07.1337800Z test_python_reference_meta_functions__refs_reciprocal_cpu_float32 (__main__.TestCommonCPU) ... ok (0.092s) 2022-05-18T06:58:07.3071420Z test_python_reference_meta_functions__refs_reciprocal_cpu_float64 (__main__.TestCommonCPU) ... ok (0.173s) 2022-05-18T06:58:07.4286360Z test_python_reference_meta_functions__refs_reciprocal_cpu_int16 (__main__.TestCommonCPU) ... ok (0.121s) 2022-05-18T06:58:07.5571240Z test_python_reference_meta_functions__refs_reciprocal_cpu_int32 (__main__.TestCommonCPU) ... ok (0.128s) 2022-05-18T06:58:07.6672230Z test_python_reference_meta_functions__refs_reciprocal_cpu_int64 (__main__.TestCommonCPU) ... ok (0.110s) 2022-05-18T06:58:07.7774170Z test_python_reference_meta_functions__refs_reciprocal_cpu_int8 (__main__.TestCommonCPU) ... ok (0.110s) 2022-05-18T06:58:07.8860500Z test_python_reference_meta_functions__refs_reciprocal_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.109s) 2022-05-18T06:58:08.0268550Z test_python_reference_meta_functions__refs_reshape_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.141s) 2022-05-18T06:58:08.0782290Z test_python_reference_meta_functions__refs_reshape_cpu_bool (__main__.TestCommonCPU) ... ok (0.051s) 2022-05-18T06:58:08.1447750Z test_python_reference_meta_functions__refs_reshape_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.066s) 2022-05-18T06:58:08.2109180Z test_python_reference_meta_functions__refs_reshape_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.066s) 2022-05-18T06:58:08.2713200Z test_python_reference_meta_functions__refs_reshape_cpu_float16 (__main__.TestCommonCPU) ... ok (0.060s) 2022-05-18T06:58:08.3308790Z test_python_reference_meta_functions__refs_reshape_cpu_float32 (__main__.TestCommonCPU) ... ok (0.059s) 2022-05-18T06:58:08.3904860Z test_python_reference_meta_functions__refs_reshape_cpu_float64 (__main__.TestCommonCPU) ... ok (0.059s) 2022-05-18T06:58:08.4431510Z test_python_reference_meta_functions__refs_reshape_cpu_int16 (__main__.TestCommonCPU) ... ok (0.053s) 2022-05-18T06:58:08.4940200Z test_python_reference_meta_functions__refs_reshape_cpu_int32 (__main__.TestCommonCPU) ... ok (0.051s) 2022-05-18T06:58:08.5464360Z test_python_reference_meta_functions__refs_reshape_cpu_int64 (__main__.TestCommonCPU) ... ok (0.052s) 2022-05-18T06:58:08.5985300Z test_python_reference_meta_functions__refs_reshape_cpu_int8 (__main__.TestCommonCPU) ... ok (0.052s) 2022-05-18T06:58:08.6501230Z test_python_reference_meta_functions__refs_reshape_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.052s) 2022-05-18T06:58:08.7791160Z test_python_reference_meta_functions__refs_round_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.129s) 2022-05-18T06:58:08.8738550Z test_python_reference_meta_functions__refs_round_cpu_float32 (__main__.TestCommonCPU) ... ok (0.095s) 2022-05-18T06:58:09.0469990Z test_python_reference_meta_functions__refs_round_cpu_float64 (__main__.TestCommonCPU) ... ok (0.173s) 2022-05-18T06:58:09.1808050Z test_python_reference_meta_functions__refs_sign_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.134s) 2022-05-18T06:58:09.3524240Z test_python_reference_meta_functions__refs_sign_cpu_bool (__main__.TestCommonCPU) ... ok (0.172s) 2022-05-18T06:58:09.5715480Z test_python_reference_meta_functions__refs_sign_cpu_float16 (__main__.TestCommonCPU) ... ok (0.219s) 2022-05-18T06:58:09.6656590Z test_python_reference_meta_functions__refs_sign_cpu_float32 (__main__.TestCommonCPU) ... ok (0.094s) 2022-05-18T06:58:09.8371840Z test_python_reference_meta_functions__refs_sign_cpu_float64 (__main__.TestCommonCPU) ... ok (0.171s) 2022-05-18T06:58:09.9502100Z test_python_reference_meta_functions__refs_sign_cpu_int16 (__main__.TestCommonCPU) ... ok (0.113s) 2022-05-18T06:58:10.0753730Z test_python_reference_meta_functions__refs_sign_cpu_int32 (__main__.TestCommonCPU) ... ok (0.125s) 2022-05-18T06:58:10.1833010Z test_python_reference_meta_functions__refs_sign_cpu_int64 (__main__.TestCommonCPU) ... ok (0.108s) 2022-05-18T06:58:10.2876630Z test_python_reference_meta_functions__refs_sign_cpu_int8 (__main__.TestCommonCPU) ... ok (0.104s) 2022-05-18T06:58:10.3895570Z test_python_reference_meta_functions__refs_sign_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.102s) 2022-05-18T06:58:10.5349100Z test_python_reference_meta_functions__refs_sin_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.145s) 2022-05-18T06:58:10.7303560Z test_python_reference_meta_functions__refs_sin_cpu_bool (__main__.TestCommonCPU) ... ok (0.195s) 2022-05-18T06:58:11.2076460Z test_python_reference_meta_functions__refs_sin_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.477s) 2022-05-18T06:58:11.4950370Z test_python_reference_meta_functions__refs_sin_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.287s) 2022-05-18T06:58:11.5885710Z test_python_reference_meta_functions__refs_sin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.093s) 2022-05-18T06:58:11.7704440Z test_python_reference_meta_functions__refs_sin_cpu_float64 (__main__.TestCommonCPU) ... ok (0.182s) 2022-05-18T06:58:11.8958960Z test_python_reference_meta_functions__refs_sin_cpu_int16 (__main__.TestCommonCPU) ... ok (0.125s) 2022-05-18T06:58:12.0311440Z test_python_reference_meta_functions__refs_sin_cpu_int32 (__main__.TestCommonCPU) ... ok (0.135s) 2022-05-18T06:58:12.1484560Z test_python_reference_meta_functions__refs_sin_cpu_int64 (__main__.TestCommonCPU) ... ok (0.117s) 2022-05-18T06:58:12.2738330Z test_python_reference_meta_functions__refs_sin_cpu_int8 (__main__.TestCommonCPU) ... ok (0.125s) 2022-05-18T06:58:12.3903220Z test_python_reference_meta_functions__refs_sin_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.116s) 2022-05-18T06:58:12.5315170Z test_python_reference_meta_functions__refs_sinh_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.141s) 2022-05-18T06:58:12.7241620Z test_python_reference_meta_functions__refs_sinh_cpu_bool (__main__.TestCommonCPU) ... ok (0.193s) 2022-05-18T06:58:13.2119950Z test_python_reference_meta_functions__refs_sinh_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.488s) 2022-05-18T06:58:13.5167500Z test_python_reference_meta_functions__refs_sinh_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.305s) 2022-05-18T06:58:13.6039880Z test_python_reference_meta_functions__refs_sinh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.087s) 2022-05-18T06:58:13.7862670Z test_python_reference_meta_functions__refs_sinh_cpu_float64 (__main__.TestCommonCPU) ... ok (0.182s) 2022-05-18T06:58:13.9090260Z test_python_reference_meta_functions__refs_sinh_cpu_int16 (__main__.TestCommonCPU) ... ok (0.123s) 2022-05-18T06:58:14.0571970Z test_python_reference_meta_functions__refs_sinh_cpu_int32 (__main__.TestCommonCPU) ... ok (0.148s) 2022-05-18T06:58:14.1783100Z test_python_reference_meta_functions__refs_sinh_cpu_int64 (__main__.TestCommonCPU) ... ok (0.121s) 2022-05-18T06:58:14.2902290Z test_python_reference_meta_functions__refs_sinh_cpu_int8 (__main__.TestCommonCPU) ... ok (0.112s) 2022-05-18T06:58:14.4017790Z test_python_reference_meta_functions__refs_sinh_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.111s) 2022-05-18T06:58:14.5902680Z test_python_reference_meta_functions__refs_special_i0e_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.188s) 2022-05-18T06:58:14.8595400Z test_python_reference_meta_functions__refs_special_i0e_cpu_bool (__main__.TestCommonCPU) ... ok (0.269s) 2022-05-18T06:58:15.0032340Z test_python_reference_meta_functions__refs_special_i0e_cpu_float32 (__main__.TestCommonCPU) ... ok (0.144s) 2022-05-18T06:58:15.2267610Z test_python_reference_meta_functions__refs_special_i0e_cpu_float64 (__main__.TestCommonCPU) ... ok (0.223s) 2022-05-18T06:58:15.3969970Z test_python_reference_meta_functions__refs_special_i0e_cpu_int16 (__main__.TestCommonCPU) ... ok (0.170s) 2022-05-18T06:58:15.5741030Z test_python_reference_meta_functions__refs_special_i0e_cpu_int32 (__main__.TestCommonCPU) ... ok (0.177s) 2022-05-18T06:58:15.7354770Z test_python_reference_meta_functions__refs_special_i0e_cpu_int64 (__main__.TestCommonCPU) ... ok (0.161s) 2022-05-18T06:58:15.8972400Z test_python_reference_meta_functions__refs_special_i0e_cpu_int8 (__main__.TestCommonCPU) ... ok (0.162s) 2022-05-18T06:58:16.0560950Z test_python_reference_meta_functions__refs_special_i0e_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.159s) 2022-05-18T06:58:16.2829540Z test_python_reference_meta_functions__refs_special_i1e_cpu_bool (__main__.TestCommonCPU) ... ok (0.227s) 2022-05-18T06:58:16.3984050Z test_python_reference_meta_functions__refs_special_i1e_cpu_float32 (__main__.TestCommonCPU) ... ok (0.115s) 2022-05-18T06:58:16.6207160Z test_python_reference_meta_functions__refs_special_i1e_cpu_float64 (__main__.TestCommonCPU) ... ok (0.222s) 2022-05-18T06:58:16.7637180Z test_python_reference_meta_functions__refs_special_i1e_cpu_int16 (__main__.TestCommonCPU) ... ok (0.143s) 2022-05-18T06:58:16.9134970Z test_python_reference_meta_functions__refs_special_i1e_cpu_int32 (__main__.TestCommonCPU) ... ok (0.150s) 2022-05-18T06:58:17.0456660Z test_python_reference_meta_functions__refs_special_i1e_cpu_int64 (__main__.TestCommonCPU) ... ok (0.132s) 2022-05-18T06:58:17.1777040Z test_python_reference_meta_functions__refs_special_i1e_cpu_int8 (__main__.TestCommonCPU) ... ok (0.132s) 2022-05-18T06:58:17.3088500Z test_python_reference_meta_functions__refs_special_i1e_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.131s) 2022-05-18T06:58:17.4449410Z test_python_reference_meta_functions__refs_sqrt_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.136s) 2022-05-18T06:58:17.6285500Z test_python_reference_meta_functions__refs_sqrt_cpu_bool (__main__.TestCommonCPU) ... ok (0.183s) 2022-05-18T06:58:18.0867370Z test_python_reference_meta_functions__refs_sqrt_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.458s) 2022-05-18T06:58:18.3805760Z test_python_reference_meta_functions__refs_sqrt_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.294s) 2022-05-18T06:58:18.4640430Z test_python_reference_meta_functions__refs_sqrt_cpu_float32 (__main__.TestCommonCPU) ... ok (0.083s) 2022-05-18T06:58:18.6364360Z test_python_reference_meta_functions__refs_sqrt_cpu_float64 (__main__.TestCommonCPU) ... ok (0.172s) 2022-05-18T06:58:18.7544840Z test_python_reference_meta_functions__refs_sqrt_cpu_int16 (__main__.TestCommonCPU) ... ok (0.118s) 2022-05-18T06:58:18.8802120Z test_python_reference_meta_functions__refs_sqrt_cpu_int32 (__main__.TestCommonCPU) ... ok (0.126s) 2022-05-18T06:58:18.9869220Z test_python_reference_meta_functions__refs_sqrt_cpu_int64 (__main__.TestCommonCPU) ... ok (0.107s) 2022-05-18T06:58:19.0942920Z test_python_reference_meta_functions__refs_sqrt_cpu_int8 (__main__.TestCommonCPU) ... ok (0.107s) 2022-05-18T06:58:19.1993460Z test_python_reference_meta_functions__refs_sqrt_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.105s) 2022-05-18T06:58:19.3279760Z test_python_reference_meta_functions__refs_square_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.129s) 2022-05-18T06:58:19.5311800Z test_python_reference_meta_functions__refs_square_cpu_bool (__main__.TestCommonCPU) ... ok (0.203s) 2022-05-18T06:58:19.9618940Z test_python_reference_meta_functions__refs_square_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.431s) 2022-05-18T06:58:20.2396140Z test_python_reference_meta_functions__refs_square_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.278s) 2022-05-18T06:58:20.5065530Z test_python_reference_meta_functions__refs_square_cpu_float16 (__main__.TestCommonCPU) ... ok (0.267s) 2022-05-18T06:58:20.6030760Z test_python_reference_meta_functions__refs_square_cpu_float32 (__main__.TestCommonCPU) ... ok (0.096s) 2022-05-18T06:58:20.7748620Z test_python_reference_meta_functions__refs_square_cpu_float64 (__main__.TestCommonCPU) ... ok (0.172s) 2022-05-18T06:58:20.8965760Z test_python_reference_meta_functions__refs_square_cpu_int16 (__main__.TestCommonCPU) ... ok (0.122s) 2022-05-18T06:58:21.0300720Z test_python_reference_meta_functions__refs_square_cpu_int32 (__main__.TestCommonCPU) ... ok (0.133s) 2022-05-18T06:58:21.1439140Z test_python_reference_meta_functions__refs_square_cpu_int64 (__main__.TestCommonCPU) ... ok (0.114s) 2022-05-18T06:58:21.2603870Z test_python_reference_meta_functions__refs_square_cpu_int8 (__main__.TestCommonCPU) ... ok (0.116s) 2022-05-18T06:58:21.3661410Z test_python_reference_meta_functions__refs_square_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.106s) 2022-05-18T06:58:21.3722750Z test_python_reference_meta_functions__refs_squeeze_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:58:21.3772540Z test_python_reference_meta_functions__refs_squeeze_cpu_bool (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:58:21.3840220Z test_python_reference_meta_functions__refs_squeeze_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:58:21.3909300Z test_python_reference_meta_functions__refs_squeeze_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:58:21.3967690Z test_python_reference_meta_functions__refs_squeeze_cpu_float16 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:58:21.4025980Z test_python_reference_meta_functions__refs_squeeze_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:58:21.4083450Z test_python_reference_meta_functions__refs_squeeze_cpu_float64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:58:21.4133620Z test_python_reference_meta_functions__refs_squeeze_cpu_int16 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:58:21.4183690Z test_python_reference_meta_functions__refs_squeeze_cpu_int32 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:58:21.4233580Z test_python_reference_meta_functions__refs_squeeze_cpu_int64 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:58:21.4282980Z test_python_reference_meta_functions__refs_squeeze_cpu_int8 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:58:21.4333320Z test_python_reference_meta_functions__refs_squeeze_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:58:21.4491980Z test_python_reference_meta_functions__refs_stack_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:21.4636450Z test_python_reference_meta_functions__refs_stack_cpu_bool (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:21.4806750Z test_python_reference_meta_functions__refs_stack_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:58:21.4976710Z test_python_reference_meta_functions__refs_stack_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:58:21.5156410Z test_python_reference_meta_functions__refs_stack_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:58:21.5321790Z test_python_reference_meta_functions__refs_stack_cpu_float16 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:21.5484620Z test_python_reference_meta_functions__refs_stack_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:21.5649030Z test_python_reference_meta_functions__refs_stack_cpu_float64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:21.5802750Z test_python_reference_meta_functions__refs_stack_cpu_int16 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:21.5954200Z test_python_reference_meta_functions__refs_stack_cpu_int32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:21.6106380Z test_python_reference_meta_functions__refs_stack_cpu_int64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:21.6264500Z test_python_reference_meta_functions__refs_stack_cpu_int8 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:21.6419000Z test_python_reference_meta_functions__refs_stack_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:22.0311480Z test_python_reference_meta_functions__refs_sub_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.389s) 2022-05-18T06:58:22.8061750Z test_python_reference_meta_functions__refs_sub_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.775s) 2022-05-18T06:58:23.1352740Z test_python_reference_meta_functions__refs_sub_cpu_complex32 (__main__.TestCommonCPU) ... ok (0.329s) 2022-05-18T06:58:23.6740000Z test_python_reference_meta_functions__refs_sub_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.539s) 2022-05-18T06:58:24.2324150Z test_python_reference_meta_functions__refs_sub_cpu_float16 (__main__.TestCommonCPU) ... ok (0.558s) 2022-05-18T06:58:24.5259640Z test_python_reference_meta_functions__refs_sub_cpu_float32 (__main__.TestCommonCPU) ... ok (0.293s) 2022-05-18T06:58:24.9345500Z test_python_reference_meta_functions__refs_sub_cpu_float64 (__main__.TestCommonCPU) ... ok (0.408s) 2022-05-18T06:58:25.2405150Z test_python_reference_meta_functions__refs_sub_cpu_int16 (__main__.TestCommonCPU) ... ok (0.306s) 2022-05-18T06:58:25.5714460Z test_python_reference_meta_functions__refs_sub_cpu_int32 (__main__.TestCommonCPU) ... ok (0.331s) 2022-05-18T06:58:25.8806150Z test_python_reference_meta_functions__refs_sub_cpu_int64 (__main__.TestCommonCPU) ... ok (0.309s) 2022-05-18T06:58:26.1749390Z test_python_reference_meta_functions__refs_sub_cpu_int8 (__main__.TestCommonCPU) ... ok (0.294s) 2022-05-18T06:58:26.4621280Z test_python_reference_meta_functions__refs_sub_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.287s) 2022-05-18T06:58:26.4768110Z test_python_reference_meta_functions__refs_sum_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:26.4885590Z test_python_reference_meta_functions__refs_sum_cpu_bool (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:26.5013690Z test_python_reference_meta_functions__refs_sum_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:26.5143470Z test_python_reference_meta_functions__refs_sum_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:26.5287960Z test_python_reference_meta_functions__refs_sum_cpu_float16 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:26.5411650Z test_python_reference_meta_functions__refs_sum_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:26.5535240Z test_python_reference_meta_functions__refs_sum_cpu_float64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:26.5656610Z test_python_reference_meta_functions__refs_sum_cpu_int16 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:26.5776320Z test_python_reference_meta_functions__refs_sum_cpu_int32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:26.5893940Z test_python_reference_meta_functions__refs_sum_cpu_int64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:26.6013040Z test_python_reference_meta_functions__refs_sum_cpu_int8 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:26.6133440Z test_python_reference_meta_functions__refs_sum_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:26.7893000Z test_python_reference_meta_functions__refs_tan_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.176s) 2022-05-18T06:58:26.9818030Z test_python_reference_meta_functions__refs_tan_cpu_bool (__main__.TestCommonCPU) ... ok (0.192s) 2022-05-18T06:58:27.6097100Z test_python_reference_meta_functions__refs_tan_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.628s) 2022-05-18T06:58:28.0180500Z test_python_reference_meta_functions__refs_tan_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.408s) 2022-05-18T06:58:28.1443370Z test_python_reference_meta_functions__refs_tan_cpu_float32 (__main__.TestCommonCPU) ... ok (0.126s) 2022-05-18T06:58:28.3672060Z test_python_reference_meta_functions__refs_tan_cpu_float64 (__main__.TestCommonCPU) ... ok (0.223s) 2022-05-18T06:58:28.5299840Z test_python_reference_meta_functions__refs_tan_cpu_int16 (__main__.TestCommonCPU) ... ok (0.163s) 2022-05-18T06:58:28.6948480Z test_python_reference_meta_functions__refs_tan_cpu_int32 (__main__.TestCommonCPU) ... ok (0.165s) 2022-05-18T06:58:28.8510080Z test_python_reference_meta_functions__refs_tan_cpu_int64 (__main__.TestCommonCPU) ... ok (0.156s) 2022-05-18T06:58:28.9973150Z test_python_reference_meta_functions__refs_tan_cpu_int8 (__main__.TestCommonCPU) ... ok (0.146s) 2022-05-18T06:58:29.1420830Z test_python_reference_meta_functions__refs_tan_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.145s) 2022-05-18T06:58:29.1465640Z test_python_reference_meta_functions__refs_tensor_split_cpu_bfloat16 (__main__.TestCommonCPU) ... expected failure (0.004s) 2022-05-18T06:58:29.1501300Z test_python_reference_meta_functions__refs_tensor_split_cpu_bool (__main__.TestCommonCPU) ... expected failure (0.003s) 2022-05-18T06:58:29.1551340Z test_python_reference_meta_functions__refs_tensor_split_cpu_complex128 (__main__.TestCommonCPU) ... expected failure (0.005s) 2022-05-18T06:58:29.1600770Z test_python_reference_meta_functions__refs_tensor_split_cpu_complex64 (__main__.TestCommonCPU) ... expected failure (0.005s) 2022-05-18T06:58:29.1643620Z test_python_reference_meta_functions__refs_tensor_split_cpu_float16 (__main__.TestCommonCPU) ... expected failure (0.004s) 2022-05-18T06:58:29.1686580Z test_python_reference_meta_functions__refs_tensor_split_cpu_float32 (__main__.TestCommonCPU) ... expected failure (0.004s) 2022-05-18T06:58:29.1729160Z test_python_reference_meta_functions__refs_tensor_split_cpu_float64 (__main__.TestCommonCPU) ... expected failure (0.004s) 2022-05-18T06:58:29.1765260Z test_python_reference_meta_functions__refs_tensor_split_cpu_int16 (__main__.TestCommonCPU) ... expected failure (0.004s) 2022-05-18T06:58:29.1802950Z test_python_reference_meta_functions__refs_tensor_split_cpu_int32 (__main__.TestCommonCPU) ... expected failure (0.004s) 2022-05-18T06:58:29.1839160Z test_python_reference_meta_functions__refs_tensor_split_cpu_int64 (__main__.TestCommonCPU) ... expected failure (0.004s) 2022-05-18T06:58:29.1875220Z test_python_reference_meta_functions__refs_tensor_split_cpu_int8 (__main__.TestCommonCPU) ... expected failure (0.004s) 2022-05-18T06:58:29.1911520Z test_python_reference_meta_functions__refs_tensor_split_cpu_uint8 (__main__.TestCommonCPU) ... expected failure (0.004s) 2022-05-18T06:58:29.1976040Z test_python_reference_meta_functions__refs_transpose_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:58:29.2029720Z test_python_reference_meta_functions__refs_transpose_cpu_bool (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:58:29.2104130Z test_python_reference_meta_functions__refs_transpose_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:58:29.2180130Z test_python_reference_meta_functions__refs_transpose_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:58:29.2244700Z test_python_reference_meta_functions__refs_transpose_cpu_float16 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:58:29.2308950Z test_python_reference_meta_functions__refs_transpose_cpu_float32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:58:29.2373460Z test_python_reference_meta_functions__refs_transpose_cpu_float64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:58:29.2429330Z test_python_reference_meta_functions__refs_transpose_cpu_int16 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:58:29.2484940Z test_python_reference_meta_functions__refs_transpose_cpu_int32 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:58:29.2541330Z test_python_reference_meta_functions__refs_transpose_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:58:29.2596790Z test_python_reference_meta_functions__refs_transpose_cpu_int8 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:58:29.2652370Z test_python_reference_meta_functions__refs_transpose_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:58:29.6617500Z test_python_reference_meta_functions__refs_true_divide_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.396s) 2022-05-18T06:58:29.9871340Z test_python_reference_meta_functions__refs_true_divide_cpu_bool (__main__.TestCommonCPU) ... ok (0.325s) 2022-05-18T06:58:30.7670550Z test_python_reference_meta_functions__refs_true_divide_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.780s) 2022-05-18T06:58:31.3219450Z test_python_reference_meta_functions__refs_true_divide_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.555s) 2022-05-18T06:58:31.8559470Z test_python_reference_meta_functions__refs_true_divide_cpu_float16 (__main__.TestCommonCPU) ... ok (0.534s) 2022-05-18T06:58:32.1499560Z test_python_reference_meta_functions__refs_true_divide_cpu_float32 (__main__.TestCommonCPU) ... ok (0.294s) 2022-05-18T06:58:32.5634430Z test_python_reference_meta_functions__refs_true_divide_cpu_float64 (__main__.TestCommonCPU) ... ok (0.413s) 2022-05-18T06:58:32.9014530Z test_python_reference_meta_functions__refs_true_divide_cpu_int16 (__main__.TestCommonCPU) ... ok (0.338s) 2022-05-18T06:58:33.2618810Z test_python_reference_meta_functions__refs_true_divide_cpu_int32 (__main__.TestCommonCPU) ... ok (0.360s) 2022-05-18T06:58:33.6030570Z test_python_reference_meta_functions__refs_true_divide_cpu_int64 (__main__.TestCommonCPU) ... ok (0.341s) 2022-05-18T06:58:33.9267060Z test_python_reference_meta_functions__refs_true_divide_cpu_int8 (__main__.TestCommonCPU) ... ok (0.324s) 2022-05-18T06:58:34.2600430Z test_python_reference_meta_functions__refs_true_divide_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.333s) 2022-05-18T06:58:34.2689660Z test_python_reference_meta_functions__refs_unsqueeze_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:34.2771740Z test_python_reference_meta_functions__refs_unsqueeze_cpu_bool (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:34.2866130Z test_python_reference_meta_functions__refs_unsqueeze_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:34.3023700Z test_python_reference_meta_functions__refs_unsqueeze_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:34.3204780Z test_python_reference_meta_functions__refs_unsqueeze_cpu_float16 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:34.3230860Z test_python_reference_meta_functions__refs_unsqueeze_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:34.3306970Z test_python_reference_meta_functions__refs_unsqueeze_cpu_float64 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:58:34.3369570Z test_python_reference_meta_functions__refs_unsqueeze_cpu_int16 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:58:34.3433790Z test_python_reference_meta_functions__refs_unsqueeze_cpu_int32 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:58:34.3498550Z test_python_reference_meta_functions__refs_unsqueeze_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:58:34.3562750Z test_python_reference_meta_functions__refs_unsqueeze_cpu_int8 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:58:34.3628330Z test_python_reference_meta_functions__refs_unsqueeze_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:58:34.4209470Z test_python_reference_meta_functions__refs_view_cpu_bfloat16 (__main__.TestCommonCPU) ... ok (0.058s) 2022-05-18T06:58:34.4718370Z test_python_reference_meta_functions__refs_view_cpu_bool (__main__.TestCommonCPU) ... ok (0.051s) 2022-05-18T06:58:34.5367730Z test_python_reference_meta_functions__refs_view_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.065s) 2022-05-18T06:58:34.5504980Z test_python_reference_meta_functions__refs_view_cpu_complex32 (__main__.TestCommonCPU) ... expected failure (0.014s) 2022-05-18T06:58:34.6146620Z test_python_reference_meta_functions__refs_view_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.064s) 2022-05-18T06:58:34.6738180Z test_python_reference_meta_functions__refs_view_cpu_float16 (__main__.TestCommonCPU) ... ok (0.059s) 2022-05-18T06:58:34.7317590Z test_python_reference_meta_functions__refs_view_cpu_float32 (__main__.TestCommonCPU) ... ok (0.058s) 2022-05-18T06:58:34.7899980Z test_python_reference_meta_functions__refs_view_cpu_float64 (__main__.TestCommonCPU) ... ok (0.058s) 2022-05-18T06:58:34.8415580Z test_python_reference_meta_functions__refs_view_cpu_int16 (__main__.TestCommonCPU) ... ok (0.052s) 2022-05-18T06:58:34.8944780Z test_python_reference_meta_functions__refs_view_cpu_int32 (__main__.TestCommonCPU) ... ok (0.053s) 2022-05-18T06:58:34.9470830Z test_python_reference_meta_functions__refs_view_cpu_int64 (__main__.TestCommonCPU) ... ok (0.052s) 2022-05-18T06:58:35.0000570Z test_python_reference_meta_functions__refs_view_cpu_int8 (__main__.TestCommonCPU) ... ok (0.053s) 2022-05-18T06:58:35.0536610Z test_python_reference_meta_functions__refs_view_cpu_uint8 (__main__.TestCommonCPU) ... ok (0.053s) 2022-05-18T06:58:35.0663870Z test_reference_testing_addbmm_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:35.0722250Z test_reference_testing_addbmm_cpu_float64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:58:35.0765000Z test_reference_testing_addbmm_cpu_int64 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:58:35.0904020Z test_reference_testing_allclose_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:35.1013640Z test_reference_testing_allclose_cpu_float64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:35.1057230Z test_reference_testing_aminmax_cpu_float64 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:58:35.1093870Z test_reference_testing_aminmax_cpu_int64 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:58:35.1133880Z test_reference_testing_argwhere_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:58:35.1170150Z test_reference_testing_argwhere_cpu_float64 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:58:35.1204230Z test_reference_testing_argwhere_cpu_int64 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:58:35.1238340Z test_reference_testing_broadcast_tensors_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:58:35.1268350Z test_reference_testing_broadcast_tensors_cpu_float64 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:58:35.1294790Z test_reference_testing_broadcast_tensors_cpu_int64 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:58:35.1342770Z test_reference_testing_broadcast_to_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:58:35.1385060Z test_reference_testing_broadcast_to_cpu_float64 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:58:35.1418740Z test_reference_testing_broadcast_to_cpu_int64 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:58:35.1485780Z test_reference_testing_cat_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:58:35.1542340Z test_reference_testing_cat_cpu_float64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:58:35.1586250Z test_reference_testing_cat_cpu_int64 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:58:35.1626230Z test_reference_testing_diagflat_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:58:35.1662740Z test_reference_testing_diagflat_cpu_float64 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:58:35.1693570Z test_reference_testing_diagflat_cpu_int64 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:58:35.2214520Z test_reference_testing_diff_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.052s) 2022-05-18T06:58:35.2613940Z test_reference_testing_diff_cpu_float64 (__main__.TestCommonCPU) ... ok (0.040s) 2022-05-18T06:58:35.2882560Z test_reference_testing_diff_cpu_int64 (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:58:35.2901510Z test_reference_testing_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:58:35.2918410Z test_reference_testing_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:58:35.2935230Z test_reference_testing_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:58:35.2974280Z test_reference_testing_linalg_cross_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:58:35.3009160Z test_reference_testing_linalg_cross_cpu_float64 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:58:35.3038680Z test_reference_testing_linalg_cross_cpu_int64 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:58:35.3079650Z test_reference_testing_linalg_tensorinv_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:58:35.3113510Z test_reference_testing_linalg_tensorinv_cpu_float64 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:58:35.3161580Z test_reference_testing_linalg_tensorsolve_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:58:35.3203140Z test_reference_testing_linalg_tensorsolve_cpu_float64 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:58:35.3270020Z test_reference_testing_linalg_vander_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:58:35.3327900Z test_reference_testing_linalg_vander_cpu_float64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:58:35.3374320Z test_reference_testing_linalg_vander_cpu_int64 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:58:35.3478750Z test_reference_testing_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:35.3567520Z test_reference_testing_meshgrid_variadic_tensors_cpu_float64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:35.3629240Z test_reference_testing_meshgrid_variadic_tensors_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:58:35.3685940Z test_reference_testing_nn_functional_gelu_cpu_float64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:58:35.3738300Z test_reference_testing_nn_functional_group_norm_cpu_float64 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:58:35.3800020Z test_reference_testing_nn_functional_l1_loss_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:58:35.3844670Z test_reference_testing_nn_functional_l1_loss_cpu_float64 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:58:35.3902520Z test_reference_testing_nn_functional_layer_norm_cpu_float64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:58:35.3945420Z test_reference_testing_nn_functional_mse_loss_cpu_float64 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:58:35.3987390Z test_reference_testing_nn_functional_one_hot_cpu_int64 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:58:35.4043290Z test_reference_testing_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:58:35.4090950Z test_reference_testing_nn_functional_pairwise_distance_cpu_float64 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:58:35.4131180Z test_reference_testing_nn_functional_pairwise_distance_cpu_int64 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:58:35.4186590Z test_reference_testing_nn_functional_pdist_cpu_float64 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:58:35.4283460Z test_reference_testing_nn_functional_prelu_cpu_float64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:35.4337890Z test_reference_testing_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:58:35.4367890Z test_reference_testing_nn_functional_softplus_cpu_float64 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:58:35.4406570Z test_reference_testing_nn_functional_threshold_cpu_float64 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:58:35.4436920Z test_reference_testing_nn_functional_threshold_cpu_int64 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:58:35.4744160Z test_reference_testing_permute_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:58:35.5005520Z test_reference_testing_permute_cpu_float64 (__main__.TestCommonCPU) ... ok (0.026s) 2022-05-18T06:58:35.5192380Z test_reference_testing_permute_cpu_int64 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:58:35.5220370Z test_reference_testing_ravel_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:58:35.5244700Z test_reference_testing_ravel_cpu_float64 (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:58:35.5267060Z test_reference_testing_ravel_cpu_int64 (__main__.TestCommonCPU) ... ok (0.002s) 2022-05-18T06:58:35.5444850Z test_reference_testing_repeat_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:58:35.5595140Z test_reference_testing_repeat_cpu_float64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:35.5701900Z test_reference_testing_repeat_cpu_int64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:35.5760190Z test_reference_testing_roll_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:58:35.5810600Z test_reference_testing_roll_cpu_float64 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:58:35.5852290Z test_reference_testing_roll_cpu_int64 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:58:35.6678360Z test_reference_testing_searchsorted_cpu_float64 (__main__.TestCommonCPU) ... ok (0.082s) 2022-05-18T06:58:35.7451280Z test_reference_testing_searchsorted_cpu_int64 (__main__.TestCommonCPU) ... ok (0.077s) 2022-05-18T06:58:35.7558730Z test_reference_testing_tensor_split_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:35.7649890Z test_reference_testing_tensor_split_cpu_float64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:35.7714020Z test_reference_testing_tensor_split_cpu_int64 (__main__.TestCommonCPU) ... ok (0.006s) 2022-05-18T06:58:35.7945900Z test_reference_testing_tile_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:58:35.8139320Z test_reference_testing_tile_cpu_float64 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:58:35.8272950Z test_reference_testing_tile_cpu_int64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:35.8326210Z test_reference_testing_transpose_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:58:35.8371700Z test_reference_testing_transpose_cpu_float64 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:58:35.8407430Z test_reference_testing_transpose_cpu_int64 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:58:35.8458950Z test_reference_testing_where_cpu_complex128 (__main__.TestCommonCPU) ... ok (0.005s) 2022-05-18T06:58:35.8503010Z test_reference_testing_where_cpu_float64 (__main__.TestCommonCPU) ... ok (0.004s) 2022-05-18T06:58:35.8538190Z test_reference_testing_where_cpu_int64 (__main__.TestCommonCPU) ... ok (0.003s) 2022-05-18T06:58:35.8625230Z test_variant_consistency_eager_H_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:35.8701600Z test_variant_consistency_eager_H_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:35.8784630Z test_variant_consistency_eager_T_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:35.8862910Z test_variant_consistency_eager_T_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:35.9392760Z test_variant_consistency_eager___getitem___cpu_complex64 (__main__.TestCommonCPU) ... ok (0.053s) 2022-05-18T06:58:35.9669050Z test_variant_consistency_eager___getitem___cpu_float32 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:58:35.9920430Z test_variant_consistency_eager___radd___cpu_complex64 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:58:36.0070480Z test_variant_consistency_eager___radd___cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:36.0355120Z test_variant_consistency_eager___rdiv___cpu_complex64 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:58:36.0516420Z test_variant_consistency_eager___rdiv___cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:36.0894300Z test_variant_consistency_eager___rmatmul___cpu_complex64 (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:1086: 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 aten/src/ATen/core/TensorBody.h:482.) 2022-05-18T06:58:36.0895380Z return self._grad 2022-05-18T06:58:36.0895580Z ok (0.038s) 2022-05-18T06:58:36.1110260Z test_variant_consistency_eager___rmatmul___cpu_float32 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:58:36.1263670Z test_variant_consistency_eager___rmod___cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:36.1525120Z test_variant_consistency_eager___rmul___cpu_complex64 (__main__.TestCommonCPU) ... ok (0.026s) 2022-05-18T06:58:36.1675040Z test_variant_consistency_eager___rmul___cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:36.1971770Z test_variant_consistency_eager___rpow___cpu_complex64 (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:668: 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-05-18T06:58:36.1972480Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-05-18T06:58:36.1972730Z ok (0.030s) 2022-05-18T06:58:36.2134070Z test_variant_consistency_eager___rpow___cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:36.2387210Z test_variant_consistency_eager___rsub___cpu_complex64 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:58:36.2538260Z test_variant_consistency_eager___rsub___cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:36.2869900Z test_variant_consistency_eager__masked_amax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:58:36.3188530Z test_variant_consistency_eager__masked_amin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:58:36.3354760Z test_variant_consistency_eager__masked_argmax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:58:36.3519920Z test_variant_consistency_eager__masked_argmin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:36.3649480Z test_variant_consistency_eager__masked_log_softmax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:36.4463230Z test_variant_consistency_eager__masked_mean_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.081s) 2022-05-18T06:58:36.4887420Z test_variant_consistency_eager__masked_mean_cpu_float32 (__main__.TestCommonCPU) ... ok (0.042s) 2022-05-18T06:58:36.6232180Z test_variant_consistency_eager__masked_norm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.134s) 2022-05-18T06:58:36.6434710Z test_variant_consistency_eager__masked_normalize_cpu_float32 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:58:36.7160240Z test_variant_consistency_eager__masked_prod_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.072s) 2022-05-18T06:58:36.7522340Z test_variant_consistency_eager__masked_prod_cpu_float32 (__main__.TestCommonCPU) ... ok (0.036s) 2022-05-18T06:58:36.7652990Z test_variant_consistency_eager__masked_softmax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:36.7790630Z test_variant_consistency_eager__masked_softmin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:36.9475590Z test_variant_consistency_eager__masked_std_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.168s) 2022-05-18T06:58:37.0258610Z test_variant_consistency_eager__masked_std_cpu_float32 (__main__.TestCommonCPU) ... ok (0.078s) 2022-05-18T06:58:37.0806890Z test_variant_consistency_eager__masked_sum_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.055s) 2022-05-18T06:58:37.1091100Z test_variant_consistency_eager__masked_sum_cpu_float32 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:58:37.2653210Z test_variant_consistency_eager__masked_var_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.156s) 2022-05-18T06:58:37.3395590Z test_variant_consistency_eager__masked_var_cpu_float32 (__main__.TestCommonCPU) ... ok (0.074s) 2022-05-18T06:58:37.3524940Z test_variant_consistency_eager_abs_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:37.3636020Z test_variant_consistency_eager_abs_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:37.3906850Z test_variant_consistency_eager_acos_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:58:37.4066930Z test_variant_consistency_eager_acos_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:37.4294290Z test_variant_consistency_eager_acosh_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:58:37.4437400Z test_variant_consistency_eager_acosh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:37.6184710Z test_variant_consistency_eager_add_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.175s) 2022-05-18T06:58:37.7062540Z test_variant_consistency_eager_add_cpu_float32 (__main__.TestCommonCPU) ... ok (0.088s) 2022-05-18T06:58:37.7129420Z test_variant_consistency_eager_addbmm_cpu_complex64 (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:58:37.7196430Z test_variant_consistency_eager_addbmm_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:58:37.7689460Z test_variant_consistency_eager_addcdiv_cpu_complex64 (__main__.TestCommonCPU) ... expected failure (0.049s) 2022-05-18T06:58:37.8076980Z test_variant_consistency_eager_addcdiv_cpu_float32 (__main__.TestCommonCPU) ... expected failure (0.038s) 2022-05-18T06:58:37.8556580Z test_variant_consistency_eager_addcmul_cpu_complex64 (__main__.TestCommonCPU) ... expected failure (0.048s) 2022-05-18T06:58:37.8937340Z test_variant_consistency_eager_addcmul_cpu_float32 (__main__.TestCommonCPU) ... expected failure (0.038s) 2022-05-18T06:58:37.9550190Z test_variant_consistency_eager_addmm_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.059s) 2022-05-18T06:58:37.9835080Z test_variant_consistency_eager_addmm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:58:38.0430300Z test_variant_consistency_eager_addmm_decomposed_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.059s) 2022-05-18T06:58:38.0730330Z test_variant_consistency_eager_addmm_decomposed_cpu_float32 (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:58:38.1728710Z test_variant_consistency_eager_addmv_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.100s) 2022-05-18T06:58:38.2252680Z test_variant_consistency_eager_addmv_cpu_float32 (__main__.TestCommonCPU) ... ok (0.052s) 2022-05-18T06:58:38.2316430Z test_variant_consistency_eager_addr_cpu_complex64 (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:58:38.2382240Z test_variant_consistency_eager_addr_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:58:38.2513020Z test_variant_consistency_eager_all_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:38.2612250Z test_variant_consistency_eager_all_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:38.2924620Z test_variant_consistency_eager_allclose_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:58:38.3084640Z test_variant_consistency_eager_allclose_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:38.3301500Z test_variant_consistency_eager_amax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:58:38.3520050Z test_variant_consistency_eager_amin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:58:38.3629940Z test_variant_consistency_eager_aminmax_cpu_float32 (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:58:38.3631160Z return self.op(*args, **kwargs) 2022-05-18T06:58:38.3631880Z test_ops.py:905: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:58:38.3632590Z variant_forward = variant(cloned, *sample.args, **sample.kwargs) 2022-05-18T06:58:38.3633400Z ok (0.011s) 2022-05-18T06:58:38.3725520Z test_variant_consistency_eager_angle_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:38.3808400Z test_variant_consistency_eager_angle_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:38.3938300Z test_variant_consistency_eager_any_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:38.4036080Z test_variant_consistency_eager_any_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:38.4132420Z test_variant_consistency_eager_argmax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:38.4227980Z test_variant_consistency_eager_argmin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:38.4386730Z test_variant_consistency_eager_argsort_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:38.4491400Z test_variant_consistency_eager_argwhere_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:38.4579500Z test_variant_consistency_eager_argwhere_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:38.4772570Z test_variant_consistency_eager_as_strided_cpu_complex64 (__main__.TestCommonCPU) ... expected failure (0.019s) 2022-05-18T06:58:38.4914740Z test_variant_consistency_eager_as_strided_cpu_float32 (__main__.TestCommonCPU) ... expected failure (0.014s) 2022-05-18T06:58:38.5069940Z test_variant_consistency_eager_asin_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:38.5177140Z test_variant_consistency_eager_asin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:38.5318100Z test_variant_consistency_eager_asinh_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:38.5418140Z test_variant_consistency_eager_asinh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:38.6322190Z test_variant_consistency_eager_atan2_cpu_float32 (__main__.TestCommonCPU) ... ok (0.090s) 2022-05-18T06:58:38.6477560Z test_variant_consistency_eager_atan_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:38.6585250Z test_variant_consistency_eager_atan_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:38.6725250Z test_variant_consistency_eager_atanh_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:38.6827470Z test_variant_consistency_eager_atanh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:38.6948480Z test_variant_consistency_eager_atleast_1d_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:38.7039540Z test_variant_consistency_eager_atleast_1d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:38.7161470Z test_variant_consistency_eager_atleast_2d_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:38.7251150Z test_variant_consistency_eager_atleast_2d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:38.7372220Z test_variant_consistency_eager_atleast_3d_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:38.7461370Z test_variant_consistency_eager_atleast_3d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:38.9518850Z test_variant_consistency_eager_baddbmm_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.206s) 2022-05-18T06:58:39.0089210Z test_variant_consistency_eager_baddbmm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.057s) 2022-05-18T06:58:39.0247780Z test_variant_consistency_eager_bernoulli_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:39.0402710Z test_variant_consistency_eager_bfloat16_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:39.0512360Z test_variant_consistency_eager_bfloat16_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:39.0601400Z test_variant_consistency_eager_block_diag_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:39.0680830Z test_variant_consistency_eager_block_diag_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:39.0775910Z test_variant_consistency_eager_bmm_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:39.0860730Z test_variant_consistency_eager_bmm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:39.0963780Z test_variant_consistency_eager_bool_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:39.1049280Z test_variant_consistency_eager_bool_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:39.1134670Z test_variant_consistency_eager_broadcast_tensors_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:39.1212700Z test_variant_consistency_eager_broadcast_tensors_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:39.1387540Z test_variant_consistency_eager_broadcast_to_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:58:39.1515660Z test_variant_consistency_eager_broadcast_to_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:39.1637430Z test_variant_consistency_eager_bucketize_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:39.1743970Z test_variant_consistency_eager_byte_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:39.1830810Z test_variant_consistency_eager_byte_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:39.1925830Z test_variant_consistency_eager_cartesian_prod_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:39.2008490Z test_variant_consistency_eager_cartesian_prod_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:39.2222980Z test_variant_consistency_eager_cat_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:58:39.2356420Z test_variant_consistency_eager_cat_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:39.3373320Z test_variant_consistency_eager_cdist_cpu_float32 (__main__.TestCommonCPU) ... ok (0.102s) 2022-05-18T06:58:39.3465910Z test_variant_consistency_eager_ceil_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:39.3643180Z test_variant_consistency_eager_chalf_cpu_complex64 (__main__.TestCommonCPU) ... expected failure (0.018s) 2022-05-18T06:58:39.3809670Z test_variant_consistency_eager_chalf_cpu_float32 (__main__.TestCommonCPU) ... expected failure (0.017s) 2022-05-18T06:58:39.3916040Z test_variant_consistency_eager_char_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:39.4002000Z test_variant_consistency_eager_char_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:39.4330100Z test_variant_consistency_eager_cholesky_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:58:39.4534150Z test_variant_consistency_eager_cholesky_cpu_float32 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:58:39.4816340Z test_variant_consistency_eager_cholesky_inverse_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:58:39.4984070Z test_variant_consistency_eager_cholesky_inverse_cpu_float32 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:58:39.5327380Z test_variant_consistency_eager_cholesky_solve_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.034s) 2022-05-18T06:58:39.5515530Z test_variant_consistency_eager_cholesky_solve_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:58:39.5656340Z test_variant_consistency_eager_chunk_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:39.5758060Z test_variant_consistency_eager_chunk_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:39.5936420Z test_variant_consistency_eager_clamp_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:58:39.6212440Z test_variant_consistency_eager_clamp_scalar_cpu_float32 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:58:39.6323770Z test_variant_consistency_eager_clone_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:39.6415880Z test_variant_consistency_eager_clone_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:39.6522450Z test_variant_consistency_eager_column_stack_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:39.6607860Z test_variant_consistency_eager_column_stack_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:39.6858060Z test_variant_consistency_eager_combinations_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:58:39.7008600Z test_variant_consistency_eager_combinations_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:39.7115140Z test_variant_consistency_eager_complex_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:39.7239150Z test_variant_consistency_eager_conj_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:39.7334690Z test_variant_consistency_eager_conj_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:39.7441150Z test_variant_consistency_eager_conj_physical_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:39.7529030Z test_variant_consistency_eager_conj_physical_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:39.7619460Z test_variant_consistency_eager_contiguous_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:39.7699540Z test_variant_consistency_eager_contiguous_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:39.8165900Z test_variant_consistency_eager_copysign_cpu_float32 (__main__.TestCommonCPU) ... ok (0.046s) 2022-05-18T06:58:39.8367660Z test_variant_consistency_eager_corrcoef_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:58:39.8495950Z test_variant_consistency_eager_corrcoef_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:39.8658430Z test_variant_consistency_eager_cos_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:39.8771770Z test_variant_consistency_eager_cos_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:39.8938220Z test_variant_consistency_eager_cosh_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:58:39.9052530Z test_variant_consistency_eager_cosh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:39.9211070Z test_variant_consistency_eager_count_nonzero_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:39.9323740Z test_variant_consistency_eager_count_nonzero_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:40.0484640Z test_variant_consistency_eager_cov_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.116s) 2022-05-18T06:58:40.1090790Z test_variant_consistency_eager_cov_cpu_float32 (__main__.TestCommonCPU) ... ok (0.061s) 2022-05-18T06:58:40.1222900Z test_variant_consistency_eager_cross_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:40.1323920Z test_variant_consistency_eager_cross_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:40.1411100Z test_variant_consistency_eager_cummax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:40.1498880Z test_variant_consistency_eager_cummin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:40.1943290Z test_variant_consistency_eager_cumprod_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.044s) 2022-05-18T06:58:40.2180780Z test_variant_consistency_eager_cumprod_cpu_float32 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:58:40.2353260Z test_variant_consistency_eager_cumsum_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:58:40.2483480Z test_variant_consistency_eager_cumsum_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:40.2669290Z test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:58:40.2787650Z test_variant_consistency_eager_cumulative_trapezoid_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:40.2904280Z test_variant_consistency_eager_deg2rad_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:40.3172240Z test_variant_consistency_eager_diag_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:58:40.3352010Z test_variant_consistency_eager_diag_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:58:40.3756980Z test_variant_consistency_eager_diag_embed_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.040s) 2022-05-18T06:58:40.3965560Z test_variant_consistency_eager_diag_embed_cpu_float32 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:58:40.4122480Z test_variant_consistency_eager_diagflat_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:40.4240090Z test_variant_consistency_eager_diagflat_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:40.4734140Z test_variant_consistency_eager_diagonal_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.049s) 2022-05-18T06:58:40.5000170Z test_variant_consistency_eager_diagonal_cpu_float32 (__main__.TestCommonCPU) ... ok (0.026s) 2022-05-18T06:58:40.5220260Z test_variant_consistency_eager_diagonal_scatter_cpu_float32 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:58:40.7170380Z test_variant_consistency_eager_diff_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.195s) 2022-05-18T06:58:40.8160200Z test_variant_consistency_eager_diff_cpu_float32 (__main__.TestCommonCPU) ... ok (0.099s) 2022-05-18T06:58:40.8307150Z test_variant_consistency_eager_digamma_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:40.9482010Z test_variant_consistency_eager_dist_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.117s) 2022-05-18T06:58:41.0029190Z test_variant_consistency_eager_dist_cpu_float32 (__main__.TestCommonCPU) ... ok (0.055s) 2022-05-18T06:58:41.1324510Z test_variant_consistency_eager_div_floor_rounding_cpu_float32 (__main__.TestCommonCPU) ... ok (0.130s) 2022-05-18T06:58:41.3126050Z test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.180s) 2022-05-18T06:58:41.4021090Z test_variant_consistency_eager_div_no_rounding_mode_cpu_float32 (__main__.TestCommonCPU) ... ok (0.089s) 2022-05-18T06:58:41.5251870Z test_variant_consistency_eager_div_trunc_rounding_cpu_float32 (__main__.TestCommonCPU) ... ok (0.123s) 2022-05-18T06:58:41.5362110Z test_variant_consistency_eager_dot_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:41.5443510Z test_variant_consistency_eager_dot_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:41.5589990Z test_variant_consistency_eager_double_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:41.5696360Z test_variant_consistency_eager_double_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:41.5808360Z test_variant_consistency_eager_dsplit_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:41.5897880Z test_variant_consistency_eager_dsplit_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:41.5986910Z test_variant_consistency_eager_dstack_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:41.6066190Z test_variant_consistency_eager_dstack_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:41.6166120Z test_variant_consistency_eager_eig_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:41.6251680Z test_variant_consistency_eager_eig_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:41.6433030Z test_variant_consistency_eager_einsum_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:58:41.6548980Z test_variant_consistency_eager_einsum_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:41.6645530Z test_variant_consistency_eager_empty_like_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:41.6726630Z test_variant_consistency_eager_empty_like_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:41.6910630Z test_variant_consistency_eager_eq_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:58:41.7029370Z test_variant_consistency_eager_eq_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:41.7125780Z test_variant_consistency_eager_erf_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:41.7252810Z test_variant_consistency_eager_erfc_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:41.7350210Z test_variant_consistency_eager_erfinv_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:41.7476430Z test_variant_consistency_eager_exp2_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:41.7638820Z test_variant_consistency_eager_exp_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:41.7749050Z test_variant_consistency_eager_exp_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:41.7878510Z test_variant_consistency_eager_expand_as_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:41.7974760Z test_variant_consistency_eager_expand_as_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:41.8192620Z test_variant_consistency_eager_expand_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:58:41.8331540Z test_variant_consistency_eager_expand_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:41.8427440Z test_variant_consistency_eager_expm1_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:41.8555840Z test_variant_consistency_eager_fft_fft2_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:41.8649060Z test_variant_consistency_eager_fft_fft2_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:41.8780030Z test_variant_consistency_eager_fft_fft_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:41.8876680Z test_variant_consistency_eager_fft_fft_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:41.9018310Z test_variant_consistency_eager_fft_fftn_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:41.9118890Z test_variant_consistency_eager_fft_fftn_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:41.9225890Z test_variant_consistency_eager_fft_fftshift_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:41.9312790Z test_variant_consistency_eager_fft_fftshift_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:41.9445940Z test_variant_consistency_eager_fft_hfft2_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:41.9548990Z test_variant_consistency_eager_fft_hfft2_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:41.9675460Z test_variant_consistency_eager_fft_hfft_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:41.9775230Z test_variant_consistency_eager_fft_hfft_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:41.9914930Z test_variant_consistency_eager_fft_hfftn_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:42.0022990Z test_variant_consistency_eager_fft_hfftn_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:42.0148700Z test_variant_consistency_eager_fft_ifft2_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:42.0241100Z test_variant_consistency_eager_fft_ifft2_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:42.0373620Z test_variant_consistency_eager_fft_ifft_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:42.0470170Z test_variant_consistency_eager_fft_ifft_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:42.0607230Z test_variant_consistency_eager_fft_ifftn_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:42.0707610Z test_variant_consistency_eager_fft_ifftn_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:42.0814500Z test_variant_consistency_eager_fft_ifftshift_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:42.0901500Z test_variant_consistency_eager_fft_ifftshift_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:42.0999080Z test_variant_consistency_eager_fft_ihfft2_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:42.1097130Z test_variant_consistency_eager_fft_ihfft_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:42.1198070Z test_variant_consistency_eager_fft_ihfftn_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:42.1322730Z test_variant_consistency_eager_fft_irfft2_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:42.1421850Z test_variant_consistency_eager_fft_irfft2_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:42.1546100Z test_variant_consistency_eager_fft_irfft_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:42.1645100Z test_variant_consistency_eager_fft_irfft_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:42.1781230Z test_variant_consistency_eager_fft_irfftn_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:42.1887260Z test_variant_consistency_eager_fft_irfftn_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:42.1982390Z test_variant_consistency_eager_fft_rfft2_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:42.2076010Z test_variant_consistency_eager_fft_rfft_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:42.2174830Z test_variant_consistency_eager_fft_rfftn_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:42.2308690Z test_variant_consistency_eager_fill__cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:42.2408370Z test_variant_consistency_eager_fill__cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:42.2565610Z test_variant_consistency_eager_flatten_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:42.2681230Z test_variant_consistency_eager_flatten_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:42.2913090Z test_variant_consistency_eager_flip_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:58:42.3056570Z test_variant_consistency_eager_flip_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:42.3158210Z test_variant_consistency_eager_fliplr_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:42.3249610Z test_variant_consistency_eager_fliplr_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:42.3358880Z test_variant_consistency_eager_flipud_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:42.3453220Z test_variant_consistency_eager_flipud_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:42.3611630Z test_variant_consistency_eager_float_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:42.3728930Z test_variant_consistency_eager_float_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:42.4070450Z test_variant_consistency_eager_float_power_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.034s) 2022-05-18T06:58:42.4247680Z test_variant_consistency_eager_float_power_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:58:42.4337270Z test_variant_consistency_eager_floor_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:42.4798440Z test_variant_consistency_eager_floor_divide_cpu_float32 (__main__.TestCommonCPU) ... ok (0.046s) 2022-05-18T06:58:42.4962710Z test_variant_consistency_eager_fmax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:42.5121090Z test_variant_consistency_eager_fmin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:42.5584470Z test_variant_consistency_eager_fmod_cpu_float32 (__main__.TestCommonCPU) ... ok (0.046s) 2022-05-18T06:58:42.5697190Z test_variant_consistency_eager_frac_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:42.5783860Z test_variant_consistency_eager_frexp_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:42.5897900Z test_variant_consistency_eager_full_like_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:42.5985110Z test_variant_consistency_eager_full_like_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:42.6139780Z test_variant_consistency_eager_gather_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:42.6254970Z test_variant_consistency_eager_gather_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:42.6396480Z test_variant_consistency_eager_ge_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:42.6978180Z test_variant_consistency_eager_geqrf_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.058s) 2022-05-18T06:58:42.7268590Z test_variant_consistency_eager_geqrf_cpu_float32 (__main__.TestCommonCPU) ... ok (0.029s) 2022-05-18T06:58:42.7471560Z test_variant_consistency_eager_gradient_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:58:42.7598320Z test_variant_consistency_eager_gradient_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:42.7735290Z test_variant_consistency_eager_gt_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:42.7885650Z test_variant_consistency_eager_half_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:42.7994000Z test_variant_consistency_eager_half_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:42.8418680Z test_variant_consistency_eager_heaviside_cpu_float32 (__main__.TestCommonCPU) ... ok (0.042s) 2022-05-18T06:58:42.8825970Z test_variant_consistency_eager_histc_cpu_float32 (__main__.TestCommonCPU) ... ok (0.041s) 2022-05-18T06:58:42.9968160Z test_variant_consistency_eager_histogram_cpu_float32 (__main__.TestCommonCPU) ... ok (0.114s) 2022-05-18T06:58:43.0516710Z test_variant_consistency_eager_histogramdd_cpu_float32 (__main__.TestCommonCPU) ... ok (0.055s) 2022-05-18T06:58:43.0627790Z test_variant_consistency_eager_hsplit_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:43.0715340Z test_variant_consistency_eager_hsplit_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:43.0802100Z test_variant_consistency_eager_hstack_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:43.0879310Z test_variant_consistency_eager_hstack_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:43.1349440Z test_variant_consistency_eager_hypot_cpu_float32 (__main__.TestCommonCPU) ... ok (0.047s) 2022-05-18T06:58:43.1478400Z test_variant_consistency_eager_i0_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:43.1902570Z test_variant_consistency_eager_igamma_cpu_float32 (__main__.TestCommonCPU) ... ok (0.042s) 2022-05-18T06:58:43.2320740Z test_variant_consistency_eager_igammac_cpu_float32 (__main__.TestCommonCPU) ... ok (0.042s) 2022-05-18T06:58:43.2413280Z test_variant_consistency_eager_imag_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:43.2782320Z test_variant_consistency_eager_index_add_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.037s) 2022-05-18T06:58:43.2988910Z test_variant_consistency_eager_index_add_cpu_float32 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:58:43.3162440Z test_variant_consistency_eager_index_copy_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:58:43.3280860Z test_variant_consistency_eager_index_copy_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:43.3455530Z test_variant_consistency_eager_index_fill_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:58:43.3573840Z test_variant_consistency_eager_index_fill_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:43.3767790Z test_variant_consistency_eager_index_put_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:58:43.3912250Z test_variant_consistency_eager_index_put_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:43.4551640Z test_variant_consistency_eager_index_reduce_cpu_float32 (__main__.TestCommonCPU) ... ok (0.064s) 2022-05-18T06:58:43.4679730Z test_variant_consistency_eager_index_select_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:43.4777560Z test_variant_consistency_eager_index_select_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:43.4891560Z test_variant_consistency_eager_inner_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:43.4985500Z test_variant_consistency_eager_inner_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:43.5093290Z test_variant_consistency_eager_int_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:43.5180900Z test_variant_consistency_eager_int_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:43.5429210Z test_variant_consistency_eager_inverse_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:58:43.5578980Z test_variant_consistency_eager_inverse_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:43.5854230Z test_variant_consistency_eager_isclose_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:58:43.6008100Z test_variant_consistency_eager_isclose_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:43.6110080Z test_variant_consistency_eager_isfinite_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:43.6197010Z test_variant_consistency_eager_isfinite_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:43.6282070Z test_variant_consistency_eager_isin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:43.6365610Z test_variant_consistency_eager_isinf_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:43.6442880Z test_variant_consistency_eager_isinf_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:43.6523240Z test_variant_consistency_eager_isnan_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:43.6599320Z test_variant_consistency_eager_isnan_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:43.6675120Z test_variant_consistency_eager_isneginf_cpu_float32 (__main__.TestCommonCPU) ... ok (0.007s) 2022-05-18T06:58:43.6752280Z test_variant_consistency_eager_isposinf_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:43.6845720Z test_variant_consistency_eager_isreal_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:43.6927570Z test_variant_consistency_eager_isreal_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:43.7338320Z test_variant_consistency_eager_istft_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.041s) 2022-05-18T06:58:43.7586020Z test_variant_consistency_eager_istft_cpu_float32 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:58:43.7660470Z test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.007s) 2022-05-18T06:58:43.7733410Z test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.007s) 2022-05-18T06:58:43.7806890Z test_variant_consistency_eager_jiterator_binary_cpu_complex64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.007s) 2022-05-18T06:58:43.7880830Z test_variant_consistency_eager_jiterator_binary_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.007s) 2022-05-18T06:58:43.7953670Z test_variant_consistency_eager_jiterator_unary_cpu_complex64 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.007s) 2022-05-18T06:58:43.8026950Z test_variant_consistency_eager_jiterator_unary_cpu_float32 (__main__.TestCommonCPU) ... skip: Only runs on cuda (0.007s) 2022-05-18T06:58:43.8134860Z test_variant_consistency_eager_kron_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:43.8225790Z test_variant_consistency_eager_kron_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:43.8349280Z test_variant_consistency_eager_kthvalue_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:43.8548720Z test_variant_consistency_eager_ldexp_cpu_complex64 (__main__.TestCommonCPU) ... expected failure (0.020s) 2022-05-18T06:58:43.8710710Z test_variant_consistency_eager_ldexp_cpu_float32 (__main__.TestCommonCPU) ... expected failure (0.016s) 2022-05-18T06:58:43.8851350Z test_variant_consistency_eager_le_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:44.0452380Z test_variant_consistency_eager_lerp_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.160s) 2022-05-18T06:58:44.1173900Z test_variant_consistency_eager_lerp_cpu_float32 (__main__.TestCommonCPU) ... ok (0.072s) 2022-05-18T06:58:44.1302610Z test_variant_consistency_eager_lgamma_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:44.1491660Z test_variant_consistency_eager_linalg_cholesky_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:58:44.1607060Z test_variant_consistency_eager_linalg_cholesky_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:44.1722430Z test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:44.1812270Z test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:44.1914900Z test_variant_consistency_eager_linalg_cond_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:44.2003620Z test_variant_consistency_eager_linalg_cond_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:44.2105200Z test_variant_consistency_eager_linalg_cross_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:44.2187350Z test_variant_consistency_eager_linalg_cross_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:44.2724430Z test_variant_consistency_eager_linalg_det_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.054s) 2022-05-18T06:58:44.3061030Z test_variant_consistency_eager_linalg_det_cpu_float32 (__main__.TestCommonCPU) ... ok (0.034s) 2022-05-18T06:58:44.3219340Z test_variant_consistency_eager_linalg_eig_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:44.3342780Z test_variant_consistency_eager_linalg_eig_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:44.3499710Z test_variant_consistency_eager_linalg_eigh_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:44.3651900Z test_variant_consistency_eager_linalg_eigh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:44.3839310Z test_variant_consistency_eager_linalg_eigvals_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:58:44.4018420Z test_variant_consistency_eager_linalg_eigvals_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:58:44.4269420Z test_variant_consistency_eager_linalg_eigvalsh_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:58:44.4427600Z test_variant_consistency_eager_linalg_eigvalsh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:44.4916700Z test_variant_consistency_eager_linalg_householder_product_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.049s) 2022-05-18T06:58:44.5202060Z test_variant_consistency_eager_linalg_householder_product_cpu_float32 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:58:44.5363710Z test_variant_consistency_eager_linalg_inv_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:44.5478290Z test_variant_consistency_eager_linalg_inv_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:44.5615040Z test_variant_consistency_eager_linalg_inv_ex_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:44.5716940Z test_variant_consistency_eager_linalg_inv_ex_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:44.5809690Z test_variant_consistency_eager_linalg_ldl_factor_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:44.5891390Z test_variant_consistency_eager_linalg_ldl_factor_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:44.5984890Z test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:44.6066310Z test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:44.6220030Z test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:44.6317060Z test_variant_consistency_eager_linalg_ldl_solve_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:44.6838060Z test_variant_consistency_eager_linalg_lstsq_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.052s) 2022-05-18T06:58:44.7099580Z test_variant_consistency_eager_linalg_lstsq_cpu_float32 (__main__.TestCommonCPU) ... ok (0.026s) 2022-05-18T06:58:44.7980890Z test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.088s) 2022-05-18T06:58:44.8362060Z test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestCommonCPU) ... ok (0.038s) 2022-05-18T06:58:44.8532640Z test_variant_consistency_eager_linalg_lu_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:58:44.8644850Z test_variant_consistency_eager_linalg_lu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:44.8853800Z test_variant_consistency_eager_linalg_lu_factor_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:58:44.8981340Z test_variant_consistency_eager_linalg_lu_factor_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:44.9118400Z test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:44.9214630Z test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:44.9805630Z test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.059s) 2022-05-18T06:58:45.0112140Z test_variant_consistency_eager_linalg_matrix_norm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:58:45.0857470Z test_variant_consistency_eager_linalg_matrix_power_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.074s) 2022-05-18T06:58:45.1212280Z test_variant_consistency_eager_linalg_matrix_power_cpu_float32 (__main__.TestCommonCPU) ... ok (0.035s) 2022-05-18T06:58:45.1347060Z test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:45.1446500Z test_variant_consistency_eager_linalg_matrix_rank_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:45.1578130Z test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:45.1675250Z test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:45.1841840Z test_variant_consistency_eager_linalg_multi_dot_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:58:45.1950130Z test_variant_consistency_eager_linalg_multi_dot_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:45.2198650Z test_variant_consistency_eager_linalg_norm_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:58:45.2342610Z test_variant_consistency_eager_linalg_norm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:45.2520540Z test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:58:45.2641790Z test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:45.2982150Z test_variant_consistency_eager_linalg_pinv_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.034s) 2022-05-18T06:58:45.3162550Z test_variant_consistency_eager_linalg_pinv_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:58:45.3351610Z test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:58:45.3472940Z test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:45.3545790Z test_variant_consistency_eager_linalg_pinv_singular_cpu_complex64 (__main__.TestCommonCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-05-18T06:58:45.3617790Z test_variant_consistency_eager_linalg_pinv_singular_cpu_float32 (__main__.TestCommonCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-05-18T06:58:45.3945550Z test_variant_consistency_eager_linalg_qr_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:58:45.4122450Z test_variant_consistency_eager_linalg_qr_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:58:45.4272510Z test_variant_consistency_eager_linalg_slogdet_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:45.4378000Z test_variant_consistency_eager_linalg_slogdet_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:45.4703640Z test_variant_consistency_eager_linalg_solve_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:58:45.4873330Z test_variant_consistency_eager_linalg_solve_cpu_float32 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:58:45.7558480Z test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.268s) 2022-05-18T06:58:45.8698100Z test_variant_consistency_eager_linalg_solve_triangular_cpu_float32 (__main__.TestCommonCPU) ... ok (0.114s) 2022-05-18T06:58:46.0226900Z test_variant_consistency_eager_linalg_svd_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.153s) 2022-05-18T06:58:46.0876490Z test_variant_consistency_eager_linalg_svd_cpu_float32 (__main__.TestCommonCPU) ... ok (0.065s) 2022-05-18T06:58:46.1165080Z test_variant_consistency_eager_linalg_svdvals_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.029s) 2022-05-18T06:58:46.1335710Z test_variant_consistency_eager_linalg_svdvals_cpu_float32 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:58:46.1438790Z test_variant_consistency_eager_linalg_tensorinv_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:46.1523390Z test_variant_consistency_eager_linalg_tensorinv_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:46.1651160Z test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:46.1746670Z test_variant_consistency_eager_linalg_tensorsolve_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:46.1910940Z test_variant_consistency_eager_linalg_vander_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:46.2019640Z test_variant_consistency_eager_linalg_vander_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:46.2687640Z test_variant_consistency_eager_linalg_vector_norm_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.067s) 2022-05-18T06:58:46.3014290Z test_variant_consistency_eager_linalg_vector_norm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:58:46.3177670Z test_variant_consistency_eager_log10_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:46.3290350Z test_variant_consistency_eager_log10_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:46.3383780Z test_variant_consistency_eager_log1p_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:46.3547760Z test_variant_consistency_eager_log2_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:46.3659900Z test_variant_consistency_eager_log2_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:46.3822010Z test_variant_consistency_eager_log_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:46.3934520Z test_variant_consistency_eager_log_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:46.4112620Z test_variant_consistency_eager_log_softmax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:58:46.4356870Z test_variant_consistency_eager_log_softmax_dtype_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:58:46.4533760Z test_variant_consistency_eager_log_softmax_dtype_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:58:46.4616400Z test_variant_consistency_eager_logaddexp2_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:46.4698250Z test_variant_consistency_eager_logaddexp_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:46.4824040Z test_variant_consistency_eager_logcumsumexp_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:46.4953860Z test_variant_consistency_eager_logdet_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:46.5109800Z test_variant_consistency_eager_logical_and_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:46.5213720Z test_variant_consistency_eager_logical_and_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:46.5280420Z test_variant_consistency_eager_logical_not_cpu_complex64 (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:58:46.5345830Z test_variant_consistency_eager_logical_not_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:58:46.5499350Z test_variant_consistency_eager_logical_or_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:46.5603370Z test_variant_consistency_eager_logical_or_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:46.5758320Z test_variant_consistency_eager_logical_xor_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:46.5862610Z test_variant_consistency_eager_logical_xor_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:46.6009560Z test_variant_consistency_eager_logit_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:46.6247270Z test_variant_consistency_eager_logsumexp_cpu_float32 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:58:46.6350410Z test_variant_consistency_eager_long_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:46.6435090Z test_variant_consistency_eager_long_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:46.6572140Z test_variant_consistency_eager_lt_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:46.7152340Z test_variant_consistency_eager_lu_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.058s) 2022-05-18T06:58:46.7448200Z test_variant_consistency_eager_lu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:58:46.9028850Z test_variant_consistency_eager_lu_solve_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.158s) 2022-05-18T06:58:46.9748050Z test_variant_consistency_eager_lu_solve_cpu_float32 (__main__.TestCommonCPU) ... ok (0.072s) 2022-05-18T06:58:46.9909770Z test_variant_consistency_eager_lu_unpack_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:47.0017970Z test_variant_consistency_eager_lu_unpack_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:47.0280160Z test_variant_consistency_eager_mH_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.026s) 2022-05-18T06:58:47.0430710Z test_variant_consistency_eager_mH_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:47.0535770Z test_variant_consistency_eager_mT_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:47.0620660Z test_variant_consistency_eager_mT_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:47.1218200Z test_variant_consistency_eager_masked_fill_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.060s) 2022-05-18T06:58:47.1546490Z test_variant_consistency_eager_masked_fill_cpu_float32 (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:58:47.1903910Z test_variant_consistency_eager_masked_scatter_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.036s) 2022-05-18T06:58:47.2114540Z test_variant_consistency_eager_masked_scatter_cpu_float32 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:58:47.2301380Z test_variant_consistency_eager_masked_select_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:58:47.2431180Z test_variant_consistency_eager_masked_select_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:47.3068500Z test_variant_consistency_eager_matmul_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.064s) 2022-05-18T06:58:47.3444470Z test_variant_consistency_eager_matmul_cpu_float32 (__main__.TestCommonCPU) ... ok (0.037s) 2022-05-18T06:58:47.3659490Z test_variant_consistency_eager_matrix_exp_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:58:47.3811370Z test_variant_consistency_eager_matrix_exp_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:47.4065800Z test_variant_consistency_eager_max_binary_cpu_float32 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:58:47.4156690Z test_variant_consistency_eager_max_reduction_no_dim_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:47.4248030Z test_variant_consistency_eager_max_reduction_with_dim_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:47.4407450Z test_variant_consistency_eager_maximum_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:47.4739290Z test_variant_consistency_eager_mean_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:58:47.4953940Z test_variant_consistency_eager_mean_cpu_float32 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:58:47.5095190Z test_variant_consistency_eager_median_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:47.5245960Z test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:47.5344960Z test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:47.5493550Z test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:47.5593930Z test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:47.5853260Z test_variant_consistency_eager_min_binary_cpu_float32 (__main__.TestCommonCPU) ... ok (0.026s) 2022-05-18T06:58:47.5945540Z test_variant_consistency_eager_min_reduction_no_dim_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:47.6039140Z test_variant_consistency_eager_min_reduction_with_dim_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:47.6197360Z test_variant_consistency_eager_minimum_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:47.6320140Z test_variant_consistency_eager_mm_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:47.6404760Z test_variant_consistency_eager_mm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:47.6510820Z test_variant_consistency_eager_mode_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:47.6651560Z test_variant_consistency_eager_movedim_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:47.6765260Z test_variant_consistency_eager_movedim_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:47.6881680Z test_variant_consistency_eager_msort_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:47.9376600Z test_variant_consistency_eager_mul_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.249s) 2022-05-18T06:58:48.0604460Z test_variant_consistency_eager_mul_cpu_float32 (__main__.TestCommonCPU) ... ok (0.123s) 2022-05-18T06:58:48.0768180Z test_variant_consistency_eager_multinomial_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:48.0861570Z test_variant_consistency_eager_mv_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:48.0943700Z test_variant_consistency_eager_mv_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:48.1227720Z test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:58:48.1294920Z test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:58:48.1361940Z test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:58:48.1480220Z test_variant_consistency_eager_nan_to_num_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:48.1834260Z test_variant_consistency_eager_nanmean_cpu_float32 (__main__.TestCommonCPU) ... ok (0.035s) 2022-05-18T06:58:48.1979880Z test_variant_consistency_eager_nanmedian_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:48.2768680Z test_variant_consistency_eager_nanquantile_cpu_float32 (__main__.TestCommonCPU) ... ok (0.079s) 2022-05-18T06:58:48.2988200Z test_variant_consistency_eager_nansum_cpu_float32 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:58:48.3146050Z test_variant_consistency_eager_narrow_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:48.3256450Z test_variant_consistency_eager_narrow_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:48.3477160Z test_variant_consistency_eager_ne_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:58:48.3613830Z test_variant_consistency_eager_ne_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:48.3765920Z test_variant_consistency_eager_neg_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:48.3879170Z test_variant_consistency_eager_neg_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:48.3945630Z test_variant_consistency_eager_new_empty_cpu_complex64 (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:58:48.4012120Z test_variant_consistency_eager_new_empty_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:58:48.4157240Z test_variant_consistency_eager_new_full_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:48.4260740Z test_variant_consistency_eager_new_full_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:48.4387910Z test_variant_consistency_eager_new_ones_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:48.4484730Z test_variant_consistency_eager_new_ones_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:48.4610990Z test_variant_consistency_eager_new_zeros_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:48.4705430Z test_variant_consistency_eager_new_zeros_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:48.5107830Z test_variant_consistency_eager_nextafter_cpu_float32 (__main__.TestCommonCPU) ... ok (0.040s) 2022-05-18T06:58:48.5194090Z test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:48.5281170Z test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:48.5372050Z test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:48.5455990Z test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:48.5554470Z test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:48.5652450Z test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:48.5752940Z test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:48.5844580Z test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:48.5938360Z test_variant_consistency_eager_nn_functional_avg_pool3d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:48.6073220Z test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:48.6310160Z test_variant_consistency_eager_nn_functional_bilinear_cpu_float32 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:58:48.6431250Z test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:48.6632570Z test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:58:48.6732270Z test_variant_consistency_eager_nn_functional_celu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:48.7119260Z test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.038s) 2022-05-18T06:58:48.7261900Z test_variant_consistency_eager_nn_functional_conv1d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:48.8323680Z test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.106s) 2022-05-18T06:58:48.8617430Z test_variant_consistency_eager_nn_functional_conv2d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.029s) 2022-05-18T06:58:48.8750300Z test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:48.8884410Z test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:48.9069960Z test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:58:48.9198900Z test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:48.9330280Z test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:48.9481300Z test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:48.9685250Z test_variant_consistency_eager_nn_functional_ctc_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:58:49.0115260Z test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.043s) 2022-05-18T06:58:49.0681580Z test_variant_consistency_eager_nn_functional_dropout_cpu_float32 (__main__.TestCommonCPU) ... ok (0.057s) 2022-05-18T06:58:49.0779840Z test_variant_consistency_eager_nn_functional_elu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:49.1003290Z test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:58:49.1085580Z test_variant_consistency_eager_nn_functional_embedding_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:49.1358490Z test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:58:49.1959970Z test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.060s) 2022-05-18T06:58:49.2290710Z test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:58:49.2767740Z test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.048s) 2022-05-18T06:58:49.3371160Z test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.060s) 2022-05-18T06:58:49.5976590Z test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.260s) 2022-05-18T06:58:49.6080830Z test_variant_consistency_eager_nn_functional_gelu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:49.6293080Z test_variant_consistency_eager_nn_functional_glu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:58:49.6485880Z test_variant_consistency_eager_nn_functional_grid_sample_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:58:49.6614540Z test_variant_consistency_eager_nn_functional_group_norm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:49.6712060Z test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:49.6816020Z test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:49.6903320Z test_variant_consistency_eager_nn_functional_hardswish_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:49.7002210Z test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:49.7127560Z test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:49.7240090Z test_variant_consistency_eager_nn_functional_huber_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:49.7388820Z test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:49.7503620Z test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:49.7621660Z test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:49.7734850Z test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:49.7846070Z test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:49.7958450Z test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:49.8076820Z test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:49.8208830Z test_variant_consistency_eager_nn_functional_kl_div_cpu_float32 (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T06:58:49.8209560Z warnings.warn( 2022-05-18T06:58:49.8209750Z ok (0.013s) 2022-05-18T06:58:49.8341850Z test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:49.8445750Z test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:49.8580650Z test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:49.8678620Z test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:49.8943760Z test_variant_consistency_eager_nn_functional_linear_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.026s) 2022-05-18T06:58:49.9085650Z test_variant_consistency_eager_nn_functional_linear_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:49.9225760Z test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:49.9311950Z test_variant_consistency_eager_nn_functional_logsigmoid_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:49.9436210Z test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:50.1568000Z test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.213s) 2022-05-18T06:58:50.4751890Z test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.318s) 2022-05-18T06:58:50.6090990Z test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.134s) 2022-05-18T06:58:50.7363320Z test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.127s) 2022-05-18T06:58:50.8340720Z test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestCommonCPU) ... ok (0.098s) 2022-05-18T06:58:51.0470030Z test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.213s) 2022-05-18T06:58:51.2151970Z test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestCommonCPU) ... ok (0.168s) 2022-05-18T06:58:51.3014470Z test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32 (__main__.TestCommonCPU) ... ok (0.086s) 2022-05-18T06:58:51.3749550Z test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestCommonCPU) ... ok (0.073s) 2022-05-18T06:58:51.3853600Z test_variant_consistency_eager_nn_functional_mish_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:51.3951450Z test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:51.4038620Z test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:51.4121860Z test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:51.4227150Z test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:51.4478320Z test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:58:51.4638720Z test_variant_consistency_eager_nn_functional_normalize_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:51.4746000Z test_variant_consistency_eager_nn_functional_normalize_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:51.4893930Z test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:51.5001940Z test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:51.5351720Z test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.035s) 2022-05-18T06:58:51.5536210Z test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:58:51.5678610Z test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:51.5781990Z test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:51.5923890Z test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:51.6024290Z test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:51.6168600Z test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:51.6270020Z test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:51.6364180Z test_variant_consistency_eager_nn_functional_pdist_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:51.6451390Z test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:51.6529910Z test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:51.6617270Z test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:51.6696980Z test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:51.7155460Z test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.046s) 2022-05-18T06:58:51.7282410Z test_variant_consistency_eager_nn_functional_prelu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:51.7377320Z test_variant_consistency_eager_nn_functional_relu6_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:51.7461150Z test_variant_consistency_eager_nn_functional_relu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:51.7617750Z test_variant_consistency_eager_nn_functional_rrelu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:51.7715790Z test_variant_consistency_eager_nn_functional_selu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:51.7818940Z test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:51.7916010Z test_variant_consistency_eager_nn_functional_silu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:51.8020450Z test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:51.8118270Z test_variant_consistency_eager_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:51.8207210Z test_variant_consistency_eager_nn_functional_softmin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:51.8321050Z test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:51.8410100Z test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:51.8492870Z test_variant_consistency_eager_nn_functional_softplus_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:51.8586530Z test_variant_consistency_eager_nn_functional_softshrink_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:51.8686480Z test_variant_consistency_eager_nn_functional_softsign_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:51.8770630Z test_variant_consistency_eager_nn_functional_softsign_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:51.8864580Z test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:51.8946250Z test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:51.9035120Z test_variant_consistency_eager_nn_functional_threshold_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:51.9225660Z test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:58:51.9350140Z test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:51.9550610Z test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:58:51.9686090Z test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:52.1277500Z test_variant_consistency_eager_nn_functional_unfold_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.159s) 2022-05-18T06:58:52.1969710Z test_variant_consistency_eager_nn_functional_unfold_cpu_float32 (__main__.TestCommonCPU) ... ok (0.069s) 2022-05-18T06:58:52.2057860Z test_variant_consistency_eager_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T06:58:52.2058640Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:58:52.2058980Z ok (0.009s) 2022-05-18T06:58:52.2165800Z test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32 (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T06:58:52.2166590Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:58:52.2166930Z ok (0.011s) 2022-05-18T06:58:52.2355350Z test_variant_consistency_eager_nonzero_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:58:52.2483310Z test_variant_consistency_eager_nonzero_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:52.3304880Z test_variant_consistency_eager_norm_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.082s) 2022-05-18T06:58:52.3731450Z test_variant_consistency_eager_norm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.043s) 2022-05-18T06:58:52.3866680Z test_variant_consistency_eager_norm_fro_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:52.3969600Z test_variant_consistency_eager_norm_fro_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:52.4125480Z test_variant_consistency_eager_norm_inf_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:52.4238040Z test_variant_consistency_eager_norm_inf_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:52.4361780Z test_variant_consistency_eager_norm_nuc_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:52.4460700Z test_variant_consistency_eager_norm_nuc_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:52.4597560Z test_variant_consistency_eager_normal_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:52.4684680Z test_variant_consistency_eager_normal_number_mean_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:52.4782920Z test_variant_consistency_eager_ones_like_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:52.4864920Z test_variant_consistency_eager_ones_like_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:52.6834110Z test_variant_consistency_eager_ormqr_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.197s) 2022-05-18T06:58:52.7580820Z test_variant_consistency_eager_ormqr_cpu_float32 (__main__.TestCommonCPU) ... ok (0.075s) 2022-05-18T06:58:52.7697230Z test_variant_consistency_eager_outer_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:52.7792990Z test_variant_consistency_eager_outer_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:53.0754110Z test_variant_consistency_eager_pca_lowrank_cpu_float32 (__main__.TestCommonCPU) ... ok (0.296s) 2022-05-18T06:58:53.0894960Z test_variant_consistency_eager_permute_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:53.0997710Z test_variant_consistency_eager_permute_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:53.1314450Z test_variant_consistency_eager_pinverse_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:58:53.1490390Z test_variant_consistency_eager_pinverse_cpu_float32 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:58:53.1599720Z test_variant_consistency_eager_polar_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:53.1809610Z test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:58:53.1876370Z test_variant_consistency_eager_polygamma_polygamma_n_1_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:58:53.1943480Z test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:58:53.2011080Z test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:58:53.2079170Z test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:58:53.2202160Z test_variant_consistency_eager_positive_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:53.2297410Z test_variant_consistency_eager_positive_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:53.3934420Z test_variant_consistency_eager_pow_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.164s) 2022-05-18T06:58:53.4761210Z test_variant_consistency_eager_pow_cpu_float32 (__main__.TestCommonCPU) ... ok (0.080s) 2022-05-18T06:58:53.5450390Z test_variant_consistency_eager_prod_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.071s) 2022-05-18T06:58:53.5801990Z test_variant_consistency_eager_prod_cpu_float32 (__main__.TestCommonCPU) ... ok (0.035s) 2022-05-18T06:58:53.6514120Z test_variant_consistency_eager_put_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.071s) 2022-05-18T06:58:53.6892420Z test_variant_consistency_eager_put_cpu_float32 (__main__.TestCommonCPU) ... ok (0.038s) 2022-05-18T06:58:53.7555760Z test_variant_consistency_eager_qr_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.066s) 2022-05-18T06:58:53.7876200Z test_variant_consistency_eager_qr_cpu_float32 (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:58:53.8661840Z test_variant_consistency_eager_quantile_cpu_float32 (__main__.TestCommonCPU) ... ok (0.078s) 2022-05-18T06:58:53.8776560Z test_variant_consistency_eager_rad2deg_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:53.8957000Z test_variant_consistency_eager_rand_like_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:58:53.9091300Z test_variant_consistency_eager_rand_like_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:53.9275460Z test_variant_consistency_eager_randint_like_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:58:53.9455450Z test_variant_consistency_eager_randn_like_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:58:53.9589330Z test_variant_consistency_eager_randn_like_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:53.9692210Z test_variant_consistency_eager_ravel_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:53.9780270Z test_variant_consistency_eager_ravel_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:53.9870770Z test_variant_consistency_eager_real_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:53.9948850Z test_variant_consistency_eager_real_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:54.0120200Z test_variant_consistency_eager_reciprocal_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:54.0223900Z test_variant_consistency_eager_reciprocal_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:54.1043540Z test_variant_consistency_eager_remainder_cpu_float32 (__main__.TestCommonCPU) ... ok (0.082s) 2022-05-18T06:58:54.1278250Z test_variant_consistency_eager_renorm_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:58:54.1423510Z test_variant_consistency_eager_renorm_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:54.1826690Z test_variant_consistency_eager_repeat_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.040s) 2022-05-18T06:58:54.2068180Z test_variant_consistency_eager_repeat_cpu_float32 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:58:54.2213690Z test_variant_consistency_eager_repeat_interleave_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:54.2321650Z test_variant_consistency_eager_repeat_interleave_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:54.2470110Z test_variant_consistency_eager_reshape_as_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:54.2578040Z test_variant_consistency_eager_reshape_as_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:54.2833420Z test_variant_consistency_eager_reshape_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:58:54.2991140Z test_variant_consistency_eager_reshape_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:54.3094110Z test_variant_consistency_eager_resize__cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:54.3178280Z test_variant_consistency_eager_resize__cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:54.3286920Z test_variant_consistency_eager_resize_as__cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:54.3373860Z test_variant_consistency_eager_resize_as__cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:54.3474050Z test_variant_consistency_eager_resolve_conj_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:54.3561310Z test_variant_consistency_eager_resolve_conj_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:54.3660360Z test_variant_consistency_eager_resolve_neg_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:54.3746810Z test_variant_consistency_eager_resolve_neg_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:54.3964150Z test_variant_consistency_eager_roll_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:58:54.4100730Z test_variant_consistency_eager_roll_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:54.4244930Z test_variant_consistency_eager_rot90_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:54.4349680Z test_variant_consistency_eager_rot90_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:54.4442540Z test_variant_consistency_eager_round_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:54.4582070Z test_variant_consistency_eager_round_decimals_0_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:54.4650000Z test_variant_consistency_eager_round_decimals_3_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:58:54.4718630Z test_variant_consistency_eager_round_decimals_neg_3_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:58:54.4928170Z test_variant_consistency_eager_rsqrt_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:58:54.5048150Z test_variant_consistency_eager_rsqrt_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:54.5253640Z test_variant_consistency_eager_rsub_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.021s) 2022-05-18T06:58:54.5466520Z test_variant_consistency_eager_rsub_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:54.5743070Z test_variant_consistency_eager_scatter_add_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:58:54.5926850Z test_variant_consistency_eager_scatter_add_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:58:54.6229470Z test_variant_consistency_eager_scatter_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:58:54.6427760Z test_variant_consistency_eager_scatter_cpu_float32 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:58:54.6734660Z test_variant_consistency_eager_scatter_reduce_amax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:58:54.7038840Z test_variant_consistency_eager_scatter_reduce_amin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:58:54.7357560Z test_variant_consistency_eager_scatter_reduce_mean_cpu_float32 (__main__.TestCommonCPU) ... ok (0.032s) 2022-05-18T06:58:54.7713830Z test_variant_consistency_eager_scatter_reduce_prod_cpu_float32 (__main__.TestCommonCPU) ... ok (0.035s) 2022-05-18T06:58:54.7997140Z test_variant_consistency_eager_scatter_reduce_sum_cpu_float32 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:58:54.8231810Z test_variant_consistency_eager_searchsorted_cpu_float32 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:58:54.8389690Z test_variant_consistency_eager_select_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:54.8498830Z test_variant_consistency_eager_select_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:54.8615910Z test_variant_consistency_eager_select_scatter_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:54.8724480Z test_variant_consistency_eager_sgn_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:54.8812450Z test_variant_consistency_eager_sgn_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:54.8915650Z test_variant_consistency_eager_short_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:54.9000760Z test_variant_consistency_eager_short_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:54.9216740Z test_variant_consistency_eager_sigmoid_cpu_complex64 (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:1909: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-05-18T06:58:54.9217360Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-05-18T06:58:54.9217730Z ok (0.021s) 2022-05-18T06:58:54.9356090Z test_variant_consistency_eager_sigmoid_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:54.9443410Z test_variant_consistency_eager_sign_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:54.9520050Z test_variant_consistency_eager_signbit_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:54.9627760Z test_variant_consistency_eager_sin_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:54.9715300Z test_variant_consistency_eager_sin_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:54.9916780Z test_variant_consistency_eager_sinc_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:58:55.0056160Z test_variant_consistency_eager_sinc_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:55.0158110Z test_variant_consistency_eager_sinh_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:55.0245390Z test_variant_consistency_eager_sinh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:55.0440500Z test_variant_consistency_eager_slice_scatter_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:58:55.0618330Z test_variant_consistency_eager_softmax_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:58:55.0864060Z test_variant_consistency_eager_softmax_with_dtype_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.024s) 2022-05-18T06:58:55.1040780Z test_variant_consistency_eager_softmax_with_dtype_cpu_float32 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:58:55.1373120Z test_variant_consistency_eager_sort_cpu_float32 (__main__.TestCommonCPU) ... ok (0.033s) 2022-05-18T06:58:55.1439930Z test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64 (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:58:55.1505740Z test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32 (__main__.TestCommonCPU) ... skip: Skipped! (0.007s) 2022-05-18T06:58:55.1585070Z test_variant_consistency_eager_special_entr_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:55.1665080Z test_variant_consistency_eager_special_erfcx_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:55.1744480Z test_variant_consistency_eager_special_i0e_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:55.1825900Z test_variant_consistency_eager_special_i1_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:55.1906850Z test_variant_consistency_eager_special_i1e_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:55.1988280Z test_variant_consistency_eager_special_log_ndtr_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:55.2072590Z test_variant_consistency_eager_special_ndtr_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:55.2153490Z test_variant_consistency_eager_special_ndtri_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:55.2251180Z test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:55.2355850Z test_variant_consistency_eager_special_xlog1py_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:55.2450140Z test_variant_consistency_eager_special_zeta_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:55.2552020Z test_variant_consistency_eager_split_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:55.2637860Z test_variant_consistency_eager_split_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:55.2762910Z test_variant_consistency_eager_split_list_args_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:55.2860640Z test_variant_consistency_eager_split_list_args_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:55.3001820Z test_variant_consistency_eager_split_with_sizes_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:55.3103410Z test_variant_consistency_eager_split_with_sizes_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:55.3210620Z test_variant_consistency_eager_sqrt_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:55.3297530Z test_variant_consistency_eager_sqrt_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:55.3460560Z test_variant_consistency_eager_square_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:55.3575470Z test_variant_consistency_eager_square_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:55.3848510Z test_variant_consistency_eager_squeeze_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:58:55.4012890Z test_variant_consistency_eager_squeeze_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:55.4134340Z test_variant_consistency_eager_stack_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:55.4226770Z test_variant_consistency_eager_stack_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:55.4420540Z test_variant_consistency_eager_std_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:58:55.4554990Z test_variant_consistency_eager_std_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:55.4661620Z test_variant_consistency_eager_std_mean_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:55.4745410Z test_variant_consistency_eager_std_mean_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:55.5022560Z test_variant_consistency_eager_stft_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.028s) 2022-05-18T06:58:55.5208790Z test_variant_consistency_eager_stft_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:58:55.7929000Z test_variant_consistency_eager_sub_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.272s) 2022-05-18T06:58:55.9292620Z test_variant_consistency_eager_sub_cpu_float32 (__main__.TestCommonCPU) ... ok (0.136s) 2022-05-18T06:58:55.9603080Z test_variant_consistency_eager_sum_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.031s) 2022-05-18T06:58:55.9804330Z test_variant_consistency_eager_sum_cpu_float32 (__main__.TestCommonCPU) ... ok (0.020s) 2022-05-18T06:58:55.9962400Z test_variant_consistency_eager_sum_to_size_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:56.0080380Z test_variant_consistency_eager_sum_to_size_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:56.4426280Z test_variant_consistency_eager_svd_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.434s) 2022-05-18T06:58:56.6310530Z test_variant_consistency_eager_svd_cpu_float32 (__main__.TestCommonCPU) ... ok (0.188s) 2022-05-18T06:58:56.9743440Z test_variant_consistency_eager_svd_lowrank_cpu_float32 (__main__.TestCommonCPU) ... ok (0.343s) 2022-05-18T06:58:56.9966770Z test_variant_consistency_eager_symeig_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.022s) 2022-05-18T06:58:57.0168970Z test_variant_consistency_eager_symeig_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:58:57.0308560Z test_variant_consistency_eager_t_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:57.0423160Z test_variant_consistency_eager_t_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:57.0588650Z test_variant_consistency_eager_take_along_dim_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:57.0709940Z test_variant_consistency_eager_take_along_dim_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:57.0961110Z test_variant_consistency_eager_take_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:58:57.1110560Z test_variant_consistency_eager_take_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:57.1220510Z test_variant_consistency_eager_tan_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:57.1311120Z test_variant_consistency_eager_tan_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:57.1431940Z test_variant_consistency_eager_tanh_cpu_complex64 (__main__.TestCommonCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:1898: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-05-18T06:58:57.1432550Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-05-18T06:58:57.1432820Z ok (0.012s) 2022-05-18T06:58:57.1525510Z test_variant_consistency_eager_tanh_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:57.1777950Z test_variant_consistency_eager_tensor_split_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:58:57.1935390Z test_variant_consistency_eager_tensor_split_cpu_float32 (__main__.TestCommonCPU) ... ok (0.016s) 2022-05-18T06:58:57.2037740Z test_variant_consistency_eager_tensordot_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:57.2121150Z test_variant_consistency_eager_tensordot_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:57.2583370Z test_variant_consistency_eager_tile_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.046s) 2022-05-18T06:58:57.2854330Z test_variant_consistency_eager_tile_cpu_float32 (__main__.TestCommonCPU) ... ok (0.027s) 2022-05-18T06:58:57.2963400Z test_variant_consistency_eager_to_sparse_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:57.3062970Z test_variant_consistency_eager_to_sparse_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:57.3201090Z test_variant_consistency_eager_topk_cpu_float32 (__main__.TestCommonCPU) ... ok (0.014s) 2022-05-18T06:58:57.3291580Z test_variant_consistency_eager_trace_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:57.3374800Z test_variant_consistency_eager_trace_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:57.4193730Z test_variant_consistency_eager_transpose_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.082s) 2022-05-18T06:58:57.4613990Z test_variant_consistency_eager_transpose_cpu_float32 (__main__.TestCommonCPU) ... ok (0.042s) 2022-05-18T06:58:57.4801370Z test_variant_consistency_eager_trapezoid_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:58:57.4922000Z test_variant_consistency_eager_trapezoid_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:57.5110440Z test_variant_consistency_eager_trapz_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:58:57.5229250Z test_variant_consistency_eager_trapz_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:57.5529040Z test_variant_consistency_eager_triangular_solve_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.030s) 2022-05-18T06:58:57.5699800Z test_variant_consistency_eager_triangular_solve_cpu_float32 (__main__.TestCommonCPU) ... ok (0.017s) 2022-05-18T06:58:57.5933080Z test_variant_consistency_eager_tril_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:58:57.6080830Z test_variant_consistency_eager_tril_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:57.6314750Z test_variant_consistency_eager_triu_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.023s) 2022-05-18T06:58:57.6462910Z test_variant_consistency_eager_triu_cpu_float32 (__main__.TestCommonCPU) ... ok (0.015s) 2022-05-18T06:58:57.7449880Z test_variant_consistency_eager_true_divide_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.099s) 2022-05-18T06:58:57.7949750Z test_variant_consistency_eager_true_divide_cpu_float32 (__main__.TestCommonCPU) ... ok (0.050s) 2022-05-18T06:58:57.8058850Z test_variant_consistency_eager_trunc_cpu_float32 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:57.8485820Z test_variant_consistency_eager_unfold_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.043s) 2022-05-18T06:58:57.8734110Z test_variant_consistency_eager_unfold_cpu_float32 (__main__.TestCommonCPU) ... ok (0.025s) 2022-05-18T06:58:58.0039180Z test_variant_consistency_eager_unique_consecutive_cpu_float32 (__main__.TestCommonCPU) ... ok (0.130s) 2022-05-18T06:58:58.2510860Z test_variant_consistency_eager_unique_cpu_float32 (__main__.TestCommonCPU) ... ok (0.247s) 2022-05-18T06:58:58.2798880Z test_variant_consistency_eager_unsqueeze_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.029s) 2022-05-18T06:58:58.2985130Z test_variant_consistency_eager_unsqueeze_cpu_float32 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:58:58.3173580Z test_variant_consistency_eager_var_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:58:58.3306320Z test_variant_consistency_eager_var_cpu_float32 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:58.3412290Z test_variant_consistency_eager_var_mean_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:58.3496020Z test_variant_consistency_eager_var_mean_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:58.3603790Z test_variant_consistency_eager_vdot_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:58.3684950Z test_variant_consistency_eager_vdot_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:58.3761040Z test_variant_consistency_eager_view_as_complex_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:58.3895350Z test_variant_consistency_eager_view_as_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:58.3994660Z test_variant_consistency_eager_view_as_cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:58.4074400Z test_variant_consistency_eager_view_as_real_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:58.4266330Z test_variant_consistency_eager_view_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.019s) 2022-05-18T06:58:58.4388630Z test_variant_consistency_eager_view_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:58.4496830Z test_variant_consistency_eager_vsplit_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.011s) 2022-05-18T06:58:58.4585760Z test_variant_consistency_eager_vsplit_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:58.4682230Z test_variant_consistency_eager_vstack_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:58.4767880Z test_variant_consistency_eager_vstack_cpu_float32 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:58.4952670Z test_variant_consistency_eager_where_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.018s) 2022-05-18T06:58:58.5075580Z test_variant_consistency_eager_where_cpu_float32 (__main__.TestCommonCPU) ... ok (0.012s) 2022-05-18T06:58:58.5595600Z test_variant_consistency_eager_xlogy_cpu_float32 (__main__.TestCommonCPU) ... ok (0.052s) 2022-05-18T06:58:58.5723640Z test_variant_consistency_eager_zero__cpu_complex64 (__main__.TestCommonCPU) ... ok (0.013s) 2022-05-18T06:58:58.5824860Z test_variant_consistency_eager_zero__cpu_float32 (__main__.TestCommonCPU) ... ok (0.010s) 2022-05-18T06:58:58.5920170Z test_variant_consistency_eager_zeros_like_cpu_complex64 (__main__.TestCommonCPU) ... ok (0.009s) 2022-05-18T06:58:58.6000180Z test_variant_consistency_eager_zeros_like_cpu_float32 (__main__.TestCommonCPU) ... ok (0.008s) 2022-05-18T06:58:58.6041870Z test_backward_H_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T06:58:58.6086440Z test_backward_T_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T06:58:58.6562690Z test_backward___getitem___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.047s) 2022-05-18T06:58:58.6865750Z test_backward___radd___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.030s) 2022-05-18T06:58:58.7820250Z test_backward___rdiv___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.095s) 2022-05-18T06:58:58.9553130Z test_backward___rmatmul___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.173s) 2022-05-18T06:58:59.0170470Z test_backward___rmod___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.062s) 2022-05-18T06:58:59.0717810Z test_backward___rmul___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.055s) 2022-05-18T06:58:59.1811850Z test_backward___rpow___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.109s) 2022-05-18T06:58:59.2167310Z test_backward___rsub___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.035s) 2022-05-18T06:59:00.1920430Z test_backward__masked_amax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.975s) 2022-05-18T06:59:01.1628060Z test_backward__masked_amin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.971s) 2022-05-18T06:59:01.2913150Z test_backward__masked_log_softmax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.128s) 2022-05-18T06:59:02.1604480Z test_backward__masked_mean_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.869s) 2022-05-18T06:59:08.1657140Z test_backward__masked_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (6.005s) 2022-05-18T06:59:08.4833460Z test_backward__masked_normalize_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.318s) 2022-05-18T06:59:10.0025150Z test_backward__masked_prod_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.519s) 2022-05-18T06:59:10.1299750Z test_backward__masked_softmax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.127s) 2022-05-18T06:59:10.2808710Z test_backward__masked_softmin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.151s) 2022-05-18T06:59:12.4876450Z test_backward__masked_std_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (2.207s) 2022-05-18T06:59:13.0020260Z test_backward__masked_sum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.514s) 2022-05-18T06:59:14.8908860Z test_backward__masked_var_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.889s) 2022-05-18T06:59:14.8944750Z test_backward_abs_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T06:59:14.9052910Z test_backward_acos_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T06:59:14.9141420Z test_backward_acosh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T06:59:14.9486150Z test_backward_add_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.034s) 2022-05-18T06:59:15.1011540Z test_backward_addbmm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.152s) 2022-05-18T06:59:15.4020100Z test_backward_addcdiv_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.301s) 2022-05-18T06:59:15.6040400Z test_backward_addcmul_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.202s) 2022-05-18T06:59:15.6650710Z test_backward_addmm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.061s) 2022-05-18T06:59:15.7068670Z test_backward_addmm_decomposed_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.042s) 2022-05-18T06:59:15.8093030Z test_backward_addmv_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.102s) 2022-05-18T06:59:15.8661030Z test_backward_addr_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.057s) 2022-05-18T06:59:15.9486510Z test_backward_amax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.082s) 2022-05-18T06:59:16.0303130Z test_backward_amin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.082s) 2022-05-18T06:59:16.0336720Z test_backward_angle_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T06:59:16.0531550Z test_backward_as_strided_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T06:59:16.0578090Z test_backward_asin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T06:59:16.0619970Z test_backward_asinh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T06:59:16.1772230Z test_backward_atan2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.115s) 2022-05-18T06:59:16.1811150Z test_backward_atan_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T06:59:16.1862380Z test_backward_atanh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T06:59:16.2086810Z test_backward_atleast_1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.022s) 2022-05-18T06:59:16.2396770Z test_backward_atleast_2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.031s) 2022-05-18T06:59:16.2870110Z test_backward_atleast_3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.047s) 2022-05-18T06:59:16.3919630Z test_backward_baddbmm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.105s) 2022-05-18T06:59:16.4046820Z test_backward_bernoulli_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T06:59:16.4126490Z test_backward_bfloat16_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T06:59:16.4196160Z test_backward_block_diag_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.007s) 2022-05-18T06:59:16.4276780Z test_backward_bmm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T06:59:16.6626270Z test_backward_broadcast_tensors_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.235s) 2022-05-18T06:59:16.6749950Z test_backward_broadcast_to_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T06:59:16.7282320Z test_backward_cartesian_prod_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.053s) 2022-05-18T06:59:16.7424150Z test_backward_cat_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T06:59:19.5899990Z test_backward_cdist_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (2.847s) 2022-05-18T06:59:19.5932040Z test_backward_ceil_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T06:59:19.6052890Z test_backward_chalf_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T06:59:19.7573110Z test_backward_cholesky_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.152s) 2022-05-18T06:59:19.8707740Z test_backward_cholesky_inverse_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.113s) 2022-05-18T06:59:20.1210690Z test_backward_cholesky_solve_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.250s) 2022-05-18T06:59:20.1708780Z test_backward_chunk_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.050s) 2022-05-18T06:59:20.2594550Z test_backward_clamp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.088s) 2022-05-18T06:59:20.2769970Z test_backward_clamp_scalar_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.017s) 2022-05-18T06:59:20.2801570Z test_backward_clone_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T06:59:20.2892410Z test_backward_column_stack_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T06:59:20.4916970Z test_backward_combinations_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.202s) 2022-05-18T06:59:20.5519940Z test_backward_complex_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.060s) 2022-05-18T06:59:20.5552150Z test_backward_conj_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T06:59:20.5575000Z test_backward_conj_physical_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T06:59:20.5596130Z test_backward_contiguous_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T06:59:20.6364970Z test_backward_copysign_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.077s) 2022-05-18T06:59:20.7187690Z test_backward_corrcoef_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.082s) 2022-05-18T06:59:20.7262610Z test_backward_cos_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T06:59:20.7326280Z test_backward_cosh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T06:59:23.2130650Z test_backward_cov_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (2.480s) 2022-05-18T06:59:23.2273680Z test_backward_cross_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T06:59:23.2310300Z test_backward_cummax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.004s) 2022-05-18T06:59:23.2335830Z test_backward_cummin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.002s) 2022-05-18T06:59:23.2578010Z test_backward_cumprod_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.024s) 2022-05-18T06:59:23.2662300Z test_backward_cumsum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T06:59:23.4064610Z test_backward_cumulative_trapezoid_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.140s) 2022-05-18T06:59:23.4118330Z test_backward_deg2rad_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T06:59:23.4315250Z test_backward_diag_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.020s) 2022-05-18T06:59:23.4522380Z test_backward_diag_embed_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.021s) 2022-05-18T06:59:23.4635440Z test_backward_diagflat_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T06:59:23.4849940Z test_backward_diagonal_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.021s) 2022-05-18T06:59:23.5406870Z test_backward_diagonal_scatter_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.056s) 2022-05-18T06:59:26.4770350Z test_backward_diff_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (2.936s) 2022-05-18T06:59:26.4838150Z test_backward_digamma_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T06:59:27.6124480Z test_backward_dist_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.128s) 2022-05-18T06:59:27.6694920Z test_backward_div_floor_rounding_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.057s) 2022-05-18T06:59:27.7514910Z test_backward_div_no_rounding_mode_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.082s) 2022-05-18T06:59:27.8077820Z test_backward_div_trunc_rounding_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.056s) 2022-05-18T06:59:27.8134240Z test_backward_dot_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T06:59:27.8210480Z test_backward_double_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T06:59:27.8637260Z test_backward_dsplit_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.042s) 2022-05-18T06:59:27.8702090Z test_backward_dstack_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T06:59:27.9017050Z test_backward_eig_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.031s) 2022-05-18T06:59:28.0047820Z test_backward_einsum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.103s) 2022-05-18T06:59:28.0094370Z test_backward_erf_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T06:59:28.0189910Z test_backward_erfc_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T06:59:28.0235260Z test_backward_erfinv_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T06:59:28.0330280Z test_backward_exp2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T06:59:28.0400970Z test_backward_exp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T06:59:28.0491060Z test_backward_expand_as_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T06:59:28.0640950Z test_backward_expand_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T06:59:28.0679910Z test_backward_expm1_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T06:59:28.0879800Z test_backward_fft_fft2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.020s) 2022-05-18T06:59:28.1065700Z test_backward_fft_fft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T06:59:28.1313600Z test_backward_fft_fftn_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.025s) 2022-05-18T06:59:28.1402250Z test_backward_fft_fftshift_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T06:59:28.1763920Z test_backward_fft_hfft2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.036s) 2022-05-18T06:59:28.2114030Z test_backward_fft_hfft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.035s) 2022-05-18T06:59:28.2561190Z test_backward_fft_hfftn_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.045s) 2022-05-18T06:59:28.2764050Z test_backward_fft_ifft2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.020s) 2022-05-18T06:59:28.3018210Z test_backward_fft_ifft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.025s) 2022-05-18T06:59:28.3266160Z test_backward_fft_ifftn_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.025s) 2022-05-18T06:59:28.3354110Z test_backward_fft_ifftshift_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T06:59:28.3708300Z test_backward_fft_ihfft2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.035s) 2022-05-18T06:59:28.4073450Z test_backward_fft_ihfft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.036s) 2022-05-18T06:59:28.4518070Z test_backward_fft_ihfftn_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.044s) 2022-05-18T06:59:28.4771050Z test_backward_fft_irfft2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.025s) 2022-05-18T06:59:28.5045440Z test_backward_fft_irfft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.027s) 2022-05-18T06:59:28.5364380Z test_backward_fft_irfftn_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.032s) 2022-05-18T06:59:28.5641510Z test_backward_fft_rfft2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.028s) 2022-05-18T06:59:28.5932810Z test_backward_fft_rfft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.029s) 2022-05-18T06:59:28.6286150Z test_backward_fft_rfftn_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.035s) 2022-05-18T06:59:28.6297010Z test_backward_fill__cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Allowed exemption (0.001s) 2022-05-18T06:59:28.6381910Z test_backward_flatten_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T06:59:28.6523460Z test_backward_flip_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T06:59:28.6562880Z test_backward_fliplr_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T06:59:28.6602920Z test_backward_flipud_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T06:59:28.6646500Z test_backward_float_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T06:59:28.8679140Z test_backward_float_power_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.203s) 2022-05-18T06:59:28.8710060Z test_backward_floor_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T06:59:28.9896920Z test_backward_fmax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.118s) 2022-05-18T06:59:29.1088600Z test_backward_fmin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.119s) 2022-05-18T06:59:29.1730020Z test_backward_fmod_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.064s) 2022-05-18T06:59:29.1768930Z test_backward_frac_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T06:59:29.1837210Z test_backward_frexp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T06:59:29.2071240Z test_backward_gather_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.023s) 2022-05-18T06:59:30.2493060Z test_backward_gradient_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.042s) 2022-05-18T06:59:30.2573240Z test_backward_half_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T06:59:30.3005230Z test_backward_hsplit_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.043s) 2022-05-18T06:59:30.3047930Z test_backward_hstack_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T06:59:30.3988300Z test_backward_hypot_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.094s) 2022-05-18T06:59:30.4055450Z test_backward_i0_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T06:59:30.5057500Z test_backward_index_add_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.100s) 2022-05-18T06:59:30.5416970Z test_backward_index_copy_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.036s) 2022-05-18T06:59:30.5530000Z test_backward_index_fill_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T06:59:30.5996140Z test_backward_index_put_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.046s) 2022-05-18T06:59:32.0261810Z test_backward_index_reduce_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.426s) 2022-05-18T06:59:32.0419460Z test_backward_index_select_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.016s) 2022-05-18T06:59:32.0651560Z test_backward_inner_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.023s) 2022-05-18T06:59:32.1388730Z test_backward_inverse_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.074s) 2022-05-18T06:59:32.3793620Z test_backward_istft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.240s) 2022-05-18T06:59:32.3953410Z test_backward_kron_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.016s) 2022-05-18T06:59:32.4154270Z test_backward_kthvalue_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.020s) 2022-05-18T06:59:32.5033890Z test_backward_ldexp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.088s) 2022-05-18T06:59:32.7010590Z test_backward_lerp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.198s) 2022-05-18T06:59:32.7079010Z test_backward_lgamma_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T06:59:32.8647380Z test_backward_linalg_cholesky_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.157s) 2022-05-18T06:59:33.0205640Z test_backward_linalg_cholesky_ex_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.156s) 2022-05-18T06:59:33.0602580Z test_backward_linalg_cond_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.040s) 2022-05-18T06:59:33.0744930Z test_backward_linalg_cross_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T06:59:33.1166440Z test_backward_linalg_det_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.042s) 2022-05-18T06:59:33.1270280Z test_backward_linalg_eig_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.010s) 2022-05-18T06:59:33.1326190Z test_backward_linalg_eigh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.005s) 2022-05-18T06:59:33.1935680Z test_backward_linalg_eigvals_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.061s) 2022-05-18T06:59:33.2495980Z test_backward_linalg_eigvalsh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.056s) 2022-05-18T06:59:33.2585770Z test_backward_linalg_householder_product_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.009s) 2022-05-18T06:59:33.3333230Z test_backward_linalg_inv_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.075s) 2022-05-18T06:59:33.4072400Z test_backward_linalg_inv_ex_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.074s) 2022-05-18T06:59:33.4781680Z test_backward_linalg_lstsq_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.071s) 2022-05-18T06:59:33.5494570Z test_backward_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.071s) 2022-05-18T06:59:34.0994630Z test_backward_linalg_lu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.550s) 2022-05-18T06:59:34.3896520Z test_backward_linalg_lu_factor_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.290s) 2022-05-18T06:59:34.6736720Z test_backward_linalg_lu_factor_ex_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.284s) 2022-05-18T06:59:34.6839430Z test_backward_linalg_matrix_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.010s) 2022-05-18T06:59:34.9230920Z test_backward_linalg_matrix_power_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.239s) 2022-05-18T06:59:34.9702900Z test_backward_linalg_multi_dot_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.047s) 2022-05-18T06:59:34.9824510Z test_backward_linalg_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.008s) 2022-05-18T06:59:34.9835240Z test_backward_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.005s) 2022-05-18T06:59:36.0506890Z test_backward_linalg_pinv_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.067s) 2022-05-18T06:59:36.2870180Z test_backward_linalg_pinv_hermitian_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.236s) 2022-05-18T06:59:36.2887360Z test_backward_linalg_pinv_singular_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:59:36.3331710Z test_backward_linalg_qr_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.044s) 2022-05-18T06:59:36.3714170Z test_backward_linalg_slogdet_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.038s) 2022-05-18T06:59:36.7043220Z test_backward_linalg_solve_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.333s) 2022-05-18T06:59:42.1763550Z test_backward_linalg_solve_triangular_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (5.472s) 2022-05-18T06:59:42.2007010Z test_backward_linalg_svd_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.024s) 2022-05-18T06:59:42.4476080Z test_backward_linalg_svdvals_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.247s) 2022-05-18T06:59:42.4628470Z test_backward_linalg_tensorinv_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T06:59:42.5578960Z test_backward_linalg_tensorsolve_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.095s) 2022-05-18T06:59:42.6369250Z test_backward_linalg_vander_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.079s) 2022-05-18T06:59:43.0947920Z test_backward_linalg_vector_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.458s) 2022-05-18T06:59:43.1017270Z test_backward_log10_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T06:59:43.1050800Z test_backward_log1p_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T06:59:43.1119400Z test_backward_log2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T06:59:43.1173910Z test_backward_log_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T06:59:43.1307740Z test_backward_log_softmax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T06:59:43.1492860Z test_backward_log_softmax_dtype_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.018s) 2022-05-18T06:59:43.1625850Z test_backward_logaddexp2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T06:59:43.1741030Z test_backward_logaddexp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T06:59:43.2246030Z test_backward_logcumsumexp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.050s) 2022-05-18T06:59:43.2459010Z test_backward_logdet_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.021s) 2022-05-18T06:59:43.2529980Z test_backward_logit_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T06:59:43.2927290Z test_backward_logsumexp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.040s) 2022-05-18T06:59:43.8520820Z test_backward_lu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.559s) 2022-05-18T06:59:49.2550780Z test_backward_lu_solve_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (5.403s) 2022-05-18T06:59:49.4574800Z test_backward_lu_unpack_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.202s) 2022-05-18T06:59:49.4661270Z test_backward_mH_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T06:59:49.4745130Z test_backward_mT_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T06:59:49.5388260Z test_backward_masked_fill_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.064s) 2022-05-18T06:59:49.6030340Z test_backward_masked_scatter_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.064s) 2022-05-18T06:59:49.6496400Z test_backward_masked_select_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.046s) 2022-05-18T06:59:49.8227860Z test_backward_matmul_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.173s) 2022-05-18T06:59:49.8262170Z test_backward_matrix_exp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.003s) 2022-05-18T06:59:49.9644410Z test_backward_max_binary_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.138s) 2022-05-18T06:59:49.9753280Z test_backward_max_reduction_no_dim_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T06:59:49.9838490Z test_backward_max_reduction_with_dim_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T06:59:50.1215290Z test_backward_maximum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.138s) 2022-05-18T06:59:50.1633380Z test_backward_mean_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.042s) 2022-05-18T06:59:50.1980420Z test_backward_median_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.035s) 2022-05-18T06:59:50.3303330Z test_backward_meshgrid_list_of_tensors_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.132s) 2022-05-18T06:59:51.1223550Z test_backward_meshgrid_variadic_tensors_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.792s) 2022-05-18T06:59:51.2592040Z test_backward_min_binary_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.137s) 2022-05-18T06:59:51.2699710Z test_backward_min_reduction_no_dim_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T06:59:51.2785060Z test_backward_min_reduction_with_dim_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T06:59:51.4153160Z test_backward_minimum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.137s) 2022-05-18T06:59:51.4228310Z test_backward_mm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T06:59:51.4351730Z test_backward_mode_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T06:59:51.4398490Z test_backward_movedim_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T06:59:51.4460460Z test_backward_msort_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T06:59:51.5004750Z test_backward_mul_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.054s) 2022-05-18T06:59:51.5085990Z test_backward_mv_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T06:59:51.5406700Z test_backward_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.032s) 2022-05-18T06:59:51.5725890Z test_backward_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.032s) 2022-05-18T06:59:51.6048700Z test_backward_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.032s) 2022-05-18T06:59:51.6151490Z test_backward_nan_to_num_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T06:59:51.7838220Z test_backward_nanmean_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.169s) 2022-05-18T06:59:51.8189850Z test_backward_nanmedian_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.035s) 2022-05-18T06:59:53.3518420Z test_backward_nanquantile_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.533s) 2022-05-18T06:59:53.4084180Z test_backward_nansum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.057s) 2022-05-18T06:59:53.4174630Z test_backward_narrow_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T06:59:53.4203330Z test_backward_neg_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T06:59:53.4314500Z test_backward_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T06:59:53.4404440Z test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T06:59:53.4517240Z test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T06:59:53.4667630Z test_backward_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T06:59:53.4873790Z test_backward_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.021s) 2022-05-18T06:59:53.5050070Z test_backward_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.018s) 2022-05-18T06:59:53.5382040Z test_backward_nn_functional_avg_pool1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.033s) 2022-05-18T06:59:53.5531200Z test_backward_nn_functional_avg_pool2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T06:59:53.5713950Z test_backward_nn_functional_avg_pool3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.018s) 2022-05-18T06:59:53.9911090Z test_backward_nn_functional_batch_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.420s) 2022-05-18T06:59:55.0234300Z test_backward_nn_functional_bilinear_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.032s) 2022-05-18T06:59:55.1728000Z test_backward_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.149s) 2022-05-18T06:59:55.8733750Z test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.700s) 2022-05-18T06:59:55.8795750Z test_backward_nn_functional_celu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T06:59:55.9379770Z test_backward_nn_functional_conv1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.058s) 2022-05-18T06:59:56.1428990Z test_backward_nn_functional_conv2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.205s) 2022-05-18T06:59:56.1947820Z test_backward_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.052s) 2022-05-18T06:59:56.2497640Z test_backward_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.055s) 2022-05-18T06:59:56.3204210Z test_backward_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.071s) 2022-05-18T06:59:57.0540220Z test_backward_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.733s) 2022-05-18T06:59:57.4466540Z test_backward_nn_functional_cosine_similarity_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.392s) 2022-05-18T06:59:57.7060670Z test_backward_nn_functional_cross_entropy_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.259s) 2022-05-18T06:59:57.7186010Z test_backward_nn_functional_ctc_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.012s) 2022-05-18T06:59:57.7554420Z test_backward_nn_functional_dropout2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.037s) 2022-05-18T06:59:57.7934150Z test_backward_nn_functional_dropout_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.038s) 2022-05-18T06:59:57.7995190Z test_backward_nn_functional_elu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T06:59:57.8061230Z test_backward_nn_functional_embedding_bag_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.007s) 2022-05-18T06:59:57.8170670Z test_backward_nn_functional_embedding_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T06:59:57.8360150Z test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T06:59:57.8526140Z test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.017s) 2022-05-18T06:59:57.9564120Z test_backward_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.104s) 2022-05-18T06:59:58.0979350Z test_backward_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.141s) 2022-05-18T07:00:14.9428840Z test_backward_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (16.845s) 2022-05-18T07:00:14.9567400Z test_backward_nn_functional_gelu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T07:00:15.0248720Z test_backward_nn_functional_glu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.068s) 2022-05-18T07:00:15.1564340Z test_backward_nn_functional_grid_sample_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.131s) 2022-05-18T07:00:15.2356650Z test_backward_nn_functional_group_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.079s) 2022-05-18T07:00:15.2491540Z test_backward_nn_functional_hardshrink_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:00:15.2547160Z test_backward_nn_functional_hardsigmoid_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:00:15.2615090Z test_backward_nn_functional_hardswish_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:00:15.2756290Z test_backward_nn_functional_hardtanh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T07:00:15.4446490Z test_backward_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.169s) 2022-05-18T07:00:15.5013590Z test_backward_nn_functional_huber_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.057s) 2022-05-18T07:00:16.7909310Z test_backward_nn_functional_instance_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.290s) 2022-05-18T07:00:16.8167510Z test_backward_nn_functional_interpolate_area_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.026s) 2022-05-18T07:00:16.8370610Z test_backward_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.020s) 2022-05-18T07:00:16.8565900Z test_backward_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.020s) 2022-05-18T07:00:16.8752990Z test_backward_nn_functional_interpolate_linear_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T07:00:16.8950800Z test_backward_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.020s) 2022-05-18T07:00:16.9162080Z test_backward_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.021s) 2022-05-18T07:00:17.0349500Z test_backward_nn_functional_kl_div_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.119s) 2022-05-18T07:00:17.0670850Z test_backward_nn_functional_l1_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.032s) 2022-05-18T07:00:17.1249190Z test_backward_nn_functional_layer_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.058s) 2022-05-18T07:00:17.1388160Z test_backward_nn_functional_leaky_relu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T07:00:17.4036740Z test_backward_nn_functional_linear_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.265s) 2022-05-18T07:00:17.5267070Z test_backward_nn_functional_local_response_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.123s) 2022-05-18T07:00:17.5325950Z test_backward_nn_functional_logsigmoid_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:00:17.7146440Z test_backward_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.182s) 2022-05-18T07:00:21.1006900Z test_backward_nn_functional_max_pool1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (3.386s) 2022-05-18T07:00:24.1914210Z test_backward_nn_functional_max_pool2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (3.091s) 2022-05-18T07:00:25.4982280Z test_backward_nn_functional_max_pool3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.307s) 2022-05-18T07:00:27.1425250Z test_backward_nn_functional_max_unpool1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.644s) 2022-05-18T07:00:27.3684580Z test_backward_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.226s) 2022-05-18T07:00:29.6165340Z test_backward_nn_functional_max_unpool2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (2.248s) 2022-05-18T07:00:29.9127810Z test_backward_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.296s) 2022-05-18T07:00:30.6785910Z test_backward_nn_functional_max_unpool3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.766s) 2022-05-18T07:00:30.8339990Z test_backward_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.155s) 2022-05-18T07:00:30.8397490Z test_backward_nn_functional_mish_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:00:30.8694610Z test_backward_nn_functional_mse_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.030s) 2022-05-18T07:00:30.8876330Z test_backward_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.018s) 2022-05-18T07:00:30.8996450Z test_backward_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:00:31.0304380Z test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.131s) 2022-05-18T07:00:31.3942950Z test_backward_nn_functional_nll_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.364s) 2022-05-18T07:00:31.4657730Z test_backward_nn_functional_normalize_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.071s) 2022-05-18T07:00:31.5876130Z test_backward_nn_functional_pad_circular_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.122s) 2022-05-18T07:00:31.6555780Z test_backward_nn_functional_pad_constant_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.068s) 2022-05-18T07:00:31.6764980Z test_backward_nn_functional_pad_reflect_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.021s) 2022-05-18T07:00:31.6973920Z test_backward_nn_functional_pad_replicate_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.021s) 2022-05-18T07:00:31.7947880Z test_backward_nn_functional_pairwise_distance_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.097s) 2022-05-18T07:00:31.8140910Z test_backward_nn_functional_pdist_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T07:00:31.8182190Z test_backward_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:00:31.8221630Z test_backward_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:00:33.2000570Z test_backward_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.378s) 2022-05-18T07:00:33.2720100Z test_backward_nn_functional_prelu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.072s) 2022-05-18T07:00:33.2859300Z test_backward_nn_functional_relu6_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T07:00:33.2952240Z test_backward_nn_functional_relu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T07:00:33.3049810Z test_backward_nn_functional_rrelu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:00:33.3107040Z test_backward_nn_functional_selu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:00:33.3164520Z test_backward_nn_functional_silu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:00:33.3578670Z test_backward_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.041s) 2022-05-18T07:00:33.3810740Z test_backward_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.023s) 2022-05-18T07:00:33.3991730Z test_backward_nn_functional_softmin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.018s) 2022-05-18T07:00:33.4227630Z test_backward_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.023s) 2022-05-18T07:00:33.4288330Z test_backward_nn_functional_softplus_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:00:33.4426260Z test_backward_nn_functional_softshrink_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T07:00:33.4588900Z test_backward_nn_functional_softsign_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.016s) 2022-05-18T07:00:33.4698140Z test_backward_nn_functional_tanhshrink_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:00:33.4778210Z test_backward_nn_functional_threshold_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:00:34.0339880Z test_backward_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.556s) 2022-05-18T07:00:34.6040660Z test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.570s) 2022-05-18T07:00:35.0260940Z test_backward_nn_functional_unfold_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.422s) 2022-05-18T07:00:35.0342170Z test_backward_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:00:35.0532350Z test_backward_nn_functional_upsample_nearest_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T07:00:35.2660000Z test_backward_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.213s) 2022-05-18T07:00:35.2703500Z test_backward_norm_fro_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.004s) 2022-05-18T07:00:35.3067560Z test_backward_norm_inf_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.036s) 2022-05-18T07:00:35.3129670Z test_backward_norm_nuc_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.006s) 2022-05-18T07:00:35.3329840Z test_backward_normal_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.020s) 2022-05-18T07:00:35.3368000Z test_backward_normal_number_mean_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:00:35.3496080Z test_backward_outer_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:00:35.3603940Z test_backward_pca_lowrank_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.011s) 2022-05-18T07:00:35.3685390Z test_backward_permute_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:00:35.6140890Z test_backward_pinverse_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.246s) 2022-05-18T07:00:35.8059980Z test_backward_polar_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.192s) 2022-05-18T07:00:35.8251500Z test_backward_polygamma_polygamma_n_0_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T07:00:35.8441490Z test_backward_polygamma_polygamma_n_1_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T07:00:35.8627600Z test_backward_polygamma_polygamma_n_2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.018s) 2022-05-18T07:00:35.8818560Z test_backward_polygamma_polygamma_n_3_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T07:00:35.9009770Z test_backward_polygamma_polygamma_n_4_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T07:00:35.9041550Z test_backward_positive_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:00:36.0741100Z test_backward_pow_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.170s) 2022-05-18T07:00:36.2271040Z test_backward_prod_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.153s) 2022-05-18T07:00:36.2306600Z test_backward_put_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.004s) 2022-05-18T07:00:36.2763580Z test_backward_qr_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.046s) 2022-05-18T07:00:37.7920770Z test_backward_quantile_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.515s) 2022-05-18T07:00:37.7980560Z test_backward_rad2deg_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:00:37.8028940Z test_backward_ravel_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:00:37.8062940Z test_backward_real_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:00:37.8163430Z test_backward_reciprocal_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:00:37.8825500Z test_backward_remainder_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.066s) 2022-05-18T07:00:37.9223490Z test_backward_renorm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.040s) 2022-05-18T07:00:37.9596700Z test_backward_repeat_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.037s) 2022-05-18T07:00:37.9755550Z test_backward_repeat_interleave_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.016s) 2022-05-18T07:00:37.9893830Z test_backward_reshape_as_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T07:00:38.0080450Z test_backward_reshape_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T07:00:38.0108170Z test_backward_resolve_conj_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:00:38.0135520Z test_backward_resolve_neg_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:00:38.0264660Z test_backward_roll_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:00:38.0342240Z test_backward_rot90_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:00:38.0375220Z test_backward_round_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:00:38.0437450Z test_backward_round_decimals_0_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:00:38.0498500Z test_backward_round_decimals_3_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:00:38.0559710Z test_backward_round_decimals_neg_3_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:00:38.0656380Z test_backward_rsqrt_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:00:38.1080460Z test_backward_rsub_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.042s) 2022-05-18T07:00:38.1529220Z test_backward_scatter_add_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.045s) 2022-05-18T07:00:38.2180270Z test_backward_scatter_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.065s) 2022-05-18T07:00:38.7852790Z test_backward_scatter_reduce_amax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.567s) 2022-05-18T07:00:39.3524810Z test_backward_scatter_reduce_amin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.567s) 2022-05-18T07:00:39.8110910Z test_backward_scatter_reduce_mean_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.459s) 2022-05-18T07:00:40.8116440Z test_backward_scatter_reduce_prod_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.000s) 2022-05-18T07:00:40.9740830Z test_backward_scatter_reduce_sum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.162s) 2022-05-18T07:00:40.9825750Z test_backward_select_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:00:41.0026720Z test_backward_select_scatter_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.020s) 2022-05-18T07:00:41.0065340Z test_backward_sgn_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:00:41.0137340Z test_backward_sigmoid_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:00:41.0167950Z test_backward_sign_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:00:41.0201340Z test_backward_sin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:00:41.0379130Z test_backward_sinc_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.018s) 2022-05-18T07:00:41.0414760Z test_backward_sinh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:00:41.0807800Z test_backward_slice_scatter_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.039s) 2022-05-18T07:00:41.0943740Z test_backward_softmax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T07:00:41.1131470Z test_backward_softmax_with_dtype_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T07:00:41.1980790Z test_backward_sort_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.085s) 2022-05-18T07:00:41.1991120Z test_backward_sparse_sampled_addmm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Skipped! (0.001s) 2022-05-18T07:00:41.2056340Z test_backward_special_entr_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:00:41.2162450Z test_backward_special_erfcx_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:00:41.2243790Z test_backward_special_i0e_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:00:41.2404390Z test_backward_special_i1_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.016s) 2022-05-18T07:00:41.2584550Z test_backward_special_i1e_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.018s) 2022-05-18T07:00:41.2723580Z test_backward_special_log_ndtr_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T07:00:41.2880860Z test_backward_special_ndtr_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.016s) 2022-05-18T07:00:41.2997810Z test_backward_special_ndtri_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:00:41.3186020Z test_backward_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T07:00:41.3993830Z test_backward_special_xlog1py_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.081s) 2022-05-18T07:00:41.4078660Z test_backward_split_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:00:41.4259860Z test_backward_split_list_args_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.018s) 2022-05-18T07:00:41.4495380Z test_backward_split_with_sizes_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.023s) 2022-05-18T07:00:41.4535070Z test_backward_sqrt_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:00:41.4613570Z test_backward_square_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:00:41.4718810Z test_backward_squeeze_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:00:41.4864320Z test_backward_stack_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:00:41.5261110Z test_backward_std_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.039s) 2022-05-18T07:00:41.5270670Z test_backward_std_mean_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Skipped! (0.001s) 2022-05-18T07:00:41.6746380Z test_backward_stft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.147s) 2022-05-18T07:00:41.7172810Z test_backward_sub_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.043s) 2022-05-18T07:00:41.7488870Z test_backward_sum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.032s) 2022-05-18T07:00:41.7578560Z test_backward_sum_to_size_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T07:00:41.7798330Z test_backward_svd_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.022s) 2022-05-18T07:00:41.7896250Z test_backward_svd_lowrank_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.010s) 2022-05-18T07:00:41.7947630Z test_backward_symeig_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.005s) 2022-05-18T07:00:41.7999130Z test_backward_t_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:00:41.8347270Z test_backward_take_along_dim_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.035s) 2022-05-18T07:00:41.8373480Z test_backward_take_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.003s) 2022-05-18T07:00:41.8416740Z test_backward_tan_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:00:41.8451980Z test_backward_tanh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:00:41.8715280Z test_backward_tensor_split_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.026s) 2022-05-18T07:00:41.9089000Z test_backward_tensordot_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.037s) 2022-05-18T07:00:41.9491460Z test_backward_tile_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.040s) 2022-05-18T07:00:41.9501540Z test_backward_to_sparse_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Allowed exception (0.001s) 2022-05-18T07:00:41.9731660Z test_backward_topk_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.023s) 2022-05-18T07:00:41.9766780Z test_backward_trace_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:00:41.9883510Z test_backward_transpose_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:00:42.1337200Z test_backward_trapezoid_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.145s) 2022-05-18T07:00:42.2796900Z test_backward_trapz_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.146s) 2022-05-18T07:00:42.6800120Z test_backward_triangular_solve_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.400s) 2022-05-18T07:00:42.6876980Z test_backward_tril_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:00:42.6954600Z test_backward_triu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:00:42.7780560Z test_backward_true_divide_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.082s) 2022-05-18T07:00:42.7813120Z test_backward_trunc_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:00:42.8140060Z test_backward_unfold_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.033s) 2022-05-18T07:00:42.8264670Z test_backward_unsqueeze_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:00:42.8476410Z test_backward_var_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.021s) 2022-05-18T07:00:42.8486520Z test_backward_var_mean_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Skipped! (0.001s) 2022-05-18T07:00:42.8544330Z test_backward_vdot_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:00:42.8572790Z test_backward_view_as_complex_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:00:42.8671880Z test_backward_view_as_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:00:42.8792500Z test_backward_view_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:00:42.9223190Z test_backward_vsplit_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.043s) 2022-05-18T07:00:42.9266910Z test_backward_vstack_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:00:43.0108150Z test_backward_where_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.084s) 2022-05-18T07:00:43.1298230Z test_backward_xlogy_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.119s) 2022-05-18T07:00:43.1364800Z test_backward_zero__cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:00:43.1423420Z test_forward_ad_H_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:00:43.1490600Z test_forward_ad_T_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:00:43.2090750Z test_forward_ad___getitem___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.060s) 2022-05-18T07:00:43.3645690Z test_forward_ad___radd___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.155s) 2022-05-18T07:00:43.6856610Z test_forward_ad___rdiv___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.321s) 2022-05-18T07:00:44.2908270Z test_forward_ad___rmatmul___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.605s) 2022-05-18T07:00:44.5307900Z test_forward_ad___rmod___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.240s) 2022-05-18T07:00:44.7619870Z test_forward_ad___rmul___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.231s) 2022-05-18T07:00:45.2344900Z test_forward_ad___rpow___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.472s) 2022-05-18T07:00:45.3979970Z test_forward_ad___rsub___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.163s) 2022-05-18T07:00:45.3998950Z test_forward_ad__masked_amax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:00:45.4016910Z test_forward_ad__masked_amin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:00:45.4034520Z test_forward_ad__masked_argmax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:00:45.4052320Z test_forward_ad__masked_argmin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:00:45.4064670Z test_forward_ad__masked_log_softmax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Fails on UBSAN! (0.001s) 2022-05-18T07:00:45.4076440Z test_forward_ad__masked_mean_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Fails on UBSAN! (0.001s) 2022-05-18T07:00:45.4087820Z test_forward_ad__masked_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Fails on UBSAN! (0.001s) 2022-05-18T07:00:45.9688940Z test_forward_ad__masked_normalize_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.560s) 2022-05-18T07:00:45.9701300Z test_forward_ad__masked_prod_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Fails on UBSAN! (0.001s) 2022-05-18T07:00:45.9713050Z test_forward_ad__masked_softmax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Fails on UBSAN! (0.001s) 2022-05-18T07:00:45.9724820Z test_forward_ad__masked_softmin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Fails on UBSAN! (0.001s) 2022-05-18T07:00:45.9736280Z test_forward_ad__masked_std_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Fails on UBSAN! (0.001s) 2022-05-18T07:00:45.9747880Z test_forward_ad__masked_sum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Fails on UBSAN! (0.001s) 2022-05-18T07:00:45.9759540Z test_forward_ad__masked_var_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Fails on UBSAN! (0.001s) 2022-05-18T07:00:45.9816480Z test_forward_ad_abs_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:00:45.9979700Z test_forward_ad_acos_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.016s) 2022-05-18T07:00:46.0130060Z test_forward_ad_acosh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:00:46.2058720Z test_forward_ad_add_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.193s) 2022-05-18T07:00:47.2986130Z test_forward_ad_addbmm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.093s) 2022-05-18T07:00:49.4778810Z test_forward_ad_addcdiv_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (2.179s) 2022-05-18T07:00:51.3706580Z test_forward_ad_addcmul_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.893s) 2022-05-18T07:00:51.8798400Z test_forward_ad_addmm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.509s) 2022-05-18T07:00:52.2954780Z test_forward_ad_addmm_decomposed_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.416s) 2022-05-18T07:00:53.2039790Z test_forward_ad_addmv_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.908s) 2022-05-18T07:00:53.9315740Z test_forward_ad_addr_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.728s) 2022-05-18T07:00:53.9334930Z test_forward_ad_all_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:00:53.9352530Z test_forward_ad_allclose_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:00:53.9370300Z test_forward_ad_amax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:00:53.9387790Z test_forward_ad_amin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:00:53.9405670Z test_forward_ad_aminmax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:00:53.9460610Z test_forward_ad_angle_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:00:53.9472040Z test_forward_ad_any_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:00:53.9489120Z test_forward_ad_argmax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:00:53.9507110Z test_forward_ad_argmin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:00:53.9524910Z test_forward_ad_argsort_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:00:53.9541940Z test_forward_ad_argwhere_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:00:53.9698060Z test_forward_ad_as_strided_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:00:53.9763160Z test_forward_ad_asin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:00:53.9824020Z test_forward_ad_asinh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:00:54.3045900Z test_forward_ad_atan2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.322s) 2022-05-18T07:00:54.3103040Z test_forward_ad_atan_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:00:54.3168910Z test_forward_ad_atanh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:00:54.3327670Z test_forward_ad_atleast_1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.016s) 2022-05-18T07:00:54.3506660Z test_forward_ad_atleast_2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.018s) 2022-05-18T07:00:54.3726410Z test_forward_ad_atleast_3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.022s) 2022-05-18T07:00:55.3113710Z test_forward_ad_baddbmm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.939s) 2022-05-18T07:00:55.3317300Z test_forward_ad_bernoulli_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.020s) 2022-05-18T07:00:55.3335680Z test_forward_ad_bfloat16_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:00:55.3367660Z test_forward_ad_block_diag_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.003s) 2022-05-18T07:00:55.3630560Z test_forward_ad_bmm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.026s) 2022-05-18T07:00:55.3649000Z test_forward_ad_bool_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:00:55.9272520Z test_forward_ad_broadcast_tensors_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.559s) 2022-05-18T07:00:55.9482060Z test_forward_ad_broadcast_to_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.024s) 2022-05-18T07:00:55.9500980Z test_forward_ad_bucketize_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:00:55.9518430Z test_forward_ad_byte_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:00:56.3069350Z test_forward_ad_cartesian_prod_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.355s) 2022-05-18T07:00:56.3332050Z test_forward_ad_cat_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.026s) 2022-05-18T07:00:56.3350770Z test_forward_ad_cdist_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:00:56.3395510Z test_forward_ad_ceil_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:00:56.3413380Z test_forward_ad_chalf_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:00:56.3430940Z test_forward_ad_char_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:00:56.3449550Z test_forward_ad_cholesky_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:00:56.3486440Z test_forward_ad_cholesky_inverse_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.004s) 2022-05-18T07:00:57.0431190Z test_forward_ad_cholesky_solve_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.694s) 2022-05-18T07:00:57.0574370Z test_forward_ad_chunk_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T07:00:57.3905380Z test_forward_ad_clamp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.333s) 2022-05-18T07:00:57.4185830Z test_forward_ad_clamp_scalar_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.028s) 2022-05-18T07:00:57.4251130Z test_forward_ad_clone_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:00:57.4400790Z test_forward_ad_column_stack_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:00:57.6479190Z test_forward_ad_combinations_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.208s) 2022-05-18T07:00:57.7878090Z test_forward_ad_complex_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.140s) 2022-05-18T07:00:57.7935840Z test_forward_ad_conj_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:00:57.7966530Z test_forward_ad_conj_physical_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:00:57.7997360Z test_forward_ad_contiguous_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:00:58.0183970Z test_forward_ad_copysign_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.219s) 2022-05-18T07:00:58.1361170Z test_forward_ad_corrcoef_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.118s) 2022-05-18T07:00:58.1487270Z test_forward_ad_cos_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:00:58.1601520Z test_forward_ad_cosh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:00:58.1619780Z test_forward_ad_count_nonzero_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:05.0577490Z test_forward_ad_cov_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (6.896s) 2022-05-18T07:01:05.1384210Z test_forward_ad_cross_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.081s) 2022-05-18T07:01:05.1488090Z test_forward_ad_cummax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:01:05.1590490Z test_forward_ad_cummin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:01:05.2452660Z test_forward_ad_cumprod_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.086s) 2022-05-18T07:01:05.2573800Z test_forward_ad_cumsum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:01:05.6808160Z test_forward_ad_cumulative_trapezoid_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.423s) 2022-05-18T07:01:05.6901660Z test_forward_ad_deg2rad_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T07:01:05.7280360Z test_forward_ad_diag_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.038s) 2022-05-18T07:01:05.7674410Z test_forward_ad_diag_embed_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.039s) 2022-05-18T07:01:05.7868790Z test_forward_ad_diagflat_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T07:01:05.8245330Z test_forward_ad_diagonal_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.038s) 2022-05-18T07:01:06.0839870Z test_forward_ad_diagonal_scatter_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.259s) 2022-05-18T07:01:26.3455850Z test_forward_ad_diff_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (20.261s) 2022-05-18T07:01:26.3573730Z test_forward_ad_digamma_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:01:28.7667020Z test_forward_ad_dist_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (2.409s) 2022-05-18T07:01:28.9394420Z test_forward_ad_div_floor_rounding_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.173s) 2022-05-18T07:01:29.2276450Z test_forward_ad_div_no_rounding_mode_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.288s) 2022-05-18T07:01:29.4007640Z test_forward_ad_div_trunc_rounding_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.173s) 2022-05-18T07:01:29.4285420Z test_forward_ad_dot_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.027s) 2022-05-18T07:01:29.4426800Z test_forward_ad_double_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:01:29.4541180Z test_forward_ad_dsplit_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:01:29.4637050Z test_forward_ad_dstack_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:01:29.4655650Z test_forward_ad_eig_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:01:29.6051150Z test_forward_ad_einsum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.139s) 2022-05-18T07:01:29.6070820Z test_forward_ad_empty_like_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:29.6087840Z test_forward_ad_eq_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:29.6156210Z test_forward_ad_erf_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:01:29.6315540Z test_forward_ad_erfc_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.016s) 2022-05-18T07:01:29.6386010Z test_forward_ad_erfinv_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:01:29.6508690Z test_forward_ad_exp2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:01:29.6613680Z test_forward_ad_exp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:01:29.6781840Z test_forward_ad_expand_as_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.017s) 2022-05-18T07:01:29.7038140Z test_forward_ad_expand_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.025s) 2022-05-18T07:01:29.7101770Z test_forward_ad_expm1_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:01:29.7422490Z test_forward_ad_fft_fft2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.032s) 2022-05-18T07:01:29.7670810Z test_forward_ad_fft_fft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.025s) 2022-05-18T07:01:29.8065820Z test_forward_ad_fft_fftn_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.039s) 2022-05-18T07:01:29.8231730Z test_forward_ad_fft_fftshift_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.016s) 2022-05-18T07:01:29.8719670Z test_forward_ad_fft_hfft2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.049s) 2022-05-18T07:01:29.9161560Z test_forward_ad_fft_hfft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.044s) 2022-05-18T07:01:29.9732310Z test_forward_ad_fft_hfftn_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.057s) 2022-05-18T07:01:30.0046030Z test_forward_ad_fft_ifft2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.031s) 2022-05-18T07:01:30.0354830Z test_forward_ad_fft_ifft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.031s) 2022-05-18T07:01:30.0737600Z test_forward_ad_fft_ifftn_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.038s) 2022-05-18T07:01:30.0900440Z test_forward_ad_fft_ifftshift_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.016s) 2022-05-18T07:01:30.1281450Z test_forward_ad_fft_ihfft2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.038s) 2022-05-18T07:01:30.1591640Z test_forward_ad_fft_ihfft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.031s) 2022-05-18T07:01:30.2011130Z test_forward_ad_fft_ihfftn_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.042s) 2022-05-18T07:01:30.2323950Z test_forward_ad_fft_irfft2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.031s) 2022-05-18T07:01:30.2638700Z test_forward_ad_fft_irfft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.031s) 2022-05-18T07:01:30.3025590Z test_forward_ad_fft_irfftn_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.039s) 2022-05-18T07:01:30.3265390Z test_forward_ad_fft_rfft2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.024s) 2022-05-18T07:01:30.3497120Z test_forward_ad_fft_rfft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.023s) 2022-05-18T07:01:30.3787430Z test_forward_ad_fft_rfftn_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.029s) 2022-05-18T07:01:30.3879990Z test_forward_ad_fill__cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.009s) 2022-05-18T07:01:30.4026980Z test_forward_ad_flatten_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:01:30.4303960Z test_forward_ad_flip_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.028s) 2022-05-18T07:01:30.4372380Z test_forward_ad_fliplr_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:01:30.4439860Z test_forward_ad_flipud_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:01:30.4458020Z test_forward_ad_float_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:01:30.9949150Z test_forward_ad_float_power_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.549s) 2022-05-18T07:01:30.9995060Z test_forward_ad_floor_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:01:31.0012750Z test_forward_ad_floor_divide_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:31.2978940Z test_forward_ad_fmax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.296s) 2022-05-18T07:01:31.5951060Z test_forward_ad_fmin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.297s) 2022-05-18T07:01:31.8351840Z test_forward_ad_fmod_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.240s) 2022-05-18T07:01:31.8430260Z test_forward_ad_frac_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:01:31.8535060Z test_forward_ad_frexp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:01:31.8553260Z test_forward_ad_full_like_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:31.8862430Z test_forward_ad_gather_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.031s) 2022-05-18T07:01:31.8881370Z test_forward_ad_ge_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:31.8899260Z test_forward_ad_geqrf_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:33.2239560Z test_forward_ad_gradient_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.334s) 2022-05-18T07:01:33.2258560Z test_forward_ad_gt_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:33.2276210Z test_forward_ad_half_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:01:33.2293720Z test_forward_ad_heaviside_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:33.2311710Z test_forward_ad_histc_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:33.2330800Z test_forward_ad_histogram_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:33.2348430Z test_forward_ad_histogramdd_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:33.2462600Z test_forward_ad_hsplit_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:01:33.2526160Z test_forward_ad_hstack_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:01:33.5587960Z test_forward_ad_hypot_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.306s) 2022-05-18T07:01:33.5714230Z test_forward_ad_i0_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:01:33.5732460Z test_forward_ad_igamma_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:33.5751140Z test_forward_ad_igammac_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:33.9461560Z test_forward_ad_index_add_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.371s) 2022-05-18T07:01:34.0561770Z test_forward_ad_index_copy_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.110s) 2022-05-18T07:01:34.0777610Z test_forward_ad_index_fill_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.022s) 2022-05-18T07:01:34.2296600Z test_forward_ad_index_put_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.152s) 2022-05-18T07:01:34.2315760Z test_forward_ad_index_reduce_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:01:34.2509010Z test_forward_ad_index_select_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T07:01:34.3306850Z test_forward_ad_inner_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.080s) 2022-05-18T07:01:34.3326390Z test_forward_ad_int_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:34.4043470Z test_forward_ad_inverse_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.072s) 2022-05-18T07:01:34.4062890Z test_forward_ad_isclose_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:34.4080620Z test_forward_ad_isfinite_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:34.4098510Z test_forward_ad_isin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:34.4116520Z test_forward_ad_isinf_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:34.4134170Z test_forward_ad_isnan_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:34.4151960Z test_forward_ad_isneginf_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:34.4169710Z test_forward_ad_isposinf_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:34.4187490Z test_forward_ad_isreal_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:35.1143870Z test_forward_ad_istft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.695s) 2022-05-18T07:01:35.1163380Z test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:01:35.1180950Z test_forward_ad_jiterator_binary_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:01:35.1198490Z test_forward_ad_jiterator_unary_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:01:35.1664440Z test_forward_ad_kron_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.046s) 2022-05-18T07:01:35.2006130Z test_forward_ad_kthvalue_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.034s) 2022-05-18T07:01:35.5252410Z test_forward_ad_ldexp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.324s) 2022-05-18T07:01:35.5271170Z test_forward_ad_le_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:36.6590870Z test_forward_ad_lerp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.132s) 2022-05-18T07:01:36.6709150Z test_forward_ad_lgamma_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:01:36.6997470Z test_forward_ad_linalg_cholesky_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.029s) 2022-05-18T07:01:36.7281180Z test_forward_ad_linalg_cholesky_ex_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.028s) 2022-05-18T07:01:36.8330730Z test_forward_ad_linalg_cond_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.105s) 2022-05-18T07:01:36.9146140Z test_forward_ad_linalg_cross_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.081s) 2022-05-18T07:01:36.9165840Z test_forward_ad_linalg_det_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:01:36.9366590Z test_forward_ad_linalg_eig_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.020s) 2022-05-18T07:01:36.9536890Z test_forward_ad_linalg_eigh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.017s) 2022-05-18T07:01:36.9735650Z test_forward_ad_linalg_eigvals_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.020s) 2022-05-18T07:01:36.9906650Z test_forward_ad_linalg_eigvalsh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.017s) 2022-05-18T07:01:36.9978990Z test_forward_ad_linalg_householder_product_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.007s) 2022-05-18T07:01:37.0739050Z test_forward_ad_linalg_inv_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.076s) 2022-05-18T07:01:37.1469340Z test_forward_ad_linalg_inv_ex_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.073s) 2022-05-18T07:01:37.1489670Z test_forward_ad_linalg_ldl_factor_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:37.1508300Z test_forward_ad_linalg_ldl_factor_ex_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:37.1526910Z test_forward_ad_linalg_ldl_solve_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:37.1545490Z test_forward_ad_linalg_lstsq_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:01:37.3229840Z test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.168s) 2022-05-18T07:01:37.9475960Z test_forward_ad_linalg_lu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.624s) 2022-05-18T07:01:38.3152880Z test_forward_ad_linalg_lu_factor_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.368s) 2022-05-18T07:01:38.6755390Z test_forward_ad_linalg_lu_factor_ex_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.360s) 2022-05-18T07:01:38.6776180Z test_forward_ad_linalg_matrix_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:01:38.9642330Z test_forward_ad_linalg_matrix_power_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.286s) 2022-05-18T07:01:38.9662000Z test_forward_ad_linalg_matrix_rank_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:38.9679720Z test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:39.0407300Z test_forward_ad_linalg_multi_dot_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.073s) 2022-05-18T07:01:39.0494450Z test_forward_ad_linalg_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.009s) 2022-05-18T07:01:39.0559280Z test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.006s) 2022-05-18T07:01:40.0389550Z test_forward_ad_linalg_pinv_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.983s) 2022-05-18T07:01:40.2698280Z test_forward_ad_linalg_pinv_hermitian_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.231s) 2022-05-18T07:01:40.2718100Z test_forward_ad_linalg_pinv_singular_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T07:01:40.2971830Z test_forward_ad_linalg_qr_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.025s) 2022-05-18T07:01:40.2991140Z test_forward_ad_linalg_slogdet_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:01:41.0554890Z test_forward_ad_linalg_solve_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.756s) 2022-05-18T07:01:52.5086430Z test_forward_ad_linalg_solve_triangular_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (11.453s) 2022-05-18T07:01:52.5126850Z test_forward_ad_linalg_svd_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.004s) 2022-05-18T07:01:52.5562620Z test_forward_ad_linalg_svdvals_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.043s) 2022-05-18T07:01:52.5751540Z test_forward_ad_linalg_tensorinv_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T07:01:52.8178820Z test_forward_ad_linalg_tensorsolve_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.243s) 2022-05-18T07:01:52.9539660Z test_forward_ad_linalg_vander_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.136s) 2022-05-18T07:01:53.6335260Z test_forward_ad_linalg_vector_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.679s) 2022-05-18T07:01:53.6457640Z test_forward_ad_log10_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:01:53.6514550Z test_forward_ad_log1p_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:01:53.6637340Z test_forward_ad_log2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:01:53.6744480Z test_forward_ad_log_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:01:53.7226150Z test_forward_ad_log_softmax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.048s) 2022-05-18T07:01:53.7792590Z test_forward_ad_log_softmax_dtype_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.057s) 2022-05-18T07:01:53.8257050Z test_forward_ad_logaddexp2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.046s) 2022-05-18T07:01:53.8714290Z test_forward_ad_logaddexp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.046s) 2022-05-18T07:01:53.8733400Z test_forward_ad_logcumsumexp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:01:53.8751610Z test_forward_ad_logdet_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:01:53.8768940Z test_forward_ad_logical_and_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:53.8787630Z test_forward_ad_logical_not_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:53.8805090Z test_forward_ad_logical_or_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:53.8822950Z test_forward_ad_logical_xor_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:53.9083800Z test_forward_ad_logit_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.026s) 2022-05-18T07:01:53.9981300Z test_forward_ad_logsumexp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.090s) 2022-05-18T07:01:54.0001050Z test_forward_ad_long_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:54.0018610Z test_forward_ad_lt_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:01:54.7301660Z test_forward_ad_lu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.728s) 2022-05-18T07:02:03.0755960Z test_forward_ad_lu_solve_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (8.345s) 2022-05-18T07:02:03.2136410Z test_forward_ad_lu_unpack_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.138s) 2022-05-18T07:02:03.2285760Z test_forward_ad_mH_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:02:03.2433440Z test_forward_ad_mT_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:02:03.3757560Z test_forward_ad_masked_fill_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.132s) 2022-05-18T07:02:03.5119740Z test_forward_ad_masked_scatter_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.136s) 2022-05-18T07:02:03.5572160Z test_forward_ad_masked_select_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.045s) 2022-05-18T07:02:04.1606940Z test_forward_ad_matmul_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.603s) 2022-05-18T07:02:04.1647410Z test_forward_ad_matrix_exp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.004s) 2022-05-18T07:02:04.4888690Z test_forward_ad_max_binary_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.324s) 2022-05-18T07:02:04.5005620Z test_forward_ad_max_reduction_no_dim_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:02:04.5151880Z test_forward_ad_max_reduction_with_dim_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:02:04.8409050Z test_forward_ad_maximum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.325s) 2022-05-18T07:02:04.8949690Z test_forward_ad_mean_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.054s) 2022-05-18T07:02:04.9435240Z test_forward_ad_median_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.048s) 2022-05-18T07:02:05.0247120Z test_forward_ad_meshgrid_list_of_tensors_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.081s) 2022-05-18T07:02:07.1943280Z test_forward_ad_meshgrid_variadic_tensors_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (2.170s) 2022-05-18T07:02:07.5229330Z test_forward_ad_min_binary_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.328s) 2022-05-18T07:02:07.5348860Z test_forward_ad_min_reduction_no_dim_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:02:07.5491940Z test_forward_ad_min_reduction_with_dim_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T07:02:07.8751150Z test_forward_ad_minimum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.326s) 2022-05-18T07:02:07.9011080Z test_forward_ad_mm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.026s) 2022-05-18T07:02:07.9226330Z test_forward_ad_mode_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.022s) 2022-05-18T07:02:07.9297200Z test_forward_ad_movedim_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:02:07.9400080Z test_forward_ad_msort_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:02:08.1727260Z test_forward_ad_mul_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.233s) 2022-05-18T07:02:08.1746140Z test_forward_ad_multinomial_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:02:08.2004150Z test_forward_ad_mv_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.026s) 2022-05-18T07:02:08.2521970Z test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.052s) 2022-05-18T07:02:08.3035260Z test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.051s) 2022-05-18T07:02:08.3548810Z test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.051s) 2022-05-18T07:02:08.3700370Z test_forward_ad_nan_to_num_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:02:08.3724820Z test_forward_ad_nanmean_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:02:08.4238180Z test_forward_ad_nanmedian_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.051s) 2022-05-18T07:02:08.6406020Z test_forward_ad_nanquantile_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.217s) 2022-05-18T07:02:08.6425960Z test_forward_ad_nansum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:02:08.6567420Z test_forward_ad_narrow_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T07:02:08.6585450Z test_forward_ad_ne_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:02:08.6626650Z test_forward_ad_neg_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:02:08.6644330Z test_forward_ad_new_empty_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:02:08.6662010Z test_forward_ad_new_full_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:02:08.6679620Z test_forward_ad_new_ones_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:02:08.6697220Z test_forward_ad_new_zeros_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:02:08.6714770Z test_forward_ad_nextafter_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:02:08.6879850Z test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.016s) 2022-05-18T07:02:08.7032570Z test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:02:08.7222120Z test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T07:02:08.7527340Z test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.030s) 2022-05-18T07:02:08.8085270Z test_forward_ad_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.056s) 2022-05-18T07:02:08.8562310Z test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.048s) 2022-05-18T07:02:08.9053600Z test_forward_ad_nn_functional_avg_pool1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.049s) 2022-05-18T07:02:08.9279100Z test_forward_ad_nn_functional_avg_pool2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.022s) 2022-05-18T07:02:08.9551390Z test_forward_ad_nn_functional_avg_pool3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.027s) 2022-05-18T07:02:08.9563350Z test_forward_ad_nn_functional_batch_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Fails on UBSAN! (0.001s) 2022-05-18T07:02:23.8722030Z test_forward_ad_nn_functional_bilinear_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (14.916s) 2022-05-18T07:02:23.8741300Z test_forward_ad_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:02:25.2320950Z test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (1.358s) 2022-05-18T07:02:25.2431240Z test_forward_ad_nn_functional_celu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:02:25.8613790Z test_forward_ad_nn_functional_conv1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.618s) 2022-05-18T07:02:28.2587300Z test_forward_ad_nn_functional_conv2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (2.397s) 2022-05-18T07:02:28.8195700Z test_forward_ad_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.561s) 2022-05-18T07:02:29.3996510Z test_forward_ad_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.580s) 2022-05-18T07:02:30.1047280Z test_forward_ad_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.705s) 2022-05-18T07:02:35.0204320Z test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (4.916s) 2022-05-18T07:02:36.4410870Z test_forward_ad_nn_functional_cosine_similarity_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.421s) 2022-05-18T07:02:37.8102950Z test_forward_ad_nn_functional_cross_entropy_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.369s) 2022-05-18T07:02:37.8122040Z test_forward_ad_nn_functional_ctc_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:02:37.9174030Z test_forward_ad_nn_functional_dropout2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.105s) 2022-05-18T07:02:38.0452520Z test_forward_ad_nn_functional_dropout_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.128s) 2022-05-18T07:02:38.0562800Z test_forward_ad_nn_functional_elu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:02:38.0581020Z test_forward_ad_nn_functional_embedding_bag_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:02:38.0783630Z test_forward_ad_nn_functional_embedding_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.020s) 2022-05-18T07:02:38.1452740Z test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.067s) 2022-05-18T07:02:38.1978980Z test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.052s) 2022-05-18T07:02:38.4479140Z test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.250s) 2022-05-18T07:02:38.7787360Z test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.331s) 2022-05-18T07:02:38.8109060Z test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.032s) 2022-05-18T07:02:38.8380550Z test_forward_ad_nn_functional_gelu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.027s) 2022-05-18T07:02:38.9804470Z test_forward_ad_nn_functional_glu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.142s) 2022-05-18T07:02:38.9823810Z test_forward_ad_nn_functional_grid_sample_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:02:41.7957260Z test_forward_ad_nn_functional_group_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (2.813s) 2022-05-18T07:02:41.8244770Z test_forward_ad_nn_functional_hardshrink_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.029s) 2022-05-18T07:02:41.8353760Z test_forward_ad_nn_functional_hardsigmoid_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:02:41.8490840Z test_forward_ad_nn_functional_hardswish_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T07:02:41.8783180Z test_forward_ad_nn_functional_hardtanh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.029s) 2022-05-18T07:02:41.9026500Z test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.024s) 2022-05-18T07:02:42.1747530Z test_forward_ad_nn_functional_huber_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.272s) 2022-05-18T07:02:57.3618570Z test_forward_ad_nn_functional_instance_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (15.187s) 2022-05-18T07:02:57.4054290Z test_forward_ad_nn_functional_interpolate_area_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.043s) 2022-05-18T07:02:57.4423420Z test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.037s) 2022-05-18T07:02:57.4788110Z test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.036s) 2022-05-18T07:02:57.5134030Z test_forward_ad_nn_functional_interpolate_linear_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.034s) 2022-05-18T07:02:57.5492540Z test_forward_ad_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.036s) 2022-05-18T07:02:57.5881030Z test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.039s) 2022-05-18T07:02:58.1200400Z test_forward_ad_nn_functional_kl_div_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.532s) 2022-05-18T07:02:58.3013330Z test_forward_ad_nn_functional_l1_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.181s) 2022-05-18T07:03:00.3149840Z test_forward_ad_nn_functional_layer_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (2.014s) 2022-05-18T07:03:00.3430170Z test_forward_ad_nn_functional_leaky_relu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.028s) 2022-05-18T07:03:00.3493840Z test_forward_ad_nn_functional_linear_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.006s) 2022-05-18T07:03:00.5901150Z test_forward_ad_nn_functional_local_response_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.241s) 2022-05-18T07:03:00.6015880Z test_forward_ad_nn_functional_logsigmoid_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:03:00.6203290Z test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.019s) 2022-05-18T07:03:07.2640800Z test_forward_ad_nn_functional_max_pool1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (6.644s) 2022-05-18T07:03:14.9351400Z test_forward_ad_nn_functional_max_pool2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (7.671s) 2022-05-18T07:03:17.8999520Z test_forward_ad_nn_functional_max_pool3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (2.965s) 2022-05-18T07:03:19.8600640Z test_forward_ad_nn_functional_max_unpool1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.960s) 2022-05-18T07:03:20.2174580Z test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.357s) 2022-05-18T07:03:22.4229640Z test_forward_ad_nn_functional_max_unpool2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (2.205s) 2022-05-18T07:03:22.7272660Z test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.304s) 2022-05-18T07:03:23.5799650Z test_forward_ad_nn_functional_max_unpool3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.853s) 2022-05-18T07:03:23.7417820Z test_forward_ad_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.162s) 2022-05-18T07:03:23.7666400Z test_forward_ad_nn_functional_mish_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.025s) 2022-05-18T07:03:23.9595510Z test_forward_ad_nn_functional_mse_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.193s) 2022-05-18T07:03:23.9615940Z test_forward_ad_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:03:23.9633510Z test_forward_ad_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:03:24.3652560Z test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.402s) 2022-05-18T07:03:25.0759840Z test_forward_ad_nn_functional_nll_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.711s) 2022-05-18T07:03:25.1884580Z test_forward_ad_nn_functional_normalize_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.112s) 2022-05-18T07:03:25.3118420Z test_forward_ad_nn_functional_pad_circular_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.123s) 2022-05-18T07:03:25.4446480Z test_forward_ad_nn_functional_pad_constant_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.133s) 2022-05-18T07:03:25.4777070Z test_forward_ad_nn_functional_pad_reflect_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.033s) 2022-05-18T07:03:25.5114040Z test_forward_ad_nn_functional_pad_replicate_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.034s) 2022-05-18T07:03:25.8521800Z test_forward_ad_nn_functional_pairwise_distance_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.341s) 2022-05-18T07:03:25.8540920Z test_forward_ad_nn_functional_pdist_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:03:25.8608850Z test_forward_ad_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:03:25.8675560Z test_forward_ad_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:03:31.5706030Z test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (5.703s) 2022-05-18T07:03:32.2764220Z test_forward_ad_nn_functional_prelu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.706s) 2022-05-18T07:03:32.3058200Z test_forward_ad_nn_functional_relu6_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.029s) 2022-05-18T07:03:32.3193810Z test_forward_ad_nn_functional_relu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:03:32.3427140Z test_forward_ad_nn_functional_rrelu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.023s) 2022-05-18T07:03:32.3537090Z test_forward_ad_nn_functional_selu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:03:32.3731040Z test_forward_ad_nn_functional_silu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T07:03:32.6382640Z test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.265s) 2022-05-18T07:03:32.7029360Z test_forward_ad_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.065s) 2022-05-18T07:03:32.7640130Z test_forward_ad_nn_functional_softmin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.061s) 2022-05-18T07:03:32.8327980Z test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.069s) 2022-05-18T07:03:32.8444250Z test_forward_ad_nn_functional_softplus_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:03:32.8733300Z test_forward_ad_nn_functional_softshrink_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.029s) 2022-05-18T07:03:32.9072510Z test_forward_ad_nn_functional_softsign_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.034s) 2022-05-18T07:03:32.9222140Z test_forward_ad_nn_functional_tanhshrink_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:03:32.9372150Z test_forward_ad_nn_functional_threshold_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:03:36.5880520Z test_forward_ad_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (3.651s) 2022-05-18T07:03:40.5354830Z test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (3.947s) 2022-05-18T07:03:41.2861950Z test_forward_ad_nn_functional_unfold_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.751s) 2022-05-18T07:03:41.2999200Z test_forward_ad_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T07:03:41.3358400Z test_forward_ad_nn_functional_upsample_nearest_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.036s) 2022-05-18T07:03:41.3376510Z test_forward_ad_nonzero_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:03:41.6240800Z test_forward_ad_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.286s) 2022-05-18T07:03:41.6307490Z test_forward_ad_norm_fro_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.007s) 2022-05-18T07:03:41.6707680Z test_forward_ad_norm_inf_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.040s) 2022-05-18T07:03:41.6864220Z test_forward_ad_norm_nuc_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.016s) 2022-05-18T07:03:41.6882220Z test_forward_ad_normal_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:03:41.6900120Z test_forward_ad_normal_number_mean_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:03:41.6917740Z test_forward_ad_ones_like_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:03:41.6935190Z test_forward_ad_ormqr_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:03:41.7267010Z test_forward_ad_outer_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.033s) 2022-05-18T07:03:41.7368010Z test_forward_ad_pca_lowrank_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.010s) 2022-05-18T07:03:41.7489410Z test_forward_ad_permute_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:03:41.9628860Z test_forward_ad_pinverse_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.214s) 2022-05-18T07:03:42.4513490Z test_forward_ad_polar_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.488s) 2022-05-18T07:03:42.4877580Z test_forward_ad_polygamma_polygamma_n_0_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.036s) 2022-05-18T07:03:42.5233920Z test_forward_ad_polygamma_polygamma_n_1_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.036s) 2022-05-18T07:03:42.5580560Z test_forward_ad_polygamma_polygamma_n_2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.035s) 2022-05-18T07:03:42.5927120Z test_forward_ad_polygamma_polygamma_n_3_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.035s) 2022-05-18T07:03:42.6273650Z test_forward_ad_polygamma_polygamma_n_4_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.034s) 2022-05-18T07:03:42.6332150Z test_forward_ad_positive_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:03:43.1034490Z test_forward_ad_pow_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.470s) 2022-05-18T07:03:43.3387940Z test_forward_ad_prod_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.235s) 2022-05-18T07:03:43.3420570Z test_forward_ad_put_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.003s) 2022-05-18T07:03:43.3677690Z test_forward_ad_qr_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.026s) 2022-05-18T07:03:43.5689840Z test_forward_ad_quantile_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.201s) 2022-05-18T07:03:43.5784020Z test_forward_ad_rad2deg_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T07:03:43.5802170Z test_forward_ad_rand_like_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:03:43.5819780Z test_forward_ad_randint_like_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:03:43.5837760Z test_forward_ad_randn_like_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:03:43.5906150Z test_forward_ad_ravel_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:03:43.5960960Z test_forward_ad_real_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:03:43.6085430Z test_forward_ad_reciprocal_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:03:43.8510760Z test_forward_ad_remainder_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.242s) 2022-05-18T07:03:43.8529810Z test_forward_ad_renorm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:03:43.9152340Z test_forward_ad_repeat_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.062s) 2022-05-18T07:03:43.9345810Z test_forward_ad_repeat_interleave_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T07:03:43.9588130Z test_forward_ad_reshape_as_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.024s) 2022-05-18T07:03:43.9905500Z test_forward_ad_reshape_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.032s) 2022-05-18T07:03:43.9924480Z test_forward_ad_resize__cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:03:43.9941740Z test_forward_ad_resize_as__cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:03:43.9983920Z test_forward_ad_resolve_conj_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:03:44.0026130Z test_forward_ad_resolve_neg_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:03:44.0256290Z test_forward_ad_roll_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.023s) 2022-05-18T07:03:44.0380350Z test_forward_ad_rot90_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:03:44.0425780Z test_forward_ad_round_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:03:44.0524590Z test_forward_ad_round_decimals_0_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:03:44.0624730Z test_forward_ad_round_decimals_3_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:03:44.0723130Z test_forward_ad_round_decimals_neg_3_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:03:44.0848770Z test_forward_ad_rsqrt_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:03:44.2853950Z test_forward_ad_rsub_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.200s) 2022-05-18T07:03:44.5279030Z test_forward_ad_scatter_add_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.242s) 2022-05-18T07:03:44.7767200Z test_forward_ad_scatter_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.249s) 2022-05-18T07:03:44.7786450Z test_forward_ad_scatter_reduce_amax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:03:44.7804310Z test_forward_ad_scatter_reduce_amin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:03:44.7822110Z test_forward_ad_scatter_reduce_mean_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:03:44.7839850Z test_forward_ad_scatter_reduce_prod_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:03:44.7857580Z test_forward_ad_scatter_reduce_sum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:03:44.7875470Z test_forward_ad_searchsorted_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:03:44.8014600Z test_forward_ad_select_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T07:03:44.8837480Z test_forward_ad_select_scatter_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.082s) 2022-05-18T07:03:44.8890670Z test_forward_ad_sgn_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:03:44.8907950Z test_forward_ad_short_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:03:44.9011430Z test_forward_ad_sigmoid_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:03:44.9055810Z test_forward_ad_sign_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:03:44.9073840Z test_forward_ad_signbit_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:03:44.9125520Z test_forward_ad_sin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:03:44.9347880Z test_forward_ad_sinc_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.022s) 2022-05-18T07:03:44.9401700Z test_forward_ad_sinh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:03:45.1007470Z test_forward_ad_slice_scatter_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.160s) 2022-05-18T07:03:45.1522710Z test_forward_ad_softmax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.051s) 2022-05-18T07:03:45.2106870Z test_forward_ad_softmax_with_dtype_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.058s) 2022-05-18T07:03:45.3669060Z test_forward_ad_sort_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.156s) 2022-05-18T07:03:45.3688620Z test_forward_ad_sparse_sampled_addmm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:03:45.3786780Z test_forward_ad_special_entr_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:03:45.3936030Z test_forward_ad_special_erfcx_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:03:45.4058620Z test_forward_ad_special_i0e_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:03:45.4269400Z test_forward_ad_special_i1_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.021s) 2022-05-18T07:03:45.4518820Z test_forward_ad_special_i1e_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.025s) 2022-05-18T07:03:45.4703850Z test_forward_ad_special_log_ndtr_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.018s) 2022-05-18T07:03:45.4958620Z test_forward_ad_special_ndtr_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.025s) 2022-05-18T07:03:45.5117370Z test_forward_ad_special_ndtri_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.016s) 2022-05-18T07:03:45.5469740Z test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.035s) 2022-05-18T07:03:45.8364940Z test_forward_ad_special_xlog1py_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.289s) 2022-05-18T07:03:45.8384600Z test_forward_ad_special_zeta_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:03:45.8464920Z test_forward_ad_split_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:03:45.8600650Z test_forward_ad_split_list_args_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:03:45.8767860Z test_forward_ad_split_with_sizes_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.017s) 2022-05-18T07:03:45.8821150Z test_forward_ad_sqrt_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:03:45.8950150Z test_forward_ad_square_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:03:45.9131240Z test_forward_ad_squeeze_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.018s) 2022-05-18T07:03:45.9473400Z test_forward_ad_stack_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.034s) 2022-05-18T07:03:45.9941000Z test_forward_ad_std_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.047s) 2022-05-18T07:03:46.0032720Z test_forward_ad_std_mean_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.009s) 2022-05-18T07:03:46.0253550Z test_forward_ad_stft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.022s) 2022-05-18T07:03:46.2256550Z test_forward_ad_sub_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.200s) 2022-05-18T07:03:46.2773330Z test_forward_ad_sum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.052s) 2022-05-18T07:03:46.2931160Z test_forward_ad_sum_to_size_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.016s) 2022-05-18T07:03:46.2968860Z test_forward_ad_svd_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.004s) 2022-05-18T07:03:46.3055430Z test_forward_ad_svd_lowrank_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.009s) 2022-05-18T07:03:46.3074110Z test_forward_ad_symeig_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:03:46.3159830Z test_forward_ad_t_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:03:46.3643210Z test_forward_ad_take_along_dim_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.048s) 2022-05-18T07:03:46.4232150Z test_forward_ad_take_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.059s) 2022-05-18T07:03:46.4287960Z test_forward_ad_tan_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:03:46.4335470Z test_forward_ad_tanh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:03:46.4439380Z test_forward_ad_tensor_split_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.010s) 2022-05-18T07:03:46.5586920Z test_forward_ad_tensordot_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.115s) 2022-05-18T07:03:46.6314050Z test_forward_ad_tile_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.073s) 2022-05-18T07:03:46.6333620Z test_forward_ad_to_sparse_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support forward_ad (0.002s) 2022-05-18T07:03:46.6726740Z test_forward_ad_topk_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.039s) 2022-05-18T07:03:46.6768580Z test_forward_ad_trace_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:03:46.6975180Z test_forward_ad_transpose_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.020s) 2022-05-18T07:03:47.1388820Z test_forward_ad_trapezoid_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.441s) 2022-05-18T07:03:47.5788170Z test_forward_ad_trapz_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.440s) 2022-05-18T07:03:48.2084640Z test_forward_ad_triangular_solve_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.630s) 2022-05-18T07:03:48.2222980Z test_forward_ad_tril_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T07:03:48.2359630Z test_forward_ad_triu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T07:03:48.5301250Z test_forward_ad_true_divide_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.294s) 2022-05-18T07:03:48.5351680Z test_forward_ad_trunc_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:03:48.5915210Z test_forward_ad_unfold_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.056s) 2022-05-18T07:03:48.5934490Z test_forward_ad_unique_consecutive_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:03:48.5952050Z test_forward_ad_unique_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:03:48.6179980Z test_forward_ad_unsqueeze_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.023s) 2022-05-18T07:03:48.6572090Z test_forward_ad_var_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.039s) 2022-05-18T07:03:48.6664240Z test_forward_ad_var_mean_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.009s) 2022-05-18T07:03:48.6937140Z test_forward_ad_vdot_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.027s) 2022-05-18T07:03:48.6980240Z test_forward_ad_view_as_complex_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:03:48.7143850Z test_forward_ad_view_as_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.016s) 2022-05-18T07:03:48.7335930Z test_forward_ad_view_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T07:03:48.7450750Z test_forward_ad_vsplit_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:03:48.7514740Z test_forward_ad_vstack_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:03:48.9221270Z test_forward_ad_where_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.170s) 2022-05-18T07:03:49.2224670Z test_forward_ad_xlogy_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.300s) 2022-05-18T07:03:49.2334230Z test_forward_ad_zero__cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:03:49.2353030Z test_forward_ad_zeros_like_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Does not support autograd (0.002s) 2022-05-18T07:03:49.2379550Z test_operator_H_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:03:49.2411690Z test_operator_T_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:03:49.2635280Z test_operator___getitem___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.022s) 2022-05-18T07:03:49.2760950Z test_operator___radd___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:03:49.2937530Z test_operator___rdiv___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.017s) 2022-05-18T07:03:49.3509170Z test_operator___rmatmul___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.057s) 2022-05-18T07:03:49.3639240Z test_operator___rmod___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:03:49.3766450Z test_operator___rmul___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:03:49.4065110Z test_operator___rpow___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.030s) 2022-05-18T07:03:49.4192640Z test_operator___rsub___cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:03:49.7460590Z test_operator__masked_amax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.327s) 2022-05-18T07:03:50.0709590Z test_operator__masked_amin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.325s) 2022-05-18T07:03:50.2927070Z test_operator__masked_argmax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.222s) 2022-05-18T07:03:50.5158700Z test_operator__masked_argmin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.223s) 2022-05-18T07:03:50.5686400Z test_operator__masked_log_softmax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.053s) 2022-05-18T07:03:51.2693490Z test_operator__masked_mean_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.701s) 2022-05-18T07:03:52.9368370Z test_operator__masked_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.667s) 2022-05-18T07:03:53.0104810Z test_operator__masked_normalize_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.074s) 2022-05-18T07:03:53.3749690Z test_operator__masked_prod_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.364s) 2022-05-18T07:03:53.4278850Z test_operator__masked_softmax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.053s) 2022-05-18T07:03:53.4908810Z test_operator__masked_softmin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.063s) 2022-05-18T07:03:56.1601860Z test_operator__masked_std_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (2.669s) 2022-05-18T07:03:56.4873720Z test_operator__masked_sum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.327s) 2022-05-18T07:03:59.0873220Z test_operator__masked_var_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (2.600s) 2022-05-18T07:03:59.0898130Z test_operator_abs_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:03:59.0932850Z test_operator_acos_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:03:59.0967350Z test_operator_acosh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:03:59.1116590Z test_operator_add_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:03:59.1293820Z test_operator_addbmm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.018s) 2022-05-18T07:03:59.1598450Z test_operator_addcdiv_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.030s) 2022-05-18T07:03:59.1900940Z test_operator_addcmul_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.030s) 2022-05-18T07:03:59.1993610Z test_operator_addmm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T07:03:59.2082180Z test_operator_addmm_decomposed_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T07:03:59.2245060Z test_operator_addmv_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.016s) 2022-05-18T07:03:59.2356630Z test_operator_addr_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:03:59.2451590Z test_operator_all_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T07:03:59.4875260Z test_operator_allclose_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.242s) 2022-05-18T07:03:59.5027050Z test_operator_amax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:03:59.5175930Z test_operator_amin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:03:59.5242090Z test_operator_aminmax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:03:59.5265390Z test_operator_angle_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:03:59.5362690Z test_operator_any_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:03:59.5457550Z test_operator_argmax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T07:03:59.5554530Z test_operator_argmin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:03:59.5800310Z test_operator_argsort_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.024s) 2022-05-18T07:03:59.5855840Z test_operator_argwhere_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:03:59.5920060Z test_operator_as_strided_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:03:59.5943000Z test_operator_asin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:03:59.5965610Z test_operator_asinh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:03:59.6089850Z test_operator_atan2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:03:59.6112750Z test_operator_atan_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:03:59.6135620Z test_operator_atanh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:03:59.6186110Z test_operator_atleast_1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:03:59.6244100Z test_operator_atleast_2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:03:59.6321960Z test_operator_atleast_3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:03:59.6492100Z test_operator_baddbmm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.017s) 2022-05-18T07:03:59.6591970Z test_operator_bernoulli_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:03:59.6643860Z test_operator_bfloat16_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:03:59.6691610Z test_operator_block_diag_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.005s) 2022-05-18T07:03:59.6720880Z test_operator_bmm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:03:59.6771620Z test_operator_bool_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:03:59.6895920Z test_operator_broadcast_tensors_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:03:59.6968700Z test_operator_broadcast_to_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:03:59.7283380Z test_operator_bucketize_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.031s) 2022-05-18T07:03:59.7336340Z test_operator_byte_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:03:59.7581010Z test_operator_cartesian_prod_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.024s) 2022-05-18T07:03:59.7659290Z test_operator_cat_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:00.1443620Z test_operator_cdist_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.378s) 2022-05-18T07:04:00.1468440Z test_operator_ceil_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:00.1519140Z test_operator_chalf_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:00.1569810Z test_operator_char_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:00.1688000Z test_operator_cholesky_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:00.1786240Z test_operator_cholesky_inverse_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:00.1956820Z test_operator_cholesky_solve_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.017s) 2022-05-18T07:04:00.2007320Z test_operator_chunk_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:00.2077400Z test_operator_clamp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:04:00.2137170Z test_operator_clamp_scalar_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:04:00.2166230Z test_operator_clone_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:00.2220540Z test_operator_column_stack_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:00.3365970Z test_operator_combinations_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.114s) 2022-05-18T07:04:00.3491540Z test_operator_complex_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:00.3515530Z test_operator_conj_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:00.3534220Z test_operator_conj_physical_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:00.3552710Z test_operator_contiguous_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:00.3677440Z test_operator_copysign_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:00.3926050Z test_operator_corrcoef_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.025s) 2022-05-18T07:04:00.3962020Z test_operator_cos_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:00.3996290Z test_operator_cosh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:00.4142950Z test_operator_count_nonzero_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:04:00.9765870Z test_operator_cov_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.562s) 2022-05-18T07:04:00.9821420Z test_operator_cross_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:04:00.9860400Z test_operator_cummax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:00.9897750Z test_operator_cummin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:00.9981550Z test_operator_cumprod_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:01.0026560Z test_operator_cumsum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:01.0499500Z test_operator_cumulative_trapezoid_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.047s) 2022-05-18T07:04:01.0537160Z test_operator_deg2rad_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:01.0642520Z test_operator_diag_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:01.0763890Z test_operator_diag_embed_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:01.0836600Z test_operator_diagflat_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:04:01.0962840Z test_operator_diagonal_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:01.1166760Z test_operator_diagonal_scatter_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.020s) 2022-05-18T07:04:02.3120470Z test_operator_diff_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.195s) 2022-05-18T07:04:02.3157930Z test_operator_digamma_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:02.3798840Z test_operator_dist_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.064s) 2022-05-18T07:04:02.3941700Z test_operator_div_floor_rounding_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T07:04:02.4072150Z test_operator_div_no_rounding_mode_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:02.4212600Z test_operator_div_trunc_rounding_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T07:04:02.4240750Z test_operator_dot_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:02.4292900Z test_operator_double_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:02.4342930Z test_operator_dsplit_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:02.4382050Z test_operator_dstack_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:02.4410890Z test_operator_eig_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:02.4864400Z test_operator_einsum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.045s) 2022-05-18T07:04:02.4932900Z test_operator_empty_like_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:04:02.5068060Z test_operator_eq_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:02.5091590Z test_operator_erf_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:02.5125950Z test_operator_erfc_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:02.5149710Z test_operator_erfinv_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:02.5184250Z test_operator_exp2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:02.5218840Z test_operator_exp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:02.5272040Z test_operator_expand_as_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:02.5366130Z test_operator_expand_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T07:04:02.5389590Z test_operator_expm1_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:02.5497650Z test_operator_fft_fft2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:04:02.5577910Z test_operator_fft_fft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:02.5711650Z test_operator_fft_fftn_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:02.5770720Z test_operator_fft_fftshift_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:04:02.5947330Z test_operator_fft_hfft2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.018s) 2022-05-18T07:04:02.6108230Z test_operator_fft_hfft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.016s) 2022-05-18T07:04:02.6313730Z test_operator_fft_hfftn_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.020s) 2022-05-18T07:04:02.6421810Z test_operator_fft_ifft2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:04:02.6529580Z test_operator_fft_ifft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:04:02.6658560Z test_operator_fft_ifftn_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:02.6719930Z test_operator_fft_ifftshift_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:04:02.6848970Z test_operator_fft_ihfft2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:02.6955440Z test_operator_fft_ihfft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:04:02.7098360Z test_operator_fft_ihfftn_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T07:04:02.7209770Z test_operator_fft_irfft2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:04:02.7315290Z test_operator_fft_irfft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:02.7445650Z test_operator_fft_irfftn_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:02.7530910Z test_operator_fft_rfft2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:02.7612940Z test_operator_fft_rfft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:02.7714050Z test_operator_fft_rfftn_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:02.7724120Z test_operator_fill__cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Allowed exemption (0.001s) 2022-05-18T07:04:02.7780280Z test_operator_flatten_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:04:02.7874040Z test_operator_flip_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T07:04:02.7904660Z test_operator_fliplr_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:02.7935410Z test_operator_flipud_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:02.7970290Z test_operator_float_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:02.8197540Z test_operator_float_power_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.023s) 2022-05-18T07:04:02.8221110Z test_operator_floor_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:02.8356950Z test_operator_floor_divide_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:02.8483090Z test_operator_fmax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:02.8610920Z test_operator_fmin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:02.8749060Z test_operator_fmod_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T07:04:02.8786920Z test_operator_frac_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:02.8827210Z test_operator_frexp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:02.8904480Z test_operator_full_like_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:02.8985190Z test_operator_gather_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:02.9112790Z test_operator_ge_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:02.9450710Z test_operator_geqrf_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.034s) 2022-05-18T07:04:03.2974130Z test_operator_gradient_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.352s) 2022-05-18T07:04:03.3101160Z test_operator_gt_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:03.3152580Z test_operator_half_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:03.3277130Z test_operator_heaviside_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:03.4010100Z test_operator_histc_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.073s) 2022-05-18T07:04:03.7297210Z test_operator_histogram_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.329s) 2022-05-18T07:04:04.0296830Z test_operator_histogramdd_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.300s) 2022-05-18T07:04:04.0348010Z test_operator_hsplit_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:04.0374130Z test_operator_hstack_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:04.0497360Z test_operator_hypot_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:04.0525810Z test_operator_i0_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:04.0651990Z test_operator_igamma_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:04.0780100Z test_operator_igammac_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:04.1012210Z test_operator_index_add_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.023s) 2022-05-18T07:04:04.1097630Z test_operator_index_copy_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:04.1154280Z test_operator_index_fill_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:04:04.1276090Z test_operator_index_put_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:04.2120290Z test_operator_index_reduce_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.084s) 2022-05-18T07:04:04.2172270Z test_operator_index_select_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:04.2254590Z test_operator_inner_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:04.2307370Z test_operator_int_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:04.2387360Z test_operator_inverse_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:04.3248580Z test_operator_isclose_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.086s) 2022-05-18T07:04:04.3317980Z test_operator_isfinite_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:04:04.3363850Z test_operator_isin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:04.3387480Z test_operator_isinf_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:04.3409910Z test_operator_isnan_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:04.3433390Z test_operator_isneginf_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:04.3456540Z test_operator_isposinf_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:04.3502950Z test_operator_isreal_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:04.4586910Z test_operator_istft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.108s) 2022-05-18T07:04:04.4597950Z test_operator_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: skip (0.001s) 2022-05-18T07:04:04.4607000Z test_operator_jiterator_binary_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: skip (0.001s) 2022-05-18T07:04:04.4616400Z test_operator_jiterator_unary_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: skip (0.001s) 2022-05-18T07:04:04.4671920Z test_operator_kron_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:04.4764510Z test_operator_kthvalue_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T07:04:04.4940540Z test_operator_ldexp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.018s) 2022-05-18T07:04:04.5065830Z test_operator_le_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:04.5315590Z test_operator_lerp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.025s) 2022-05-18T07:04:04.5351430Z test_operator_lgamma_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:04.5532800Z test_operator_linalg_cholesky_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.018s) 2022-05-18T07:04:04.5664660Z test_operator_linalg_cholesky_ex_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:04.5761280Z test_operator_linalg_cond_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:04.5813990Z test_operator_linalg_cross_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:04.5989020Z test_operator_linalg_det_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.017s) 2022-05-18T07:04:04.6091790Z test_operator_linalg_eig_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:04.6187280Z test_operator_linalg_eigh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T07:04:04.6217420Z test_operator_linalg_eigvals_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.003s) 2022-05-18T07:04:04.6246430Z test_operator_linalg_eigvalsh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.003s) 2022-05-18T07:04:04.6364020Z test_operator_linalg_householder_product_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:04.6478760Z test_operator_linalg_inv_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:04:04.6569080Z test_operator_linalg_inv_ex_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T07:04:04.6631200Z test_operator_linalg_ldl_factor_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:04:04.6678310Z test_operator_linalg_ldl_factor_ex_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:04.7042250Z test_operator_linalg_ldl_solve_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.036s) 2022-05-18T07:04:04.7858940Z test_operator_linalg_lstsq_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.082s) 2022-05-18T07:04:04.8677850Z test_operator_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.082s) 2022-05-18T07:04:04.8849300Z test_operator_linalg_lu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.017s) 2022-05-18T07:04:04.9067140Z test_operator_linalg_lu_factor_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.022s) 2022-05-18T07:04:04.9207950Z test_operator_linalg_lu_factor_ex_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T07:04:04.9291050Z test_operator_linalg_matrix_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.008s) 2022-05-18T07:04:05.0007480Z test_operator_linalg_matrix_power_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.071s) 2022-05-18T07:04:05.0040050Z test_operator_linalg_matrix_rank_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.003s) 2022-05-18T07:04:05.0070990Z test_operator_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.003s) 2022-05-18T07:04:05.0205500Z test_operator_linalg_multi_dot_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:05.0252640Z test_operator_linalg_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.005s) 2022-05-18T07:04:05.0279040Z test_operator_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.003s) 2022-05-18T07:04:05.0608780Z test_operator_linalg_pinv_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.033s) 2022-05-18T07:04:05.0706190Z test_operator_linalg_pinv_hermitian_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:05.0722200Z test_operator_linalg_pinv_singular_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T07:04:05.1065580Z test_operator_linalg_qr_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.034s) 2022-05-18T07:04:05.1168250Z test_operator_linalg_slogdet_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:05.1448910Z test_operator_linalg_solve_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.028s) 2022-05-18T07:04:05.3500960Z test_operator_linalg_solve_triangular_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.205s) 2022-05-18T07:04:05.5589720Z test_operator_linalg_svd_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.209s) 2022-05-18T07:04:05.5894680Z test_operator_linalg_svdvals_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.030s) 2022-05-18T07:04:05.5966280Z test_operator_linalg_tensorinv_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:04:05.6176760Z test_operator_linalg_tensorsolve_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.021s) 2022-05-18T07:04:05.6481510Z test_operator_linalg_vander_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.030s) 2022-05-18T07:04:05.7255060Z test_operator_linalg_vector_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.077s) 2022-05-18T07:04:05.7291650Z test_operator_log10_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:05.7313820Z test_operator_log1p_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:05.7348110Z test_operator_log2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:05.7382750Z test_operator_log_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:05.7437450Z test_operator_log_softmax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:05.7520990Z test_operator_log_softmax_dtype_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:05.7548620Z test_operator_logaddexp2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:05.7576360Z test_operator_logaddexp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:05.7631380Z test_operator_logcumsumexp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:05.7697050Z test_operator_logdet_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:04:05.7822810Z test_operator_logical_and_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:05.7858810Z test_operator_logical_not_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:05.7983850Z test_operator_logical_or_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:05.8107190Z test_operator_logical_xor_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:05.8149070Z test_operator_logit_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:05.8265900Z test_operator_logsumexp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:05.8316460Z test_operator_long_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:05.8437900Z test_operator_lt_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:05.8765930Z test_operator_lu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.033s) 2022-05-18T07:04:05.9452830Z test_operator_lu_solve_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.069s) 2022-05-18T07:04:05.9718040Z test_operator_lu_unpack_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.026s) 2022-05-18T07:04:05.9775610Z test_operator_mH_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:04:05.9832110Z test_operator_mT_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:04:05.9979950Z test_operator_masked_fill_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:04:06.0089870Z test_operator_masked_scatter_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:04:06.0194020Z test_operator_masked_select_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:06.0759940Z test_operator_matmul_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.056s) 2022-05-18T07:04:06.0812590Z test_operator_matrix_exp_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:06.0938700Z test_operator_max_binary_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:06.0967510Z test_operator_max_reduction_no_dim_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:06.1013630Z test_operator_max_reduction_with_dim_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:06.1139800Z test_operator_maximum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:06.1297420Z test_operator_mean_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.016s) 2022-05-18T07:04:06.1402120Z test_operator_median_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:06.1692130Z test_operator_meshgrid_list_of_tensors_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.029s) 2022-05-18T07:04:06.2421250Z test_operator_meshgrid_variadic_tensors_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.073s) 2022-05-18T07:04:06.2548800Z test_operator_min_binary_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:06.2577340Z test_operator_min_reduction_no_dim_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:06.2623750Z test_operator_min_reduction_with_dim_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:06.2748520Z test_operator_minimum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:06.2776880Z test_operator_mm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:06.2837020Z test_operator_mode_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:04:06.2871170Z test_operator_movedim_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:06.2923740Z test_operator_msort_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:06.3049070Z test_operator_mul_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:06.3220050Z test_operator_multinomial_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.017s) 2022-05-18T07:04:06.3248380Z test_operator_mv_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:06.3344330Z test_operator_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:06.3441700Z test_operator_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:06.3537970Z test_operator_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T07:04:06.3572740Z test_operator_nan_to_num_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:06.4581780Z test_operator_nanmean_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.101s) 2022-05-18T07:04:06.4686830Z test_operator_nanmedian_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:07.2460690Z test_operator_nanquantile_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.777s) 2022-05-18T07:04:07.2613380Z test_operator_nansum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:04:07.2670640Z test_operator_narrow_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:04:07.2797040Z test_operator_ne_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:07.2820950Z test_operator_neg_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:07.2894200Z test_operator_new_empty_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:04:07.2999840Z test_operator_new_full_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:07.3102360Z test_operator_new_ones_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:07.3199350Z test_operator_new_zeros_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:07.3325290Z test_operator_nextafter_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:07.3393770Z test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:04:07.3453790Z test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:04:07.3522060Z test_operator_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:04:07.3624920Z test_operator_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:07.3747890Z test_operator_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:07.3864550Z test_operator_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:07.4046810Z test_operator_nn_functional_avg_pool1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.018s) 2022-05-18T07:04:07.4131280Z test_operator_nn_functional_avg_pool2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:07.4232240Z test_operator_nn_functional_avg_pool3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:07.5489050Z test_operator_nn_functional_batch_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.126s) 2022-05-18T07:04:07.7943340Z test_operator_nn_functional_bilinear_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.245s) 2022-05-18T07:04:07.8188930Z test_operator_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.025s) 2022-05-18T07:04:07.8921900Z test_operator_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.073s) 2022-05-18T07:04:07.8958670Z test_operator_nn_functional_celu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:07.9148360Z test_operator_nn_functional_conv1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T07:04:07.9770260Z test_operator_nn_functional_conv2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.062s) 2022-05-18T07:04:07.9954180Z test_operator_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.018s) 2022-05-18T07:04:08.0195730Z test_operator_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.024s) 2022-05-18T07:04:08.0458650Z test_operator_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.026s) 2022-05-18T07:04:08.2373850Z test_operator_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.191s) 2022-05-18T07:04:08.3217330Z test_operator_nn_functional_cosine_similarity_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.084s) 2022-05-18T07:04:08.4069890Z test_operator_nn_functional_cross_entropy_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.085s) 2022-05-18T07:04:08.4163840Z test_operator_nn_functional_ctc_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.009s) 2022-05-18T07:04:08.4532210Z test_operator_nn_functional_dropout2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.037s) 2022-05-18T07:04:08.4958070Z test_operator_nn_functional_dropout_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.042s) 2022-05-18T07:04:08.4996930Z test_operator_nn_functional_elu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:08.5007010Z test_operator_nn_functional_embedding_bag_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Allowed exemption (0.001s) 2022-05-18T07:04:08.5016560Z test_operator_nn_functional_embedding_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Allowed exemption (0.001s) 2022-05-18T07:04:08.5236320Z test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.022s) 2022-05-18T07:04:08.5424360Z test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T07:04:08.6407240Z test_operator_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.098s) 2022-05-18T07:04:08.7735320Z test_operator_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.133s) 2022-05-18T07:04:13.6648340Z test_operator_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (4.891s) 2022-05-18T07:04:13.6723060Z test_operator_nn_functional_gelu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:04:13.7053660Z test_operator_nn_functional_glu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.033s) 2022-05-18T07:04:13.7486360Z test_operator_nn_functional_grid_sample_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.043s) 2022-05-18T07:04:13.7647810Z test_operator_nn_functional_group_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.016s) 2022-05-18T07:04:13.7720220Z test_operator_nn_functional_hardshrink_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:04:13.7755130Z test_operator_nn_functional_hardsigmoid_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:13.7797180Z test_operator_nn_functional_hardswish_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:13.7872760Z test_operator_nn_functional_hardtanh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:04:13.8566630Z test_operator_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.069s) 2022-05-18T07:04:13.8716860Z test_operator_nn_functional_huber_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:04:14.3541620Z test_operator_nn_functional_instance_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.482s) 2022-05-18T07:04:14.3694870Z test_operator_nn_functional_interpolate_area_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:04:14.3821890Z test_operator_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:14.3943970Z test_operator_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:14.4056360Z test_operator_nn_functional_interpolate_linear_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:04:14.4173530Z test_operator_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:14.4302090Z test_operator_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:14.4505150Z test_operator_nn_functional_kl_div_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.020s) 2022-05-18T07:04:14.4605550Z test_operator_nn_functional_l1_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:14.4795250Z test_operator_nn_functional_layer_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T07:04:14.4865280Z test_operator_nn_functional_leaky_relu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:04:14.5443310Z test_operator_nn_functional_linear_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.058s) 2022-05-18T07:04:14.5883780Z test_operator_nn_functional_local_response_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.044s) 2022-05-18T07:04:14.5923400Z test_operator_nn_functional_logsigmoid_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:14.6621770Z test_operator_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.070s) 2022-05-18T07:04:14.6755920Z test_operator_nn_functional_max_pool1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.013s) 2022-05-18T07:04:16.3398060Z test_operator_nn_functional_max_pool2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (1.664s) 2022-05-18T07:04:17.0451760Z test_operator_nn_functional_max_pool3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.705s) 2022-05-18T07:04:17.6539670Z test_operator_nn_functional_max_unpool1d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.609s) 2022-05-18T07:04:17.7896380Z test_operator_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.136s) 2022-05-18T07:04:18.4116270Z test_operator_nn_functional_max_unpool2d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.622s) 2022-05-18T07:04:18.5981960Z test_operator_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.186s) 2022-05-18T07:04:18.8375860Z test_operator_nn_functional_max_unpool3d_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.239s) 2022-05-18T07:04:18.9256870Z test_operator_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.088s) 2022-05-18T07:04:18.9294460Z test_operator_nn_functional_mish_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:18.9395940Z test_operator_nn_functional_mse_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:18.9477240Z test_operator_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:18.9535390Z test_operator_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:04:19.0051500Z test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.051s) 2022-05-18T07:04:19.1420630Z test_operator_nn_functional_nll_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.137s) 2022-05-18T07:04:19.1616520Z test_operator_nn_functional_normalize_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.019s) 2022-05-18T07:04:19.2081490Z test_operator_nn_functional_pad_circular_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.046s) 2022-05-18T07:04:19.2520810Z test_operator_nn_functional_pad_constant_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.044s) 2022-05-18T07:04:19.2635570Z test_operator_nn_functional_pad_reflect_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:04:19.2750410Z test_operator_nn_functional_pad_replicate_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.011s) 2022-05-18T07:04:19.2967600Z test_operator_nn_functional_pairwise_distance_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.022s) 2022-05-18T07:04:19.3044760Z test_operator_nn_functional_pdist_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:19.3075040Z test_operator_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:19.3105620Z test_operator_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:19.7495710Z test_operator_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.439s) 2022-05-18T07:04:19.7744840Z test_operator_nn_functional_prelu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.025s) 2022-05-18T07:04:19.7821200Z test_operator_nn_functional_relu6_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:19.7866060Z test_operator_nn_functional_relu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:19.7958090Z test_operator_nn_functional_rrelu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.009s) 2022-05-18T07:04:19.7996370Z test_operator_nn_functional_selu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:19.8031000Z test_operator_nn_functional_silu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:19.8160560Z test_operator_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:19.8260440Z test_operator_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:19.8336410Z test_operator_nn_functional_softmin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:19.8441150Z test_operator_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:19.8477630Z test_operator_nn_functional_softplus_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:19.8547240Z test_operator_nn_functional_softshrink_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:04:19.8605790Z test_operator_nn_functional_softsign_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:04:19.8651950Z test_operator_nn_functional_tanhshrink_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:19.8701190Z test_operator_nn_functional_threshold_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:19.9781860Z test_operator_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.108s) 2022-05-18T07:04:20.0892480Z test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.111s) 2022-05-18T07:04:20.3361090Z test_operator_nn_functional_unfold_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.247s) 2022-05-18T07:04:20.3419060Z test_operator_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:04:20.3541680Z test_operator_nn_functional_upsample_nearest_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:20.3782430Z test_operator_nonzero_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.024s) 2022-05-18T07:04:20.4133980Z test_operator_norm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.035s) 2022-05-18T07:04:20.4163660Z test_operator_norm_fro_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.003s) 2022-05-18T07:04:20.4211000Z test_operator_norm_inf_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:20.4243760Z test_operator_norm_nuc_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.003s) 2022-05-18T07:04:20.4426650Z test_operator_normal_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.018s) 2022-05-18T07:04:20.4464470Z test_operator_normal_number_mean_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:20.4530380Z test_operator_ones_like_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:04:20.8090160Z test_operator_ormqr_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.356s) 2022-05-18T07:04:20.8130280Z test_operator_outer_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:27.6250430Z test_operator_pca_lowrank_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (6.812s) 2022-05-18T07:04:27.6304680Z test_operator_permute_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:27.6440700Z test_operator_pinverse_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:27.6566050Z test_operator_polar_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:27.6649140Z test_operator_polygamma_polygamma_n_0_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:27.6733840Z test_operator_polygamma_polygamma_n_1_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:27.6816080Z test_operator_polygamma_polygamma_n_2_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:27.6898970Z test_operator_polygamma_polygamma_n_3_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:27.6983820Z test_operator_polygamma_polygamma_n_4_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:27.7008150Z test_operator_positive_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:27.7132080Z test_operator_pow_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:27.7384080Z test_operator_prod_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.025s) 2022-05-18T07:04:27.7414370Z test_operator_put_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.003s) 2022-05-18T07:04:27.7764440Z test_operator_qr_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.035s) 2022-05-18T07:04:28.5334670Z test_operator_quantile_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.757s) 2022-05-18T07:04:28.5372890Z test_operator_rad2deg_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:28.5537820Z test_operator_rand_like_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.016s) 2022-05-18T07:04:28.5851020Z test_operator_randint_like_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.031s) 2022-05-18T07:04:28.6014840Z test_operator_randn_like_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.016s) 2022-05-18T07:04:28.6047650Z test_operator_ravel_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:28.6073440Z test_operator_real_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:28.6108130Z test_operator_reciprocal_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:28.6238200Z test_operator_remainder_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:28.6287240Z test_operator_renorm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:28.6593940Z test_operator_repeat_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.030s) 2022-05-18T07:04:28.6696780Z test_operator_repeat_interleave_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:28.6771190Z test_operator_reshape_as_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:04:28.6893260Z test_operator_reshape_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:28.6903120Z test_operator_resize__cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Allowed exception (0.001s) 2022-05-18T07:04:28.6912590Z test_operator_resize_as__cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Allowed exemption (0.001s) 2022-05-18T07:04:28.6934320Z test_operator_resolve_conj_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:28.6955230Z test_operator_resolve_neg_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:28.7035030Z test_operator_roll_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:28.7080380Z test_operator_rot90_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:28.7102910Z test_operator_round_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:28.7140790Z test_operator_round_decimals_0_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:28.7176500Z test_operator_round_decimals_3_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:28.7212630Z test_operator_round_decimals_neg_3_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:28.7247100Z test_operator_rsqrt_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:28.7396460Z test_operator_rsub_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:04:28.7581010Z test_operator_scatter_add_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.018s) 2022-05-18T07:04:28.8120300Z test_operator_scatter_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.054s) 2022-05-18T07:04:28.8490170Z test_operator_scatter_reduce_amax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.037s) 2022-05-18T07:04:28.8870240Z test_operator_scatter_reduce_amin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.038s) 2022-05-18T07:04:28.9266810Z test_operator_scatter_reduce_mean_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.040s) 2022-05-18T07:04:28.9635370Z test_operator_scatter_reduce_prod_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.037s) 2022-05-18T07:04:29.0008180Z test_operator_scatter_reduce_sum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.037s) 2022-05-18T07:04:29.3283350Z test_operator_searchsorted_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.327s) 2022-05-18T07:04:29.3339930Z test_operator_select_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:04:29.3421290Z test_operator_select_scatter_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:29.3443860Z test_operator_sgn_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:29.3495400Z test_operator_short_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:29.3530020Z test_operator_sigmoid_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:29.3552410Z test_operator_sign_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:29.3575870Z test_operator_signbit_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:29.3599250Z test_operator_sin_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:29.3634050Z test_operator_sinc_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:29.3660430Z test_operator_sinh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:29.3815760Z test_operator_slice_scatter_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:04:29.3873870Z test_operator_softmax_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:04:29.3955910Z test_operator_softmax_with_dtype_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:29.4407080Z test_operator_sort_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.045s) 2022-05-18T07:04:29.4417290Z test_operator_sparse_sampled_addmm_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Skipped! (0.001s) 2022-05-18T07:04:29.4446700Z test_operator_special_entr_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:29.4481450Z test_operator_special_erfcx_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:29.4509780Z test_operator_special_i0e_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:29.4538060Z test_operator_special_i1_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:29.4566340Z test_operator_special_i1e_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:29.4602240Z test_operator_special_log_ndtr_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:29.4671400Z test_operator_special_ndtr_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:04:29.4706770Z test_operator_special_ndtri_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:29.4792270Z test_operator_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:29.4915680Z test_operator_special_xlog1py_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:29.5048740Z test_operator_special_zeta_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:29.5083630Z test_operator_split_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:29.5134670Z test_operator_split_list_args_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:29.5193600Z test_operator_split_with_sizes_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:04:29.5215970Z test_operator_sqrt_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:29.5251840Z test_operator_square_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:29.5317820Z test_operator_squeeze_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:04:29.5403420Z test_operator_stack_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:29.5478730Z test_operator_std_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:04:29.5597810Z test_operator_std_mean_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:29.6003830Z test_operator_stft_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.040s) 2022-05-18T07:04:29.6160160Z test_operator_sub_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.016s) 2022-05-18T07:04:29.6314340Z test_operator_sum_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.015s) 2022-05-18T07:04:29.6370890Z test_operator_sum_to_size_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.006s) 2022-05-18T07:04:29.9396220Z test_operator_svd_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.302s) 2022-05-18T07:04:43.4892770Z test_operator_svd_lowrank_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (13.550s) 2022-05-18T07:04:43.4992050Z test_operator_symeig_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.010s) 2022-05-18T07:04:43.5029030Z test_operator_t_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:43.5187530Z test_operator_take_along_dim_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.016s) 2022-05-18T07:04:43.5313820Z test_operator_take_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:43.5336230Z test_operator_tan_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:43.5358990Z test_operator_tanh_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:43.5443910Z test_operator_tensor_split_cpu_float32 (__main__.TestCompositeComplianceCPU) ... expected failure (0.008s) 2022-05-18T07:04:43.5584970Z test_operator_tensordot_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.014s) 2022-05-18T07:04:43.5995810Z test_operator_tile_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.041s) 2022-05-18T07:04:43.6005980Z test_operator_to_sparse_cpu_float32 (__main__.TestCompositeComplianceCPU) ... skip: Allowed exception (0.001s) 2022-05-18T07:04:43.6128940Z test_operator_topk_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:43.6152270Z test_operator_trace_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:43.6227380Z test_operator_transpose_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:04:43.6731470Z test_operator_trapezoid_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.050s) 2022-05-18T07:04:43.7243300Z test_operator_trapz_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.051s) 2022-05-18T07:04:43.7449080Z test_operator_triangular_solve_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.021s) 2022-05-18T07:04:43.7500950Z test_operator_tril_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:43.7554460Z test_operator_triu_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:43.7684680Z test_operator_true_divide_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:43.7708340Z test_operator_trunc_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:43.7887410Z test_operator_unfold_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.018s) 2022-05-18T07:04:44.0308000Z test_operator_unique_consecutive_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.242s) 2022-05-18T07:04:44.5171620Z test_operator_unique_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.486s) 2022-05-18T07:04:44.5252090Z test_operator_unsqueeze_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.008s) 2022-05-18T07:04:44.5324670Z test_operator_var_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:04:44.5444190Z test_operator_var_mean_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.012s) 2022-05-18T07:04:44.5472830Z test_operator_vdot_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:44.5495670Z test_operator_view_as_complex_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.002s) 2022-05-18T07:04:44.5548620Z test_operator_view_as_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:44.5624290Z test_operator_view_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:04:44.5675010Z test_operator_vsplit_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.005s) 2022-05-18T07:04:44.5701830Z test_operator_vstack_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.003s) 2022-05-18T07:04:44.5829560Z test_operator_where_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:44.5956160Z test_operator_xlogy_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.013s) 2022-05-18T07:04:44.6000890Z test_operator_zero__cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.004s) 2022-05-18T07:04:44.6067470Z test_operator_zeros_like_cpu_float32 (__main__.TestCompositeComplianceCPU) ... ok (0.007s) 2022-05-18T07:04:44.6114000Z test_conj_view_H_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:44.6155210Z test_conj_view_T_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:44.6379310Z test_conj_view___getitem___cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.022s) 2022-05-18T07:04:44.6525410Z test_conj_view___radd___cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:04:44.6694170Z test_conj_view___rdiv___cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.017s) 2022-05-18T07:04:44.6954110Z test_conj_view___rmatmul___cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.026s) 2022-05-18T07:04:44.7108420Z test_conj_view___rmul___cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:04:44.7292530Z test_conj_view___rpow___cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.018s) 2022-05-18T07:04:44.7439290Z test_conj_view___rsub___cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:04:44.8532840Z test_conj_view__masked_mean_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.109s) 2022-05-18T07:04:44.9697490Z test_conj_view__masked_prod_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.116s) 2022-05-18T07:04:45.1363940Z test_conj_view__masked_std_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.167s) 2022-05-18T07:04:45.2286480Z test_conj_view__masked_sum_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.092s) 2022-05-18T07:04:45.3877400Z test_conj_view__masked_var_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.159s) 2022-05-18T07:04:45.3910190Z test_conj_view__refs_abs_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:45.3972280Z test_conj_view__refs_acos_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:45.4033450Z test_conj_view__refs_acosh_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:45.4272900Z test_conj_view__refs_add_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.024s) 2022-05-18T07:04:45.4354750Z test_conj_view__refs_as_strided_cpu_complex64 (__main__.TestMathBitsCPU) ... expected failure (0.008s) 2022-05-18T07:04:45.4392620Z test_conj_view__refs_asin_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:45.4426570Z test_conj_view__refs_atan_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:45.4567300Z test_conj_view__refs_cat_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:45.4646560Z test_conj_view__refs_chunk_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:45.4688370Z test_conj_view__refs_clone_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:45.4748360Z test_conj_view__refs_cos_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:45.4807650Z test_conj_view__refs_cosh_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:45.4923690Z test_conj_view__refs_eq_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:45.4982400Z test_conj_view__refs_exp_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:45.5075220Z test_conj_view__refs_flatten_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:45.5223370Z test_conj_view__refs_flip_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:04:45.5491900Z test_conj_view__refs_float_power_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.027s) 2022-05-18T07:04:45.6380330Z test_conj_view__refs_isclose_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.089s) 2022-05-18T07:04:45.6418270Z test_conj_view__refs_isfinite_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:45.6441520Z test_conj_view__refs_isnan_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.002s) 2022-05-18T07:04:45.6501410Z test_conj_view__refs_log_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:45.6707360Z test_conj_view__refs_logical_and_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.021s) 2022-05-18T07:04:45.6913850Z test_conj_view__refs_logical_or_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.021s) 2022-05-18T07:04:45.7121980Z test_conj_view__refs_mul_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.021s) 2022-05-18T07:04:45.7213140Z test_conj_view__refs_narrow_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:45.7324450Z test_conj_view__refs_ne_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:45.7359290Z test_conj_view__refs_neg_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:45.7432010Z test_conj_view__refs_permute_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:45.7688020Z test_conj_view__refs_pow_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.025s) 2022-05-18T07:04:45.7749790Z test_conj_view__refs_reciprocal_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:45.7918550Z test_conj_view__refs_reshape_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.017s) 2022-05-18T07:04:45.7953550Z test_conj_view__refs_sin_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:45.7987910Z test_conj_view__refs_sinh_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:45.8022470Z test_conj_view__refs_sqrt_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:45.8083500Z test_conj_view__refs_square_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:45.8192780Z test_conj_view__refs_squeeze_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:45.8247060Z test_conj_view__refs_stack_cpu_complex64 (__main__.TestMathBitsCPU) ... expected failure (0.005s) 2022-05-18T07:04:45.8488930Z test_conj_view__refs_sub_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.024s) 2022-05-18T07:04:45.8775210Z test_conj_view__refs_sum_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.028s) 2022-05-18T07:04:45.8810960Z test_conj_view__refs_tan_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:45.8992630Z test_conj_view__refs_tensor_split_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.018s) 2022-05-18T07:04:45.9113340Z test_conj_view__refs_transpose_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:45.9326930Z test_conj_view__refs_true_divide_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.021s) 2022-05-18T07:04:45.9466100Z test_conj_view__refs_unsqueeze_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:45.9581190Z test_conj_view__refs_view_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:45.9609400Z test_conj_view_abs_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:45.9673630Z test_conj_view_acos_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:45.9736510Z test_conj_view_acosh_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:45.9927660Z test_conj_view_add_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.019s) 2022-05-18T07:04:46.0189530Z test_conj_view_addbmm_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.026s) 2022-05-18T07:04:46.0449150Z test_conj_view_addcdiv_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.026s) 2022-05-18T07:04:46.0701990Z test_conj_view_addcmul_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.025s) 2022-05-18T07:04:46.0816410Z test_conj_view_addmm_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:46.0925900Z test_conj_view_addmm_decomposed_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:46.1051890Z test_conj_view_addmv_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.013s) 2022-05-18T07:04:46.1143320Z test_conj_view_addr_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:46.1191860Z test_conj_view_all_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:46.1321180Z test_conj_view_allclose_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.013s) 2022-05-18T07:04:46.1350390Z test_conj_view_angle_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:46.1399640Z test_conj_view_any_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:46.1435880Z test_conj_view_argwhere_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:46.1532210Z test_conj_view_as_strided_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:46.1570280Z test_conj_view_asin_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:46.1607050Z test_conj_view_asinh_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:46.1643020Z test_conj_view_atan_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:46.1679390Z test_conj_view_atanh_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:46.1774380Z test_conj_view_atleast_1d_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:46.1870620Z test_conj_view_atleast_2d_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:46.1968180Z test_conj_view_atleast_3d_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:46.2214440Z test_conj_view_baddbmm_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.024s) 2022-05-18T07:04:46.2274780Z test_conj_view_bfloat16_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:46.2311510Z test_conj_view_block_diag_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:46.2347050Z test_conj_view_bmm_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:46.2382750Z test_conj_view_bool_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:46.2417190Z test_conj_view_broadcast_tensors_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:46.2519970Z test_conj_view_broadcast_to_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:46.2556890Z test_conj_view_byte_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:46.2598810Z test_conj_view_cartesian_prod_cpu_complex64 (__main__.TestMathBitsCPU) ... expected failure (0.004s) 2022-05-18T07:04:46.2719710Z test_conj_view_cat_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:46.2828090Z test_conj_view_chalf_cpu_complex64 (__main__.TestMathBitsCPU) ... expected failure (0.011s) 2022-05-18T07:04:46.2865630Z test_conj_view_char_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:46.3117440Z test_conj_view_cholesky_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.025s) 2022-05-18T07:04:46.3292300Z test_conj_view_cholesky_inverse_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.017s) 2022-05-18T07:04:46.3499400Z test_conj_view_cholesky_solve_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.021s) 2022-05-18T07:04:46.3552950Z test_conj_view_chunk_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:46.3595080Z test_conj_view_clone_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:46.3658810Z test_conj_view_column_stack_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:46.3953000Z test_conj_view_combinations_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.029s) 2022-05-18T07:04:46.4007040Z test_conj_view_conj_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:46.4040930Z test_conj_view_conj_physical_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:46.4070520Z test_conj_view_contiguous_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:46.4193040Z test_conj_view_corrcoef_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:46.4256070Z test_conj_view_cos_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:46.4317450Z test_conj_view_cosh_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:46.4380630Z test_conj_view_count_nonzero_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:46.5293040Z test_conj_view_cov_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.091s) 2022-05-18T07:04:46.5357220Z test_conj_view_cross_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:46.5568220Z test_conj_view_cumprod_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.021s) 2022-05-18T07:04:46.5647270Z test_conj_view_cumsum_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:46.5821280Z test_conj_view_cumulative_trapezoid_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.017s) 2022-05-18T07:04:46.6004510Z test_conj_view_diag_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.018s) 2022-05-18T07:04:46.6258700Z test_conj_view_diag_embed_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.025s) 2022-05-18T07:04:46.6337890Z test_conj_view_diagflat_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:46.6539330Z test_conj_view_diagonal_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.020s) 2022-05-18T07:04:46.8001950Z test_conj_view_diff_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.146s) 2022-05-18T07:04:46.8601670Z test_conj_view_dist_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.060s) 2022-05-18T07:04:46.8779430Z test_conj_view_div_no_rounding_mode_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.018s) 2022-05-18T07:04:46.8826860Z test_conj_view_dot_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:46.8886200Z test_conj_view_double_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:46.8923870Z test_conj_view_dsplit_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:46.8960410Z test_conj_view_dstack_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:46.8990710Z test_conj_view_eig_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:46.9180200Z test_conj_view_einsum_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.019s) 2022-05-18T07:04:46.9192290Z test_conj_view_empty_like_cpu_complex64 (__main__.TestMathBitsCPU) ... skip: Skipped! (0.001s) 2022-05-18T07:04:46.9259440Z test_conj_view_eq_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:46.9320960Z test_conj_view_exp_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:46.9378360Z test_conj_view_expand_as_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:46.9503480Z test_conj_view_expand_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:46.9612270Z test_conj_view_fft_fft2_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:46.9726360Z test_conj_view_fft_fft_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:46.9857110Z test_conj_view_fft_fftn_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.013s) 2022-05-18T07:04:46.9938570Z test_conj_view_fft_fftshift_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:47.0026730Z test_conj_view_fft_hfft2_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:47.0118990Z test_conj_view_fft_hfft_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:47.0224150Z test_conj_view_fft_hfftn_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:47.0334770Z test_conj_view_fft_ifft2_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:47.0449660Z test_conj_view_fft_ifft_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:47.0578260Z test_conj_view_fft_ifftn_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.013s) 2022-05-18T07:04:47.0660570Z test_conj_view_fft_ifftshift_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:47.0742380Z test_conj_view_fft_irfft2_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:47.0830160Z test_conj_view_fft_irfft_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:47.0929770Z test_conj_view_fft_irfftn_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:47.0996310Z test_conj_view_fill__cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:47.1082510Z test_conj_view_flatten_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:47.1217000Z test_conj_view_flip_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.013s) 2022-05-18T07:04:47.1259000Z test_conj_view_fliplr_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:47.1301030Z test_conj_view_flipud_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:47.1360140Z test_conj_view_float_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:47.1567570Z test_conj_view_float_power_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.021s) 2022-05-18T07:04:47.1621340Z test_conj_view_full_like_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:47.1701110Z test_conj_view_gather_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:47.1981340Z test_conj_view_geqrf_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.028s) 2022-05-18T07:04:47.2096370Z test_conj_view_gradient_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:47.2156140Z test_conj_view_half_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:47.2192630Z test_conj_view_hsplit_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:47.2227860Z test_conj_view_hstack_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:47.2272500Z test_conj_view_imag_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:47.2444130Z test_conj_view_index_add_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.017s) 2022-05-18T07:04:47.2514980Z test_conj_view_index_copy_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:47.2584020Z test_conj_view_index_fill_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:47.2676300Z test_conj_view_index_put_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:47.2731180Z test_conj_view_index_select_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:47.2779800Z test_conj_view_inner_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:47.2814560Z test_conj_view_int_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:47.2955290Z test_conj_view_inverse_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:47.3080450Z test_conj_view_isclose_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:47.3112950Z test_conj_view_isfinite_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:47.3135020Z test_conj_view_isinf_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.002s) 2022-05-18T07:04:47.3156290Z test_conj_view_isnan_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.002s) 2022-05-18T07:04:47.3185480Z test_conj_view_isreal_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:47.3393950Z test_conj_view_istft_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.021s) 2022-05-18T07:04:47.3412650Z test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMathBitsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:04:47.3429930Z test_conj_view_jiterator_binary_cpu_complex64 (__main__.TestMathBitsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:04:47.3447250Z test_conj_view_jiterator_unary_cpu_complex64 (__main__.TestMathBitsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:04:47.3493930Z test_conj_view_kron_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:47.3577890Z test_conj_view_ldexp_cpu_complex64 (__main__.TestMathBitsCPU) ... expected failure (0.008s) 2022-05-18T07:04:47.3970520Z test_conj_view_lerp_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.039s) 2022-05-18T07:04:47.4231390Z test_conj_view_linalg_cholesky_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.026s) 2022-05-18T07:04:47.4329310Z test_conj_view_linalg_cholesky_ex_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:47.4384380Z test_conj_view_linalg_cond_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:47.4445740Z test_conj_view_linalg_cross_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:47.4708220Z test_conj_view_linalg_det_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.026s) 2022-05-18T07:04:47.4805380Z test_conj_view_linalg_eig_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:47.4893690Z test_conj_view_linalg_eigh_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:47.5046020Z test_conj_view_linalg_eigvals_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:04:47.5157010Z test_conj_view_linalg_eigvalsh_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:47.5474370Z test_conj_view_linalg_householder_product_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.032s) 2022-05-18T07:04:47.5619440Z test_conj_view_linalg_inv_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:47.5698600Z test_conj_view_linalg_inv_ex_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:47.5746210Z test_conj_view_linalg_ldl_factor_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:47.5798340Z test_conj_view_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:47.5919380Z test_conj_view_linalg_ldl_solve_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:47.6386490Z test_conj_view_linalg_lstsq_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.047s) 2022-05-18T07:04:47.7535830Z test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.115s) 2022-05-18T07:04:47.7708340Z test_conj_view_linalg_lu_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.017s) 2022-05-18T07:04:47.7859560Z test_conj_view_linalg_lu_factor_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:04:47.7986690Z test_conj_view_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.013s) 2022-05-18T07:04:47.8672890Z test_conj_view_linalg_matrix_norm_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.069s) 2022-05-18T07:04:47.9000670Z test_conj_view_linalg_matrix_power_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.033s) 2022-05-18T07:04:47.9063650Z test_conj_view_linalg_matrix_rank_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:47.9125000Z test_conj_view_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:47.9262850Z test_conj_view_linalg_multi_dot_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:47.9513330Z test_conj_view_linalg_norm_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.025s) 2022-05-18T07:04:47.9715120Z test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.020s) 2022-05-18T07:04:48.0186250Z test_conj_view_linalg_pinv_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.047s) 2022-05-18T07:04:48.0371810Z test_conj_view_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.018s) 2022-05-18T07:04:48.0391170Z test_conj_view_linalg_pinv_singular_cpu_complex64 (__main__.TestMathBitsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T07:04:48.0707140Z test_conj_view_linalg_qr_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.031s) 2022-05-18T07:04:48.0798260Z test_conj_view_linalg_slogdet_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:48.1188630Z test_conj_view_linalg_solve_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.039s) 2022-05-18T07:04:48.6711040Z test_conj_view_linalg_solve_triangular_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.552s) 2022-05-18T07:04:48.8847220Z test_conj_view_linalg_svd_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.214s) 2022-05-18T07:04:48.9178360Z test_conj_view_linalg_svdvals_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.033s) 2022-05-18T07:04:48.9233310Z test_conj_view_linalg_tensorinv_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:48.9330780Z test_conj_view_linalg_tensorsolve_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:48.9508110Z test_conj_view_linalg_vander_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.018s) 2022-05-18T07:04:49.0428750Z test_conj_view_linalg_vector_norm_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.092s) 2022-05-18T07:04:49.0492580Z test_conj_view_log10_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:49.0554140Z test_conj_view_log2_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:49.0614030Z test_conj_view_log_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:49.0682630Z test_conj_view_log_softmax_dtype_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:49.0745720Z test_conj_view_logical_and_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:49.0774130Z test_conj_view_logical_not_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:49.0837080Z test_conj_view_logical_or_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:49.0899800Z test_conj_view_logical_xor_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:49.0933800Z test_conj_view_long_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:49.1224540Z test_conj_view_lu_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.029s) 2022-05-18T07:04:49.2342360Z test_conj_view_lu_solve_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.112s) 2022-05-18T07:04:49.2510130Z test_conj_view_lu_unpack_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.017s) 2022-05-18T07:04:49.2611570Z test_conj_view_mH_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:49.2707930Z test_conj_view_mT_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:49.2849490Z test_conj_view_masked_fill_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:49.2940410Z test_conj_view_masked_scatter_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:49.3047840Z test_conj_view_masked_select_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:49.3306490Z test_conj_view_matmul_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.026s) 2022-05-18T07:04:49.3401070Z test_conj_view_matrix_exp_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:49.3637830Z test_conj_view_mean_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.024s) 2022-05-18T07:04:49.3778200Z test_conj_view_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.013s) 2022-05-18T07:04:49.3887390Z test_conj_view_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:49.3937910Z test_conj_view_mm_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:49.3980330Z test_conj_view_movedim_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:49.4147110Z test_conj_view_mul_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.017s) 2022-05-18T07:04:49.4182670Z test_conj_view_mv_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:49.4262490Z test_conj_view_narrow_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:49.4326560Z test_conj_view_ne_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:49.4360130Z test_conj_view_neg_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:49.4371620Z test_conj_view_new_empty_cpu_complex64 (__main__.TestMathBitsCPU) ... skip: Skipped! (0.001s) 2022-05-18T07:04:49.4425220Z test_conj_view_new_full_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:49.4470850Z test_conj_view_new_ones_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:49.4516610Z test_conj_view_new_zeros_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:49.4741930Z test_conj_view_nn_functional_conv1d_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.022s) 2022-05-18T07:04:49.5439930Z test_conj_view_nn_functional_conv2d_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.070s) 2022-05-18T07:04:49.5734160Z test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.029s) 2022-05-18T07:04:49.5800150Z test_conj_view_nn_functional_l1_loss_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:49.6069880Z test_conj_view_nn_functional_linear_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.027s) 2022-05-18T07:04:49.6238500Z test_conj_view_nn_functional_normalize_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.017s) 2022-05-18T07:04:49.6390460Z test_conj_view_nn_functional_pad_circular_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:04:49.6993920Z test_conj_view_nn_functional_pad_constant_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.060s) 2022-05-18T07:04:49.7157550Z test_conj_view_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.016s) 2022-05-18T07:04:49.7321850Z test_conj_view_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.016s) 2022-05-18T07:04:49.7415370Z test_conj_view_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:49.7457990Z test_conj_view_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:49.7500150Z test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:49.7537520Z test_conj_view_nn_functional_silu_complex_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:49.7608920Z test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:49.7671860Z test_conj_view_nn_functional_softsign_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:49.7726700Z test_conj_view_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:49.7858160Z test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.013s) 2022-05-18T07:04:49.7999840Z test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:50.1012530Z test_conj_view_nn_functional_unfold_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.301s) 2022-05-18T07:04:50.1100520Z test_conj_view_nonzero_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:50.1519910Z test_conj_view_norm_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.042s) 2022-05-18T07:04:50.1567830Z test_conj_view_norm_fro_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:50.1626900Z test_conj_view_norm_inf_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:50.1669110Z test_conj_view_norm_nuc_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:50.1714760Z test_conj_view_ones_like_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:50.2672190Z test_conj_view_ormqr_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.096s) 2022-05-18T07:04:50.2708590Z test_conj_view_outer_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:50.2773600Z test_conj_view_permute_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:50.2955120Z test_conj_view_pinverse_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.018s) 2022-05-18T07:04:50.3005030Z test_conj_view_positive_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:50.3217730Z test_conj_view_pow_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.021s) 2022-05-18T07:04:50.3716210Z test_conj_view_prod_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.050s) 2022-05-18T07:04:50.4062420Z test_conj_view_put_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.035s) 2022-05-18T07:04:50.4377980Z test_conj_view_qr_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.031s) 2022-05-18T07:04:50.4486570Z test_conj_view_rand_like_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:50.4593940Z test_conj_view_randn_like_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:50.4635140Z test_conj_view_ravel_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:50.4678110Z test_conj_view_real_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:50.4739180Z test_conj_view_reciprocal_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:50.4841890Z test_conj_view_renorm_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:50.5131260Z test_conj_view_repeat_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.029s) 2022-05-18T07:04:50.5204030Z test_conj_view_repeat_interleave_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:50.5273730Z test_conj_view_reshape_as_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:50.5424080Z test_conj_view_reshape_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:04:50.5461710Z test_conj_view_resize__cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:50.5503570Z test_conj_view_resize_as__cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:50.5543350Z test_conj_view_resolve_conj_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:50.5582810Z test_conj_view_resolve_neg_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:50.5702110Z test_conj_view_roll_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:50.5770350Z test_conj_view_rot90_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:50.5832870Z test_conj_view_rsqrt_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:50.6004030Z test_conj_view_rsub_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.017s) 2022-05-18T07:04:50.6145380Z test_conj_view_scatter_add_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:50.6303240Z test_conj_view_scatter_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.016s) 2022-05-18T07:04:50.6381630Z test_conj_view_select_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:50.6418230Z test_conj_view_sgn_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:50.6452790Z test_conj_view_short_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:50.6512160Z test_conj_view_sigmoid_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:50.6546950Z test_conj_view_sin_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:50.6614650Z test_conj_view_sinc_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:50.6649360Z test_conj_view_sinh_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:50.6717590Z test_conj_view_softmax_with_dtype_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:50.6729150Z test_conj_view_sparse_sampled_addmm_cpu_complex64 (__main__.TestMathBitsCPU) ... skip: Skipped! (0.001s) 2022-05-18T07:04:50.6761010Z test_conj_view_split_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:50.6806760Z test_conj_view_split_list_args_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:50.6860730Z test_conj_view_split_with_sizes_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:50.6895350Z test_conj_view_sqrt_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:50.6957840Z test_conj_view_square_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:50.7079190Z test_conj_view_squeeze_cpu_complex64 (__main__.TestMathBitsCPU) ... test_ops.py:1105: UserWarning: An output with one or more elements was resized since it had shape [5, 1, 5, 1], which does not match the required output shape [5, 5, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:04:50.7080280Z inplace_forward = inplace_variant( 2022-05-18T07:04:50.7081030Z test_ops.py:1105: UserWarning: An output with one or more elements was resized since it had shape [5, 1, 5, 1], which does not match the required output shape [5, 1, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:04:50.7081700Z inplace_forward = inplace_variant( 2022-05-18T07:04:50.7081910Z ok (0.012s) 2022-05-18T07:04:50.7122040Z test_conj_view_stack_cpu_complex64 (__main__.TestMathBitsCPU) ... expected failure (0.004s) 2022-05-18T07:04:50.7212130Z test_conj_view_std_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:50.7298300Z test_conj_view_std_mean_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:50.7469770Z test_conj_view_stft_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.017s) 2022-05-18T07:04:50.7664830Z test_conj_view_sub_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.019s) 2022-05-18T07:04:50.7890490Z test_conj_view_sum_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.022s) 2022-05-18T07:04:50.7978280Z test_conj_view_sum_to_size_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:51.0201130Z test_conj_view_svd_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.222s) 2022-05-18T07:04:51.0295840Z test_conj_view_symeig_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:51.0357690Z test_conj_view_t_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:51.0444270Z test_conj_view_take_along_dim_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:51.0576520Z test_conj_view_take_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.013s) 2022-05-18T07:04:51.0612470Z test_conj_view_tan_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.0647950Z test_conj_view_tanh_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.0761150Z test_conj_view_tensor_split_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:51.0814450Z test_conj_view_tensordot_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:51.1144610Z test_conj_view_tile_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.033s) 2022-05-18T07:04:51.1177530Z test_conj_view_to_sparse_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.1207930Z test_conj_view_trace_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.1342330Z test_conj_view_transpose_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.013s) 2022-05-18T07:04:51.1517570Z test_conj_view_trapezoid_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.017s) 2022-05-18T07:04:51.1694170Z test_conj_view_trapz_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.018s) 2022-05-18T07:04:51.1828840Z test_conj_view_triangular_solve_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.013s) 2022-05-18T07:04:51.1926980Z test_conj_view_tril_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:51.2024460Z test_conj_view_triu_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:51.2200100Z test_conj_view_true_divide_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.018s) 2022-05-18T07:04:51.2524540Z test_conj_view_unfold_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.032s) 2022-05-18T07:04:51.2671160Z test_conj_view_unsqueeze_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:04:51.2757500Z test_conj_view_var_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:51.2841850Z test_conj_view_var_mean_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:51.2887850Z test_conj_view_vdot_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:51.2944800Z test_conj_view_view_as_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:51.2963190Z test_conj_view_view_as_real_cpu_complex64 (__main__.TestMathBitsCPU) ... skip: Operation doesn't support conjugated inputs. (0.002s) 2022-05-18T07:04:51.3064430Z test_conj_view_view_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:51.3101530Z test_conj_view_vsplit_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.3136850Z test_conj_view_vstack_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.3231710Z test_conj_view_where_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:51.3292920Z test_conj_view_zero__cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:51.3338090Z test_conj_view_zeros_like_cpu_complex64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.3373190Z test_neg_conj_view_H_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.3407520Z test_neg_conj_view_T_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.3444950Z test_neg_conj_view___getitem___cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.3481100Z test_neg_conj_view___radd___cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.3519800Z test_neg_conj_view___rdiv___cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.3597290Z test_neg_conj_view___rmatmul___cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:51.3633950Z test_neg_conj_view___rmul___cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.3678430Z test_neg_conj_view___rpow___cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.3714980Z test_neg_conj_view___rsub___cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.3779720Z test_neg_conj_view__masked_mean_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:51.3842730Z test_neg_conj_view__masked_prod_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:51.4089070Z test_neg_conj_view__masked_std_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.024s) 2022-05-18T07:04:51.4152770Z test_neg_conj_view__masked_sum_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:51.4390970Z test_neg_conj_view__masked_var_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.024s) 2022-05-18T07:04:51.4426040Z test_neg_conj_view__refs_abs_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.4464490Z test_neg_conj_view__refs_acos_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.4502710Z test_neg_conj_view__refs_acosh_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.4540940Z test_neg_conj_view__refs_add_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.4627100Z test_neg_conj_view__refs_as_strided_cpu_complex128 (__main__.TestMathBitsCPU) ... expected failure (0.008s) 2022-05-18T07:04:51.4670020Z test_neg_conj_view__refs_asin_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.4709930Z test_neg_conj_view__refs_atan_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.4750610Z test_neg_conj_view__refs_cat_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.4784810Z test_neg_conj_view__refs_chunk_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.4820920Z test_neg_conj_view__refs_clone_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.4857720Z test_neg_conj_view__refs_cos_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.4894910Z test_neg_conj_view__refs_cosh_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.4924290Z test_neg_conj_view__refs_eq_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.4961010Z test_neg_conj_view__refs_exp_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.5004450Z test_neg_conj_view__refs_flatten_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.5041550Z test_neg_conj_view__refs_flip_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.5083280Z test_neg_conj_view__refs_float_power_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.5136010Z test_neg_conj_view__refs_isclose_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:51.5165000Z test_neg_conj_view__refs_isfinite_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.5192880Z test_neg_conj_view__refs_isnan_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.5229210Z test_neg_conj_view__refs_log_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.5264790Z test_neg_conj_view__refs_logical_and_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.5300480Z test_neg_conj_view__refs_logical_or_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.5339140Z test_neg_conj_view__refs_mul_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.5376720Z test_neg_conj_view__refs_narrow_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.5406370Z test_neg_conj_view__refs_ne_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.5443180Z test_neg_conj_view__refs_neg_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.5479430Z test_neg_conj_view__refs_permute_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.5522370Z test_neg_conj_view__refs_pow_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.5558910Z test_neg_conj_view__refs_reciprocal_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.5595510Z test_neg_conj_view__refs_reshape_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.5634150Z test_neg_conj_view__refs_sin_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.5672730Z test_neg_conj_view__refs_sinh_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.5710790Z test_neg_conj_view__refs_sqrt_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.5747870Z test_neg_conj_view__refs_square_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.5784230Z test_neg_conj_view__refs_squeeze_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.5825220Z test_neg_conj_view__refs_stack_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.5863570Z test_neg_conj_view__refs_sub_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.5905910Z test_neg_conj_view__refs_sum_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.5944790Z test_neg_conj_view__refs_tan_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.5988260Z test_neg_conj_view__refs_tensor_split_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.6023890Z test_neg_conj_view__refs_transpose_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.6064120Z test_neg_conj_view__refs_true_divide_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.6112270Z test_neg_conj_view__refs_unsqueeze_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:51.6148850Z test_neg_conj_view__refs_view_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.6181790Z test_neg_conj_view_abs_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.6220060Z test_neg_conj_view_acos_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.6258130Z test_neg_conj_view_acosh_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.6297300Z test_neg_conj_view_add_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.6343150Z test_neg_conj_view_addbmm_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:51.6450070Z test_neg_conj_view_addcdiv_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:51.6556630Z test_neg_conj_view_addcmul_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:51.6615800Z test_neg_conj_view_addmm_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:51.6674540Z test_neg_conj_view_addmm_decomposed_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:51.6716620Z test_neg_conj_view_addmv_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.6770830Z test_neg_conj_view_addr_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:51.6802150Z test_neg_conj_view_all_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.6878370Z test_neg_conj_view_allclose_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:51.6911560Z test_neg_conj_view_angle_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.6942590Z test_neg_conj_view_any_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.6966930Z test_neg_conj_view_argwhere_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.002s) 2022-05-18T07:04:51.7009810Z test_neg_conj_view_as_strided_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.7051130Z test_neg_conj_view_asin_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.7092740Z test_neg_conj_view_asinh_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.7132920Z test_neg_conj_view_atan_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.7173610Z test_neg_conj_view_atanh_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.7223730Z test_neg_conj_view_atleast_1d_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:51.7273720Z test_neg_conj_view_atleast_2d_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:51.7322780Z test_neg_conj_view_atleast_3d_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:51.7394870Z test_neg_conj_view_baddbmm_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:51.7426340Z test_neg_conj_view_bfloat16_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.7467230Z test_neg_conj_view_block_diag_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.7506670Z test_neg_conj_view_bmm_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.7532800Z test_neg_conj_view_bool_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.7571680Z test_neg_conj_view_broadcast_tensors_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.7615090Z test_neg_conj_view_broadcast_to_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.7641700Z test_neg_conj_view_byte_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.7674120Z test_neg_conj_view_cartesian_prod_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.7712410Z test_neg_conj_view_cat_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.7824180Z test_neg_conj_view_chalf_cpu_complex128 (__main__.TestMathBitsCPU) ... expected failure (0.011s) 2022-05-18T07:04:51.7853420Z test_neg_conj_view_char_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.7905080Z test_neg_conj_view_cholesky_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:51.7944650Z test_neg_conj_view_cholesky_inverse_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.7986020Z test_neg_conj_view_cholesky_solve_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.8016200Z test_neg_conj_view_chunk_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.8051190Z test_neg_conj_view_clone_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.8094420Z test_neg_conj_view_column_stack_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.8131800Z test_neg_conj_view_combinations_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.8167420Z test_neg_conj_view_conj_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.8205770Z test_neg_conj_view_conj_physical_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.8239720Z test_neg_conj_view_contiguous_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.8287420Z test_neg_conj_view_corrcoef_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:51.8326020Z test_neg_conj_view_cos_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.8363630Z test_neg_conj_view_cosh_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.8395840Z test_neg_conj_view_count_nonzero_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.8449940Z test_neg_conj_view_cov_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:51.8493070Z test_neg_conj_view_cross_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.8534670Z test_neg_conj_view_cumprod_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.8577530Z test_neg_conj_view_cumsum_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.8637420Z test_neg_conj_view_cumulative_trapezoid_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:51.8677020Z test_neg_conj_view_diag_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.8713170Z test_neg_conj_view_diag_embed_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.8753450Z test_neg_conj_view_diagflat_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.8789410Z test_neg_conj_view_diagonal_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.9057560Z test_neg_conj_view_diff_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.027s) 2022-05-18T07:04:51.9092850Z test_neg_conj_view_dist_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.9133350Z test_neg_conj_view_div_no_rounding_mode_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.9173030Z test_neg_conj_view_dot_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.9203550Z test_neg_conj_view_double_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.9239650Z test_neg_conj_view_dsplit_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.9280670Z test_neg_conj_view_dstack_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.9315540Z test_neg_conj_view_eig_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.9362890Z test_neg_conj_view_einsum_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:51.9379190Z test_neg_conj_view_empty_like_cpu_complex128 (__main__.TestMathBitsCPU) ... skip: Skipped! (0.002s) 2022-05-18T07:04:51.9407220Z test_neg_conj_view_eq_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.9444910Z test_neg_conj_view_exp_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.9481500Z test_neg_conj_view_expand_as_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.9516570Z test_neg_conj_view_expand_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:51.9563560Z test_neg_conj_view_fft_fft2_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:51.9610640Z test_neg_conj_view_fft_fft_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:51.9659870Z test_neg_conj_view_fft_fftn_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:51.9695700Z test_neg_conj_view_fft_fftshift_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.9738960Z test_neg_conj_view_fft_hfft2_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.9781060Z test_neg_conj_view_fft_hfft_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.9826390Z test_neg_conj_view_fft_hfftn_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:51.9872320Z test_neg_conj_view_fft_ifft2_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:51.9919300Z test_neg_conj_view_fft_ifft_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:51.9967790Z test_neg_conj_view_fft_ifftn_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:52.0003410Z test_neg_conj_view_fft_ifftshift_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.0046190Z test_neg_conj_view_fft_irfft2_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.0088010Z test_neg_conj_view_fft_irfft_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.0132520Z test_neg_conj_view_fft_irfftn_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.0171860Z test_neg_conj_view_fill__cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.0213810Z test_neg_conj_view_flatten_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.0248590Z test_neg_conj_view_flip_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.0284510Z test_neg_conj_view_fliplr_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.0323770Z test_neg_conj_view_flipud_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.0354690Z test_neg_conj_view_float_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.0398510Z test_neg_conj_view_float_power_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.0441150Z test_neg_conj_view_full_like_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.0485650Z test_neg_conj_view_gather_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.0517400Z test_neg_conj_view_geqrf_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.0558220Z test_neg_conj_view_gradient_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.0589060Z test_neg_conj_view_half_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.0620260Z test_neg_conj_view_hsplit_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.0659850Z test_neg_conj_view_hstack_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.0692120Z test_neg_conj_view_imag_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.0731170Z test_neg_conj_view_index_add_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.0770640Z test_neg_conj_view_index_copy_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.0809300Z test_neg_conj_view_index_fill_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.0831520Z test_neg_conj_view_index_put_cpu_complex128 (__main__.TestMathBitsCPU) ... skip: Operation not tested with tensors with negative bit. (0.002s) 2022-05-18T07:04:52.0865820Z test_neg_conj_view_index_select_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.0908760Z test_neg_conj_view_inner_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.0934620Z test_neg_conj_view_int_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.0973810Z test_neg_conj_view_inverse_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.1002820Z test_neg_conj_view_isclose_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.1030250Z test_neg_conj_view_isfinite_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.1056860Z test_neg_conj_view_isinf_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.1083000Z test_neg_conj_view_isnan_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.1109550Z test_neg_conj_view_isreal_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.1148330Z test_neg_conj_view_istft_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.1170280Z test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMathBitsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:04:52.1192820Z test_neg_conj_view_jiterator_binary_cpu_complex128 (__main__.TestMathBitsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:04:52.1214880Z test_neg_conj_view_jiterator_unary_cpu_complex128 (__main__.TestMathBitsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:04:52.1263960Z test_neg_conj_view_kron_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:52.1356090Z test_neg_conj_view_ldexp_cpu_complex128 (__main__.TestMathBitsCPU) ... expected failure (0.009s) 2022-05-18T07:04:52.1466940Z test_neg_conj_view_lerp_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:52.1518090Z test_neg_conj_view_linalg_cholesky_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:52.1557690Z test_neg_conj_view_linalg_cholesky_ex_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.1592930Z test_neg_conj_view_linalg_cond_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.1635520Z test_neg_conj_view_linalg_cross_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.1696390Z test_neg_conj_view_linalg_det_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:52.1893630Z test_neg_conj_view_linalg_det_singular_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.020s) 2022-05-18T07:04:52.1928790Z test_neg_conj_view_linalg_eig_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.1963510Z test_neg_conj_view_linalg_eigh_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.2004430Z test_neg_conj_view_linalg_eigvals_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.2039320Z test_neg_conj_view_linalg_eigvalsh_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.2128150Z test_neg_conj_view_linalg_householder_product_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:52.2167770Z test_neg_conj_view_linalg_inv_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.2198770Z test_neg_conj_view_linalg_inv_ex_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.2226600Z test_neg_conj_view_linalg_ldl_factor_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.2255450Z test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.2286770Z test_neg_conj_view_linalg_ldl_solve_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.2442380Z test_neg_conj_view_linalg_lstsq_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.016s) 2022-05-18T07:04:52.2612170Z test_neg_conj_view_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.017s) 2022-05-18T07:04:52.2645020Z test_neg_conj_view_linalg_lu_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.2675250Z test_neg_conj_view_linalg_lu_factor_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.2704560Z test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.2824240Z test_neg_conj_view_linalg_matrix_norm_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:52.2858780Z test_neg_conj_view_linalg_matrix_power_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.2888200Z test_neg_conj_view_linalg_matrix_rank_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.2917240Z test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.2980810Z test_neg_conj_view_linalg_multi_dot_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:52.3046630Z test_neg_conj_view_linalg_norm_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:52.3085190Z test_neg_conj_view_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.3122060Z test_neg_conj_view_linalg_pinv_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.3164430Z test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.3186490Z test_neg_conj_view_linalg_pinv_singular_cpu_complex128 (__main__.TestMathBitsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T07:04:52.3218260Z test_neg_conj_view_linalg_qr_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.3250170Z test_neg_conj_view_linalg_slogdet_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.3292290Z test_neg_conj_view_linalg_solve_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.3331150Z test_neg_conj_view_linalg_solve_triangular_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.3362710Z test_neg_conj_view_linalg_svd_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.3395660Z test_neg_conj_view_linalg_svdvals_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.3439820Z test_neg_conj_view_linalg_tensorinv_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.3482790Z test_neg_conj_view_linalg_tensorsolve_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.3519230Z test_neg_conj_view_linalg_vander_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.3551660Z test_neg_conj_view_linalg_vector_norm_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.3589550Z test_neg_conj_view_log10_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.3627130Z test_neg_conj_view_log2_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.3664430Z test_neg_conj_view_log_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.3703510Z test_neg_conj_view_log_softmax_dtype_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.3730790Z test_neg_conj_view_logical_and_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.3757230Z test_neg_conj_view_logical_not_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.3785800Z test_neg_conj_view_logical_or_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.3814830Z test_neg_conj_view_logical_xor_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.3840570Z test_neg_conj_view_long_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.3872520Z test_neg_conj_view_lu_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.3915310Z test_neg_conj_view_lu_solve_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.3946900Z test_neg_conj_view_lu_unpack_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.3982410Z test_neg_conj_view_mH_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.4016710Z test_neg_conj_view_mT_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.4054460Z test_neg_conj_view_masked_fill_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.4095500Z test_neg_conj_view_masked_scatter_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.4140620Z test_neg_conj_view_masked_select_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.4216140Z test_neg_conj_view_matmul_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:52.4270840Z test_neg_conj_view_matrix_exp_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:52.4312190Z test_neg_conj_view_mean_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.4367830Z test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:52.4423030Z test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:52.4460850Z test_neg_conj_view_mm_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.4497120Z test_neg_conj_view_movedim_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.4536150Z test_neg_conj_view_mul_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.4573160Z test_neg_conj_view_mv_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.4608190Z test_neg_conj_view_narrow_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.4635520Z test_neg_conj_view_ne_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.4673120Z test_neg_conj_view_neg_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.4689470Z test_neg_conj_view_new_empty_cpu_complex128 (__main__.TestMathBitsCPU) ... skip: Skipped! (0.002s) 2022-05-18T07:04:52.4732130Z test_neg_conj_view_new_full_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.4767510Z test_neg_conj_view_new_ones_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.4803490Z test_neg_conj_view_new_zeros_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.4860390Z test_neg_conj_view_nn_functional_conv1d_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:52.4917580Z test_neg_conj_view_nn_functional_conv2d_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:52.4970120Z test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:52.4999290Z test_neg_conj_view_nn_functional_l1_loss_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.5090500Z test_neg_conj_view_nn_functional_linear_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:52.5131100Z test_neg_conj_view_nn_functional_normalize_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.5169050Z test_neg_conj_view_nn_functional_pad_circular_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.5204150Z test_neg_conj_view_nn_functional_pad_constant_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.5238610Z test_neg_conj_view_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.5273170Z test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.5324100Z test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:52.5360460Z test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.5397110Z test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.5426790Z test_neg_conj_view_nn_functional_silu_complex_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.5466060Z test_neg_conj_view_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.5504140Z test_neg_conj_view_nn_functional_softsign_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.5539280Z test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.5577530Z test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.5617730Z test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.5651940Z test_neg_conj_view_nn_functional_unfold_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.5688390Z test_neg_conj_view_nonzero_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.5720790Z test_neg_conj_view_norm_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.5752380Z test_neg_conj_view_norm_fro_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.5785460Z test_neg_conj_view_norm_inf_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.5820310Z test_neg_conj_view_norm_nuc_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.5855330Z test_neg_conj_view_ones_like_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.6433070Z test_neg_conj_view_ormqr_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.058s) 2022-05-18T07:04:52.6473300Z test_neg_conj_view_outer_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.6508810Z test_neg_conj_view_permute_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.6552510Z test_neg_conj_view_pinverse_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.6586060Z test_neg_conj_view_positive_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.6629660Z test_neg_conj_view_pow_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.6665660Z test_neg_conj_view_prod_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.6705860Z test_neg_conj_view_put_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.6738080Z test_neg_conj_view_qr_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.6781690Z test_neg_conj_view_rand_like_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.6825440Z test_neg_conj_view_randn_like_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.6861870Z test_neg_conj_view_ravel_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.6892770Z test_neg_conj_view_real_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.6929960Z test_neg_conj_view_reciprocal_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.6972630Z test_neg_conj_view_renorm_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.7036900Z test_neg_conj_view_repeat_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:52.7077800Z test_neg_conj_view_repeat_interleave_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.7114110Z test_neg_conj_view_reshape_as_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.7149190Z test_neg_conj_view_reshape_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.7170840Z test_neg_conj_view_resize__cpu_complex128 (__main__.TestMathBitsCPU) ... skip: Operation not tested with tensors with negative bit. (0.002s) 2022-05-18T07:04:52.7201870Z test_neg_conj_view_resize_as__cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.7236630Z test_neg_conj_view_resolve_conj_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.7271580Z test_neg_conj_view_resolve_neg_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.7307900Z test_neg_conj_view_roll_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.7342890Z test_neg_conj_view_rot90_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.7381120Z test_neg_conj_view_rsqrt_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.7416510Z test_neg_conj_view_rsub_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.7481060Z test_neg_conj_view_scatter_add_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:52.7548270Z test_neg_conj_view_scatter_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:52.7583840Z test_neg_conj_view_select_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.7625040Z test_neg_conj_view_sgn_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.7651330Z test_neg_conj_view_short_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.7688320Z test_neg_conj_view_sigmoid_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.7728410Z test_neg_conj_view_sin_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.7768380Z test_neg_conj_view_sinc_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.7808440Z test_neg_conj_view_sinh_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.7846600Z test_neg_conj_view_softmax_with_dtype_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.7863000Z test_neg_conj_view_sparse_sampled_addmm_cpu_complex128 (__main__.TestMathBitsCPU) ... skip: Skipped! (0.002s) 2022-05-18T07:04:52.7894870Z test_neg_conj_view_split_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.7926680Z test_neg_conj_view_split_list_args_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.7958650Z test_neg_conj_view_split_with_sizes_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.7997950Z test_neg_conj_view_sqrt_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.8036860Z test_neg_conj_view_square_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.8074680Z test_neg_conj_view_squeeze_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.8109760Z test_neg_conj_view_stack_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.8152270Z test_neg_conj_view_std_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.8185760Z test_neg_conj_view_std_mean_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.8228380Z test_neg_conj_view_stft_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.8266650Z test_neg_conj_view_sub_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.8306900Z test_neg_conj_view_sum_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.8347760Z test_neg_conj_view_sum_to_size_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.8380220Z test_neg_conj_view_svd_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.8413190Z test_neg_conj_view_symeig_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.8453280Z test_neg_conj_view_t_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.8500070Z test_neg_conj_view_take_along_dim_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:52.8536580Z test_neg_conj_view_take_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.8576910Z test_neg_conj_view_tan_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.8616160Z test_neg_conj_view_tanh_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.8651670Z test_neg_conj_view_tensor_split_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.8694910Z test_neg_conj_view_tensordot_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.8764980Z test_neg_conj_view_tile_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:52.8796560Z test_neg_conj_view_to_sparse_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.8831910Z test_neg_conj_view_trace_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.8869850Z test_neg_conj_view_transpose_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.8930180Z test_neg_conj_view_trapezoid_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:52.8989080Z test_neg_conj_view_trapz_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:52.9023780Z test_neg_conj_view_triangular_solve_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.9063710Z test_neg_conj_view_tril_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.9101990Z test_neg_conj_view_triu_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.9142380Z test_neg_conj_view_true_divide_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.9210460Z test_neg_conj_view_unfold_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:52.9259740Z test_neg_conj_view_unsqueeze_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:52.9301400Z test_neg_conj_view_var_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.9336210Z test_neg_conj_view_var_mean_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.9376020Z test_neg_conj_view_vdot_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.9413030Z test_neg_conj_view_view_as_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.9435640Z test_neg_conj_view_view_as_real_cpu_complex128 (__main__.TestMathBitsCPU) ... skip: Operation doesn't support conjugated inputs. (0.002s) 2022-05-18T07:04:52.9470620Z test_neg_conj_view_view_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.9501640Z test_neg_conj_view_vsplit_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.9540940Z test_neg_conj_view_vstack_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.9579420Z test_neg_conj_view_where_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.9616220Z test_neg_conj_view_zero__cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.9651600Z test_neg_conj_view_zeros_like_cpu_complex128 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:52.9687850Z test_neg_view_H_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.9724480Z test_neg_view_T_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:52.9915040Z test_neg_view___getitem___cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.019s) 2022-05-18T07:04:53.0035460Z test_neg_view___radd___cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:53.0179400Z test_neg_view___rdiv___cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:53.0394870Z test_neg_view___rmatmul___cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.021s) 2022-05-18T07:04:53.0525280Z test_neg_view___rmod___cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.013s) 2022-05-18T07:04:53.0648890Z test_neg_view___rmul___cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:53.0788000Z test_neg_view___rpow___cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:53.0909590Z test_neg_view___rsub___cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:53.1854500Z test_neg_view__masked_amax_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.094s) 2022-05-18T07:04:53.2793280Z test_neg_view__masked_amin_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.094s) 2022-05-18T07:04:53.3012240Z test_neg_view__masked_argmax_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.022s) 2022-05-18T07:04:53.3228100Z test_neg_view__masked_argmin_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.022s) 2022-05-18T07:04:53.3440020Z test_neg_view__masked_log_softmax_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.021s) 2022-05-18T07:04:53.4440820Z test_neg_view__masked_mean_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.100s) 2022-05-18T07:04:53.9092040Z test_neg_view__masked_norm_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.465s) 2022-05-18T07:04:53.9562660Z test_neg_view__masked_normalize_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.047s) 2022-05-18T07:04:54.0616670Z test_neg_view__masked_prod_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.105s) 2022-05-18T07:04:54.0829200Z test_neg_view__masked_softmax_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.021s) 2022-05-18T07:04:54.1048030Z test_neg_view__masked_softmin_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.022s) 2022-05-18T07:04:54.2534760Z test_neg_view__masked_std_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.149s) 2022-05-18T07:04:54.3350470Z test_neg_view__masked_sum_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.081s) 2022-05-18T07:04:54.4750990Z test_neg_view__masked_var_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.140s) 2022-05-18T07:04:54.4782240Z test_neg_view__refs_abs_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:54.4835090Z test_neg_view__refs_acos_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:54.4887590Z test_neg_view__refs_acosh_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:54.5097560Z test_neg_view__refs_add_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.021s) 2022-05-18T07:04:54.5384200Z test_neg_view__refs_amax_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.029s) 2022-05-18T07:04:54.5670280Z test_neg_view__refs_amin_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.029s) 2022-05-18T07:04:54.5748600Z test_neg_view__refs_as_strided_cpu_float64 (__main__.TestMathBitsCPU) ... expected failure (0.008s) 2022-05-18T07:04:54.5782000Z test_neg_view__refs_asin_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:54.5963460Z test_neg_view__refs_atan2_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.018s) 2022-05-18T07:04:54.5993510Z test_neg_view__refs_atan_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:54.6111800Z test_neg_view__refs_cat_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:54.6139440Z test_neg_view__refs_ceil_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:54.6210720Z test_neg_view__refs_chunk_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:54.6248410Z test_neg_view__refs_clone_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:54.6300710Z test_neg_view__refs_cos_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:54.6351480Z test_neg_view__refs_cosh_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:54.6402230Z test_neg_view__refs_digamma_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:54.6503770Z test_neg_view__refs_eq_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:54.6533850Z test_neg_view__refs_erf_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:54.6585870Z test_neg_view__refs_erfc_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:54.6618130Z test_neg_view__refs_erfinv_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:54.6668860Z test_neg_view__refs_exp_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:54.6698190Z test_neg_view__refs_expm1_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:54.6776760Z test_neg_view__refs_flatten_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:54.6901140Z test_neg_view__refs_flip_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:54.7093400Z test_neg_view__refs_float_power_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.019s) 2022-05-18T07:04:54.7121980Z test_neg_view__refs_floor_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:54.7215310Z test_neg_view__refs_ge_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:54.7308480Z test_neg_view__refs_gt_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:54.7410530Z test_neg_view__refs_igamma_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:54.7511260Z test_neg_view__refs_igammac_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:54.8332370Z test_neg_view__refs_isclose_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.082s) 2022-05-18T07:04:54.8363950Z test_neg_view__refs_isfinite_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:54.8385070Z test_neg_view__refs_isnan_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.002s) 2022-05-18T07:04:54.8478980Z test_neg_view__refs_le_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:54.8531140Z test_neg_view__refs_lgamma_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:54.8561080Z test_neg_view__refs_log1p_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:54.8610750Z test_neg_view__refs_log_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:54.8797710Z test_neg_view__refs_logical_and_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.019s) 2022-05-18T07:04:54.8988930Z test_neg_view__refs_logical_or_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.019s) 2022-05-18T07:04:54.9085270Z test_neg_view__refs_lt_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:54.9277810Z test_neg_view__refs_maximum_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.019s) 2022-05-18T07:04:54.9469050Z test_neg_view__refs_minimum_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.019s) 2022-05-18T07:04:54.9642590Z test_neg_view__refs_mul_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.017s) 2022-05-18T07:04:54.9723340Z test_neg_view__refs_narrow_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:54.9818000Z test_neg_view__refs_ne_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:54.9847990Z test_neg_view__refs_neg_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:54.9948190Z test_neg_view__refs_nextafter_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:55.0036400Z test_neg_view__refs_nn_functional_elu_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:55.0098350Z test_neg_view__refs_permute_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:55.0296910Z test_neg_view__refs_pow_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.020s) 2022-05-18T07:04:55.0348790Z test_neg_view__refs_reciprocal_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:55.0492750Z test_neg_view__refs_reshape_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:55.0521440Z test_neg_view__refs_round_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:55.0549840Z test_neg_view__refs_sign_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:55.0578890Z test_neg_view__refs_sin_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:55.0607950Z test_neg_view__refs_sinh_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:55.0660790Z test_neg_view__refs_special_i0e_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:55.0716960Z test_neg_view__refs_special_i1e_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:55.0745850Z test_neg_view__refs_sqrt_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:55.0797600Z test_neg_view__refs_square_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:55.0892420Z test_neg_view__refs_squeeze_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:55.0939750Z test_neg_view__refs_stack_cpu_float64 (__main__.TestMathBitsCPU) ... expected failure (0.005s) 2022-05-18T07:04:55.1148080Z test_neg_view__refs_sub_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.021s) 2022-05-18T07:04:55.1410240Z test_neg_view__refs_sum_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.026s) 2022-05-18T07:04:55.1441070Z test_neg_view__refs_tan_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:55.1609110Z test_neg_view__refs_tensor_split_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.017s) 2022-05-18T07:04:55.1716590Z test_neg_view__refs_transpose_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:55.1900810Z test_neg_view__refs_true_divide_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.018s) 2022-05-18T07:04:55.2025000Z test_neg_view__refs_unsqueeze_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:55.2123350Z test_neg_view__refs_view_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:55.2153400Z test_neg_view_abs_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:55.2208220Z test_neg_view_acos_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:55.2263050Z test_neg_view_acosh_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:55.2424930Z test_neg_view_add_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.016s) 2022-05-18T07:04:55.2536540Z test_neg_view_addbmm_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:55.2747700Z test_neg_view_addcdiv_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.021s) 2022-05-18T07:04:55.2952430Z test_neg_view_addcmul_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.020s) 2022-05-18T07:04:55.3012850Z test_neg_view_addmm_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:55.3071050Z test_neg_view_addmm_decomposed_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:55.3173490Z test_neg_view_addmv_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:55.3249120Z test_neg_view_addr_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:55.3293340Z test_neg_view_all_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:55.3385750Z test_neg_view_allclose_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:55.3609150Z test_neg_view_amax_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.022s) 2022-05-18T07:04:55.3835390Z test_neg_view_amin_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.023s) 2022-05-18T07:04:55.3882660Z test_neg_view_aminmax_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:55.3909760Z test_neg_view_angle_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:55.3954350Z test_neg_view_any_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:55.3996350Z test_neg_view_argmax_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:55.4038740Z test_neg_view_argmin_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:55.4141290Z test_neg_view_argsort_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:55.4173650Z test_neg_view_argwhere_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:55.4256200Z test_neg_view_as_strided_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:55.4287800Z test_neg_view_asin_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:55.4319430Z test_neg_view_asinh_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:55.4465420Z test_neg_view_atan2_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:55.4496430Z test_neg_view_atan_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:55.4526850Z test_neg_view_atanh_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:55.4605850Z test_neg_view_atleast_1d_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:55.4686830Z test_neg_view_atleast_2d_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:55.4768040Z test_neg_view_atleast_3d_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:55.4872150Z test_neg_view_baddbmm_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:55.4963000Z test_neg_view_bernoulli_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:55.5030120Z test_neg_view_bfloat16_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:55.5064230Z test_neg_view_block_diag_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:55.5093750Z test_neg_view_bmm_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:55.5124620Z test_neg_view_bool_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:55.5152780Z test_neg_view_broadcast_tensors_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:55.5239920Z test_neg_view_broadcast_to_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:55.5338670Z test_neg_view_bucketize_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:55.5369350Z test_neg_view_byte_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:55.5407100Z test_neg_view_cartesian_prod_cpu_float64 (__main__.TestMathBitsCPU) ... expected failure (0.004s) 2022-05-18T07:04:55.5504660Z test_neg_view_cat_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:55.8745720Z test_neg_view_cdist_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.324s) 2022-05-18T07:04:55.8778020Z test_neg_view_ceil_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:55.8888980Z test_neg_view_chalf_cpu_float64 (__main__.TestMathBitsCPU) ... expected failure (0.011s) 2022-05-18T07:04:55.8922950Z test_neg_view_char_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:55.9132060Z test_neg_view_cholesky_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.021s) 2022-05-18T07:04:55.9289980Z test_neg_view_cholesky_inverse_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.016s) 2022-05-18T07:04:55.9467620Z test_neg_view_cholesky_solve_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.018s) 2022-05-18T07:04:55.9516950Z test_neg_view_chunk_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:55.9583860Z test_neg_view_clamp_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:55.9694390Z test_neg_view_clamp_scalar_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:55.9733660Z test_neg_view_clone_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:55.9789940Z test_neg_view_column_stack_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:56.0073070Z test_neg_view_combinations_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.028s) 2022-05-18T07:04:56.0208270Z test_neg_view_complex_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.013s) 2022-05-18T07:04:56.0255820Z test_neg_view_conj_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:56.0287390Z test_neg_view_conj_physical_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:56.0319400Z test_neg_view_contiguous_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:56.0466170Z test_neg_view_copysign_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:56.0563170Z test_neg_view_corrcoef_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:56.0620980Z test_neg_view_cos_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:56.0677790Z test_neg_view_cosh_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:56.0740530Z test_neg_view_count_nonzero_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:56.1525440Z test_neg_view_cov_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.078s) 2022-05-18T07:04:56.1581730Z test_neg_view_cross_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:56.1615790Z test_neg_view_cummax_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:56.1649390Z test_neg_view_cummin_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:56.1839600Z test_neg_view_cumprod_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.019s) 2022-05-18T07:04:56.1911570Z test_neg_view_cumsum_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:56.2061830Z test_neg_view_cumulative_trapezoid_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:04:56.2117330Z test_neg_view_deg2rad_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:56.2280820Z test_neg_view_diag_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.016s) 2022-05-18T07:04:56.2480970Z test_neg_view_diag_embed_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.020s) 2022-05-18T07:04:56.2550300Z test_neg_view_diagflat_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:56.2723390Z test_neg_view_diagonal_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.017s) 2022-05-18T07:04:56.2920390Z test_neg_view_diagonal_scatter_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.020s) 2022-05-18T07:04:56.4174830Z test_neg_view_diff_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.125s) 2022-05-18T07:04:56.4230590Z test_neg_view_digamma_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:56.4948570Z test_neg_view_dist_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.072s) 2022-05-18T07:04:56.5095790Z test_neg_view_div_floor_rounding_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:04:56.5241700Z test_neg_view_div_no_rounding_mode_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:56.5382820Z test_neg_view_div_trunc_rounding_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:56.5411700Z test_neg_view_dot_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:56.5476050Z test_neg_view_double_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:56.5508910Z test_neg_view_dsplit_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:56.5540660Z test_neg_view_dstack_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:56.5565190Z test_neg_view_eig_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.002s) 2022-05-18T07:04:56.5730990Z test_neg_view_einsum_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.016s) 2022-05-18T07:04:56.5741150Z test_neg_view_empty_like_cpu_float64 (__main__.TestMathBitsCPU) ... skip: Skipped! (0.001s) 2022-05-18T07:04:56.5795520Z test_neg_view_eq_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:56.5826200Z test_neg_view_erf_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:56.5880180Z test_neg_view_erfc_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:56.5913130Z test_neg_view_erfinv_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:56.5965680Z test_neg_view_exp2_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:56.6017600Z test_neg_view_exp_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:56.6066410Z test_neg_view_expand_as_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:56.6174180Z test_neg_view_expand_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:56.6204660Z test_neg_view_expm1_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:56.6304620Z test_neg_view_fft_fft2_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:56.6411930Z test_neg_view_fft_fft_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:56.6532700Z test_neg_view_fft_fftn_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:56.6602970Z test_neg_view_fft_fftshift_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:56.6714450Z test_neg_view_fft_hfft2_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:56.6830730Z test_neg_view_fft_hfft_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:56.6964750Z test_neg_view_fft_hfftn_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.013s) 2022-05-18T07:04:56.7062690Z test_neg_view_fft_ifft2_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:56.7177850Z test_neg_view_fft_ifft_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:56.7299520Z test_neg_view_fft_ifftn_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:56.7369480Z test_neg_view_fft_ifftshift_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:56.7478480Z test_neg_view_fft_ihfft2_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:56.7601740Z test_neg_view_fft_ihfft_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:56.7727050Z test_neg_view_fft_ihfftn_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.013s) 2022-05-18T07:04:56.7828360Z test_neg_view_fft_irfft2_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:56.7937640Z test_neg_view_fft_irfft_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:56.8061890Z test_neg_view_fft_irfftn_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:56.8158740Z test_neg_view_fft_rfft2_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:56.8265510Z test_neg_view_fft_rfft_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:56.8387330Z test_neg_view_fft_rfftn_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:56.8443630Z test_neg_view_fill__cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:56.8519520Z test_neg_view_flatten_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:56.8633630Z test_neg_view_flip_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:56.8670020Z test_neg_view_fliplr_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:56.8706130Z test_neg_view_flipud_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:56.8774190Z test_neg_view_float_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:56.8941580Z test_neg_view_float_power_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.017s) 2022-05-18T07:04:56.8971390Z test_neg_view_floor_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:56.9042660Z test_neg_view_floor_divide_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:56.9176200Z test_neg_view_fmax_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.013s) 2022-05-18T07:04:56.9310010Z test_neg_view_fmin_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.013s) 2022-05-18T07:04:56.9454680Z test_neg_view_fmod_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:56.9506770Z test_neg_view_frac_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:56.9537610Z test_neg_view_frexp_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:56.9580240Z test_neg_view_full_like_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:56.9649690Z test_neg_view_gather_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:56.9702280Z test_neg_view_ge_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:56.9928340Z test_neg_view_geqrf_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.022s) 2022-05-18T07:04:57.0025820Z test_neg_view_gradient_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:57.0078160Z test_neg_view_gt_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:57.0145940Z test_neg_view_half_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:57.0212970Z test_neg_view_heaviside_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:57.0562280Z test_neg_view_histc_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.035s) 2022-05-18T07:04:57.1587760Z test_neg_view_histogram_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.102s) 2022-05-18T07:04:57.2912600Z test_neg_view_histogramdd_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.132s) 2022-05-18T07:04:57.2946590Z test_neg_view_hsplit_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:57.2977180Z test_neg_view_hstack_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:57.3117930Z test_neg_view_hypot_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:57.3171670Z test_neg_view_i0_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:57.3240900Z test_neg_view_igamma_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:57.3309850Z test_neg_view_igammac_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:57.3458270Z test_neg_view_index_add_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:04:57.3518910Z test_neg_view_index_copy_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:57.3577320Z test_neg_view_index_fill_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:57.3594000Z test_neg_view_index_put_cpu_float64 (__main__.TestMathBitsCPU) ... skip: Operation not tested with tensors with negative bit. (0.002s) 2022-05-18T07:04:57.4174410Z test_neg_view_index_reduce_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.058s) 2022-05-18T07:04:57.4223660Z test_neg_view_index_select_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:57.4265130Z test_neg_view_inner_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:57.4296380Z test_neg_view_int_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:57.4410310Z test_neg_view_inverse_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:57.4505330Z test_neg_view_isclose_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:57.4531060Z test_neg_view_isfinite_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:57.4557220Z test_neg_view_isin_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:57.4576170Z test_neg_view_isinf_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.002s) 2022-05-18T07:04:57.4595760Z test_neg_view_isnan_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.002s) 2022-05-18T07:04:57.4615150Z test_neg_view_isneginf_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.002s) 2022-05-18T07:04:57.4634350Z test_neg_view_isposinf_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.002s) 2022-05-18T07:04:57.4658800Z test_neg_view_isreal_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.002s) 2022-05-18T07:04:57.4898470Z test_neg_view_istft_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.024s) 2022-05-18T07:04:57.4915750Z test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMathBitsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:04:57.4931750Z test_neg_view_jiterator_binary_cpu_float64 (__main__.TestMathBitsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:04:57.4947630Z test_neg_view_jiterator_unary_cpu_float64 (__main__.TestMathBitsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:04:57.4985450Z test_neg_view_kron_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:57.5048770Z test_neg_view_kthvalue_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:57.5128520Z test_neg_view_ldexp_cpu_float64 (__main__.TestMathBitsCPU) ... expected failure (0.008s) 2022-05-18T07:04:57.5182620Z test_neg_view_le_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:57.5388230Z test_neg_view_lerp_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.020s) 2022-05-18T07:04:57.5442130Z test_neg_view_lgamma_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:57.5647750Z test_neg_view_linalg_cholesky_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.020s) 2022-05-18T07:04:57.5732820Z test_neg_view_linalg_cholesky_ex_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:57.5796810Z test_neg_view_linalg_cond_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:57.5847940Z test_neg_view_linalg_cross_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:57.6076300Z test_neg_view_linalg_det_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.023s) 2022-05-18T07:04:57.6565810Z test_neg_view_linalg_det_singular_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.049s) 2022-05-18T07:04:57.6649060Z test_neg_view_linalg_eig_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:57.6726270Z test_neg_view_linalg_eigh_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:57.6861740Z test_neg_view_linalg_eigvals_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.013s) 2022-05-18T07:04:57.6979680Z test_neg_view_linalg_eigvalsh_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:57.7215490Z test_neg_view_linalg_householder_product_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.023s) 2022-05-18T07:04:57.7332050Z test_neg_view_linalg_inv_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:57.7397570Z test_neg_view_linalg_inv_ex_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:57.7430550Z test_neg_view_linalg_ldl_factor_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:57.7466620Z test_neg_view_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:57.7536250Z test_neg_view_linalg_ldl_solve_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:57.7946810Z test_neg_view_linalg_lstsq_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.041s) 2022-05-18T07:04:57.8867600Z test_neg_view_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.092s) 2022-05-18T07:04:57.9009240Z test_neg_view_linalg_lu_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:57.9135910Z test_neg_view_linalg_lu_factor_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.013s) 2022-05-18T07:04:57.9244790Z test_neg_view_linalg_lu_factor_ex_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:58.0104830Z test_neg_view_linalg_matrix_norm_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.086s) 2022-05-18T07:04:58.0376520Z test_neg_view_linalg_matrix_power_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.027s) 2022-05-18T07:04:58.0430040Z test_neg_view_linalg_matrix_rank_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:58.0482550Z test_neg_view_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:58.0596990Z test_neg_view_linalg_multi_dot_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:58.0905410Z test_neg_view_linalg_norm_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.031s) 2022-05-18T07:04:58.1172480Z test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.027s) 2022-05-18T07:04:58.1551550Z test_neg_view_linalg_pinv_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.038s) 2022-05-18T07:04:58.1699030Z test_neg_view_linalg_pinv_hermitian_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:04:58.1715850Z test_neg_view_linalg_pinv_singular_cpu_float64 (__main__.TestMathBitsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T07:04:58.1971820Z test_neg_view_linalg_qr_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.025s) 2022-05-18T07:04:58.2049510Z test_neg_view_linalg_slogdet_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:58.2340660Z test_neg_view_linalg_solve_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.029s) 2022-05-18T07:04:58.6418070Z test_neg_view_linalg_solve_triangular_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.406s) 2022-05-18T07:04:58.8276110Z test_neg_view_linalg_svd_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.187s) 2022-05-18T07:04:58.8683390Z test_neg_view_linalg_svdvals_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.041s) 2022-05-18T07:04:58.8732190Z test_neg_view_linalg_tensorinv_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:58.8820150Z test_neg_view_linalg_tensorsolve_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:58.8974410Z test_neg_view_linalg_vander_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:04:59.0118650Z test_neg_view_linalg_vector_norm_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.114s) 2022-05-18T07:04:59.0173570Z test_neg_view_log10_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:59.0204040Z test_neg_view_log1p_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:59.0256780Z test_neg_view_log2_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:59.0312840Z test_neg_view_log_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:59.0391080Z test_neg_view_log_softmax_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:59.0468940Z test_neg_view_log_softmax_dtype_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:59.0499850Z test_neg_view_logaddexp2_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:59.0529560Z test_neg_view_logaddexp_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:59.0624420Z test_neg_view_logcumsumexp_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:59.0709020Z test_neg_view_logdet_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:59.0763340Z test_neg_view_logical_and_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:59.0789240Z test_neg_view_logical_not_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:59.0841510Z test_neg_view_logical_or_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:59.0894440Z test_neg_view_logical_xor_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:59.0962710Z test_neg_view_logit_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:59.1109800Z test_neg_view_logsumexp_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:04:59.1141380Z test_neg_view_long_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:59.1193960Z test_neg_view_lt_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:59.1444830Z test_neg_view_lu_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.025s) 2022-05-18T07:04:59.2388470Z test_neg_view_lu_solve_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.094s) 2022-05-18T07:04:59.2525160Z test_neg_view_lu_unpack_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:59.2607110Z test_neg_view_mH_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:59.2687970Z test_neg_view_mT_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:59.2811070Z test_neg_view_masked_fill_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:59.2889840Z test_neg_view_masked_scatter_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:59.2983990Z test_neg_view_masked_select_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:59.3197140Z test_neg_view_matmul_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.021s) 2022-05-18T07:04:59.3276940Z test_neg_view_matrix_exp_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:04:59.3420170Z test_neg_view_max_binary_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:59.3459780Z test_neg_view_max_reduction_no_dim_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:59.3494760Z test_neg_view_max_reduction_with_dim_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:59.3637030Z test_neg_view_maximum_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:59.3850590Z test_neg_view_mean_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.021s) 2022-05-18T07:04:59.3945990Z test_neg_view_median_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:59.4035980Z test_neg_view_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:59.4123770Z test_neg_view_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:59.4265610Z test_neg_view_min_binary_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:59.4305590Z test_neg_view_min_reduction_no_dim_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:59.4340450Z test_neg_view_min_reduction_with_dim_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:59.4481730Z test_neg_view_minimum_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:59.4510930Z test_neg_view_mm_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:59.4554540Z test_neg_view_mode_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:59.4592890Z test_neg_view_movedim_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:59.4655120Z test_neg_view_msort_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:59.4794960Z test_neg_view_mul_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:04:59.4899810Z test_neg_view_multinomial_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:59.4929770Z test_neg_view_mv_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:59.5095840Z test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.017s) 2022-05-18T07:04:59.5260720Z test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.016s) 2022-05-18T07:04:59.5424310Z test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.016s) 2022-05-18T07:04:59.5481170Z test_neg_view_nan_to_num_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:59.5885430Z test_neg_view_nanmean_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.040s) 2022-05-18T07:04:59.5981290Z test_neg_view_nanmedian_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:59.6911100Z test_neg_view_nanquantile_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.093s) 2022-05-18T07:04:59.7126870Z test_neg_view_nansum_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.021s) 2022-05-18T07:04:59.7195960Z test_neg_view_narrow_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:59.7246810Z test_neg_view_ne_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:59.7275950Z test_neg_view_neg_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:04:59.7286240Z test_neg_view_new_empty_cpu_float64 (__main__.TestMathBitsCPU) ... skip: Skipped! (0.001s) 2022-05-18T07:04:59.7330120Z test_neg_view_new_full_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:59.7368170Z test_neg_view_new_ones_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:59.7406220Z test_neg_view_new_zeros_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:04:59.7471210Z test_neg_view_nextafter_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:04:59.7522800Z test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:59.7594980Z test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:04:59.7684280Z test_neg_view_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:59.7735740Z test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:59.7846520Z test_neg_view_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:04:59.7944990Z test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:59.8064110Z test_neg_view_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:04:59.8156440Z test_neg_view_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:04:59.8258420Z test_neg_view_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:59.8437820Z test_neg_view_nn_functional_batch_norm_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.018s) 2022-05-18T07:04:59.8909130Z test_neg_view_nn_functional_bilinear_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.047s) 2022-05-18T07:04:59.9074550Z test_neg_view_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.016s) 2022-05-18T07:04:59.9451730Z test_neg_view_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.038s) 2022-05-18T07:04:59.9506770Z test_neg_view_nn_functional_celu_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:04:59.9604430Z test_neg_view_nn_functional_conv1d_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:04:59.9893160Z test_neg_view_nn_functional_conv2d_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.029s) 2022-05-18T07:04:59.9985610Z test_neg_view_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:05:00.0091960Z test_neg_view_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:05:00.0278340Z test_neg_view_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.019s) 2022-05-18T07:05:00.0430080Z test_neg_view_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:05:00.0624920Z test_neg_view_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.019s) 2022-05-18T07:05:00.0897270Z test_neg_view_nn_functional_cross_entropy_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.027s) 2022-05-18T07:05:00.1311730Z test_neg_view_nn_functional_ctc_loss_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.042s) 2022-05-18T07:05:00.1689210Z test_neg_view_nn_functional_dropout2d_cpu_float64 (__main__.TestMathBitsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:1293: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 5, 5], which does not match the required output shape [5, 5, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:05:00.1690210Z result = result.squeeze_(0) if inplace else result.squeeze(0) 2022-05-18T07:05:00.1690490Z ok (0.038s) 2022-05-18T07:05:00.2189980Z test_neg_view_nn_functional_dropout_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.050s) 2022-05-18T07:05:00.2243050Z test_neg_view_nn_functional_elu_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:00.2750710Z test_neg_view_nn_functional_embedding_bag_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.051s) 2022-05-18T07:05:00.2801600Z test_neg_view_nn_functional_embedding_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:00.3026900Z test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.022s) 2022-05-18T07:05:00.3297040Z test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.027s) 2022-05-18T07:05:00.3313470Z test_neg_view_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMathBitsCPU) ... skip: Operation not tested with tensors with negative bit. (0.002s) 2022-05-18T07:05:00.3329350Z test_neg_view_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMathBitsCPU) ... skip: Operation not tested with tensors with negative bit. (0.002s) 2022-05-18T07:05:00.9462710Z test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.613s) 2022-05-18T07:05:00.9561180Z test_neg_view_nn_functional_gelu_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:05:01.0094440Z test_neg_view_nn_functional_glu_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.053s) 2022-05-18T07:05:01.0516110Z test_neg_view_nn_functional_grid_sample_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.042s) 2022-05-18T07:05:01.0600330Z test_neg_view_nn_functional_group_norm_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:05:01.0707030Z test_neg_view_nn_functional_hardshrink_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:05:01.0761000Z test_neg_view_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:01.0818050Z test_neg_view_nn_functional_hardswish_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:05:01.0924770Z test_neg_view_nn_functional_hardtanh_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:05:01.1080180Z test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:05:01.1208320Z test_neg_view_nn_functional_huber_loss_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.013s) 2022-05-18T07:05:01.1388960Z test_neg_view_nn_functional_instance_norm_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.018s) 2022-05-18T07:05:01.1544680Z test_neg_view_nn_functional_interpolate_area_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:05:01.1695180Z test_neg_view_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:05:01.1842820Z test_neg_view_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:05:01.1986170Z test_neg_view_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:05:01.2134110Z test_neg_view_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:05:01.2294510Z test_neg_view_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.016s) 2022-05-18T07:05:01.2476960Z test_neg_view_nn_functional_kl_div_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.018s) 2022-05-18T07:05:01.2574730Z test_neg_view_nn_functional_l1_loss_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:05:01.2669370Z test_neg_view_nn_functional_layer_norm_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:05:01.2776850Z test_neg_view_nn_functional_leaky_relu_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:05:01.3003310Z test_neg_view_nn_functional_linear_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.023s) 2022-05-18T07:05:01.3196040Z test_neg_view_nn_functional_local_response_norm_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.019s) 2022-05-18T07:05:01.3242880Z test_neg_view_nn_functional_logsigmoid_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:01.3375610Z test_neg_view_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.013s) 2022-05-18T07:05:02.0849220Z test_neg_view_nn_functional_max_pool1d_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.747s) 2022-05-18T07:05:03.2589830Z test_neg_view_nn_functional_max_pool2d_cpu_float64 (__main__.TestMathBitsCPU) ... ok (1.174s) 2022-05-18T07:05:03.7386210Z test_neg_view_nn_functional_max_pool3d_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.480s) 2022-05-18T07:05:03.9889670Z test_neg_view_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.250s) 2022-05-18T07:05:04.1018810Z test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.113s) 2022-05-18T07:05:04.5554660Z test_neg_view_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.453s) 2022-05-18T07:05:04.7326270Z test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.177s) 2022-05-18T07:05:04.8961120Z test_neg_view_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.163s) 2022-05-18T07:05:04.9723060Z test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.076s) 2022-05-18T07:05:04.9779380Z test_neg_view_nn_functional_mish_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:05:04.9869910Z test_neg_view_nn_functional_mse_loss_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:05:04.9938700Z test_neg_view_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:05:04.9987860Z test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:05.0078870Z test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:05:05.0796610Z test_neg_view_nn_functional_nll_loss_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.072s) 2022-05-18T07:05:05.0934620Z test_neg_view_nn_functional_normalize_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:05:05.1073050Z test_neg_view_nn_functional_pad_circular_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:05:05.1586250Z test_neg_view_nn_functional_pad_constant_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.051s) 2022-05-18T07:05:05.1725680Z test_neg_view_nn_functional_pad_reflect_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:05:05.1867310Z test_neg_view_nn_functional_pad_replicate_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:05:05.1974070Z test_neg_view_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:05:05.2083420Z test_neg_view_nn_functional_pdist_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:05:05.2120710Z test_neg_view_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:05:05.2158100Z test_neg_view_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:05:05.3305030Z test_neg_view_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.115s) 2022-05-18T07:05:05.3548920Z test_neg_view_nn_functional_prelu_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.024s) 2022-05-18T07:05:05.3656190Z test_neg_view_nn_functional_relu6_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:05:05.3713170Z test_neg_view_nn_functional_relu_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:05:05.3812530Z test_neg_view_nn_functional_rrelu_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:05:05.3865330Z test_neg_view_nn_functional_selu_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:05.3917450Z test_neg_view_nn_functional_silu_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:05.4031210Z test_neg_view_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:05:05.4122140Z test_neg_view_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:05:05.4200040Z test_neg_view_nn_functional_softmin_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:05:05.4278520Z test_neg_view_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:05:05.4324520Z test_neg_view_nn_functional_softplus_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:05.4427180Z test_neg_view_nn_functional_softshrink_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:05:05.4477970Z test_neg_view_nn_functional_softsign_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:05.4525390Z test_neg_view_nn_functional_tanhshrink_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:05.4587070Z test_neg_view_nn_functional_threshold_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:05:05.4738240Z test_neg_view_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:05:05.4899580Z test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.016s) 2022-05-18T07:05:05.7482430Z test_neg_view_nn_functional_unfold_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.258s) 2022-05-18T07:05:05.7546580Z test_neg_view_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:05:05.7691960Z test_neg_view_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:05:05.7772160Z test_neg_view_nonzero_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:05:05.8283130Z test_neg_view_norm_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.051s) 2022-05-18T07:05:05.8336040Z test_neg_view_norm_fro_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:05.8406520Z test_neg_view_norm_inf_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:05:05.8452910Z test_neg_view_norm_nuc_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:05.8571290Z test_neg_view_normal_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:05:05.8607520Z test_neg_view_normal_number_mean_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:05:05.8645350Z test_neg_view_ones_like_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:05:05.9331380Z test_neg_view_ormqr_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.068s) 2022-05-18T07:05:05.9362950Z test_neg_view_outer_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:05:06.3063470Z test_neg_view_pca_lowrank_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.370s) 2022-05-18T07:05:06.3120920Z test_neg_view_permute_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:05:06.3265700Z test_neg_view_pinverse_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:05:06.3407430Z test_neg_view_polar_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:05:06.3549880Z test_neg_view_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:05:06.3692760Z test_neg_view_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:05:06.3835580Z test_neg_view_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:05:06.3977680Z test_neg_view_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:05:06.4119700Z test_neg_view_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:05:06.4163270Z test_neg_view_positive_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:05:06.4328500Z test_neg_view_pow_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.016s) 2022-05-18T07:05:06.4753940Z test_neg_view_prod_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.042s) 2022-05-18T07:05:06.5053930Z test_neg_view_put_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.030s) 2022-05-18T07:05:06.5313530Z test_neg_view_qr_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.026s) 2022-05-18T07:05:06.6246660Z test_neg_view_quantile_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.093s) 2022-05-18T07:05:06.6302250Z test_neg_view_rad2deg_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:05:06.6402330Z test_neg_view_rand_like_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:05:06.6579110Z test_neg_view_randint_like_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.018s) 2022-05-18T07:05:06.6678770Z test_neg_view_randn_like_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:05:06.6714760Z test_neg_view_ravel_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:05:06.6758580Z test_neg_view_real_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:05:06.6810820Z test_neg_view_reciprocal_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:06.6955610Z test_neg_view_remainder_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:05:06.7039970Z test_neg_view_renorm_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:05:06.7288840Z test_neg_view_repeat_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.025s) 2022-05-18T07:05:06.7355050Z test_neg_view_repeat_interleave_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:05:06.7415060Z test_neg_view_reshape_as_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:05:06.7546250Z test_neg_view_reshape_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.013s) 2022-05-18T07:05:06.7562760Z test_neg_view_resize__cpu_float64 (__main__.TestMathBitsCPU) ... skip: Operation not tested with tensors with negative bit. (0.002s) 2022-05-18T07:05:06.7597900Z test_neg_view_resize_as__cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:05:06.7633020Z test_neg_view_resolve_conj_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:05:06.7667960Z test_neg_view_resolve_neg_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:05:06.7770100Z test_neg_view_roll_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:05:06.7829220Z test_neg_view_rot90_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:05:06.7858830Z test_neg_view_round_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:05:06.7910500Z test_neg_view_round_decimals_0_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:06.7921350Z test_neg_view_round_decimals_3_cpu_float64 (__main__.TestMathBitsCPU) ... skip: Skipped! (0.001s) 2022-05-18T07:05:06.7930910Z test_neg_view_round_decimals_neg_3_cpu_float64 (__main__.TestMathBitsCPU) ... skip: Skipped! (0.001s) 2022-05-18T07:05:06.7984210Z test_neg_view_rsqrt_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:06.8129920Z test_neg_view_rsub_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:05:06.8253680Z test_neg_view_scatter_add_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:05:06.8389680Z test_neg_view_scatter_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.014s) 2022-05-18T07:05:06.8644700Z test_neg_view_scatter_reduce_amax_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.025s) 2022-05-18T07:05:06.8901920Z test_neg_view_scatter_reduce_amin_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.026s) 2022-05-18T07:05:06.9156820Z test_neg_view_scatter_reduce_mean_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.025s) 2022-05-18T07:05:06.9473830Z test_neg_view_scatter_reduce_prod_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.032s) 2022-05-18T07:05:06.9700790Z test_neg_view_scatter_reduce_sum_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.023s) 2022-05-18T07:05:07.0165820Z test_neg_view_searchsorted_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.046s) 2022-05-18T07:05:07.0236510Z test_neg_view_select_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:05:07.0314040Z test_neg_view_select_scatter_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:05:07.0343480Z test_neg_view_sgn_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:05:07.0373710Z test_neg_view_short_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:05:07.0427190Z test_neg_view_sigmoid_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:07.0456730Z test_neg_view_sign_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:05:07.0476200Z test_neg_view_signbit_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.002s) 2022-05-18T07:05:07.0506390Z test_neg_view_sin_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:05:07.0563910Z test_neg_view_sinc_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:05:07.0594030Z test_neg_view_sinh_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:05:07.0816080Z test_neg_view_slice_scatter_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.022s) 2022-05-18T07:05:07.0893510Z test_neg_view_softmax_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:05:07.0970050Z test_neg_view_softmax_with_dtype_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:05:07.1230630Z test_neg_view_sort_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.026s) 2022-05-18T07:05:07.1241040Z test_neg_view_sparse_sampled_addmm_cpu_float64 (__main__.TestMathBitsCPU) ... skip: Skipped! (0.001s) 2022-05-18T07:05:07.1279170Z test_neg_view_special_entr_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:05:07.1326920Z test_neg_view_special_erfcx_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:07.1364930Z test_neg_view_special_i0e_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:05:07.1415640Z test_neg_view_special_i1_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:07.1466880Z test_neg_view_special_i1e_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:07.1517300Z test_neg_view_special_log_ndtr_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:07.1568410Z test_neg_view_special_ndtr_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:07.1616230Z test_neg_view_special_ndtri_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:07.1738530Z test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:05:07.1871330Z test_neg_view_special_xlog1py_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.013s) 2022-05-18T07:05:07.1929870Z test_neg_view_special_zeta_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s) 2022-05-18T07:05:07.1958830Z test_neg_view_split_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:05:07.1999180Z test_neg_view_split_list_args_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:05:07.2046530Z test_neg_view_split_with_sizes_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:07.2076890Z test_neg_view_sqrt_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:05:07.2131370Z test_neg_view_square_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:07.2235670Z test_neg_view_squeeze_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:05:07.2273790Z test_neg_view_stack_cpu_float64 (__main__.TestMathBitsCPU) ... expected failure (0.004s) 2022-05-18T07:05:07.2379460Z test_neg_view_std_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:05:07.2458990Z test_neg_view_std_mean_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:05:07.2650500Z test_neg_view_stft_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.019s) 2022-05-18T07:05:07.2817410Z test_neg_view_sub_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.017s) 2022-05-18T07:05:07.3018730Z test_neg_view_sum_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.020s) 2022-05-18T07:05:07.3093750Z test_neg_view_sum_to_size_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:05:07.4859700Z test_neg_view_svd_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.176s) 2022-05-18T07:05:07.8766890Z test_neg_view_svd_lowrank_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.391s) 2022-05-18T07:05:07.8840930Z test_neg_view_symeig_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:05:07.8893720Z test_neg_view_t_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:07.8967520Z test_neg_view_take_along_dim_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.007s) 2022-05-18T07:05:07.9079710Z test_neg_view_take_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:05:07.9110100Z test_neg_view_tan_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:05:07.9139860Z test_neg_view_tanh_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:05:07.9236060Z test_neg_view_tensor_split_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:05:07.9281990Z test_neg_view_tensordot_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:07.9560720Z test_neg_view_tile_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.028s) 2022-05-18T07:05:07.9608190Z test_neg_view_to_sparse_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:07.9686740Z test_neg_view_topk_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:05:07.9715530Z test_neg_view_trace_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:05:07.9835180Z test_neg_view_transpose_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:05:07.9984950Z test_neg_view_trapezoid_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:05:08.0134510Z test_neg_view_trapz_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:05:08.0245620Z test_neg_view_triangular_solve_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s) 2022-05-18T07:05:08.0340700Z test_neg_view_tril_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:05:08.0427630Z test_neg_view_triu_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:05:08.0574040Z test_neg_view_true_divide_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:05:08.0605200Z test_neg_view_trunc_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:05:08.0876630Z test_neg_view_unfold_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.027s) 2022-05-18T07:05:08.2088330Z test_neg_view_unique_consecutive_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.121s) 2022-05-18T07:05:08.4360570Z test_neg_view_unique_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.227s) 2022-05-18T07:05:08.4485800Z test_neg_view_unsqueeze_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.012s) 2022-05-18T07:05:08.4582050Z test_neg_view_var_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.010s) 2022-05-18T07:05:08.4658160Z test_neg_view_var_mean_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:05:08.4685210Z test_neg_view_vdot_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:05:08.4701670Z test_neg_view_view_as_complex_cpu_float64 (__main__.TestMathBitsCPU) ... skip: Operation not tested with tensors with negative bit. (0.002s) 2022-05-18T07:05:08.4750060Z test_neg_view_view_as_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:08.4836850Z test_neg_view_view_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s) 2022-05-18T07:05:08.4868290Z test_neg_view_vsplit_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:05:08.4898280Z test_neg_view_vstack_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s) 2022-05-18T07:05:08.4977920Z test_neg_view_where_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.008s) 2022-05-18T07:05:08.5131320Z test_neg_view_xlogy_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.015s) 2022-05-18T07:05:08.5184150Z test_neg_view_zero__cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s) 2022-05-18T07:05:08.5221510Z test_neg_view_zeros_like_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s) 2022-05-18T07:05:10.7688660Z 2022-05-18T07:05:10.7689660Z ---------------------------------------------------------------------- 2022-05-18T07:05:10.7690090Z Ran 9582 tests in 1406.654s 2022-05-18T07:05:10.7690230Z 2022-05-18T07:05:10.7690350Z OK (skipped=1211, expected failures=191) 2022-05-18T07:05:10.7690500Z 2022-05-18T07:05:10.7690590Z Generating XML reports... 2022-05-18T07:05:10.7691140Z Generated XML report: test-reports/python-unittest/test_ops/TEST-TestCommonCPU-20220518064141.xml 2022-05-18T07:05:10.7691780Z Generated XML report: test-reports/python-unittest/test_ops/TEST-TestCompositeComplianceCPU-20220518064141.xml 2022-05-18T07:05:10.7692400Z Generated XML report: test-reports/python-unittest/test_ops/TEST-TestMathBitsCPU-20220518064141.xml 2022-05-18T07:05:11.2890920Z Running test_ops_jit ... [2022-05-18 07:05:11.288708] 2022-05-18T07:05:11.2891600Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_ops_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 07:05:11.288832] 2022-05-18T07:05:13.6112420Z 2022-05-18T07:05:13.6113120Z Test results will be stored in test-reports/python-unittest/test_ops_jit 2022-05-18T07:05:13.6113460Z Running tests... 2022-05-18T07:05:13.6113830Z ---------------------------------------------------------------------- 2022-05-18T07:05:13.7198570Z test_jit_alias_remapping_abs_cpu_float32 (__main__.TestJitCPU) ... ok (0.108s) 2022-05-18T07:05:13.7427900Z test_jit_alias_remapping_acos_cpu_float32 (__main__.TestJitCPU) ... ok (0.023s) 2022-05-18T07:05:13.7652510Z test_jit_alias_remapping_acosh_cpu_float32 (__main__.TestJitCPU) ... ok (0.022s) 2022-05-18T07:05:13.7875780Z test_jit_alias_remapping_asin_cpu_float32 (__main__.TestJitCPU) ... ok (0.022s) 2022-05-18T07:05:13.8099940Z test_jit_alias_remapping_asinh_cpu_float32 (__main__.TestJitCPU) ... ok (0.022s) 2022-05-18T07:05:13.8169490Z test_jit_alias_remapping_atan2_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:05:13.8392530Z test_jit_alias_remapping_atan_cpu_float32 (__main__.TestJitCPU) ... ok (0.022s) 2022-05-18T07:05:13.8616430Z test_jit_alias_remapping_atanh_cpu_float32 (__main__.TestJitCPU) ... ok (0.022s) 2022-05-18T07:05:13.8685800Z test_jit_alias_remapping_cat_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:05:13.9463240Z test_jit_alias_remapping_clamp_cpu_float32 (__main__.TestJitCPU) ... ok (0.077s) 2022-05-18T07:05:13.9694950Z test_jit_alias_remapping_clamp_scalar_cpu_float32 (__main__.TestJitCPU) ... ok (0.023s) 2022-05-18T07:05:13.9812810Z test_jit_alias_remapping_diagonal_cpu_float32 (__main__.TestJitCPU) ... ok (0.012s) 2022-05-18T07:05:13.9985620Z test_jit_alias_remapping_digamma_cpu_float32 (__main__.TestJitCPU) ... ok (0.017s) 2022-05-18T07:05:14.0222300Z test_jit_alias_remapping_div_floor_rounding_cpu_float32 (__main__.TestJitCPU) ... ok (0.023s) 2022-05-18T07:05:14.0460460Z test_jit_alias_remapping_div_no_rounding_mode_cpu_float32 (__main__.TestJitCPU) ... ok (0.023s) 2022-05-18T07:05:14.0711840Z test_jit_alias_remapping_div_trunc_rounding_cpu_float32 (__main__.TestJitCPU) ... ok (0.026s) 2022-05-18T07:05:14.0828210Z test_jit_alias_remapping_erf_cpu_float32 (__main__.TestJitCPU) ... ok (0.012s) 2022-05-18T07:05:14.0944910Z test_jit_alias_remapping_erfc_cpu_float32 (__main__.TestJitCPU) ... ok (0.012s) 2022-05-18T07:05:14.1061850Z test_jit_alias_remapping_erfinv_cpu_float32 (__main__.TestJitCPU) ... ok (0.012s) 2022-05-18T07:05:14.1180310Z test_jit_alias_remapping_exp2_cpu_float32 (__main__.TestJitCPU) ... ok (0.012s) 2022-05-18T07:05:14.1299200Z test_jit_alias_remapping_expm1_cpu_float32 (__main__.TestJitCPU) ... ok (0.012s) 2022-05-18T07:05:14.1530650Z test_jit_alias_remapping_ge_cpu_float32 (__main__.TestJitCPU) ... ok (0.023s) 2022-05-18T07:05:14.1759730Z test_jit_alias_remapping_gt_cpu_float32 (__main__.TestJitCPU) ... ok (0.023s) 2022-05-18T07:05:14.1877020Z test_jit_alias_remapping_i0_cpu_float32 (__main__.TestJitCPU) ... ok (0.012s) 2022-05-18T07:05:14.1944950Z test_jit_alias_remapping_igamma_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:05:14.2009540Z test_jit_alias_remapping_igammac_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.006s) 2022-05-18T07:05:14.2240040Z test_jit_alias_remapping_le_cpu_float32 (__main__.TestJitCPU) ... ok (0.023s) 2022-05-18T07:05:14.2358370Z test_jit_alias_remapping_lgamma_cpu_float32 (__main__.TestJitCPU) ... ok (0.012s) 2022-05-18T07:05:14.3050830Z test_jit_alias_remapping_linalg_det_cpu_float32 (__main__.TestJitCPU) ... ok (0.069s) 2022-05-18T07:05:14.3253040Z test_jit_alias_remapping_linalg_householder_product_cpu_float32 (__main__.TestJitCPU) ... ok (0.020s) 2022-05-18T07:05:14.3434790Z test_jit_alias_remapping_linalg_matrix_power_cpu_float32 (__main__.TestJitCPU) ... ok (0.018s) 2022-05-18T07:05:14.3552220Z test_jit_alias_remapping_log1p_cpu_float32 (__main__.TestJitCPU) ... ok (0.012s) 2022-05-18T07:05:14.3803900Z test_jit_alias_remapping_log_softmax_cpu_float32 (__main__.TestJitCPU) ... ok (0.025s) 2022-05-18T07:05:14.3992760Z test_jit_alias_remapping_log_softmax_dtype_cpu_float32 (__main__.TestJitCPU) ... ok (0.019s) 2022-05-18T07:05:14.4116050Z test_jit_alias_remapping_logit_cpu_float32 (__main__.TestJitCPU) ... ok (0.012s) 2022-05-18T07:05:14.4249340Z test_jit_alias_remapping_logsumexp_cpu_float32 (__main__.TestJitCPU) ... ok (0.013s) 2022-05-18T07:05:14.4482220Z test_jit_alias_remapping_lt_cpu_float32 (__main__.TestJitCPU) ... ok (0.023s) 2022-05-18T07:05:14.4650590Z test_jit_alias_remapping_mH_cpu_float32 (__main__.TestJitCPU) ... ok (0.017s) 2022-05-18T07:05:14.4808170Z test_jit_alias_remapping_matmul_cpu_float32 (__main__.TestJitCPU) ... ok (0.016s) 2022-05-18T07:05:14.4940050Z test_jit_alias_remapping_matrix_exp_cpu_float32 (__main__.TestJitCPU) ... ok (0.013s) 2022-05-18T07:05:14.5008950Z test_jit_alias_remapping_max_binary_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:05:14.5075580Z test_jit_alias_remapping_min_binary_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:05:14.5253260Z test_jit_alias_remapping_movedim_cpu_float32 (__main__.TestJitCPU) ... ok (0.018s) 2022-05-18T07:05:14.5485260Z test_jit_alias_remapping_mul_cpu_float32 (__main__.TestJitCPU) ... ok (0.023s) 2022-05-18T07:05:14.5605440Z test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestJitCPU) ... ok (0.012s) 2022-05-18T07:05:14.5655900Z test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.005s) 2022-05-18T07:05:14.5705370Z test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.005s) 2022-05-18T07:05:14.5944630Z test_jit_alias_remapping_ne_cpu_float32 (__main__.TestJitCPU) ... ok (0.024s) 2022-05-18T07:05:14.6170460Z test_jit_alias_remapping_neg_cpu_float32 (__main__.TestJitCPU) ... ok (0.022s) 2022-05-18T07:05:14.6242760Z test_jit_alias_remapping_nn_functional_conv1d_cpu_float32 (__main__.TestJitCPU) ... [W NNPACK.cpp:51] Could not initialize NNPACK! Reason: Unsupported hardware. 2022-05-18T07:05:14.6333540Z ok (0.016s) 2022-05-18T07:05:14.6526180Z test_jit_alias_remapping_nn_functional_conv2d_cpu_float32 (__main__.TestJitCPU) ... ok (0.019s) 2022-05-18T07:05:14.6685260Z test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestJitCPU) ... ok (0.016s) 2022-05-18T07:05:14.6872730Z test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestJitCPU) ... ok (0.019s) 2022-05-18T07:05:14.7164110Z test_jit_alias_remapping_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestJitCPU) ... ok (0.029s) 2022-05-18T07:05:14.7306260Z test_jit_alias_remapping_nn_functional_group_norm_cpu_float32 (__main__.TestJitCPU) ... ok (0.014s) 2022-05-18T07:05:14.7458050Z test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32 (__main__.TestJitCPU) ... ok (0.015s) 2022-05-18T07:05:14.7650090Z test_jit_alias_remapping_outer_cpu_float32 (__main__.TestJitCPU) ... ok (0.019s) 2022-05-18T07:05:14.7767100Z test_jit_alias_remapping_round_cpu_float32 (__main__.TestJitCPU) ... ok (0.012s) 2022-05-18T07:05:14.7883390Z test_jit_alias_remapping_round_decimals_0_cpu_float32 (__main__.TestJitCPU) ... ok (0.012s) 2022-05-18T07:05:14.7934240Z test_jit_alias_remapping_round_decimals_3_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.005s) 2022-05-18T07:05:14.7985170Z test_jit_alias_remapping_round_decimals_neg_3_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.005s) 2022-05-18T07:05:14.8180730Z test_jit_alias_remapping_sigmoid_cpu_float32 (__main__.TestJitCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:1909: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-05-18T07:05:14.8182020Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-05-18T07:05:14.8182770Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:1909: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-05-18T07:05:14.8183280Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-05-18T07:05:14.8183600Z expected failure (0.019s) 2022-05-18T07:05:14.8297260Z test_jit_alias_remapping_sinc_cpu_float32 (__main__.TestJitCPU) ... ok (0.011s) 2022-05-18T07:05:14.8528540Z test_jit_alias_remapping_softmax_cpu_float32 (__main__.TestJitCPU) ... ok (0.023s) 2022-05-18T07:05:14.8717140Z test_jit_alias_remapping_softmax_with_dtype_cpu_float32 (__main__.TestJitCPU) ... ok (0.019s) 2022-05-18T07:05:14.8952330Z test_jit_alias_remapping_sub_cpu_float32 (__main__.TestJitCPU) ... ok (0.023s) 2022-05-18T07:05:14.9090240Z test_jit_alias_remapping_tanh_cpu_float32 (__main__.TestJitCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:1898: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-05-18T07:05:14.9090910Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-05-18T07:05:14.9091610Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:1898: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-05-18T07:05:14.9092090Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-05-18T07:05:14.9092400Z expected failure (0.014s) 2022-05-18T07:05:14.9488970Z test_jit_alias_remapping_transpose_cpu_float32 (__main__.TestJitCPU) ... ok (0.040s) 2022-05-18T07:05:14.9710820Z test_jit_alias_remapping_trunc_cpu_float32 (__main__.TestJitCPU) ... ok (0.022s) 2022-05-18T07:05:14.9813120Z test_jit_alias_remapping_vstack_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.010s) 2022-05-18T07:05:14.9929630Z test_jit_alias_remapping_xlogy_cpu_float32 (__main__.TestJitCPU) ... ok (0.011s) 2022-05-18T07:05:15.0003620Z test_variant_consistency_jit_H_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:05:15.0072720Z test_variant_consistency_jit_H_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:05:15.0143910Z test_variant_consistency_jit_T_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:05:15.0211500Z test_variant_consistency_jit_T_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:05:17.8139740Z test_variant_consistency_jit___getitem___cpu_complex64 (__main__.TestJitCPU) ... ok (2.792s) 2022-05-18T07:05:19.4716970Z test_variant_consistency_jit___getitem___cpu_float32 (__main__.TestJitCPU) ... ok (1.658s) 2022-05-18T07:05:19.4864600Z test_variant_consistency_jit___radd___cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.015s) 2022-05-18T07:05:19.4938730Z test_variant_consistency_jit___radd___cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:05:19.5076020Z test_variant_consistency_jit___rdiv___cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.014s) 2022-05-18T07:05:19.5150000Z test_variant_consistency_jit___rdiv___cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:05:19.5302910Z test_variant_consistency_jit___rmatmul___cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.015s) 2022-05-18T07:05:19.5396910Z test_variant_consistency_jit___rmatmul___cpu_float32 (__main__.TestJitCPU) ... expected failure (0.009s) 2022-05-18T07:05:19.5469440Z test_variant_consistency_jit___rmod___cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:05:19.5594940Z test_variant_consistency_jit___rmul___cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.012s) 2022-05-18T07:05:19.5668740Z test_variant_consistency_jit___rmul___cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:05:19.5799050Z test_variant_consistency_jit___rpow___cpu_complex64 (__main__.TestJitCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:668: 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-05-18T07:05:19.5799750Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-05-18T07:05:19.5800030Z expected failure (0.013s) 2022-05-18T07:05:19.5871830Z test_variant_consistency_jit___rpow___cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:05:19.5995220Z test_variant_consistency_jit___rsub___cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.012s) 2022-05-18T07:05:19.6066340Z test_variant_consistency_jit___rsub___cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:05:19.6122470Z test_variant_consistency_jit__masked_amax_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:05:19.6296750Z test_variant_consistency_jit__masked_amin_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.017s) 2022-05-18T07:05:19.6412120Z test_variant_consistency_jit__masked_argmax_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.011s) 2022-05-18T07:05:19.6521990Z test_variant_consistency_jit__masked_argmin_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.011s) 2022-05-18T07:05:19.6619870Z test_variant_consistency_jit__masked_log_softmax_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.010s) 2022-05-18T07:05:19.6781690Z test_variant_consistency_jit__masked_mean_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.016s) 2022-05-18T07:05:19.6909630Z test_variant_consistency_jit__masked_mean_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.012s) 2022-05-18T07:05:19.7177420Z test_variant_consistency_jit__masked_norm_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.027s) 2022-05-18T07:05:19.7305350Z test_variant_consistency_jit__masked_normalize_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.012s) 2022-05-18T07:05:19.7481150Z test_variant_consistency_jit__masked_prod_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.017s) 2022-05-18T07:05:19.7622080Z test_variant_consistency_jit__masked_prod_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.014s) 2022-05-18T07:05:19.7719150Z test_variant_consistency_jit__masked_softmax_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.010s) 2022-05-18T07:05:19.7816280Z test_variant_consistency_jit__masked_softmin_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.010s) 2022-05-18T07:05:19.8320070Z test_variant_consistency_jit__masked_std_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.050s) 2022-05-18T07:05:19.8612860Z test_variant_consistency_jit__masked_std_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.029s) 2022-05-18T07:05:19.8781770Z test_variant_consistency_jit__masked_sum_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.017s) 2022-05-18T07:05:19.8915000Z test_variant_consistency_jit__masked_sum_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.013s) 2022-05-18T07:05:19.9421550Z test_variant_consistency_jit__masked_var_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.050s) 2022-05-18T07:05:19.9712810Z test_variant_consistency_jit__masked_var_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.029s) 2022-05-18T07:05:20.2650070Z test_variant_consistency_jit_abs_cpu_complex64 (__main__.TestJitCPU) ... ok (0.293s) 2022-05-18T07:05:20.4161860Z test_variant_consistency_jit_abs_cpu_float32 (__main__.TestJitCPU) ... ok (0.151s) 2022-05-18T07:05:21.2685820Z test_variant_consistency_jit_acos_cpu_complex64 (__main__.TestJitCPU) ... ok (0.852s) 2022-05-18T07:05:21.7051850Z test_variant_consistency_jit_acos_cpu_float32 (__main__.TestJitCPU) ... ok (0.436s) 2022-05-18T07:05:22.5050680Z test_variant_consistency_jit_acosh_cpu_complex64 (__main__.TestJitCPU) ... ok (0.800s) 2022-05-18T07:05:22.9076720Z test_variant_consistency_jit_acosh_cpu_float32 (__main__.TestJitCPU) ... ok (0.402s) 2022-05-18T07:05:26.4112150Z test_variant_consistency_jit_add_cpu_complex64 (__main__.TestJitCPU) ... ok (3.503s) 2022-05-18T07:05:28.2471410Z test_variant_consistency_jit_add_cpu_float32 (__main__.TestJitCPU) ... ok (1.836s) 2022-05-18T07:05:32.1644860Z test_variant_consistency_jit_addbmm_cpu_complex64 (__main__.TestJitCPU) ... ok (3.917s) 2022-05-18T07:05:33.1002640Z test_variant_consistency_jit_addbmm_cpu_float32 (__main__.TestJitCPU) ... ok (0.936s) 2022-05-18T07:05:36.7362060Z test_variant_consistency_jit_addcdiv_cpu_complex64 (__main__.TestJitCPU) ... ok (3.636s) 2022-05-18T07:05:38.5507500Z test_variant_consistency_jit_addcdiv_cpu_float32 (__main__.TestJitCPU) ... ok (1.814s) 2022-05-18T07:05:42.6792630Z test_variant_consistency_jit_addcmul_cpu_complex64 (__main__.TestJitCPU) ... ok (4.128s) 2022-05-18T07:05:44.8870880Z test_variant_consistency_jit_addcmul_cpu_float32 (__main__.TestJitCPU) ... ok (2.208s) 2022-05-18T07:05:46.6619050Z test_variant_consistency_jit_addmm_cpu_complex64 (__main__.TestJitCPU) ... ok (1.775s) 2022-05-18T07:05:47.2176350Z test_variant_consistency_jit_addmm_cpu_float32 (__main__.TestJitCPU) ... ok (0.556s) 2022-05-18T07:05:49.0332830Z test_variant_consistency_jit_addmm_decomposed_cpu_complex64 (__main__.TestJitCPU) ... ok (1.816s) 2022-05-18T07:05:49.6255680Z test_variant_consistency_jit_addmm_decomposed_cpu_float32 (__main__.TestJitCPU) ... ok (0.592s) 2022-05-18T07:05:51.4657610Z test_variant_consistency_jit_addmv_cpu_complex64 (__main__.TestJitCPU) ... ok (1.840s) 2022-05-18T07:05:52.3924300Z test_variant_consistency_jit_addmv_cpu_float32 (__main__.TestJitCPU) ... ok (0.927s) 2022-05-18T07:05:53.6385620Z test_variant_consistency_jit_addr_cpu_complex64 (__main__.TestJitCPU) ... ok (1.246s) 2022-05-18T07:05:54.2577080Z test_variant_consistency_jit_addr_cpu_float32 (__main__.TestJitCPU) ... ok (0.619s) 2022-05-18T07:05:55.3871720Z test_variant_consistency_jit_all_cpu_complex64 (__main__.TestJitCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at ../aten/src/ATen/native/Copy.cpp:250.) 2022-05-18T07:05:55.3872440Z results = func(*inputs, **kwargs) 2022-05-18T07:05:55.3872660Z ok (1.129s) 2022-05-18T07:05:56.0200110Z test_variant_consistency_jit_all_cpu_float32 (__main__.TestJitCPU) ... ok (0.633s) 2022-05-18T07:05:56.0259090Z test_variant_consistency_jit_allclose_cpu_complex64 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:05:56.0317390Z test_variant_consistency_jit_allclose_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:05:58.9279760Z test_variant_consistency_jit_amax_cpu_float32 (__main__.TestJitCPU) ... ok (2.896s) 2022-05-18T07:06:01.8391970Z test_variant_consistency_jit_amin_cpu_float32 (__main__.TestJitCPU) ... ok (2.911s) 2022-05-18T07:06:02.1159990Z test_variant_consistency_jit_aminmax_cpu_float32 (__main__.TestJitCPU) ... [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-05-18T07:06:02.1161200Z [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-05-18T07:06:02.1419310Z [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-05-18T07:06:02.1420890Z [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-05-18T07:06:02.1425530Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_jit.py:160: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:06:02.1426330Z results = func(*inputs, **kwargs) 2022-05-18T07:06:02.1427990Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:426: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:06:02.1428780Z return callable(*args, **kwargs) 2022-05-18T07:06:02.1430060Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/jit_metaprogramming_utils.py:457: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:06:02.1430820Z return fn(*full_args, **full_kwargs) 2022-05-18T07:06:02.1431510Z test_ops_jit.py:137: 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 ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:06:02.1432210Z out = variant(get_sample(), *sample.args, **sample.kwargs) 2022-05-18T07:06:02.1432460Z ok (0.303s) 2022-05-18T07:06:02.4206530Z test_variant_consistency_jit_angle_cpu_complex64 (__main__.TestJitCPU) ... ok (0.278s) 2022-05-18T07:06:02.5583320Z test_variant_consistency_jit_angle_cpu_float32 (__main__.TestJitCPU) ... ok (0.138s) 2022-05-18T07:06:03.6664720Z test_variant_consistency_jit_any_cpu_complex64 (__main__.TestJitCPU) ... ok (1.108s) 2022-05-18T07:06:04.2344670Z test_variant_consistency_jit_any_cpu_float32 (__main__.TestJitCPU) ... ok (0.568s) 2022-05-18T07:06:04.8538760Z test_variant_consistency_jit_argmax_cpu_float32 (__main__.TestJitCPU) ... ok (0.619s) 2022-05-18T07:06:05.4284160Z test_variant_consistency_jit_argmin_cpu_float32 (__main__.TestJitCPU) ... ok (0.574s) 2022-05-18T07:06:05.4343650Z test_variant_consistency_jit_argsort_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:06:05.9255860Z test_variant_consistency_jit_argwhere_cpu_complex64 (__main__.TestJitCPU) ... ok (0.491s) 2022-05-18T07:06:06.1823460Z test_variant_consistency_jit_argwhere_cpu_float32 (__main__.TestJitCPU) ... ok (0.257s) 2022-05-18T07:06:06.9625900Z test_variant_consistency_jit_as_strided_cpu_complex64 (__main__.TestJitCPU) ... ok (0.780s) 2022-05-18T07:06:07.3552760Z test_variant_consistency_jit_as_strided_cpu_float32 (__main__.TestJitCPU) ... ok (0.393s) 2022-05-18T07:06:07.6520440Z test_variant_consistency_jit_asin_cpu_complex64 (__main__.TestJitCPU) ... ok (0.297s) 2022-05-18T07:06:07.8037440Z test_variant_consistency_jit_asin_cpu_float32 (__main__.TestJitCPU) ... ok (0.152s) 2022-05-18T07:06:08.0806020Z test_variant_consistency_jit_asinh_cpu_complex64 (__main__.TestJitCPU) ... ok (0.277s) 2022-05-18T07:06:08.2226830Z test_variant_consistency_jit_asinh_cpu_float32 (__main__.TestJitCPU) ... ok (0.142s) 2022-05-18T07:06:09.6258220Z test_variant_consistency_jit_atan2_cpu_float32 (__main__.TestJitCPU) ... ok (1.403s) 2022-05-18T07:06:09.9285910Z test_variant_consistency_jit_atan_cpu_complex64 (__main__.TestJitCPU) ... ok (0.303s) 2022-05-18T07:06:10.0847270Z test_variant_consistency_jit_atan_cpu_float32 (__main__.TestJitCPU) ... ok (0.156s) 2022-05-18T07:06:10.3692480Z test_variant_consistency_jit_atanh_cpu_complex64 (__main__.TestJitCPU) ... ok (0.284s) 2022-05-18T07:06:10.5144160Z test_variant_consistency_jit_atanh_cpu_float32 (__main__.TestJitCPU) ... ok (0.145s) 2022-05-18T07:06:11.3956690Z test_variant_consistency_jit_atleast_1d_cpu_complex64 (__main__.TestJitCPU) ... ok (0.881s) 2022-05-18T07:06:11.4742470Z test_variant_consistency_jit_atleast_1d_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.078s) 2022-05-18T07:06:12.3535080Z test_variant_consistency_jit_atleast_2d_cpu_complex64 (__main__.TestJitCPU) ... ok (0.879s) 2022-05-18T07:06:12.4347900Z test_variant_consistency_jit_atleast_2d_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.081s) 2022-05-18T07:06:13.3148200Z test_variant_consistency_jit_atleast_3d_cpu_complex64 (__main__.TestJitCPU) ... ok (0.880s) 2022-05-18T07:06:13.3939000Z test_variant_consistency_jit_atleast_3d_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.079s) 2022-05-18T07:06:17.5590900Z test_variant_consistency_jit_baddbmm_cpu_complex64 (__main__.TestJitCPU) ... ok (4.165s) 2022-05-18T07:06:18.4954620Z test_variant_consistency_jit_baddbmm_cpu_float32 (__main__.TestJitCPU) ... ok (0.936s) 2022-05-18T07:06:18.5025910Z test_variant_consistency_jit_bernoulli_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:06:18.5114040Z test_variant_consistency_jit_bfloat16_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.009s) 2022-05-18T07:06:18.5185570Z test_variant_consistency_jit_bfloat16_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:06:18.6820160Z test_variant_consistency_jit_block_diag_cpu_complex64 (__main__.TestJitCPU) ... ok (0.163s) 2022-05-18T07:06:18.7703810Z test_variant_consistency_jit_block_diag_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.088s) 2022-05-18T07:06:19.1045120Z test_variant_consistency_jit_bmm_cpu_complex64 (__main__.TestJitCPU) ... ok (0.334s) 2022-05-18T07:06:19.2678210Z test_variant_consistency_jit_bmm_cpu_float32 (__main__.TestJitCPU) ... ok (0.163s) 2022-05-18T07:06:19.2769090Z test_variant_consistency_jit_bool_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.009s) 2022-05-18T07:06:19.2840710Z test_variant_consistency_jit_bool_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:06:19.4809850Z test_variant_consistency_jit_broadcast_tensors_cpu_complex64 (__main__.TestJitCPU) ... ok (0.197s) 2022-05-18T07:06:19.5934050Z test_variant_consistency_jit_broadcast_tensors_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.112s) 2022-05-18T07:06:21.6243990Z test_variant_consistency_jit_broadcast_to_cpu_complex64 (__main__.TestJitCPU) ... ok (2.031s) 2022-05-18T07:06:22.6401030Z test_variant_consistency_jit_broadcast_to_cpu_float32 (__main__.TestJitCPU) ... ok (1.016s) 2022-05-18T07:06:22.6460090Z test_variant_consistency_jit_bucketize_cpu_float32 (__main__.TestJitCPU) ... skip: Expected failure! (0.006s) 2022-05-18T07:06:22.6877690Z test_variant_consistency_jit_byte_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.042s) 2022-05-18T07:06:22.7295740Z test_variant_consistency_jit_byte_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.042s) 2022-05-18T07:06:23.1760160Z test_variant_consistency_jit_cartesian_prod_cpu_complex64 (__main__.TestJitCPU) ... ok (0.446s) 2022-05-18T07:06:23.2539030Z test_variant_consistency_jit_cartesian_prod_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.078s) 2022-05-18T07:06:24.4036020Z test_variant_consistency_jit_cat_cpu_complex64 (__main__.TestJitCPU) ... ok (1.150s) 2022-05-18T07:06:25.1179610Z test_variant_consistency_jit_cat_cpu_float32 (__main__.TestJitCPU) ... ok (0.714s) 2022-05-18T07:06:39.7724020Z test_variant_consistency_jit_cdist_cpu_float32 (__main__.TestJitCPU) ... ok (14.654s) 2022-05-18T07:06:39.9472170Z test_variant_consistency_jit_ceil_cpu_float32 (__main__.TestJitCPU) ... ok (0.175s) 2022-05-18T07:06:39.9662070Z test_variant_consistency_jit_chalf_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.019s) 2022-05-18T07:06:39.9841150Z test_variant_consistency_jit_chalf_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.018s) 2022-05-18T07:06:40.0259680Z test_variant_consistency_jit_char_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.042s) 2022-05-18T07:06:40.0682610Z test_variant_consistency_jit_char_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.042s) 2022-05-18T07:06:44.6532950Z test_variant_consistency_jit_cholesky_cpu_complex64 (__main__.TestJitCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-05-18T07:06:44.6533600Z L = torch.cholesky(A) 2022-05-18T07:06:44.6533810Z should be replaced with 2022-05-18T07:06:44.6534030Z L = torch.linalg.cholesky(A) 2022-05-18T07:06:44.6534230Z and 2022-05-18T07:06:44.6534430Z U = torch.cholesky(A, upper=True) 2022-05-18T07:06:44.6534650Z should be replaced with 2022-05-18T07:06:44.6541760Z U = torch.linalg.cholesky(A).mH(). 2022-05-18T07:06:44.6542230Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:1755.) 2022-05-18T07:06:44.6542640Z results = func(*inputs, **kwargs) 2022-05-18T07:06:44.6542850Z ok (4.585s) 2022-05-18T07:06:46.9209310Z test_variant_consistency_jit_cholesky_cpu_float32 (__main__.TestJitCPU) ... ok (2.267s) 2022-05-18T07:06:50.3284020Z test_variant_consistency_jit_cholesky_inverse_cpu_complex64 (__main__.TestJitCPU) ... ok (3.407s) 2022-05-18T07:06:52.0339870Z test_variant_consistency_jit_cholesky_inverse_cpu_float32 (__main__.TestJitCPU) ... ok (1.706s) 2022-05-18T07:06:55.6849340Z test_variant_consistency_jit_cholesky_solve_cpu_complex64 (__main__.TestJitCPU) ... ok (3.651s) 2022-05-18T07:06:57.4549960Z test_variant_consistency_jit_cholesky_solve_cpu_float32 (__main__.TestJitCPU) ... ok (1.770s) 2022-05-18T07:06:58.4724930Z test_variant_consistency_jit_chunk_cpu_complex64 (__main__.TestJitCPU) ... ok (1.017s) 2022-05-18T07:06:58.9845800Z test_variant_consistency_jit_chunk_cpu_float32 (__main__.TestJitCPU) ... ok (0.512s) 2022-05-18T07:06:59.4842400Z test_variant_consistency_jit_clamp_cpu_float32 (__main__.TestJitCPU) ... ok (0.500s) 2022-05-18T07:07:00.6158990Z test_variant_consistency_jit_clamp_scalar_cpu_float32 (__main__.TestJitCPU) ... ok (1.132s) 2022-05-18T07:07:01.1626090Z test_variant_consistency_jit_clone_cpu_complex64 (__main__.TestJitCPU) ... ok (0.547s) 2022-05-18T07:07:01.4364870Z test_variant_consistency_jit_clone_cpu_float32 (__main__.TestJitCPU) ... ok (0.274s) 2022-05-18T07:07:01.8807620Z test_variant_consistency_jit_column_stack_cpu_complex64 (__main__.TestJitCPU) ... ok (0.444s) 2022-05-18T07:07:02.1079620Z test_variant_consistency_jit_column_stack_cpu_float32 (__main__.TestJitCPU) ... ok (0.227s) 2022-05-18T07:07:04.8417360Z test_variant_consistency_jit_combinations_cpu_complex64 (__main__.TestJitCPU) ... ok (2.734s) 2022-05-18T07:07:06.2379460Z test_variant_consistency_jit_combinations_cpu_float32 (__main__.TestJitCPU) ... ok (1.396s) 2022-05-18T07:07:06.8779540Z test_variant_consistency_jit_complex_cpu_float32 (__main__.TestJitCPU) ... ok (0.640s) 2022-05-18T07:07:07.6749740Z test_variant_consistency_jit_conj_cpu_complex64 (__main__.TestJitCPU) ... ok (0.797s) 2022-05-18T07:07:08.0481610Z test_variant_consistency_jit_conj_cpu_float32 (__main__.TestJitCPU) ... ok (0.373s) 2022-05-18T07:07:08.3192940Z test_variant_consistency_jit_conj_physical_cpu_complex64 (__main__.TestJitCPU) ... ok (0.271s) 2022-05-18T07:07:08.3251330Z test_variant_consistency_jit_conj_physical_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:07:08.4741660Z test_variant_consistency_jit_contiguous_cpu_complex64 (__main__.TestJitCPU) ... ok (0.149s) 2022-05-18T07:07:08.5536510Z test_variant_consistency_jit_contiguous_cpu_float32 (__main__.TestJitCPU) ... ok (0.079s) 2022-05-18T07:07:09.8520030Z test_variant_consistency_jit_copysign_cpu_float32 (__main__.TestJitCPU) ... ok (1.298s) 2022-05-18T07:07:11.1064190Z test_variant_consistency_jit_corrcoef_cpu_complex64 (__main__.TestJitCPU) ... ok (1.254s) 2022-05-18T07:07:11.6984800Z test_variant_consistency_jit_corrcoef_cpu_float32 (__main__.TestJitCPU) ... ok (0.592s) 2022-05-18T07:07:12.5601050Z test_variant_consistency_jit_cos_cpu_complex64 (__main__.TestJitCPU) ... ok (0.861s) 2022-05-18T07:07:12.9988190Z test_variant_consistency_jit_cos_cpu_float32 (__main__.TestJitCPU) ... ok (0.439s) 2022-05-18T07:07:13.8549520Z test_variant_consistency_jit_cosh_cpu_complex64 (__main__.TestJitCPU) ... ok (0.856s) 2022-05-18T07:07:14.2930130Z test_variant_consistency_jit_cosh_cpu_float32 (__main__.TestJitCPU) ... ok (0.438s) 2022-05-18T07:07:16.0084860Z test_variant_consistency_jit_count_nonzero_cpu_complex64 (__main__.TestJitCPU) ... ok (1.715s) 2022-05-18T07:07:16.8970940Z test_variant_consistency_jit_count_nonzero_cpu_float32 (__main__.TestJitCPU) ... ok (0.889s) 2022-05-18T07:07:17.2203880Z test_variant_consistency_jit_cov_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.323s) 2022-05-18T07:07:17.5445610Z test_variant_consistency_jit_cov_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.324s) 2022-05-18T07:07:18.4814190Z test_variant_consistency_jit_cross_cpu_complex64 (__main__.TestJitCPU) ... ok (0.937s) 2022-05-18T07:07:18.9416320Z test_variant_consistency_jit_cross_cpu_float32 (__main__.TestJitCPU) ... ok (0.460s) 2022-05-18T07:07:19.3910220Z test_variant_consistency_jit_cummax_cpu_float32 (__main__.TestJitCPU) ... ok (0.449s) 2022-05-18T07:07:19.8431670Z test_variant_consistency_jit_cummin_cpu_float32 (__main__.TestJitCPU) ... ok (0.452s) 2022-05-18T07:07:22.8546210Z test_variant_consistency_jit_cumprod_cpu_complex64 (__main__.TestJitCPU) ... ok (3.012s) 2022-05-18T07:07:24.3280380Z test_variant_consistency_jit_cumprod_cpu_float32 (__main__.TestJitCPU) ... ok (1.473s) 2022-05-18T07:07:25.4515390Z test_variant_consistency_jit_cumsum_cpu_complex64 (__main__.TestJitCPU) ... ok (1.123s) 2022-05-18T07:07:26.0195360Z test_variant_consistency_jit_cumsum_cpu_float32 (__main__.TestJitCPU) ... ok (0.568s) 2022-05-18T07:07:27.3618730Z test_variant_consistency_jit_cumulative_trapezoid_cpu_complex64 (__main__.TestJitCPU) ... ok (1.342s) 2022-05-18T07:07:28.0366580Z test_variant_consistency_jit_cumulative_trapezoid_cpu_float32 (__main__.TestJitCPU) ... ok (0.675s) 2022-05-18T07:07:28.4377330Z test_variant_consistency_jit_deg2rad_cpu_float32 (__main__.TestJitCPU) ... ok (0.401s) 2022-05-18T07:07:32.8334280Z test_variant_consistency_jit_diag_cpu_complex64 (__main__.TestJitCPU) ... ok (4.396s) 2022-05-18T07:07:35.0007430Z test_variant_consistency_jit_diag_cpu_float32 (__main__.TestJitCPU) ... ok (2.167s) 2022-05-18T07:07:39.4668580Z test_variant_consistency_jit_diag_embed_cpu_complex64 (__main__.TestJitCPU) ... ok (4.466s) 2022-05-18T07:07:41.6164660Z test_variant_consistency_jit_diag_embed_cpu_float32 (__main__.TestJitCPU) ... ok (2.149s) 2022-05-18T07:07:42.9573840Z test_variant_consistency_jit_diagflat_cpu_complex64 (__main__.TestJitCPU) ... ok (1.341s) 2022-05-18T07:07:43.6343880Z test_variant_consistency_jit_diagflat_cpu_float32 (__main__.TestJitCPU) ... ok (0.677s) 2022-05-18T07:07:47.8275530Z test_variant_consistency_jit_diagonal_cpu_complex64 (__main__.TestJitCPU) ... ok (4.193s) 2022-05-18T07:07:49.9169280Z test_variant_consistency_jit_diagonal_cpu_float32 (__main__.TestJitCPU) ... ok (2.089s) 2022-05-18T07:07:52.1337900Z test_variant_consistency_jit_diagonal_scatter_cpu_float32 (__main__.TestJitCPU) ... ok (2.217s) 2022-05-18T07:08:15.9973250Z test_variant_consistency_jit_diff_cpu_complex64 (__main__.TestJitCPU) ... ok (23.863s) 2022-05-18T07:08:27.8573500Z test_variant_consistency_jit_diff_cpu_float32 (__main__.TestJitCPU) ... ok (11.860s) 2022-05-18T07:08:28.2644230Z test_variant_consistency_jit_digamma_cpu_float32 (__main__.TestJitCPU) ... ok (0.407s) 2022-05-18T07:08:43.1071330Z test_variant_consistency_jit_dist_cpu_complex64 (__main__.TestJitCPU) ... ok (14.843s) 2022-05-18T07:08:50.4623150Z test_variant_consistency_jit_dist_cpu_float32 (__main__.TestJitCPU) ... ok (7.355s) 2022-05-18T07:08:51.9550580Z test_variant_consistency_jit_div_floor_rounding_cpu_float32 (__main__.TestJitCPU) ... ok (1.493s) 2022-05-18T07:08:54.8430860Z test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64 (__main__.TestJitCPU) ... ok (2.888s) 2022-05-18T07:08:56.3330020Z test_variant_consistency_jit_div_no_rounding_mode_cpu_float32 (__main__.TestJitCPU) ... ok (1.490s) 2022-05-18T07:08:57.7996540Z test_variant_consistency_jit_div_trunc_rounding_cpu_float32 (__main__.TestJitCPU) ... ok (1.467s) 2022-05-18T07:08:58.4057310Z test_variant_consistency_jit_dot_cpu_complex64 (__main__.TestJitCPU) ... ok (0.606s) 2022-05-18T07:08:58.5621690Z test_variant_consistency_jit_dot_cpu_float32 (__main__.TestJitCPU) ... ok (0.156s) 2022-05-18T07:08:58.6537400Z test_variant_consistency_jit_double_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.091s) 2022-05-18T07:08:58.7459800Z test_variant_consistency_jit_double_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.092s) 2022-05-18T07:08:59.4231880Z test_variant_consistency_jit_dsplit_cpu_complex64 (__main__.TestJitCPU) ... ok (0.677s) 2022-05-18T07:08:59.7543300Z test_variant_consistency_jit_dsplit_cpu_float32 (__main__.TestJitCPU) ... ok (0.331s) 2022-05-18T07:08:59.9147500Z test_variant_consistency_jit_dstack_cpu_complex64 (__main__.TestJitCPU) ... ok (0.160s) 2022-05-18T07:08:59.9982060Z test_variant_consistency_jit_dstack_cpu_float32 (__main__.TestJitCPU) ... ok (0.083s) 2022-05-18T07:09:00.3507970Z test_variant_consistency_jit_eig_cpu_complex64 (__main__.TestJitCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-05-18T07:09:00.3508680Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-05-18T07:09:00.3509000Z L, _ = torch.eig(A) 2022-05-18T07:09:00.3509220Z should be replaced with 2022-05-18T07:09:00.3509460Z L_complex = torch.linalg.eigvals(A) 2022-05-18T07:09:00.3509660Z and 2022-05-18T07:09:00.3509870Z L, V = torch.eig(A, eigenvectors=True) 2022-05-18T07:09:00.3510090Z should be replaced with 2022-05-18T07:09:00.3510450Z L_complex, V_complex = torch.linalg.eig(A) (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:3427.) 2022-05-18T07:09:00.3511560Z results = func(*inputs, **kwargs) 2022-05-18T07:09:00.3511790Z ok (0.352s) 2022-05-18T07:09:00.5207150Z test_variant_consistency_jit_eig_cpu_float32 (__main__.TestJitCPU) ... ok (0.170s) 2022-05-18T07:09:00.5264560Z test_variant_consistency_jit_einsum_cpu_complex64 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:09:00.5321170Z test_variant_consistency_jit_einsum_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:09:00.5377710Z test_variant_consistency_jit_empty_like_cpu_complex64 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:09:00.5434680Z test_variant_consistency_jit_empty_like_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:09:01.4014640Z test_variant_consistency_jit_eq_cpu_complex64 (__main__.TestJitCPU) ... ok (0.858s) 2022-05-18T07:09:01.9310020Z test_variant_consistency_jit_eq_cpu_float32 (__main__.TestJitCPU) ... ok (0.529s) 2022-05-18T07:09:02.0843760Z test_variant_consistency_jit_erf_cpu_float32 (__main__.TestJitCPU) ... ok (0.153s) 2022-05-18T07:09:02.5248520Z test_variant_consistency_jit_erfc_cpu_float32 (__main__.TestJitCPU) ... ok (0.440s) 2022-05-18T07:09:02.6698090Z test_variant_consistency_jit_erfinv_cpu_float32 (__main__.TestJitCPU) ... ok (0.145s) 2022-05-18T07:09:03.0732970Z test_variant_consistency_jit_exp2_cpu_float32 (__main__.TestJitCPU) ... ok (0.403s) 2022-05-18T07:09:03.9168550Z test_variant_consistency_jit_exp_cpu_complex64 (__main__.TestJitCPU) ... ok (0.843s) 2022-05-18T07:09:04.3505280Z test_variant_consistency_jit_exp_cpu_float32 (__main__.TestJitCPU) ... ok (0.434s) 2022-05-18T07:09:04.7718760Z test_variant_consistency_jit_expand_as_cpu_complex64 (__main__.TestJitCPU) ... ok (0.421s) 2022-05-18T07:09:04.9934750Z test_variant_consistency_jit_expand_as_cpu_float32 (__main__.TestJitCPU) ... ok (0.222s) 2022-05-18T07:09:06.3383940Z test_variant_consistency_jit_expand_cpu_complex64 (__main__.TestJitCPU) ... ok (1.345s) 2022-05-18T07:09:07.0471510Z test_variant_consistency_jit_expand_cpu_float32 (__main__.TestJitCPU) ... ok (0.709s) 2022-05-18T07:09:07.1979200Z test_variant_consistency_jit_expm1_cpu_float32 (__main__.TestJitCPU) ... ok (0.151s) 2022-05-18T07:09:08.1420330Z test_variant_consistency_jit_fft_fft2_cpu_complex64 (__main__.TestJitCPU) ... ok (0.944s) 2022-05-18T07:09:08.6305790Z test_variant_consistency_jit_fft_fft2_cpu_float32 (__main__.TestJitCPU) ... ok (0.488s) 2022-05-18T07:09:09.6507320Z test_variant_consistency_jit_fft_fft_cpu_complex64 (__main__.TestJitCPU) ... ok (1.020s) 2022-05-18T07:09:10.1724790Z test_variant_consistency_jit_fft_fft_cpu_float32 (__main__.TestJitCPU) ... ok (0.522s) 2022-05-18T07:09:11.4035300Z test_variant_consistency_jit_fft_fftn_cpu_complex64 (__main__.TestJitCPU) ... ok (1.231s) 2022-05-18T07:09:12.0351480Z test_variant_consistency_jit_fft_fftn_cpu_float32 (__main__.TestJitCPU) ... ok (0.632s) 2022-05-18T07:09:12.7531760Z test_variant_consistency_jit_fft_fftshift_cpu_complex64 (__main__.TestJitCPU) ... ok (0.718s) 2022-05-18T07:09:13.1136900Z test_variant_consistency_jit_fft_fftshift_cpu_float32 (__main__.TestJitCPU) ... ok (0.360s) 2022-05-18T07:09:14.0869030Z test_variant_consistency_jit_fft_hfft2_cpu_complex64 (__main__.TestJitCPU) ... ok (0.973s) 2022-05-18T07:09:14.5723650Z test_variant_consistency_jit_fft_hfft2_cpu_float32 (__main__.TestJitCPU) ... ok (0.485s) 2022-05-18T07:09:15.6017660Z test_variant_consistency_jit_fft_hfft_cpu_complex64 (__main__.TestJitCPU) ... ok (1.029s) 2022-05-18T07:09:16.1220270Z test_variant_consistency_jit_fft_hfft_cpu_float32 (__main__.TestJitCPU) ... ok (0.520s) 2022-05-18T07:09:17.3304260Z test_variant_consistency_jit_fft_hfftn_cpu_complex64 (__main__.TestJitCPU) ... ok (1.208s) 2022-05-18T07:09:17.9460010Z test_variant_consistency_jit_fft_hfftn_cpu_float32 (__main__.TestJitCPU) ... ok (0.616s) 2022-05-18T07:09:18.8821640Z test_variant_consistency_jit_fft_ifft2_cpu_complex64 (__main__.TestJitCPU) ... ok (0.936s) 2022-05-18T07:09:19.3675420Z test_variant_consistency_jit_fft_ifft2_cpu_float32 (__main__.TestJitCPU) ... ok (0.485s) 2022-05-18T07:09:20.3836350Z test_variant_consistency_jit_fft_ifft_cpu_complex64 (__main__.TestJitCPU) ... ok (1.016s) 2022-05-18T07:09:20.9061030Z test_variant_consistency_jit_fft_ifft_cpu_float32 (__main__.TestJitCPU) ... ok (0.522s) 2022-05-18T07:09:22.1359880Z test_variant_consistency_jit_fft_ifftn_cpu_complex64 (__main__.TestJitCPU) ... ok (1.230s) 2022-05-18T07:09:22.7388470Z test_variant_consistency_jit_fft_ifftn_cpu_float32 (__main__.TestJitCPU) ... ok (0.603s) 2022-05-18T07:09:23.4505090Z test_variant_consistency_jit_fft_ifftshift_cpu_complex64 (__main__.TestJitCPU) ... ok (0.711s) 2022-05-18T07:09:23.8122820Z test_variant_consistency_jit_fft_ifftshift_cpu_float32 (__main__.TestJitCPU) ... ok (0.362s) 2022-05-18T07:09:24.3143380Z test_variant_consistency_jit_fft_ihfft2_cpu_float32 (__main__.TestJitCPU) ... ok (0.502s) 2022-05-18T07:09:24.8351710Z test_variant_consistency_jit_fft_ihfft_cpu_float32 (__main__.TestJitCPU) ... ok (0.521s) 2022-05-18T07:09:25.4532860Z test_variant_consistency_jit_fft_ihfftn_cpu_float32 (__main__.TestJitCPU) ... ok (0.618s) 2022-05-18T07:09:26.3966660Z test_variant_consistency_jit_fft_irfft2_cpu_complex64 (__main__.TestJitCPU) ... ok (0.943s) 2022-05-18T07:09:26.8751560Z test_variant_consistency_jit_fft_irfft2_cpu_float32 (__main__.TestJitCPU) ... ok (0.478s) 2022-05-18T07:09:27.8912640Z test_variant_consistency_jit_fft_irfft_cpu_complex64 (__main__.TestJitCPU) ... ok (1.016s) 2022-05-18T07:09:28.4105150Z test_variant_consistency_jit_fft_irfft_cpu_float32 (__main__.TestJitCPU) ... ok (0.519s) 2022-05-18T07:09:29.6092470Z test_variant_consistency_jit_fft_irfftn_cpu_complex64 (__main__.TestJitCPU) ... ok (1.199s) 2022-05-18T07:09:30.2216300Z test_variant_consistency_jit_fft_irfftn_cpu_float32 (__main__.TestJitCPU) ... ok (0.612s) 2022-05-18T07:09:30.7071050Z test_variant_consistency_jit_fft_rfft2_cpu_float32 (__main__.TestJitCPU) ... ok (0.485s) 2022-05-18T07:09:31.2497600Z test_variant_consistency_jit_fft_rfft_cpu_float32 (__main__.TestJitCPU) ... ok (0.543s) 2022-05-18T07:09:31.8643260Z test_variant_consistency_jit_fft_rfftn_cpu_float32 (__main__.TestJitCPU) ... ok (0.614s) 2022-05-18T07:09:31.8759220Z test_variant_consistency_jit_fill__cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.011s) 2022-05-18T07:09:31.8850870Z test_variant_consistency_jit_fill__cpu_float32 (__main__.TestJitCPU) ... expected failure (0.010s) 2022-05-18T07:09:33.5572280Z test_variant_consistency_jit_flatten_cpu_complex64 (__main__.TestJitCPU) ... ok (1.672s) 2022-05-18T07:09:34.4250790Z test_variant_consistency_jit_flatten_cpu_float32 (__main__.TestJitCPU) ... ok (0.868s) 2022-05-18T07:09:37.2648360Z test_variant_consistency_jit_flip_cpu_complex64 (__main__.TestJitCPU) ... ok (2.840s) 2022-05-18T07:09:38.6934840Z test_variant_consistency_jit_flip_cpu_float32 (__main__.TestJitCPU) ... ok (1.428s) 2022-05-18T07:09:39.2264340Z test_variant_consistency_jit_fliplr_cpu_complex64 (__main__.TestJitCPU) ... ok (0.533s) 2022-05-18T07:09:39.4951790Z test_variant_consistency_jit_fliplr_cpu_float32 (__main__.TestJitCPU) ... ok (0.269s) 2022-05-18T07:09:40.0234440Z test_variant_consistency_jit_flipud_cpu_complex64 (__main__.TestJitCPU) ... ok (0.528s) 2022-05-18T07:09:40.2913740Z test_variant_consistency_jit_flipud_cpu_float32 (__main__.TestJitCPU) ... ok (0.268s) 2022-05-18T07:09:40.3824160Z test_variant_consistency_jit_float_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.091s) 2022-05-18T07:09:40.4715990Z test_variant_consistency_jit_float_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.089s) 2022-05-18T07:09:40.4772990Z test_variant_consistency_jit_float_power_cpu_complex64 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:09:40.4829980Z test_variant_consistency_jit_float_power_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:09:40.6348330Z test_variant_consistency_jit_floor_cpu_float32 (__main__.TestJitCPU) ... ok (0.152s) 2022-05-18T07:09:40.6408470Z test_variant_consistency_jit_floor_divide_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:09:41.9001140Z test_variant_consistency_jit_fmax_cpu_float32 (__main__.TestJitCPU) ... ok (1.259s) 2022-05-18T07:09:43.1944570Z test_variant_consistency_jit_fmin_cpu_float32 (__main__.TestJitCPU) ... ok (1.294s) 2022-05-18T07:09:44.5355510Z test_variant_consistency_jit_fmod_cpu_float32 (__main__.TestJitCPU) ... ok (1.341s) 2022-05-18T07:09:44.9608100Z test_variant_consistency_jit_frac_cpu_float32 (__main__.TestJitCPU) ... ok (0.425s) 2022-05-18T07:09:45.3951660Z test_variant_consistency_jit_frexp_cpu_float32 (__main__.TestJitCPU) ... ok (0.434s) 2022-05-18T07:09:45.7364840Z test_variant_consistency_jit_full_like_cpu_complex64 (__main__.TestJitCPU) ... ok (0.341s) 2022-05-18T07:09:45.9150500Z test_variant_consistency_jit_full_like_cpu_float32 (__main__.TestJitCPU) ... ok (0.178s) 2022-05-18T07:09:47.3389090Z test_variant_consistency_jit_gather_cpu_complex64 (__main__.TestJitCPU) ... ok (1.424s) 2022-05-18T07:09:48.0578820Z test_variant_consistency_jit_gather_cpu_float32 (__main__.TestJitCPU) ... ok (0.719s) 2022-05-18T07:09:48.5214860Z test_variant_consistency_jit_ge_cpu_float32 (__main__.TestJitCPU) ... ok (0.463s) 2022-05-18T07:09:51.8432350Z test_variant_consistency_jit_geqrf_cpu_complex64 (__main__.TestJitCPU) ... ok (3.322s) 2022-05-18T07:09:53.5581470Z test_variant_consistency_jit_geqrf_cpu_float32 (__main__.TestJitCPU) ... ok (1.715s) 2022-05-18T07:09:53.5642080Z test_variant_consistency_jit_gradient_cpu_complex64 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:09:53.5700030Z test_variant_consistency_jit_gradient_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:09:54.0327380Z test_variant_consistency_jit_gt_cpu_float32 (__main__.TestJitCPU) ... ok (0.463s) 2022-05-18T07:09:54.1225120Z test_variant_consistency_jit_half_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.090s) 2022-05-18T07:09:54.2123100Z test_variant_consistency_jit_half_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.090s) 2022-05-18T07:09:54.6124390Z test_variant_consistency_jit_heaviside_cpu_float32 (__main__.TestJitCPU) ... ok (0.400s) 2022-05-18T07:09:59.0859400Z test_variant_consistency_jit_histc_cpu_float32 (__main__.TestJitCPU) ... ok (4.473s) 2022-05-18T07:09:59.7502460Z test_variant_consistency_jit_histogram_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.664s) 2022-05-18T07:09:59.9286850Z test_variant_consistency_jit_histogramdd_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.178s) 2022-05-18T07:10:00.5937470Z test_variant_consistency_jit_hsplit_cpu_complex64 (__main__.TestJitCPU) ... ok (0.665s) 2022-05-18T07:10:00.9244070Z test_variant_consistency_jit_hsplit_cpu_float32 (__main__.TestJitCPU) ... ok (0.331s) 2022-05-18T07:10:01.0815950Z test_variant_consistency_jit_hstack_cpu_complex64 (__main__.TestJitCPU) ... ok (0.157s) 2022-05-18T07:10:01.1637110Z test_variant_consistency_jit_hstack_cpu_float32 (__main__.TestJitCPU) ... ok (0.082s) 2022-05-18T07:10:02.4506120Z test_variant_consistency_jit_hypot_cpu_float32 (__main__.TestJitCPU) ... ok (1.287s) 2022-05-18T07:10:02.8525500Z test_variant_consistency_jit_i0_cpu_float32 (__main__.TestJitCPU) ... ok (0.402s) 2022-05-18T07:10:03.2539140Z test_variant_consistency_jit_igamma_cpu_float32 (__main__.TestJitCPU) ... ok (0.401s) 2022-05-18T07:10:03.6631150Z test_variant_consistency_jit_igammac_cpu_float32 (__main__.TestJitCPU) ... ok (0.409s) 2022-05-18T07:10:04.0787420Z test_variant_consistency_jit_imag_cpu_complex64 (__main__.TestJitCPU) ... ok (0.415s) 2022-05-18T07:10:06.7547150Z test_variant_consistency_jit_index_add_cpu_complex64 (__main__.TestJitCPU) ... ok (2.676s) 2022-05-18T07:10:08.1044600Z test_variant_consistency_jit_index_add_cpu_float32 (__main__.TestJitCPU) ... ok (1.350s) 2022-05-18T07:10:08.9823220Z test_variant_consistency_jit_index_copy_cpu_complex64 (__main__.TestJitCPU) ... ok (0.878s) 2022-05-18T07:10:09.4272770Z test_variant_consistency_jit_index_copy_cpu_float32 (__main__.TestJitCPU) ... ok (0.445s) 2022-05-18T07:10:10.3222940Z test_variant_consistency_jit_index_fill_cpu_complex64 (__main__.TestJitCPU) ... ok (0.895s) 2022-05-18T07:10:10.7620910Z test_variant_consistency_jit_index_fill_cpu_float32 (__main__.TestJitCPU) ... ok (0.440s) 2022-05-18T07:10:10.7952510Z test_variant_consistency_jit_index_put_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.033s) 2022-05-18T07:10:10.8278800Z test_variant_consistency_jit_index_put_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.032s) 2022-05-18T07:10:16.0270000Z test_variant_consistency_jit_index_reduce_cpu_float32 (__main__.TestJitCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1037.) 2022-05-18T07:10:16.0271060Z results = func(*inputs, **kwargs) 2022-05-18T07:10:16.0271610Z ok (5.199s) 2022-05-18T07:10:16.8744050Z test_variant_consistency_jit_index_select_cpu_complex64 (__main__.TestJitCPU) ... ok (0.847s) 2022-05-18T07:10:17.3129660Z test_variant_consistency_jit_index_select_cpu_float32 (__main__.TestJitCPU) ... ok (0.438s) 2022-05-18T07:10:17.8818790Z test_variant_consistency_jit_inner_cpu_complex64 (__main__.TestJitCPU) ... ok (0.569s) 2022-05-18T07:10:18.1706980Z test_variant_consistency_jit_inner_cpu_float32 (__main__.TestJitCPU) ... ok (0.289s) 2022-05-18T07:10:18.2121730Z test_variant_consistency_jit_int_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.041s) 2022-05-18T07:10:18.2539030Z test_variant_consistency_jit_int_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.042s) 2022-05-18T07:10:20.4418880Z test_variant_consistency_jit_inverse_cpu_complex64 (__main__.TestJitCPU) ... ok (2.188s) 2022-05-18T07:10:21.5182090Z test_variant_consistency_jit_inverse_cpu_float32 (__main__.TestJitCPU) ... ok (1.076s) 2022-05-18T07:10:23.1327790Z test_variant_consistency_jit_isclose_cpu_complex64 (__main__.TestJitCPU) ... ok (1.614s) 2022-05-18T07:10:23.9504320Z test_variant_consistency_jit_isclose_cpu_float32 (__main__.TestJitCPU) ... ok (0.817s) 2022-05-18T07:10:24.2061480Z test_variant_consistency_jit_isfinite_cpu_complex64 (__main__.TestJitCPU) ... ok (0.256s) 2022-05-18T07:10:24.3393090Z test_variant_consistency_jit_isfinite_cpu_float32 (__main__.TestJitCPU) ... ok (0.132s) 2022-05-18T07:10:24.3913730Z test_variant_consistency_jit_isin_cpu_float32 (__main__.TestJitCPU) ... ok (0.053s) 2022-05-18T07:10:24.4809100Z test_variant_consistency_jit_isinf_cpu_complex64 (__main__.TestJitCPU) ... ok (0.089s) 2022-05-18T07:10:24.5294410Z test_variant_consistency_jit_isinf_cpu_float32 (__main__.TestJitCPU) ... ok (0.048s) 2022-05-18T07:10:24.6176460Z test_variant_consistency_jit_isnan_cpu_complex64 (__main__.TestJitCPU) ... ok (0.088s) 2022-05-18T07:10:24.6689780Z test_variant_consistency_jit_isnan_cpu_float32 (__main__.TestJitCPU) ... ok (0.051s) 2022-05-18T07:10:24.7175980Z test_variant_consistency_jit_isneginf_cpu_float32 (__main__.TestJitCPU) ... ok (0.048s) 2022-05-18T07:10:24.7681220Z test_variant_consistency_jit_isposinf_cpu_float32 (__main__.TestJitCPU) ... ok (0.050s) 2022-05-18T07:10:25.0310710Z test_variant_consistency_jit_isreal_cpu_complex64 (__main__.TestJitCPU) ... ok (0.263s) 2022-05-18T07:10:25.1686200Z test_variant_consistency_jit_isreal_cpu_float32 (__main__.TestJitCPU) ... ok (0.137s) 2022-05-18T07:10:25.1746340Z test_variant_consistency_jit_istft_cpu_complex64 (__main__.TestJitCPU) ... skip: Skipped! istft does not match the native function (0.006s) 2022-05-18T07:10:25.1804840Z test_variant_consistency_jit_istft_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! istft does not match the native function (0.006s) 2022-05-18T07:10:25.1871900Z test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestJitCPU) ... skip: Only runs on cuda (0.007s) 2022-05-18T07:10:25.1938670Z test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestJitCPU) ... skip: Only runs on cuda (0.007s) 2022-05-18T07:10:25.2004940Z test_variant_consistency_jit_jiterator_binary_cpu_complex64 (__main__.TestJitCPU) ... skip: Only runs on cuda (0.007s) 2022-05-18T07:10:25.2070850Z test_variant_consistency_jit_jiterator_binary_cpu_float32 (__main__.TestJitCPU) ... skip: Only runs on cuda (0.007s) 2022-05-18T07:10:25.2137800Z test_variant_consistency_jit_jiterator_unary_cpu_complex64 (__main__.TestJitCPU) ... skip: Only runs on cuda (0.007s) 2022-05-18T07:10:25.2201050Z test_variant_consistency_jit_jiterator_unary_cpu_float32 (__main__.TestJitCPU) ... skip: Only runs on cuda (0.006s) 2022-05-18T07:10:25.5280060Z test_variant_consistency_jit_kron_cpu_complex64 (__main__.TestJitCPU) ... ok (0.308s) 2022-05-18T07:10:25.6802930Z test_variant_consistency_jit_kron_cpu_float32 (__main__.TestJitCPU) ... ok (0.152s) 2022-05-18T07:10:27.2049220Z test_variant_consistency_jit_kthvalue_cpu_float32 (__main__.TestJitCPU) ... ok (1.525s) 2022-05-18T07:10:29.7767930Z test_variant_consistency_jit_ldexp_cpu_complex64 (__main__.TestJitCPU) ... ok (2.572s) 2022-05-18T07:10:31.0705710Z test_variant_consistency_jit_ldexp_cpu_float32 (__main__.TestJitCPU) ... ok (1.294s) 2022-05-18T07:10:31.5385040Z test_variant_consistency_jit_le_cpu_float32 (__main__.TestJitCPU) ... ok (0.468s) 2022-05-18T07:10:38.7458160Z test_variant_consistency_jit_lerp_cpu_complex64 (__main__.TestJitCPU) ... ok (7.207s) 2022-05-18T07:10:41.1860490Z test_variant_consistency_jit_lerp_cpu_float32 (__main__.TestJitCPU) ... ok (2.440s) 2022-05-18T07:10:41.5999380Z test_variant_consistency_jit_lgamma_cpu_float32 (__main__.TestJitCPU) ... ok (0.414s) 2022-05-18T07:10:43.9636340Z test_variant_consistency_jit_linalg_cholesky_cpu_complex64 (__main__.TestJitCPU) ... ok (2.364s) 2022-05-18T07:10:45.1126410Z test_variant_consistency_jit_linalg_cholesky_cpu_float32 (__main__.TestJitCPU) ... ok (1.149s) 2022-05-18T07:10:47.5885800Z test_variant_consistency_jit_linalg_cholesky_ex_cpu_complex64 (__main__.TestJitCPU) ... ok (2.476s) 2022-05-18T07:10:48.8212620Z test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32 (__main__.TestJitCPU) ... ok (1.233s) 2022-05-18T07:10:49.2728950Z test_variant_consistency_jit_linalg_cond_cpu_complex64 (__main__.TestJitCPU) ... ok (0.452s) 2022-05-18T07:10:49.4995150Z test_variant_consistency_jit_linalg_cond_cpu_float32 (__main__.TestJitCPU) ... ok (0.227s) 2022-05-18T07:10:49.9457050Z test_variant_consistency_jit_linalg_cross_cpu_complex64 (__main__.TestJitCPU) ... ok (0.446s) 2022-05-18T07:10:50.1718420Z test_variant_consistency_jit_linalg_cross_cpu_float32 (__main__.TestJitCPU) ... ok (0.226s) 2022-05-18T07:10:52.6291640Z test_variant_consistency_jit_linalg_det_cpu_complex64 (__main__.TestJitCPU) ... ok (2.457s) 2022-05-18T07:10:53.9482630Z test_variant_consistency_jit_linalg_det_cpu_float32 (__main__.TestJitCPU) ... ok (1.319s) 2022-05-18T07:10:55.3276020Z test_variant_consistency_jit_linalg_eig_cpu_complex64 (__main__.TestJitCPU) ... ok (1.379s) 2022-05-18T07:10:56.0977800Z test_variant_consistency_jit_linalg_eig_cpu_float32 (__main__.TestJitCPU) ... ok (0.770s) 2022-05-18T07:10:57.4255430Z test_variant_consistency_jit_linalg_eigh_cpu_complex64 (__main__.TestJitCPU) ... ok (1.328s) 2022-05-18T07:10:58.0625700Z test_variant_consistency_jit_linalg_eigh_cpu_float32 (__main__.TestJitCPU) ... ok (0.637s) 2022-05-18T07:10:59.1839680Z test_variant_consistency_jit_linalg_eigvals_cpu_complex64 (__main__.TestJitCPU) ... ok (1.121s) 2022-05-18T07:10:59.7575240Z test_variant_consistency_jit_linalg_eigvals_cpu_float32 (__main__.TestJitCPU) ... ok (0.573s) 2022-05-18T07:11:00.8796750Z test_variant_consistency_jit_linalg_eigvalsh_cpu_complex64 (__main__.TestJitCPU) ... ok (1.122s) 2022-05-18T07:11:01.4418350Z test_variant_consistency_jit_linalg_eigvalsh_cpu_float32 (__main__.TestJitCPU) ... ok (0.562s) 2022-05-18T07:11:02.8730400Z test_variant_consistency_jit_linalg_householder_product_cpu_complex64 (__main__.TestJitCPU) ... ok (1.431s) 2022-05-18T07:11:03.5695930Z test_variant_consistency_jit_linalg_householder_product_cpu_float32 (__main__.TestJitCPU) ... ok (0.696s) 2022-05-18T07:11:04.6354960Z test_variant_consistency_jit_linalg_inv_cpu_complex64 (__main__.TestJitCPU) ... ok (1.066s) 2022-05-18T07:11:05.1914190Z test_variant_consistency_jit_linalg_inv_cpu_float32 (__main__.TestJitCPU) ... ok (0.556s) 2022-05-18T07:11:06.4113540Z test_variant_consistency_jit_linalg_inv_ex_cpu_complex64 (__main__.TestJitCPU) ... ok (1.220s) 2022-05-18T07:11:07.0070510Z test_variant_consistency_jit_linalg_inv_ex_cpu_float32 (__main__.TestJitCPU) ... ok (0.596s) 2022-05-18T07:11:07.2908390Z test_variant_consistency_jit_linalg_ldl_factor_cpu_complex64 (__main__.TestJitCPU) ... ok (0.284s) 2022-05-18T07:11:07.3905120Z test_variant_consistency_jit_linalg_ldl_factor_cpu_float32 (__main__.TestJitCPU) ... ok (0.100s) 2022-05-18T07:11:07.6807590Z test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestJitCPU) ... ok (0.290s) 2022-05-18T07:11:07.7848830Z test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32 (__main__.TestJitCPU) ... ok (0.104s) 2022-05-18T07:11:08.8498330Z test_variant_consistency_jit_linalg_ldl_solve_cpu_complex64 (__main__.TestJitCPU) ... ok (1.065s) 2022-05-18T07:11:09.2189030Z test_variant_consistency_jit_linalg_ldl_solve_cpu_float32 (__main__.TestJitCPU) ... ok (0.369s) 2022-05-18T07:11:16.2777860Z test_variant_consistency_jit_linalg_lstsq_cpu_complex64 (__main__.TestJitCPU) ... ok (7.059s) 2022-05-18T07:11:19.6740480Z test_variant_consistency_jit_linalg_lstsq_cpu_float32 (__main__.TestJitCPU) ... ok (3.396s) 2022-05-18T07:11:19.7080640Z test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.034s) 2022-05-18T07:11:19.7254280Z test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.017s) 2022-05-18T07:11:22.2854090Z test_variant_consistency_jit_linalg_lu_cpu_complex64 (__main__.TestJitCPU) ... ok (2.560s) 2022-05-18T07:11:23.6047600Z test_variant_consistency_jit_linalg_lu_cpu_float32 (__main__.TestJitCPU) ... ok (1.319s) 2022-05-18T07:11:25.9813850Z test_variant_consistency_jit_linalg_lu_factor_cpu_complex64 (__main__.TestJitCPU) ... ok (2.377s) 2022-05-18T07:11:27.1806670Z test_variant_consistency_jit_linalg_lu_factor_cpu_float32 (__main__.TestJitCPU) ... ok (1.199s) 2022-05-18T07:11:29.6381650Z test_variant_consistency_jit_linalg_lu_factor_ex_cpu_complex64 (__main__.TestJitCPU) ... ok (2.457s) 2022-05-18T07:11:30.8548870Z test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32 (__main__.TestJitCPU) ... ok (1.217s) 2022-05-18T07:11:41.0443090Z test_variant_consistency_jit_linalg_matrix_norm_cpu_complex64 (__main__.TestJitCPU) ... ok (10.189s) 2022-05-18T07:11:46.4612390Z test_variant_consistency_jit_linalg_matrix_norm_cpu_float32 (__main__.TestJitCPU) ... ok (5.417s) 2022-05-18T07:11:49.3291420Z test_variant_consistency_jit_linalg_matrix_power_cpu_complex64 (__main__.TestJitCPU) ... ok (2.868s) 2022-05-18T07:11:50.6932440Z test_variant_consistency_jit_linalg_matrix_power_cpu_float32 (__main__.TestJitCPU) ... ok (1.364s) 2022-05-18T07:11:51.0754070Z test_variant_consistency_jit_linalg_matrix_rank_cpu_complex64 (__main__.TestJitCPU) ... ok (0.382s) 2022-05-18T07:11:51.2730850Z test_variant_consistency_jit_linalg_matrix_rank_cpu_float32 (__main__.TestJitCPU) ... ok (0.197s) 2022-05-18T07:11:51.6605040Z test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestJitCPU) ... ok (0.387s) 2022-05-18T07:11:51.8517580Z test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestJitCPU) ... ok (0.191s) 2022-05-18T07:11:52.9559750Z test_variant_consistency_jit_linalg_multi_dot_cpu_complex64 (__main__.TestJitCPU) ... ok (1.104s) 2022-05-18T07:11:53.5250970Z test_variant_consistency_jit_linalg_multi_dot_cpu_float32 (__main__.TestJitCPU) ... ok (0.569s) 2022-05-18T07:11:57.3989540Z test_variant_consistency_jit_linalg_norm_cpu_complex64 (__main__.TestJitCPU) ... ok (3.874s) 2022-05-18T07:11:59.2792010Z test_variant_consistency_jit_linalg_norm_cpu_float32 (__main__.TestJitCPU) ... ok (1.880s) 2022-05-18T07:12:02.8543710Z test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestJitCPU) ... ok (3.575s) 2022-05-18T07:12:04.6086260Z test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestJitCPU) ... ok (1.754s) 2022-05-18T07:12:08.5787330Z test_variant_consistency_jit_linalg_pinv_cpu_complex64 (__main__.TestJitCPU) ... ok (3.970s) 2022-05-18T07:12:10.5820930Z test_variant_consistency_jit_linalg_pinv_cpu_float32 (__main__.TestJitCPU) ... ok (2.003s) 2022-05-18T07:12:11.9284330Z test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64 (__main__.TestJitCPU) ... ok (1.346s) 2022-05-18T07:12:12.6207810Z test_variant_consistency_jit_linalg_pinv_hermitian_cpu_float32 (__main__.TestJitCPU) ... ok (0.692s) 2022-05-18T07:12:12.6275700Z test_variant_consistency_jit_linalg_pinv_singular_cpu_complex64 (__main__.TestJitCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-05-18T07:12:12.6342310Z test_variant_consistency_jit_linalg_pinv_singular_cpu_float32 (__main__.TestJitCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-05-18T07:12:19.0003500Z test_variant_consistency_jit_linalg_qr_cpu_complex64 (__main__.TestJitCPU) ... ok (6.366s) 2022-05-18T07:12:22.1211700Z test_variant_consistency_jit_linalg_qr_cpu_float32 (__main__.TestJitCPU) ... ok (3.121s) 2022-05-18T07:12:23.4262910Z test_variant_consistency_jit_linalg_slogdet_cpu_complex64 (__main__.TestJitCPU) ... ok (1.305s) 2022-05-18T07:12:24.0748500Z test_variant_consistency_jit_linalg_slogdet_cpu_float32 (__main__.TestJitCPU) ... ok (0.648s) 2022-05-18T07:12:26.7496550Z test_variant_consistency_jit_linalg_solve_cpu_complex64 (__main__.TestJitCPU) ... ok (2.675s) 2022-05-18T07:12:28.0950080Z test_variant_consistency_jit_linalg_solve_cpu_float32 (__main__.TestJitCPU) ... ok (1.345s) 2022-05-18T07:13:34.6335040Z test_variant_consistency_jit_linalg_solve_triangular_cpu_complex64 (__main__.TestJitCPU) ... ok (66.538s) 2022-05-18T07:14:08.8943450Z test_variant_consistency_jit_linalg_solve_triangular_cpu_float32 (__main__.TestJitCPU) ... ok (34.260s) 2022-05-18T07:14:46.7292530Z test_variant_consistency_jit_linalg_svd_cpu_complex64 (__main__.TestJitCPU) ... ok (37.835s) 2022-05-18T07:15:05.0286800Z test_variant_consistency_jit_linalg_svd_cpu_float32 (__main__.TestJitCPU) ... ok (18.299s) 2022-05-18T07:15:10.0357260Z test_variant_consistency_jit_linalg_svdvals_cpu_complex64 (__main__.TestJitCPU) ... ok (5.007s) 2022-05-18T07:15:12.4889830Z test_variant_consistency_jit_linalg_svdvals_cpu_float32 (__main__.TestJitCPU) ... ok (2.453s) 2022-05-18T07:15:12.7880940Z test_variant_consistency_jit_linalg_tensorinv_cpu_complex64 (__main__.TestJitCPU) ... ok (0.299s) 2022-05-18T07:15:12.9401990Z test_variant_consistency_jit_linalg_tensorinv_cpu_float32 (__main__.TestJitCPU) ... ok (0.152s) 2022-05-18T07:15:13.5869670Z test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64 (__main__.TestJitCPU) ... ok (0.647s) 2022-05-18T07:15:13.9690090Z test_variant_consistency_jit_linalg_tensorsolve_cpu_float32 (__main__.TestJitCPU) ... ok (0.382s) 2022-05-18T07:15:15.4732570Z test_variant_consistency_jit_linalg_vander_cpu_complex64 (__main__.TestJitCPU) ... ok (1.504s) 2022-05-18T07:15:16.2620560Z test_variant_consistency_jit_linalg_vander_cpu_float32 (__main__.TestJitCPU) ... ok (0.789s) 2022-05-18T07:15:31.6504490Z test_variant_consistency_jit_linalg_vector_norm_cpu_complex64 (__main__.TestJitCPU) ... ok (15.388s) 2022-05-18T07:15:39.3951710Z test_variant_consistency_jit_linalg_vector_norm_cpu_float32 (__main__.TestJitCPU) ... ok (7.745s) 2022-05-18T07:15:40.3090700Z test_variant_consistency_jit_log10_cpu_complex64 (__main__.TestJitCPU) ... ok (0.914s) 2022-05-18T07:15:40.7502150Z test_variant_consistency_jit_log10_cpu_float32 (__main__.TestJitCPU) ... ok (0.441s) 2022-05-18T07:15:40.9071440Z test_variant_consistency_jit_log1p_cpu_float32 (__main__.TestJitCPU) ... ok (0.157s) 2022-05-18T07:15:41.7712020Z test_variant_consistency_jit_log2_cpu_complex64 (__main__.TestJitCPU) ... ok (0.864s) 2022-05-18T07:15:42.2178720Z test_variant_consistency_jit_log2_cpu_float32 (__main__.TestJitCPU) ... ok (0.447s) 2022-05-18T07:15:43.1125070Z test_variant_consistency_jit_log_cpu_complex64 (__main__.TestJitCPU) ... ok (0.894s) 2022-05-18T07:15:43.5568310Z test_variant_consistency_jit_log_cpu_float32 (__main__.TestJitCPU) ... ok (0.444s) 2022-05-18T07:15:44.5552170Z test_variant_consistency_jit_log_softmax_cpu_float32 (__main__.TestJitCPU) ... ok (0.998s) 2022-05-18T07:15:46.6103460Z test_variant_consistency_jit_log_softmax_dtype_cpu_complex64 (__main__.TestJitCPU) ... ok (2.055s) 2022-05-18T07:15:47.6298520Z test_variant_consistency_jit_log_softmax_dtype_cpu_float32 (__main__.TestJitCPU) ... ok (1.019s) 2022-05-18T07:15:47.7921540Z test_variant_consistency_jit_logaddexp2_cpu_float32 (__main__.TestJitCPU) ... ok (0.162s) 2022-05-18T07:15:47.9496010Z test_variant_consistency_jit_logaddexp_cpu_float32 (__main__.TestJitCPU) ... ok (0.157s) 2022-05-18T07:15:48.8453610Z test_variant_consistency_jit_logcumsumexp_cpu_float32 (__main__.TestJitCPU) ... ok (0.896s) 2022-05-18T07:15:49.4773620Z test_variant_consistency_jit_logdet_cpu_float32 (__main__.TestJitCPU) ... ok (0.632s) 2022-05-18T07:15:50.3125840Z test_variant_consistency_jit_logical_and_cpu_complex64 (__main__.TestJitCPU) ... ok (0.835s) 2022-05-18T07:15:50.7524480Z test_variant_consistency_jit_logical_and_cpu_float32 (__main__.TestJitCPU) ... ok (0.440s) 2022-05-18T07:15:51.0082790Z test_variant_consistency_jit_logical_not_cpu_complex64 (__main__.TestJitCPU) ... ok (0.256s) 2022-05-18T07:15:51.1453220Z test_variant_consistency_jit_logical_not_cpu_float32 (__main__.TestJitCPU) ... ok (0.137s) 2022-05-18T07:15:51.9458780Z test_variant_consistency_jit_logical_or_cpu_complex64 (__main__.TestJitCPU) ... ok (0.800s) 2022-05-18T07:15:52.3598100Z test_variant_consistency_jit_logical_or_cpu_float32 (__main__.TestJitCPU) ... ok (0.414s) 2022-05-18T07:15:53.1626150Z test_variant_consistency_jit_logical_xor_cpu_complex64 (__main__.TestJitCPU) ... ok (0.803s) 2022-05-18T07:15:53.5957970Z test_variant_consistency_jit_logical_xor_cpu_float32 (__main__.TestJitCPU) ... ok (0.433s) 2022-05-18T07:15:54.2042090Z test_variant_consistency_jit_logit_cpu_float32 (__main__.TestJitCPU) ... ok (0.608s) 2022-05-18T07:15:56.2926440Z test_variant_consistency_jit_logsumexp_cpu_float32 (__main__.TestJitCPU) ... ok (2.088s) 2022-05-18T07:15:56.3353860Z test_variant_consistency_jit_long_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.043s) 2022-05-18T07:15:56.3779710Z test_variant_consistency_jit_long_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.042s) 2022-05-18T07:15:56.8716870Z test_variant_consistency_jit_lt_cpu_float32 (__main__.TestJitCPU) ... ok (0.494s) 2022-05-18T07:15:57.0297670Z test_variant_consistency_jit_lu_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.158s) 2022-05-18T07:15:57.1502660Z test_variant_consistency_jit_lu_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.120s) 2022-05-18T07:16:22.5199720Z test_variant_consistency_jit_lu_solve_cpu_complex64 (__main__.TestJitCPU) ... ok (25.370s) 2022-05-18T07:16:34.9334240Z test_variant_consistency_jit_lu_solve_cpu_float32 (__main__.TestJitCPU) ... ok (12.413s) 2022-05-18T07:16:37.5046430Z test_variant_consistency_jit_lu_unpack_cpu_complex64 (__main__.TestJitCPU) ... ok (2.571s) 2022-05-18T07:16:38.8348880Z test_variant_consistency_jit_lu_unpack_cpu_float32 (__main__.TestJitCPU) ... ok (1.330s) 2022-05-18T07:16:38.8438620Z test_variant_consistency_jit_mH_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.009s) 2022-05-18T07:16:38.8514040Z test_variant_consistency_jit_mH_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:16:38.8603180Z test_variant_consistency_jit_mT_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.009s) 2022-05-18T07:16:38.8675420Z test_variant_consistency_jit_mT_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:16:41.2591780Z test_variant_consistency_jit_masked_fill_cpu_complex64 (__main__.TestJitCPU) ... ok (2.391s) 2022-05-18T07:16:42.4749230Z test_variant_consistency_jit_masked_fill_cpu_float32 (__main__.TestJitCPU) ... ok (1.216s) 2022-05-18T07:16:43.6902700Z test_variant_consistency_jit_masked_scatter_cpu_complex64 (__main__.TestJitCPU) ... ok (1.215s) 2022-05-18T07:16:44.3029150Z test_variant_consistency_jit_masked_scatter_cpu_float32 (__main__.TestJitCPU) ... ok (0.612s) 2022-05-18T07:16:46.3316790Z test_variant_consistency_jit_masked_select_cpu_complex64 (__main__.TestJitCPU) ... ok (2.028s) 2022-05-18T07:16:47.3713090Z test_variant_consistency_jit_masked_select_cpu_float32 (__main__.TestJitCPU) ... ok (1.040s) 2022-05-18T07:16:52.1674980Z test_variant_consistency_jit_matmul_cpu_complex64 (__main__.TestJitCPU) ... ok (4.796s) 2022-05-18T07:16:54.7775250Z test_variant_consistency_jit_matmul_cpu_float32 (__main__.TestJitCPU) ... ok (2.610s) 2022-05-18T07:16:55.5597540Z test_variant_consistency_jit_matrix_exp_cpu_complex64 (__main__.TestJitCPU) ... ok (0.782s) 2022-05-18T07:16:55.9407820Z test_variant_consistency_jit_matrix_exp_cpu_float32 (__main__.TestJitCPU) ... ok (0.381s) 2022-05-18T07:16:57.5228330Z test_variant_consistency_jit_max_binary_cpu_float32 (__main__.TestJitCPU) ... ok (1.582s) 2022-05-18T07:16:57.8121140Z test_variant_consistency_jit_max_reduction_no_dim_cpu_float32 (__main__.TestJitCPU) ... ok (0.289s) 2022-05-18T07:16:58.4991420Z test_variant_consistency_jit_max_reduction_with_dim_cpu_float32 (__main__.TestJitCPU) ... ok (0.687s) 2022-05-18T07:16:59.7932810Z test_variant_consistency_jit_maximum_cpu_float32 (__main__.TestJitCPU) ... ok (1.294s) 2022-05-18T07:17:06.2871300Z test_variant_consistency_jit_mean_cpu_complex64 (__main__.TestJitCPU) ... ok (6.494s) 2022-05-18T07:17:09.7804930Z test_variant_consistency_jit_mean_cpu_float32 (__main__.TestJitCPU) ... ok (3.493s) 2022-05-18T07:17:11.7470680Z test_variant_consistency_jit_median_cpu_float32 (__main__.TestJitCPU) ... ok (1.966s) 2022-05-18T07:17:13.5150890Z test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestJitCPU) ... ok (1.768s) 2022-05-18T07:17:14.3801070Z test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_float32 (__main__.TestJitCPU) ... ok (0.865s) 2022-05-18T07:17:14.3858160Z test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:17:14.3914520Z test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:17:15.8871740Z test_variant_consistency_jit_min_binary_cpu_float32 (__main__.TestJitCPU) ... ok (1.496s) 2022-05-18T07:17:16.1938530Z test_variant_consistency_jit_min_reduction_no_dim_cpu_float32 (__main__.TestJitCPU) ... ok (0.307s) 2022-05-18T07:17:16.8728340Z test_variant_consistency_jit_min_reduction_with_dim_cpu_float32 (__main__.TestJitCPU) ... ok (0.679s) 2022-05-18T07:17:18.2234320Z test_variant_consistency_jit_minimum_cpu_float32 (__main__.TestJitCPU) ... ok (1.350s) 2022-05-18T07:17:18.8692520Z test_variant_consistency_jit_mm_cpu_complex64 (__main__.TestJitCPU) ... ok (0.646s) 2022-05-18T07:17:19.0408610Z test_variant_consistency_jit_mm_cpu_float32 (__main__.TestJitCPU) ... ok (0.171s) 2022-05-18T07:17:20.0417830Z test_variant_consistency_jit_mode_cpu_float32 (__main__.TestJitCPU) ... ok (1.001s) 2022-05-18T07:17:20.7131560Z test_variant_consistency_jit_movedim_cpu_complex64 (__main__.TestJitCPU) ... ok (0.671s) 2022-05-18T07:17:21.0513410Z test_variant_consistency_jit_movedim_cpu_float32 (__main__.TestJitCPU) ... ok (0.338s) 2022-05-18T07:17:21.3988090Z test_variant_consistency_jit_msort_cpu_float32 (__main__.TestJitCPU) ... ok (0.347s) 2022-05-18T07:17:24.3248630Z test_variant_consistency_jit_mul_cpu_complex64 (__main__.TestJitCPU) ... ok (2.926s) 2022-05-18T07:17:25.8123620Z test_variant_consistency_jit_mul_cpu_float32 (__main__.TestJitCPU) ... ok (1.487s) 2022-05-18T07:17:25.8198360Z test_variant_consistency_jit_multinomial_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:17:26.1309960Z test_variant_consistency_jit_mv_cpu_complex64 (__main__.TestJitCPU) ... ok (0.311s) 2022-05-18T07:17:26.2907350Z test_variant_consistency_jit_mv_cpu_float32 (__main__.TestJitCPU) ... ok (0.160s) 2022-05-18T07:17:27.7785420Z test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestJitCPU) ... ok (1.487s) 2022-05-18T07:17:27.7842100Z test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:17:27.7899850Z test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:17:28.2162390Z test_variant_consistency_jit_nan_to_num_cpu_float32 (__main__.TestJitCPU) ... ok (0.426s) 2022-05-18T07:17:28.2223430Z test_variant_consistency_jit_nanmean_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:17:30.1479750Z test_variant_consistency_jit_nanmedian_cpu_float32 (__main__.TestJitCPU) ... ok (1.926s) 2022-05-18T07:17:40.2661320Z test_variant_consistency_jit_nanquantile_cpu_float32 (__main__.TestJitCPU) ... ok (10.118s) 2022-05-18T07:17:43.2682670Z test_variant_consistency_jit_nansum_cpu_float32 (__main__.TestJitCPU) ... ok (3.002s) 2022-05-18T07:17:44.7241160Z test_variant_consistency_jit_narrow_cpu_complex64 (__main__.TestJitCPU) ... ok (1.456s) 2022-05-18T07:17:45.4508220Z test_variant_consistency_jit_narrow_cpu_float32 (__main__.TestJitCPU) ... ok (0.727s) 2022-05-18T07:17:46.2460200Z test_variant_consistency_jit_ne_cpu_complex64 (__main__.TestJitCPU) ... ok (0.795s) 2022-05-18T07:17:46.7222400Z test_variant_consistency_jit_ne_cpu_float32 (__main__.TestJitCPU) ... ok (0.476s) 2022-05-18T07:17:47.0127440Z test_variant_consistency_jit_neg_cpu_complex64 (__main__.TestJitCPU) ... ok (0.290s) 2022-05-18T07:17:47.1720940Z test_variant_consistency_jit_neg_cpu_float32 (__main__.TestJitCPU) ... ok (0.159s) 2022-05-18T07:17:47.1778910Z test_variant_consistency_jit_new_empty_cpu_complex64 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:17:47.1836320Z test_variant_consistency_jit_new_empty_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:17:47.5473530Z test_variant_consistency_jit_new_full_cpu_complex64 (__main__.TestJitCPU) ... ok (0.364s) 2022-05-18T07:17:47.7371080Z test_variant_consistency_jit_new_full_cpu_float32 (__main__.TestJitCPU) ... ok (0.190s) 2022-05-18T07:17:48.1144630Z test_variant_consistency_jit_new_ones_cpu_complex64 (__main__.TestJitCPU) ... ok (0.377s) 2022-05-18T07:17:48.3026180Z test_variant_consistency_jit_new_ones_cpu_float32 (__main__.TestJitCPU) ... ok (0.188s) 2022-05-18T07:17:48.6660610Z test_variant_consistency_jit_new_zeros_cpu_complex64 (__main__.TestJitCPU) ... ok (0.363s) 2022-05-18T07:17:48.8494710Z test_variant_consistency_jit_new_zeros_cpu_float32 (__main__.TestJitCPU) ... ok (0.183s) 2022-05-18T07:17:49.2549680Z test_variant_consistency_jit_nextafter_cpu_float32 (__main__.TestJitCPU) ... ok (0.405s) 2022-05-18T07:17:49.4948920Z test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestJitCPU) ... ok (0.240s) 2022-05-18T07:17:49.6014800Z test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.106s) 2022-05-18T07:17:49.7025910Z test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.101s) 2022-05-18T07:17:50.0613640Z test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestJitCPU) ... ok (0.359s) 2022-05-18T07:17:50.2604420Z test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.199s) 2022-05-18T07:17:50.2709430Z test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.010s) 2022-05-18T07:17:51.0110870Z test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32 (__main__.TestJitCPU) ... ok (0.740s) 2022-05-18T07:17:51.6469970Z test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32 (__main__.TestJitCPU) ... ok (0.636s) 2022-05-18T07:17:52.3430110Z test_variant_consistency_jit_nn_functional_avg_pool3d_cpu_float32 (__main__.TestJitCPU) ... ok (0.696s) 2022-05-18T07:17:53.7985670Z test_variant_consistency_jit_nn_functional_batch_norm_cpu_float32 (__main__.TestJitCPU) ... ok (1.455s) 2022-05-18T07:17:55.2167660Z test_variant_consistency_jit_nn_functional_bilinear_cpu_float32 (__main__.TestJitCPU) ... ok (1.418s) 2022-05-18T07:17:55.3051350Z test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.088s) 2022-05-18T07:17:55.3110460Z test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:17:55.5512210Z test_variant_consistency_jit_nn_functional_celu_cpu_float32 (__main__.TestJitCPU) ... ok (0.240s) 2022-05-18T07:17:55.5570420Z test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:17:55.5626820Z test_variant_consistency_jit_nn_functional_conv1d_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:17:55.5682870Z test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64 (__main__.TestJitCPU) ... skip: Works on some configs! (0.006s) 2022-05-18T07:17:55.5740830Z test_variant_consistency_jit_nn_functional_conv2d_cpu_float32 (__main__.TestJitCPU) ... skip: Works on some configs! (0.006s) 2022-05-18T07:17:56.0543200Z test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.480s) 2022-05-18T07:17:56.0601240Z test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:17:56.0658110Z test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:17:56.7943880Z test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestJitCPU) ... ok (0.728s) 2022-05-18T07:17:57.5464740Z test_variant_consistency_jit_nn_functional_cosine_similarity_cpu_float32 (__main__.TestJitCPU) ... ok (0.752s) 2022-05-18T07:17:59.9859130Z test_variant_consistency_jit_nn_functional_cross_entropy_cpu_float32 (__main__.TestJitCPU) ... ok (2.439s) 2022-05-18T07:17:59.9916270Z test_variant_consistency_jit_nn_functional_ctc_loss_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:17:59.9999780Z test_variant_consistency_jit_nn_functional_dropout2d_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.008s) 2022-05-18T07:18:00.0092310Z test_variant_consistency_jit_nn_functional_dropout_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.009s) 2022-05-18T07:18:00.2669630Z test_variant_consistency_jit_nn_functional_elu_cpu_float32 (__main__.TestJitCPU) ... ok (0.258s) 2022-05-18T07:18:00.2802510Z test_variant_consistency_jit_nn_functional_embedding_bag_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.013s) 2022-05-18T07:18:00.2874880Z test_variant_consistency_jit_nn_functional_embedding_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:18:00.2952460Z test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.008s) 2022-05-18T07:18:00.3048110Z test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.010s) 2022-05-18T07:18:00.3127440Z test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.008s) 2022-05-18T07:18:00.3228100Z test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.010s) 2022-05-18T07:18:00.3336810Z test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.011s) 2022-05-18T07:18:00.3394800Z test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:18:00.9731750Z test_variant_consistency_jit_nn_functional_gelu_cpu_float32 (__main__.TestJitCPU) ... ok (0.634s) 2022-05-18T07:18:04.6768980Z test_variant_consistency_jit_nn_functional_glu_cpu_float32 (__main__.TestJitCPU) ... ok (3.704s) 2022-05-18T07:18:06.7245810Z test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32 (__main__.TestJitCPU) ... ok (2.048s) 2022-05-18T07:18:06.7609270Z test_variant_consistency_jit_nn_functional_group_norm_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.036s) 2022-05-18T07:18:07.4677950Z test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32 (__main__.TestJitCPU) ... ok (0.707s) 2022-05-18T07:18:07.6308160Z test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32 (__main__.TestJitCPU) ... ok (0.163s) 2022-05-18T07:18:07.8477500Z test_variant_consistency_jit_nn_functional_hardswish_cpu_float32 (__main__.TestJitCPU) ... ok (0.217s) 2022-05-18T07:18:08.6676000Z test_variant_consistency_jit_nn_functional_hardtanh_cpu_float32 (__main__.TestJitCPU) ... ok (0.820s) 2022-05-18T07:18:09.6986120Z test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestJitCPU) ... ok (1.031s) 2022-05-18T07:18:09.7044350Z test_variant_consistency_jit_nn_functional_huber_loss_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:18:09.7492300Z test_variant_consistency_jit_nn_functional_instance_norm_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.045s) 2022-05-18T07:18:10.3340820Z test_variant_consistency_jit_nn_functional_interpolate_area_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.585s) 2022-05-18T07:18:10.7093210Z test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.375s) 2022-05-18T07:18:11.0891600Z test_variant_consistency_jit_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.380s) 2022-05-18T07:18:11.4672400Z test_variant_consistency_jit_nn_functional_interpolate_linear_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.378s) 2022-05-18T07:18:11.8390070Z test_variant_consistency_jit_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.372s) 2022-05-18T07:18:12.2237070Z test_variant_consistency_jit_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.384s) 2022-05-18T07:18:13.7613310Z test_variant_consistency_jit_nn_functional_kl_div_cpu_float32 (__main__.TestJitCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7614020Z warnings.warn( 2022-05-18T07:18:13.7614950Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7616270Z warnings.warn( 2022-05-18T07:18:13.7617120Z code/__torch__/torch/nn/functional.py:18: 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-05-18T07:18:13.7618330Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7618880Z warnings.warn( 2022-05-18T07:18:13.7619780Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7620440Z warnings.warn( 2022-05-18T07:18:13.7621660Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7622260Z warnings.warn( 2022-05-18T07:18:13.7623090Z code/__torch__/torch/nn/functional.py:18: 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-05-18T07:18:13.7624290Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7624850Z warnings.warn( 2022-05-18T07:18:13.7625740Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7626340Z warnings.warn( 2022-05-18T07:18:13.7627220Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7627770Z warnings.warn( 2022-05-18T07:18:13.7628580Z code/__torch__/torch/nn/functional.py:18: 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-05-18T07:18:13.7629770Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7630590Z warnings.warn( 2022-05-18T07:18:13.7631500Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7632040Z warnings.warn( 2022-05-18T07:18:13.7633010Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7633560Z warnings.warn( 2022-05-18T07:18:13.7634390Z code/__torch__/torch/nn/functional.py:18: 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-05-18T07:18:13.7635860Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7636460Z warnings.warn( 2022-05-18T07:18:13.7637370Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7637920Z warnings.warn( 2022-05-18T07:18:13.7638890Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7639440Z warnings.warn( 2022-05-18T07:18:13.7640240Z code/__torch__/torch/nn/functional.py:18: 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-05-18T07:18:13.7641430Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7641980Z warnings.warn( 2022-05-18T07:18:13.7642860Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7643410Z warnings.warn( 2022-05-18T07:18:13.7644280Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7645090Z warnings.warn( 2022-05-18T07:18:13.7645920Z code/__torch__/torch/nn/functional.py:18: 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-05-18T07:18:13.7647110Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7647650Z warnings.warn( 2022-05-18T07:18:13.7648530Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7649070Z warnings.warn( 2022-05-18T07:18:13.7650160Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7650760Z warnings.warn( 2022-05-18T07:18:13.7651660Z code/__torch__/torch/nn/functional.py:18: 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-05-18T07:18:13.7652880Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7653410Z warnings.warn( 2022-05-18T07:18:13.7654300Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7654970Z warnings.warn( 2022-05-18T07:18:13.7655870Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7656420Z warnings.warn( 2022-05-18T07:18:13.7657220Z code/__torch__/torch/nn/functional.py:18: 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-05-18T07:18:13.7658400Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7659220Z warnings.warn( 2022-05-18T07:18:13.7660120Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7660670Z warnings.warn( 2022-05-18T07:18:13.7661550Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7662090Z warnings.warn( 2022-05-18T07:18:13.7662890Z code/__torch__/torch/nn/functional.py:18: 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-05-18T07:18:13.7664290Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7664880Z warnings.warn( 2022-05-18T07:18:13.7665790Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7666340Z warnings.warn( 2022-05-18T07:18:13.7667210Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7667760Z warnings.warn( 2022-05-18T07:18:13.7668560Z code/__torch__/torch/nn/functional.py:18: 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-05-18T07:18:13.7669750Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7670290Z warnings.warn( 2022-05-18T07:18:13.7671180Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7671720Z warnings.warn( 2022-05-18T07:18:13.7672600Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7673400Z warnings.warn( 2022-05-18T07:18:13.7674220Z code/__torch__/torch/nn/functional.py:18: 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-05-18T07:18:13.7675400Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7675940Z warnings.warn( 2022-05-18T07:18:13.7676820Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7677370Z warnings.warn( 2022-05-18T07:18:13.7678530Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7679130Z warnings.warn( 2022-05-18T07:18:13.7679950Z code/__torch__/torch/nn/functional.py:18: 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-05-18T07:18:13.7681140Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7681680Z warnings.warn( 2022-05-18T07:18:13.7682560Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7683100Z warnings.warn( 2022-05-18T07:18:13.7683980Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7684600Z warnings.warn( 2022-05-18T07:18:13.7685420Z code/__torch__/torch/nn/functional.py:18: 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-05-18T07:18:13.7686610Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7687420Z warnings.warn( 2022-05-18T07:18:13.7688330Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7688950Z warnings.warn( 2022-05-18T07:18:13.7689850Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7690390Z warnings.warn( 2022-05-18T07:18:13.7691200Z code/__torch__/torch/nn/functional.py:18: 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-05-18T07:18:13.7692610Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7693210Z warnings.warn( 2022-05-18T07:18:13.7694100Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7694660Z warnings.warn( 2022-05-18T07:18:13.7695620Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7696160Z warnings.warn( 2022-05-18T07:18:13.7696960Z code/__torch__/torch/nn/functional.py:18: 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-05-18T07:18:13.7698140Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7698680Z warnings.warn( 2022-05-18T07:18:13.7699570Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7700120Z warnings.warn( 2022-05-18T07:18:13.7701060Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7701880Z warnings.warn( 2022-05-18T07:18:13.7702690Z code/__torch__/torch/nn/functional.py:18: 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-05-18T07:18:13.7703890Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7704430Z warnings.warn( 2022-05-18T07:18:13.7705390Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7706010Z warnings.warn( 2022-05-18T07:18:13.7707210Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7707810Z warnings.warn( 2022-05-18T07:18:13.7708650Z code/__torch__/torch/nn/functional.py:18: 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-05-18T07:18:13.7709940Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7710490Z warnings.warn( 2022-05-18T07:18:13.7711490Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7712050Z warnings.warn( 2022-05-18T07:18:13.7722280Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7722860Z warnings.warn( 2022-05-18T07:18:13.7723690Z code/__torch__/torch/nn/functional.py:18: 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-05-18T07:18:13.7724900Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7725890Z warnings.warn( 2022-05-18T07:18:13.7726810Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2853: 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-05-18T07:18:13.7727360Z warnings.warn( 2022-05-18T07:18:13.7727550Z ok (1.537s) 2022-05-18T07:18:14.3929830Z test_variant_consistency_jit_nn_functional_l1_loss_cpu_complex64 (__main__.TestJitCPU) ... ok (0.632s) 2022-05-18T07:18:14.5248600Z test_variant_consistency_jit_nn_functional_l1_loss_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.132s) 2022-05-18T07:18:15.1321130Z test_variant_consistency_jit_nn_functional_layer_norm_cpu_float32 (__main__.TestJitCPU) ... ok (0.607s) 2022-05-18T07:18:15.8991790Z test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32 (__main__.TestJitCPU) ... ok (0.767s) 2022-05-18T07:18:18.6117450Z test_variant_consistency_jit_nn_functional_linear_cpu_complex64 (__main__.TestJitCPU) ... ok (2.712s) 2022-05-18T07:18:20.0879520Z test_variant_consistency_jit_nn_functional_linear_cpu_float32 (__main__.TestJitCPU) ... ok (1.476s) 2022-05-18T07:18:20.3037740Z test_variant_consistency_jit_nn_functional_local_response_norm_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.216s) 2022-05-18T07:18:20.5121440Z test_variant_consistency_jit_nn_functional_logsigmoid_cpu_float32 (__main__.TestJitCPU) ... ok (0.208s) 2022-05-18T07:18:21.5133060Z test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestJitCPU) ... ok (1.001s) 2022-05-18T07:19:44.7572700Z test_variant_consistency_jit_nn_functional_max_pool1d_cpu_float32 (__main__.TestJitCPU) ... ok (83.244s) 2022-05-18T07:19:44.7631070Z test_variant_consistency_jit_nn_functional_max_pool2d_cpu_float32 (__main__.TestJitCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-05-18T07:20:42.9182040Z test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32 (__main__.TestJitCPU) ... ok (58.155s) 2022-05-18T07:21:06.6460800Z test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32 (__main__.TestJitCPU) ... ok (23.728s) 2022-05-18T07:21:08.8676600Z test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestJitCPU) ... ok (2.221s) 2022-05-18T07:21:52.5572350Z test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32 (__main__.TestJitCPU) ... ok (43.689s) 2022-05-18T07:21:55.7202080Z test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestJitCPU) ... ok (3.163s) 2022-05-18T07:22:12.3398650Z test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32 (__main__.TestJitCPU) ... ok (16.620s) 2022-05-18T07:22:14.6976010Z test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestJitCPU) ... ok (2.358s) 2022-05-18T07:22:14.9229080Z test_variant_consistency_jit_nn_functional_mish_cpu_float32 (__main__.TestJitCPU) ... ok (0.225s) 2022-05-18T07:22:15.0740310Z test_variant_consistency_jit_nn_functional_mse_loss_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.151s) 2022-05-18T07:22:15.4894950Z test_variant_consistency_jit_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestJitCPU) ... ok (0.415s) 2022-05-18T07:22:15.7138750Z test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestJitCPU) ... ok (0.224s) 2022-05-18T07:22:16.5252940Z test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestJitCPU) ... ok (0.811s) 2022-05-18T07:22:16.5311040Z test_variant_consistency_jit_nn_functional_nll_loss_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:22:18.4129310Z test_variant_consistency_jit_nn_functional_normalize_cpu_complex64 (__main__.TestJitCPU) ... ok (1.882s) 2022-05-18T07:22:19.4203020Z test_variant_consistency_jit_nn_functional_normalize_cpu_float32 (__main__.TestJitCPU) ... ok (1.007s) 2022-05-18T07:22:20.7499170Z test_variant_consistency_jit_nn_functional_pad_circular_cpu_complex64 (__main__.TestJitCPU) ... ok (1.330s) 2022-05-18T07:22:20.7559390Z test_variant_consistency_jit_nn_functional_pad_circular_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:22:28.6792650Z test_variant_consistency_jit_nn_functional_pad_constant_cpu_complex64 (__main__.TestJitCPU) ... ok (7.923s) 2022-05-18T07:22:32.6399400Z test_variant_consistency_jit_nn_functional_pad_constant_cpu_float32 (__main__.TestJitCPU) ... ok (3.961s) 2022-05-18T07:22:34.8144010Z test_variant_consistency_jit_nn_functional_pad_reflect_cpu_complex64 (__main__.TestJitCPU) ... ok (2.174s) 2022-05-18T07:22:34.8203380Z test_variant_consistency_jit_nn_functional_pad_reflect_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:22:36.7944120Z test_variant_consistency_jit_nn_functional_pad_replicate_cpu_complex64 (__main__.TestJitCPU) ... ok (1.974s) 2022-05-18T07:22:36.8005430Z test_variant_consistency_jit_nn_functional_pad_replicate_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:22:36.8064800Z test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:22:36.8123870Z test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:22:37.2315140Z test_variant_consistency_jit_nn_functional_pdist_cpu_float32 (__main__.TestJitCPU) ... ok (0.419s) 2022-05-18T07:22:37.2372780Z test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:22:37.2429600Z test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:22:37.2486480Z test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:22:37.2543990Z test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:22:45.8713020Z test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestJitCPU) ... ok (8.617s) 2022-05-18T07:22:47.2550610Z test_variant_consistency_jit_nn_functional_prelu_cpu_float32 (__main__.TestJitCPU) ... expected failure (1.384s) 2022-05-18T07:22:47.9845740Z test_variant_consistency_jit_nn_functional_relu6_cpu_float32 (__main__.TestJitCPU) ... ok (0.729s) 2022-05-18T07:22:48.3334170Z test_variant_consistency_jit_nn_functional_relu_cpu_float32 (__main__.TestJitCPU) ... ok (0.349s) 2022-05-18T07:22:48.3416120Z test_variant_consistency_jit_nn_functional_rrelu_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.008s) 2022-05-18T07:22:48.5757030Z test_variant_consistency_jit_nn_functional_selu_cpu_float32 (__main__.TestJitCPU) ... ok (0.234s) 2022-05-18T07:22:48.7218080Z test_variant_consistency_jit_nn_functional_silu_complex_cpu_complex64 (__main__.TestJitCPU) ... ok (0.146s) 2022-05-18T07:22:48.9451630Z test_variant_consistency_jit_nn_functional_silu_cpu_float32 (__main__.TestJitCPU) ... ok (0.223s) 2022-05-18T07:22:49.0805950Z test_variant_consistency_jit_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.135s) 2022-05-18T07:22:49.7381190Z test_variant_consistency_jit_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestJitCPU) ... ok (0.657s) 2022-05-18T07:22:50.3736470Z test_variant_consistency_jit_nn_functional_softmin_cpu_float32 (__main__.TestJitCPU) ... ok (0.635s) 2022-05-18T07:22:51.6335960Z test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestJitCPU) ... ok (1.260s) 2022-05-18T07:22:52.3187150Z test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestJitCPU) ... ok (0.685s) 2022-05-18T07:22:52.5713020Z test_variant_consistency_jit_nn_functional_softplus_cpu_float32 (__main__.TestJitCPU) ... ok (0.252s) 2022-05-18T07:22:53.2348480Z test_variant_consistency_jit_nn_functional_softshrink_cpu_float32 (__main__.TestJitCPU) ... ok (0.663s) 2022-05-18T07:22:53.8391070Z test_variant_consistency_jit_nn_functional_softsign_cpu_complex64 (__main__.TestJitCPU) ... ok (0.604s) 2022-05-18T07:22:54.1571660Z test_variant_consistency_jit_nn_functional_softsign_cpu_float32 (__main__.TestJitCPU) ... ok (0.318s) 2022-05-18T07:22:54.7076790Z test_variant_consistency_jit_nn_functional_tanhshrink_cpu_complex64 (__main__.TestJitCPU) ... ok (0.550s) 2022-05-18T07:22:54.9927160Z test_variant_consistency_jit_nn_functional_tanhshrink_cpu_float32 (__main__.TestJitCPU) ... ok (0.285s) 2022-05-18T07:22:55.3664680Z test_variant_consistency_jit_nn_functional_threshold_cpu_float32 (__main__.TestJitCPU) ... ok (0.374s) 2022-05-18T07:22:57.1858670Z test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestJitCPU) ... ok (1.819s) 2022-05-18T07:22:58.0389170Z test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestJitCPU) ... ok (0.853s) 2022-05-18T07:22:58.0562970Z test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.017s) 2022-05-18T07:22:58.0666290Z test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.010s) 2022-05-18T07:22:58.0723920Z test_variant_consistency_jit_nn_functional_unfold_cpu_complex64 (__main__.TestJitCPU) ... skip: Internal assert failed! (0.006s) 2022-05-18T07:22:58.0780120Z test_variant_consistency_jit_nn_functional_unfold_cpu_float32 (__main__.TestJitCPU) ... skip: Internal assert failed! (0.006s) 2022-05-18T07:22:58.4689030Z test_variant_consistency_jit_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestJitCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.4689940Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T07:22:58.4690730Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.4691290Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T07:22:58.4691840Z code/__torch__/torch/nn/functional/___torch_mangle_37452.py:6: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.4693120Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.4693700Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T07:22:58.4694740Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.4696580Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T07:22:58.4697520Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.4698070Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T07:22:58.4698810Z code/__torch__/torch/nn/functional/___torch_mangle_37452.py:6: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.4700740Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.4701280Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T07:22:58.4702180Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.4702720Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T07:22:58.4704100Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.4704710Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T07:22:58.4705310Z code/__torch__/torch/nn/functional/___torch_mangle_37452.py:6: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.4706460Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.4707330Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T07:22:58.4708150Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:4007: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.4721530Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T07:22:58.4721920Z expected failure (0.391s) 2022-05-18T07:22:58.8392150Z test_variant_consistency_jit_nn_functional_upsample_nearest_cpu_float32 (__main__.TestJitCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.8392900Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T07:22:58.8393680Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.8394230Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T07:22:58.8394740Z code/__torch__/torch/nn/functional/___torch_mangle_37458.py:6: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.8396100Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.8396660Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T07:22:58.8397720Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.8398290Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T07:22:58.8399040Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.8399580Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T07:22:58.8400770Z code/__torch__/torch/nn/functional/___torch_mangle_37458.py:6: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.8401810Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.8402830Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T07:22:58.8403950Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.8404500Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T07:22:58.8405260Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.8405800Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T07:22:58.8406570Z code/__torch__/torch/nn/functional/___torch_mangle_37458.py:6: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.8407900Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.8408500Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T07:22:58.8409270Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:3951: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-05-18T07:22:58.8409810Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T07:22:58.8410130Z expected failure (0.370s) 2022-05-18T07:22:58.8503380Z test_variant_consistency_jit_nonzero_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.011s) 2022-05-18T07:22:58.8586610Z test_variant_consistency_jit_nonzero_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.008s) 2022-05-18T07:23:14.6838650Z test_variant_consistency_jit_norm_cpu_complex64 (__main__.TestJitCPU) ... ok (15.825s) 2022-05-18T07:23:22.7807820Z test_variant_consistency_jit_norm_cpu_float32 (__main__.TestJitCPU) ... ok (8.097s) 2022-05-18T07:23:23.1122100Z test_variant_consistency_jit_norm_fro_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.331s) 2022-05-18T07:23:23.4292690Z test_variant_consistency_jit_norm_fro_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.317s) 2022-05-18T07:23:24.9346100Z test_variant_consistency_jit_norm_inf_cpu_complex64 (__main__.TestJitCPU) ... ok (1.505s) 2022-05-18T07:23:25.7112800Z test_variant_consistency_jit_norm_inf_cpu_float32 (__main__.TestJitCPU) ... ok (0.777s) 2022-05-18T07:23:25.8443310Z test_variant_consistency_jit_norm_nuc_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.133s) 2022-05-18T07:23:25.9748860Z test_variant_consistency_jit_norm_nuc_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.130s) 2022-05-18T07:23:25.9825270Z test_variant_consistency_jit_normal_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.008s) 2022-05-18T07:23:25.9892320Z test_variant_consistency_jit_normal_number_mean_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:23:26.3299540Z test_variant_consistency_jit_ones_like_cpu_complex64 (__main__.TestJitCPU) ... ok (0.341s) 2022-05-18T07:23:26.5058260Z test_variant_consistency_jit_ones_like_cpu_float32 (__main__.TestJitCPU) ... ok (0.176s) 2022-05-18T07:23:39.9701680Z test_variant_consistency_jit_ormqr_cpu_complex64 (__main__.TestJitCPU) ... ok (13.464s) 2022-05-18T07:23:47.0105010Z test_variant_consistency_jit_ormqr_cpu_float32 (__main__.TestJitCPU) ... ok (7.040s) 2022-05-18T07:23:47.3030500Z test_variant_consistency_jit_outer_cpu_complex64 (__main__.TestJitCPU) ... ok (0.292s) 2022-05-18T07:23:47.4547410Z test_variant_consistency_jit_outer_cpu_float32 (__main__.TestJitCPU) ... ok (0.152s) 2022-05-18T07:23:47.4863330Z test_variant_consistency_jit_pca_lowrank_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.032s) 2022-05-18T07:23:48.6774570Z test_variant_consistency_jit_permute_cpu_complex64 (__main__.TestJitCPU) ... ok (1.191s) 2022-05-18T07:23:49.3119980Z test_variant_consistency_jit_permute_cpu_float32 (__main__.TestJitCPU) ... ok (0.634s) 2022-05-18T07:23:51.7972360Z test_variant_consistency_jit_pinverse_cpu_complex64 (__main__.TestJitCPU) ... ok (2.485s) 2022-05-18T07:23:53.0321320Z test_variant_consistency_jit_pinverse_cpu_float32 (__main__.TestJitCPU) ... ok (1.235s) 2022-05-18T07:23:53.6659950Z test_variant_consistency_jit_polar_cpu_float32 (__main__.TestJitCPU) ... ok (0.634s) 2022-05-18T07:23:54.3515370Z test_variant_consistency_jit_polygamma_polygamma_n_0_cpu_float32 (__main__.TestJitCPU) ... ok (0.686s) 2022-05-18T07:23:54.3571500Z test_variant_consistency_jit_polygamma_polygamma_n_1_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:23:54.3627910Z test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:23:54.3684790Z test_variant_consistency_jit_polygamma_polygamma_n_3_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:23:54.3741080Z test_variant_consistency_jit_polygamma_polygamma_n_4_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:23:55.1541000Z test_variant_consistency_jit_positive_cpu_complex64 (__main__.TestJitCPU) ... ok (0.780s) 2022-05-18T07:23:55.5525250Z test_variant_consistency_jit_positive_cpu_float32 (__main__.TestJitCPU) ... ok (0.398s) 2022-05-18T07:23:58.5118920Z test_variant_consistency_jit_pow_cpu_complex64 (__main__.TestJitCPU) ... ok (2.959s) 2022-05-18T07:24:00.0047840Z test_variant_consistency_jit_pow_cpu_float32 (__main__.TestJitCPU) ... ok (1.493s) 2022-05-18T07:24:10.1891130Z test_variant_consistency_jit_prod_cpu_complex64 (__main__.TestJitCPU) ... ok (10.184s) 2022-05-18T07:24:15.3827900Z test_variant_consistency_jit_prod_cpu_float32 (__main__.TestJitCPU) ... ok (5.194s) 2022-05-18T07:24:21.7311630Z test_variant_consistency_jit_put_cpu_complex64 (__main__.TestJitCPU) ... ok (6.348s) 2022-05-18T07:24:24.9642630Z test_variant_consistency_jit_put_cpu_float32 (__main__.TestJitCPU) ... ok (3.233s) 2022-05-18T07:24:36.8936570Z test_variant_consistency_jit_qr_cpu_complex64 (__main__.TestJitCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-05-18T07:24:36.8937400Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-05-18T07:24:36.8937700Z Q, R = torch.qr(A, some) 2022-05-18T07:24:36.8938010Z should be replaced with 2022-05-18T07:24:36.8938590Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:2497.) 2022-05-18T07:24:36.8938960Z results = func(*inputs, **kwargs) 2022-05-18T07:24:36.8939160Z ok (11.929s) 2022-05-18T07:24:42.6312530Z test_variant_consistency_jit_qr_cpu_float32 (__main__.TestJitCPU) ... ok (5.737s) 2022-05-18T07:24:52.2359680Z test_variant_consistency_jit_quantile_cpu_float32 (__main__.TestJitCPU) ... ok (9.605s) 2022-05-18T07:24:52.6563450Z test_variant_consistency_jit_rad2deg_cpu_float32 (__main__.TestJitCPU) ... ok (0.420s) 2022-05-18T07:24:52.6653240Z test_variant_consistency_jit_rand_like_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.009s) 2022-05-18T07:24:52.6727140Z test_variant_consistency_jit_rand_like_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:24:52.6800710Z test_variant_consistency_jit_randint_like_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:24:52.6889340Z test_variant_consistency_jit_randn_like_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.009s) 2022-05-18T07:24:52.6963540Z test_variant_consistency_jit_randn_like_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:24:53.2869250Z test_variant_consistency_jit_ravel_cpu_complex64 (__main__.TestJitCPU) ... ok (0.590s) 2022-05-18T07:24:53.5685180Z test_variant_consistency_jit_ravel_cpu_float32 (__main__.TestJitCPU) ... ok (0.281s) 2022-05-18T07:24:53.9876460Z test_variant_consistency_jit_real_cpu_complex64 (__main__.TestJitCPU) ... ok (0.419s) 2022-05-18T07:24:54.1981260Z test_variant_consistency_jit_real_cpu_float32 (__main__.TestJitCPU) ... ok (0.210s) 2022-05-18T07:24:55.0788690Z test_variant_consistency_jit_reciprocal_cpu_complex64 (__main__.TestJitCPU) ... ok (0.881s) 2022-05-18T07:24:55.5388490Z test_variant_consistency_jit_reciprocal_cpu_float32 (__main__.TestJitCPU) ... ok (0.460s) 2022-05-18T07:24:56.9809080Z test_variant_consistency_jit_remainder_cpu_float32 (__main__.TestJitCPU) ... ok (1.442s) 2022-05-18T07:24:58.2873270Z test_variant_consistency_jit_renorm_cpu_complex64 (__main__.TestJitCPU) ... ok (1.306s) 2022-05-18T07:24:58.9237220Z test_variant_consistency_jit_renorm_cpu_float32 (__main__.TestJitCPU) ... ok (0.636s) 2022-05-18T07:25:02.5469850Z test_variant_consistency_jit_repeat_cpu_complex64 (__main__.TestJitCPU) ... ok (3.623s) 2022-05-18T07:25:04.3812770Z test_variant_consistency_jit_repeat_cpu_float32 (__main__.TestJitCPU) ... ok (1.834s) 2022-05-18T07:25:04.3875930Z test_variant_consistency_jit_repeat_interleave_cpu_complex64 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:25:04.3936390Z test_variant_consistency_jit_repeat_interleave_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:25:04.9674460Z test_variant_consistency_jit_reshape_as_cpu_complex64 (__main__.TestJitCPU) ... ok (0.574s) 2022-05-18T07:25:05.2611230Z test_variant_consistency_jit_reshape_as_cpu_float32 (__main__.TestJitCPU) ... ok (0.294s) 2022-05-18T07:25:08.5811130Z test_variant_consistency_jit_reshape_cpu_complex64 (__main__.TestJitCPU) ... ok (3.320s) 2022-05-18T07:25:10.2164670Z test_variant_consistency_jit_reshape_cpu_float32 (__main__.TestJitCPU) ... ok (1.635s) 2022-05-18T07:25:10.2580310Z test_variant_consistency_jit_resize__cpu_complex64 (__main__.TestJitCPU) ... ok (0.041s) 2022-05-18T07:25:10.3010740Z test_variant_consistency_jit_resize__cpu_float32 (__main__.TestJitCPU) ... ok (0.043s) 2022-05-18T07:25:10.3437550Z test_variant_consistency_jit_resize_as__cpu_complex64 (__main__.TestJitCPU) ... ok (0.043s) 2022-05-18T07:25:10.3854960Z test_variant_consistency_jit_resize_as__cpu_float32 (__main__.TestJitCPU) ... ok (0.042s) 2022-05-18T07:25:10.9216470Z test_variant_consistency_jit_resolve_conj_cpu_complex64 (__main__.TestJitCPU) ... ok (0.536s) 2022-05-18T07:25:11.2047120Z test_variant_consistency_jit_resolve_conj_cpu_float32 (__main__.TestJitCPU) ... ok (0.283s) 2022-05-18T07:25:11.7397400Z test_variant_consistency_jit_resolve_neg_cpu_complex64 (__main__.TestJitCPU) ... ok (0.535s) 2022-05-18T07:25:12.0230460Z test_variant_consistency_jit_resolve_neg_cpu_float32 (__main__.TestJitCPU) ... ok (0.283s) 2022-05-18T07:25:14.6093230Z test_variant_consistency_jit_roll_cpu_complex64 (__main__.TestJitCPU) ... ok (2.586s) 2022-05-18T07:25:15.8870150Z test_variant_consistency_jit_roll_cpu_float32 (__main__.TestJitCPU) ... ok (1.278s) 2022-05-18T07:25:17.1050710Z test_variant_consistency_jit_rot90_cpu_complex64 (__main__.TestJitCPU) ... ok (1.218s) 2022-05-18T07:25:17.7521770Z test_variant_consistency_jit_rot90_cpu_float32 (__main__.TestJitCPU) ... ok (0.647s) 2022-05-18T07:25:17.9050180Z test_variant_consistency_jit_round_cpu_float32 (__main__.TestJitCPU) ... ok (0.153s) 2022-05-18T07:25:18.3529010Z test_variant_consistency_jit_round_decimals_0_cpu_float32 (__main__.TestJitCPU) ... ok (0.448s) 2022-05-18T07:25:18.3586650Z test_variant_consistency_jit_round_decimals_3_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:25:18.3644000Z test_variant_consistency_jit_round_decimals_neg_3_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:25:19.2695640Z test_variant_consistency_jit_rsqrt_cpu_complex64 (__main__.TestJitCPU) ... ok (0.905s) 2022-05-18T07:25:19.7283570Z test_variant_consistency_jit_rsqrt_cpu_float32 (__main__.TestJitCPU) ... ok (0.459s) 2022-05-18T07:25:21.6327530Z test_variant_consistency_jit_rsub_cpu_complex64 (__main__.TestJitCPU) ... ok (1.904s) 2022-05-18T07:25:22.5965360Z test_variant_consistency_jit_rsub_cpu_float32 (__main__.TestJitCPU) ... ok (0.964s) 2022-05-18T07:25:24.8487400Z test_variant_consistency_jit_scatter_add_cpu_complex64 (__main__.TestJitCPU) ... ok (2.252s) 2022-05-18T07:25:25.9404610Z test_variant_consistency_jit_scatter_add_cpu_float32 (__main__.TestJitCPU) ... ok (1.092s) 2022-05-18T07:25:28.4402420Z test_variant_consistency_jit_scatter_cpu_complex64 (__main__.TestJitCPU) ... ok (2.500s) 2022-05-18T07:25:29.6666850Z test_variant_consistency_jit_scatter_cpu_float32 (__main__.TestJitCPU) ... ok (1.226s) 2022-05-18T07:25:32.0096090Z test_variant_consistency_jit_scatter_reduce_amax_cpu_float32 (__main__.TestJitCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1550.) 2022-05-18T07:25:32.0096810Z results = func(*inputs, **kwargs) 2022-05-18T07:25:32.0097030Z ok (2.343s) 2022-05-18T07:25:34.3742460Z test_variant_consistency_jit_scatter_reduce_amin_cpu_float32 (__main__.TestJitCPU) ... ok (2.364s) 2022-05-18T07:25:36.6147650Z test_variant_consistency_jit_scatter_reduce_mean_cpu_float32 (__main__.TestJitCPU) ... ok (2.240s) 2022-05-18T07:25:39.1101020Z test_variant_consistency_jit_scatter_reduce_prod_cpu_float32 (__main__.TestJitCPU) ... ok (2.495s) 2022-05-18T07:25:41.3221750Z test_variant_consistency_jit_scatter_reduce_sum_cpu_float32 (__main__.TestJitCPU) ... ok (2.212s) 2022-05-18T07:25:41.3281730Z test_variant_consistency_jit_searchsorted_cpu_float32 (__main__.TestJitCPU) ... skip: Expected failure! (0.006s) 2022-05-18T07:25:42.7665460Z test_variant_consistency_jit_select_cpu_complex64 (__main__.TestJitCPU) ... ok (1.438s) 2022-05-18T07:25:43.5131410Z test_variant_consistency_jit_select_cpu_float32 (__main__.TestJitCPU) ... ok (0.746s) 2022-05-18T07:25:44.2712200Z test_variant_consistency_jit_select_scatter_cpu_float32 (__main__.TestJitCPU) ... ok (0.758s) 2022-05-18T07:25:44.5445650Z test_variant_consistency_jit_sgn_cpu_complex64 (__main__.TestJitCPU) ... ok (0.273s) 2022-05-18T07:25:44.6836090Z test_variant_consistency_jit_sgn_cpu_float32 (__main__.TestJitCPU) ... ok (0.139s) 2022-05-18T07:25:44.7243330Z test_variant_consistency_jit_short_cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.041s) 2022-05-18T07:25:44.7662230Z test_variant_consistency_jit_short_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.042s) 2022-05-18T07:25:45.6122240Z test_variant_consistency_jit_sigmoid_cpu_complex64 (__main__.TestJitCPU) ... ok (0.846s) 2022-05-18T07:25:46.0595300Z test_variant_consistency_jit_sigmoid_cpu_float32 (__main__.TestJitCPU) ... ok (0.447s) 2022-05-18T07:25:46.2041090Z test_variant_consistency_jit_sign_cpu_float32 (__main__.TestJitCPU) ... ok (0.144s) 2022-05-18T07:25:46.2552680Z test_variant_consistency_jit_signbit_cpu_float32 (__main__.TestJitCPU) ... ok (0.051s) 2022-05-18T07:25:46.5582310Z test_variant_consistency_jit_sin_cpu_complex64 (__main__.TestJitCPU) ... ok (0.303s) 2022-05-18T07:25:46.7115290Z test_variant_consistency_jit_sin_cpu_float32 (__main__.TestJitCPU) ... ok (0.153s) 2022-05-18T07:25:47.5736630Z test_variant_consistency_jit_sinc_cpu_complex64 (__main__.TestJitCPU) ... ok (0.862s) 2022-05-18T07:25:47.9731950Z test_variant_consistency_jit_sinc_cpu_float32 (__main__.TestJitCPU) ... ok (0.399s) 2022-05-18T07:25:48.2727450Z test_variant_consistency_jit_sinh_cpu_complex64 (__main__.TestJitCPU) ... ok (0.299s) 2022-05-18T07:25:48.4240860Z test_variant_consistency_jit_sinh_cpu_float32 (__main__.TestJitCPU) ... ok (0.151s) 2022-05-18T07:25:49.8962010Z test_variant_consistency_jit_slice_scatter_cpu_float32 (__main__.TestJitCPU) ... ok (1.472s) 2022-05-18T07:25:50.8711070Z test_variant_consistency_jit_softmax_cpu_float32 (__main__.TestJitCPU) ... ok (0.975s) 2022-05-18T07:25:52.7043680Z test_variant_consistency_jit_softmax_with_dtype_cpu_complex64 (__main__.TestJitCPU) ... ok (1.833s) 2022-05-18T07:25:53.6589210Z test_variant_consistency_jit_softmax_with_dtype_cpu_float32 (__main__.TestJitCPU) ... ok (0.954s) 2022-05-18T07:26:02.3956670Z test_variant_consistency_jit_sort_cpu_float32 (__main__.TestJitCPU) ... ok (8.737s) 2022-05-18T07:26:02.4015340Z test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:26:02.4071780Z test_variant_consistency_jit_sparse_sampled_addmm_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:26:02.5503170Z test_variant_consistency_jit_special_entr_cpu_float32 (__main__.TestJitCPU) ... ok (0.143s) 2022-05-18T07:26:02.7588070Z test_variant_consistency_jit_special_erfcx_cpu_float32 (__main__.TestJitCPU) ... ok (0.208s) 2022-05-18T07:26:02.9018320Z test_variant_consistency_jit_special_i0e_cpu_float32 (__main__.TestJitCPU) ... ok (0.143s) 2022-05-18T07:26:03.1138600Z test_variant_consistency_jit_special_i1_cpu_float32 (__main__.TestJitCPU) ... ok (0.212s) 2022-05-18T07:26:03.3277520Z test_variant_consistency_jit_special_i1e_cpu_float32 (__main__.TestJitCPU) ... ok (0.214s) 2022-05-18T07:26:03.5341470Z test_variant_consistency_jit_special_log_ndtr_cpu_float32 (__main__.TestJitCPU) ... ok (0.206s) 2022-05-18T07:26:03.7418240Z test_variant_consistency_jit_special_ndtr_cpu_float32 (__main__.TestJitCPU) ... ok (0.208s) 2022-05-18T07:26:03.9668120Z test_variant_consistency_jit_special_ndtri_cpu_float32 (__main__.TestJitCPU) ... ok (0.225s) 2022-05-18T07:26:03.9745790Z test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.008s) 2022-05-18T07:26:04.6240410Z test_variant_consistency_jit_special_xlog1py_cpu_float32 (__main__.TestJitCPU) ... ok (0.649s) 2022-05-18T07:26:04.8364120Z test_variant_consistency_jit_special_zeta_cpu_float32 (__main__.TestJitCPU) ... ok (0.212s) 2022-05-18T07:26:05.4795120Z test_variant_consistency_jit_split_cpu_complex64 (__main__.TestJitCPU) ... ok (0.643s) 2022-05-18T07:26:05.8135200Z test_variant_consistency_jit_split_cpu_float32 (__main__.TestJitCPU) ... ok (0.334s) 2022-05-18T07:26:06.9078430Z test_variant_consistency_jit_split_list_args_cpu_complex64 (__main__.TestJitCPU) ... ok (1.094s) 2022-05-18T07:26:07.4118330Z test_variant_consistency_jit_split_list_args_cpu_float32 (__main__.TestJitCPU) ... ok (0.504s) 2022-05-18T07:26:08.8425380Z test_variant_consistency_jit_split_with_sizes_cpu_complex64 (__main__.TestJitCPU) ... ok (1.431s) 2022-05-18T07:26:09.5644950Z test_variant_consistency_jit_split_with_sizes_cpu_float32 (__main__.TestJitCPU) ... ok (0.722s) 2022-05-18T07:26:09.9256780Z test_variant_consistency_jit_sqrt_cpu_complex64 (__main__.TestJitCPU) ... ok (0.361s) 2022-05-18T07:26:10.0905260Z test_variant_consistency_jit_sqrt_cpu_float32 (__main__.TestJitCPU) ... ok (0.165s) 2022-05-18T07:26:10.9548980Z test_variant_consistency_jit_square_cpu_complex64 (__main__.TestJitCPU) ... ok (0.864s) 2022-05-18T07:26:11.3935860Z test_variant_consistency_jit_square_cpu_float32 (__main__.TestJitCPU) ... ok (0.439s) 2022-05-18T07:26:13.4698880Z test_variant_consistency_jit_squeeze_cpu_complex64 (__main__.TestJitCPU) ... ok (2.076s) 2022-05-18T07:26:14.5513210Z test_variant_consistency_jit_squeeze_cpu_float32 (__main__.TestJitCPU) ... ok (1.081s) 2022-05-18T07:26:16.0226220Z test_variant_consistency_jit_stack_cpu_complex64 (__main__.TestJitCPU) ... ok (1.471s) 2022-05-18T07:26:16.8039120Z test_variant_consistency_jit_stack_cpu_float32 (__main__.TestJitCPU) ... ok (0.781s) 2022-05-18T07:26:19.1941180Z test_variant_consistency_jit_std_cpu_complex64 (__main__.TestJitCPU) ... ok (2.390s) 2022-05-18T07:26:20.3742420Z test_variant_consistency_jit_std_cpu_float32 (__main__.TestJitCPU) ... ok (1.180s) 2022-05-18T07:26:20.3799770Z test_variant_consistency_jit_std_mean_cpu_complex64 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:26:20.3857760Z test_variant_consistency_jit_std_mean_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:26:20.3914810Z test_variant_consistency_jit_stft_cpu_complex64 (__main__.TestJitCPU) ... skip: Skipped! stft does not match the native function (0.006s) 2022-05-18T07:26:20.3972950Z test_variant_consistency_jit_stft_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! stft does not match the native function (0.006s) 2022-05-18T07:26:24.0982490Z test_variant_consistency_jit_sub_cpu_complex64 (__main__.TestJitCPU) ... ok (3.701s) 2022-05-18T07:26:26.0479720Z test_variant_consistency_jit_sub_cpu_float32 (__main__.TestJitCPU) ... ok (1.950s) 2022-05-18T07:26:32.0098580Z test_variant_consistency_jit_sum_cpu_complex64 (__main__.TestJitCPU) ... ok (5.962s) 2022-05-18T07:26:35.0636040Z test_variant_consistency_jit_sum_cpu_float32 (__main__.TestJitCPU) ... ok (3.054s) 2022-05-18T07:26:35.9311910Z test_variant_consistency_jit_sum_to_size_cpu_complex64 (__main__.TestJitCPU) ... ok (0.867s) 2022-05-18T07:26:36.2904950Z test_variant_consistency_jit_sum_to_size_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.359s) 2022-05-18T07:27:52.2241610Z test_variant_consistency_jit_svd_cpu_complex64 (__main__.TestJitCPU) ... ok (75.934s) 2022-05-18T07:28:30.3958120Z test_variant_consistency_jit_svd_cpu_float32 (__main__.TestJitCPU) ... ok (38.172s) 2022-05-18T07:28:30.4274680Z test_variant_consistency_jit_svd_lowrank_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.032s) 2022-05-18T07:28:33.0781080Z test_variant_consistency_jit_symeig_cpu_complex64 (__main__.TestJitCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-05-18T07:28:33.0781830Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-05-18T07:28:33.0782210Z L, _ = torch.symeig(A, upper=upper) 2022-05-18T07:28:33.0782440Z should be replaced with 2022-05-18T07:28:33.0782830Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-05-18T07:28:33.0783070Z and 2022-05-18T07:28:33.0783400Z L, V = torch.symeig(A, eigenvectors=True) 2022-05-18T07:28:33.0783640Z should be replaced with 2022-05-18T07:28:33.0784190Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:3041.) 2022-05-18T07:28:33.0784560Z results = func(*inputs, **kwargs) 2022-05-18T07:28:33.0784780Z ok (2.650s) 2022-05-18T07:28:34.3826390Z test_variant_consistency_jit_symeig_cpu_float32 (__main__.TestJitCPU) ... ok (1.304s) 2022-05-18T07:28:35.2045390Z test_variant_consistency_jit_t_cpu_complex64 (__main__.TestJitCPU) ... ok (0.822s) 2022-05-18T07:28:35.6221360Z test_variant_consistency_jit_t_cpu_float32 (__main__.TestJitCPU) ... ok (0.417s) 2022-05-18T07:28:37.1039690Z test_variant_consistency_jit_take_along_dim_cpu_complex64 (__main__.TestJitCPU) ... ok (1.482s) 2022-05-18T07:28:37.8017820Z test_variant_consistency_jit_take_along_dim_cpu_float32 (__main__.TestJitCPU) ... ok (0.698s) 2022-05-18T07:28:40.5468740Z test_variant_consistency_jit_take_cpu_complex64 (__main__.TestJitCPU) ... ok (2.745s) 2022-05-18T07:28:42.0879100Z test_variant_consistency_jit_take_cpu_float32 (__main__.TestJitCPU) ... ok (1.541s) 2022-05-18T07:28:42.4018470Z test_variant_consistency_jit_tan_cpu_complex64 (__main__.TestJitCPU) ... ok (0.314s) 2022-05-18T07:28:42.5682930Z test_variant_consistency_jit_tan_cpu_float32 (__main__.TestJitCPU) ... ok (0.166s) 2022-05-18T07:28:42.8729390Z test_variant_consistency_jit_tanh_cpu_complex64 (__main__.TestJitCPU) ... ok (0.304s) 2022-05-18T07:28:43.0308560Z test_variant_consistency_jit_tanh_cpu_float32 (__main__.TestJitCPU) ... ok (0.158s) 2022-05-18T07:28:46.3674180Z test_variant_consistency_jit_tensor_split_cpu_complex64 (__main__.TestJitCPU) ... ok (3.336s) 2022-05-18T07:28:48.0222590Z test_variant_consistency_jit_tensor_split_cpu_float32 (__main__.TestJitCPU) ... ok (1.655s) 2022-05-18T07:28:48.4659060Z test_variant_consistency_jit_tensordot_cpu_complex64 (__main__.TestJitCPU) ... ok (0.443s) 2022-05-18T07:28:48.6739390Z test_variant_consistency_jit_tensordot_cpu_float32 (__main__.TestJitCPU) ... ok (0.208s) 2022-05-18T07:28:56.8769840Z test_variant_consistency_jit_tile_cpu_complex64 (__main__.TestJitCPU) ... ok (8.203s) 2022-05-18T07:29:00.8717790Z test_variant_consistency_jit_tile_cpu_float32 (__main__.TestJitCPU) ... ok (3.995s) 2022-05-18T07:29:00.9710600Z test_variant_consistency_jit_to_sparse_cpu_complex64 (__main__.TestJitCPU) ... ok (0.099s) 2022-05-18T07:29:01.1250630Z test_variant_consistency_jit_to_sparse_cpu_float32 (__main__.TestJitCPU) ... ok (0.154s) 2022-05-18T07:29:03.3137270Z test_variant_consistency_jit_topk_cpu_float32 (__main__.TestJitCPU) ... ok (2.188s) 2022-05-18T07:29:03.6048080Z test_variant_consistency_jit_trace_cpu_complex64 (__main__.TestJitCPU) ... ok (0.291s) 2022-05-18T07:29:03.7552010Z test_variant_consistency_jit_trace_cpu_float32 (__main__.TestJitCPU) ... ok (0.151s) 2022-05-18T07:29:05.9870160Z test_variant_consistency_jit_transpose_cpu_complex64 (__main__.TestJitCPU) ... ok (2.232s) 2022-05-18T07:29:07.2259570Z test_variant_consistency_jit_transpose_cpu_float32 (__main__.TestJitCPU) ... ok (1.239s) 2022-05-18T07:29:08.6215190Z test_variant_consistency_jit_trapezoid_cpu_complex64 (__main__.TestJitCPU) ... ok (1.395s) 2022-05-18T07:29:09.2794780Z test_variant_consistency_jit_trapezoid_cpu_float32 (__main__.TestJitCPU) ... ok (0.658s) 2022-05-18T07:29:10.6354030Z test_variant_consistency_jit_trapz_cpu_complex64 (__main__.TestJitCPU) ... ok (1.356s) 2022-05-18T07:29:11.3055850Z test_variant_consistency_jit_trapz_cpu_float32 (__main__.TestJitCPU) ... ok (0.670s) 2022-05-18T07:29:15.2635970Z test_variant_consistency_jit_triangular_solve_cpu_complex64 (__main__.TestJitCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-05-18T07:29:15.2637680Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-05-18T07:29:15.2638510Z X = torch.triangular_solve(B, A).solution 2022-05-18T07:29:15.2639210Z should be replaced with 2022-05-18T07:29:15.2639630Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:2189.) 2022-05-18T07:29:15.2640020Z results = func(*inputs, **kwargs) 2022-05-18T07:29:15.2640230Z ok (3.958s) 2022-05-18T07:29:17.2283640Z test_variant_consistency_jit_triangular_solve_cpu_float32 (__main__.TestJitCPU) ... ok (1.965s) 2022-05-18T07:29:18.5961030Z test_variant_consistency_jit_tril_cpu_complex64 (__main__.TestJitCPU) ... ok (1.368s) 2022-05-18T07:29:19.3009260Z test_variant_consistency_jit_tril_cpu_float32 (__main__.TestJitCPU) ... ok (0.705s) 2022-05-18T07:29:20.6824980Z test_variant_consistency_jit_triu_cpu_complex64 (__main__.TestJitCPU) ... ok (1.381s) 2022-05-18T07:29:21.3686560Z test_variant_consistency_jit_triu_cpu_float32 (__main__.TestJitCPU) ... ok (0.686s) 2022-05-18T07:29:24.2705420Z test_variant_consistency_jit_true_divide_cpu_complex64 (__main__.TestJitCPU) ... ok (2.902s) 2022-05-18T07:29:25.8058320Z test_variant_consistency_jit_true_divide_cpu_float32 (__main__.TestJitCPU) ... ok (1.535s) 2022-05-18T07:29:25.9529860Z test_variant_consistency_jit_trunc_cpu_float32 (__main__.TestJitCPU) ... ok (0.147s) 2022-05-18T07:29:29.1956450Z test_variant_consistency_jit_unfold_cpu_complex64 (__main__.TestJitCPU) ... ok (3.243s) 2022-05-18T07:29:30.7914790Z test_variant_consistency_jit_unfold_cpu_float32 (__main__.TestJitCPU) ... ok (1.596s) 2022-05-18T07:29:30.8656440Z test_variant_consistency_jit_unique_consecutive_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.074s) 2022-05-18T07:29:30.9324700Z test_variant_consistency_jit_unique_cpu_float32 (__main__.TestJitCPU) ... expected failure (0.066s) 2022-05-18T07:29:33.4299470Z test_variant_consistency_jit_unsqueeze_cpu_complex64 (__main__.TestJitCPU) ... ok (2.497s) 2022-05-18T07:29:34.7713320Z test_variant_consistency_jit_unsqueeze_cpu_float32 (__main__.TestJitCPU) ... ok (1.341s) 2022-05-18T07:29:37.0294560Z test_variant_consistency_jit_var_cpu_complex64 (__main__.TestJitCPU) ... ok (2.258s) 2022-05-18T07:29:38.1504810Z test_variant_consistency_jit_var_cpu_float32 (__main__.TestJitCPU) ... ok (1.121s) 2022-05-18T07:29:38.1562920Z test_variant_consistency_jit_var_mean_cpu_complex64 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:29:38.1620450Z test_variant_consistency_jit_var_mean_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:29:38.7246470Z test_variant_consistency_jit_vdot_cpu_complex64 (__main__.TestJitCPU) ... ok (0.562s) 2022-05-18T07:29:38.8654820Z test_variant_consistency_jit_vdot_cpu_float32 (__main__.TestJitCPU) ... ok (0.141s) 2022-05-18T07:29:38.9371910Z test_variant_consistency_jit_view_as_complex_cpu_float32 (__main__.TestJitCPU) ... ok (0.072s) 2022-05-18T07:29:39.3488940Z test_variant_consistency_jit_view_as_cpu_complex64 (__main__.TestJitCPU) ... ok (0.412s) 2022-05-18T07:29:39.5591550Z test_variant_consistency_jit_view_as_cpu_float32 (__main__.TestJitCPU) ... ok (0.210s) 2022-05-18T07:29:39.6984560Z test_variant_consistency_jit_view_as_real_cpu_complex64 (__main__.TestJitCPU) ... ok (0.139s) 2022-05-18T07:29:40.7017820Z test_variant_consistency_jit_view_cpu_complex64 (__main__.TestJitCPU) ... ok (1.003s) 2022-05-18T07:29:41.2377370Z test_variant_consistency_jit_view_cpu_float32 (__main__.TestJitCPU) ... ok (0.536s) 2022-05-18T07:29:41.9411060Z test_variant_consistency_jit_vsplit_cpu_complex64 (__main__.TestJitCPU) ... ok (0.703s) 2022-05-18T07:29:42.2811410Z test_variant_consistency_jit_vsplit_cpu_float32 (__main__.TestJitCPU) ... ok (0.340s) 2022-05-18T07:29:42.4386740Z test_variant_consistency_jit_vstack_cpu_complex64 (__main__.TestJitCPU) ... ok (0.157s) 2022-05-18T07:29:42.5218290Z test_variant_consistency_jit_vstack_cpu_float32 (__main__.TestJitCPU) ... ok (0.083s) 2022-05-18T07:29:42.5279430Z test_variant_consistency_jit_where_cpu_complex64 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:29:42.5336650Z test_variant_consistency_jit_where_cpu_float32 (__main__.TestJitCPU) ... skip: Skipped! (0.006s) 2022-05-18T07:29:43.8096890Z test_variant_consistency_jit_xlogy_cpu_float32 (__main__.TestJitCPU) ... ok (1.276s) 2022-05-18T07:29:43.8172910Z test_variant_consistency_jit_zero__cpu_complex64 (__main__.TestJitCPU) ... expected failure (0.008s) 2022-05-18T07:29:43.8241820Z test_variant_consistency_jit_zero__cpu_float32 (__main__.TestJitCPU) ... expected failure (0.007s) 2022-05-18T07:29:44.1572380Z test_variant_consistency_jit_zeros_like_cpu_complex64 (__main__.TestJitCPU) ... ok (0.333s) 2022-05-18T07:29:44.3301090Z test_variant_consistency_jit_zeros_like_cpu_float32 (__main__.TestJitCPU) ... ok (0.173s) 2022-05-18T07:29:44.5381020Z 2022-05-18T07:29:44.5382430Z ---------------------------------------------------------------------- 2022-05-18T07:29:44.5383380Z Ran 932 tests in 1470.774s 2022-05-18T07:29:44.5383510Z 2022-05-18T07:29:44.5383640Z OK (skipped=78, expected failures=144) 2022-05-18T07:29:44.5383910Z 2022-05-18T07:29:44.5384000Z Generating XML reports... 2022-05-18T07:29:44.5384640Z Generated XML report: test-reports/python-unittest/test_ops_jit/TEST-TestJitCPU-20220518070513.xml 2022-05-18T07:29:50.0168370Z Running test_overrides ... [2022-05-18 07:29:50.015677] 2022-05-18T07:29:50.0169040Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_overrides.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 07:29:50.015815] 2022-05-18T07:29:51.2519580Z 2022-05-18T07:29:51.2520480Z Test results will be stored in test-reports/python-unittest/test_overrides 2022-05-18T07:29:51.2521770Z Running tests... 2022-05-18T07:29:51.2522580Z ---------------------------------------------------------------------- 2022-05-18T07:29:51.6636720Z test_broadcast_all (__main__.TestBroadcastAllOverride) ... ok (0.412s) 2022-05-18T07:29:51.6660870Z test_parameter_does_not_prevent_dispatch (__main__.TestDisabledTorchFunction) ... ok (0.002s) 2022-05-18T07:29:51.6694700Z test_wrapper (__main__.TestEinsumOverride) ... ok (0.003s) 2022-05-18T07:29:51.7332590Z test_gradcheck (__main__.TestGradCheckOverride) ... ok (0.063s) 2022-05-18T07:29:51.7389460Z test_newones (__main__.TestGradNewOnesOverride) ... ok (0.003s) 2022-05-18T07:29:51.7389840Z test_getitem (__main__.TestIndexing) ... ok (0.002s) 2022-05-18T07:29:51.7397000Z test_getitem_subclass (__main__.TestIndexing) ... ok (0.002s) 2022-05-18T07:29:51.7414270Z test_setitem (__main__.TestIndexing) ... ok (0.002s) 2022-05-18T07:29:51.7432360Z test_setitem_subclass (__main__.TestIndexing) ... ok (0.002s) 2022-05-18T07:29:51.7448150Z test_setitem_val (__main__.TestIndexing) ... ok (0.002s) 2022-05-18T07:29:51.7463290Z test_iterator (__main__.TestIterator) ... ok (0.001s) 2022-05-18T07:29:51.7484740Z test_max (__main__.TestNamedTuple) ... ok (0.002s) 2022-05-18T07:29:51.7505150Z test_pickle (__main__.TestPickle) ... ok (0.002s) 2022-05-18T07:29:51.7533050Z test_rnn (__main__.TestRNN) ... ok (0.003s) 2022-05-18T07:29:51.7546830Z test_Tensor___add__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7559390Z test_Tensor___and__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7571850Z test_Tensor___array__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7584130Z test_Tensor___array_wrap__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7596530Z test_Tensor___bool__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7608750Z test_Tensor___complex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7621200Z test_Tensor___contains__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7633600Z test_Tensor___cuda_array_interface_____get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7646000Z test_Tensor___deepcopy__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7658780Z test_Tensor___div__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7671290Z test_Tensor___dlpack__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7683680Z test_Tensor___dlpack_device__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7696210Z test_Tensor___eq__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7708380Z test_Tensor___float__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7721070Z test_Tensor___floordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7733440Z test_Tensor___format__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7746320Z test_Tensor___ge__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7758730Z test_Tensor___getitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7771010Z test_Tensor___gt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7783200Z test_Tensor___hash__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7795730Z test_Tensor___iadd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7808270Z test_Tensor___iand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7821090Z test_Tensor___idiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7834020Z test_Tensor___ifloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7846550Z test_Tensor___ilshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7859230Z test_Tensor___imod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7872590Z test_Tensor___imul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7885570Z test_Tensor___index__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7898760Z test_Tensor___int__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7911530Z test_Tensor___invert__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7924440Z test_Tensor___ior__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7937520Z test_Tensor___irshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7950340Z test_Tensor___isub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7963670Z test_Tensor___ixor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7975890Z test_Tensor___le__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.7988840Z test_Tensor___len__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8001320Z test_Tensor___long__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8014260Z test_Tensor___lshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8027090Z test_Tensor___lt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8039850Z test_Tensor___matmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8052560Z test_Tensor___mod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8065820Z test_Tensor___mul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8078470Z test_Tensor___ne__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8091360Z test_Tensor___nonzero__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8104030Z test_Tensor___or__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8117090Z test_Tensor___radd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8129420Z test_Tensor___rand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8142100Z test_Tensor___rdiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8154660Z test_Tensor___reduce_ex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8167850Z test_Tensor___repr__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8180420Z test_Tensor___reversed__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8193050Z test_Tensor___rfloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8205790Z test_Tensor___rlshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8219620Z test_Tensor___rmatmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8232320Z test_Tensor___rmod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8244910Z test_Tensor___rmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8258000Z test_Tensor___ror__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8271450Z test_Tensor___rpow__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8284210Z test_Tensor___rrshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8297200Z test_Tensor___rshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8310310Z test_Tensor___rsub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8323550Z test_Tensor___rxor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8335640Z test_Tensor___setitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8348460Z test_Tensor___setstate__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8361210Z test_Tensor___sub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8373880Z test_Tensor___truediv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8387320Z test_Tensor___xor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8400190Z test_Tensor__autocast_to_full_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8413060Z test_Tensor__autocast_to_reduced_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8426030Z test_Tensor__coalesced_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8438470Z test_Tensor__dimI (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8451270Z test_Tensor__dimV (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8464480Z test_Tensor__indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8476520Z test_Tensor__is_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8489540Z test_Tensor__nnz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8502150Z test_Tensor__storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8514760Z test_Tensor__to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8527600Z test_Tensor__update_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8540480Z test_Tensor__values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8553240Z test_Tensor_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8565880Z test_Tensor_abs_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8578670Z test_Tensor_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8591820Z test_Tensor_absolute_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8604220Z test_Tensor_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8616920Z test_Tensor_acos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8629430Z test_Tensor_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8642380Z test_Tensor_acosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8654750Z test_Tensor_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8667710Z test_Tensor_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8680190Z test_Tensor_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8693330Z test_Tensor_addbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8706060Z test_Tensor_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8719430Z test_Tensor_addcdiv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8732240Z test_Tensor_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8745080Z test_Tensor_addcmul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8758260Z test_Tensor_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8771050Z test_Tensor_addmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8783610Z test_Tensor_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8796930Z test_Tensor_addmv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8809640Z test_Tensor_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8822450Z test_Tensor_addr_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8835180Z test_Tensor_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8848000Z test_Tensor_align_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8861240Z test_Tensor_align_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8877510Z test_Tensor_all (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-05-18T07:29:51.8890170Z test_Tensor_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8903610Z test_Tensor_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8915940Z test_Tensor_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8929320Z test_Tensor_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8942310Z test_Tensor_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8954690Z test_Tensor_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8968230Z test_Tensor_apply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8982490Z test_Tensor_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.8995020Z test_Tensor_arccos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9007380Z test_Tensor_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9020310Z test_Tensor_arccosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9032140Z test_Tensor_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9044600Z test_Tensor_arcsin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9056990Z test_Tensor_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9069340Z test_Tensor_arcsinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9081700Z test_Tensor_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9094400Z test_Tensor_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9106710Z test_Tensor_arctan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9118970Z test_Tensor_arctan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9131140Z test_Tensor_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9143690Z test_Tensor_arctanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9156120Z test_Tensor_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9168970Z test_Tensor_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9181690Z test_Tensor_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9194400Z test_Tensor_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9206650Z test_Tensor_as_strided (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9219050Z test_Tensor_as_strided_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9231840Z test_Tensor_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9243840Z test_Tensor_asin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9256450Z test_Tensor_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9268700Z test_Tensor_asinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9280860Z test_Tensor_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9293630Z test_Tensor_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9306100Z test_Tensor_atan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9318500Z test_Tensor_atan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9330990Z test_Tensor_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9343370Z test_Tensor_atanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9356130Z test_Tensor_backward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9368490Z test_Tensor_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9381410Z test_Tensor_baddbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9393800Z test_Tensor_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9406750Z test_Tensor_bernoulli_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9419240Z test_Tensor_bfloat16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9431730Z test_Tensor_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9444100Z test_Tensor_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9459500Z test_Tensor_bitwise_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9473180Z test_Tensor_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9487460Z test_Tensor_bitwise_left_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9499870Z test_Tensor_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9512410Z test_Tensor_bitwise_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9524930Z test_Tensor_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9538040Z test_Tensor_bitwise_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9550220Z test_Tensor_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9563010Z test_Tensor_bitwise_right_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9575250Z test_Tensor_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9587820Z test_Tensor_bitwise_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9600310Z test_Tensor_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9612790Z test_Tensor_bool (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9625490Z test_Tensor_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9637980Z test_Tensor_byte (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9650420Z test_Tensor_cauchy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9662830Z test_Tensor_ccol_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9675260Z test_Tensor_cdouble (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9687860Z test_Tensor_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9700510Z test_Tensor_ceil_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9712950Z test_Tensor_cfloat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9725240Z test_Tensor_chalf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9742010Z test_Tensor_char (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9759160Z test_Tensor_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9765810Z test_Tensor_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9778160Z test_Tensor_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9790890Z test_Tensor_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9803310Z test_Tensor_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9815660Z test_Tensor_clamp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9828480Z test_Tensor_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9840800Z test_Tensor_clamp_max_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9853260Z test_Tensor_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9865800Z test_Tensor_clamp_min_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9878460Z test_Tensor_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9890630Z test_Tensor_clip_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9904000Z test_Tensor_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9915340Z test_Tensor_coalesce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9928150Z test_Tensor_col_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9940160Z test_Tensor_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9953710Z test_Tensor_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9965260Z test_Tensor_conj_physical_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9977450Z test_Tensor_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:51.9989720Z test_Tensor_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0002180Z test_Tensor_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0014770Z test_Tensor_copysign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0027290Z test_Tensor_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0039470Z test_Tensor_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0051800Z test_Tensor_cos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0064150Z test_Tensor_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0076450Z test_Tensor_cosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0088930Z test_Tensor_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0101350Z test_Tensor_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0113870Z test_Tensor_cpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0126620Z test_Tensor_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0138740Z test_Tensor_crow_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0151240Z test_Tensor_cuda (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0163980Z test_Tensor_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0176360Z test_Tensor_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0189300Z test_Tensor_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0201910Z test_Tensor_cumprod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0214290Z test_Tensor_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0227120Z test_Tensor_cumsum_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0239460Z test_Tensor_data_ptr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0252010Z test_Tensor_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0264390Z test_Tensor_deg2rad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0276730Z test_Tensor_dense_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0289060Z test_Tensor_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0301260Z test_Tensor_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0313570Z test_Tensor_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0326180Z test_Tensor_detach_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0338880Z test_Tensor_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0351390Z test_Tensor_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0363950Z test_Tensor_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0376660Z test_Tensor_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0388950Z test_Tensor_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0401450Z test_Tensor_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0413860Z test_Tensor_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0426550Z test_Tensor_digamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0438750Z test_Tensor_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0455940Z test_Tensor_dist (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-05-18T07:29:52.0469440Z test_Tensor_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0483580Z test_Tensor_div_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0497650Z test_Tensor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0509920Z test_Tensor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0522540Z test_Tensor_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0534950Z test_Tensor_double (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0547610Z test_Tensor_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0560210Z test_Tensor_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0572590Z test_Tensor_element_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0584650Z test_Tensor_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0597010Z test_Tensor_eq_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0609290Z test_Tensor_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0622040Z test_Tensor_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0634260Z test_Tensor_erf_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0646600Z test_Tensor_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0659000Z test_Tensor_erfc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0671050Z test_Tensor_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0683740Z test_Tensor_erfinv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0696150Z test_Tensor_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0709370Z test_Tensor_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0722290Z test_Tensor_exp2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0735010Z test_Tensor_exp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0747910Z test_Tensor_expand (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0760820Z test_Tensor_expand_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0773060Z test_Tensor_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0785500Z test_Tensor_expm1_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0798120Z test_Tensor_exponential_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0810550Z test_Tensor_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0822870Z test_Tensor_fill_diagonal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0835420Z test_Tensor_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0847900Z test_Tensor_fix_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0860620Z test_Tensor_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0873100Z test_Tensor_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0885560Z test_Tensor_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0897870Z test_Tensor_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0910690Z test_Tensor_float (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0923080Z test_Tensor_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0935980Z test_Tensor_float_power_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0948260Z test_Tensor_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0960840Z test_Tensor_floor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0973120Z test_Tensor_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0985400Z test_Tensor_floor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.0998240Z test_Tensor_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1010650Z test_Tensor_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1023240Z test_Tensor_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1036240Z test_Tensor_fmod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1048180Z test_Tensor_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1060480Z test_Tensor_frac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1073120Z test_Tensor_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1085870Z test_Tensor_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1098090Z test_Tensor_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1110790Z test_Tensor_gcd_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1123100Z test_Tensor_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1135830Z test_Tensor_ge_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1148130Z test_Tensor_geometric_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1160990Z test_Tensor_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1173110Z test_Tensor_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1185480Z test_Tensor_get_device (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1198100Z test_Tensor_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1210580Z test_Tensor_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1223270Z test_Tensor_greater_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1235710Z test_Tensor_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1248290Z test_Tensor_greater_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1260740Z test_Tensor_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1273260Z test_Tensor_gt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1285830Z test_Tensor_half (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1298290Z test_Tensor_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1310880Z test_Tensor_has_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1323640Z test_Tensor_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1336240Z test_Tensor_heaviside_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1348790Z test_Tensor_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1361700Z test_Tensor_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1374110Z test_Tensor_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1386920Z test_Tensor_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1399490Z test_Tensor_hypot_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1414160Z test_Tensor_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1428780Z test_Tensor_i0_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1440210Z test_Tensor_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1452120Z test_Tensor_igamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1481190Z test_Tensor_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1482360Z test_Tensor_igammac_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-05-18T07:29:52.1495660Z test_Tensor_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1508100Z test_Tensor_index_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1520390Z test_Tensor_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1534460Z test_Tensor_index_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1548070Z test_Tensor_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1560920Z test_Tensor_index_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1575150Z test_Tensor_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1587250Z test_Tensor_index_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1599570Z test_Tensor_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1612250Z test_Tensor_index_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1624520Z test_Tensor_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1637020Z test_Tensor_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1649600Z test_Tensor_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1662080Z test_Tensor_int (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1674320Z test_Tensor_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1686390Z test_Tensor_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1699010Z test_Tensor_ipu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1711120Z test_Tensor_is_coalesced (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1723300Z test_Tensor_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1736020Z test_Tensor_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1748670Z test_Tensor_is_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1760650Z test_Tensor_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1772920Z test_Tensor_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1784990Z test_Tensor_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1797610Z test_Tensor_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1810280Z test_Tensor_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1822380Z test_Tensor_is_pinned (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1834580Z test_Tensor_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1846860Z test_Tensor_is_set_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1859440Z test_Tensor_is_shared (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1871560Z test_Tensor_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1884050Z test_Tensor_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1896350Z test_Tensor_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1908480Z test_Tensor_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1920700Z test_Tensor_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1932970Z test_Tensor_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1945630Z test_Tensor_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1958190Z test_Tensor_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1971450Z test_Tensor_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1983490Z test_Tensor_item (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.1996010Z test_Tensor_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2008910Z test_Tensor_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2021300Z test_Tensor_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2034010Z test_Tensor_lcm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2046320Z test_Tensor_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2058580Z test_Tensor_ldexp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2070860Z test_Tensor_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2082960Z test_Tensor_le_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2095170Z test_Tensor_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2107510Z test_Tensor_lerp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2120020Z test_Tensor_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2132230Z test_Tensor_less_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2144560Z test_Tensor_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2157130Z test_Tensor_less_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2169510Z test_Tensor_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2181850Z test_Tensor_lgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2194490Z test_Tensor_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2206600Z test_Tensor_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2218820Z test_Tensor_log10_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2231160Z test_Tensor_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2243430Z test_Tensor_log1p_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2255820Z test_Tensor_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2268400Z test_Tensor_log2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2280520Z test_Tensor_log_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2293020Z test_Tensor_log_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2305570Z test_Tensor_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2318090Z test_Tensor_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2330590Z test_Tensor_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2343110Z test_Tensor_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2355840Z test_Tensor_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2368430Z test_Tensor_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2381010Z test_Tensor_logical_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2393150Z test_Tensor_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2405450Z test_Tensor_logical_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2418290Z test_Tensor_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2431280Z test_Tensor_logical_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2443240Z test_Tensor_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2455680Z test_Tensor_logical_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2468440Z test_Tensor_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2480700Z test_Tensor_logit_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2493290Z test_Tensor_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2505810Z test_Tensor_long (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2519170Z test_Tensor_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2531830Z test_Tensor_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2544650Z test_Tensor_lt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2557260Z test_Tensor_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2569880Z test_Tensor_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2582990Z test_Tensor_map2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2595810Z test_Tensor_map_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2608990Z test_Tensor_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2621400Z test_Tensor_masked_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2635040Z test_Tensor_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2647490Z test_Tensor_masked_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2659750Z test_Tensor_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2672110Z test_Tensor_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2684400Z test_Tensor_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2696910Z test_Tensor_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2709140Z test_Tensor_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2721380Z test_Tensor_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2734220Z test_Tensor_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2746440Z test_Tensor_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2759090Z test_Tensor_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2771250Z test_Tensor_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2783750Z test_Tensor_mm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2796980Z test_Tensor_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2809230Z test_Tensor_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2821920Z test_Tensor_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2833820Z test_Tensor_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2846180Z test_Tensor_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2858400Z test_Tensor_mul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2870910Z test_Tensor_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2883240Z test_Tensor_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2895700Z test_Tensor_multiply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2908090Z test_Tensor_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2920270Z test_Tensor_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2933230Z test_Tensor_mvlgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2945410Z test_Tensor_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2957620Z test_Tensor_nan_to_num_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2969840Z test_Tensor_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2982270Z test_Tensor_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.2994860Z test_Tensor_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3007470Z test_Tensor_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3019710Z test_Tensor_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3032930Z test_Tensor_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3044870Z test_Tensor_ndimension (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3057060Z test_Tensor_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3069330Z test_Tensor_ne_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3081650Z test_Tensor_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3093820Z test_Tensor_neg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3106080Z test_Tensor_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3119140Z test_Tensor_negative_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3130800Z test_Tensor_nelement (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3142950Z test_Tensor_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3155660Z test_Tensor_nextafter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3168170Z test_Tensor_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3180070Z test_Tensor_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3192490Z test_Tensor_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3204880Z test_Tensor_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3218660Z test_Tensor_not_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3231240Z test_Tensor_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3243850Z test_Tensor_numpy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3256310Z test_Tensor_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3268530Z test_Tensor_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3281160Z test_Tensor_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3293350Z test_Tensor_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3305660Z test_Tensor_pin_memory (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3318360Z test_Tensor_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3330390Z test_Tensor_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3342850Z test_Tensor_polygamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3355390Z test_Tensor_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3367770Z test_Tensor_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3380200Z test_Tensor_pow_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3392680Z test_Tensor_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3405480Z test_Tensor_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3418500Z test_Tensor_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3430610Z test_Tensor_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3442910Z test_Tensor_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3455270Z test_Tensor_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3467830Z test_Tensor_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3479970Z test_Tensor_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3492320Z test_Tensor_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3504570Z test_Tensor_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3517010Z test_Tensor_qscheme (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3529790Z test_Tensor_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3542080Z test_Tensor_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3554410Z test_Tensor_rad2deg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3567080Z test_Tensor_random_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3579350Z test_Tensor_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3591610Z test_Tensor_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3603850Z test_Tensor_reciprocal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3616350Z test_Tensor_record_stream (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3628880Z test_Tensor_refine_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3641210Z test_Tensor_register_hook (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3653440Z test_Tensor_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3665690Z test_Tensor_relu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3677970Z test_Tensor_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3690290Z test_Tensor_remainder_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3702650Z test_Tensor_rename (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3715070Z test_Tensor_rename_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3727690Z test_Tensor_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3740750Z test_Tensor_renorm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3753040Z test_Tensor_repeat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3765460Z test_Tensor_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3777780Z test_Tensor_requires_grad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3790150Z test_Tensor_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3802460Z test_Tensor_reshape_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3814820Z test_Tensor_resize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3827280Z test_Tensor_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3839660Z test_Tensor_resize_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3852030Z test_Tensor_resize_as_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3864410Z test_Tensor_resize_as_sparse_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3876670Z test_Tensor_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3889470Z test_Tensor_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3901420Z test_Tensor_retain_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3914190Z test_Tensor_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3927000Z test_Tensor_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3939250Z test_Tensor_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3951980Z test_Tensor_round_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3964240Z test_Tensor_row_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3976490Z test_Tensor_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.3988760Z test_Tensor_rsqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4001720Z test_Tensor_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4014410Z test_Tensor_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4027110Z test_Tensor_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4039400Z test_Tensor_scatter_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4051890Z test_Tensor_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4064260Z test_Tensor_scatter_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4076670Z test_Tensor_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4089280Z test_Tensor_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4102640Z test_Tensor_set_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4115180Z test_Tensor_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4127590Z test_Tensor_sgn_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4139890Z test_Tensor_share_memory_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4152280Z test_Tensor_short (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4164620Z test_Tensor_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4176850Z test_Tensor_sigmoid_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4189120Z test_Tensor_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4201250Z test_Tensor_sign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4213650Z test_Tensor_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4226100Z test_Tensor_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4238320Z test_Tensor_sin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4250580Z test_Tensor_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4262770Z test_Tensor_sinc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4274940Z test_Tensor_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4287160Z test_Tensor_sinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4299450Z test_Tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4312120Z test_Tensor_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4324460Z test_Tensor_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4336820Z test_Tensor_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4349400Z test_Tensor_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4361880Z test_Tensor_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4374290Z test_Tensor_sparse_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4387020Z test_Tensor_sparse_mask (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4399130Z test_Tensor_sparse_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4411650Z test_Tensor_sparse_resize_and_clear_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4423890Z test_Tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4436460Z test_Tensor_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4448750Z test_Tensor_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4461040Z test_Tensor_sqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4473360Z test_Tensor_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4486870Z test_Tensor_square_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4499030Z test_Tensor_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4512070Z test_Tensor_squeeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4524730Z test_Tensor_sspaddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4537240Z test_Tensor_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4549560Z test_Tensor_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4561810Z test_Tensor_storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4574070Z test_Tensor_storage_offset (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4586450Z test_Tensor_storage_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4598590Z test_Tensor_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4610820Z test_Tensor_sub_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4623110Z test_Tensor_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4635500Z test_Tensor_subtract_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4647710Z test_Tensor_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4659910Z test_Tensor_sum_to_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4672590Z test_Tensor_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4685050Z test_Tensor_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4697360Z test_Tensor_swapaxes_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4709780Z test_Tensor_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4721980Z test_Tensor_swapdims_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4734420Z test_Tensor_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4746770Z test_Tensor_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4759060Z test_Tensor_t_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4771440Z test_Tensor_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4784050Z test_Tensor_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4796180Z test_Tensor_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4808300Z test_Tensor_tan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4820420Z test_Tensor_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4832670Z test_Tensor_tanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4845070Z test_Tensor_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4857310Z test_Tensor_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4869860Z test_Tensor_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4881860Z test_Tensor_to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4894260Z test_Tensor_to_mkldnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4906670Z test_Tensor_to_sparse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4918900Z test_Tensor_tolist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4931670Z test_Tensor_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4943890Z test_Tensor_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4956180Z test_Tensor_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4971600Z test_Tensor_transpose_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4981100Z test_Tensor_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.4993450Z test_Tensor_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5005770Z test_Tensor_tril_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5017950Z test_Tensor_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5030430Z test_Tensor_triu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5042850Z test_Tensor_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5055000Z test_Tensor_true_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5067130Z test_Tensor_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5079450Z test_Tensor_trunc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5092040Z test_Tensor_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5104230Z test_Tensor_type_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5116330Z test_Tensor_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5128960Z test_Tensor_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5141090Z test_Tensor_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5153470Z test_Tensor_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5165730Z test_Tensor_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5178070Z test_Tensor_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5190680Z test_Tensor_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5202760Z test_Tensor_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5215010Z test_Tensor_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5227600Z test_Tensor_unsqueeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5239670Z test_Tensor_values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5252200Z test_Tensor_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5264370Z test_Tensor_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5276590Z test_Tensor_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5288900Z test_Tensor_view_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5301180Z test_Tensor_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5313730Z test_Tensor_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5326160Z test_Tensor_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5338350Z test_Tensor_xlogy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5350990Z test_Tensor_xpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5362700Z test_Tensor_zero_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5374910Z test__TensorBase_H___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5387470Z test__TensorBase_T___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5399740Z test__TensorBase__backward_hooks___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5411850Z test__TensorBase__base___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5424240Z test__TensorBase__cdata___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5436210Z test__TensorBase__grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5448450Z test__TensorBase__grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5460620Z test__TensorBase__version___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5472780Z test__TensorBase_data___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5485040Z test__TensorBase_device___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5497160Z test__TensorBase_dtype___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5509880Z test__TensorBase_grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5522580Z test__TensorBase_imag___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5534800Z test__TensorBase_is_cuda___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5546920Z test__TensorBase_is_ipu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5559040Z test__TensorBase_is_leaf___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5571440Z test__TensorBase_is_meta___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5583740Z test__TensorBase_is_mkldnn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5595780Z test__TensorBase_is_mps___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5607930Z test__TensorBase_is_nested___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5620050Z test__TensorBase_is_ort___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5632300Z test__TensorBase_is_quantized___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5644460Z test__TensorBase_is_sparse___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5656620Z test__TensorBase_is_sparse_csr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5668830Z test__TensorBase_is_vulkan___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5681150Z test__TensorBase_is_xpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5693330Z test__TensorBase_layout___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5706030Z test__TensorBase_mH___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5720390Z test__TensorBase_mT___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5734620Z test__TensorBase_name___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5747840Z test__TensorBase_names___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5760030Z test__TensorBase_ndim___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5772490Z test__TensorBase_output_nr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5784870Z test__TensorBase_real___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5797810Z test__TensorBase_requires_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5810690Z test__TensorBase_retains_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5823260Z test__TensorBase_shape___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5835730Z test__TensorBase_volatile___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5849200Z test_base (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.5868220Z test_grad (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-05-18T07:29:52.5880950Z test_mean_semantics (__main__.TestTorchFunctionOverride) 2022-05-18T07:29:52.5893100Z Test that a function with one argument can be overrided ... ok (0.002s) 2022-05-18T07:29:52.5915340Z test_mm_semantics (__main__.TestTorchFunctionOverride) 2022-05-18T07:29:52.5931350Z Test that a function with multiple arguments can be overrided ... ok (0.004s) 2022-05-18T07:29:52.5948380Z test_pow_rpow (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-05-18T07:29:52.5991430Z test_precedence_semantics (__main__.TestTorchFunctionOverride) 2022-05-18T07:29:52.6012850Z Test semantics for __torch_function__ for functions that take ... ok (0.006s) 2022-05-18T07:29:52.6033290Z test_tensor_subclass_propagation (__main__.TestTorchFunctionOverride) 2022-05-18T07:29:52.6045560Z this test exercises the functionality described in ... ok (0.003s) 2022-05-18T07:29:52.6057630Z test_torch__C__fft_fft_fft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6069320Z test_torch__C__fft_fft_fft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6080970Z test_torch__C__fft_fft_fftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6092590Z test_torch__C__fft_fft_fftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6104300Z test_torch__C__fft_fft_hfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6116140Z test_torch__C__fft_fft_hfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6127980Z test_torch__C__fft_fft_hfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6139640Z test_torch__C__fft_fft_ifft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6151320Z test_torch__C__fft_fft_ifft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6163000Z test_torch__C__fft_fft_ifftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6174590Z test_torch__C__fft_fft_ifftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6186310Z test_torch__C__fft_fft_ihfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6197970Z test_torch__C__fft_fft_ihfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6209830Z test_torch__C__fft_fft_ihfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6221480Z test_torch__C__fft_fft_irfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6233280Z test_torch__C__fft_fft_irfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6244890Z test_torch__C__fft_fft_irfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6256760Z test_torch__C__fft_fft_rfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6268530Z test_torch__C__fft_fft_rfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6280520Z test_torch__C__fft_fft_rfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6292170Z test_torch__C__linalg_linalg_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6303780Z test_torch__C__linalg_linalg_cholesky_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6315950Z test_torch__C__linalg_linalg_cond (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6327360Z test_torch__C__linalg_linalg_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6339060Z test_torch__C__linalg_linalg_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6350630Z test_torch__C__linalg_linalg_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6362200Z test_torch__C__linalg_linalg_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6374020Z test_torch__C__linalg_linalg_eigh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6385510Z test_torch__C__linalg_linalg_eigvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6397150Z test_torch__C__linalg_linalg_eigvalsh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6408960Z test_torch__C__linalg_linalg_householder_product (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6420520Z test_torch__C__linalg_linalg_inv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6432160Z test_torch__C__linalg_linalg_inv_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6443810Z test_torch__C__linalg_linalg_ldl_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6455840Z test_torch__C__linalg_linalg_ldl_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6467420Z test_torch__C__linalg_linalg_ldl_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6479070Z test_torch__C__linalg_linalg_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6490810Z test_torch__C__linalg_linalg_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6502360Z test_torch__C__linalg_linalg_lu_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6514120Z test_torch__C__linalg_linalg_lu_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6525880Z test_torch__C__linalg_linalg_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6537320Z test_torch__C__linalg_linalg_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6549190Z test_torch__C__linalg_linalg_matrix_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6560860Z test_torch__C__linalg_linalg_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6572760Z test_torch__C__linalg_linalg_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6584440Z test_torch__C__linalg_linalg_multi_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6596030Z test_torch__C__linalg_linalg_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6607760Z test_torch__C__linalg_linalg_pinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6619450Z test_torch__C__linalg_linalg_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6631300Z test_torch__C__linalg_linalg_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6643010Z test_torch__C__linalg_linalg_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6654850Z test_torch__C__linalg_linalg_solve_triangular (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6666580Z test_torch__C__linalg_linalg_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6678100Z test_torch__C__linalg_linalg_svdvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6689740Z test_torch__C__linalg_linalg_tensorinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6701290Z test_torch__C__linalg_linalg_tensorsolve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6713210Z test_torch__C__linalg_linalg_vander (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6724660Z test_torch__C__linalg_linalg_vector_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6736460Z test_torch__C__nn_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6748280Z test_torch__C__nn_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6760090Z test_torch__C__nn_gelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6771190Z test_torch__C__nn_linear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6782470Z test_torch__C__nn_log_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6793780Z test_torch__C__nn_one_hot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6805560Z test_torch__C__nn_softplus (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6817000Z test_torch__C__nn_softshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6828800Z test_torch__C__special_special_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6840280Z test_torch__C__special_special_entr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6851850Z test_torch__C__special_special_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6863480Z test_torch__C__special_special_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6875130Z test_torch__C__special_special_erfcx (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6886800Z test_torch__C__special_special_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6898380Z test_torch__C__special_special_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6910280Z test_torch__C__special_special_expit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6921770Z test_torch__C__special_special_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6933450Z test_torch__C__special_special_gammainc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6944810Z test_torch__C__special_special_gammaincc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6957100Z test_torch__C__special_special_gammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.6978140Z test_torch__C__special_special_i0 (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-05-18T07:29:52.6990490Z test_torch__C__special_special_i0e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7002640Z test_torch__C__special_special_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7014410Z test_torch__C__special_special_i1e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7026100Z test_torch__C__special_special_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7037550Z test_torch__C__special_special_log_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7049530Z test_torch__C__special_special_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7060960Z test_torch__C__special_special_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7072580Z test_torch__C__special_special_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7084380Z test_torch__C__special_special_multigammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7096620Z test_torch__C__special_special_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7108120Z test_torch__C__special_special_ndtri (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7119930Z test_torch__C__special_special_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7131280Z test_torch__C__special_special_psi (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7142990Z test_torch__C__special_special_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7154960Z test_torch__C__special_special_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7167100Z test_torch__C__special_special_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7179420Z test_torch__C__special_special_xlog1py (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7191630Z test_torch__C__special_special_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7203660Z test_torch__C__special_special_zeta (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7215530Z test_torch__assert_async (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7227720Z test_torch__conj_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7239730Z test_torch__fw_primal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7252400Z test_torch__indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7264130Z test_torch__lobpcg_lobpcg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7276290Z test_torch__lowrank_pca_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7288260Z test_torch__lowrank_svd_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7300250Z test_torch__make_dual_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7312130Z test_torch__neg_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7323670Z test_torch__reshape_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7336370Z test_torch__rowwise_prune (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7347840Z test_torch__sparse_broadcast_to_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7360010Z test_torch__values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7371340Z test_torch_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7383460Z test_torch_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7395100Z test_torch_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7406910Z test_torch_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7418970Z test_torch_adaptive_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7430660Z test_torch_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7442410Z test_torch_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7454300Z test_torch_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7466040Z test_torch_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7478260Z test_torch_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7490080Z test_torch_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7502100Z test_torch_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7513850Z test_torch_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7525780Z test_torch_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7538260Z test_torch_affine_grid_generator (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7549970Z test_torch_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7562180Z test_torch_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7573480Z test_torch_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7585020Z test_torch_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7597090Z test_torch_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7608920Z test_torch_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7620850Z test_torch_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7632700Z test_torch_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7644380Z test_torch_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7656370Z test_torch_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7668000Z test_torch_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7680010Z test_torch_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7691740Z test_torch_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7703510Z test_torch_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7715290Z test_torch_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7727130Z test_torch_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7739040Z test_torch_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7750760Z test_torch_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7762130Z test_torch_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7774510Z test_torch_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7786280Z test_torch_as_strided_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7798130Z test_torch_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7809860Z test_torch_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7821370Z test_torch_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7833710Z test_torch_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7845470Z test_torch_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7857450Z test_torch_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7869140Z test_torch_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7881350Z test_torch_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7893210Z test_torch_batch_norm_backward_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7904890Z test_torch_batch_norm_backward_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7916910Z test_torch_batch_norm_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7928840Z test_torch_batch_norm_gather_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7940780Z test_torch_batch_norm_gather_stats_with_counts (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7952770Z test_torch_batch_norm_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7964260Z test_torch_batch_norm_update_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7977000Z test_torch_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.7988210Z test_torch_bilinear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8000080Z test_torch_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8012180Z test_torch_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8023740Z test_torch_binomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8035920Z test_torch_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8047770Z test_torch_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8059640Z test_torch_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8071270Z test_torch_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8083660Z test_torch_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8095720Z test_torch_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8107140Z test_torch_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8119190Z test_torch_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8131340Z test_torch_bucketize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8143680Z test_torch_cat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8155750Z test_torch_ccol_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8166820Z test_torch_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8178880Z test_torch_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8190830Z test_torch_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8202540Z test_torch_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8214420Z test_torch_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8227040Z test_torch_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8239570Z test_torch_choose_qparams_optimized (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8251950Z test_torch_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8264560Z test_torch_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8275960Z test_torch_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8287900Z test_torch_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8299600Z test_torch_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8311370Z test_torch_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8323280Z test_torch_col_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8336480Z test_torch_column_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8349230Z test_torch_combinations (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8360940Z test_torch_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8372990Z test_torch_concat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8384440Z test_torch_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8396430Z test_torch_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8408250Z test_torch_constant_pad_nd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8419610Z test_torch_conv1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8432110Z test_torch_conv2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8443850Z test_torch_conv3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8455530Z test_torch_conv_tbc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8467690Z test_torch_conv_transpose1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8479700Z test_torch_conv_transpose2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8491100Z test_torch_conv_transpose3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8502580Z test_torch_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8514350Z test_torch_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8526130Z test_torch_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8537620Z test_torch_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8549280Z test_torch_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8560700Z test_torch_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8571980Z test_torch_cosine_similarity (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8583500Z test_torch_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8595050Z test_torch_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8606480Z test_torch_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8618090Z test_torch_crow_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8630250Z test_torch_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8642130Z test_torch_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8653650Z test_torch_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8665520Z test_torch_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8677400Z test_torch_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8688800Z test_torch_cumulative_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8700400Z test_torch_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8712010Z test_torch_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8723580Z test_torch_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8735360Z test_torch_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8747280Z test_torch_detach_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8758490Z test_torch_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8770320Z test_torch_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8781800Z test_torch_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8793570Z test_torch_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8805330Z test_torch_diagonal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8816890Z test_torch_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8828420Z test_torch_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8839740Z test_torch_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8851270Z test_torch_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8862670Z test_torch_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8874300Z test_torch_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8886380Z test_torch_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8897650Z test_torch_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8909070Z test_torch_dsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8921910Z test_torch_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8934280Z test_torch_dstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8945580Z test_torch_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8957790Z test_torch_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8969210Z test_torch_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8980890Z test_torch_empty_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.8993160Z test_torch_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9004930Z test_torch_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9016760Z test_torch_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9028430Z test_torch_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9040330Z test_torch_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9052030Z test_torch_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9063610Z test_torch_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9075300Z test_torch_expand_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9086960Z test_torch_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9098920Z test_torch_fake_quantize_per_channel_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9110450Z test_torch_fake_quantize_per_tensor_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9122250Z test_torch_fbgemm_linear_fp16_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9134090Z test_torch_fbgemm_linear_fp16_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9146030Z test_torch_fbgemm_linear_int8_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9157590Z test_torch_fbgemm_linear_int8_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9169170Z test_torch_fbgemm_linear_quantize_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9180540Z test_torch_fbgemm_pack_gemm_matrix_fp16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9192130Z test_torch_fbgemm_pack_quantized_matrix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9203780Z test_torch_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9215590Z test_torch_feature_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9227420Z test_torch_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9239200Z test_torch_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9251020Z test_torch_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9262610Z test_torch_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9274130Z test_torch_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9286020Z test_torch_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9297670Z test_torch_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9309330Z test_torch_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9321130Z test_torch_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9333370Z test_torch_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9345830Z test_torch_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9357690Z test_torch_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9369630Z test_torch_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9382010Z test_torch_frobenius_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9393070Z test_torch_full_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9405000Z test_torch_functional_atleast_1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9416540Z test_torch_functional_atleast_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9428050Z test_torch_functional_atleast_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9439650Z test_torch_functional_block_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9451150Z test_torch_functional_broadcast_tensors (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9462540Z test_torch_functional_cartesian_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9474820Z test_torch_functional_cdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9486290Z test_torch_functional_chain_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9497660Z test_torch_functional_einsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9509200Z test_torch_functional_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9520750Z test_torch_functional_meshgrid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9532630Z test_torch_functional_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9543850Z test_torch_functional_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9555350Z test_torch_functional_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9566810Z test_torch_functional_tensordot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9578460Z test_torch_functional_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9590340Z test_torch_functional_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9601910Z test_torch_fused_moving_avg_obs_fake_quant (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9613630Z test_torch_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9625430Z test_torch_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9637170Z test_torch_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9648960Z test_torch_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9660150Z test_torch_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9672050Z test_torch_gradient (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9683830Z test_torch_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9695690Z test_torch_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9707610Z test_torch_grid_sampler (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9718940Z test_torch_grid_sampler_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9731660Z test_torch_grid_sampler_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9743450Z test_torch_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9755060Z test_torch_gru (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9766750Z test_torch_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9778520Z test_torch_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9790580Z test_torch_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9802020Z test_torch_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9814270Z test_torch_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9825550Z test_torch_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9837250Z test_torch_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9849180Z test_torch_histogramdd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9860950Z test_torch_hsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9872550Z test_torch_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9884250Z test_torch_hstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9895920Z test_torch_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9907480Z test_torch_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9919060Z test_torch_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9930700Z test_torch_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9941860Z test_torch_imag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9954060Z test_torch_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9966280Z test_torch_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9977870Z test_torch_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:52.9989660Z test_torch_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0001320Z test_torch_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0013120Z test_torch_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0024650Z test_torch_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0036220Z test_torch_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0048050Z test_torch_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0059630Z test_torch_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0071210Z test_torch_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0082820Z test_torch_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0094070Z test_torch_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0105300Z test_torch_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0116590Z test_torch_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0128030Z test_torch_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0139480Z test_torch_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0150890Z test_torch_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0162340Z test_torch_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0173730Z test_torch_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0185210Z test_torch_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0196480Z test_torch_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0208400Z test_torch_isin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0219780Z test_torch_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0231550Z test_torch_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0242580Z test_torch_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0254060Z test_torch_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0265800Z test_torch_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0284950Z test_torch_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0288490Z test_torch_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0299910Z test_torch_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0311600Z test_torch_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0323170Z test_torch_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0335010Z test_torch_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0346210Z test_torch_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0358110Z test_torch_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0370090Z test_torch_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0382000Z test_torch_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0393040Z test_torch_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0404600Z test_torch_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0416720Z test_torch_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0428090Z test_torch_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0439490Z test_torch_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0451410Z test_torch_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0462970Z test_torch_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0474780Z test_torch_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0486140Z test_torch_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0497760Z test_torch_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0509140Z test_torch_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0520590Z test_torch_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0532520Z test_torch_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0543940Z test_torch_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0555240Z test_torch_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0566780Z test_torch_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0578840Z test_torch_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0590710Z test_torch_lstm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0602210Z test_torch_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0614020Z test_torch_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0625880Z test_torch_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0637350Z test_torch_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0649580Z test_torch_lu_unpack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0660610Z test_torch_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0672150Z test_torch_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0684150Z test_torch_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0695380Z test_torch_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0707850Z test_torch_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0719190Z test_torch_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0731090Z test_torch_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0742060Z test_torch_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0753460Z test_torch_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0765150Z test_torch_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0776650Z test_torch_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0788380Z test_torch_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0799590Z test_torch_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0811190Z test_torch_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0822570Z test_torch_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0834210Z test_torch_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0846140Z test_torch_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0857440Z test_torch_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0868910Z test_torch_miopen_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0880680Z test_torch_miopen_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0892310Z test_torch_miopen_convolution_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0904140Z test_torch_miopen_depthwise_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0915650Z test_torch_miopen_rnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0927460Z test_torch_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0939000Z test_torch_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0950360Z test_torch_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0962250Z test_torch_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0973140Z test_torch_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0984520Z test_torch_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.0996230Z test_torch_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1007640Z test_torch_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1019360Z test_torch_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1031050Z test_torch_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1042690Z test_torch_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1054350Z test_torch_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1066000Z test_torch_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1077760Z test_torch_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1089280Z test_torch_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1100860Z test_torch_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1112510Z test_torch_native_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1124060Z test_torch_native_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1135540Z test_torch_native_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1146980Z test_torch_native_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1158630Z test_torch_native_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1171230Z test_torch_native_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1182080Z test_torch_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1193640Z test_torch_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1205370Z test_torch_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1216820Z test_torch_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1228420Z test_torch_nn_functional__threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1239600Z test_torch_nn_functional_adaptive_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1250890Z test_torch_nn_functional_adaptive_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1261910Z test_torch_nn_functional_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1273300Z test_torch_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1284830Z test_torch_nn_functional_adaptive_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1295960Z test_torch_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1307130Z test_torch_nn_functional_adaptive_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1318620Z test_torch_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1330050Z test_torch_nn_functional_affine_grid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1342280Z test_torch_nn_functional_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1353350Z test_torch_nn_functional_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1365120Z test_torch_nn_functional_binary_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1375950Z test_torch_nn_functional_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1387630Z test_torch_nn_functional_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1398840Z test_torch_nn_functional_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1410430Z test_torch_nn_functional_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1421680Z test_torch_nn_functional_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1433090Z test_torch_nn_functional_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1444560Z test_torch_nn_functional_dropout2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1455960Z test_torch_nn_functional_dropout3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1467200Z test_torch_nn_functional_elu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1478670Z test_torch_nn_functional_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1490160Z test_torch_nn_functional_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1501190Z test_torch_nn_functional_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1512630Z test_torch_nn_functional_fold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1524120Z test_torch_nn_functional_fractional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1535460Z test_torch_nn_functional_fractional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1547240Z test_torch_nn_functional_fractional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1558360Z test_torch_nn_functional_fractional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1569670Z test_torch_nn_functional_gaussian_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1580990Z test_torch_nn_functional_glu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1592360Z test_torch_nn_functional_grid_sample (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1603680Z test_torch_nn_functional_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1615350Z test_torch_nn_functional_gumbel_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1627010Z test_torch_nn_functional_hardtanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1638290Z test_torch_nn_functional_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1649500Z test_torch_nn_functional_huber_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1660860Z test_torch_nn_functional_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1672150Z test_torch_nn_functional_interpolate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1683560Z test_torch_nn_functional_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1694730Z test_torch_nn_functional_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1706050Z test_torch_nn_functional_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1717570Z test_torch_nn_functional_leaky_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1729250Z test_torch_nn_functional_local_response_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1740230Z test_torch_nn_functional_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1751520Z test_torch_nn_functional_lp_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1762940Z test_torch_nn_functional_lp_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1774380Z test_torch_nn_functional_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1785720Z test_torch_nn_functional_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1797230Z test_torch_nn_functional_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1808650Z test_torch_nn_functional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1821040Z test_torch_nn_functional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1833130Z test_torch_nn_functional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1844600Z test_torch_nn_functional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1856480Z test_torch_nn_functional_max_unpool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1867870Z test_torch_nn_functional_max_unpool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1879500Z test_torch_nn_functional_max_unpool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1891090Z test_torch_nn_functional_mish (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1902650Z test_torch_nn_functional_mse_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1914940Z test_torch_nn_functional_multi_head_attention_forward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1926420Z test_torch_nn_functional_multi_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1938550Z test_torch_nn_functional_multilabel_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1949460Z test_torch_nn_functional_multilabel_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1962020Z test_torch_nn_functional_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1973580Z test_torch_nn_functional_normalize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1985180Z test_torch_nn_functional_pad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.1996910Z test_torch_nn_functional_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2008540Z test_torch_nn_functional_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2019760Z test_torch_nn_functional_relu6 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2031410Z test_torch_nn_functional_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2042810Z test_torch_nn_functional_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2054430Z test_torch_nn_functional_silu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2066000Z test_torch_nn_functional_smooth_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2077410Z test_torch_nn_functional_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2088780Z test_torch_nn_functional_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2100580Z test_torch_nn_functional_softmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2112210Z test_torch_nn_functional_softsign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2123380Z test_torch_nn_functional_tanhshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2134870Z test_torch_nn_functional_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2146340Z test_torch_nn_functional_triplet_margin_with_distance_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2157600Z test_torch_nn_functional_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2168970Z test_torch_nn_init_constant_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2180340Z test_torch_nn_init_kaiming_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2191510Z test_torch_nn_init_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2202820Z test_torch_nn_init_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2214540Z test_torch_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2226090Z test_torch_norm_except_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2237700Z test_torch_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2249380Z test_torch_nuclear_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2261400Z test_torch_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2273110Z test_torch_ones_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2284480Z test_torch_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2295860Z test_torch_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2307610Z test_torch_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2318740Z test_torch_pairwise_distance (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2330450Z test_torch_pdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2342060Z test_torch_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2352950Z test_torch_permute_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2364580Z test_torch_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2375900Z test_torch_pixel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2387490Z test_torch_pixel_unshuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2398700Z test_torch_poisson (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2410140Z test_torch_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2421560Z test_torch_polar (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2433060Z test_torch_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2444420Z test_torch_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2456110Z test_torch_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2467550Z test_torch_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2479450Z test_torch_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2491110Z test_torch_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2502550Z test_torch_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2514200Z test_torch_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2525480Z test_torch_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2536680Z test_torch_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2548300Z test_torch_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2559960Z test_torch_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2571520Z test_torch_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2583000Z test_torch_quantize_per_channel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2603570Z test_torch_quantize_per_tensor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2606930Z test_torch_quantize_per_tensor_dynamic (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2618260Z test_torch_quantized_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2629960Z test_torch_quantized_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2641500Z test_torch_quantized_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2652890Z test_torch_quantized_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2664500Z test_torch_quantized_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2675880Z test_torch_quantized_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2687410Z test_torch_quantized_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2699040Z test_torch_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2710570Z test_torch_rand_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2722100Z test_torch_randint_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2733880Z test_torch_randn_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2745420Z test_torch_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2756750Z test_torch_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2768280Z test_torch_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2780280Z test_torch_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2791300Z test_torch_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2803070Z test_torch_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2814640Z test_torch_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2826120Z test_torch_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2837660Z test_torch_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2848870Z test_torch_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2860490Z test_torch_rnn_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2872110Z test_torch_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2883400Z test_torch_rnn_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2895210Z test_torch_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2906400Z test_torch_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2917890Z test_torch_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2929530Z test_torch_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2940900Z test_torch_row_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2952410Z test_torch_row_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2963910Z test_torch_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2975390Z test_torch_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2986970Z test_torch_rsub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.2998930Z test_torch_saddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3010880Z test_torch_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3022320Z test_torch_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3033960Z test_torch_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3045940Z test_torch_searchsorted (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3057250Z test_torch_segment_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3068750Z test_torch_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3080370Z test_torch_select_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3091750Z test_torch_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3103290Z test_torch_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3114650Z test_torch_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3126190Z test_torch_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3137640Z test_torch_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3148910Z test_torch_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3160340Z test_torch_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3171830Z test_torch_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3183170Z test_torch_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3194820Z test_torch_slice_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3206180Z test_torch_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3217630Z test_torch_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3237710Z test_torch_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3251430Z test_torch_softmax (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-05-18T07:29:53.3263120Z test_torch_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3274670Z test_torch_split_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3286200Z test_torch_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3297600Z test_torch_split_with_sizes_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3309210Z test_torch_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3320720Z test_torch_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3332570Z test_torch_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3343980Z test_torch_squeeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3355400Z test_torch_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3367260Z test_torch_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3378820Z test_torch_std_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3390180Z test_torch_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3401620Z test_torch_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3413480Z test_torch_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3425250Z test_torch_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3436450Z test_torch_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3447940Z test_torch_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3459450Z test_torch_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3470770Z test_torch_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3482140Z test_torch_t_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3493610Z test_torch_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3505120Z test_torch_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3516830Z test_torch_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3528060Z test_torch_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3539710Z test_torch_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3551310Z test_torch_threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3562730Z test_torch_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3574150Z test_torch_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3585810Z test_torch_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3597360Z test_torch_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3608980Z test_torch_transpose_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3620210Z test_torch_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3632070Z test_torch_trapz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3643620Z test_torch_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3655060Z test_torch_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3666470Z test_torch_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3677920Z test_torch_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3689170Z test_torch_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3701220Z test_torch_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3712130Z test_torch_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3723480Z test_torch_unbind_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3735250Z test_torch_unfold_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3746620Z test_torch_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3758690Z test_torch_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3769690Z test_torch_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3781100Z test_torch_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3792560Z test_torch_unsqueeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3804040Z test_torch_values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3816180Z test_torch_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3827930Z test_torch_var_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3839800Z test_torch_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3851320Z test_torch_view_as_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3862600Z test_torch_view_as_complex_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3873860Z test_torch_view_as_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3885160Z test_torch_view_as_real_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3896650Z test_torch_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3908170Z test_torch_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3919770Z test_torch_vstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3931600Z test_torch_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3943150Z test_torch_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3954490Z test_torch_zeros_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-05-18T07:29:53.3961510Z test_user_implementation_raises (__main__.TestTorchFunctionOverride) 2022-05-18T07:29:53.3967950Z Test that errors raised in user implementations propagate correctly ... ok (0.001s) 2022-05-18T07:29:53.4035190Z test_warn_on_invalid_torch_function (__main__.TestTorchFunctionWarning) ... ok (0.007s) 2022-05-18T07:29:53.4050280Z test_wrap_torch_function (__main__.TestWrapTorchFunction) ... ok (0.001s) 2022-05-18T07:29:53.7412610Z 2022-05-18T07:29:53.7413790Z ---------------------------------------------------------------------- 2022-05-18T07:29:53.7414190Z Ran 1362 tests in 2.154s 2022-05-18T07:29:53.7414350Z 2022-05-18T07:29:53.7414450Z OK 2022-05-18T07:29:53.7414560Z 2022-05-18T07:29:53.7414660Z Generating XML reports... 2022-05-18T07:29:53.7415300Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20220518072951.xml 2022-05-18T07:29:53.7415980Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20220518072951.xml 2022-05-18T07:29:53.7416640Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20220518072951.xml 2022-05-18T07:29:53.7417270Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20220518072951.xml 2022-05-18T07:29:53.7417910Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20220518072951.xml 2022-05-18T07:29:53.7418520Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIndexing-20220518072951.xml 2022-05-18T07:29:53.7419640Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIterator-20220518072951.xml 2022-05-18T07:29:53.7420330Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20220518072951.xml 2022-05-18T07:29:53.7420910Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestPickle-20220518072951.xml 2022-05-18T07:29:53.7421480Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestRNN-20220518072951.xml 2022-05-18T07:29:53.7422110Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20220518072951.xml 2022-05-18T07:29:53.7422760Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20220518072951.xml 2022-05-18T07:29:53.7423650Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20220518072951.xml 2022-05-18T07:29:54.1311420Z Running test_per_overload_api ... [2022-05-18 07:29:54.130777] 2022-05-18T07:29:54.1312150Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 07:29:54.130889] 2022-05-18T07:29:55.2588480Z 2022-05-18T07:29:55.2589230Z Test results will be stored in test-reports/python-unittest/test_per_overload_api 2022-05-18T07:29:55.2589580Z Running tests... 2022-05-18T07:29:55.2590010Z ---------------------------------------------------------------------- 2022-05-18T07:29:55.6471970Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... ok (0.388s) 2022-05-18T07:29:55.6497580Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... ok (0.003s) 2022-05-18T07:29:55.6547250Z 2022-05-18T07:29:55.6548350Z ---------------------------------------------------------------------- 2022-05-18T07:29:55.6548710Z Ran 2 tests in 0.391s 2022-05-18T07:29:55.6548840Z 2022-05-18T07:29:55.6548910Z OK 2022-05-18T07:29:55.6549010Z 2022-05-18T07:29:55.6549110Z Generating XML reports... 2022-05-18T07:29:55.6549770Z Generated XML report: test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20220518072955.xml 2022-05-18T07:29:55.8570990Z Running test_profiler ... [2022-05-18 07:29:55.856737] 2022-05-18T07:29:55.8571630Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 07:29:55.856852] 2022-05-18T07:29:57.4419130Z 2022-05-18T07:29:57.4419900Z Test results will be stored in test-reports/python-unittest/test_profiler 2022-05-18T07:29:57.4420230Z Running tests... 2022-05-18T07:29:57.4420630Z ---------------------------------------------------------------------- 2022-05-18T07:29:57.4829200Z test_export_stacks (__main__.TestProfiler) ... ok (0.041s) 2022-05-18T07:29:57.5972810Z test_flops (__main__.TestProfiler) ... ok (0.114s) 2022-05-18T07:29:57.6031500Z test_high_level_trace (__main__.TestProfiler) 2022-05-18T07:29:57.8627290Z Checks that python side high level events are recorded. ... ok (0.265s) 2022-05-18T07:29:57.8680140Z test_kineto (__main__.TestProfiler) ... ok (0.005s) 2022-05-18T07:29:57.8699820Z test_kineto_multigpu (__main__.TestProfiler) ... skip: Multiple GPUs needed (0.002s) 2022-05-18T07:29:57.8874790Z test_kineto_profiler_api (__main__.TestProfiler) ... ok (0.017s) 2022-05-18T07:29:57.9417280Z test_memory_profiler (__main__.TestProfiler) ... ok (0.054s) 2022-05-18T07:29:57.9770050Z test_module_hierarchy (__main__.TestProfiler) ... ok (0.035s) 2022-05-18T07:29:57.9803480Z test_profiler_fwd_bwd_link (__main__.TestProfiler) ... skip: Disable forward->backward link to workaround profiler crash (0.003s) 2022-05-18T07:29:57.9840160Z test_profiler_metadata (__main__.TestProfiler) ... ok (0.004s) 2022-05-18T07:29:57.9896760Z test_profiler_tracing (__main__.TestProfiler) ... ok (0.006s) 2022-05-18T07:29:57.9920120Z test_profiler_type (__main__.TestProfiler) ... ok (0.002s) 2022-05-18T07:29:57.9951340Z test_source (__main__.TestProfiler) 2022-05-18T07:29:58.0269190Z Checks that source code attribution works for eager, TS and autograd mode ... ok (0.035s) 2022-05-18T07:29:58.0594870Z test_tensorboard_trace_handler (__main__.TestProfiler) ... ok (0.033s) 2022-05-18T07:29:58.0610410Z test_custom_module_input_op_ids (__main__.TestProfilerCUDA) ... skip: CUDA is required (0.001s) 2022-05-18T07:29:58.0628830Z test_mem_leak (__main__.TestProfilerCUDA) 2022-05-18T07:29:58.0629890Z Checks that there's no memory leak when using profiler with CUDA ... skip: CUDA is required (0.002s) 2022-05-18T07:29:58.0732760Z test_datapipe_delegation_with_profiler (__main__.TestRecordFunction) ... ok (0.010s) 2022-05-18T07:29:58.1433990Z test_datapipe_with_record_function (__main__.TestRecordFunction) ... ok (0.070s) 2022-05-18T07:29:58.1954920Z test_datapipe_with_record_function_fork (__main__.TestRecordFunction) ... ok (0.052s) 2022-05-18T07:29:58.1993290Z test_record_function (__main__.TestRecordFunction) ... ok (0.004s) 2022-05-18T07:29:58.2090090Z 2022-05-18T07:29:58.2090800Z ---------------------------------------------------------------------- 2022-05-18T07:29:58.2091130Z Ran 20 tests in 0.758s 2022-05-18T07:29:58.2091270Z 2022-05-18T07:29:58.2091360Z OK (skipped=4) 2022-05-18T07:29:58.2091480Z 2022-05-18T07:29:58.2091580Z Generating XML reports... 2022-05-18T07:29:58.2092100Z Generated XML report: test-reports/python-unittest/test_profiler/TEST-TestProfiler-20220518072957.xml 2022-05-18T07:29:58.2092740Z Generated XML report: test-reports/python-unittest/test_profiler/TEST-TestRecordFunction-20220518072957.xml 2022-05-18T07:29:58.2093350Z Generated XML report: test-reports/python-unittest/test_profiler/TEST-TestProfilerCUDA-20220518072957.xml 2022-05-18T07:29:58.4526560Z Running test_public_bindings ... [2022-05-18 07:29:58.452340] 2022-05-18T07:29:58.4527260Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_public_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 07:29:58.452451] 2022-05-18T07:29:59.5604870Z 2022-05-18T07:29:59.5605650Z Test results will be stored in test-reports/python-unittest/test_public_bindings 2022-05-18T07:29:59.5606000Z Running tests... 2022-05-18T07:29:59.5606410Z ---------------------------------------------------------------------- 2022-05-18T07:29:59.5653730Z test_correct_module_names (__main__.TestPublicBindings) 2022-05-18T07:30:01.0130710Z An API is considered public, if its `__module__` starts with `torch.` ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/distributed_c10d.py:181: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead 2022-05-18T07:30:01.0131790Z warnings.warn( 2022-05-18T07:30:01.0132070Z NOTE: Redirects are currently not supported in Windows or MacOs. 2022-05-18T07:30:01.8301280Z ok (2.269s) 2022-05-18T07:30:01.8357800Z test_no_new_bindings (__main__.TestPublicBindings) 2022-05-18T07:30:01.8369250Z This test aims to stop the introduction of new JIT bindings into torch._C ... ok (0.007s) 2022-05-18T07:30:01.8424120Z 2022-05-18T07:30:01.8425310Z ---------------------------------------------------------------------- 2022-05-18T07:30:01.8425650Z Ran 2 tests in 2.277s 2022-05-18T07:30:01.8425780Z 2022-05-18T07:30:01.8425850Z OK 2022-05-18T07:30:01.8425940Z 2022-05-18T07:30:01.8426040Z Generating XML reports... 2022-05-18T07:30:01.8426600Z Generated XML report: test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20220518072959.xml 2022-05-18T07:30:02.1671880Z Running test_pytree ... [2022-05-18 07:30:02.166828] 2022-05-18T07:30:02.1672550Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_pytree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 07:30:02.166944] 2022-05-18T07:30:03.2644760Z 2022-05-18T07:30:03.2645480Z Test results will be stored in test-reports/python-unittest/test_pytree 2022-05-18T07:30:03.2645810Z Running tests... 2022-05-18T07:30:03.2646200Z ---------------------------------------------------------------------- 2022-05-18T07:30:03.6750560Z test_broadcast_to_and_flatten (__main__.TestPytree) ... ok (0.410s) 2022-05-18T07:30:03.6802550Z test_flatten_unflatten_dict (__main__.TestPytree) ... ok (0.005s) 2022-05-18T07:30:03.6838270Z test_flatten_unflatten_leaf (__main__.TestPytree) ... ok (0.003s) 2022-05-18T07:30:03.6872090Z test_flatten_unflatten_list (__main__.TestPytree) ... ok (0.003s) 2022-05-18T07:30:03.6902030Z test_flatten_unflatten_namedtuple (__main__.TestPytree) ... ok (0.003s) 2022-05-18T07:30:03.6921160Z test_flatten_unflatten_nested (__main__.TestPytree) ... ok (0.002s) 2022-05-18T07:30:03.6945520Z test_flatten_unflatten_return_type_max (__main__.TestPytree) ... ok (0.002s) 2022-05-18T07:30:03.6969050Z test_flatten_unflatten_return_type_min (__main__.TestPytree) ... ok (0.002s) 2022-05-18T07:30:03.7002260Z test_flatten_unflatten_tuple (__main__.TestPytree) ... ok (0.003s) 2022-05-18T07:30:03.7024140Z test_treemap (__main__.TestPytree) ... ok (0.002s) 2022-05-18T07:30:03.7040290Z test_treespec_equality (__main__.TestPytree) ... ok (0.002s) 2022-05-18T07:30:03.7052080Z test_treespec_repr (__main__.TestPytree) ... ok (0.001s) 2022-05-18T07:30:03.7125670Z 2022-05-18T07:30:03.7126810Z ---------------------------------------------------------------------- 2022-05-18T07:30:03.7127140Z Ran 12 tests in 0.441s 2022-05-18T07:30:03.7127280Z 2022-05-18T07:30:03.7127360Z OK 2022-05-18T07:30:03.7127460Z 2022-05-18T07:30:03.7127560Z Generating XML reports... 2022-05-18T07:30:03.7128250Z Generated XML report: test-reports/python-unittest/test_pytree/TEST-TestPytree-20220518073003.xml 2022-05-18T07:30:03.9872970Z Running test_reductions ... [2022-05-18 07:30:03.986912] 2022-05-18T07:30:03.9873670Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_reductions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 07:30:03.987028] 2022-05-18T07:30:06.4289790Z 2022-05-18T07:30:06.4290070Z Running tests... 2022-05-18T07:30:06.4290720Z Test results will be stored in test-reports/python-unittest/test_reductions 2022-05-18T07:30:06.4338230Z ---------------------------------------------------------------------- 2022-05-18T07:30:06.4338650Z test_accreal_type_cpu (__main__.TestReductionsCPU) ... ok (0.005s) 2022-05-18T07:30:06.4370780Z test_all_any_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:30:06.4387090Z test_all_any_empty_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-05-18T07:30:06.5421830Z test_all_any_vs_numpy_cpu_bool (__main__.TestReductionsCPU) ... test_reductions.py:1697: UserWarning: The use of `x.T` on tensors of dimension other than 2 to reverse their shape is deprecated and it will throw an error in a future release. Consider `x.mT` to transpose batches of matricesor `x.permute(*torch.arange(x.ndim - 1, -1, -1))` to reverse the dimensions of a tensor. (Triggered internally at ../aten/src/ATen/native/TensorShape.cpp:2994.) 2022-05-18T07:30:06.5422840Z _test_all_any(x.T) 2022-05-18T07:30:06.5423600Z test_reductions.py:1661: UserWarning: An output with one or more elements was resized since it had shape [4], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:30:06.5424280Z torch.all(x, dim, out=out) 2022-05-18T07:30:06.5424970Z test_reductions.py:1661: UserWarning: An output with one or more elements was resized since it had shape [1, 1], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:30:06.5425610Z torch.all(x, dim, out=out) 2022-05-18T07:30:06.5426900Z test_reductions.py:1661: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [5, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:30:06.5427610Z torch.all(x, dim, out=out) 2022-05-18T07:30:06.5428290Z test_reductions.py:1661: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:30:06.5428920Z torch.all(x, dim, out=out) 2022-05-18T07:30:06.5429590Z test_reductions.py:1661: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [1, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:30:06.5430230Z torch.all(x, dim, out=out) 2022-05-18T07:30:06.5430910Z test_reductions.py:1661: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:30:06.5431560Z torch.all(x, dim, out=out) 2022-05-18T07:30:06.5432240Z test_reductions.py:1661: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:30:06.5433220Z torch.all(x, dim, out=out) 2022-05-18T07:30:06.5433910Z test_reductions.py:1661: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:30:06.5434540Z torch.all(x, dim, out=out) 2022-05-18T07:30:06.5434730Z ok (0.103s) 2022-05-18T07:30:07.1974050Z test_all_any_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:2157: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at ../aten/src/ATen/native/Copy.cpp:250.) 2022-05-18T07:30:07.1974680Z torch_result = torch_fn(t).cpu() 2022-05-18T07:30:07.1974900Z ok (0.655s) 2022-05-18T07:30:07.8221180Z test_all_any_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.625s) 2022-05-18T07:30:08.4473980Z test_all_any_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.625s) 2022-05-18T07:30:09.0702590Z test_all_any_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.623s) 2022-05-18T07:30:09.6911900Z test_all_any_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.621s) 2022-05-18T07:30:10.3025270Z test_all_any_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.611s) 2022-05-18T07:30:10.8695730Z test_all_any_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.567s) 2022-05-18T07:30:11.4542050Z test_all_any_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.584s) 2022-05-18T07:30:12.0340210Z test_all_any_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.578s) 2022-05-18T07:30:12.1341790Z test_all_any_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.102s) 2022-05-18T07:30:12.1372420Z test_all_any_with_dim_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:30:12.1402600Z test_amax_cpu_bool (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:30:12.1445980Z test_amax_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:30:12.1483720Z test_amax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:30:12.1521260Z test_amax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:30:12.1549740Z test_amax_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:30:12.1577480Z test_amax_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:30:12.1827750Z test_amin_amax_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.025s) 2022-05-18T07:30:12.1858660Z test_amin_cpu_bool (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:30:12.1900590Z test_amin_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:30:12.1939790Z test_amin_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:30:12.1980440Z test_amin_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:30:12.2013000Z test_amin_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:30:12.2044010Z test_amin_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:30:12.2150570Z test_aminmax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-05-18T07:30:12.2255970Z test_aminmax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-05-18T07:30:12.2306950Z test_argminmax_axis_with_dim_one_cpu (__main__.TestReductionsCPU) ... ok (0.005s) 2022-05-18T07:30:12.2327390Z test_argminmax_large_axis_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:30:12.2514380Z test_argminmax_multiple_cpu_float16 (__main__.TestReductionsCPU) ... test_reductions.py:1581: 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-05-18T07:30:12.2515740Z x[mask] = torch.tensor(max_val + 1, dtype=dtype) 2022-05-18T07:30:12.2517290Z test_reductions.py:1584: 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-05-18T07:30:12.2518970Z x[mask] = torch.tensor(min_val - 1, dtype=dtype) 2022-05-18T07:30:12.2519900Z ok (0.019s) 2022-05-18T07:30:12.2789700Z test_argminmax_multiple_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.027s) 2022-05-18T07:30:12.3071070Z test_argminmax_multiple_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.028s) 2022-05-18T07:30:12.3307600Z test_argminmax_multiple_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.024s) 2022-05-18T07:30:12.3538500Z test_argminmax_multiple_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.023s) 2022-05-18T07:30:12.3766180Z test_argminmax_multiple_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.023s) 2022-05-18T07:30:12.3992920Z test_argminmax_multiple_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.023s) 2022-05-18T07:30:12.4219220Z test_argminmax_multiple_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.022s) 2022-05-18T07:30:12.7360110Z test_bincount_cpu (__main__.TestReductionsCPU) ... ok (0.314s) 2022-05-18T07:30:12.8233450Z test_bucketization_cpu (__main__.TestReductionsCPU) ... ok (0.087s) 2022-05-18T07:30:12.8406170Z test_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-05-18T07:30:12.8575750Z test_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-05-18T07:30:12.8742540Z test_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-05-18T07:30:12.8904420Z test_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-05-18T07:30:12.9068140Z test_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-05-18T07:30:12.9174160Z test_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-05-18T07:30:12.9280050Z test_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-05-18T07:30:12.9383960Z test_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-05-18T07:30:12.9491950Z test_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-05-18T07:30:12.9595940Z test_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-05-18T07:30:13.2455860Z test_cumprod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.286s) 2022-05-18T07:30:13.5325240Z test_cumsum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.287s) 2022-05-18T07:30:13.5360930Z test_dim_arg_reduction_scalar_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:30:13.5395580Z test_dim_arg_reduction_scalar_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:30:13.5429370Z test_dim_arg_reduction_scalar_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:30:13.5461770Z test_dim_arg_reduction_scalar_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:30:13.5495760Z test_dim_arg_reduction_scalar_cpu_int16 (__main__.TestReductionsCPU) ... test_reductions.py:1865: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-05-18T07:30:13.5496330Z x = torch.tensor(example, device=device, dtype=dtype) 2022-05-18T07:30:13.5496800Z test_reductions.py:1871: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-05-18T07:30:13.5498050Z x = torch.tensor(example, device=device, dtype=dtype) 2022-05-18T07:30:13.5498280Z ok (0.003s) 2022-05-18T07:30:13.5534900Z test_dim_arg_reduction_scalar_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:30:13.5571360Z test_dim_arg_reduction_scalar_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:30:13.5607960Z test_dim_arg_reduction_scalar_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:30:13.5642430Z test_dim_arg_reduction_scalar_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:30:13.5650810Z test_dim_default__masked_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.5664300Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.5670070Z test_dim_default__masked_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.5682020Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.5689270Z test_dim_default__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.5703060Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.5718260Z test_dim_default__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.5724950Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.5731570Z test_dim_default__masked_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.5748640Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.5754140Z test_dim_default__masked_norm_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.5768020Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.5773090Z test_dim_default__masked_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.5786760Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.5792770Z test_dim_default__masked_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.5812300Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.5818510Z test_dim_default__masked_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.5831080Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.5836940Z test_dim_default__masked_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.5852040Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.5857620Z test_dim_default_all_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.5869460Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.5875010Z test_dim_default_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.5886830Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.5893000Z test_dim_default_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.5908750Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.5910710Z test_dim_default_any_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.5922540Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.5928190Z test_dim_default_argmax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.5939900Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.5945710Z test_dim_default_argmin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.5957310Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.5962870Z test_dim_default_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.5974120Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.5979900Z test_dim_default_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.5994150Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:13.6000040Z test_dim_default_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6013420Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:13.6019250Z test_dim_default_keepdim__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6032850Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:13.6038990Z test_dim_default_keepdim__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6052960Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:13.6058640Z test_dim_default_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6073400Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:13.6079310Z test_dim_default_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6092870Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:13.6098930Z test_dim_default_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6112690Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:13.6118580Z test_dim_default_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6135310Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:13.6141280Z test_dim_default_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6155050Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:13.6160230Z test_dim_default_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6176120Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:13.6182010Z test_dim_default_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6235090Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.006s) 2022-05-18T07:30:13.6241880Z test_dim_default_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6257350Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:13.6263910Z test_dim_default_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6277910Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:13.6283860Z test_dim_default_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6295620Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.002s) 2022-05-18T07:30:13.6301730Z test_dim_default_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6302440Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T07:30:13.6308170Z test_dim_default_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6308790Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T07:30:13.6314500Z test_dim_default_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6315160Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T07:30:13.6321260Z test_dim_default_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6321980Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T07:30:13.6327640Z test_dim_default_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6345530Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:13.6351710Z test_dim_default_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6365180Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:13.6371130Z test_dim_default_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6371830Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T07:30:13.6377820Z test_dim_default_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6378530Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T07:30:13.6384220Z test_dim_default_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6384860Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T07:30:13.6390750Z test_dim_default_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6391410Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T07:30:13.6396790Z test_dim_default_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6411360Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.6416910Z test_dim_default_nanmean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6429690Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.6435200Z test_dim_default_nansum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6448410Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.6454670Z test_dim_default_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6467080Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.6472820Z test_dim_default_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6486710Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.6492500Z test_dim_default_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6504270Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.6509920Z test_dim_default_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6522860Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:13.6530280Z test_dim_empty__masked_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6548840Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-05-18T07:30:13.6556270Z test_dim_empty__masked_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6570810Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-05-18T07:30:13.6578330Z test_dim_empty__masked_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6593230Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-05-18T07:30:13.6600840Z test_dim_empty__masked_norm_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6613640Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-05-18T07:30:13.6620750Z test_dim_empty__masked_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6632670Z Tests that dim=[] is a no-op ... ok (0.002s) 2022-05-18T07:30:13.6640240Z test_dim_empty__masked_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6656340Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-05-18T07:30:13.6663570Z test_dim_empty__masked_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6677480Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-05-18T07:30:13.6684100Z test_dim_empty__masked_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6699670Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-05-18T07:30:13.6706680Z test_dim_empty_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6719190Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-05-18T07:30:13.6726330Z test_dim_empty_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6739790Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-05-18T07:30:13.6747190Z test_dim_empty_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6747940Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-05-18T07:30:13.6755480Z test_dim_empty_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6772280Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-05-18T07:30:13.6780240Z test_dim_empty_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6795160Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-05-18T07:30:13.6803310Z test_dim_empty_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6820120Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-05-18T07:30:13.6827590Z test_dim_empty_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6845420Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-05-18T07:30:13.6853470Z test_dim_empty_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6866140Z Tests that dim=[], when keepdim=True, is a no-op ... ok (0.002s) 2022-05-18T07:30:13.6873650Z test_dim_empty_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6891030Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-05-18T07:30:13.6898400Z test_dim_empty_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6913030Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-05-18T07:30:13.6922730Z test_dim_empty_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6938610Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-05-18T07:30:13.6948600Z test_dim_empty_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6968830Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.003s) 2022-05-18T07:30:13.6976680Z test_dim_empty_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.6992190Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-05-18T07:30:13.7000060Z test_dim_empty_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7000920Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-05-18T07:30:13.7008430Z test_dim_empty_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7009050Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-05-18T07:30:13.7016480Z test_dim_empty_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7017300Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-05-18T07:30:13.7024610Z test_dim_empty_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7040660Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-05-18T07:30:13.7048330Z test_dim_empty_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7049180Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-05-18T07:30:13.7056940Z test_dim_empty_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7057490Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-05-18T07:30:13.7064740Z test_dim_empty_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7065600Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-05-18T07:30:13.7072390Z test_dim_empty_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7073000Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-05-18T07:30:13.7079880Z test_dim_empty_nanmean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7080630Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-05-18T07:30:13.7087800Z test_dim_empty_nansum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7101720Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-05-18T07:30:13.7108870Z test_dim_empty_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7109560Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-05-18T07:30:13.7116440Z test_dim_empty_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7117210Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-05-18T07:30:13.7124000Z test_dim_empty_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7124810Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-05-18T07:30:13.7131760Z test_dim_multi__masked_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7143460Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T07:30:13.7150680Z test_dim_multi__masked_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7161540Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T07:30:13.7169050Z test_dim_multi__masked_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7180540Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T07:30:13.7187870Z test_dim_multi__masked_norm_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7198890Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T07:30:13.7205990Z test_dim_multi__masked_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7216930Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T07:30:13.7224380Z test_dim_multi__masked_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7237530Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T07:30:13.7244650Z test_dim_multi__masked_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7259220Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T07:30:13.7267720Z test_dim_multi__masked_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7282830Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T07:30:13.7291570Z test_dim_multi_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7304450Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T07:30:13.7312360Z test_dim_multi_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7329190Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T07:30:13.7338840Z test_dim_multi_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7352280Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T07:30:13.7360280Z test_dim_multi_duplicate__masked_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7370970Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-05-18T07:30:13.7378190Z test_dim_multi_duplicate__masked_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7387050Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-05-18T07:30:13.7394050Z test_dim_multi_duplicate__masked_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7403120Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-05-18T07:30:13.7410030Z test_dim_multi_duplicate__masked_norm_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7420730Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-05-18T07:30:13.7429080Z test_dim_multi_duplicate__masked_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7439040Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-05-18T07:30:13.7447030Z test_dim_multi_duplicate__masked_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7456300Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-05-18T07:30:13.7462980Z test_dim_multi_duplicate__masked_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7471240Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-05-18T07:30:13.7478110Z test_dim_multi_duplicate__masked_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7486970Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-05-18T07:30:13.7493550Z test_dim_multi_duplicate_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7576140Z Tests that an error is raised if dim has duplicate entries. ... ok (0.009s) 2022-05-18T07:30:13.7582560Z test_dim_multi_duplicate_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7670130Z Tests that an error is raised if dim has duplicate entries. ... ok (0.009s) 2022-05-18T07:30:13.7677390Z test_dim_multi_duplicate_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7774730Z Tests that an error is raised if dim has duplicate entries. ... ok (0.010s) 2022-05-18T07:30:13.7782010Z test_dim_multi_duplicate_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7860660Z Tests that an error is raised if dim has duplicate entries. ... ok (0.008s) 2022-05-18T07:30:13.7866440Z test_dim_multi_duplicate_nanmean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.7964640Z Tests that an error is raised if dim has duplicate entries. ... ok (0.010s) 2022-05-18T07:30:13.7971890Z test_dim_multi_duplicate_nansum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8057310Z Tests that an error is raised if dim has duplicate entries. ... ok (0.009s) 2022-05-18T07:30:13.8064540Z test_dim_multi_duplicate_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8175420Z Tests that an error is raised if dim has duplicate entries. ... ok (0.012s) 2022-05-18T07:30:13.8182040Z test_dim_multi_duplicate_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8263700Z Tests that an error is raised if dim has duplicate entries. ... ok (0.009s) 2022-05-18T07:30:13.8270970Z test_dim_multi_duplicate_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8376540Z Tests that an error is raised if dim has duplicate entries. ... ok (0.011s) 2022-05-18T07:30:13.8385370Z test_dim_multi_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8400380Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T07:30:13.8408230Z test_dim_multi_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8420370Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T07:30:13.8428240Z test_dim_multi_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8441390Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T07:30:13.8449180Z test_dim_multi_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8461400Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T07:30:13.8469150Z test_dim_multi_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8481550Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T07:30:13.8489680Z test_dim_multi_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8503620Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T07:30:13.8511550Z test_dim_multi_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8524290Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T07:30:13.8531790Z test_dim_multi_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8545690Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T07:30:13.8553600Z test_dim_multi_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8565670Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T07:30:13.8573520Z test_dim_multi_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8586610Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T07:30:13.8593960Z test_dim_multi_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8594620Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... skip: Skipped! (0.001s) 2022-05-18T07:30:13.8602460Z test_dim_multi_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8614830Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T07:30:13.8622640Z test_dim_multi_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8635880Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T07:30:13.8647780Z test_dim_multi_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8656370Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T07:30:13.8664600Z test_dim_multi_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8677300Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T07:30:13.8685870Z test_dim_multi_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8698730Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T07:30:13.8707600Z test_dim_multi_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8719620Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-05-18T07:30:13.8727130Z test_dim_multi_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8737780Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T07:30:13.8745520Z test_dim_multi_nanmean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8757390Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T07:30:13.8764990Z test_dim_multi_nansum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8776110Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T07:30:13.8783450Z test_dim_multi_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8794730Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T07:30:13.8806910Z test_dim_multi_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8814940Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T07:30:13.8820820Z test_dim_multi_unsorted__masked_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8830020Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-05-18T07:30:13.8836040Z test_dim_multi_unsorted__masked_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8845400Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-05-18T07:30:13.8851310Z test_dim_multi_unsorted__masked_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8860890Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T07:30:13.8867080Z test_dim_multi_unsorted__masked_norm_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8876610Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T07:30:13.8882930Z test_dim_multi_unsorted__masked_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8892610Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T07:30:13.8898500Z test_dim_multi_unsorted__masked_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8909400Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T07:30:13.8915630Z test_dim_multi_unsorted__masked_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8924960Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-05-18T07:30:13.8931100Z test_dim_multi_unsorted__masked_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8941080Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T07:30:13.8947230Z test_dim_multi_unsorted_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8956190Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-05-18T07:30:13.8962210Z test_dim_multi_unsorted_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8971050Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-05-18T07:30:13.8977040Z test_dim_multi_unsorted_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.8986480Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-05-18T07:30:13.8992990Z test_dim_multi_unsorted_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9004090Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T07:30:13.9010480Z test_dim_multi_unsorted_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9021550Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T07:30:13.9028010Z test_dim_multi_unsorted_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9039350Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T07:30:13.9046350Z test_dim_multi_unsorted_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9056410Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T07:30:13.9062620Z test_dim_multi_unsorted_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9072790Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T07:30:13.9079270Z test_dim_multi_unsorted_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9091050Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T07:30:13.9097060Z test_dim_multi_unsorted_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9107390Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T07:30:13.9113730Z test_dim_multi_unsorted_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9125060Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T07:30:13.9131260Z test_dim_multi_unsorted_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9141270Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T07:30:13.9147570Z test_dim_multi_unsorted_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9157610Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T07:30:13.9163860Z test_dim_multi_unsorted_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9164570Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... skip: Skipped! (0.001s) 2022-05-18T07:30:13.9170840Z test_dim_multi_unsorted_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9181140Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T07:30:13.9187770Z test_dim_multi_unsorted_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9198500Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T07:30:13.9204830Z test_dim_multi_unsorted_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9214960Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T07:30:13.9221320Z test_dim_multi_unsorted_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9232350Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T07:30:13.9237830Z test_dim_multi_unsorted_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9247930Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T07:30:13.9254150Z test_dim_multi_unsorted_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9264210Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-05-18T07:30:13.9270510Z test_dim_multi_unsorted_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9279890Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-05-18T07:30:13.9286330Z test_dim_multi_unsorted_nanmean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9296100Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T07:30:13.9302080Z test_dim_multi_unsorted_nansum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9311000Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-05-18T07:30:13.9317200Z test_dim_multi_unsorted_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9329930Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-05-18T07:30:13.9336210Z test_dim_multi_unsorted_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9342480Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-05-18T07:30:13.9349400Z test_dim_multi_unsorted_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9357890Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-05-18T07:30:13.9364580Z test_dim_multi_unsupported__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9373730Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-05-18T07:30:13.9380540Z test_dim_multi_unsupported__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9389160Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-05-18T07:30:13.9395710Z test_dim_multi_unsupported_all_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9404670Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-05-18T07:30:13.9411300Z test_dim_multi_unsupported_any_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9421010Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-05-18T07:30:13.9427950Z test_dim_multi_unsupported_argmax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9436270Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.002s) 2022-05-18T07:30:13.9442490Z test_dim_multi_unsupported_argmin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9451080Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-05-18T07:30:13.9457630Z test_dim_multi_unsupported_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9466580Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-05-18T07:30:13.9473670Z test_dim_multi_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9484910Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-05-18T07:30:13.9492270Z test_dim_ndim_limit__masked_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9572230Z Tests that an exception is raised when reducing a tensor with more ... ok (0.009s) 2022-05-18T07:30:13.9579560Z test_dim_ndim_limit__masked_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9657520Z Tests that an exception is raised when reducing a tensor with more ... ok (0.008s) 2022-05-18T07:30:13.9664700Z test_dim_ndim_limit__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9743410Z Tests that an exception is raised when reducing a tensor with more ... ok (0.008s) 2022-05-18T07:30:13.9750710Z test_dim_ndim_limit__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9830980Z Tests that an exception is raised when reducing a tensor with more ... ok (0.009s) 2022-05-18T07:30:13.9838450Z test_dim_ndim_limit__masked_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9910390Z Tests that an exception is raised when reducing a tensor with more ... ok (0.008s) 2022-05-18T07:30:13.9917670Z test_dim_ndim_limit__masked_norm_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:13.9998980Z Tests that an exception is raised when reducing a tensor with more ... ok (0.009s) 2022-05-18T07:30:14.0005920Z test_dim_ndim_limit__masked_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.0083730Z Tests that an exception is raised when reducing a tensor with more ... ok (0.008s) 2022-05-18T07:30:14.0091500Z test_dim_ndim_limit__masked_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.0163420Z Tests that an exception is raised when reducing a tensor with more ... ok (0.008s) 2022-05-18T07:30:14.0170650Z test_dim_ndim_limit__masked_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.0243990Z Tests that an exception is raised when reducing a tensor with more ... ok (0.008s) 2022-05-18T07:30:14.0251270Z test_dim_ndim_limit__masked_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.0324120Z Tests that an exception is raised when reducing a tensor with more ... ok (0.008s) 2022-05-18T07:30:14.0331730Z test_dim_ndim_limit_all_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.0409920Z Tests that an exception is raised when reducing a tensor with more ... ok (0.008s) 2022-05-18T07:30:14.0416390Z test_dim_ndim_limit_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.0495860Z Tests that an exception is raised when reducing a tensor with more ... ok (0.009s) 2022-05-18T07:30:14.0502810Z test_dim_ndim_limit_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.0583120Z Tests that an exception is raised when reducing a tensor with more ... ok (0.009s) 2022-05-18T07:30:14.0590230Z test_dim_ndim_limit_any_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.0670170Z Tests that an exception is raised when reducing a tensor with more ... ok (0.009s) 2022-05-18T07:30:14.0677770Z test_dim_ndim_limit_argmax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.0755430Z Tests that an exception is raised when reducing a tensor with more ... ok (0.008s) 2022-05-18T07:30:14.0762550Z test_dim_ndim_limit_argmin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.0840290Z Tests that an exception is raised when reducing a tensor with more ... ok (0.008s) 2022-05-18T07:30:14.0847120Z test_dim_ndim_limit_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.0953030Z Tests that an exception is raised when reducing a tensor with more ... ok (0.011s) 2022-05-18T07:30:14.0960580Z test_dim_ndim_limit_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.1028770Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-05-18T07:30:14.1036080Z test_dim_ndim_limit_nanmean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.1127400Z Tests that an exception is raised when reducing a tensor with more ... ok (0.010s) 2022-05-18T07:30:14.1134390Z test_dim_ndim_limit_nansum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.1212490Z Tests that an exception is raised when reducing a tensor with more ... ok (0.008s) 2022-05-18T07:30:14.1219690Z test_dim_ndim_limit_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.1296170Z Tests that an exception is raised when reducing a tensor with more ... ok (0.008s) 2022-05-18T07:30:14.1303390Z test_dim_ndim_limit_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.1408650Z Tests that an exception is raised when reducing a tensor with more ... ok (0.011s) 2022-05-18T07:30:14.1415900Z test_dim_ndim_limit_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.1488510Z Tests that an exception is raised when reducing a tensor with more ... ok (0.008s) 2022-05-18T07:30:14.1498050Z test_dim_ndim_limit_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.1600380Z Tests that an exception is raised when reducing a tensor with more ... ok (0.011s) 2022-05-18T07:30:14.1605970Z test_dim_none__masked_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.1619560Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:14.1625410Z test_dim_none__masked_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.1636660Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:14.1642470Z test_dim_none__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.1654420Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:14.1659780Z test_dim_none__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.1671590Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:14.1677560Z test_dim_none__masked_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.1691030Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:14.1696750Z test_dim_none__masked_norm_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.1708200Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:14.1713880Z test_dim_none__masked_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.1725650Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:14.1731120Z test_dim_none__masked_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.1745960Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:14.1751210Z test_dim_none__masked_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.1762510Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:14.1768230Z test_dim_none__masked_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.1782170Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:14.1788200Z test_dim_none_all_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.1849410Z Tests that dim=None reduces all dimensions. ... expected failure (0.007s) 2022-05-18T07:30:14.1855720Z test_dim_none_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.1868850Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:14.1874550Z test_dim_none_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.1885850Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:14.1891600Z test_dim_none_any_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.1953190Z Tests that dim=None reduces all dimensions. ... expected failure (0.007s) 2022-05-18T07:30:14.1964420Z test_dim_none_argmax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.1976910Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:14.1982840Z test_dim_none_argmin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.1998320Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:14.2000800Z test_dim_none_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2012210Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:14.2018170Z test_dim_none_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2031460Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:14.2037570Z test_dim_none_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2050300Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:14.2056310Z test_dim_none_keepdim__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2069340Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:14.2075170Z test_dim_none_keepdim__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2088280Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:14.2094140Z test_dim_none_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2108010Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:14.2113870Z test_dim_none_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2126770Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:14.2132890Z test_dim_none_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2146100Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:14.2152050Z test_dim_none_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2167510Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:14.2173470Z test_dim_none_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2186520Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:14.2192190Z test_dim_none_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2207090Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:14.2213050Z test_dim_none_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2272240Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.006s) 2022-05-18T07:30:14.2279320Z test_dim_none_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2293290Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:14.2298690Z test_dim_none_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2311340Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:14.2317020Z test_dim_none_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2377840Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.006s) 2022-05-18T07:30:14.2383960Z test_dim_none_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2385050Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T07:30:14.2391090Z test_dim_none_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2391770Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T07:30:14.2398120Z test_dim_none_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2398780Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T07:30:14.2405050Z test_dim_none_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2405730Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T07:30:14.2411650Z test_dim_none_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2427990Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:14.2433940Z test_dim_none_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2446800Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-05-18T07:30:14.2452810Z test_dim_none_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2453530Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T07:30:14.2459570Z test_dim_none_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2460310Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T07:30:14.2466320Z test_dim_none_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2467490Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T07:30:14.2472930Z test_dim_none_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2473620Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-05-18T07:30:14.2479540Z test_dim_none_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2480210Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.001s) 2022-05-18T07:30:14.2486140Z test_dim_none_nanmean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2498530Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:14.2504450Z test_dim_none_nansum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2516770Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-05-18T07:30:14.2524220Z test_dim_none_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2524640Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.001s) 2022-05-18T07:30:14.2530940Z test_dim_none_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2532020Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.001s) 2022-05-18T07:30:14.2538000Z test_dim_none_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2538510Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.001s) 2022-05-18T07:30:14.2544240Z test_dim_none_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2545040Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.001s) 2022-05-18T07:30:14.2551120Z test_dim_offbounds__masked_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2560020Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-05-18T07:30:14.2565430Z test_dim_offbounds__masked_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2573560Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-05-18T07:30:14.2579220Z test_dim_offbounds__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2650370Z Tests that passing an off-bounds dim throws ... ok (0.007s) 2022-05-18T07:30:14.2655150Z test_dim_offbounds__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2728160Z Tests that passing an off-bounds dim throws ... ok (0.008s) 2022-05-18T07:30:14.2733970Z test_dim_offbounds__masked_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2744480Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-05-18T07:30:14.2750080Z test_dim_offbounds__masked_norm_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2758200Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-05-18T07:30:14.2763760Z test_dim_offbounds__masked_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2772040Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-05-18T07:30:14.2777730Z test_dim_offbounds__masked_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2786220Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-05-18T07:30:14.2792280Z test_dim_offbounds__masked_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2800020Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-05-18T07:30:14.2805520Z test_dim_offbounds__masked_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2813820Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-05-18T07:30:14.2819350Z test_dim_offbounds_all_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2896040Z Tests that passing an off-bounds dim throws ... ok (0.008s) 2022-05-18T07:30:14.2902460Z test_dim_offbounds_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.2979560Z Tests that passing an off-bounds dim throws ... ok (0.008s) 2022-05-18T07:30:14.2985630Z test_dim_offbounds_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.3064360Z Tests that passing an off-bounds dim throws ... ok (0.008s) 2022-05-18T07:30:14.3071390Z test_dim_offbounds_any_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.3150260Z Tests that passing an off-bounds dim throws ... ok (0.009s) 2022-05-18T07:30:14.3156240Z test_dim_offbounds_argmax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.3226470Z Tests that passing an off-bounds dim throws ... ok (0.008s) 2022-05-18T07:30:14.3232280Z test_dim_offbounds_argmin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.3301150Z Tests that passing an off-bounds dim throws ... ok (0.007s) 2022-05-18T07:30:14.3307140Z test_dim_offbounds_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.3417370Z Tests that passing an off-bounds dim throws ... ok (0.011s) 2022-05-18T07:30:14.3422850Z test_dim_offbounds_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.3494320Z Tests that passing an off-bounds dim throws ... ok (0.008s) 2022-05-18T07:30:14.3500540Z test_dim_offbounds_nanmean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.3596970Z Tests that passing an off-bounds dim throws ... ok (0.010s) 2022-05-18T07:30:14.3602390Z test_dim_offbounds_nansum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.3685490Z Tests that passing an off-bounds dim throws ... ok (0.009s) 2022-05-18T07:30:14.3691310Z test_dim_offbounds_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.3771370Z Tests that passing an off-bounds dim throws ... ok (0.009s) 2022-05-18T07:30:14.3777260Z test_dim_offbounds_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.3886200Z Tests that passing an off-bounds dim throws ... ok (0.011s) 2022-05-18T07:30:14.3892160Z test_dim_offbounds_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.3967920Z Tests that passing an off-bounds dim throws ... ok (0.008s) 2022-05-18T07:30:14.3972780Z test_dim_offbounds_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.4080210Z Tests that passing an off-bounds dim throws ... ok (0.011s) 2022-05-18T07:30:14.4546750Z test_dim_reduction_cpu_bfloat16 (__main__.TestReductionsCPU) ... test_reductions.py:1902: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:30:14.4548000Z torch.sum(x, 0, out=y) 2022-05-18T07:30:14.4548200Z ok (0.047s) 2022-05-18T07:30:14.5006510Z test_dim_reduction_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.046s) 2022-05-18T07:30:14.5452150Z test_dim_reduction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.044s) 2022-05-18T07:30:14.5882010Z test_dim_reduction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.043s) 2022-05-18T07:30:14.6292260Z test_dim_reduction_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.041s) 2022-05-18T07:30:14.6703090Z test_dim_reduction_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.041s) 2022-05-18T07:30:14.7115070Z test_dim_reduction_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.041s) 2022-05-18T07:30:14.7522320Z test_dim_reduction_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.041s) 2022-05-18T07:30:14.7547710Z test_dim_reduction_lastdim_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:30:14.7570780Z test_dim_reduction_lastdim_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-05-18T07:30:14.8823840Z test_dim_reduction_less_than_64_cpu (__main__.TestReductionsCPU) ... ok (0.125s) 2022-05-18T07:30:14.8832890Z test_dim_single__masked_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.8851290Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-05-18T07:30:14.8859780Z test_dim_single__masked_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.8875090Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T07:30:14.8883710Z test_dim_single__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.8898640Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T07:30:14.8907060Z test_dim_single__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.8922170Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T07:30:14.8930600Z test_dim_single__masked_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.8947740Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T07:30:14.8956220Z test_dim_single__masked_norm_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.8971210Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T07:30:14.8979870Z test_dim_single__masked_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.8995260Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T07:30:14.9003710Z test_dim_single__masked_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9023350Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-05-18T07:30:14.9031900Z test_dim_single__masked_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9047190Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T07:30:14.9056190Z test_dim_single__masked_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9075820Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-05-18T07:30:14.9084620Z test_dim_single_all_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9099470Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T07:30:14.9107850Z test_dim_single_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9122770Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T07:30:14.9131370Z test_dim_single_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9146690Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T07:30:14.9154820Z test_dim_single_any_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9169560Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T07:30:14.9178120Z test_dim_single_argmax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9192840Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T07:30:14.9201380Z test_dim_single_argmin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9215950Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T07:30:14.9224360Z test_dim_single_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9239440Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T07:30:14.9249350Z test_dim_single_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9265550Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T07:30:14.9275330Z test_dim_single_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9291580Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T07:30:14.9301140Z test_dim_single_keepdim__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9318020Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T07:30:14.9327890Z test_dim_single_keepdim__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9344930Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T07:30:14.9354480Z test_dim_single_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9372350Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T07:30:14.9382020Z test_dim_single_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9398360Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T07:30:14.9408000Z test_dim_single_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9424810Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T07:30:14.9435200Z test_dim_single_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9455240Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T07:30:14.9464920Z test_dim_single_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9480870Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-05-18T07:30:14.9490550Z test_dim_single_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9509970Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T07:30:14.9519780Z test_dim_single_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9536210Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T07:30:14.9546780Z test_dim_single_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9563520Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T07:30:14.9573890Z test_dim_single_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9591300Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T07:30:14.9601550Z test_dim_single_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9618020Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T07:30:14.9627990Z test_dim_single_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9645090Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T07:30:14.9655190Z test_dim_single_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9671960Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T07:30:14.9681350Z test_dim_single_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9682470Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... skip: Skipped! (0.001s) 2022-05-18T07:30:14.9692970Z test_dim_single_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9710710Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T07:30:14.9720960Z test_dim_single_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9738980Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T07:30:14.9749120Z test_dim_single_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9765610Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T07:30:14.9775570Z test_dim_single_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9792540Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T07:30:14.9802530Z test_dim_single_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9818890Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T07:30:14.9828900Z test_dim_single_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9844380Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-05-18T07:30:14.9854150Z test_dim_single_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9870410Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-05-18T07:30:14.9879030Z test_dim_single_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9894280Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T07:30:14.9902840Z test_dim_single_nanmean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9918540Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T07:30:14.9927250Z test_dim_single_nansum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9941710Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T07:30:14.9950460Z test_dim_single_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9964960Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T07:30:14.9973610Z test_dim_single_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:14.9989350Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T07:30:14.9998010Z test_dim_single_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.0013030Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T07:30:15.0021860Z test_dim_single_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.0037790Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-05-18T07:30:15.0057020Z test_empty_tensor_empty_slice__masked_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.0208210Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.017s) 2022-05-18T07:30:15.0225250Z test_empty_tensor_empty_slice__masked_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.0365300Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.016s) 2022-05-18T07:30:15.0382060Z test_empty_tensor_empty_slice__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.0392540Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T07:30:15.0409340Z test_empty_tensor_empty_slice__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.0417010Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-05-18T07:30:15.0433720Z test_empty_tensor_empty_slice__masked_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.0447880Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T07:30:15.0464470Z test_empty_tensor_empty_slice__masked_norm_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.0480070Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T07:30:15.0498390Z test_empty_tensor_empty_slice__masked_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.0510710Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T07:30:15.0527310Z test_empty_tensor_empty_slice__masked_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.0541680Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T07:30:15.0558220Z test_empty_tensor_empty_slice__masked_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.0570160Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T07:30:15.0587090Z test_empty_tensor_empty_slice__masked_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.0600940Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T07:30:15.0618320Z test_empty_tensor_empty_slice_all_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.0625960Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-05-18T07:30:15.0642740Z test_empty_tensor_empty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.0784300Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.016s) 2022-05-18T07:30:15.0801730Z test_empty_tensor_empty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.0939770Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.015s) 2022-05-18T07:30:15.0956740Z test_empty_tensor_empty_slice_any_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.0966030Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T07:30:15.0983230Z test_empty_tensor_empty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.0992400Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T07:30:15.1008820Z test_empty_tensor_empty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1016680Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-05-18T07:30:15.1033580Z test_empty_tensor_empty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1045530Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T07:30:15.1062320Z test_empty_tensor_empty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1075580Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T07:30:15.1092540Z test_empty_tensor_empty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1105920Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T07:30:15.1122670Z test_empty_tensor_empty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1135490Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T07:30:15.1152100Z test_empty_tensor_empty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1159730Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-05-18T07:30:15.1176480Z test_empty_tensor_empty_slice_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1189380Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T07:30:15.1206280Z test_empty_tensor_empty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1218050Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T07:30:15.1234810Z test_empty_tensor_empty_slice_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1246730Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-05-18T07:30:15.1257400Z test_empty_tensor_nonempty_slice__masked_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1268680Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1278750Z test_empty_tensor_nonempty_slice__masked_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1289340Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1299830Z test_empty_tensor_nonempty_slice__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1307440Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1318100Z test_empty_tensor_nonempty_slice__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1325910Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1336210Z test_empty_tensor_nonempty_slice__masked_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1347360Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1358120Z test_empty_tensor_nonempty_slice__masked_norm_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1368470Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1379000Z test_empty_tensor_nonempty_slice__masked_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1389610Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1400060Z test_empty_tensor_nonempty_slice__masked_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1412490Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1423230Z test_empty_tensor_nonempty_slice__masked_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1433300Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1443920Z test_empty_tensor_nonempty_slice__masked_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1455900Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1466390Z test_empty_tensor_nonempty_slice_all_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1473750Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1484640Z test_empty_tensor_nonempty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1495670Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1506520Z test_empty_tensor_nonempty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1517210Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1528050Z test_empty_tensor_nonempty_slice_any_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1537610Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1550560Z test_empty_tensor_nonempty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1558820Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1570100Z test_empty_tensor_nonempty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1579330Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1590430Z test_empty_tensor_nonempty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1603400Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1633400Z test_empty_tensor_nonempty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1635200Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1652850Z test_empty_tensor_nonempty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1653320Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1665380Z test_empty_tensor_nonempty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1679020Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1689980Z test_empty_tensor_nonempty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1698310Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1710960Z test_empty_tensor_nonempty_slice_std_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1723650Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1735730Z test_empty_tensor_nonempty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1749010Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1760200Z test_empty_tensor_nonempty_slice_var_cpu (__main__.TestReductionsCPU) 2022-05-18T07:30:15.1771860Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-05-18T07:30:15.1794230Z test_histc_bfloat16_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-05-18T07:30:15.2315250Z test_histc_cpu (__main__.TestReductionsCPU) ... ok (0.052s) 2022-05-18T07:30:26.6247910Z test_histogram_cpu_float32 (__main__.TestReductionsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/histograms.py:908: RuntimeWarning: invalid value encountered in true_divide 2022-05-18T07:30:26.6248430Z return n/db/n.sum(), bin_edges 2022-05-18T07:30:26.6248640Z ok (11.393s) 2022-05-18T07:30:26.7196630Z test_histogram_error_handling_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.095s) 2022-05-18T07:31:03.1887220Z test_histogramdd_cpu_float32 (__main__.TestReductionsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/histograms.py:1118: RuntimeWarning: invalid value encountered in true_divide 2022-05-18T07:31:03.1887690Z hist /= s 2022-05-18T07:31:03.1887870Z ok (36.469s) 2022-05-18T07:31:03.1898670Z test_identity__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.1910710Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.1921920Z test_identity__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.1932770Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.1943850Z test_identity__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.1954020Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.1965060Z test_identity__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.1975510Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.1986670Z test_identity__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:03.1995770Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2007220Z test_identity__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2018650Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2029600Z test_identity__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2041160Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2052250Z test_identity__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2062300Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2073950Z test_identity__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2083950Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2094840Z test_identity__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2104350Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2115500Z test_identity__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2125020Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2136030Z test_identity__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2144870Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2156010Z test_identity__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2165070Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2176080Z test_identity__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2185650Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2196880Z test_identity__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2207290Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2218550Z test_identity__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2228270Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2239510Z test_identity__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2251000Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2262620Z test_identity__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2274410Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2286590Z test_identity__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2298450Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2309550Z test_identity__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2320760Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2331820Z test_identity__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2341990Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2353550Z test_identity__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2362530Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2374120Z test_identity__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2383200Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2394440Z test_identity__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2403680Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2414890Z test_identity__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2424440Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2436300Z test_identity__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2445400Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2456430Z test_identity_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2465940Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2476900Z test_identity_all_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2486080Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2497150Z test_identity_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2507590Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2518860Z test_identity_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2529870Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2540860Z test_identity_all_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2550880Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2561940Z test_identity_all_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2571490Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2582820Z test_identity_all_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2592420Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2603270Z test_identity_all_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2612540Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2623600Z test_identity_all_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2632330Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2643830Z test_identity_all_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2652790Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2663580Z test_identity_all_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2672380Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2683500Z test_identity_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2692290Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2703390Z test_identity_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2713210Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2724200Z test_identity_any_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2732740Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2744390Z test_identity_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2754440Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2765340Z test_identity_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2775240Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2786870Z test_identity_any_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2796290Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2807180Z test_identity_any_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2817100Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2827900Z test_identity_any_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2837200Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2848380Z test_identity_any_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2857340Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2868430Z test_identity_any_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2877160Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2888810Z test_identity_any_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2897990Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2908920Z test_identity_any_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2918650Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2929740Z test_identity_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2939240Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2950940Z test_identity_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2961110Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2972070Z test_identity_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:03.2981270Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.2992460Z test_identity_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3002220Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3013610Z test_identity_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3023370Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3034320Z test_identity_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3044140Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3055630Z test_identity_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3065580Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3077050Z test_identity_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3086430Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3097280Z test_identity_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3106280Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3117920Z test_identity_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3127660Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3138700Z test_identity_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3148790Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3160410Z test_identity_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3169340Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3180460Z test_identity_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3190280Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3201580Z test_identity_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3212750Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3223860Z test_identity_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3232820Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3243820Z test_identity_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3254380Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3265300Z test_identity_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3277690Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3288770Z test_identity_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3299220Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3310490Z test_identity_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3319530Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3330530Z test_identity_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3339620Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3350890Z test_identity_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3359800Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3370930Z test_identity_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3380070Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3391300Z test_identity_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3400790Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3411460Z test_identity_prod_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3420250Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3431250Z test_identity_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3443310Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3454580Z test_identity_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3466180Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3477620Z test_identity_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3487900Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3498990Z test_identity_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3509540Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3521090Z test_identity_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3530150Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3541410Z test_identity_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3550580Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3561800Z test_identity_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3571250Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3583010Z test_identity_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3592720Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3604060Z test_identity_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3614380Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3625650Z test_identity_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3636920Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3648140Z test_identity_sum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3657510Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3668710Z test_identity_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3680190Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3691750Z test_identity_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3703400Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3714480Z test_identity_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3724630Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3735710Z test_identity_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3745820Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3757860Z test_identity_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3768740Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3779790Z test_identity_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3788880Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3800010Z test_identity_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3809680Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3820740Z test_identity_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3831270Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3842440Z test_identity_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3852910Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3863360Z test_identity_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:03.3872190Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-05-18T07:31:03.3912240Z test_logsumexp_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:31:04.0026560Z test_logsumexp_dim_cpu (__main__.TestReductionsCPU) ... ok (0.611s) 2022-05-18T07:31:04.0064170Z test_max_cpu_bool (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:31:04.0112500Z test_max_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-05-18T07:31:04.0160030Z test_max_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-05-18T07:31:04.0205210Z test_max_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:31:04.0238600Z test_max_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:31:04.0283610Z test_max_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:31:04.0299820Z test_max_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-05-18T07:31:04.0322370Z test_max_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-05-18T07:31:04.0344890Z test_max_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-05-18T07:31:04.0368420Z test_max_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-05-18T07:31:04.0391540Z test_max_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-05-18T07:31:18.9645540Z test_mean_dim_cpu (__main__.TestReductionsCPU) ... ok (14.925s) 2022-05-18T07:31:18.9663350Z test_mean_int_with_optdtype_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-05-18T07:31:18.9776960Z test_median_corner_cases_cpu (__main__.TestReductionsCPU) ... ok (0.011s) 2022-05-18T07:31:19.0356770Z test_median_nan_values_cpu_float32 (__main__.TestReductionsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/nanfunctions.py:1115: RuntimeWarning: All-NaN slice encountered 2022-05-18T07:31:19.0357310Z r, k = function_base._ureduce(a, func=_nanmedian, axis=axis, out=out, 2022-05-18T07:31:19.0357570Z ok (0.058s) 2022-05-18T07:31:19.0916770Z test_median_nan_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.056s) 2022-05-18T07:31:19.1205230Z test_median_real_values_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.029s) 2022-05-18T07:31:19.1483870Z test_median_real_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.028s) 2022-05-18T07:31:19.1680400Z test_median_real_values_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-05-18T07:31:19.1876540Z test_median_real_values_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-05-18T07:31:19.1911200Z test_min_cpu_bool (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:31:19.1956740Z test_min_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:31:19.2000100Z test_min_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:31:19.2043040Z test_min_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:31:19.2074720Z test_min_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:31:19.2119730Z test_min_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:31:19.2144990Z test_min_max_nan_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:31:19.2161020Z test_min_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-05-18T07:31:19.2183340Z test_min_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-05-18T07:31:19.2205580Z test_min_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-05-18T07:31:19.2227960Z test_min_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-05-18T07:31:19.2250080Z test_min_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-05-18T07:31:19.2795730Z test_minmax_illegal_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.054s) 2022-05-18T07:31:19.2839460Z test_mode_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:31:19.2856910Z test_mode_large_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:31:19.2874390Z test_mode_wrong_device_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:31:19.3378530Z test_mode_wrong_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.050s) 2022-05-18T07:31:19.3391250Z test_nan_policy_omit_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3404420Z Tests that NaN values do not affect the result. ... ok (0.003s) 2022-05-18T07:31:19.3415790Z test_nan_policy_omit_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3426680Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-05-18T07:31:19.3438220Z test_nan_policy_omit_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3448820Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-05-18T07:31:19.3460210Z test_nan_policy_omit_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3471250Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-05-18T07:31:19.3482870Z test_nan_policy_omit_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3492970Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-05-18T07:31:19.3504290Z test_nan_policy_omit_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3514110Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-05-18T07:31:19.3525600Z test_nan_policy_omit_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3535330Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-05-18T07:31:19.3546760Z test_nan_policy_omit_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3556420Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-05-18T07:31:19.3566530Z test_nan_policy_propagate__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3574710Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.3584870Z test_nan_policy_propagate__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3592750Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.3602970Z test_nan_policy_propagate__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3610820Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.3621110Z test_nan_policy_propagate__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3628980Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.3639210Z test_nan_policy_propagate__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3647080Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.3657340Z test_nan_policy_propagate__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3665190Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.3675490Z test_nan_policy_propagate__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3683620Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.3693790Z test_nan_policy_propagate__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3701610Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.3711920Z test_nan_policy_propagate__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3720400Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.3730640Z test_nan_policy_propagate__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3739800Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.3749840Z test_nan_policy_propagate__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3758710Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.3768890Z test_nan_policy_propagate__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3777120Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.3787400Z test_nan_policy_propagate__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3795530Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.3805720Z test_nan_policy_propagate__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3814140Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.3824530Z test_nan_policy_propagate__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3832390Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.3842660Z test_nan_policy_propagate__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3850520Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.3860590Z test_nan_policy_propagate__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3868280Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.3878700Z test_nan_policy_propagate__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3886180Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.3896120Z test_nan_policy_propagate__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3904470Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.3914610Z test_nan_policy_propagate__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3923220Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.3933090Z test_nan_policy_propagate__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3941050Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.3951030Z test_nan_policy_propagate__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3958960Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.3969110Z test_nan_policy_propagate__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3978980Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.3989130Z test_nan_policy_propagate__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.3999890Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4009970Z test_nan_policy_propagate__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4019670Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4029680Z test_nan_policy_propagate__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4038840Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4049160Z test_nan_policy_propagate__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4058230Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4068660Z test_nan_policy_propagate__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4076800Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4087130Z test_nan_policy_propagate__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4095810Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4106130Z test_nan_policy_propagate__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4114650Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4124850Z test_nan_policy_propagate__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4132750Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4142890Z test_nan_policy_propagate__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4150850Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4160960Z test_nan_policy_propagate__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4168960Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4179140Z test_nan_policy_propagate__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4188000Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4197990Z test_nan_policy_propagate__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4207640Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4217950Z test_nan_policy_propagate__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4227870Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4238100Z test_nan_policy_propagate__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4247080Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4257390Z test_nan_policy_propagate__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4266320Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4276380Z test_nan_policy_propagate__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4285580Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4295760Z test_nan_policy_propagate_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4303710Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4314010Z test_nan_policy_propagate_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4329760Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4331910Z test_nan_policy_propagate_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4339830Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4350270Z test_nan_policy_propagate_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4358350Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4368310Z test_nan_policy_propagate_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4376070Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4386120Z test_nan_policy_propagate_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4399520Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4454190Z test_nan_policy_propagate_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4454620Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-05-18T07:31:19.4455020Z test_nan_policy_propagate_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4455390Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4462480Z test_nan_policy_propagate_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4470440Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4480310Z test_nan_policy_propagate_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4488690Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4499370Z test_nan_policy_propagate_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4507610Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4517910Z test_nan_policy_propagate_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4526310Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4536590Z test_nan_policy_propagate_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4544900Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4555380Z test_nan_policy_propagate_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4563440Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4573680Z test_nan_policy_propagate_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4582840Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4593240Z test_nan_policy_propagate_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4601750Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4612110Z test_nan_policy_propagate_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4620650Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4631110Z test_nan_policy_propagate_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4639360Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4650000Z test_nan_policy_propagate_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4658530Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4668910Z test_nan_policy_propagate_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4678290Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4688770Z test_nan_policy_propagate_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4697630Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4708020Z test_nan_policy_propagate_std_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4715650Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4726020Z test_nan_policy_propagate_std_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4734390Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4744200Z test_nan_policy_propagate_std_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4752300Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4762800Z test_nan_policy_propagate_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4770460Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4780560Z test_nan_policy_propagate_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4789290Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4799160Z test_nan_policy_propagate_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4807620Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4818040Z test_nan_policy_propagate_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4825860Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4835960Z test_nan_policy_propagate_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4844130Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4854010Z test_nan_policy_propagate_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4861910Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4872540Z test_nan_policy_propagate_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4880120Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4890240Z test_nan_policy_propagate_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4899410Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4909250Z test_nan_policy_propagate_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4918140Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4928610Z test_nan_policy_propagate_var_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4936310Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4946400Z test_nan_policy_propagate_var_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4954760Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.4964640Z test_nan_policy_propagate_var_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.4972730Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-05-18T07:31:19.5047920Z test_nansum_complex_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-05-18T07:31:19.5125310Z test_nansum_complex_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-05-18T07:31:19.5179770Z test_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-05-18T07:31:19.5231310Z test_nansum_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-05-18T07:31:19.5295810Z test_nansum_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-05-18T07:31:19.5349850Z test_nansum_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-05-18T07:31:19.5392350Z test_nansum_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:31:19.5432820Z test_nansum_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:31:19.5472490Z test_nansum_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:31:19.5511880Z test_nansum_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:31:19.5551630Z test_nansum_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:31:19.5858270Z test_nansum_out_dtype_cpu_float16 (__main__.TestReductionsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/core/fromnumeric.py:90: RuntimeWarning: overflow encountered in reduce 2022-05-18T07:31:19.5859500Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-05-18T07:31:19.5859840Z ok (0.031s) 2022-05-18T07:31:19.5902680Z test_nansum_out_dtype_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:31:19.5947840Z test_nansum_out_dtype_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:31:19.5980960Z test_nansum_out_dtype_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:31:19.6012400Z test_nansum_out_dtype_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:31:19.6043000Z test_nansum_out_dtype_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:31:19.6074370Z test_nansum_out_dtype_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:31:19.6105330Z test_nansum_out_dtype_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:31:19.6373750Z test_nansum_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/core/fromnumeric.py:90: RuntimeWarning: invalid value encountered in reduce 2022-05-18T07:31:19.6374290Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-05-18T07:31:19.6374620Z ok (0.027s) 2022-05-18T07:31:19.6635760Z test_nansum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-05-18T07:31:19.6902370Z test_nansum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.027s) 2022-05-18T07:31:19.7056100Z test_nansum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-05-18T07:31:19.7207760Z test_nansum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-05-18T07:31:19.7350310Z test_nansum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-05-18T07:31:19.7498500Z test_nansum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-05-18T07:31:19.7543620Z test_nansum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:31:19.7551280Z test_noncontiguous_all__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7565020Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7572780Z test_noncontiguous_all__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7583260Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7594540Z test_noncontiguous_all__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7602170Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7609630Z test_noncontiguous_all__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7620410Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7628150Z test_noncontiguous_all__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7637590Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7644950Z test_noncontiguous_all__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7654400Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7661500Z test_noncontiguous_all__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7670830Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7678210Z test_noncontiguous_all__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7687860Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7695180Z test_noncontiguous_all__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7704560Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7711950Z test_noncontiguous_all__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7723030Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7730550Z test_noncontiguous_all__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7741990Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7749490Z test_noncontiguous_all__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7760300Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7767610Z test_noncontiguous_all__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7778910Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7786310Z test_noncontiguous_all__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7795930Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7803280Z test_noncontiguous_all__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7812900Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7820340Z test_noncontiguous_all__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7829470Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7836730Z test_noncontiguous_all__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7846040Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7853300Z test_noncontiguous_all__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7863030Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7869810Z test_noncontiguous_all__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7881480Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7888960Z test_noncontiguous_all__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7900050Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7907430Z test_noncontiguous_all__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7918050Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7925240Z test_noncontiguous_all__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7936110Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7943620Z test_noncontiguous_all__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7953280Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7960520Z test_noncontiguous_all__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7970290Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7977680Z test_noncontiguous_all__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.7986970Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.7994200Z test_noncontiguous_all__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8003650Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8011010Z test_noncontiguous_all__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8021430Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8028810Z test_noncontiguous_all__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8040060Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8047570Z test_noncontiguous_all__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8057960Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8065300Z test_noncontiguous_all__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8076810Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8084260Z test_noncontiguous_all__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8094960Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8102270Z test_noncontiguous_all__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8112200Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8121020Z test_noncontiguous_all__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8131620Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8139020Z test_noncontiguous_all__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8148350Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8156100Z test_noncontiguous_all__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8165990Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8173280Z test_noncontiguous_all__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8183090Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8190640Z test_noncontiguous_all__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8202600Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8210560Z test_noncontiguous_all__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8221280Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8228830Z test_noncontiguous_all__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8242200Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8249730Z test_noncontiguous_all__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8263240Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8270950Z test_noncontiguous_all__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8283520Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8291180Z test_noncontiguous_all__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8303010Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8310640Z test_noncontiguous_all__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8323370Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8331380Z test_noncontiguous_all__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8342030Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8349240Z test_noncontiguous_all__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8360170Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8367690Z test_noncontiguous_all__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8378560Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8386120Z test_noncontiguous_all__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8397440Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8404950Z test_noncontiguous_all__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8416750Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8424360Z test_noncontiguous_all__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8435450Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8442850Z test_noncontiguous_all__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8454500Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8462030Z test_noncontiguous_all__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8473010Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8480510Z test_noncontiguous_all__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8491530Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8498950Z test_noncontiguous_all__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8509140Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8516540Z test_noncontiguous_all__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8528870Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8536380Z test_noncontiguous_all__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8549250Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8556550Z test_noncontiguous_all__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8567820Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8575250Z test_noncontiguous_all__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8587410Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8594570Z test_noncontiguous_all__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8604790Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8612120Z test_noncontiguous_all__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8622290Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8629710Z test_noncontiguous_all__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8640200Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8647650Z test_noncontiguous_all__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8657680Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8665290Z test_noncontiguous_all__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8675370Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8682790Z test_noncontiguous_all__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8696190Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8703640Z test_noncontiguous_all__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8718410Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8726190Z test_noncontiguous_all__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8741250Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8748570Z test_noncontiguous_all__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8761310Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8768950Z test_noncontiguous_all__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8782340Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8790990Z test_noncontiguous_all__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8803810Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8811310Z test_noncontiguous_all__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8824460Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8831950Z test_noncontiguous_all__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8844620Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8852020Z test_noncontiguous_all__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8865820Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8872340Z test_noncontiguous_all__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8885930Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8893020Z test_noncontiguous_all__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8903740Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8911100Z test_noncontiguous_all__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8921350Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8928930Z test_noncontiguous_all__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8940940Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8948540Z test_noncontiguous_all__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8960700Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8968730Z test_noncontiguous_all__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8982190Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.8986500Z test_noncontiguous_all__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.8997430Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9004940Z test_noncontiguous_all__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9015780Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9023610Z test_noncontiguous_all__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9033300Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9040680Z test_noncontiguous_all__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9051080Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9057670Z test_noncontiguous_all__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9070590Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9074990Z test_noncontiguous_all__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9084420Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9091770Z test_noncontiguous_all__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9101260Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9108860Z test_noncontiguous_all__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9122480Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9130090Z test_noncontiguous_all__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9143870Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9151570Z test_noncontiguous_all__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9165580Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9174030Z test_noncontiguous_all__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9186250Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9193740Z test_noncontiguous_all__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9207200Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9214910Z test_noncontiguous_all__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9227580Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9235190Z test_noncontiguous_all__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9248920Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9256830Z test_noncontiguous_all__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9269600Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9276770Z test_noncontiguous_all__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9289250Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9296900Z test_noncontiguous_all__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9309500Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9317250Z test_noncontiguous_all__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9329840Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9337330Z test_noncontiguous_all_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9349370Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9357270Z test_noncontiguous_all_all_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9366250Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9373740Z test_noncontiguous_all_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9384150Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9391550Z test_noncontiguous_all_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9403250Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9410710Z test_noncontiguous_all_all_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9421090Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9428460Z test_noncontiguous_all_all_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9438480Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9445850Z test_noncontiguous_all_all_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9455830Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9463240Z test_noncontiguous_all_all_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9472530Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9479850Z test_noncontiguous_all_all_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9489380Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9496770Z test_noncontiguous_all_all_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9505760Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9513060Z test_noncontiguous_all_all_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9522650Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9529760Z test_noncontiguous_all_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9539050Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9546340Z test_noncontiguous_all_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9557140Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9564430Z test_noncontiguous_all_amax_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9573440Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9580710Z test_noncontiguous_all_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9591690Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9599090Z test_noncontiguous_all_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9609810Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9617910Z test_noncontiguous_all_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9629600Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9637190Z test_noncontiguous_all_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9646370Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9653890Z test_noncontiguous_all_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9663160Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9670580Z test_noncontiguous_all_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9679750Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9687050Z test_noncontiguous_all_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9695940Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9703680Z test_noncontiguous_all_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9712190Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9719730Z test_noncontiguous_all_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9730510Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9737800Z test_noncontiguous_all_amin_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9746790Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9754260Z test_noncontiguous_all_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9765010Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9772570Z test_noncontiguous_all_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9782860Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9790380Z test_noncontiguous_all_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9800690Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9808110Z test_noncontiguous_all_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9817650Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9824920Z test_noncontiguous_all_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9834420Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9842090Z test_noncontiguous_all_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9852010Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9859900Z test_noncontiguous_all_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9869810Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9878800Z test_noncontiguous_all_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9886710Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9894020Z test_noncontiguous_all_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9907120Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9912490Z test_noncontiguous_all_any_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9922380Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9929650Z test_noncontiguous_all_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9940300Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9947570Z test_noncontiguous_all_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9959140Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9966830Z test_noncontiguous_all_any_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9977240Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:19.9984580Z test_noncontiguous_all_any_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:19.9994610Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0001900Z test_noncontiguous_all_any_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0012000Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0019500Z test_noncontiguous_all_any_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0028650Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0035940Z test_noncontiguous_all_any_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0045580Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0052940Z test_noncontiguous_all_any_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0062990Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0069860Z test_noncontiguous_all_any_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0079040Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0086230Z test_noncontiguous_all_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0095840Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0103050Z test_noncontiguous_all_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0113410Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0120730Z test_noncontiguous_all_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0130790Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0138130Z test_noncontiguous_all_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0147950Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0155360Z test_noncontiguous_all_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0165230Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0182680Z test_noncontiguous_all_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0183520Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0188730Z test_noncontiguous_all_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0198640Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0206170Z test_noncontiguous_all_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0215270Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0222620Z test_noncontiguous_all_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0231550Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0239010Z test_noncontiguous_all_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0248910Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0256960Z test_noncontiguous_all_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0266410Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0276670Z test_noncontiguous_all_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0283970Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0291530Z test_noncontiguous_all_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0300970Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0308330Z test_noncontiguous_all_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0318150Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0325540Z test_noncontiguous_all_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0334980Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0342320Z test_noncontiguous_all_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0351680Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0358970Z test_noncontiguous_all_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0368050Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0375540Z test_noncontiguous_all_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0385740Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0393230Z test_noncontiguous_all_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0402920Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0410640Z test_noncontiguous_all_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0420160Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0428460Z test_noncontiguous_all_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0436450Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0443810Z test_noncontiguous_all_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0454320Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0461700Z test_noncontiguous_all_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0472110Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0479540Z test_noncontiguous_all_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0489160Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0496510Z test_noncontiguous_all_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0505850Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0513090Z test_noncontiguous_all_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0522870Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0530320Z test_noncontiguous_all_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0538970Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0546300Z test_noncontiguous_all_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0555080Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0562280Z test_noncontiguous_all_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0571060Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0578520Z test_noncontiguous_all_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0587310Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0594530Z test_noncontiguous_all_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0603490Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0610780Z test_noncontiguous_all_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0623260Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0631610Z test_noncontiguous_all_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0643510Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0650860Z test_noncontiguous_all_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0662380Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0669810Z test_noncontiguous_all_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0681030Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0688820Z test_noncontiguous_all_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0700940Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0708570Z test_noncontiguous_all_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0723380Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0731330Z test_noncontiguous_all_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0745090Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0752980Z test_noncontiguous_all_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0765430Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0772550Z test_noncontiguous_all_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0784220Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0791680Z test_noncontiguous_all_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0802880Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0810460Z test_noncontiguous_all_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0822460Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0831740Z test_noncontiguous_all_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0839730Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0847100Z test_noncontiguous_all_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0858500Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0865820Z test_noncontiguous_all_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0876650Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0884180Z test_noncontiguous_all_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0894570Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0902140Z test_noncontiguous_all_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0912580Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0920580Z test_noncontiguous_all_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0929960Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0937480Z test_noncontiguous_all_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0946450Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0954020Z test_noncontiguous_all_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0964070Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0971560Z test_noncontiguous_all_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0981080Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.0988580Z test_noncontiguous_all_prod_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.0998130Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1005450Z test_noncontiguous_all_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1017480Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1025000Z test_noncontiguous_all_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1036600Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1044080Z test_noncontiguous_all_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1055380Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1063030Z test_noncontiguous_all_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1074040Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1082070Z test_noncontiguous_all_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1091250Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1098640Z test_noncontiguous_all_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1107810Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1115260Z test_noncontiguous_all_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1124640Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1132630Z test_noncontiguous_all_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1141930Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1149370Z test_noncontiguous_all_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1159090Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1166570Z test_noncontiguous_all_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1181260Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1188830Z test_noncontiguous_all_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1204570Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1212110Z test_noncontiguous_all_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1228050Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1235820Z test_noncontiguous_all_std_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1248620Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1256540Z test_noncontiguous_all_std_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1270450Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1278060Z test_noncontiguous_all_std_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1291980Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1299210Z test_noncontiguous_all_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1309980Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1317540Z test_noncontiguous_all_sum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1327610Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1334940Z test_noncontiguous_all_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1346820Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1354440Z test_noncontiguous_all_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1366580Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1374250Z test_noncontiguous_all_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1384910Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1392570Z test_noncontiguous_all_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1403110Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1410900Z test_noncontiguous_all_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1422430Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1429840Z test_noncontiguous_all_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1439310Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1446920Z test_noncontiguous_all_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1456530Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1464100Z test_noncontiguous_all_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1473650Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1481250Z test_noncontiguous_all_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1490720Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1498320Z test_noncontiguous_all_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1507560Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1515620Z test_noncontiguous_all_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1528460Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1535840Z test_noncontiguous_all_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1551900Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1559800Z test_noncontiguous_all_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1574660Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1582290Z test_noncontiguous_all_var_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1594810Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1602240Z test_noncontiguous_all_var_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1615930Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1623550Z test_noncontiguous_all_var_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1637430Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-05-18T07:31:20.1645360Z test_noncontiguous_expanded__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1656660Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.1664820Z test_noncontiguous_expanded__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1675910Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.1683580Z test_noncontiguous_expanded__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1694400Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.1702030Z test_noncontiguous_expanded__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1712790Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.1720940Z test_noncontiguous_expanded__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1730730Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.1738610Z test_noncontiguous_expanded__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1747950Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.1755590Z test_noncontiguous_expanded__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1765200Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.1772860Z test_noncontiguous_expanded__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1783190Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.1791140Z test_noncontiguous_expanded__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1800180Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.1807830Z test_noncontiguous_expanded__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1819790Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.1827330Z test_noncontiguous_expanded__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1838680Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.1846510Z test_noncontiguous_expanded__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1857320Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.1864950Z test_noncontiguous_expanded__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1876960Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.1884680Z test_noncontiguous_expanded__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1894780Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.1902150Z test_noncontiguous_expanded__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1912390Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.1920200Z test_noncontiguous_expanded__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1929670Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.1937040Z test_noncontiguous_expanded__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1946470Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.1954390Z test_noncontiguous_expanded__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1964290Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.1972260Z test_noncontiguous_expanded__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.1983660Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.1991470Z test_noncontiguous_expanded__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2002550Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2010290Z test_noncontiguous_expanded__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2022400Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2030580Z test_noncontiguous_expanded__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2041260Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2048950Z test_noncontiguous_expanded__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2058830Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2066540Z test_noncontiguous_expanded__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2076300Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2084180Z test_noncontiguous_expanded__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2093220Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2102050Z test_noncontiguous_expanded__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2110850Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2118580Z test_noncontiguous_expanded__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2128260Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2135830Z test_noncontiguous_expanded__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2148550Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2155090Z test_noncontiguous_expanded__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2166850Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2174830Z test_noncontiguous_expanded__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2185800Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2193840Z test_noncontiguous_expanded__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2204980Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2212640Z test_noncontiguous_expanded__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2222510Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2230670Z test_noncontiguous_expanded__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2240330Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2247880Z test_noncontiguous_expanded__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2257880Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2265260Z test_noncontiguous_expanded__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2275000Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2282640Z test_noncontiguous_expanded__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2292580Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2300350Z test_noncontiguous_expanded__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2313220Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2321200Z test_noncontiguous_expanded__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2333480Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2340020Z test_noncontiguous_expanded__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2353040Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2362050Z test_noncontiguous_expanded__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2373240Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2381020Z test_noncontiguous_expanded__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2393160Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2401200Z test_noncontiguous_expanded__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2413800Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2421710Z test_noncontiguous_expanded__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2433970Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2442100Z test_noncontiguous_expanded__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2455610Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2463670Z test_noncontiguous_expanded__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2476050Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2484970Z test_noncontiguous_expanded__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2496490Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2504760Z test_noncontiguous_expanded__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2515520Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2523560Z test_noncontiguous_expanded__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2534020Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2541930Z test_noncontiguous_expanded__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2553050Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2561030Z test_noncontiguous_expanded__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2575170Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2580940Z test_noncontiguous_expanded__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2590910Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2599360Z test_noncontiguous_expanded__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2609680Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2617790Z test_noncontiguous_expanded__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2628920Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2636560Z test_noncontiguous_expanded__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2649420Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2657310Z test_noncontiguous_expanded__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2670160Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2678220Z test_noncontiguous_expanded__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2690210Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2698000Z test_noncontiguous_expanded__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2709580Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2717370Z test_noncontiguous_expanded__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2727890Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2735620Z test_noncontiguous_expanded__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2745780Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2753600Z test_noncontiguous_expanded__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2763900Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2771860Z test_noncontiguous_expanded__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2781830Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2790380Z test_noncontiguous_expanded__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2799600Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2807260Z test_noncontiguous_expanded__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2822150Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2829960Z test_noncontiguous_expanded__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2844830Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2852740Z test_noncontiguous_expanded__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2867710Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2875850Z test_noncontiguous_expanded__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2890020Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2897940Z test_noncontiguous_expanded__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2911740Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2919160Z test_noncontiguous_expanded__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2931540Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2939130Z test_noncontiguous_expanded__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2951990Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2960250Z test_noncontiguous_expanded__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2972250Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2980470Z test_noncontiguous_expanded__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.2991740Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.2999280Z test_noncontiguous_expanded__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3011400Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3019050Z test_noncontiguous_expanded__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3030020Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3037750Z test_noncontiguous_expanded__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3047170Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3054770Z test_noncontiguous_expanded__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3066560Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3074280Z test_noncontiguous_expanded__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3086450Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3094080Z test_noncontiguous_expanded__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3105560Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3115570Z test_noncontiguous_expanded__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3127510Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3135610Z test_noncontiguous_expanded__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3146150Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3153950Z test_noncontiguous_expanded__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3163270Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3170920Z test_noncontiguous_expanded__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3180720Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3188310Z test_noncontiguous_expanded__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3197390Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3204850Z test_noncontiguous_expanded__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3214820Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3222560Z test_noncontiguous_expanded__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3231870Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3239360Z test_noncontiguous_expanded__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3252280Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3260010Z test_noncontiguous_expanded__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3273390Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3281210Z test_noncontiguous_expanded__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3294740Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3302210Z test_noncontiguous_expanded__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3314950Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3322780Z test_noncontiguous_expanded__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3335090Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3343140Z test_noncontiguous_expanded__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3354370Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3361810Z test_noncontiguous_expanded__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3373440Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3380910Z test_noncontiguous_expanded__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3392460Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3399890Z test_noncontiguous_expanded__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3411490Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3419080Z test_noncontiguous_expanded__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3431190Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3438710Z test_noncontiguous_expanded__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3450660Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3458040Z test_noncontiguous_expanded_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3467870Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3475430Z test_noncontiguous_expanded_all_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3484800Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3492400Z test_noncontiguous_expanded_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3502870Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3511700Z test_noncontiguous_expanded_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3522360Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3529840Z test_noncontiguous_expanded_all_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3540630Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3548750Z test_noncontiguous_expanded_all_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3559550Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3567800Z test_noncontiguous_expanded_all_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3578710Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3586660Z test_noncontiguous_expanded_all_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3596990Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3604860Z test_noncontiguous_expanded_all_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3614840Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3622550Z test_noncontiguous_expanded_all_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3632080Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3640040Z test_noncontiguous_expanded_all_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3651290Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3658980Z test_noncontiguous_expanded_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3668180Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3685450Z test_noncontiguous_expanded_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3687270Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3695370Z test_noncontiguous_expanded_amax_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3706130Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3713380Z test_noncontiguous_expanded_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3724270Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3731990Z test_noncontiguous_expanded_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3743520Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3751380Z test_noncontiguous_expanded_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3761990Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3769720Z test_noncontiguous_expanded_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3779140Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3786720Z test_noncontiguous_expanded_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3796020Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3803610Z test_noncontiguous_expanded_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3813020Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3820720Z test_noncontiguous_expanded_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3829900Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3837520Z test_noncontiguous_expanded_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3846960Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3854650Z test_noncontiguous_expanded_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3865640Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3873320Z test_noncontiguous_expanded_amin_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3882380Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3889960Z test_noncontiguous_expanded_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3900410Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3908290Z test_noncontiguous_expanded_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3919780Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3927400Z test_noncontiguous_expanded_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3937650Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3945410Z test_noncontiguous_expanded_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3954600Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3962340Z test_noncontiguous_expanded_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3972170Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3981160Z test_noncontiguous_expanded_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.3990030Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.3997850Z test_noncontiguous_expanded_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4007470Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4015410Z test_noncontiguous_expanded_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4025060Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4032700Z test_noncontiguous_expanded_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4049010Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4052760Z test_noncontiguous_expanded_any_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4060020Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4068600Z test_noncontiguous_expanded_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4080110Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4088020Z test_noncontiguous_expanded_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4099290Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4107110Z test_noncontiguous_expanded_any_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4117780Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4125180Z test_noncontiguous_expanded_any_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4134980Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4147650Z test_noncontiguous_expanded_any_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4152790Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4160830Z test_noncontiguous_expanded_any_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4170450Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4178030Z test_noncontiguous_expanded_any_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4187030Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4194560Z test_noncontiguous_expanded_any_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4203730Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4211220Z test_noncontiguous_expanded_any_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4220800Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4228120Z test_noncontiguous_expanded_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4237770Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4244690Z test_noncontiguous_expanded_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4254350Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4262490Z test_noncontiguous_expanded_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4271460Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4279150Z test_noncontiguous_expanded_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4288440Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4295840Z test_noncontiguous_expanded_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4305460Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4313080Z test_noncontiguous_expanded_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4322460Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4329890Z test_noncontiguous_expanded_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4338740Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4346930Z test_noncontiguous_expanded_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4356870Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4367590Z test_noncontiguous_expanded_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4378910Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4387630Z test_noncontiguous_expanded_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4397540Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4404730Z test_noncontiguous_expanded_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4415890Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4423230Z test_noncontiguous_expanded_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4432840Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4440340Z test_noncontiguous_expanded_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4450190Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4457780Z test_noncontiguous_expanded_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4467590Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4475390Z test_noncontiguous_expanded_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4484390Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4491880Z test_noncontiguous_expanded_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4501160Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4508660Z test_noncontiguous_expanded_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4517900Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4525530Z test_noncontiguous_expanded_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4535110Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4543810Z test_noncontiguous_expanded_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4553410Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4561160Z test_noncontiguous_expanded_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4571600Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4579720Z test_noncontiguous_expanded_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4588920Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4596820Z test_noncontiguous_expanded_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4607710Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4615230Z test_noncontiguous_expanded_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4626040Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4633620Z test_noncontiguous_expanded_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4643560Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4651440Z test_noncontiguous_expanded_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4661270Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4668820Z test_noncontiguous_expanded_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4678640Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4686240Z test_noncontiguous_expanded_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4695350Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4703180Z test_noncontiguous_expanded_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4712460Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4720280Z test_noncontiguous_expanded_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4729800Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4736790Z test_noncontiguous_expanded_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4746000Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4753590Z test_noncontiguous_expanded_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4762590Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4770320Z test_noncontiguous_expanded_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4781640Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4789230Z test_noncontiguous_expanded_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4801200Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4808720Z test_noncontiguous_expanded_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4820690Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4828250Z test_noncontiguous_expanded_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4839020Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4847090Z test_noncontiguous_expanded_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4858620Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4866290Z test_noncontiguous_expanded_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4877680Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4885760Z test_noncontiguous_expanded_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4897410Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4905010Z test_noncontiguous_expanded_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4916760Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4925610Z test_noncontiguous_expanded_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4936210Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4943820Z test_noncontiguous_expanded_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4954610Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4962180Z test_noncontiguous_expanded_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4972900Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4980260Z test_noncontiguous_expanded_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.4990230Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.4997550Z test_noncontiguous_expanded_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5008300Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5016010Z test_noncontiguous_expanded_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5026960Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5034780Z test_noncontiguous_expanded_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5045070Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5052870Z test_noncontiguous_expanded_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5062380Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5069800Z test_noncontiguous_expanded_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5080010Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5087950Z test_noncontiguous_expanded_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5096450Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5104620Z test_noncontiguous_expanded_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5113260Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5121120Z test_noncontiguous_expanded_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5131630Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5139530Z test_noncontiguous_expanded_prod_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5148920Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5156920Z test_noncontiguous_expanded_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5169200Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5177090Z test_noncontiguous_expanded_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5189950Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5197900Z test_noncontiguous_expanded_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5209220Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5216960Z test_noncontiguous_expanded_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5228080Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5235950Z test_noncontiguous_expanded_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5245760Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5257430Z test_noncontiguous_expanded_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5264470Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5272650Z test_noncontiguous_expanded_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5282530Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5290410Z test_noncontiguous_expanded_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5300640Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5309660Z test_noncontiguous_expanded_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5319450Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5326960Z test_noncontiguous_expanded_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5339400Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5347280Z test_noncontiguous_expanded_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5361860Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5369780Z test_noncontiguous_expanded_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5386110Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5394130Z test_noncontiguous_expanded_std_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5409570Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5416170Z test_noncontiguous_expanded_std_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5430420Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5438270Z test_noncontiguous_expanded_std_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5452790Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5460740Z test_noncontiguous_expanded_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5474230Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5480000Z test_noncontiguous_expanded_sum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5489520Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5497100Z test_noncontiguous_expanded_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5510200Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5518230Z test_noncontiguous_expanded_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5531790Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5539890Z test_noncontiguous_expanded_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5551120Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5558530Z test_noncontiguous_expanded_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5570260Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5578460Z test_noncontiguous_expanded_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5589080Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5597280Z test_noncontiguous_expanded_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5607930Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5615080Z test_noncontiguous_expanded_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5625850Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5633520Z test_noncontiguous_expanded_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5643870Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5652290Z test_noncontiguous_expanded_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5662710Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5670680Z test_noncontiguous_expanded_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5679680Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5687270Z test_noncontiguous_expanded_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5700650Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5708570Z test_noncontiguous_expanded_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5726640Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5734080Z test_noncontiguous_expanded_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5750620Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5758520Z test_noncontiguous_expanded_var_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5772280Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5779780Z test_noncontiguous_expanded_var_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5794100Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5801820Z test_noncontiguous_expanded_var_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5815730Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-05-18T07:31:20.5823150Z test_noncontiguous_innermost__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5835680Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.5842610Z test_noncontiguous_innermost__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5854700Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.5862590Z test_noncontiguous_innermost__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5873210Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.5880720Z test_noncontiguous_innermost__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5892920Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.5900090Z test_noncontiguous_innermost__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5910760Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.5918140Z test_noncontiguous_innermost__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5928520Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.5936140Z test_noncontiguous_innermost__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5947790Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.5954670Z test_noncontiguous_innermost__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5964630Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.5972030Z test_noncontiguous_innermost__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.5983080Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.5990110Z test_noncontiguous_innermost__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6001270Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6008080Z test_noncontiguous_innermost__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6019210Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6026030Z test_noncontiguous_innermost__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6037280Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6044310Z test_noncontiguous_innermost__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6056230Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6063140Z test_noncontiguous_innermost__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6073000Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6079960Z test_noncontiguous_innermost__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6089380Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6096280Z test_noncontiguous_innermost__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6106830Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6114370Z test_noncontiguous_innermost__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6123860Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6131110Z test_noncontiguous_innermost__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6141570Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6148560Z test_noncontiguous_innermost__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6159940Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6167240Z test_noncontiguous_innermost__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6178430Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6185570Z test_noncontiguous_innermost__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6197320Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6205470Z test_noncontiguous_innermost__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6218750Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6225700Z test_noncontiguous_innermost__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6236490Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6244200Z test_noncontiguous_innermost__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6254910Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6266510Z test_noncontiguous_innermost__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6273730Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6280350Z test_noncontiguous_innermost__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6291740Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6297850Z test_noncontiguous_innermost__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6309090Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6315920Z test_noncontiguous_innermost__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6328100Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6335240Z test_noncontiguous_innermost__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6346510Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6353700Z test_noncontiguous_innermost__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6365960Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6373370Z test_noncontiguous_innermost__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6383880Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6390470Z test_noncontiguous_innermost__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6400230Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6406740Z test_noncontiguous_innermost__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6416080Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6423060Z test_noncontiguous_innermost__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6432030Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6439160Z test_noncontiguous_innermost__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6448830Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6455900Z test_noncontiguous_innermost__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6465530Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6472450Z test_noncontiguous_innermost__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6484390Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6491870Z test_noncontiguous_innermost__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6502650Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6510800Z test_noncontiguous_innermost__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6522500Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6529430Z test_noncontiguous_innermost__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6542670Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6551100Z test_noncontiguous_innermost__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6567440Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6575510Z test_noncontiguous_innermost__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6588990Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6596020Z test_noncontiguous_innermost__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6608500Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6616060Z test_noncontiguous_innermost__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6628550Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6635940Z test_noncontiguous_innermost__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6648440Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6655760Z test_noncontiguous_innermost__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6667540Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6674220Z test_noncontiguous_innermost__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6687650Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6694600Z test_noncontiguous_innermost__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6706830Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6714240Z test_noncontiguous_innermost__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6726430Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6733580Z test_noncontiguous_innermost__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6745120Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6757890Z test_noncontiguous_innermost__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6763920Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6771210Z test_noncontiguous_innermost__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6782730Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6790270Z test_noncontiguous_innermost__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6800250Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6806930Z test_noncontiguous_innermost__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6818950Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6826150Z test_noncontiguous_innermost__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6839420Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6847090Z test_noncontiguous_innermost__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6859190Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6866340Z test_noncontiguous_innermost__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6879150Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6886150Z test_noncontiguous_innermost__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6895580Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6903190Z test_noncontiguous_innermost__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6913720Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6921610Z test_noncontiguous_innermost__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6931030Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6938130Z test_noncontiguous_innermost__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6947780Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6955170Z test_noncontiguous_innermost__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6964550Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6971530Z test_noncontiguous_innermost__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.6985460Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.6992160Z test_noncontiguous_innermost__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7007000Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7013800Z test_noncontiguous_innermost__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7027930Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7034900Z test_noncontiguous_innermost__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7048120Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7055450Z test_noncontiguous_innermost__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7068470Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7075460Z test_noncontiguous_innermost__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7088530Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7095350Z test_noncontiguous_innermost__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7108110Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7115060Z test_noncontiguous_innermost__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7127640Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7134890Z test_noncontiguous_innermost__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7148050Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7155180Z test_noncontiguous_innermost__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7167550Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7174420Z test_noncontiguous_innermost__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7185550Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7192600Z test_noncontiguous_innermost__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7202180Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7209090Z test_noncontiguous_innermost__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7221030Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7227780Z test_noncontiguous_innermost__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7239930Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7247100Z test_noncontiguous_innermost__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7257820Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7264810Z test_noncontiguous_innermost__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7275260Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7282150Z test_noncontiguous_innermost__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7293790Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7312510Z test_noncontiguous_innermost__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7325320Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7338920Z test_noncontiguous_innermost__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7339700Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7340270Z test_noncontiguous_innermost__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7348740Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7360830Z test_noncontiguous_innermost__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7372030Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7379180Z test_noncontiguous_innermost__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7390180Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7396960Z test_noncontiguous_innermost__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7411720Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7419360Z test_noncontiguous_innermost__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7434760Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7442310Z test_noncontiguous_innermost__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7457810Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7464900Z test_noncontiguous_innermost__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7478040Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7485530Z test_noncontiguous_innermost__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7498460Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7505870Z test_noncontiguous_innermost__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7520500Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7526730Z test_noncontiguous_innermost__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7539920Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7546680Z test_noncontiguous_innermost__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7559340Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7566660Z test_noncontiguous_innermost__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7579160Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7586310Z test_noncontiguous_innermost__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7599670Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7607550Z test_noncontiguous_innermost__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7621110Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7629120Z test_noncontiguous_innermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7639250Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7646160Z test_noncontiguous_innermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7655190Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7662430Z test_noncontiguous_innermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7673900Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7680550Z test_noncontiguous_innermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7690360Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7698250Z test_noncontiguous_innermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7708040Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7714470Z test_noncontiguous_innermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7725180Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7731690Z test_noncontiguous_innermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7742690Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7749180Z test_noncontiguous_innermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7758950Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7767140Z test_noncontiguous_innermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7775290Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7782390Z test_noncontiguous_innermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7792090Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7798530Z test_noncontiguous_innermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7809040Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7816400Z test_noncontiguous_innermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7824920Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7831890Z test_noncontiguous_innermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7843730Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7850310Z test_noncontiguous_innermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7859940Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7866840Z test_noncontiguous_innermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7877540Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7884490Z test_noncontiguous_innermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7895730Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7903140Z test_noncontiguous_innermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7914320Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7921440Z test_noncontiguous_innermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7930550Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7937560Z test_noncontiguous_innermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7947860Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7954880Z test_noncontiguous_innermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7965390Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7973850Z test_noncontiguous_innermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7982220Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.7989040Z test_noncontiguous_innermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.7998200Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8005560Z test_noncontiguous_innermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8018780Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8024760Z test_noncontiguous_innermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8034200Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8041160Z test_noncontiguous_innermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8052870Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8060040Z test_noncontiguous_innermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8072230Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8080740Z test_noncontiguous_innermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8090370Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8097520Z test_noncontiguous_innermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8108070Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8114870Z test_noncontiguous_innermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8125480Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8132680Z test_noncontiguous_innermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8142450Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8149330Z test_noncontiguous_innermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8159660Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8165780Z test_noncontiguous_innermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8175840Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8183230Z test_noncontiguous_innermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8193710Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8200690Z test_noncontiguous_innermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8210180Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8218110Z test_noncontiguous_innermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8228280Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8235360Z test_noncontiguous_innermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8247750Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8254610Z test_noncontiguous_innermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8264750Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8272230Z test_noncontiguous_innermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8282080Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8289100Z test_noncontiguous_innermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8299260Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8306320Z test_noncontiguous_innermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8316420Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8324100Z test_noncontiguous_innermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8336790Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8344090Z test_noncontiguous_innermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8353590Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8360670Z test_noncontiguous_innermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8370970Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8377620Z test_noncontiguous_innermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8386740Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8393720Z test_noncontiguous_innermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8405200Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8411980Z test_noncontiguous_innermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8423220Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8429560Z test_noncontiguous_innermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8439170Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8446120Z test_noncontiguous_innermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8457550Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8465160Z test_noncontiguous_innermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8474650Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8482310Z test_noncontiguous_innermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8491480Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8498670Z test_noncontiguous_innermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8508230Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8515730Z test_noncontiguous_innermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8524750Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8531650Z test_noncontiguous_innermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8542180Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8548530Z test_noncontiguous_innermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8558020Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8564900Z test_noncontiguous_innermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8574800Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8582660Z test_noncontiguous_innermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8592520Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8599850Z test_noncontiguous_innermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8609870Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8617070Z test_noncontiguous_innermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8628330Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8638920Z test_noncontiguous_innermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8649990Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8656490Z test_noncontiguous_innermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8668440Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8677320Z test_noncontiguous_innermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8685170Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8692430Z test_noncontiguous_innermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8702170Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8709480Z test_noncontiguous_innermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8719430Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8728440Z test_noncontiguous_innermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8737570Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8744920Z test_noncontiguous_innermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8757780Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8763730Z test_noncontiguous_innermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8775170Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8782590Z test_noncontiguous_innermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8794970Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8801680Z test_noncontiguous_innermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8813180Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8820300Z test_noncontiguous_innermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8831160Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8838570Z test_noncontiguous_innermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8848110Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8855360Z test_noncontiguous_innermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8864650Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8871560Z test_noncontiguous_innermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8881090Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8889430Z test_noncontiguous_innermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8904740Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8912310Z test_noncontiguous_innermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8923120Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8930360Z test_noncontiguous_innermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8942250Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8949530Z test_noncontiguous_innermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8961640Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8969550Z test_noncontiguous_innermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8981070Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.8988140Z test_noncontiguous_innermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.8999120Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9006800Z test_noncontiguous_innermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9018780Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9026010Z test_noncontiguous_innermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9037150Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9043940Z test_noncontiguous_innermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9055670Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9062650Z test_noncontiguous_innermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9074310Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9082290Z test_noncontiguous_innermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9093350Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9100530Z test_noncontiguous_innermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9111290Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9118410Z test_noncontiguous_innermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9129050Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9135660Z test_noncontiguous_innermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9145660Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9152730Z test_noncontiguous_innermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9163040Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9170160Z test_noncontiguous_innermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9180600Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9188040Z test_noncontiguous_innermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9199470Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9206520Z test_noncontiguous_innermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9215910Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9223410Z test_noncontiguous_innermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9232540Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9239200Z test_noncontiguous_innermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9248890Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9255910Z test_noncontiguous_innermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9266340Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9272350Z test_noncontiguous_innermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9281740Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9288950Z test_noncontiguous_innermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9298030Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9304950Z test_noncontiguous_innermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9316530Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9323720Z test_noncontiguous_innermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9334550Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9341600Z test_noncontiguous_innermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9354730Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9362010Z test_noncontiguous_innermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9373430Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9380560Z test_noncontiguous_innermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9389610Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9396710Z test_noncontiguous_innermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9405770Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9413540Z test_noncontiguous_innermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9423320Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9430410Z test_noncontiguous_innermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9439770Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9446760Z test_noncontiguous_innermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9456080Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9463030Z test_noncontiguous_innermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9476250Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9483100Z test_noncontiguous_innermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9497590Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9504520Z test_noncontiguous_innermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9518950Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9525750Z test_noncontiguous_innermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9538460Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9545430Z test_noncontiguous_innermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9558690Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9565620Z test_noncontiguous_innermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9578420Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9585530Z test_noncontiguous_innermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9596190Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9603150Z test_noncontiguous_innermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9613420Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9621270Z test_noncontiguous_innermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9632780Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9639910Z test_noncontiguous_innermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9651320Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9658400Z test_noncontiguous_innermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9669430Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9676290Z test_noncontiguous_innermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9687020Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9693890Z test_noncontiguous_innermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9705500Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9712810Z test_noncontiguous_innermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9722130Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9729270Z test_noncontiguous_innermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9738730Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9745370Z test_noncontiguous_innermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9754280Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9761940Z test_noncontiguous_innermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9772550Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9779250Z test_noncontiguous_innermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9788030Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9795260Z test_noncontiguous_innermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9809230Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9816840Z test_noncontiguous_innermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9829550Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9837780Z test_noncontiguous_innermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9851920Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9859210Z test_noncontiguous_innermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9872320Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9879600Z test_noncontiguous_innermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9893690Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9899950Z test_noncontiguous_innermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9918880Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9922470Z test_noncontiguous_outermost__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9938670Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9945460Z test_noncontiguous_outermost__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9958320Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9965670Z test_noncontiguous_outermost__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9977430Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:20.9984290Z test_noncontiguous_outermost__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:20.9995650Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0004500Z test_noncontiguous_outermost__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0014350Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0021800Z test_noncontiguous_outermost__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0032190Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0039220Z test_noncontiguous_outermost__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0048500Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0055540Z test_noncontiguous_outermost__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0065160Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0072410Z test_noncontiguous_outermost__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0082920Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0089970Z test_noncontiguous_outermost__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0101560Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0108900Z test_noncontiguous_outermost__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0120970Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0128220Z test_noncontiguous_outermost__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0139810Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0146980Z test_noncontiguous_outermost__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0162070Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0165650Z test_noncontiguous_outermost__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0175870Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0182920Z test_noncontiguous_outermost__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0193020Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0199810Z test_noncontiguous_outermost__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0209980Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0219280Z test_noncontiguous_outermost__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0227440Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0234860Z test_noncontiguous_outermost__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0244940Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0251880Z test_noncontiguous_outermost__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0268300Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0271030Z test_noncontiguous_outermost__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0284200Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0291050Z test_noncontiguous_outermost__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0302850Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0310400Z test_noncontiguous_outermost__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0322530Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0329740Z test_noncontiguous_outermost__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0340470Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0348240Z test_noncontiguous_outermost__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0358480Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0365330Z test_noncontiguous_outermost__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0374830Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0382020Z test_noncontiguous_outermost__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0392160Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0399260Z test_noncontiguous_outermost__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0410540Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0416750Z test_noncontiguous_outermost__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0428530Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0435700Z test_noncontiguous_outermost__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0447440Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0454750Z test_noncontiguous_outermost__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0466670Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0478120Z test_noncontiguous_outermost__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0490880Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0503020Z test_noncontiguous_outermost__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0509710Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0517010Z test_noncontiguous_outermost__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0527400Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0535390Z test_noncontiguous_outermost__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0544840Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0552930Z test_noncontiguous_outermost__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0563250Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0569720Z test_noncontiguous_outermost__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0580400Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0587240Z test_noncontiguous_outermost__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0600360Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0607390Z test_noncontiguous_outermost__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0622110Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0630510Z test_noncontiguous_outermost__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0648650Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0655310Z test_noncontiguous_outermost__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0668640Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0676230Z test_noncontiguous_outermost__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0688330Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0695850Z test_noncontiguous_outermost__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0708060Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0714900Z test_noncontiguous_outermost__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0728270Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0735640Z test_noncontiguous_outermost__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0747280Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0754360Z test_noncontiguous_outermost__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0765440Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0772830Z test_noncontiguous_outermost__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0784200Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0791440Z test_noncontiguous_outermost__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0802680Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0809780Z test_noncontiguous_outermost__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0821190Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0828560Z test_noncontiguous_outermost__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0839780Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0846830Z test_noncontiguous_outermost__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0858120Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0865450Z test_noncontiguous_outermost__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0877350Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0884280Z test_noncontiguous_outermost__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0894790Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0902260Z test_noncontiguous_outermost__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0912030Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0919490Z test_noncontiguous_outermost__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0931210Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0938670Z test_noncontiguous_outermost__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0950810Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0957590Z test_noncontiguous_outermost__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0970240Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0977670Z test_noncontiguous_outermost__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.0988090Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.0995860Z test_noncontiguous_outermost__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1005700Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1012680Z test_noncontiguous_outermost__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1023020Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1030150Z test_noncontiguous_outermost__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1039590Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1046620Z test_noncontiguous_outermost__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1057450Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1064230Z test_noncontiguous_outermost__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1075300Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1082560Z test_noncontiguous_outermost__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1096070Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1104700Z test_noncontiguous_outermost__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1119150Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1125710Z test_noncontiguous_outermost__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1140560Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1147920Z test_noncontiguous_outermost__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1161320Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1168500Z test_noncontiguous_outermost__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1182020Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1189560Z test_noncontiguous_outermost__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1202510Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1209540Z test_noncontiguous_outermost__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1223380Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1230810Z test_noncontiguous_outermost__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1250160Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1256950Z test_noncontiguous_outermost__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1271810Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1279020Z test_noncontiguous_outermost__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1296850Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1301430Z test_noncontiguous_outermost__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1314230Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1321380Z test_noncontiguous_outermost__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1332280Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1339620Z test_noncontiguous_outermost__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1352970Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1360530Z test_noncontiguous_outermost__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1373000Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1380630Z test_noncontiguous_outermost__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1393210Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1400530Z test_noncontiguous_outermost__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1412060Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1420110Z test_noncontiguous_outermost__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1431500Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1438890Z test_noncontiguous_outermost__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1450320Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1456740Z test_noncontiguous_outermost__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1467060Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1474550Z test_noncontiguous_outermost__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1485970Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1494550Z test_noncontiguous_outermost__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1504270Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1511550Z test_noncontiguous_outermost__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1522410Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1529430Z test_noncontiguous_outermost__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1543770Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1551710Z test_noncontiguous_outermost__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1567280Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1575050Z test_noncontiguous_outermost__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1591090Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1598660Z test_noncontiguous_outermost__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1612220Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1619450Z test_noncontiguous_outermost__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1634940Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1641390Z test_noncontiguous_outermost__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1654690Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1661590Z test_noncontiguous_outermost__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1674570Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1682870Z test_noncontiguous_outermost__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1695480Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1702820Z test_noncontiguous_outermost__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1717040Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1726730Z test_noncontiguous_outermost__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1737540Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1745550Z test_noncontiguous_outermost__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1757630Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1764180Z test_noncontiguous_outermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1775010Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1783290Z test_noncontiguous_outermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1792090Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1804220Z test_noncontiguous_outermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1810430Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1818280Z test_noncontiguous_outermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1833330Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1835960Z test_noncontiguous_outermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1847100Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1857790Z test_noncontiguous_outermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1870190Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1877830Z test_noncontiguous_outermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1888800Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1897050Z test_noncontiguous_outermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1905790Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1912940Z test_noncontiguous_outermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1923300Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1930770Z test_noncontiguous_outermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1942470Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1948480Z test_noncontiguous_outermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1958940Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1967090Z test_noncontiguous_outermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1975400Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.1982570Z test_noncontiguous_outermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.1995540Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2000840Z test_noncontiguous_outermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2010900Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2018230Z test_noncontiguous_outermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2029700Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2036810Z test_noncontiguous_outermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2048070Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2055390Z test_noncontiguous_outermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2066050Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2073500Z test_noncontiguous_outermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2082850Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2090560Z test_noncontiguous_outermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2100780Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2107880Z test_noncontiguous_outermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2117120Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2124460Z test_noncontiguous_outermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2134180Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2142100Z test_noncontiguous_outermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2151150Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2158290Z test_noncontiguous_outermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2170520Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2178910Z test_noncontiguous_outermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2190130Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2195780Z test_noncontiguous_outermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2206550Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2214880Z test_noncontiguous_outermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2229220Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2239350Z test_noncontiguous_outermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2250680Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2257300Z test_noncontiguous_outermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2268450Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2275570Z test_noncontiguous_outermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2285820Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2292650Z test_noncontiguous_outermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2303030Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2311260Z test_noncontiguous_outermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2321600Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2329040Z test_noncontiguous_outermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2340540Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2347860Z test_noncontiguous_outermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2358700Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2365620Z test_noncontiguous_outermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2375850Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2382290Z test_noncontiguous_outermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2394200Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2401320Z test_noncontiguous_outermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2412660Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2420020Z test_noncontiguous_outermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2432280Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2439830Z test_noncontiguous_outermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2450490Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2461700Z test_noncontiguous_outermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2473770Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2479880Z test_noncontiguous_outermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2491110Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2498620Z test_noncontiguous_outermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2511360Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2516740Z test_noncontiguous_outermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2526870Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2536030Z test_noncontiguous_outermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2547600Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2551110Z test_noncontiguous_outermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2564140Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2568350Z test_noncontiguous_outermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2578630Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2588030Z test_noncontiguous_outermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2596250Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2605860Z test_noncontiguous_outermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2614210Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2621350Z test_noncontiguous_outermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2630870Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2638740Z test_noncontiguous_outermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2649600Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2654320Z test_noncontiguous_outermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2664430Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2671320Z test_noncontiguous_outermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2680820Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2687580Z test_noncontiguous_outermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2701550Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2703770Z test_noncontiguous_outermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2715050Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2722260Z test_noncontiguous_outermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2733050Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2739240Z test_noncontiguous_outermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2749940Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2756730Z test_noncontiguous_outermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2767180Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2774200Z test_noncontiguous_outermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2784930Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2792700Z test_noncontiguous_outermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2801720Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2808550Z test_noncontiguous_outermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2817800Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2824680Z test_noncontiguous_outermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2834080Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2841170Z test_noncontiguous_outermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2851010Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2857620Z test_noncontiguous_outermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2866580Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2873720Z test_noncontiguous_outermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2884510Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2891660Z test_noncontiguous_outermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2902310Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2908220Z test_noncontiguous_outermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2921270Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2929760Z test_noncontiguous_outermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2940620Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2946350Z test_noncontiguous_outermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2959470Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2963850Z test_noncontiguous_outermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2973870Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2980710Z test_noncontiguous_outermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.2991460Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.2998540Z test_noncontiguous_outermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3009750Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3015950Z test_noncontiguous_outermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3026750Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3033160Z test_noncontiguous_outermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3042990Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3050540Z test_noncontiguous_outermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3060480Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3066710Z test_noncontiguous_outermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3077350Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3085230Z test_noncontiguous_outermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3097780Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3104350Z test_noncontiguous_outermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3118460Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3125690Z test_noncontiguous_outermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3139540Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3148610Z test_noncontiguous_outermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3159980Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3167620Z test_noncontiguous_outermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3179100Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3187410Z test_noncontiguous_outermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3198250Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3205660Z test_noncontiguous_outermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3218080Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3225410Z test_noncontiguous_outermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3238010Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3245800Z test_noncontiguous_outermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3258830Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3264710Z test_noncontiguous_outermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3276840Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3284620Z test_noncontiguous_outermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3295870Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3304540Z test_noncontiguous_outermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3315010Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3321450Z test_noncontiguous_outermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3334050Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3341680Z test_noncontiguous_outermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3354620Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3360120Z test_noncontiguous_outermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3371810Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3378640Z test_noncontiguous_outermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3391720Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3397190Z test_noncontiguous_outermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3406380Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3415580Z test_noncontiguous_outermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3424660Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3432310Z test_noncontiguous_outermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3443350Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3450670Z test_noncontiguous_outermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3461370Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3468840Z test_noncontiguous_outermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3478850Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3486090Z test_noncontiguous_outermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3499370Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3506590Z test_noncontiguous_outermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3519650Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3528390Z test_noncontiguous_outermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3539600Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3547760Z test_noncontiguous_outermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3561200Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3569800Z test_noncontiguous_outermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3582220Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3590780Z test_noncontiguous_outermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3601500Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3609440Z test_noncontiguous_outermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3621060Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3629980Z test_noncontiguous_outermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3640410Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3648930Z test_noncontiguous_outermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3660630Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3668330Z test_noncontiguous_outermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3683350Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3690940Z test_noncontiguous_outermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3706520Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3714430Z test_noncontiguous_outermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3734750Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T07:31:21.3742690Z test_noncontiguous_outermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3758070Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3766730Z test_noncontiguous_outermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3780660Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3794160Z test_noncontiguous_outermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3810560Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-05-18T07:31:21.3818280Z test_noncontiguous_outermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3828940Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3836150Z test_noncontiguous_outermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3847240Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3854160Z test_noncontiguous_outermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3866310Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3874180Z test_noncontiguous_outermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3886860Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3894570Z test_noncontiguous_outermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3906060Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3913490Z test_noncontiguous_outermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3924270Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3931540Z test_noncontiguous_outermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3942260Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3949930Z test_noncontiguous_outermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3959640Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3966820Z test_noncontiguous_outermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3976210Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.3983860Z test_noncontiguous_outermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.3993560Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.4001380Z test_noncontiguous_outermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4011360Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.4018930Z test_noncontiguous_outermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4028820Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.4037480Z test_noncontiguous_outermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4050600Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.4058120Z test_noncontiguous_outermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4071680Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.4079440Z test_noncontiguous_outermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4093940Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.4103430Z test_noncontiguous_outermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4118120Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.4125610Z test_noncontiguous_outermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4139280Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.4147230Z test_noncontiguous_outermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4161940Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-05-18T07:31:21.4169340Z test_noncontiguous_transposed__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4180570Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4187330Z test_noncontiguous_transposed__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4198380Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4204690Z test_noncontiguous_transposed__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4220510Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4230470Z test_noncontiguous_transposed__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4241190Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4248370Z test_noncontiguous_transposed__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4257360Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4264120Z test_noncontiguous_transposed__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4273500Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4280900Z test_noncontiguous_transposed__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4290670Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4297540Z test_noncontiguous_transposed__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4307530Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4314790Z test_noncontiguous_transposed__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4333640Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4336410Z test_noncontiguous_transposed__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4352260Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4360770Z test_noncontiguous_transposed__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4372650Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4379170Z test_noncontiguous_transposed__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4392530Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4396910Z test_noncontiguous_transposed__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4409360Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4415450Z test_noncontiguous_transposed__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4426710Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4433800Z test_noncontiguous_transposed__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4444380Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4454650Z test_noncontiguous_transposed__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4464350Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4485650Z test_noncontiguous_transposed__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4488020Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4494960Z test_noncontiguous_transposed__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4505570Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4514650Z test_noncontiguous_transposed__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4531070Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4535740Z test_noncontiguous_transposed__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4548150Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4554480Z test_noncontiguous_transposed__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4566810Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4573310Z test_noncontiguous_transposed__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4584880Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4592420Z test_noncontiguous_transposed__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4602680Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4610090Z test_noncontiguous_transposed__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4620020Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4625390Z test_noncontiguous_transposed__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4634490Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-05-18T07:31:21.4641530Z test_noncontiguous_transposed__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4651110Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4657760Z test_noncontiguous_transposed__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4667290Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4673770Z test_noncontiguous_transposed__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4685260Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4691540Z test_noncontiguous_transposed__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4703160Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4709790Z test_noncontiguous_transposed__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4721400Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4727520Z test_noncontiguous_transposed__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4739470Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4745880Z test_noncontiguous_transposed__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4755530Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4761990Z test_noncontiguous_transposed__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4772610Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4778980Z test_noncontiguous_transposed__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4789050Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4795540Z test_noncontiguous_transposed__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4808510Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4811780Z test_noncontiguous_transposed__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4821750Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4829850Z test_noncontiguous_transposed__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4840550Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4847000Z test_noncontiguous_transposed__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4858270Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4864810Z test_noncontiguous_transposed__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4877370Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4885150Z test_noncontiguous_transposed__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4900100Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4902960Z test_noncontiguous_transposed__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4915490Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4922130Z test_noncontiguous_transposed__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4934520Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4941060Z test_noncontiguous_transposed__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4952250Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4958500Z test_noncontiguous_transposed__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4973040Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4976450Z test_noncontiguous_transposed__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.4988770Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.4995800Z test_noncontiguous_transposed__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5007450Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5015130Z test_noncontiguous_transposed__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5025880Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5032300Z test_noncontiguous_transposed__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5043430Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5049660Z test_noncontiguous_transposed__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5061460Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5068130Z test_noncontiguous_transposed__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5080700Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5086710Z test_noncontiguous_transposed__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5097220Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5103640Z test_noncontiguous_transposed__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5115550Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5121750Z test_noncontiguous_transposed__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5131770Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5139600Z test_noncontiguous_transposed__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5151720Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5158660Z test_noncontiguous_transposed__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5170350Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5176590Z test_noncontiguous_transposed__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5188550Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5194800Z test_noncontiguous_transposed__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5206580Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5212970Z test_noncontiguous_transposed__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5224570Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5230730Z test_noncontiguous_transposed__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5241320Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5247950Z test_noncontiguous_transposed__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5257600Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5264250Z test_noncontiguous_transposed__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5274390Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5280590Z test_noncontiguous_transposed__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5291860Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5298280Z test_noncontiguous_transposed__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5317250Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5324320Z test_noncontiguous_transposed__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5341730Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5348590Z test_noncontiguous_transposed__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5363810Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5370470Z test_noncontiguous_transposed__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5384460Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5391090Z test_noncontiguous_transposed__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5405390Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5411620Z test_noncontiguous_transposed__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5424970Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5432680Z test_noncontiguous_transposed__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5445870Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5452630Z test_noncontiguous_transposed__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5466200Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5472180Z test_noncontiguous_transposed__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5485640Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5494270Z test_noncontiguous_transposed__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5506120Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5513120Z test_noncontiguous_transposed__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5524890Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5531170Z test_noncontiguous_transposed__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5541130Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5547500Z test_noncontiguous_transposed__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5560020Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5567250Z test_noncontiguous_transposed__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5579500Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5587540Z test_noncontiguous_transposed__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5599220Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5605750Z test_noncontiguous_transposed__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5618140Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5623650Z test_noncontiguous_transposed__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5634230Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5640510Z test_noncontiguous_transposed__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5651600Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5660890Z test_noncontiguous_transposed__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5668130Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5674110Z test_noncontiguous_transposed__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5683170Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-05-18T07:31:21.5689530Z test_noncontiguous_transposed__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5699370Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5706110Z test_noncontiguous_transposed__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5716650Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5723520Z test_noncontiguous_transposed__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5737040Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5744900Z test_noncontiguous_transposed__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5757160Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5764150Z test_noncontiguous_transposed__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5777870Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5784000Z test_noncontiguous_transposed__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5796680Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5804300Z test_noncontiguous_transposed__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5817340Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5825790Z test_noncontiguous_transposed__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5835450Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5841700Z test_noncontiguous_transposed__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5854280Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5860790Z test_noncontiguous_transposed__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5875620Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5880030Z test_noncontiguous_transposed__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5895290Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5898220Z test_noncontiguous_transposed__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5910600Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5917550Z test_noncontiguous_transposed__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5935110Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5941870Z test_noncontiguous_transposed_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5955720Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5962720Z test_noncontiguous_transposed_all_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5972770Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5978100Z test_noncontiguous_transposed_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.5989610Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.5996700Z test_noncontiguous_transposed_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6008400Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6013970Z test_noncontiguous_transposed_all_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6025730Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6032820Z test_noncontiguous_transposed_all_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6042800Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6049230Z test_noncontiguous_transposed_all_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6059130Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6065810Z test_noncontiguous_transposed_all_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6076500Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6083110Z test_noncontiguous_transposed_all_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6092790Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6102560Z test_noncontiguous_transposed_all_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6110940Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6118530Z test_noncontiguous_transposed_all_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6131170Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6140670Z test_noncontiguous_transposed_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6148980Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6155640Z test_noncontiguous_transposed_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6166940Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6173780Z test_noncontiguous_transposed_amax_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6184050Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6190820Z test_noncontiguous_transposed_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6202490Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6209530Z test_noncontiguous_transposed_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6221100Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6226600Z test_noncontiguous_transposed_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6238390Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6245200Z test_noncontiguous_transposed_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6256010Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6262290Z test_noncontiguous_transposed_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6271750Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6278570Z test_noncontiguous_transposed_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6288430Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6294890Z test_noncontiguous_transposed_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6304650Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6313700Z test_noncontiguous_transposed_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6321450Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6330050Z test_noncontiguous_transposed_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6340530Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6346240Z test_noncontiguous_transposed_amin_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6356080Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6362590Z test_noncontiguous_transposed_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6373650Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6380000Z test_noncontiguous_transposed_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6391190Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6398250Z test_noncontiguous_transposed_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6411460Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6418300Z test_noncontiguous_transposed_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6427610Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6434170Z test_noncontiguous_transposed_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6444830Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6451010Z test_noncontiguous_transposed_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6461600Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6469950Z test_noncontiguous_transposed_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6479130Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6486630Z test_noncontiguous_transposed_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6495190Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6502320Z test_noncontiguous_transposed_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6513550Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6518850Z test_noncontiguous_transposed_any_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6528700Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6535610Z test_noncontiguous_transposed_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6547140Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6553510Z test_noncontiguous_transposed_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6565010Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6571150Z test_noncontiguous_transposed_any_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6581950Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6589510Z test_noncontiguous_transposed_any_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6600010Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6606730Z test_noncontiguous_transposed_any_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6616770Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6624610Z test_noncontiguous_transposed_any_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6634460Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6640150Z test_noncontiguous_transposed_any_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6649260Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-05-18T07:31:21.6655670Z test_noncontiguous_transposed_any_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6665000Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6671650Z test_noncontiguous_transposed_any_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6681600Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6688320Z test_noncontiguous_transposed_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6697670Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6705460Z test_noncontiguous_transposed_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6714950Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6721320Z test_noncontiguous_transposed_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6731430Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6737720Z test_noncontiguous_transposed_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6747790Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6754360Z test_noncontiguous_transposed_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6764520Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6770910Z test_noncontiguous_transposed_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6780250Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6786790Z test_noncontiguous_transposed_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6795840Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-05-18T07:31:21.6802650Z test_noncontiguous_transposed_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6811880Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6818670Z test_noncontiguous_transposed_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6827360Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-05-18T07:31:21.6834050Z test_noncontiguous_transposed_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6842780Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-05-18T07:31:21.6849480Z test_noncontiguous_transposed_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6858580Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6866150Z test_noncontiguous_transposed_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6879270Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6887020Z test_noncontiguous_transposed_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6899940Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6907100Z test_noncontiguous_transposed_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6917510Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.6924550Z test_noncontiguous_transposed_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6932640Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-05-18T07:31:21.6939300Z test_noncontiguous_transposed_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6948440Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-05-18T07:31:21.6954670Z test_noncontiguous_transposed_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6965270Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-05-18T07:31:21.6970040Z test_noncontiguous_transposed_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6978740Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-05-18T07:31:21.6986060Z test_noncontiguous_transposed_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.6994550Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-05-18T07:31:21.7000520Z test_noncontiguous_transposed_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7010990Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7017690Z test_noncontiguous_transposed_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7026640Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-05-18T07:31:21.7032780Z test_noncontiguous_transposed_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7043010Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7049370Z test_noncontiguous_transposed_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7060080Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7065690Z test_noncontiguous_transposed_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7075220Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-05-18T07:31:21.7081540Z test_noncontiguous_transposed_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7092770Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-05-18T07:31:21.7097550Z test_noncontiguous_transposed_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7112500Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7118980Z test_noncontiguous_transposed_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7130370Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7137110Z test_noncontiguous_transposed_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7147440Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7153710Z test_noncontiguous_transposed_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7162750Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-05-18T07:31:21.7169100Z test_noncontiguous_transposed_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7178980Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7186150Z test_noncontiguous_transposed_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7195150Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7201750Z test_noncontiguous_transposed_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7213800Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7221830Z test_noncontiguous_transposed_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7232410Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7238300Z test_noncontiguous_transposed_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7249990Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7255810Z test_noncontiguous_transposed_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7266760Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7273390Z test_noncontiguous_transposed_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7284320Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7290880Z test_noncontiguous_transposed_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7302310Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7308930Z test_noncontiguous_transposed_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7321400Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7327320Z test_noncontiguous_transposed_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7338860Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7345420Z test_noncontiguous_transposed_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7359000Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7364380Z test_noncontiguous_transposed_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7375740Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7381620Z test_noncontiguous_transposed_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7391610Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7398000Z test_noncontiguous_transposed_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7407050Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-05-18T07:31:21.7413350Z test_noncontiguous_transposed_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7423420Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7429740Z test_noncontiguous_transposed_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7439930Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7446230Z test_noncontiguous_transposed_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7456290Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7462470Z test_noncontiguous_transposed_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7473460Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7478990Z test_noncontiguous_transposed_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7489530Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7496160Z test_noncontiguous_transposed_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7505860Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7512800Z test_noncontiguous_transposed_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7522210Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7529270Z test_noncontiguous_transposed_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7540960Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7549020Z test_noncontiguous_transposed_prod_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7559340Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7565680Z test_noncontiguous_transposed_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7577090Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7583880Z test_noncontiguous_transposed_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7595430Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7603410Z test_noncontiguous_transposed_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7613550Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7620310Z test_noncontiguous_transposed_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7631050Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7637660Z test_noncontiguous_transposed_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7647860Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7654520Z test_noncontiguous_transposed_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7664360Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7671840Z test_noncontiguous_transposed_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7682040Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7688440Z test_noncontiguous_transposed_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7697620Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-05-18T07:31:21.7705610Z test_noncontiguous_transposed_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7715640Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7720590Z test_noncontiguous_transposed_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7734640Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7741700Z test_noncontiguous_transposed_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7757090Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7763620Z test_noncontiguous_transposed_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7778590Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7785140Z test_noncontiguous_transposed_std_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7807480Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7808850Z test_noncontiguous_transposed_std_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7819970Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7827370Z test_noncontiguous_transposed_std_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7842630Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7855120Z test_noncontiguous_transposed_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7871450Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-05-18T07:31:21.7877560Z test_noncontiguous_transposed_sum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7889190Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7896080Z test_noncontiguous_transposed_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7908340Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7914550Z test_noncontiguous_transposed_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7926940Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7933670Z test_noncontiguous_transposed_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7946400Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7952500Z test_noncontiguous_transposed_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7963800Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7973940Z test_noncontiguous_transposed_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.7982320Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.7990110Z test_noncontiguous_transposed_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.8000300Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.8007190Z test_noncontiguous_transposed_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.8019820Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.8028400Z test_noncontiguous_transposed_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.8038590Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.8045730Z test_noncontiguous_transposed_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.8055960Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.8064200Z test_noncontiguous_transposed_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.8075160Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.8082070Z test_noncontiguous_transposed_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.8097700Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.8109240Z test_noncontiguous_transposed_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.8128220Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-05-18T07:31:21.8134690Z test_noncontiguous_transposed_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.8152840Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.8161340Z test_noncontiguous_transposed_var_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.8172420Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.8179220Z test_noncontiguous_transposed_var_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.8193680Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.8199610Z test_noncontiguous_transposed_var_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:21.8214370Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-05-18T07:31:21.8241630Z test_numpy_named_args_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:31:21.8273240Z test_prod_bool_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:31:21.8294840Z test_prod_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-05-18T07:31:21.8315100Z test_prod_gpu_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:31:21.8334090Z test_prod_gpu_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:31:22.2024370Z test_prod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.369s) 2022-05-18T07:31:22.2142640Z test_quantile_backward_cpu (__main__.TestReductionsCPU) ... ok (0.012s) 2022-05-18T07:31:27.0286310Z test_quantile_cpu_float32 (__main__.TestReductionsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/nanfunctions.py:1370: RuntimeWarning: All-NaN slice encountered 2022-05-18T07:31:27.0286810Z r, k = function_base._ureduce( 2022-05-18T07:31:27.0287350Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/nanfunctions.py:1391: RuntimeWarning: All-NaN slice encountered 2022-05-18T07:31:27.0287780Z result = np.apply_along_axis(_nanquantile_1d, axis, a, q, 2022-05-18T07:31:27.0288020Z ok (4.814s) 2022-05-18T07:31:31.5406730Z test_quantile_cpu_float64 (__main__.TestReductionsCPU) ... ok (4.512s) 2022-05-18T07:31:31.5925710Z test_quantile_error_cpu (__main__.TestReductionsCPU) ... ok (0.052s) 2022-05-18T07:31:31.6012220Z test_reduce_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.009s) 2022-05-18T07:31:31.6191880Z test_reduction_empty_any_all_cpu (__main__.TestReductionsCPU) ... ok (0.018s) 2022-05-18T07:31:31.6208170Z test_reduction_split_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:31:31.6291660Z test_reduction_vectorize_along_input_corner_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.008s) 2022-05-18T07:31:31.6377120Z test_reduction_vectorize_along_input_corner_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.008s) 2022-05-18T07:31:31.6458970Z test_reduction_vectorize_along_input_corner_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.008s) 2022-05-18T07:31:31.6541490Z test_reduction_vectorize_along_input_corner_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.008s) 2022-05-18T07:31:31.6570790Z test_reduction_vectorize_along_output_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T07:31:31.6600320Z test_reduction_vectorize_along_output_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T07:31:31.6630180Z test_reduction_vectorize_along_output_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T07:31:31.6660980Z test_reduction_vectorize_along_output_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T07:31:31.6672700Z test_ref_duplicate_values__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.6691450Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.6702190Z test_ref_duplicate_values__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.6718240Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.6729250Z test_ref_duplicate_values__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.6745180Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.6756090Z test_ref_duplicate_values__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.6770170Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.6781690Z test_ref_duplicate_values__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.6795290Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.6806930Z test_ref_duplicate_values__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.6820010Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.6831690Z test_ref_duplicate_values__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.6846080Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.6857860Z test_ref_duplicate_values__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.6871220Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.6882910Z test_ref_duplicate_values__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.6898730Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.6910200Z test_ref_duplicate_values__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.6925190Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.6936990Z test_ref_duplicate_values__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.6951940Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.6963730Z test_ref_duplicate_values__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.6977260Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.6988690Z test_ref_duplicate_values__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7002180Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.7013710Z test_ref_duplicate_values__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7026800Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.7038770Z test_ref_duplicate_values__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7052380Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.7063500Z test_ref_duplicate_values__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7077100Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.7088660Z test_ref_duplicate_values__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7104100Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.7115500Z test_ref_duplicate_values__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7130690Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.7142690Z test_ref_duplicate_values__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7157420Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.7169470Z test_ref_duplicate_values__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7182090Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.7193640Z test_ref_duplicate_values__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7206980Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.7218420Z test_ref_duplicate_values__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7231040Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.7242680Z test_ref_duplicate_values__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7255900Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.7267380Z test_ref_duplicate_values__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7280590Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.7292200Z test_ref_duplicate_values__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7307560Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.7319040Z test_ref_duplicate_values__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7334480Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.7346070Z test_ref_duplicate_values__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7361150Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.7372540Z test_ref_duplicate_values__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7385700Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.7397440Z test_ref_duplicate_values__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7410560Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.7421950Z test_ref_duplicate_values__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7434740Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.7446240Z test_ref_duplicate_values__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7459800Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.7471330Z test_ref_duplicate_values__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7484520Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.7496150Z test_ref_duplicate_values__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7510530Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.7521760Z test_ref_duplicate_values__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7538650Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.7550000Z test_ref_duplicate_values__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7566400Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.7577910Z test_ref_duplicate_values__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7593410Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.7605200Z test_ref_duplicate_values__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7620450Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.7632520Z test_ref_duplicate_values__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7645630Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.7657280Z test_ref_duplicate_values__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7676210Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.7688750Z test_ref_duplicate_values__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7702290Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.7713980Z test_ref_duplicate_values__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7727590Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.7739180Z test_ref_duplicate_values__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7754270Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.7766190Z test_ref_duplicate_values__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7779540Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.7791090Z test_ref_duplicate_values__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7807560Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.7819200Z test_ref_duplicate_values__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7835610Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.7847210Z test_ref_duplicate_values__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7863410Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.7874570Z test_ref_duplicate_values__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7890930Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.7902540Z test_ref_duplicate_values__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7918100Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.7929690Z test_ref_duplicate_values__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7943320Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.7954890Z test_ref_duplicate_values__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7968230Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.7980000Z test_ref_duplicate_values__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.7993360Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8004880Z test_ref_duplicate_values__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8018670Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8030050Z test_ref_duplicate_values__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8045120Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.8056920Z test_ref_duplicate_values_all_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8069510Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8081880Z test_ref_duplicate_values_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8097200Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.8108810Z test_ref_duplicate_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8123290Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.8134510Z test_ref_duplicate_values_all_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8148330Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8160140Z test_ref_duplicate_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8173300Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8185320Z test_ref_duplicate_values_all_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8198560Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8210400Z test_ref_duplicate_values_all_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8223060Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8234620Z test_ref_duplicate_values_all_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8247790Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8259020Z test_ref_duplicate_values_all_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8271960Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8283770Z test_ref_duplicate_values_all_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8297190Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8309180Z test_ref_duplicate_values_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8322430Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8334450Z test_ref_duplicate_values_amax_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8347270Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8358830Z test_ref_duplicate_values_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8374090Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.8386010Z test_ref_duplicate_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8400730Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.8412470Z test_ref_duplicate_values_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8426870Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.8438480Z test_ref_duplicate_values_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8451400Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8462940Z test_ref_duplicate_values_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8476050Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8487630Z test_ref_duplicate_values_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8500730Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8512130Z test_ref_duplicate_values_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8525170Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8536730Z test_ref_duplicate_values_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8549790Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8561500Z test_ref_duplicate_values_amin_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8574260Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8586030Z test_ref_duplicate_values_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8601440Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.8612650Z test_ref_duplicate_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8627340Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.8639010Z test_ref_duplicate_values_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8653530Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.8665280Z test_ref_duplicate_values_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8678360Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8689950Z test_ref_duplicate_values_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8703290Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8714790Z test_ref_duplicate_values_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8727560Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8739100Z test_ref_duplicate_values_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8752250Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8763650Z test_ref_duplicate_values_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8776730Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8788470Z test_ref_duplicate_values_any_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8801310Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8812870Z test_ref_duplicate_values_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8827080Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.8838810Z test_ref_duplicate_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8852880Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.8864540Z test_ref_duplicate_values_any_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8877970Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8889740Z test_ref_duplicate_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8903210Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8914730Z test_ref_duplicate_values_any_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8928170Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8939740Z test_ref_duplicate_values_any_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8952960Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8964620Z test_ref_duplicate_values_any_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.8977760Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.8989270Z test_ref_duplicate_values_any_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9002210Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9013950Z test_ref_duplicate_values_any_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9026610Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9038120Z test_ref_duplicate_values_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9051480Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9062740Z test_ref_duplicate_values_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9076580Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9087920Z test_ref_duplicate_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9100780Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9112230Z test_ref_duplicate_values_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9125190Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9136780Z test_ref_duplicate_values_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9149150Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9160590Z test_ref_duplicate_values_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9173410Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9184700Z test_ref_duplicate_values_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9197120Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9208900Z test_ref_duplicate_values_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9221240Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9232770Z test_ref_duplicate_values_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9245260Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9256860Z test_ref_duplicate_values_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9269970Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9281470Z test_ref_duplicate_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9294870Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9306050Z test_ref_duplicate_values_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9319070Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9331280Z test_ref_duplicate_values_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9343700Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9355330Z test_ref_duplicate_values_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9367730Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9379430Z test_ref_duplicate_values_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9391740Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9403410Z test_ref_duplicate_values_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9415840Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9427330Z test_ref_duplicate_values_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9439980Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9451360Z test_ref_duplicate_values_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9464730Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9476160Z test_ref_duplicate_values_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9490660Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.9502230Z test_ref_duplicate_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9516640Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.9528630Z test_ref_duplicate_values_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9542140Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9553530Z test_ref_duplicate_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9567490Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9578820Z test_ref_duplicate_values_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9592490Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9604700Z test_ref_duplicate_values_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9619380Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.9630620Z test_ref_duplicate_values_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9643860Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9655370Z test_ref_duplicate_values_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9668290Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9679840Z test_ref_duplicate_values_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9693090Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9704750Z test_ref_duplicate_values_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9717720Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9729300Z test_ref_duplicate_values_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9746690Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.9758340Z test_ref_duplicate_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9775150Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.9786840Z test_ref_duplicate_values_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9802910Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.9814700Z test_ref_duplicate_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9830270Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.9843580Z test_ref_duplicate_values_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9857680Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.9869210Z test_ref_duplicate_values_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9887960Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.9899780Z test_ref_duplicate_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9918180Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.9929660Z test_ref_duplicate_values_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9947790Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:31.9959060Z test_ref_duplicate_values_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9972330Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:31.9983840Z test_ref_duplicate_values_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:31.9999560Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:32.0011140Z test_ref_duplicate_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0027020Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:32.0038490Z test_ref_duplicate_values_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0053540Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:32.0065280Z test_ref_duplicate_values_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0078280Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:32.0089740Z test_ref_duplicate_values_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0103290Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:32.0114710Z test_ref_duplicate_values_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0127670Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:32.0139230Z test_ref_duplicate_values_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0152710Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:32.0163960Z test_ref_duplicate_values_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0178720Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:32.0189920Z test_ref_duplicate_values_prod_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0203050Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:32.0214560Z test_ref_duplicate_values_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0230290Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:32.0241910Z test_ref_duplicate_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0242620Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T07:31:32.0254030Z test_ref_duplicate_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0269040Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:32.0280540Z test_ref_duplicate_values_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0295440Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:32.0306780Z test_ref_duplicate_values_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0319860Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:32.0331360Z test_ref_duplicate_values_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0344470Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:32.0356010Z test_ref_duplicate_values_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0368710Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:32.0380200Z test_ref_duplicate_values_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0393170Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:32.0404730Z test_ref_duplicate_values_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0405200Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T07:31:32.0416800Z test_ref_duplicate_values_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0417290Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T07:31:32.0428810Z test_ref_duplicate_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0429470Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T07:31:32.0441340Z test_ref_duplicate_values_std_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0441970Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T07:31:32.0453810Z test_ref_duplicate_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0454390Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T07:31:32.0465920Z test_ref_duplicate_values_std_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0466580Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T07:31:32.0478060Z test_ref_duplicate_values_sum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0492140Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:32.0503730Z test_ref_duplicate_values_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0519900Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:32.0531380Z test_ref_duplicate_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0547590Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:32.0559170Z test_ref_duplicate_values_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0560010Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T07:31:32.0571390Z test_ref_duplicate_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0586450Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:32.0599270Z test_ref_duplicate_values_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0614060Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:32.0625530Z test_ref_duplicate_values_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0638600Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:32.0650030Z test_ref_duplicate_values_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0663140Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:32.0674620Z test_ref_duplicate_values_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0687310Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:32.0699040Z test_ref_duplicate_values_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0712060Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-05-18T07:31:32.0723590Z test_ref_duplicate_values_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0737990Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-05-18T07:31:32.0749780Z test_ref_duplicate_values_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0750370Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T07:31:32.0762830Z test_ref_duplicate_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0763570Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T07:31:32.0775730Z test_ref_duplicate_values_var_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0776450Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T07:31:32.0788310Z test_ref_duplicate_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0788970Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T07:31:32.0801280Z test_ref_duplicate_values_var_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0802460Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-05-18T07:31:32.0811850Z test_ref_extremal_values__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0829880Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T07:31:32.0840040Z test_ref_extremal_values__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0856620Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T07:31:32.0866560Z test_ref_extremal_values__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0882670Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-05-18T07:31:32.0892800Z test_ref_extremal_values__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0908700Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T07:31:32.0918670Z test_ref_extremal_values__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0935460Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T07:31:32.0945010Z test_ref_extremal_values__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0960790Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-05-18T07:31:32.0970430Z test_ref_extremal_values__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.0987470Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T07:31:32.0998660Z test_ref_extremal_values__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1014030Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T07:31:32.1023710Z test_ref_extremal_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1038380Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-05-18T07:31:32.1048150Z test_ref_extremal_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1061980Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-05-18T07:31:32.1072020Z test_ref_extremal_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1087010Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-05-18T07:31:32.1096480Z test_ref_extremal_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1111750Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-05-18T07:31:32.1121030Z test_ref_extremal_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1135980Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-05-18T07:31:32.1145460Z test_ref_extremal_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1160060Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-05-18T07:31:32.1169110Z test_ref_extremal_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1183770Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-05-18T07:31:32.1193600Z test_ref_extremal_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1208110Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-05-18T07:31:32.1217320Z test_ref_extremal_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1231620Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-05-18T07:31:32.1241610Z test_ref_extremal_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1255030Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-05-18T07:31:32.1264870Z test_ref_extremal_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1297320Z Compares op against reference for input tensors with extremal values ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/core/_methods.py:161: RuntimeWarning: invalid value encountered in true_divide 2022-05-18T07:31:32.1297820Z ret = ret.dtype.type(ret / rcount) 2022-05-18T07:31:32.1298040Z ok (0.004s) 2022-05-18T07:31:32.1307530Z test_ref_extremal_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1325140Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T07:31:32.1334540Z test_ref_extremal_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1355630Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T07:31:32.1365410Z test_ref_extremal_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1381660Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T07:31:32.1391230Z test_ref_extremal_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1407420Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-05-18T07:31:32.1417070Z test_ref_extremal_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1432050Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-05-18T07:31:32.1441720Z test_ref_extremal_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1475850Z Compares op against reference for input tensors with extremal values ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/core/_methods.py:185: RuntimeWarning: invalid value encountered in true_divide 2022-05-18T07:31:32.1476310Z arrmean = um.true_divide( 2022-05-18T07:31:32.1476860Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/core/_methods.py:193: RuntimeWarning: invalid value encountered in subtract 2022-05-18T07:31:32.1477320Z x = asanyarray(arr - arrmean) 2022-05-18T07:31:32.1477520Z ok (0.004s) 2022-05-18T07:31:32.1485550Z test_ref_extremal_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1515720Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-05-18T07:31:32.1525300Z test_ref_extremal_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1541060Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-05-18T07:31:32.1550820Z test_ref_extremal_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1565780Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-05-18T07:31:32.1575520Z test_ref_extremal_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1607810Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-05-18T07:31:32.1617460Z test_ref_extremal_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1646110Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-05-18T07:31:32.1653920Z test_ref_large_input_1D__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.1932040Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.028s) 2022-05-18T07:31:32.1940620Z test_ref_large_input_1D__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.2119440Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.019s) 2022-05-18T07:31:32.2127930Z test_ref_large_input_1D__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.2322370Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.020s) 2022-05-18T07:31:32.2331010Z test_ref_large_input_1D__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.2521700Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.020s) 2022-05-18T07:31:32.2529590Z test_ref_large_input_1D__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.2711320Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.019s) 2022-05-18T07:31:32.2719090Z test_ref_large_input_1D__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.2889930Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.018s) 2022-05-18T07:31:32.2897890Z test_ref_large_input_1D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.3071880Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.018s) 2022-05-18T07:31:32.3079720Z test_ref_large_input_1D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.3254970Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.018s) 2022-05-18T07:31:32.3262860Z test_ref_large_input_1D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.3437890Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.018s) 2022-05-18T07:31:32.3446150Z test_ref_large_input_1D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.3622510Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.018s) 2022-05-18T07:31:32.3630760Z test_ref_large_input_1D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.3823180Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.020s) 2022-05-18T07:31:32.3831840Z test_ref_large_input_1D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.4023840Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.020s) 2022-05-18T07:31:32.4031440Z test_ref_large_input_1D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.4236150Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.021s) 2022-05-18T07:31:32.4244120Z test_ref_large_input_1D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.4416770Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.018s) 2022-05-18T07:31:32.4424600Z test_ref_large_input_1D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.4656210Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.024s) 2022-05-18T07:31:32.4664010Z test_ref_large_input_1D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.4862400Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.021s) 2022-05-18T07:31:32.4870260Z test_ref_large_input_1D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.5053380Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.019s) 2022-05-18T07:31:32.5061160Z test_ref_large_input_1D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.5317010Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.026s) 2022-05-18T07:31:32.5324990Z test_ref_large_input_1D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.5498170Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.018s) 2022-05-18T07:31:32.5506090Z test_ref_large_input_1D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.5763750Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.026s) 2022-05-18T07:31:32.5772320Z test_ref_large_input_2D__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.6298930Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.053s) 2022-05-18T07:31:32.6307490Z test_ref_large_input_2D__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.6668200Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.037s) 2022-05-18T07:31:32.6676110Z test_ref_large_input_2D__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.7044560Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.038s) 2022-05-18T07:31:32.7054730Z test_ref_large_input_2D__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.7420960Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.038s) 2022-05-18T07:31:32.7430190Z test_ref_large_input_2D__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.7808040Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.039s) 2022-05-18T07:31:32.7816460Z test_ref_large_input_2D__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.8175190Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.037s) 2022-05-18T07:31:32.8183900Z test_ref_large_input_2D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.8543910Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.037s) 2022-05-18T07:31:32.8552610Z test_ref_large_input_2D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.8909690Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.036s) 2022-05-18T07:31:32.8918200Z test_ref_large_input_2D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.9277370Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.037s) 2022-05-18T07:31:32.9286410Z test_ref_large_input_2D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:32.9654860Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.038s) 2022-05-18T07:31:32.9663570Z test_ref_large_input_2D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:33.0031960Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.038s) 2022-05-18T07:31:33.0040320Z test_ref_large_input_2D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:33.0407240Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.037s) 2022-05-18T07:31:33.0415710Z test_ref_large_input_2D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:33.0816340Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.041s) 2022-05-18T07:31:33.0825000Z test_ref_large_input_2D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:33.1177390Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.036s) 2022-05-18T07:31:33.1186020Z test_ref_large_input_2D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:33.1661400Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.048s) 2022-05-18T07:31:33.1669920Z test_ref_large_input_2D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:33.2081240Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.042s) 2022-05-18T07:31:33.2089810Z test_ref_large_input_2D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:33.2468370Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.039s) 2022-05-18T07:31:33.2476880Z test_ref_large_input_2D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:33.3115540Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.065s) 2022-05-18T07:31:33.3123940Z test_ref_large_input_2D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:33.3480990Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.036s) 2022-05-18T07:31:33.3489170Z test_ref_large_input_2D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:33.4134190Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.065s) 2022-05-18T07:31:33.4141360Z test_ref_large_input_64bit_indexing__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:49.1399820Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (15.726s) 2022-05-18T07:31:49.1413900Z test_ref_large_input_64bit_indexing__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:31:55.7100450Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.570s) 2022-05-18T07:31:55.7108910Z test_ref_large_input_64bit_indexing__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:32:02.8220160Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.112s) 2022-05-18T07:32:02.8229330Z test_ref_large_input_64bit_indexing__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:32:09.9250990Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.103s) 2022-05-18T07:32:09.9259450Z test_ref_large_input_64bit_indexing__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:32:16.6872490Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.762s) 2022-05-18T07:32:16.6882160Z test_ref_large_input_64bit_indexing__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:32:23.2181140Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.531s) 2022-05-18T07:32:23.2189700Z test_ref_large_input_64bit_indexing_all_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:32:29.9187060Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.701s) 2022-05-18T07:32:29.9198240Z test_ref_large_input_64bit_indexing_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:32:36.4564820Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.538s) 2022-05-18T07:32:36.4573600Z test_ref_large_input_64bit_indexing_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:32:43.0198560Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.563s) 2022-05-18T07:32:43.0207040Z test_ref_large_input_64bit_indexing_any_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:32:49.6354790Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.616s) 2022-05-18T07:32:49.6363620Z test_ref_large_input_64bit_indexing_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:32:56.6813160Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.046s) 2022-05-18T07:32:56.6821890Z test_ref_large_input_64bit_indexing_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:33:03.7524720Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.071s) 2022-05-18T07:33:03.7533110Z test_ref_large_input_64bit_indexing_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:33:11.2007170Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.448s) 2022-05-18T07:33:11.2015400Z test_ref_large_input_64bit_indexing_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:33:17.6786640Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.478s) 2022-05-18T07:33:17.6797260Z test_ref_large_input_64bit_indexing_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:33:27.1027750Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (9.424s) 2022-05-18T07:33:27.1036740Z test_ref_large_input_64bit_indexing_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:33:35.2432770Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (8.140s) 2022-05-18T07:33:35.2440630Z test_ref_large_input_64bit_indexing_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:33:42.0517550Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.808s) 2022-05-18T07:33:42.0526780Z test_ref_large_input_64bit_indexing_std_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:33:52.0499100Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (9.998s) 2022-05-18T07:33:52.0506400Z test_ref_large_input_64bit_indexing_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:33:58.5936480Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.544s) 2022-05-18T07:33:58.5945370Z test_ref_large_input_64bit_indexing_var_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6422650Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (10.048s) 2022-05-18T07:34:08.6429390Z test_ref_scalar_input__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6442110Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.6448970Z test_ref_scalar_input__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6458400Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.6465690Z test_ref_scalar_input__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6474690Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.6481530Z test_ref_scalar_input__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6490580Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.6497380Z test_ref_scalar_input__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6506000Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.6513090Z test_ref_scalar_input__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6521600Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.6528260Z test_ref_scalar_input__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6536940Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.6543760Z test_ref_scalar_input__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6552910Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.6559630Z test_ref_scalar_input__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6568680Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.6575600Z test_ref_scalar_input__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6584670Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.6591750Z test_ref_scalar_input__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6600840Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.6607750Z test_ref_scalar_input__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6616370Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.6623410Z test_ref_scalar_input__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6632140Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.6638950Z test_ref_scalar_input__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6647460Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.6654900Z test_ref_scalar_input__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6663420Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.6670780Z test_ref_scalar_input__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6678740Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.6686660Z test_ref_scalar_input__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6697080Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.6704270Z test_ref_scalar_input__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6713220Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.6720510Z test_ref_scalar_input__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6729510Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.6736700Z test_ref_scalar_input__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6745240Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.6752320Z test_ref_scalar_input__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6760770Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.6767640Z test_ref_scalar_input__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6775990Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.6783170Z test_ref_scalar_input__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6791840Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.6798900Z test_ref_scalar_input__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6807570Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.6815090Z test_ref_scalar_input__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6824210Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.6831060Z test_ref_scalar_input__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6840310Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.6847400Z test_ref_scalar_input__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6856660Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.6863720Z test_ref_scalar_input__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6872290Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.6879250Z test_ref_scalar_input__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6887610Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.6894850Z test_ref_scalar_input__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6903180Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.6910300Z test_ref_scalar_input__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6918680Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.6925680Z test_ref_scalar_input__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6934170Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.6948910Z test_ref_scalar_input__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6951210Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.6958230Z test_ref_scalar_input__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6968460Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.6975330Z test_ref_scalar_input__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.6985380Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.6992130Z test_ref_scalar_input__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7001070Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.7008050Z test_ref_scalar_input__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7017090Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.7024050Z test_ref_scalar_input__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7032610Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7039410Z test_ref_scalar_input__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7047930Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7054850Z test_ref_scalar_input__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7063140Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7070180Z test_ref_scalar_input__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7078610Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7085780Z test_ref_scalar_input__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7094540Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.7101690Z test_ref_scalar_input__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7110320Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.7117170Z test_ref_scalar_input__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7126810Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.7133680Z test_ref_scalar_input__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7143440Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.7150600Z test_ref_scalar_input__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7159590Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.7166380Z test_ref_scalar_input__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7175400Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.7182340Z test_ref_scalar_input__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7191250Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.7198360Z test_ref_scalar_input__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7206820Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7213780Z test_ref_scalar_input__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7222390Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7229260Z test_ref_scalar_input__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7237610Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7244610Z test_ref_scalar_input__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7253300Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7260130Z test_ref_scalar_input__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7268680Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7276090Z test_ref_scalar_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7284830Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.7291960Z test_ref_scalar_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7301550Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.7308150Z test_ref_scalar_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7317230Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.7324110Z test_ref_scalar_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7332710Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7339590Z test_ref_scalar_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7348290Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7355180Z test_ref_scalar_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7363790Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7370620Z test_ref_scalar_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7378690Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7385500Z test_ref_scalar_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7393510Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7400490Z test_ref_scalar_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7408480Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7415290Z test_ref_scalar_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7423300Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7430240Z test_ref_scalar_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7438230Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7445480Z test_ref_scalar_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7453960Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7460710Z test_ref_scalar_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7469840Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.7477050Z test_ref_scalar_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7486070Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.7493100Z test_ref_scalar_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7502230Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.7509220Z test_ref_scalar_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7517630Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7524750Z test_ref_scalar_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7533420Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7540770Z test_ref_scalar_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7550210Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.7556290Z test_ref_scalar_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7564530Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7571410Z test_ref_scalar_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7579840Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7586600Z test_ref_scalar_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7594570Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7601210Z test_ref_scalar_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7609920Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7616880Z test_ref_scalar_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7625880Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7632270Z test_ref_scalar_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7640940Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7647720Z test_ref_scalar_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7655870Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7662610Z test_ref_scalar_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7670700Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7677730Z test_ref_scalar_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7685760Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7692430Z test_ref_scalar_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7700670Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7707380Z test_ref_scalar_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7715450Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7722390Z test_ref_scalar_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7730080Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7736960Z test_ref_scalar_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7746690Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.7753610Z test_ref_scalar_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7762380Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.7769220Z test_ref_scalar_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7777570Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7784340Z test_ref_scalar_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7792660Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7799390Z test_ref_scalar_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7808020Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7814650Z test_ref_scalar_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7822460Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7829130Z test_ref_scalar_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7837030Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7843970Z test_ref_scalar_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7851820Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7858530Z test_ref_scalar_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7866420Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7873390Z test_ref_scalar_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7881270Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7888180Z test_ref_scalar_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7896830Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7903890Z test_ref_scalar_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7912770Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.7919330Z test_ref_scalar_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7927850Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7935680Z test_ref_scalar_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7947920Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.7952690Z test_ref_scalar_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7961180Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.7968150Z test_ref_scalar_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7976360Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7983250Z test_ref_scalar_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.7991780Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.7998750Z test_ref_scalar_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8006900Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8013980Z test_ref_scalar_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8023210Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8030090Z test_ref_scalar_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8039030Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8046020Z test_ref_scalar_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8055440Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8062190Z test_ref_scalar_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8070580Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8077660Z test_ref_scalar_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8085890Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8093170Z test_ref_scalar_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8101480Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8108270Z test_ref_scalar_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8116450Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8123270Z test_ref_scalar_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8131450Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8138630Z test_ref_scalar_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8146750Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8153780Z test_ref_scalar_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8163230Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8170250Z test_ref_scalar_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8179240Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8186050Z test_ref_scalar_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8194610Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8201620Z test_ref_scalar_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8210370Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8217460Z test_ref_scalar_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8226170Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8233170Z test_ref_scalar_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8241370Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8248650Z test_ref_scalar_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8256620Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8263480Z test_ref_scalar_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8271500Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8278430Z test_ref_scalar_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8286500Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8293340Z test_ref_scalar_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8301410Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8308500Z test_ref_scalar_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8318690Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8325610Z test_ref_scalar_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8335590Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8343170Z test_ref_scalar_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8352590Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8359460Z test_ref_scalar_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8369180Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8376130Z test_ref_scalar_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8385750Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8392650Z test_ref_scalar_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8403450Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8410370Z test_ref_scalar_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8420970Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8427710Z test_ref_scalar_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8439400Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8445230Z test_ref_scalar_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8454070Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8460850Z test_ref_scalar_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8470080Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8477040Z test_ref_scalar_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8486140Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8493200Z test_ref_scalar_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8502310Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8509270Z test_ref_scalar_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8517780Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8524620Z test_ref_scalar_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8533100Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8540170Z test_ref_scalar_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8548620Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8555700Z test_ref_scalar_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8564190Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8571030Z test_ref_scalar_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8579820Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8586590Z test_ref_scalar_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8595250Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8602290Z test_ref_scalar_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8611950Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8618800Z test_ref_scalar_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8628160Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8635010Z test_ref_scalar_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8644000Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8650920Z test_ref_scalar_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8659850Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8666760Z test_ref_scalar_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8675160Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8682000Z test_ref_scalar_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8690310Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8697370Z test_ref_scalar_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8705660Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8712430Z test_ref_scalar_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8720970Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8727740Z test_ref_scalar_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8736130Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8743070Z test_ref_scalar_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8758610Z Compares op against reference for scalar input tensors ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/core/_methods.py:216: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-05-18T07:34:08.8759650Z ret = _var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-05-18T07:34:08.8760710Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/core/_methods.py:209: RuntimeWarning: invalid value encountered in double_scalars 2022-05-18T07:34:08.8761100Z ret = ret.dtype.type(ret / rcount) 2022-05-18T07:34:08.8761320Z ok (0.002s) 2022-05-18T07:34:08.8765250Z test_ref_scalar_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8778900Z Compares op against reference for scalar input tensors ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/core/_methods.py:209: RuntimeWarning: invalid value encountered in true_divide 2022-05-18T07:34:08.8779350Z ret = ret.dtype.type(ret / rcount) 2022-05-18T07:34:08.8779580Z ok (0.002s) 2022-05-18T07:34:08.8785820Z test_ref_scalar_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8797670Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8804510Z test_ref_scalar_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8816430Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8823210Z test_ref_scalar_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8834840Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8841710Z test_ref_scalar_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8850360Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8857200Z test_ref_scalar_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8867170Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8873630Z test_ref_scalar_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8883040Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8890020Z test_ref_scalar_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8899040Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8905980Z test_ref_scalar_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8914850Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8921820Z test_ref_scalar_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8930660Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.8937670Z test_ref_scalar_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8946130Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8953380Z test_ref_scalar_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8961760Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8968510Z test_ref_scalar_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8976780Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8983610Z test_ref_scalar_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.8992010Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.8998990Z test_ref_scalar_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9007390Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-05-18T07:34:08.9014200Z test_ref_scalar_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9028230Z Compares op against reference for scalar input tensors ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/core/fromnumeric.py:3583: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-05-18T07:34:08.9028710Z return _methods._var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-05-18T07:34:08.9028960Z ok (0.002s) 2022-05-18T07:34:08.9035220Z test_ref_scalar_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9048510Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.9055530Z test_ref_scalar_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9066880Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.9073740Z test_ref_scalar_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9085590Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.9092460Z test_ref_scalar_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9103940Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-05-18T07:34:08.9115980Z test_ref_small_input__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9144510Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T07:34:08.9156390Z test_ref_small_input__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9182060Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T07:34:08.9193900Z test_ref_small_input__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9218330Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T07:34:08.9230120Z test_ref_small_input__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9250630Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:08.9262950Z test_ref_small_input__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9284620Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:08.9296450Z test_ref_small_input__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9317080Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:08.9328120Z test_ref_small_input__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9348840Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:08.9360640Z test_ref_small_input__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9380890Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:08.9392780Z test_ref_small_input__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9417640Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T07:34:08.9429410Z test_ref_small_input__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9453880Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T07:34:08.9465970Z test_ref_small_input__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9489620Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:08.9501460Z test_ref_small_input__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9521940Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:08.9533620Z test_ref_small_input__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9554010Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:08.9565830Z test_ref_small_input__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9585850Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:08.9597610Z test_ref_small_input__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9617680Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:08.9629580Z test_ref_small_input__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9650220Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:08.9662570Z test_ref_small_input__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9681590Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:08.9693640Z test_ref_small_input__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9711970Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:08.9723630Z test_ref_small_input__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9741970Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:08.9754000Z test_ref_small_input__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9769470Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:08.9781280Z test_ref_small_input__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9797500Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:08.9809410Z test_ref_small_input__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9824060Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:08.9835700Z test_ref_small_input__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9851400Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:08.9863580Z test_ref_small_input__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9878480Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:08.9890620Z test_ref_small_input__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9909440Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:08.9921520Z test_ref_small_input__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9939490Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:08.9951330Z test_ref_small_input__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9969710Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:08.9981070Z test_ref_small_input__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:08.9996490Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.0008700Z test_ref_small_input__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0024160Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.0036190Z test_ref_small_input__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0050910Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.0062610Z test_ref_small_input__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0078100Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.0090030Z test_ref_small_input__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0105320Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.0117240Z test_ref_small_input__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0138140Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.0150120Z test_ref_small_input__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0179250Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T07:34:09.0191390Z test_ref_small_input__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0224120Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T07:34:09.0239010Z test_ref_small_input__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0265690Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T07:34:09.0278000Z test_ref_small_input__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0302550Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T07:34:09.0314350Z test_ref_small_input__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0335310Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.0347290Z test_ref_small_input__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0368300Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.0380140Z test_ref_small_input__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0400100Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.0412010Z test_ref_small_input__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0432770Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.0446470Z test_ref_small_input__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0524560Z Compares op against reference for small input tensors ... ok (0.009s) 2022-05-18T07:34:09.0536570Z test_ref_small_input__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0557690Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.0569350Z test_ref_small_input__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0594570Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T07:34:09.0606140Z test_ref_small_input__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0631520Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T07:34:09.0643630Z test_ref_small_input__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0667210Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T07:34:09.0678930Z test_ref_small_input__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0702460Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.0713990Z test_ref_small_input__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0736830Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.0748420Z test_ref_small_input__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0768040Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.0779770Z test_ref_small_input__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0799560Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.0811250Z test_ref_small_input__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0830070Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.0841860Z test_ref_small_input__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0861380Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.0872930Z test_ref_small_input__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0945800Z Compares op against reference for small input tensors ... ok (0.008s) 2022-05-18T07:34:09.0958440Z test_ref_small_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:09.0981420Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.0986380Z test_ref_small_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1003530Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1015260Z test_ref_small_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1031880Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1043810Z test_ref_small_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1060570Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1072050Z test_ref_small_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1087970Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1112670Z test_ref_small_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1139150Z Compares op against reference for small input tensors ... ok (0.005s) 2022-05-18T07:34:09.1151770Z test_ref_small_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1169520Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1182560Z test_ref_small_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1198490Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1210510Z test_ref_small_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1225870Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1237490Z test_ref_small_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1253080Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1264710Z test_ref_small_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1280370Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1292470Z test_ref_small_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1311890Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1323580Z test_ref_small_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1347970Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1359920Z test_ref_small_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1382820Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1395520Z test_ref_small_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1417650Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1429490Z test_ref_small_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1448480Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1460580Z test_ref_small_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1479890Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1491510Z test_ref_small_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1510110Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1522040Z test_ref_small_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1541290Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1553460Z test_ref_small_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1573050Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1584560Z test_ref_small_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1603840Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1615540Z test_ref_small_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1639420Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1650940Z test_ref_small_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1674160Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1687050Z test_ref_small_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1709920Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1721630Z test_ref_small_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1740860Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1752570Z test_ref_small_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1771860Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1783510Z test_ref_small_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1802510Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1814280Z test_ref_small_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1833610Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1845320Z test_ref_small_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1864580Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1876170Z test_ref_small_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1891210Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1902960Z test_ref_small_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1919510Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1931480Z test_ref_small_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1947690Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1959410Z test_ref_small_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.1975250Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.1987000Z test_ref_small_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2003020Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2014330Z test_ref_small_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2030110Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2042000Z test_ref_small_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2057480Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2069310Z test_ref_small_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2084540Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2096570Z test_ref_small_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2111780Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2123860Z test_ref_small_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2138870Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2150950Z test_ref_small_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2166370Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2178110Z test_ref_small_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2193720Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2205780Z test_ref_small_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2220610Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2232580Z test_ref_small_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2247220Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2259500Z test_ref_small_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2273730Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2285510Z test_ref_small_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2300130Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2311400Z test_ref_small_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2325910Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2337460Z test_ref_small_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2352520Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2363400Z test_ref_small_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2378200Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2389750Z test_ref_small_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2404690Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2417380Z test_ref_small_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2432720Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2444380Z test_ref_small_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2459350Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2471110Z test_ref_small_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2485260Z Compares op against reference for small input tensors ... ok (0.002s) 2022-05-18T07:34:09.2496590Z test_ref_small_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2510940Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2523030Z test_ref_small_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2536670Z Compares op against reference for small input tensors ... ok (0.002s) 2022-05-18T07:34:09.2548840Z test_ref_small_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2563010Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2574400Z test_ref_small_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2588880Z Compares op against reference for small input tensors ... ok (0.002s) 2022-05-18T07:34:09.2600520Z test_ref_small_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2620850Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2632570Z test_ref_small_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2653470Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2665120Z test_ref_small_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2686100Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2697590Z test_ref_small_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2717990Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2729830Z test_ref_small_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2750410Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2761760Z test_ref_small_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2781730Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2793350Z test_ref_small_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2813170Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2824960Z test_ref_small_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2844380Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2856170Z test_ref_small_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2875430Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2886840Z test_ref_small_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2906650Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2918300Z test_ref_small_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2938440Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.2950730Z test_ref_small_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.2979470Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T07:34:09.2991510Z test_ref_small_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3019160Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T07:34:09.3031450Z test_ref_small_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3032530Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T07:34:09.3045300Z test_ref_small_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3070510Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T07:34:09.3081930Z test_ref_small_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3106010Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T07:34:09.3117660Z test_ref_small_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3118200Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T07:34:09.3129930Z test_ref_small_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3161180Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T07:34:09.3173040Z test_ref_small_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3203530Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T07:34:09.3215110Z test_ref_small_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3235730Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.3247570Z test_ref_small_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3248100Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T07:34:09.3260200Z test_ref_small_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3284150Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T07:34:09.3295680Z test_ref_small_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3319140Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.3330800Z test_ref_small_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3350410Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.3361980Z test_ref_small_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3381520Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.3392990Z test_ref_small_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3411580Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.3423500Z test_ref_small_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3442530Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.3454440Z test_ref_small_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3526630Z Compares op against reference for small input tensors ... ok (0.008s) 2022-05-18T07:34:09.3539200Z test_ref_small_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3553800Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.3565520Z test_ref_small_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3584230Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.3595990Z test_ref_small_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3596840Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T07:34:09.3607900Z test_ref_small_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3625140Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.3636690Z test_ref_small_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3653960Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.3665280Z test_ref_small_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3680450Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.3691760Z test_ref_small_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3706400Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.3718020Z test_ref_small_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3732660Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.3744120Z test_ref_small_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3758940Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.3770540Z test_ref_small_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3830530Z Compares op against reference for small input tensors ... ok (0.007s) 2022-05-18T07:34:09.3842310Z test_ref_small_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3842810Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T07:34:09.3855590Z test_ref_small_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3856520Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T07:34:09.3866590Z test_ref_small_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3867440Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T07:34:09.3879160Z test_ref_small_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3879670Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T07:34:09.3891630Z test_ref_small_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3892020Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T07:34:09.3904000Z test_ref_small_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3924560Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.3936050Z test_ref_small_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3961000Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T07:34:09.3972260Z test_ref_small_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.3996620Z Compares op against reference for small input tensors ... ok (0.004s) 2022-05-18T07:34:09.4008460Z test_ref_small_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.4009000Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T07:34:09.4020940Z test_ref_small_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.4043360Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.4055120Z test_ref_small_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.4077310Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.4088910Z test_ref_small_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.4107770Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.4119470Z test_ref_small_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.4138350Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.4150030Z test_ref_small_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.4168050Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.4180660Z test_ref_small_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.4202210Z Compares op against reference for small input tensors ... ok (0.003s) 2022-05-18T07:34:09.4214740Z test_ref_small_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.4289620Z Compares op against reference for small input tensors ... ok (0.009s) 2022-05-18T07:34:09.4300930Z test_ref_small_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.4301470Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T07:34:09.4313540Z test_ref_small_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.4314120Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T07:34:09.4325800Z test_ref_small_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.4326420Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T07:34:09.4338090Z test_ref_small_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.4338510Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T07:34:09.4351000Z test_ref_small_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.4351360Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-05-18T07:34:09.4371500Z test_reference_masked__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.4800320Z Test masked reduction operations on strided-only tensors using ... ok (0.045s) 2022-05-18T07:34:09.4819050Z test_reference_masked__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.5200360Z Test masked reduction operations on strided-only tensors using ... ok (0.040s) 2022-05-18T07:34:09.5219740Z test_reference_masked__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.5597350Z Test masked reduction operations on strided-only tensors using ... ok (0.040s) 2022-05-18T07:34:09.5616460Z test_reference_masked__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.5989630Z Test masked reduction operations on strided-only tensors using ... ok (0.039s) 2022-05-18T07:34:09.6008640Z test_reference_masked__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.6308180Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-05-18T07:34:09.6327680Z test_reference_masked__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.6613510Z Test masked reduction operations on strided-only tensors using ... ok (0.030s) 2022-05-18T07:34:09.6640830Z test_reference_masked__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.6979120Z Test masked reduction operations on strided-only tensors using ... ok (0.036s) 2022-05-18T07:34:09.6998080Z test_reference_masked__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.7248550Z Test masked reduction operations on strided-only tensors using ... ok (0.027s) 2022-05-18T07:34:09.7267870Z test_reference_masked__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.7515100Z Test masked reduction operations on strided-only tensors using ... ok (0.027s) 2022-05-18T07:34:09.7534710Z test_reference_masked__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.7930490Z Test masked reduction operations on strided-only tensors using ... ok (0.041s) 2022-05-18T07:34:09.7950520Z test_reference_masked__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.8310970Z Test masked reduction operations on strided-only tensors using ... ok (0.038s) 2022-05-18T07:34:09.8329660Z test_reference_masked__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.8690160Z Test masked reduction operations on strided-only tensors using ... ok (0.038s) 2022-05-18T07:34:09.8709140Z test_reference_masked__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.9060100Z Test masked reduction operations on strided-only tensors using ... ok (0.037s) 2022-05-18T07:34:09.9079590Z test_reference_masked__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.9324550Z Test masked reduction operations on strided-only tensors using ... ok (0.026s) 2022-05-18T07:34:09.9343520Z test_reference_masked__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.9589990Z Test masked reduction operations on strided-only tensors using ... ok (0.026s) 2022-05-18T07:34:09.9609120Z test_reference_masked__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:09.9843310Z Test masked reduction operations on strided-only tensors using ... ok (0.025s) 2022-05-18T07:34:09.9862530Z test_reference_masked__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.0105620Z Test masked reduction operations on strided-only tensors using ... ok (0.026s) 2022-05-18T07:34:10.0124290Z test_reference_masked__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.0369770Z Test masked reduction operations on strided-only tensors using ... ok (0.026s) 2022-05-18T07:34:10.0388980Z test_reference_masked__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.0421750Z Test masked reduction operations on strided-only tensors using ... expected failure (0.005s) 2022-05-18T07:34:10.0448560Z test_reference_masked__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.0473550Z Test masked reduction operations on strided-only tensors using ... expected failure (0.005s) 2022-05-18T07:34:10.0493040Z test_reference_masked__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.0523480Z Test masked reduction operations on strided-only tensors using ... expected failure (0.005s) 2022-05-18T07:34:10.0543110Z test_reference_masked__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.0573500Z Test masked reduction operations on strided-only tensors using ... expected failure (0.005s) 2022-05-18T07:34:10.0593120Z test_reference_masked__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.0618300Z Test masked reduction operations on strided-only tensors using ... expected failure (0.004s) 2022-05-18T07:34:10.0638000Z test_reference_masked__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.0663200Z Test masked reduction operations on strided-only tensors using ... expected failure (0.004s) 2022-05-18T07:34:10.0682650Z test_reference_masked__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.0707350Z Test masked reduction operations on strided-only tensors using ... expected failure (0.004s) 2022-05-18T07:34:10.0726980Z test_reference_masked__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.0752000Z Test masked reduction operations on strided-only tensors using ... expected failure (0.004s) 2022-05-18T07:34:10.0771750Z test_reference_masked__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.0796840Z Test masked reduction operations on strided-only tensors using ... expected failure (0.004s) 2022-05-18T07:34:10.0817040Z test_reference_masked__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.0848230Z Test masked reduction operations on strided-only tensors using ... expected failure (0.005s) 2022-05-18T07:34:10.0867760Z test_reference_masked__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.0898800Z Test masked reduction operations on strided-only tensors using ... expected failure (0.005s) 2022-05-18T07:34:10.0917930Z test_reference_masked__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.0948340Z Test masked reduction operations on strided-only tensors using ... expected failure (0.005s) 2022-05-18T07:34:10.0968210Z test_reference_masked__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.0998560Z Test masked reduction operations on strided-only tensors using ... expected failure (0.005s) 2022-05-18T07:34:10.1018440Z test_reference_masked__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.1047040Z Test masked reduction operations on strided-only tensors using ... expected failure (0.004s) 2022-05-18T07:34:10.1063200Z test_reference_masked__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.1088200Z Test masked reduction operations on strided-only tensors using ... expected failure (0.004s) 2022-05-18T07:34:10.1107790Z test_reference_masked__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.1132480Z Test masked reduction operations on strided-only tensors using ... expected failure (0.004s) 2022-05-18T07:34:10.1152460Z test_reference_masked__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.1179290Z Test masked reduction operations on strided-only tensors using ... expected failure (0.005s) 2022-05-18T07:34:10.1199590Z test_reference_masked__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.1225210Z Test masked reduction operations on strided-only tensors using ... expected failure (0.004s) 2022-05-18T07:34:10.1244980Z test_reference_masked__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:10.1246200Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-05-18T07:34:10.1266160Z test_reference_masked__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.1628180Z Test masked reduction operations on strided-only tensors using ... ok (0.038s) 2022-05-18T07:34:10.1648090Z test_reference_masked__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.2018740Z Test masked reduction operations on strided-only tensors using ... ok (0.039s) 2022-05-18T07:34:10.2037910Z test_reference_masked__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.2418140Z Test masked reduction operations on strided-only tensors using ... ok (0.040s) 2022-05-18T07:34:10.2437490Z test_reference_masked__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.2799890Z Test masked reduction operations on strided-only tensors using ... ok (0.038s) 2022-05-18T07:34:10.2819000Z test_reference_masked__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.2820000Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-05-18T07:34:10.2839230Z test_reference_masked__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.2839950Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-05-18T07:34:10.2859310Z test_reference_masked__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.3103200Z Test masked reduction operations on strided-only tensors using ... ok (0.026s) 2022-05-18T07:34:10.3122580Z test_reference_masked__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.3123640Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-05-18T07:34:10.3144420Z test_reference_masked__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.3433550Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-05-18T07:34:10.3452740Z test_reference_masked__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.3848030Z Test masked reduction operations on strided-only tensors using ... ok (0.041s) 2022-05-18T07:34:10.3867860Z test_reference_masked__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:10.3868770Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-05-18T07:34:10.3887980Z test_reference_masked__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.4244490Z Test masked reduction operations on strided-only tensors using ... ok (0.037s) 2022-05-18T07:34:10.4263900Z test_reference_masked__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.4630360Z Test masked reduction operations on strided-only tensors using ... ok (0.039s) 2022-05-18T07:34:10.4650000Z test_reference_masked__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.5024530Z Test masked reduction operations on strided-only tensors using ... ok (0.039s) 2022-05-18T07:34:10.5043520Z test_reference_masked__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.5417860Z Test masked reduction operations on strided-only tensors using ... ok (0.039s) 2022-05-18T07:34:10.5437500Z test_reference_masked__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.5805110Z Test masked reduction operations on strided-only tensors using ... ok (0.039s) 2022-05-18T07:34:10.5824380Z test_reference_masked__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.5825070Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-05-18T07:34:10.5844880Z test_reference_masked__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.5845520Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-05-18T07:34:10.5865040Z test_reference_masked__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.6103930Z Test masked reduction operations on strided-only tensors using ... ok (0.026s) 2022-05-18T07:34:10.6122350Z test_reference_masked__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.6123020Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-05-18T07:34:10.6142190Z test_reference_masked__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.6425680Z Test masked reduction operations on strided-only tensors using ... ok (0.030s) 2022-05-18T07:34:10.7648930Z test_repeated_dim_cpu (__main__.TestReductionsCPU) ... ok (0.122s) 2022-05-18T07:34:10.7663280Z test_result_dtype__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.7675750Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T07:34:10.7689660Z test_result_dtype__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.7698500Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.7712260Z test_result_dtype__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.7721020Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.7734680Z test_result_dtype__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.7743660Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.7758210Z test_result_dtype__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.7766950Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.7782510Z test_result_dtype__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.7793060Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T07:34:10.7808170Z test_result_dtype__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.7818790Z Tests that the result has the correct dtype ... ok (0.003s) 2022-05-18T07:34:10.7833190Z test_result_dtype__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.7841400Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.7855600Z test_result_dtype__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.7863790Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.7877690Z test_result_dtype__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.7886800Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.7900450Z test_result_dtype__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.7909290Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.7929870Z test_result_dtype__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.7932710Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.7946770Z test_result_dtype__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.7955540Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.7969190Z test_result_dtype__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.7977490Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.7990880Z test_result_dtype__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.7999270Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8012930Z test_result_dtype__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8021150Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8034670Z test_result_dtype__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8042670Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8056500Z test_result_dtype__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8064650Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8078960Z test_result_dtype__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8087490Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8101310Z test_result_dtype__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8110220Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8123950Z test_result_dtype__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8132880Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8146400Z test_result_dtype__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8155160Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8168940Z test_result_dtype__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8177180Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8190770Z test_result_dtype__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8198900Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8212590Z test_result_dtype__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8220570Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8234470Z test_result_dtype__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8242670Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8256180Z test_result_dtype__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8264420Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8278090Z test_result_dtype__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8287280Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8300800Z test_result_dtype__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8309550Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8323220Z test_result_dtype__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8331990Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8345690Z test_result_dtype__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8354560Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8368310Z test_result_dtype__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8376560Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8390150Z test_result_dtype__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8398510Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8412070Z test_result_dtype__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8420190Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8434030Z test_result_dtype__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8442190Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8456080Z test_result_dtype__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8464130Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8478270Z test_result_dtype__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8487490Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8501140Z test_result_dtype__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8508820Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8522300Z test_result_dtype__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8532250Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8545740Z test_result_dtype__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8556060Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8569330Z test_result_dtype__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8578560Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8592060Z test_result_dtype__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8618140Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8618480Z test_result_dtype__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8625510Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8639320Z test_result_dtype__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8647110Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8660790Z test_result_dtype__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8668510Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8682450Z test_result_dtype__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8689890Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8703690Z test_result_dtype__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8711000Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8724540Z test_result_dtype__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8732500Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8746060Z test_result_dtype__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8755500Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8768920Z test_result_dtype__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8777590Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8791210Z test_result_dtype__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8800230Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8813640Z test_result_dtype__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8822570Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8836380Z test_result_dtype__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8844450Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8858280Z test_result_dtype__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8867230Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8880830Z test_result_dtype__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8890070Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8903860Z test_result_dtype__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8912390Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8925940Z test_result_dtype__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8934750Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8948470Z test_result_dtype__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8956640Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8970180Z test_result_dtype__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8978610Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.8991890Z test_result_dtype__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.8999940Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9013490Z test_result_dtype__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9021730Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9035980Z test_result_dtype__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9046330Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9057880Z test_result_dtype__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9068490Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9082150Z test_result_dtype__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9094610Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9106810Z test_result_dtype__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9117240Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9131150Z test_result_dtype__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9140810Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9154620Z test_result_dtype__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9164100Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9177720Z test_result_dtype__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9185950Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9200850Z test_result_dtype__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9209540Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9223420Z test_result_dtype__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9231980Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9245680Z test_result_dtype__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9254250Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9268000Z test_result_dtype__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9276440Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9290230Z test_result_dtype__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9299330Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9313450Z test_result_dtype__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9321540Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9335290Z test_result_dtype__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9344640Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9358680Z test_result_dtype__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9368060Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9382810Z test_result_dtype__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9392700Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9406300Z test_result_dtype__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9414900Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9428680Z test_result_dtype__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9437330Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9453680Z test_result_dtype__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9460000Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9473650Z test_result_dtype__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9481740Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9495490Z test_result_dtype__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9503670Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9517450Z test_result_dtype__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9526150Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9539400Z test_result_dtype__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9547790Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9561680Z test_result_dtype__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9572160Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9586090Z test_result_dtype__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9596420Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9609950Z test_result_dtype__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9620320Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9634450Z test_result_dtype__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9643930Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9657710Z test_result_dtype__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9667240Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9680740Z test_result_dtype__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9690430Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9704000Z test_result_dtype__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9712210Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9725770Z test_result_dtype__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9733970Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9747680Z test_result_dtype__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9755960Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9769350Z test_result_dtype__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9777690Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9791310Z test_result_dtype__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9799500Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9813420Z test_result_dtype_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9822240Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9836190Z test_result_dtype_all_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9844550Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9858070Z test_result_dtype_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9867170Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9880790Z test_result_dtype_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9890040Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9903990Z test_result_dtype_all_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9912660Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9926270Z test_result_dtype_all_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9934890Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9948630Z test_result_dtype_all_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9957060Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9970640Z test_result_dtype_all_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:10.9978640Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:10.9992350Z test_result_dtype_all_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0000470Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0014240Z test_result_dtype_all_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0022130Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0035480Z test_result_dtype_all_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0043400Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0057290Z test_result_dtype_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0068150Z Tests that the result has the correct dtype ... expected failure (0.002s) 2022-05-18T07:34:11.0082110Z test_result_dtype_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0091170Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0104840Z test_result_dtype_amax_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0112750Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0126150Z test_result_dtype_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0134860Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0148370Z test_result_dtype_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0156700Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0170190Z test_result_dtype_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0178670Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0192480Z test_result_dtype_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0200260Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0213710Z test_result_dtype_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0222930Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0236940Z test_result_dtype_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0245420Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0259090Z test_result_dtype_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0267140Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0280810Z test_result_dtype_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0288890Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0302830Z test_result_dtype_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0311810Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0325530Z test_result_dtype_amin_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0333700Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0347310Z test_result_dtype_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0356020Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0369610Z test_result_dtype_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0378960Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0392490Z test_result_dtype_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0401100Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0417540Z test_result_dtype_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0423810Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0438640Z test_result_dtype_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0449120Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0462700Z test_result_dtype_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0471050Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0484790Z test_result_dtype_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0492840Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0506670Z test_result_dtype_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0515350Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0528310Z test_result_dtype_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0537220Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0551270Z test_result_dtype_any_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0559310Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0572950Z test_result_dtype_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0582290Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0595830Z test_result_dtype_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0605130Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0618700Z test_result_dtype_any_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0627440Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0641020Z test_result_dtype_any_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0649700Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0663390Z test_result_dtype_any_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0672160Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0685720Z test_result_dtype_any_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0693840Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0707340Z test_result_dtype_any_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0715450Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0729010Z test_result_dtype_any_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0737150Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0750860Z test_result_dtype_any_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0758930Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0773000Z test_result_dtype_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0783300Z Tests that the result has the correct dtype ... expected failure (0.002s) 2022-05-18T07:34:11.0797200Z test_result_dtype_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0806120Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0819900Z test_result_dtype_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0828930Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0842750Z test_result_dtype_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0851510Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0865050Z test_result_dtype_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0873920Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0887520Z test_result_dtype_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0895550Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0909260Z test_result_dtype_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0917520Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0931200Z test_result_dtype_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0939210Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0953150Z test_result_dtype_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0961740Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0975000Z test_result_dtype_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.0983090Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.0996890Z test_result_dtype_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1005840Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1019910Z test_result_dtype_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1028420Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1041700Z test_result_dtype_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1050370Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1063900Z test_result_dtype_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1072620Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1086330Z test_result_dtype_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1094450Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1107940Z test_result_dtype_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1115930Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1129560Z test_result_dtype_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1137550Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1151270Z test_result_dtype_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1159620Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1173080Z test_result_dtype_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1181240Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1195040Z test_result_dtype_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1203880Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1217390Z test_result_dtype_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1225570Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1239290Z test_result_dtype_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1248560Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1262320Z test_result_dtype_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1271350Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1284960Z test_result_dtype_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1293590Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1307250Z test_result_dtype_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1315750Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1329380Z test_result_dtype_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1338200Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1352130Z test_result_dtype_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1360150Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1374270Z test_result_dtype_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1382320Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1396230Z test_result_dtype_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1404030Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1417610Z test_result_dtype_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1425590Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1439140Z test_result_dtype_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1447400Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1461340Z test_result_dtype_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1470200Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1483830Z test_result_dtype_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1493750Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1506990Z test_result_dtype_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1516230Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1530040Z test_result_dtype_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1538660Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1552190Z test_result_dtype_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1560900Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1574930Z test_result_dtype_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1583520Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1597150Z test_result_dtype_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1606050Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1619580Z test_result_dtype_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1628660Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1642190Z test_result_dtype_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1651260Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1664950Z test_result_dtype_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1673930Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1688090Z test_result_dtype_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1696810Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1710630Z test_result_dtype_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1718760Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1732500Z test_result_dtype_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1741300Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1755020Z test_result_dtype_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1763570Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1777170Z test_result_dtype_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1785730Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1799380Z test_result_dtype_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1807470Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1821110Z test_result_dtype_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1829200Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1842890Z test_result_dtype_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1850930Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1864610Z test_result_dtype_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1872700Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1886370Z test_result_dtype_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1894580Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1908680Z test_result_dtype_prod_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1916730Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1930800Z test_result_dtype_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1939930Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1953760Z test_result_dtype_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1963010Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1976610Z test_result_dtype_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.1985540Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.1998990Z test_result_dtype_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2007540Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.2021430Z test_result_dtype_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2029560Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.2043090Z test_result_dtype_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2051320Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.2064830Z test_result_dtype_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2072830Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.2086430Z test_result_dtype_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2094670Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.2108330Z test_result_dtype_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2116460Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.2130300Z test_result_dtype_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2130940Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T07:34:11.2144630Z test_result_dtype_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2145300Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T07:34:11.2159070Z test_result_dtype_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2159680Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T07:34:11.2173260Z test_result_dtype_std_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2173880Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T07:34:11.2187430Z test_result_dtype_std_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2188050Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T07:34:11.2201780Z test_result_dtype_std_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2202420Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T07:34:11.2216200Z test_result_dtype_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2226660Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.2240510Z test_result_dtype_sum_cpu_bool (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2249610Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.2263840Z test_result_dtype_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2273530Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.2287120Z test_result_dtype_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2296430Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.2310170Z test_result_dtype_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2318850Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.2332500Z test_result_dtype_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2341380Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.2355220Z test_result_dtype_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2363760Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.2377320Z test_result_dtype_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2385460Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.2399220Z test_result_dtype_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2407370Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.2421160Z test_result_dtype_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2429370Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.2442440Z test_result_dtype_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2450620Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.2464180Z test_result_dtype_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2472290Z Tests that the result has the correct dtype ... ok (0.002s) 2022-05-18T07:34:11.2486070Z test_result_dtype_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2486830Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T07:34:11.2500520Z test_result_dtype_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2501160Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T07:34:11.2514810Z test_result_dtype_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2515410Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T07:34:11.2529060Z test_result_dtype_var_cpu_float16 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2529670Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T07:34:11.2543250Z test_result_dtype_var_cpu_float32 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2543940Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T07:34:11.2557760Z test_result_dtype_var_cpu_float64 (__main__.TestReductionsCPU) 2022-05-18T07:34:11.2558370Z Tests that the result has the correct dtype ... skip: Skipped! (0.001s) 2022-05-18T07:34:11.2678200Z test_std_correction_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/core/_methods.py:206: RuntimeWarning: divide by zero encountered in true_divide 2022-05-18T07:34:11.2678660Z ret = um.true_divide( 2022-05-18T07:34:11.2678880Z ok (0.012s) 2022-05-18T07:34:11.2803030Z test_std_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.012s) 2022-05-18T07:34:11.2916720Z test_std_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-05-18T07:34:11.3028610Z test_std_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-05-18T07:34:12.4631120Z test_std_dim_cpu (__main__.TestReductionsCPU) ... ok (1.160s) 2022-05-18T07:34:12.4670830Z test_std_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:34:12.4814990Z test_std_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-05-18T07:34:12.4963870Z test_std_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-05-18T07:34:12.5099550Z test_std_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-05-18T07:34:12.5223110Z test_std_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.012s) 2022-05-18T07:34:12.5440700Z test_std_mean_cpu (__main__.TestReductionsCPU) ... ok (0.022s) 2022-05-18T07:34:12.5943290Z test_std_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.050s) 2022-05-18T07:34:12.6221530Z test_std_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.028s) 2022-05-18T07:34:12.6500330Z test_std_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.028s) 2022-05-18T07:34:12.6768820Z test_std_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.027s) 2022-05-18T07:34:12.7046480Z test_std_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.028s) 2022-05-18T07:34:12.7073150Z test_sum_all_cpu_bool (__main__.TestReductionsCPU) ... ok (0.003s) 2022-05-18T07:34:12.7238280Z test_sum_all_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-05-18T07:34:12.7258330Z test_sum_cpu_device_mismatch_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:34:12.7271120Z test_sum_dim_cpu (__main__.TestReductionsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T07:34:12.7301770Z test_sum_dim_reduction_uint8_overflow_cpu (__main__.TestReductionsCPU) ... test_reductions.py:449: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:34:12.7302590Z torch.sum(x, 0, out=y) 2022-05-18T07:34:12.7302790Z ok (0.003s) 2022-05-18T07:34:13.0471540Z test_sum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.317s) 2022-05-18T07:34:13.0494190Z test_sum_noncontig_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:34:13.0652540Z test_sum_out_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-05-18T07:34:13.3185030Z test_sum_parallel_cpu (__main__.TestReductionsCPU) ... ok (0.253s) 2022-05-18T07:34:13.3428190Z test_sum_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/core/fromnumeric.py:90: RuntimeWarning: invalid value encountered in reduce 2022-05-18T07:34:13.3428720Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-05-18T07:34:13.3428970Z ok (0.024s) 2022-05-18T07:34:13.3660010Z test_sum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.023s) 2022-05-18T07:34:13.3897010Z test_sum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.024s) 2022-05-18T07:34:13.4042240Z test_sum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-05-18T07:34:13.4187790Z test_sum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-05-18T07:34:13.4323030Z test_sum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-05-18T07:34:13.4460970Z test_sum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-05-18T07:34:13.4499220Z test_sum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:34:13.4882880Z test_tensor_compare_ops_argmax_argmix_kthvalue_dim_empty_cpu (__main__.TestReductionsCPU) ... ok (0.038s) 2022-05-18T07:34:13.5363540Z test_tensor_compare_ops_empty_cpu (__main__.TestReductionsCPU) ... ok (0.048s) 2022-05-18T07:34:13.5695880Z test_tensor_reduce_ops_empty_cpu (__main__.TestReductionsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/core/fromnumeric.py:3334: RuntimeWarning: Mean of empty slice. 2022-05-18T07:34:13.5696370Z return _methods._mean(a, axis=axis, dtype=dtype, 2022-05-18T07:34:13.5696980Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/core/_methods.py:153: RuntimeWarning: invalid value encountered in true_divide 2022-05-18T07:34:13.5697330Z ret = um.true_divide( 2022-05-18T07:34:13.5697860Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/core/fromnumeric.py:3583: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-05-18T07:34:13.5698290Z return _methods._var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-05-18T07:34:13.5698880Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/core/_methods.py:185: RuntimeWarning: invalid value encountered in true_divide 2022-05-18T07:34:13.5699220Z arrmean = um.true_divide( 2022-05-18T07:34:13.5699780Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/core/_methods.py:206: RuntimeWarning: invalid value encountered in true_divide 2022-05-18T07:34:13.5700120Z ret = um.true_divide( 2022-05-18T07:34:13.5700630Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/core/_methods.py:216: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-05-18T07:34:13.5701010Z ret = _var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-05-18T07:34:13.5701250Z ok (0.033s) 2022-05-18T07:34:13.5812430Z test_var_correction_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/core/_methods.py:206: RuntimeWarning: divide by zero encountered in true_divide 2022-05-18T07:34:13.5812960Z ret = um.true_divide( 2022-05-18T07:34:13.5813150Z ok (0.011s) 2022-05-18T07:34:13.5929700Z test_var_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.012s) 2022-05-18T07:34:13.6042220Z test_var_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-05-18T07:34:13.6147640Z test_var_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-05-18T07:34:13.6169300Z test_var_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:34:14.7446350Z test_var_dim_cpu (__main__.TestReductionsCPU) ... ok (1.128s) 2022-05-18T07:34:14.7461270Z test_var_large_input_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:34:14.7499130Z test_var_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:34:14.7644000Z test_var_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-05-18T07:34:14.7795190Z test_var_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-05-18T07:34:14.7929920Z test_var_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-05-18T07:34:14.8058300Z test_var_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-05-18T07:34:14.9765930Z test_var_mean_cpu (__main__.TestReductionsCPU) ... ok (0.171s) 2022-05-18T07:34:15.0260430Z test_var_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.049s) 2022-05-18T07:34:15.0279630Z test_var_stability2_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-05-18T07:34:15.0294350Z test_var_stability_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-05-18T07:34:15.0339100Z test_var_unbiased_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-05-18T07:34:15.0614160Z test_var_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.027s) 2022-05-18T07:34:15.0899030Z test_var_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.028s) 2022-05-18T07:34:15.1165170Z test_var_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.027s) 2022-05-18T07:34:15.1425820Z test_var_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-05-18T07:34:15.8755380Z 2022-05-18T07:34:15.8756810Z ---------------------------------------------------------------------- 2022-05-18T07:34:15.8757170Z Ran 2757 tests in 248.740s 2022-05-18T07:34:15.8757310Z 2022-05-18T07:34:15.8757420Z OK (skipped=104, expected failures=46) 2022-05-18T07:34:15.8757570Z 2022-05-18T07:34:15.8757670Z Generating XML reports... 2022-05-18T07:34:15.8758200Z Generated XML report: test-reports/python-unittest/test_reductions/TEST-TestReductionsCPU-20220518073006.xml 2022-05-18T07:34:16.2399670Z Running test_serialization ... [2022-05-18 07:34:16.239453] 2022-05-18T07:34:16.2400390Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_serialization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 07:34:16.239589] 2022-05-18T07:34:18.1384310Z 2022-05-18T07:34:18.1385060Z Test results will be stored in test-reports/python-unittest/test_serialization 2022-05-18T07:34:18.1385400Z Running tests... 2022-05-18T07:34:18.1385800Z ---------------------------------------------------------------------- 2022-05-18T07:34:18.2346950Z test_serialization_new_format_old_format_compat_cpu (__main__.TestBothSerializationCPU) ... ok (0.096s) 2022-05-18T07:34:18.2365230Z test_load_error_msg (__main__.TestOldSerialization) ... ok (0.002s) 2022-05-18T07:34:18.2383240Z test_load_nonexistent_device (__main__.TestOldSerialization) ... ok (0.002s) 2022-05-18T07:34:18.2482220Z test_load_python2_unicode_module (__main__.TestOldSerialization) ... ok (0.010s) 2022-05-18T07:34:18.2496850Z test_load_unicode_error_msg (__main__.TestOldSerialization) ... ok (0.001s) 2022-05-18T07:34:18.2537500Z test_save_different_dtype_error (__main__.TestOldSerialization) ... ok (0.004s) 2022-05-18T07:34:18.4452540Z test_save_different_dtype_unallocated (__main__.TestOldSerialization) ... ok (0.191s) 2022-05-18T07:34:18.4818220Z test_serialization (__main__.TestOldSerialization) ... ok (0.037s) 2022-05-18T07:34:18.6174700Z test_serialization_backwards_compat (__main__.TestOldSerialization) ... ok (0.136s) 2022-05-18T07:34:18.6332670Z test_serialization_container (__main__.TestOldSerialization) ... ok (0.016s) 2022-05-18T07:34:18.6455880Z test_serialization_container_filelike (__main__.TestOldSerialization) ... ok (0.012s) 2022-05-18T07:34:18.6467920Z test_serialization_dill (__main__.TestOldSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-05-18T07:34:18.6477640Z test_serialization_dill_version_not_supported (__main__.TestOldSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-05-18T07:34:18.6511840Z test_serialization_fake_zip (__main__.TestOldSerialization) ... ok (0.003s) 2022-05-18T07:34:18.6677300Z test_serialization_filelike (__main__.TestOldSerialization) ... ok (0.016s) 2022-05-18T07:34:18.6700200Z test_serialization_filelike_api_requirements (__main__.TestOldSerialization) ... ok (0.002s) 2022-05-18T07:34:18.6727240Z test_serialization_filelike_missing_attrs (__main__.TestOldSerialization) ... ok (0.003s) 2022-05-18T07:34:19.1034850Z test_serialization_filelike_stress (__main__.TestOldSerialization) ... ok (0.431s) 2022-05-18T07:34:19.1054790Z test_serialization_filelike_uses_readinto (__main__.TestOldSerialization) ... ok (0.002s) 2022-05-18T07:34:19.1348630Z test_serialization_gzip (__main__.TestOldSerialization) ... ok (0.029s) 2022-05-18T07:34:19.1754880Z test_serialization_map_location (__main__.TestOldSerialization) ... ok (0.041s) 2022-05-18T07:34:33.2630560Z test_serialization_offset (__main__.TestOldSerialization) ... ok (14.087s) 2022-05-18T07:34:45.4603960Z test_serialization_offset_filelike (__main__.TestOldSerialization) ... ok (12.197s) 2022-05-18T07:34:45.4644870Z test_serialization_offset_gzip (__main__.TestOldSerialization) ... ok (0.004s) 2022-05-18T07:34:45.5244930Z test_serialization_save_warnings (__main__.TestOldSerialization) ... ok (0.060s) 2022-05-18T07:34:45.5314260Z test_serialization_sparse (__main__.TestOldSerialization) ... test_serialization.py:293: UserWarning: Sparse CSR tensor support is in beta state.If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at ../aten/src/ATen/SparseCsrTensorImpl.cpp:68.) 2022-05-18T07:34:45.5315460Z _test_serialization(lambda x: x.to_sparse_csr()) 2022-05-18T07:34:45.5315690Z ok (0.007s) 2022-05-18T07:34:45.5355420Z test_serialization_sparse_csr_invalid (__main__.TestOldSerialization) ... ok (0.004s) 2022-05-18T07:34:45.5557530Z test_serialization_sparse_invalid (__main__.TestOldSerialization) ... ok (0.020s) 2022-05-18T07:34:45.5579750Z test_serialization_storage_slice (__main__.TestOldSerialization) ... ok (0.002s) 2022-05-18T07:34:45.5675370Z test_serialization_zipfile_utils (__main__.TestOldSerialization) ... ok (0.009s) 2022-05-18T07:34:45.5692420Z test_serialize_device (__main__.TestOldSerialization) ... ok (0.002s) 2022-05-18T07:34:45.5705510Z test_load_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-05-18T07:34:45.5720900Z test_load_nonexistent_device (__main__.TestSerialization) ... ok (0.001s) 2022-05-18T07:34:45.5769030Z test_load_python2_unicode_module (__main__.TestSerialization) ... ok (0.005s) 2022-05-18T07:34:45.5782910Z test_load_unicode_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-05-18T07:34:45.5807060Z test_meta_serialization (__main__.TestSerialization) ... ok (0.002s) 2022-05-18T07:34:45.5950800Z test_pathlike_serialization (__main__.TestSerialization) ... ok (0.014s) 2022-05-18T07:34:45.5990840Z test_save_different_dtype_error (__main__.TestSerialization) ... ok (0.004s) 2022-05-18T07:34:45.8139930Z test_save_different_dtype_unallocated (__main__.TestSerialization) ... ok (0.215s) 2022-05-18T07:34:45.8497810Z test_serialization (__main__.TestSerialization) ... ok (0.036s) 2022-05-18T07:34:56.1369020Z test_serialization_2gb_file (__main__.TestSerialization) ... ok (10.287s) 2022-05-18T07:34:56.1668670Z test_serialization_backwards_compat (__main__.TestSerialization) ... ok (0.030s) 2022-05-18T07:34:56.1682250Z test_serialization_dill (__main__.TestSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-05-18T07:34:56.1692340Z test_serialization_dill_version_not_supported (__main__.TestSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-05-18T07:34:56.1728240Z test_serialization_fake_zip (__main__.TestSerialization) ... ok (0.003s) 2022-05-18T07:34:56.1893600Z test_serialization_filelike (__main__.TestSerialization) ... ok (0.016s) 2022-05-18T07:34:56.1917290Z test_serialization_filelike_api_requirements (__main__.TestSerialization) ... ok (0.002s) 2022-05-18T07:34:56.1945400Z test_serialization_filelike_missing_attrs (__main__.TestSerialization) ... ok (0.003s) 2022-05-18T07:34:56.7627250Z test_serialization_filelike_stress (__main__.TestSerialization) ... ok (0.568s) 2022-05-18T07:34:56.7647460Z test_serialization_filelike_uses_readinto (__main__.TestSerialization) ... ok (0.002s) 2022-05-18T07:34:56.7942210Z test_serialization_gzip (__main__.TestSerialization) ... ok (0.029s) 2022-05-18T07:34:56.8018720Z test_serialization_map_location (__main__.TestSerialization) ... ok (0.008s) 2022-05-18T07:34:56.8074930Z test_serialization_offset_gzip (__main__.TestSerialization) ... ok (0.006s) 2022-05-18T07:34:56.8100170Z test_serialization_save_warnings (__main__.TestSerialization) ... ok (0.002s) 2022-05-18T07:34:56.8149840Z test_serialization_sparse (__main__.TestSerialization) ... ok (0.005s) 2022-05-18T07:34:56.8188410Z test_serialization_sparse_csr_invalid (__main__.TestSerialization) ... ok (0.004s) 2022-05-18T07:34:56.8262670Z test_serialization_sparse_invalid (__main__.TestSerialization) ... ok (0.007s) 2022-05-18T07:34:56.8285610Z test_serialization_storage_slice (__main__.TestSerialization) ... ok (0.002s) 2022-05-18T07:34:56.8654390Z test_serialization_zipfile (__main__.TestSerialization) ... ok (0.037s) 2022-05-18T07:34:56.8921060Z test_serialization_zipfile_actually_jit (__main__.TestSerialization) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/serialization.py:707: UserWarning: 'torch.load' received a zip file that looks like a TorchScript archive dispatching to 'torch.jit.load' (call 'torch.jit.load' directly to silence this warning) 2022-05-18T07:34:56.8922450Z warnings.warn("'torch.load' received a zip file that looks like a TorchScript archive" 2022-05-18T07:34:56.8922730Z ok (0.027s) 2022-05-18T07:34:56.9012340Z test_serialization_zipfile_utils (__main__.TestSerialization) ... ok (0.009s) 2022-05-18T07:34:56.9029570Z test_serialize_device (__main__.TestSerialization) ... ok (0.002s) 2022-05-18T07:34:56.9045210Z test_cloned_deepcopy_requires_grad_False (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-05-18T07:34:56.9058120Z test_cloned_deepcopy_requires_grad_True (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-05-18T07:34:56.9080170Z test_tensor_subclass_deepcopy (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-05-18T07:34:56.9110190Z test_tensor_subclass_getstate_overwrite (__main__.TestSubclassSerialization) ... ok (0.003s) 2022-05-18T07:34:56.9134850Z test_tensor_subclass_wrapper_serialization (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-05-18T07:34:56.9335490Z 2022-05-18T07:34:56.9336370Z ---------------------------------------------------------------------- 2022-05-18T07:34:56.9336740Z Ran 67 tests in 38.781s 2022-05-18T07:34:56.9336880Z 2022-05-18T07:34:56.9336960Z OK (skipped=4) 2022-05-18T07:34:56.9337080Z 2022-05-18T07:34:56.9337180Z Generating XML reports... 2022-05-18T07:34:56.9338220Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestBothSerializationCPU-20220518073418.xml 2022-05-18T07:34:56.9338970Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestOldSerialization-20220518073418.xml 2022-05-18T07:34:56.9339620Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSerialization-20220518073418.xml 2022-05-18T07:34:56.9340270Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSubclassSerialization-20220518073418.xml 2022-05-18T07:34:57.1824320Z Running test_shape_ops ... [2022-05-18 07:34:57.181930] 2022-05-18T07:34:57.1825090Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 07:34:57.182043] 2022-05-18T07:34:58.7737640Z 2022-05-18T07:34:58.7738500Z Test results will be stored in test-reports/python-unittest/test_shape_ops 2022-05-18T07:34:58.7738830Z Running tests... 2022-05-18T07:34:58.7739380Z ---------------------------------------------------------------------- 2022-05-18T07:34:58.7807730Z test_clamp_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-05-18T07:34:58.7845520Z test_clamp_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-05-18T07:34:58.7886490Z test_clamp_propagates_nans_cpu (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-05-18T07:34:58.8119200Z test_clamp_raises_arg_errors_cpu (__main__.TestShapeOpsCPU) ... ok (0.023s) 2022-05-18T07:34:58.8158580Z test_complex_rot90_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-05-18T07:34:58.8192120Z test_complex_rot90_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-05-18T07:34:58.8212840Z test_diag_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-05-18T07:34:58.8233190Z test_diag_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-05-18T07:34:58.8256930Z test_diagonal_cpu (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-05-18T07:34:58.8327360Z test_diagonal_multidim_cpu_float32 (__main__.TestShapeOpsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_comparison.py:600: 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 ../torch/csrc/utils/tensor_numpy.cpp:178.) 2022-05-18T07:34:58.8328810Z return torch.as_tensor(tensor_like) 2022-05-18T07:34:58.8329030Z ok (0.007s) 2022-05-18T07:34:58.8596040Z test_flip_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.027s) 2022-05-18T07:34:58.8809640Z test_flip_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.021s) 2022-05-18T07:34:58.9090420Z test_flip_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.028s) 2022-05-18T07:34:58.9372480Z test_flip_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.028s) 2022-05-18T07:34:58.9637300Z test_flip_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.026s) 2022-05-18T07:34:59.0457350Z test_flip_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.082s) 2022-05-18T07:34:59.0709400Z test_flip_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.025s) 2022-05-18T07:34:59.0915420Z test_flip_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.021s) 2022-05-18T07:34:59.1120940Z test_flip_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.020s) 2022-05-18T07:34:59.1314060Z test_flip_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.019s) 2022-05-18T07:34:59.1518170Z test_flip_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.020s) 2022-05-18T07:34:59.1727050Z test_flip_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.021s) 2022-05-18T07:34:59.1912780Z test_flip_errors_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.018s) 2022-05-18T07:34:59.2095790Z test_flip_errors_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.018s) 2022-05-18T07:34:59.2290190Z test_flip_errors_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.019s) 2022-05-18T07:34:59.2486610Z test_flip_errors_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.019s) 2022-05-18T07:34:59.2673490Z test_flip_errors_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.019s) 2022-05-18T07:34:59.2862270Z test_flip_errors_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.019s) 2022-05-18T07:34:59.3056110Z test_flip_errors_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.019s) 2022-05-18T07:34:59.3242950Z test_flip_errors_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.019s) 2022-05-18T07:34:59.3425010Z test_flip_errors_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.018s) 2022-05-18T07:34:59.3605740Z test_flip_errors_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.018s) 2022-05-18T07:34:59.3789870Z test_flip_errors_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.018s) 2022-05-18T07:34:59.3971050Z test_flip_errors_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.018s) 2022-05-18T07:34:59.3987040Z test_flip_large_tensor_cpu (__main__.TestShapeOpsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:34:59.4105570Z test_flip_numpy_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-05-18T07:34:59.4183770Z test_flip_numpy_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.008s) 2022-05-18T07:34:59.4291150Z test_flip_numpy_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-05-18T07:34:59.4392670Z test_flip_numpy_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-05-18T07:34:59.4501900Z test_flip_numpy_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-05-18T07:34:59.4619480Z test_flip_numpy_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-05-18T07:34:59.4710030Z test_flip_numpy_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-05-18T07:34:59.4786130Z test_flip_numpy_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.008s) 2022-05-18T07:34:59.4862200Z test_flip_numpy_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.008s) 2022-05-18T07:34:59.4934440Z test_flip_numpy_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-05-18T07:34:59.5010500Z test_flip_numpy_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-05-18T07:34:59.5086770Z test_flip_numpy_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.008s) 2022-05-18T07:34:59.5112380Z test_fliplr_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-05-18T07:34:59.5136830Z test_fliplr_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-05-18T07:34:59.5157000Z test_fliplr_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-05-18T07:34:59.5258010Z test_fliplr_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-05-18T07:34:59.5357740Z test_fliplr_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-05-18T07:34:59.5459010Z test_fliplr_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-05-18T07:34:59.5489460Z test_flipud_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-05-18T07:34:59.5515570Z test_flipud_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-05-18T07:34:59.5537690Z test_flipud_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-05-18T07:34:59.5595010Z test_flipud_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-05-18T07:34:59.5650810Z test_flipud_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-05-18T07:34:59.5705970Z test_flipud_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-05-18T07:34:59.6495480Z test_movedim_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.079s) 2022-05-18T07:34:59.7213150Z test_movedim_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.072s) 2022-05-18T07:34:59.7633430Z test_movedim_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.042s) 2022-05-18T07:34:59.8413920Z test_movedim_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.078s) 2022-05-18T07:34:59.9173210Z test_movedim_invalid_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.076s) 2022-05-18T07:34:59.9935780Z test_movedim_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.076s) 2022-05-18T07:35:00.0927510Z test_nonzero_astuple_out_cpu (__main__.TestShapeOpsCPU) ... test_shape_ops.py:626: UserWarning: An output with one or more elements was resized since it had shape [3, 3, 3], which does not match the required output shape [27, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:35:00.0928470Z self.assertEqual(torch.nonzero(t, as_tuple=False, out=out), torch.nonzero(t, out=out)) 2022-05-18T07:35:00.0928770Z ok (0.099s) 2022-05-18T07:35:00.1325120Z test_nonzero_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... test_shape_ops.py:593: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:35:00.1325880Z torch.nonzero(tensor, out=dst3) 2022-05-18T07:35:00.1326590Z test_shape_ops.py:593: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:35:00.1327250Z torch.nonzero(tensor, out=dst3) 2022-05-18T07:35:00.1327950Z test_shape_ops.py:593: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [6, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:35:00.1328600Z torch.nonzero(tensor, out=dst3) 2022-05-18T07:35:00.1329910Z test_shape_ops.py:593: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [8, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:35:00.1330550Z torch.nonzero(tensor, out=dst3) 2022-05-18T07:35:00.1331250Z test_shape_ops.py:593: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [60, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:35:00.1331900Z torch.nonzero(tensor, out=dst3) 2022-05-18T07:35:00.1332290Z ok (0.040s) 2022-05-18T07:35:00.1721920Z test_nonzero_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.040s) 2022-05-18T07:35:00.2179920Z test_nonzero_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.046s) 2022-05-18T07:35:00.2630120Z test_nonzero_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.045s) 2022-05-18T07:35:00.3132320Z test_nonzero_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.050s) 2022-05-18T07:35:00.3543900Z test_nonzero_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.041s) 2022-05-18T07:35:00.3949550Z test_nonzero_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.040s) 2022-05-18T07:35:00.4355360Z test_nonzero_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.041s) 2022-05-18T07:35:00.4753900Z test_nonzero_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.040s) 2022-05-18T07:35:00.5138220Z test_nonzero_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.038s) 2022-05-18T07:35:00.5174380Z test_nonzero_discontiguous_cpu (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-05-18T07:35:00.5188990Z test_nonzero_no_warning_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-05-18T07:35:00.5200460Z test_nonzero_non_diff_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-05-18T07:35:00.5590780Z test_rot90_cpu (__main__.TestShapeOpsCPU) ... ok (0.039s) 2022-05-18T07:35:00.5634380Z test_tolist_cpu (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-05-18T07:35:00.5681450Z test_trace_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-05-18T07:35:00.5723990Z test_trace_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-05-18T07:35:00.5758350Z test_trace_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-05-18T07:35:00.5793030Z test_trace_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-05-18T07:35:00.5826140Z test_trace_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-05-18T07:35:00.5860590Z test_trace_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-05-18T07:35:00.5895190Z test_trace_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-05-18T07:35:00.5941470Z test_unbind_cpu (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-05-18T07:35:00.6175440Z 2022-05-18T07:35:00.6176320Z ---------------------------------------------------------------------- 2022-05-18T07:35:00.6176670Z Ran 89 tests in 1.821s 2022-05-18T07:35:00.6176790Z 2022-05-18T07:35:00.6176870Z OK (skipped=1) 2022-05-18T07:35:00.6177000Z 2022-05-18T07:35:00.6177100Z Generating XML reports... 2022-05-18T07:35:00.6177630Z Generated XML report: test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20220518073458.xml 2022-05-18T07:35:00.8495530Z Running test_sort_and_select ... [2022-05-18 07:35:00.849207] 2022-05-18T07:35:00.8496230Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_sort_and_select.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 07:35:00.849319] 2022-05-18T07:35:02.3734060Z 2022-05-18T07:35:02.3734870Z Test results will be stored in test-reports/python-unittest/test_sort_and_select 2022-05-18T07:35:02.3735730Z Running tests... 2022-05-18T07:35:02.3736140Z ---------------------------------------------------------------------- 2022-05-18T07:35:02.3965810Z test_isin_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.023s) 2022-05-18T07:35:02.4159610Z test_isin_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.019s) 2022-05-18T07:35:02.4352300Z test_isin_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.019s) 2022-05-18T07:35:02.4544680Z test_isin_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.019s) 2022-05-18T07:35:02.4734520Z test_isin_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.019s) 2022-05-18T07:35:02.4925620Z test_isin_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.019s) 2022-05-18T07:35:02.5116520Z test_isin_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.019s) 2022-05-18T07:35:02.5136500Z test_isin_different_devices_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:35:02.5154450Z test_isin_different_devices_cpu_float64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:35:02.5172960Z test_isin_different_devices_cpu_int16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:35:02.5191320Z test_isin_different_devices_cpu_int32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:35:02.5210020Z test_isin_different_devices_cpu_int64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:35:02.5228740Z test_isin_different_devices_cpu_int8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:35:02.5246600Z test_isin_different_devices_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:35:02.5648860Z test_isin_different_dtypes_cpu (__main__.TestSortAndSelectCPU) ... ok (0.040s) 2022-05-18T07:35:02.6057780Z test_kthvalue_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.041s) 2022-05-18T07:35:02.6081470Z test_kthvalue_scalar_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-05-18T07:35:02.6153160Z test_msort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.007s) 2022-05-18T07:35:02.6225070Z test_msort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.007s) 2022-05-18T07:35:02.6291740Z test_msort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.007s) 2022-05-18T07:35:02.6357920Z test_msort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.007s) 2022-05-18T07:35:02.6410720Z test_msort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-05-18T07:35:02.6462860Z test_msort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-05-18T07:35:02.6513560Z test_msort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-05-18T07:35:02.6565900Z test_msort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-05-18T07:35:02.6618550Z test_msort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-05-18T07:35:02.6643060Z test_sort_1d_output_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... test_sort_and_select.py:241: UserWarning: An output with one or more elements was resized since it had shape [3], which does not match the required output shape [6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:35:02.6643890Z torch.sort(tensor, out=(values, indices)) 2022-05-18T07:35:02.6644110Z ok (0.002s) 2022-05-18T07:35:05.3576410Z test_sort_cpu (__main__.TestSortAndSelectCPU) ... ok (2.693s) 2022-05-18T07:35:05.3589030Z test_sort_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:05.3599840Z test_sort_discontiguous_slow_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T07:35:05.3620610Z test_sort_large_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:35:05.3640970Z test_sort_large_slice_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:35:05.3666900Z test_sort_restride_cpu_float32 (__main__.TestSortAndSelectCPU) ... test_sort_and_select.py:192: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:35:05.3667900Z torch.sort(tensor, out=(values, indices)) 2022-05-18T07:35:05.3668130Z ok (0.003s) 2022-05-18T07:35:05.3817920Z test_stable_sort_against_numpy_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.015s) 2022-05-18T07:35:05.3966350Z test_stable_sort_against_numpy_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.015s) 2022-05-18T07:35:05.4104860Z test_stable_sort_against_numpy_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.014s) 2022-05-18T07:35:05.4245310Z test_stable_sort_against_numpy_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.014s) 2022-05-18T07:35:05.4375060Z test_stable_sort_against_numpy_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.013s) 2022-05-18T07:35:05.4506090Z test_stable_sort_against_numpy_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.013s) 2022-05-18T07:35:05.4634980Z test_stable_sort_against_numpy_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.013s) 2022-05-18T07:35:05.4763030Z test_stable_sort_against_numpy_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.013s) 2022-05-18T07:35:05.4890800Z test_stable_sort_against_numpy_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.013s) 2022-05-18T07:35:05.4934300Z test_stable_sort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-05-18T07:35:05.4983380Z test_stable_sort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-05-18T07:35:05.5026250Z test_stable_sort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-05-18T07:35:05.5068400Z test_stable_sort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-05-18T07:35:05.5105870Z test_stable_sort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-05-18T07:35:05.5143700Z test_stable_sort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-05-18T07:35:05.5181710Z test_stable_sort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-05-18T07:35:05.5219200Z test_stable_sort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-05-18T07:35:05.5256870Z test_stable_sort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-05-18T07:35:05.5282760Z test_topk_1d_output_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-05-18T07:35:05.5318160Z test_topk_4d_cpu (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-05-18T07:35:05.5331080Z test_topk_arguments_cpu (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-05-18T07:35:05.5344120Z test_topk_bfloat16_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:05.7631280Z test_topk_cpu (__main__.TestSortAndSelectCPU) ... ok (0.229s) 2022-05-18T07:35:05.7672420Z test_topk_integral_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-05-18T07:35:05.7710750Z test_topk_integral_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-05-18T07:35:05.7750650Z test_topk_integral_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-05-18T07:35:05.7784340Z test_topk_integral_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-05-18T07:35:05.7817200Z test_topk_integral_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-05-18T07:35:05.7836090Z test_topk_noncontiguous_gpu_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:35:05.7868380Z test_topk_nonfinite_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-05-18T07:35:05.7898380Z test_topk_nonfinite_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-05-18T07:35:05.7928050Z test_topk_nonfinite_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-05-18T07:35:05.7947260Z test_topk_zero_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-05-18T07:35:05.7965980Z test_topk_zero_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-05-18T07:35:05.7984810Z test_topk_zero_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-05-18T07:35:05.8003530Z test_topk_zero_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-05-18T07:35:05.8022060Z test_topk_zero_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-05-18T07:35:05.8040870Z test_topk_zero_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-05-18T07:35:05.8059660Z test_topk_zero_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-05-18T07:35:05.8169850Z test_unique_consecutive_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.011s) 2022-05-18T07:35:05.8266110Z test_unique_consecutive_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-05-18T07:35:05.8373390Z test_unique_consecutive_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.011s) 2022-05-18T07:35:05.8478620Z test_unique_consecutive_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-05-18T07:35:05.8573680Z test_unique_consecutive_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-05-18T07:35:05.8669470Z test_unique_consecutive_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-05-18T07:35:05.8762220Z test_unique_consecutive_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-05-18T07:35:05.8858010Z test_unique_consecutive_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-05-18T07:35:05.8953080Z test_unique_consecutive_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-05-18T07:35:05.9294730Z test_unique_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.034s) 2022-05-18T07:35:05.9556990Z test_unique_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.026s) 2022-05-18T07:35:05.9887360Z test_unique_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.033s) 2022-05-18T07:35:06.0215380Z test_unique_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.033s) 2022-05-18T07:35:06.0518650Z test_unique_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.030s) 2022-05-18T07:35:06.0823340Z test_unique_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.030s) 2022-05-18T07:35:06.1120880Z test_unique_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.030s) 2022-05-18T07:35:06.1423920Z test_unique_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.030s) 2022-05-18T07:35:06.1740360Z test_unique_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.031s) 2022-05-18T07:35:06.2794750Z test_unique_dim_cpu (__main__.TestSortAndSelectCPU) ... test_sort_and_select.py:416: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-05-18T07:35:06.2795290Z x = torch.tensor([[[1., 1.], 2022-05-18T07:35:06.2795740Z test_sort_and_select.py:431: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-05-18T07:35:06.2796190Z expected_unique_dim0 = torch.tensor([[[1., 1.], 2022-05-18T07:35:06.2796640Z test_sort_and_select.py:439: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-05-18T07:35:06.2797680Z expected_unique_dim1 = torch.tensor([[[0., 1.], 2022-05-18T07:35:06.2798130Z test_sort_and_select.py:455: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-05-18T07:35:06.2798550Z expected_unique_dim2 = torch.tensor([[[1., 1.], 2022-05-18T07:35:06.2798780Z ok (0.105s) 2022-05-18T07:35:06.3034280Z 2022-05-18T07:35:06.3034980Z ---------------------------------------------------------------------- 2022-05-18T07:35:06.3035320Z Ran 91 tests in 3.907s 2022-05-18T07:35:06.3035450Z 2022-05-18T07:35:06.3035540Z OK (skipped=13) 2022-05-18T07:35:06.3035680Z 2022-05-18T07:35:06.3035780Z Generating XML reports... 2022-05-18T07:35:06.3036340Z Generated XML report: test-reports/python-unittest/test_sort_and_select/TEST-TestSortAndSelectCPU-20220518073502.xml 2022-05-18T07:35:06.5279720Z Running test_sparse_csr ... [2022-05-18 07:35:06.527645] 2022-05-18T07:35:06.5280410Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_sparse_csr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 07:35:06.527759] 2022-05-18T07:35:09.2761620Z 2022-05-18T07:35:09.2762330Z Test results will be stored in test-reports/python-unittest/test_sparse_csr 2022-05-18T07:35:09.2762670Z Running tests... 2022-05-18T07:35:09.2763150Z ---------------------------------------------------------------------- 2022-05-18T07:35:09.3551900Z test_add_cpu_float32 (__main__.TestSparseCSRCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:2066: 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 ../aten/src/ATen/SparseCsrTensorImpl.cpp:68.) 2022-05-18T07:35:09.3552780Z return torch.sparse_compressed_tensor(compressed_indices, plain_indices, 2022-05-18T07:35:09.3553060Z ok (0.079s) 2022-05-18T07:35:09.4297520Z test_add_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.074s) 2022-05-18T07:35:09.5830130Z test_addmm_all_sparse_csr_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.153s) 2022-05-18T07:35:09.6147770Z test_addmm_all_sparse_csr_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.032s) 2022-05-18T07:35:09.6438910Z test_addmm_all_sparse_csr_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.029s) 2022-05-18T07:35:09.6727930Z test_addmm_all_sparse_csr_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.029s) 2022-05-18T07:35:09.6966580Z test_addmm_dense_result_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-05-18T07:35:09.7206090Z test_addmm_dense_result_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-05-18T07:35:09.7430280Z test_addmm_dense_result_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-05-18T07:35:09.7653060Z test_addmm_dense_result_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-05-18T07:35:09.8193960Z test_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.054s) 2022-05-18T07:35:09.8400050Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:09.8605650Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:09.8811360Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:09.9016700Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:09.9225230Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:09.9432410Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:09.9638930Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:09.9843930Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:10.0049530Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:10.0255490Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:10.0464160Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.0669150Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:10.0878020Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.1084600Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.1291120Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:10.1494440Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:10.1701690Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.1909540Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.2117000Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.2327570Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.2537100Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.2746870Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.2955500Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.3231220Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-05-18T07:35:10.3556370Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.034s) 2022-05-18T07:35:10.3836990Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.030s) 2022-05-18T07:35:10.4130000Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.030s) 2022-05-18T07:35:10.4407180Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.027s) 2022-05-18T07:35:10.4617530Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.4824370Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.5032230Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.5237170Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:10.5445020Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.5651350Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.5859160Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.6066700Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.6271550Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:10.6478200Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.6683980Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:10.6890530Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.7095820Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:10.7302200Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.7506190Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:10.7712060Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:10.7921270Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.8128740Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.8332150Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:10.8537180Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:10.8747650Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.8953620Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.9162540Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.9367900Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:10.9582260Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:10.9792450Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.0002440Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.0214110Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.0429980Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.0642910Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.0851870Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.1070540Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-05-18T07:35:11.1280400Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.1490530Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.1701520Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.1906820Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:11.2120020Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.2337130Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-05-18T07:35:11.2547460Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.2758590Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.2973130Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.3189430Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-05-18T07:35:11.3400920Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.3612440Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.3820970Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.4030010Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.4235410Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:11.4437780Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:11.4648210Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.4856300Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.5061650Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:11.5272050Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.5482220Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.5691580Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.5898120Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.6109840Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.6317240Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.6526070Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.6734250Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.6943910Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.7158250Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.7371900Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.7588220Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-05-18T07:35:11.7802910Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.8022520Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-05-18T07:35:11.8234910Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.8447190Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.8658720Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.8871240Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.9081010Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.9286920Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:11.9494640Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.9707790Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:11.9921650Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:12.0130950Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:12.0340710Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:12.0555500Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:12.0773570Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-05-18T07:35:12.0986350Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:12.1196050Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-05-18T07:35:12.1643100Z test_autograd_dense_output_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.044s) 2022-05-18T07:35:12.2025760Z test_autograd_dense_output_addmv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-05-18T07:35:12.2107880Z test_autograd_dense_output_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-05-18T07:35:12.2179140Z test_autograd_dense_output_mv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-05-18T07:35:12.2219800Z test_autograd_sparse_csr_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:12.2255610Z test_autograd_sparse_csr_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:12.2285090Z test_autograd_sparse_csr_unary_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.2313130Z test_autograd_sparse_csr_unary_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.2340690Z test_autograd_sparse_csr_unary_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.2368560Z test_autograd_sparse_csr_unary_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.2396390Z test_autograd_sparse_csr_unary_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.2424660Z test_autograd_sparse_csr_unary_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.2452690Z test_autograd_sparse_csr_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.2480330Z test_autograd_sparse_csr_unary_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.2508320Z test_autograd_sparse_csr_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.2537030Z test_autograd_sparse_csr_unary_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.2564930Z test_autograd_sparse_csr_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op ceil not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.2604880Z test_autograd_sparse_csr_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:12.2639310Z test_autograd_sparse_csr_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:12.2667250Z test_autograd_sparse_csr_unary_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op erf not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.2694940Z test_autograd_sparse_csr_unary_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op erfinv not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.2722870Z test_autograd_sparse_csr_unary_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op expm1 not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.2750480Z test_autograd_sparse_csr_unary_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op floor not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.2778660Z test_autograd_sparse_csr_unary_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.2807050Z test_autograd_sparse_csr_unary_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.2835780Z test_autograd_sparse_csr_unary_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.2866130Z test_autograd_sparse_csr_unary_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.2894220Z test_autograd_sparse_csr_unary_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isneginf not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.2923120Z test_autograd_sparse_csr_unary_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isposinf not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.2951590Z test_autograd_sparse_csr_unary_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op log1p not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.2993090Z test_autograd_sparse_csr_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:12.3031040Z test_autograd_sparse_csr_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:12.3060870Z test_autograd_sparse_csr_unary_round_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op round not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.3089420Z test_autograd_sparse_csr_unary_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.3117590Z test_autograd_sparse_csr_unary_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.3145660Z test_autograd_sparse_csr_unary_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sign not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.3174030Z test_autograd_sparse_csr_unary_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op signbit not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.3202420Z test_autograd_sparse_csr_unary_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.3231230Z test_autograd_sparse_csr_unary_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.3259440Z test_autograd_sparse_csr_unary_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.3289550Z test_autograd_sparse_csr_unary_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.3319110Z test_autograd_sparse_csr_unary_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.3347760Z test_autograd_sparse_csr_unary_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.3376210Z test_autograd_sparse_csr_unary_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.3404670Z test_autograd_sparse_csr_unary_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.3433010Z test_autograd_sparse_csr_unary_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.3461720Z test_autograd_sparse_csr_unary_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.3489780Z test_autograd_sparse_csr_unary_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op trunc not supported with CSR input and autograd (0.003s) 2022-05-18T07:35:12.3528460Z test_baddbmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.004s) 2022-05-18T07:35:12.3567820Z test_baddbmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.004s) 2022-05-18T07:35:12.3605410Z test_baddbmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.004s) 2022-05-18T07:35:12.3643420Z test_baddbmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.004s) 2022-05-18T07:35:12.4004270Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-05-18T07:35:12.4370570Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-05-18T07:35:12.4686910Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.032s) 2022-05-18T07:35:12.4991200Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.030s) 2022-05-18T07:35:12.5349640Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-05-18T07:35:12.5710170Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-05-18T07:35:12.6030600Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.032s) 2022-05-18T07:35:12.6338960Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.031s) 2022-05-18T07:35:12.6704360Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-05-18T07:35:12.7079490Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-05-18T07:35:12.7408540Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.033s) 2022-05-18T07:35:12.7729230Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.032s) 2022-05-18T07:35:12.8115180Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.039s) 2022-05-18T07:35:12.8505490Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.039s) 2022-05-18T07:35:12.8846160Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.034s) 2022-05-18T07:35:12.9183450Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.034s) 2022-05-18T07:35:12.9552790Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-05-18T07:35:12.9939500Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.039s) 2022-05-18T07:35:13.0278870Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.034s) 2022-05-18T07:35:13.0600710Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.032s) 2022-05-18T07:35:13.0963760Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-05-18T07:35:13.1332300Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-05-18T07:35:13.1661050Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.033s) 2022-05-18T07:35:13.1984440Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.032s) 2022-05-18T07:35:13.2369690Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-05-18T07:35:13.2766500Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.040s) 2022-05-18T07:35:13.3125030Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-05-18T07:35:13.3472980Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.035s) 2022-05-18T07:35:13.3859940Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.039s) 2022-05-18T07:35:13.4257200Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.040s) 2022-05-18T07:35:13.4607910Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.035s) 2022-05-18T07:35:13.4938930Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.033s) 2022-05-18T07:35:13.5050980Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:13.5161460Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:13.5261850Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-05-18T07:35:13.5361450Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-05-18T07:35:13.5469410Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:13.5577500Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:13.5674830Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-05-18T07:35:13.5771070Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-05-18T07:35:13.5875930Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-05-18T07:35:13.5982170Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:13.6080190Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-05-18T07:35:13.6181190Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-05-18T07:35:13.6290250Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:13.6399380Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:13.6498220Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-05-18T07:35:13.6596640Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-05-18T07:35:13.6708750Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:13.6825040Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:13.6932260Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:13.7040110Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:13.7151260Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:13.7261370Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:13.7357940Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-05-18T07:35:13.7454980Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-05-18T07:35:13.7575360Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:13.7701810Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-05-18T07:35:13.7815190Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:13.7923670Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:13.8032690Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:13.8142680Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:13.8244080Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-05-18T07:35:13.8341600Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-05-18T07:35:13.8494710Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... test_sparse_csr.py:1008: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-05-18T07:35:13.8495430Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-05-18T07:35:13.8495790Z X = torch.triangular_solve(B, A).solution 2022-05-18T07:35:13.8496060Z should be replaced with 2022-05-18T07:35:13.8496460Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:2189.) 2022-05-18T07:35:13.8496860Z expected_X, _ = torch.triangular_solve( 2022-05-18T07:35:13.8497100Z ok (0.015s) 2022-05-18T07:35:13.8640380Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:13.8777390Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:13.8915070Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:13.9054570Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:13.9195180Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:13.9324840Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-05-18T07:35:13.9467990Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:13.9606020Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:13.9749020Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:13.9888750Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:14.0025910Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:14.0167390Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:14.0314950Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-05-18T07:35:14.0453520Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:14.0591000Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:14.0732420Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:14.0876490Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:14.1010530Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-05-18T07:35:14.1147260Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:14.1287300Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:14.1426230Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:14.1555940Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-05-18T07:35:14.1686330Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-05-18T07:35:14.1832710Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:14.1976170Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:14.2113160Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:14.2253870Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:14.2398680Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:14.2542330Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:14.2679910Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:14.2819540Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:14.2851320Z test_bmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-05-18T07:35:14.2882890Z test_bmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-05-18T07:35:14.2913180Z test_bmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-05-18T07:35:14.2943370Z test_bmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-05-18T07:35:14.2968070Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-05-18T07:35:14.3035480Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-05-18T07:35:14.3057530Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-05-18T07:35:14.3125750Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-05-18T07:35:14.3148200Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-05-18T07:35:14.3215970Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-05-18T07:35:14.3237800Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-05-18T07:35:14.3305870Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-05-18T07:35:14.3328820Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-05-18T07:35:14.3395410Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-05-18T07:35:14.3417910Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-05-18T07:35:14.3484890Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-05-18T07:35:14.3507760Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-05-18T07:35:14.3572820Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-05-18T07:35:14.3596020Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-05-18T07:35:14.3608580Z This test performs a smoke test for covered conversion and verifies ... ok (0.003s) 2022-05-18T07:35:14.3630650Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-05-18T07:35:14.3694610Z This test performs a smoke test for covered conversion and verifies ... ok (0.008s) 2022-05-18T07:35:14.3717660Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-05-18T07:35:14.3784500Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-05-18T07:35:14.3806910Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-05-18T07:35:14.3873840Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-05-18T07:35:14.3896310Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-05-18T07:35:14.3963600Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-05-18T07:35:14.3986530Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-05-18T07:35:14.4055990Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-05-18T07:35:14.4078220Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-05-18T07:35:14.4147880Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-05-18T07:35:14.4170400Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-05-18T07:35:14.4236330Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-05-18T07:35:14.4263810Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-05-18T07:35:14.4275700Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-05-18T07:35:14.4325510Z test_coo_csr_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:14.4363860Z test_coo_csr_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:14.4420220Z test_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-05-18T07:35:14.4474970Z test_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:14.4523630Z test_coo_csr_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:14.4572520Z test_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:14.4620620Z test_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:14.4661360Z test_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:14.4700290Z test_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:14.4735800Z test_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:14.4774480Z test_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:14.4812570Z test_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:14.5009200Z test_coo_to_csr_convert_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-05-18T07:35:14.5117880Z test_copy_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:14.5219480Z test_copy_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-05-18T07:35:14.5334000Z test_copy_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:14.5450170Z test_copy_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:14.5561370Z test_copy_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:14.5670100Z test_copy_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:14.5778870Z test_copy_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:14.5877340Z test_copy_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-05-18T07:35:14.5979300Z test_copy_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-05-18T07:35:14.6079540Z test_copy_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-05-18T07:35:14.6180190Z test_copy_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-05-18T07:35:14.6281370Z test_copy_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-05-18T07:35:14.6531410Z test_copy_errors_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-05-18T07:35:14.6772560Z test_copy_errors_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-05-18T07:35:14.7022280Z test_copy_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-05-18T07:35:14.7270120Z test_copy_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-05-18T07:35:14.7515650Z test_copy_errors_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-05-18T07:35:14.7762090Z test_copy_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-05-18T07:35:14.8009180Z test_copy_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-05-18T07:35:14.8251090Z test_copy_errors_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-05-18T07:35:14.8490260Z test_copy_errors_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-05-18T07:35:14.8733180Z test_copy_errors_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-05-18T07:35:14.8973820Z test_copy_errors_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-05-18T07:35:14.9215790Z test_copy_errors_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-05-18T07:35:14.9268680Z test_csr_coo_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:14.9307580Z test_csr_coo_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:14.9361780Z test_csr_coo_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:14.9424670Z test_csr_coo_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-05-18T07:35:14.9476600Z test_csr_coo_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:14.9529820Z test_csr_coo_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:14.9580100Z test_csr_coo_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:14.9620260Z test_csr_coo_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:14.9661510Z test_csr_coo_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:14.9700190Z test_csr_coo_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:14.9740050Z test_csr_coo_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:14.9779780Z test_csr_coo_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:14.9797730Z test_csr_double_to_sparse_csr_cpu (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:14.9838210Z test_csr_is_contiguous_cpu (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:15.0227410Z test_csr_matvec_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.039s) 2022-05-18T07:35:15.0618790Z test_csr_matvec_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.039s) 2022-05-18T07:35:15.1005630Z test_csr_matvec_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.039s) 2022-05-18T07:35:15.1394520Z test_csr_matvec_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.039s) 2022-05-18T07:35:15.1450510Z test_csr_storage_cpu (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:15.1538000Z test_csr_stride_cpu (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-05-18T07:35:15.1656420Z test_csr_to_block_csr_blocksize_2_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:15.1772040Z test_csr_to_block_csr_blocksize_2_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:15.1933580Z test_csr_to_block_csr_blocksize_4_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-05-18T07:35:15.2094790Z test_csr_to_block_csr_blocksize_4_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-05-18T07:35:15.2407170Z test_csr_to_block_csr_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.031s) 2022-05-18T07:35:15.2469160Z test_direct_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-05-18T07:35:15.2529900Z test_direct_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-05-18T07:35:15.2585140Z test_direct_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:15.2638150Z test_direct_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:15.2682430Z test_direct_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:15.2724420Z test_direct_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:15.2763440Z test_direct_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:15.2803240Z test_direct_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:15.2843920Z test_direct_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:15.2879380Z test_exercise_detach_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:15.2909940Z test_exercise_detach_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:15.2944510Z test_exercise_detach_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:15.2979420Z test_exercise_detach_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:15.3012730Z test_exercise_detach_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:15.3046730Z test_exercise_detach_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:15.3081950Z test_exercise_detach_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:15.3113470Z test_exercise_detach_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:15.3144420Z test_exercise_detach_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:15.3176340Z test_exercise_detach_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:15.3207290Z test_exercise_detach_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:15.3237950Z test_exercise_detach_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:15.3270680Z test_factory_device_type_inference_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T07:35:15.3303480Z test_factory_device_type_inference_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T07:35:15.3335070Z test_factory_device_type_inference_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T07:35:15.3367170Z test_factory_device_type_inference_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T07:35:15.3399440Z test_factory_device_type_inference_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T07:35:15.3432190Z test_factory_device_type_inference_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T07:35:15.3464720Z test_factory_device_type_inference_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T07:35:15.3497450Z test_factory_device_type_inference_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T07:35:15.3530390Z test_factory_device_type_inference_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T07:35:15.3563310Z test_factory_device_type_inference_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T07:35:15.3597850Z test_factory_device_type_inference_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T07:35:15.3633480Z test_factory_device_type_inference_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T07:35:15.3937410Z test_factory_indices_invariants_check_cpu (__main__.TestSparseCSRCPU) ... ok (0.030s) 2022-05-18T07:35:15.4138630Z test_factory_layout_invariants_check_cpu (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:15.4662900Z test_factory_shape_invariants_check_cpu (__main__.TestSparseCSRCPU) ... ok (0.053s) 2022-05-18T07:35:15.4787390Z test_factory_type_invariants_check_cpu (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:15.4806720Z test_matmul_device_mismatch_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:35:16.1749210Z test_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.694s) 2022-05-18T07:35:16.2082720Z test_mm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.033s) 2022-05-18T07:35:16.3739970Z test_mul_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.166s) 2022-05-18T07:35:16.5422550Z test_mul_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.168s) 2022-05-18T07:35:16.5478110Z test_resize_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:16.5529950Z test_resize_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:16.5585780Z test_resize_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:16.5639980Z test_resize_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:16.5691520Z test_resize_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:16.5741680Z test_resize_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:16.5794930Z test_resize_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:16.5844670Z test_resize_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:16.5894030Z test_resize_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:16.5941850Z test_resize_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:16.5991340Z test_resize_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:16.6041230Z test_resize_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:16.6266630Z test_resize_errors_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-05-18T07:35:16.6494940Z test_resize_errors_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-05-18T07:35:16.6724090Z test_resize_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-05-18T07:35:16.6951900Z test_resize_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-05-18T07:35:16.7177650Z test_resize_errors_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-05-18T07:35:16.7398680Z test_resize_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-05-18T07:35:16.7653250Z test_resize_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-05-18T07:35:16.7876630Z test_resize_errors_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-05-18T07:35:16.8104240Z test_resize_errors_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-05-18T07:35:16.8337870Z test_resize_errors_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-05-18T07:35:16.8559700Z test_resize_errors_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-05-18T07:35:16.8780880Z test_resize_errors_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-05-18T07:35:16.8871820Z test_sampled_addmm_autograd_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-05-18T07:35:16.8957250Z test_sampled_addmm_autograd_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-05-18T07:35:16.9032370Z test_sampled_addmm_autograd_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-05-18T07:35:16.9105100Z test_sampled_addmm_autograd_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-05-18T07:35:16.9838360Z test_sampled_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.073s) 2022-05-18T07:35:17.0618300Z test_sampled_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.078s) 2022-05-18T07:35:17.1310790Z test_sampled_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.069s) 2022-05-18T07:35:17.1971440Z test_sampled_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.066s) 2022-05-18T07:35:17.2007330Z test_sampled_addmm_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T07:35:17.2041210Z test_sampled_addmm_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T07:35:17.2076500Z test_sampled_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T07:35:17.2110760Z test_sampled_addmm_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T07:35:17.2134400Z test_sampled_addmm_zero_sized_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:35:17.2158050Z test_sampled_addmm_zero_sized_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:35:17.2181580Z test_sampled_addmm_zero_sized_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:35:17.2205090Z test_sampled_addmm_zero_sized_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:35:17.2438510Z test_sparse_add_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-05-18T07:35:17.2676180Z test_sparse_add_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-05-18T07:35:17.2898660Z test_sparse_add_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-05-18T07:35:17.3116530Z test_sparse_add_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-05-18T07:35:17.3296900Z test_sparse_add_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-05-18T07:35:17.3479160Z test_sparse_add_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-05-18T07:35:17.3657410Z test_sparse_add_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-05-18T07:35:17.3834410Z test_sparse_add_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-05-18T07:35:17.4062910Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-05-18T07:35:17.4288460Z test_sparse_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-05-18T07:35:17.4486840Z test_sparse_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:17.4681720Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-05-18T07:35:17.4729790Z test_sparse_csr_consistency__masked_prod_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:17.4781010Z test_sparse_csr_consistency__masked_prod_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:17.4831920Z test_sparse_csr_consistency__masked_prod_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:17.4886960Z test_sparse_csr_consistency__masked_prod_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:17.4940480Z test_sparse_csr_consistency__masked_prod_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:17.4987020Z test_sparse_csr_consistency__masked_prod_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:17.5033230Z test_sparse_csr_consistency__masked_prod_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:17.5079760Z test_sparse_csr_consistency__masked_prod_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:17.5126620Z test_sparse_csr_consistency__masked_prod_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:17.5173630Z test_sparse_csr_consistency__masked_prod_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:17.5229910Z test_sparse_csr_consistency__masked_sum_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-05-18T07:35:17.5276390Z test_sparse_csr_consistency__masked_sum_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:17.5328290Z test_sparse_csr_consistency__masked_sum_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:17.5383470Z test_sparse_csr_consistency__masked_sum_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:17.5438320Z test_sparse_csr_consistency__masked_sum_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:17.5495720Z test_sparse_csr_consistency__masked_sum_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-05-18T07:35:17.5550600Z test_sparse_csr_consistency__masked_sum_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:17.5597070Z test_sparse_csr_consistency__masked_sum_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:17.5642850Z test_sparse_csr_consistency__masked_sum_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:17.5688540Z test_sparse_csr_consistency__masked_sum_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:17.5734630Z test_sparse_csr_consistency__masked_sum_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:17.5781620Z test_sparse_csr_consistency__masked_sum_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:17.5809580Z test_sparse_csr_consistency_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.5835900Z test_sparse_csr_consistency_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.5970200Z test_sparse_csr_consistency_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... expected failure (0.013s) 2022-05-18T07:35:17.5999980Z test_sparse_csr_consistency_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.6026370Z test_sparse_csr_consistency_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.6053380Z test_sparse_csr_consistency_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.6079040Z test_sparse_csr_consistency_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.6103630Z test_sparse_csr_consistency_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.6127840Z test_sparse_csr_consistency_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.6152070Z test_sparse_csr_consistency_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.6176930Z test_sparse_csr_consistency_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.6201000Z test_sparse_csr_consistency_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.6227030Z test_sparse_csr_consistency_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.6251750Z test_sparse_csr_consistency_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.6278490Z test_sparse_csr_consistency_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.6304990Z test_sparse_csr_consistency_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.6330880Z test_sparse_csr_consistency_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.6356960Z test_sparse_csr_consistency_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.6383060Z test_sparse_csr_consistency_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.6408760Z test_sparse_csr_consistency_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.6433980Z test_sparse_csr_consistency_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.6459100Z test_sparse_csr_consistency_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.6483860Z test_sparse_csr_consistency_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.6509280Z test_sparse_csr_consistency_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.6537070Z test_sparse_csr_consistency_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.6562450Z test_sparse_csr_consistency_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.6590070Z test_sparse_csr_consistency_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.6618690Z test_sparse_csr_consistency_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.6643920Z test_sparse_csr_consistency_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.6669530Z test_sparse_csr_consistency_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.6694410Z test_sparse_csr_consistency_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.6719170Z test_sparse_csr_consistency_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.6744300Z test_sparse_csr_consistency_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.6769470Z test_sparse_csr_consistency_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.6793930Z test_sparse_csr_consistency_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.6820550Z test_sparse_csr_consistency_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.6845260Z test_sparse_csr_consistency_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.6872910Z test_sparse_csr_consistency_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.6900140Z test_sparse_csr_consistency_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.6925830Z test_sparse_csr_consistency_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.6952070Z test_sparse_csr_consistency_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.6977340Z test_sparse_csr_consistency_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.7002650Z test_sparse_csr_consistency_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.7027990Z test_sparse_csr_consistency_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.7054700Z test_sparse_csr_consistency_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.7079300Z test_sparse_csr_consistency_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.7105560Z test_sparse_csr_consistency_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.7130890Z test_sparse_csr_consistency_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.7159440Z test_sparse_csr_consistency_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.7186320Z test_sparse_csr_consistency_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.7214570Z test_sparse_csr_consistency_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.7240650Z test_sparse_csr_consistency_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.7266160Z test_sparse_csr_consistency_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.7291200Z test_sparse_csr_consistency_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.7316590Z test_sparse_csr_consistency_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.7341950Z test_sparse_csr_consistency_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.7367040Z test_sparse_csr_consistency_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.7393190Z test_sparse_csr_consistency_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.7418650Z test_sparse_csr_consistency_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.7446810Z test_sparse_csr_consistency_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.7475540Z test_sparse_csr_consistency_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.7501020Z test_sparse_csr_consistency_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.7526810Z test_sparse_csr_consistency_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.7551570Z test_sparse_csr_consistency_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.7576490Z test_sparse_csr_consistency_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.7601330Z test_sparse_csr_consistency_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.7625920Z test_sparse_csr_consistency_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.7649930Z test_sparse_csr_consistency_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.7675990Z test_sparse_csr_consistency_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.7701770Z test_sparse_csr_consistency_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.7729850Z test_sparse_csr_consistency_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.7755890Z test_sparse_csr_consistency_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.7779630Z test_sparse_csr_consistency_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.7806220Z test_sparse_csr_consistency_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.7939420Z test_sparse_csr_consistency_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... expected failure (0.013s) 2022-05-18T07:35:17.7970320Z test_sparse_csr_consistency_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.7998450Z test_sparse_csr_consistency_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.8023510Z test_sparse_csr_consistency_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8048990Z test_sparse_csr_consistency_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8072630Z test_sparse_csr_consistency_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8096100Z test_sparse_csr_consistency_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8119760Z test_sparse_csr_consistency_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8143370Z test_sparse_csr_consistency_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8167230Z test_sparse_csr_consistency_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8194660Z test_sparse_csr_consistency_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.8219810Z test_sparse_csr_consistency_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8246870Z test_sparse_csr_consistency_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.8274730Z test_sparse_csr_consistency_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.8299900Z test_sparse_csr_consistency_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8325240Z test_sparse_csr_consistency_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8350380Z test_sparse_csr_consistency_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8375760Z test_sparse_csr_consistency_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8400900Z test_sparse_csr_consistency_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8427930Z test_sparse_csr_consistency_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.8453020Z test_sparse_csr_consistency_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8479390Z test_sparse_csr_consistency_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.8505340Z test_sparse_csr_consistency_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.8532870Z test_sparse_csr_consistency_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.8558960Z test_sparse_csr_consistency_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.8583970Z test_sparse_csr_consistency_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8609140Z test_sparse_csr_consistency_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8633500Z test_sparse_csr_consistency_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8659670Z test_sparse_csr_consistency_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.8684630Z test_sparse_csr_consistency_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8709940Z test_sparse_csr_consistency_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8735250Z test_sparse_csr_consistency_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8760130Z test_sparse_csr_consistency_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8787290Z test_sparse_csr_consistency_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.8812310Z test_sparse_csr_consistency_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8837010Z test_sparse_csr_consistency_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8862110Z test_sparse_csr_consistency_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8888080Z test_sparse_csr_consistency_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.8913620Z test_sparse_csr_consistency_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8938530Z test_sparse_csr_consistency_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8964150Z test_sparse_csr_consistency_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.8988060Z test_sparse_csr_consistency_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9013620Z test_sparse_csr_consistency_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9152490Z test_sparse_csr_consistency_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... expected failure (0.014s) 2022-05-18T07:35:17.9181640Z test_sparse_csr_consistency_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.9206520Z test_sparse_csr_consistency_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9231890Z test_sparse_csr_consistency_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9256880Z test_sparse_csr_consistency_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9280730Z test_sparse_csr_consistency_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9304870Z test_sparse_csr_consistency_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9331090Z test_sparse_csr_consistency_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.9355380Z test_sparse_csr_consistency_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9384310Z test_sparse_csr_consistency_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.9409580Z test_sparse_csr_consistency_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9433770Z test_sparse_csr_consistency_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9459190Z test_sparse_csr_consistency_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9484300Z test_sparse_csr_consistency_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9509050Z test_sparse_csr_consistency_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9533600Z test_sparse_csr_consistency_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9558590Z test_sparse_csr_consistency_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9583340Z test_sparse_csr_consistency_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9609120Z test_sparse_csr_consistency_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.9633310Z test_sparse_csr_consistency_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9657160Z test_sparse_csr_consistency_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9681170Z test_sparse_csr_consistency_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9706790Z test_sparse_csr_consistency_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9730620Z test_sparse_csr_consistency_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9755080Z test_sparse_csr_consistency_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9779460Z test_sparse_csr_consistency_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9804090Z test_sparse_csr_consistency_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9828730Z test_sparse_csr_consistency_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9852720Z test_sparse_csr_consistency_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9879500Z test_sparse_csr_consistency_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:17.9903650Z test_sparse_csr_consistency_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9928350Z test_sparse_csr_consistency_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9953320Z test_sparse_csr_consistency_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:17.9976760Z test_sparse_csr_consistency_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.0002110Z test_sparse_csr_consistency_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.0027290Z test_sparse_csr_consistency_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.0051970Z test_sparse_csr_consistency_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.0075940Z test_sparse_csr_consistency_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.0099620Z test_sparse_csr_consistency_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.0123850Z test_sparse_csr_consistency_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.0147880Z test_sparse_csr_consistency_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.0171940Z test_sparse_csr_consistency_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.0198450Z test_sparse_csr_consistency_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.0223490Z test_sparse_csr_consistency_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.0248760Z test_sparse_csr_consistency_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.0273920Z test_sparse_csr_consistency_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.0298740Z test_sparse_csr_consistency_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.0323590Z test_sparse_csr_consistency_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.0348490Z test_sparse_csr_consistency_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.0374130Z test_sparse_csr_consistency_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.0399010Z test_sparse_csr_consistency_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.0426430Z test_sparse_csr_consistency_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.0453490Z test_sparse_csr_consistency_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.0585460Z test_sparse_csr_consistency_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... expected failure (0.013s) 2022-05-18T07:35:18.0615430Z test_sparse_csr_consistency_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.0641290Z test_sparse_csr_consistency_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.0667370Z test_sparse_csr_consistency_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.0692560Z test_sparse_csr_consistency_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.0716580Z test_sparse_csr_consistency_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.0740500Z test_sparse_csr_consistency_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.0764270Z test_sparse_csr_consistency_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.0788450Z test_sparse_csr_consistency_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.0812870Z test_sparse_csr_consistency_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.0930350Z test_sparse_csr_consistency_randn_like_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:18.0977460Z test_sparse_csr_consistency_randn_like_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:18.1021230Z test_sparse_csr_consistency_randn_like_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:18.1061260Z test_sparse_csr_consistency_randn_like_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:18.1100890Z test_sparse_csr_consistency_randn_like_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:18.1139960Z test_sparse_csr_consistency_randn_like_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:18.1166610Z test_sparse_csr_consistency_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.1192640Z test_sparse_csr_consistency_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.1217830Z test_sparse_csr_consistency_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.1243620Z test_sparse_csr_consistency_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.1268170Z test_sparse_csr_consistency_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.1295000Z test_sparse_csr_consistency_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.1426970Z test_sparse_csr_consistency_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... expected failure (0.013s) 2022-05-18T07:35:18.1456430Z test_sparse_csr_consistency_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.1482210Z test_sparse_csr_consistency_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.1507480Z test_sparse_csr_consistency_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.1532430Z test_sparse_csr_consistency_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.1556460Z test_sparse_csr_consistency_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.1580160Z test_sparse_csr_consistency_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.1607860Z test_sparse_csr_consistency_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.1632610Z test_sparse_csr_consistency_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.1657050Z test_sparse_csr_consistency_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.1683460Z test_sparse_csr_consistency_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.1709440Z test_sparse_csr_consistency_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.1735220Z test_sparse_csr_consistency_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.1761900Z test_sparse_csr_consistency_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.1787770Z test_sparse_csr_consistency_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.1811950Z test_sparse_csr_consistency_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.1835950Z test_sparse_csr_consistency_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.1859910Z test_sparse_csr_consistency_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.1883650Z test_sparse_csr_consistency_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.1908030Z test_sparse_csr_consistency_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.1933980Z test_sparse_csr_consistency_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.1960410Z test_sparse_csr_consistency_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.1984650Z test_sparse_csr_consistency_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.2009460Z test_sparse_csr_consistency_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.2034350Z test_sparse_csr_consistency_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.2059090Z test_sparse_csr_consistency_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.2083700Z test_sparse_csr_consistency_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.2107440Z test_sparse_csr_consistency_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.2131360Z test_sparse_csr_consistency_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.2159970Z test_sparse_csr_consistency_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.2187440Z test_sparse_csr_consistency_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.2212640Z test_sparse_csr_consistency_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.2240140Z test_sparse_csr_consistency_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.2267720Z test_sparse_csr_consistency_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.2294410Z test_sparse_csr_consistency_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.2320890Z test_sparse_csr_consistency_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.2346320Z test_sparse_csr_consistency_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.2372340Z test_sparse_csr_consistency_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.2398550Z test_sparse_csr_consistency_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.2424890Z test_sparse_csr_consistency_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.2450940Z test_sparse_csr_consistency_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.2478860Z test_sparse_csr_consistency_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.2503870Z test_sparse_csr_consistency_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.2530560Z test_sparse_csr_consistency_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.2558110Z test_sparse_csr_consistency_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.2583620Z test_sparse_csr_consistency_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.2610020Z test_sparse_csr_consistency_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.2634870Z test_sparse_csr_consistency_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.2659840Z test_sparse_csr_consistency_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.2686300Z test_sparse_csr_consistency_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.2712890Z test_sparse_csr_consistency_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.2739260Z test_sparse_csr_consistency_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.2767250Z test_sparse_csr_consistency_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.2793070Z test_sparse_csr_consistency_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.2820570Z test_sparse_csr_consistency_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.2848760Z test_sparse_csr_consistency_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.2876390Z test_sparse_csr_consistency_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.2900730Z test_sparse_csr_consistency_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.2925480Z test_sparse_csr_consistency_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.2951000Z test_sparse_csr_consistency_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.2976000Z test_sparse_csr_consistency_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.3001330Z test_sparse_csr_consistency_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.3026190Z test_sparse_csr_consistency_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.3052920Z test_sparse_csr_consistency_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.3078300Z test_sparse_csr_consistency_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.3105810Z test_sparse_csr_consistency_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.3133340Z test_sparse_csr_consistency_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.3159940Z test_sparse_csr_consistency_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.3185880Z test_sparse_csr_consistency_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.3212420Z test_sparse_csr_consistency_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.3238900Z test_sparse_csr_consistency_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.3265410Z test_sparse_csr_consistency_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.3290620Z test_sparse_csr_consistency_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.3315000Z test_sparse_csr_consistency_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.3340850Z test_sparse_csr_consistency_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.3365800Z test_sparse_csr_consistency_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.3392450Z test_sparse_csr_consistency_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.3418860Z test_sparse_csr_consistency_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.3443680Z test_sparse_csr_consistency_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.3468960Z test_sparse_csr_consistency_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.3493660Z test_sparse_csr_consistency_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.3518200Z test_sparse_csr_consistency_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.3542660Z test_sparse_csr_consistency_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.3567390Z test_sparse_csr_consistency_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.3591860Z test_sparse_csr_consistency_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.3606120Z test_sparse_csr_consistency_to_sparse_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T07:35:18.3620090Z test_sparse_csr_consistency_to_sparse_cpu_bool (__main__.TestSparseCSRCPU) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T07:35:18.3633950Z test_sparse_csr_consistency_to_sparse_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T07:35:18.3648450Z test_sparse_csr_consistency_to_sparse_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T07:35:18.3662630Z test_sparse_csr_consistency_to_sparse_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T07:35:18.3676540Z test_sparse_csr_consistency_to_sparse_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T07:35:18.3690620Z test_sparse_csr_consistency_to_sparse_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T07:35:18.3704420Z test_sparse_csr_consistency_to_sparse_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T07:35:18.3718390Z test_sparse_csr_consistency_to_sparse_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T07:35:18.3732280Z test_sparse_csr_consistency_to_sparse_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T07:35:18.3746110Z test_sparse_csr_consistency_to_sparse_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T07:35:18.3760720Z test_sparse_csr_consistency_to_sparse_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: csr.to_sparse(1) not implemented. Skipped! (0.001s) 2022-05-18T07:35:18.3789760Z test_sparse_csr_consistency_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.3815260Z test_sparse_csr_consistency_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.3840300Z test_sparse_csr_consistency_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-05-18T07:35:18.3933330Z test_sparse_csr_from_dense_convert_error_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-05-18T07:35:18.4026910Z test_sparse_csr_from_dense_convert_error_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-05-18T07:35:18.4123620Z test_sparse_csr_from_dense_convert_error_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-05-18T07:35:18.4216390Z test_sparse_csr_from_dense_convert_error_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-05-18T07:35:18.4308840Z test_sparse_csr_from_dense_convert_error_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-05-18T07:35:18.4400400Z test_sparse_csr_from_dense_convert_error_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-05-18T07:35:18.4494050Z test_sparse_csr_from_dense_convert_error_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-05-18T07:35:18.4589860Z test_sparse_csr_from_dense_convert_error_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-05-18T07:35:18.4681140Z test_sparse_csr_from_dense_convert_error_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-05-18T07:35:18.4772730Z test_sparse_csr_from_dense_convert_error_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-05-18T07:35:18.4865000Z test_sparse_csr_from_dense_convert_error_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-05-18T07:35:18.4956730Z test_sparse_csr_from_dense_convert_error_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-05-18T07:35:18.5017870Z test_sparse_csr_from_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-05-18T07:35:18.5072380Z test_sparse_csr_from_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:18.5128950Z test_sparse_csr_from_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-05-18T07:35:18.5185970Z test_sparse_csr_from_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-05-18T07:35:18.5243480Z test_sparse_csr_from_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-05-18T07:35:18.5299910Z test_sparse_csr_from_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-05-18T07:35:18.5358200Z test_sparse_csr_from_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-05-18T07:35:18.5413630Z test_sparse_csr_from_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:18.5469450Z test_sparse_csr_from_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-05-18T07:35:18.5523960Z test_sparse_csr_from_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:18.5579200Z test_sparse_csr_from_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:18.5633620Z test_sparse_csr_from_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:18.5811350Z test_sparse_csr_print_cpu (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-05-18T07:35:18.6008340Z test_sparse_csr_select_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:18.6200780Z test_sparse_csr_select_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-05-18T07:35:18.6399200Z test_sparse_csr_select_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:18.6593010Z test_sparse_csr_select_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-05-18T07:35:18.6788760Z test_sparse_csr_select_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-05-18T07:35:18.6983000Z test_sparse_csr_select_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-05-18T07:35:18.7176800Z test_sparse_csr_select_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-05-18T07:35:18.7370550Z test_sparse_csr_select_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-05-18T07:35:18.7561830Z test_sparse_csr_select_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-05-18T07:35:18.7754020Z test_sparse_csr_select_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-05-18T07:35:18.7946300Z test_sparse_csr_select_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-05-18T07:35:18.8140450Z test_sparse_csr_select_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-05-18T07:35:18.8209060Z test_sparse_csr_to_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-05-18T07:35:18.8263440Z test_sparse_csr_to_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:18.8334630Z test_sparse_csr_to_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-05-18T07:35:18.8405920Z test_sparse_csr_to_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-05-18T07:35:18.8473520Z test_sparse_csr_to_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-05-18T07:35:18.8540760Z test_sparse_csr_to_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-05-18T07:35:18.8607480Z test_sparse_csr_to_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-05-18T07:35:18.8662690Z test_sparse_csr_to_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:18.8717720Z test_sparse_csr_to_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:18.8771310Z test_sparse_csr_to_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:18.8826520Z test_sparse_csr_to_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:18.8881420Z test_sparse_csr_to_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:18.8915410Z test_sparse_csr_unary_inplace_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.9018100Z test_sparse_csr_unary_inplace_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-05-18T07:35:18.9159420Z test_sparse_csr_unary_inplace_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... expected failure (0.014s) 2022-05-18T07:35:18.9261540Z test_sparse_csr_unary_inplace_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-05-18T07:35:18.9298170Z test_sparse_csr_unary_inplace_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:18.9330390Z test_sparse_csr_unary_inplace_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.9365520Z test_sparse_csr_unary_inplace_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.9401140Z test_sparse_csr_unary_inplace_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.9433000Z test_sparse_csr_unary_inplace_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.9464200Z test_sparse_csr_unary_inplace_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.9495560Z test_sparse_csr_unary_inplace_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.9526760Z test_sparse_csr_unary_inplace_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:18.9553520Z test_sparse_csr_unary_inplace_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:18.9580450Z test_sparse_csr_unary_inplace_angle_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:18.9606840Z test_sparse_csr_unary_inplace_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:18.9633430Z test_sparse_csr_unary_inplace_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:18.9660320Z test_sparse_csr_unary_inplace_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:18.9686920Z test_sparse_csr_unary_inplace_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:18.9713640Z test_sparse_csr_unary_inplace_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:18.9740130Z test_sparse_csr_unary_inplace_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:18.9766910Z test_sparse_csr_unary_inplace_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:18.9794020Z test_sparse_csr_unary_inplace_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:18.9820360Z test_sparse_csr_unary_inplace_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:18.9847070Z test_sparse_csr_unary_inplace_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:18.9882940Z test_sparse_csr_unary_inplace_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.0003010Z test_sparse_csr_unary_inplace_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.0041350Z test_sparse_csr_unary_inplace_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:19.0076900Z test_sparse_csr_unary_inplace_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.0109960Z test_sparse_csr_unary_inplace_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.0142330Z test_sparse_csr_unary_inplace_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.0259120Z test_sparse_csr_unary_inplace_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.0377880Z test_sparse_csr_unary_inplace_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.0500770Z test_sparse_csr_unary_inplace_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.0619090Z test_sparse_csr_unary_inplace_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.0737880Z test_sparse_csr_unary_inplace_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.0775990Z test_sparse_csr_unary_inplace_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:19.0893220Z test_sparse_csr_unary_inplace_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.0934120Z test_sparse_csr_unary_inplace_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:19.0969040Z test_sparse_csr_unary_inplace_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.1001270Z test_sparse_csr_unary_inplace_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.1033950Z test_sparse_csr_unary_inplace_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.1150000Z test_sparse_csr_unary_inplace_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:19.1268200Z test_sparse_csr_unary_inplace_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.1387520Z test_sparse_csr_unary_inplace_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.1505140Z test_sparse_csr_unary_inplace_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.1623850Z test_sparse_csr_unary_inplace_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.1661010Z test_sparse_csr_unary_inplace_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:19.1776810Z test_sparse_csr_unary_inplace_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:19.1814600Z test_sparse_csr_unary_inplace_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:19.1848280Z test_sparse_csr_unary_inplace_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.1880470Z test_sparse_csr_unary_inplace_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.1912700Z test_sparse_csr_unary_inplace_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.2029430Z test_sparse_csr_unary_inplace_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.2147200Z test_sparse_csr_unary_inplace_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.2264240Z test_sparse_csr_unary_inplace_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.2380960Z test_sparse_csr_unary_inplace_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.2497440Z test_sparse_csr_unary_inplace_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.2533620Z test_sparse_csr_unary_inplace_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:19.2648430Z test_sparse_csr_unary_inplace_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:19.2686950Z test_sparse_csr_unary_inplace_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:19.2721380Z test_sparse_csr_unary_inplace_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.2754320Z test_sparse_csr_unary_inplace_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.2787310Z test_sparse_csr_unary_inplace_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.2905320Z test_sparse_csr_unary_inplace_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.3025520Z test_sparse_csr_unary_inplace_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.3144640Z test_sparse_csr_unary_inplace_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.3264150Z test_sparse_csr_unary_inplace_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.3384290Z test_sparse_csr_unary_inplace_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.3421860Z test_sparse_csr_unary_inplace_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:19.3457640Z test_sparse_csr_unary_inplace_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.3489540Z test_sparse_csr_unary_inplace_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.3522340Z test_sparse_csr_unary_inplace_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.3552930Z test_sparse_csr_unary_inplace_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.3586210Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.3722440Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... expected failure (0.013s) 2022-05-18T07:35:19.3759260Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:19.3791330Z test_sparse_csr_unary_inplace_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.3823110Z test_sparse_csr_unary_inplace_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.3854400Z test_sparse_csr_unary_inplace_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.3885440Z test_sparse_csr_unary_inplace_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.3916380Z test_sparse_csr_unary_inplace_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.3946690Z test_sparse_csr_unary_inplace_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.3977620Z test_sparse_csr_unary_inplace_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.4008810Z test_sparse_csr_unary_inplace_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.4042460Z test_sparse_csr_unary_inplace_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.4160780Z test_sparse_csr_unary_inplace_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.4197610Z test_sparse_csr_unary_inplace_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:19.4233460Z test_sparse_csr_unary_inplace_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:19.4352310Z test_sparse_csr_unary_inplace_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.4469890Z test_sparse_csr_unary_inplace_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.4586730Z test_sparse_csr_unary_inplace_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.4706260Z test_sparse_csr_unary_inplace_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.4824920Z test_sparse_csr_unary_inplace_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.4862430Z test_sparse_csr_unary_inplace_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:19.4981910Z test_sparse_csr_unary_inplace_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.5019200Z test_sparse_csr_unary_inplace_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:19.5053210Z test_sparse_csr_unary_inplace_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.5172160Z test_sparse_csr_unary_inplace_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.5290160Z test_sparse_csr_unary_inplace_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.5408800Z test_sparse_csr_unary_inplace_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.5527180Z test_sparse_csr_unary_inplace_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.5651480Z test_sparse_csr_unary_inplace_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.5689820Z test_sparse_csr_unary_inplace_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:19.5810890Z test_sparse_csr_unary_inplace_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.5846850Z test_sparse_csr_unary_inplace_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:19.5880770Z test_sparse_csr_unary_inplace_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.6000350Z test_sparse_csr_unary_inplace_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.6118310Z test_sparse_csr_unary_inplace_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.6236580Z test_sparse_csr_unary_inplace_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.6355680Z test_sparse_csr_unary_inplace_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.6474100Z test_sparse_csr_unary_inplace_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.6510370Z test_sparse_csr_unary_inplace_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:19.6542350Z test_sparse_csr_unary_inplace_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.6574240Z test_sparse_csr_unary_inplace_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.6600600Z test_sparse_csr_unary_inplace_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.6628310Z test_sparse_csr_unary_inplace_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.6654500Z test_sparse_csr_unary_inplace_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.6680310Z test_sparse_csr_unary_inplace_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.6706350Z test_sparse_csr_unary_inplace_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.6733530Z test_sparse_csr_unary_inplace_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.6760130Z test_sparse_csr_unary_inplace_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.6785920Z test_sparse_csr_unary_inplace_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.6812420Z test_sparse_csr_unary_inplace_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.6838740Z test_sparse_csr_unary_inplace_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.6865550Z test_sparse_csr_unary_inplace_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.6891580Z test_sparse_csr_unary_inplace_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.6917400Z test_sparse_csr_unary_inplace_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.6943220Z test_sparse_csr_unary_inplace_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.6969370Z test_sparse_csr_unary_inplace_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.6995340Z test_sparse_csr_unary_inplace_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7021760Z test_sparse_csr_unary_inplace_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7048240Z test_sparse_csr_unary_inplace_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7074550Z test_sparse_csr_unary_inplace_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7101050Z test_sparse_csr_unary_inplace_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7127490Z test_sparse_csr_unary_inplace_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7154380Z test_sparse_csr_unary_inplace_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7180400Z test_sparse_csr_unary_inplace_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7206700Z test_sparse_csr_unary_inplace_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7233690Z test_sparse_csr_unary_inplace_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7261080Z test_sparse_csr_unary_inplace_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7287580Z test_sparse_csr_unary_inplace_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7313820Z test_sparse_csr_unary_inplace_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7340260Z test_sparse_csr_unary_inplace_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7366200Z test_sparse_csr_unary_inplace_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7393130Z test_sparse_csr_unary_inplace_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7420330Z test_sparse_csr_unary_inplace_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7446620Z test_sparse_csr_unary_inplace_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7472500Z test_sparse_csr_unary_inplace_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7498960Z test_sparse_csr_unary_inplace_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7525580Z test_sparse_csr_unary_inplace_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7551940Z test_sparse_csr_unary_inplace_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7578050Z test_sparse_csr_unary_inplace_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7604480Z test_sparse_csr_unary_inplace_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7631130Z test_sparse_csr_unary_inplace_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7658120Z test_sparse_csr_unary_inplace_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7683610Z test_sparse_csr_unary_inplace_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7710500Z test_sparse_csr_unary_inplace_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7736350Z test_sparse_csr_unary_inplace_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7762390Z test_sparse_csr_unary_inplace_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:19.7796830Z test_sparse_csr_unary_inplace_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.7914280Z test_sparse_csr_unary_inplace_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.7949900Z test_sparse_csr_unary_inplace_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:19.7983470Z test_sparse_csr_unary_inplace_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.8101780Z test_sparse_csr_unary_inplace_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.8220920Z test_sparse_csr_unary_inplace_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.8342640Z test_sparse_csr_unary_inplace_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.8463790Z test_sparse_csr_unary_inplace_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.8581090Z test_sparse_csr_unary_inplace_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:19.8618380Z test_sparse_csr_unary_inplace_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:19.8652190Z test_sparse_csr_unary_inplace_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.8787790Z test_sparse_csr_unary_inplace_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... expected failure (0.013s) 2022-05-18T07:35:19.8824120Z test_sparse_csr_unary_inplace_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:19.8856710Z test_sparse_csr_unary_inplace_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.8888770Z test_sparse_csr_unary_inplace_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.8922130Z test_sparse_csr_unary_inplace_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.8953070Z test_sparse_csr_unary_inplace_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.8984390Z test_sparse_csr_unary_inplace_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9015040Z test_sparse_csr_unary_inplace_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9045490Z test_sparse_csr_unary_inplace_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9076070Z test_sparse_csr_unary_inplace_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9110270Z test_sparse_csr_unary_inplace_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9142310Z test_sparse_csr_unary_inplace_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9174800Z test_sparse_csr_unary_inplace_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9207530Z test_sparse_csr_unary_inplace_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9238990Z test_sparse_csr_unary_inplace_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9274280Z test_sparse_csr_unary_inplace_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9423610Z test_sparse_csr_unary_inplace_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... expected failure (0.015s) 2022-05-18T07:35:19.9459930Z test_sparse_csr_unary_inplace_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:19.9493830Z test_sparse_csr_unary_inplace_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9526750Z test_sparse_csr_unary_inplace_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9558160Z test_sparse_csr_unary_inplace_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9589560Z test_sparse_csr_unary_inplace_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9619910Z test_sparse_csr_unary_inplace_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9650600Z test_sparse_csr_unary_inplace_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9681230Z test_sparse_csr_unary_inplace_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9711650Z test_sparse_csr_unary_inplace_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9744320Z test_sparse_csr_unary_inplace_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9775150Z test_sparse_csr_unary_inplace_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9807200Z test_sparse_csr_unary_inplace_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9839150Z test_sparse_csr_unary_inplace_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9871410Z test_sparse_csr_unary_inplace_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9903730Z test_sparse_csr_unary_inplace_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9935020Z test_sparse_csr_unary_inplace_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:19.9969380Z test_sparse_csr_unary_inplace_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:20.0005160Z test_sparse_csr_unary_inplace_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:20.0036640Z test_sparse_csr_unary_inplace_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:20.0063240Z test_sparse_csr_unary_inplace_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:20.0089130Z test_sparse_csr_unary_inplace_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:20.0115090Z test_sparse_csr_unary_inplace_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:20.0141430Z test_sparse_csr_unary_inplace_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:20.0167370Z test_sparse_csr_unary_inplace_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:20.0193110Z test_sparse_csr_unary_inplace_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:20.0219100Z test_sparse_csr_unary_inplace_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:20.0244820Z test_sparse_csr_unary_inplace_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:20.0270920Z test_sparse_csr_unary_inplace_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:20.0296720Z test_sparse_csr_unary_inplace_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-05-18T07:35:20.0331490Z test_sparse_csr_unary_inplace_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:20.0447600Z test_sparse_csr_unary_inplace_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:20.0484440Z test_sparse_csr_unary_inplace_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.0517340Z test_sparse_csr_unary_inplace_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:20.0549810Z test_sparse_csr_unary_inplace_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:20.0584520Z test_sparse_csr_unary_inplace_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:20.0700320Z test_sparse_csr_unary_inplace_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:20.0817730Z test_sparse_csr_unary_inplace_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:20.0934260Z test_sparse_csr_unary_inplace_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:20.1050590Z test_sparse_csr_unary_inplace_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:20.1166240Z test_sparse_csr_unary_inplace_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:20.1201700Z test_sparse_csr_unary_inplace_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.1315560Z test_sparse_csr_unary_inplace_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:20.1352170Z test_sparse_csr_unary_inplace_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.1384880Z test_sparse_csr_unary_inplace_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:20.1416460Z test_sparse_csr_unary_inplace_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:20.1450480Z test_sparse_csr_unary_inplace_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:20.1565900Z test_sparse_csr_unary_inplace_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:20.1684820Z test_sparse_csr_unary_inplace_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:20.1802110Z test_sparse_csr_unary_inplace_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:20.1920130Z test_sparse_csr_unary_inplace_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:20.2037260Z test_sparse_csr_unary_inplace_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:20.2073920Z test_sparse_csr_unary_inplace_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.2189470Z test_sparse_csr_unary_inplace_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:20.2226490Z test_sparse_csr_unary_inplace_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.2260670Z test_sparse_csr_unary_inplace_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:20.2293970Z test_sparse_csr_unary_inplace_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:20.2327130Z test_sparse_csr_unary_inplace_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:20.2448800Z test_sparse_csr_unary_inplace_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:20.2566400Z test_sparse_csr_unary_inplace_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:20.2684510Z test_sparse_csr_unary_inplace_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:20.2802650Z test_sparse_csr_unary_inplace_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:20.2919950Z test_sparse_csr_unary_inplace_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:20.2955490Z test_sparse_csr_unary_inplace_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.3070090Z test_sparse_csr_unary_inplace_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:20.3105770Z test_sparse_csr_unary_inplace_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.3138570Z test_sparse_csr_unary_inplace_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:20.3170120Z test_sparse_csr_unary_inplace_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:20.3201700Z test_sparse_csr_unary_inplace_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:20.3318750Z test_sparse_csr_unary_inplace_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:20.3437460Z test_sparse_csr_unary_inplace_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:20.3554480Z test_sparse_csr_unary_inplace_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:20.3671250Z test_sparse_csr_unary_inplace_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:20.3788940Z test_sparse_csr_unary_inplace_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:20.3826000Z test_sparse_csr_unary_inplace_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.3941220Z test_sparse_csr_unary_inplace_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:20.3978920Z test_sparse_csr_unary_inplace_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.4012040Z test_sparse_csr_unary_inplace_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:20.4043610Z test_sparse_csr_unary_inplace_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:20.4075080Z test_sparse_csr_unary_inplace_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:20.4197290Z test_sparse_csr_unary_inplace_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:20.4329860Z test_sparse_csr_unary_inplace_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-05-18T07:35:20.4460810Z test_sparse_csr_unary_inplace_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-05-18T07:35:20.4636400Z test_sparse_csr_unary_inplace_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-05-18T07:35:20.4762600Z test_sparse_csr_unary_inplace_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-05-18T07:35:20.4801010Z test_sparse_csr_unary_inplace_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.4837440Z test_sparse_csr_unary_inplace_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.4919800Z test_sparse_csr_unary_inplace_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-05-18T07:35:20.4991120Z test_sparse_csr_unary_out_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-05-18T07:35:20.5045980Z test_sparse_csr_unary_out_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:930: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at ../aten/src/ATen/native/Copy.cpp:250.) 2022-05-18T07:35:20.5048340Z return self.op(*args, **kwargs) 2022-05-18T07:35:20.5049310Z ok (0.005s) 2022-05-18T07:35:20.5264400Z test_sparse_csr_unary_out_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... expected failure (0.022s) 2022-05-18T07:35:20.5388110Z test_sparse_csr_unary_out_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-05-18T07:35:20.5436110Z test_sparse_csr_unary_out_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.5481530Z test_sparse_csr_unary_out_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.5526110Z test_sparse_csr_unary_out_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.5571380Z test_sparse_csr_unary_out_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.5615380Z test_sparse_csr_unary_out_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.5659560Z test_sparse_csr_unary_out_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.5708990Z test_sparse_csr_unary_out_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.5747760Z test_sparse_csr_unary_out_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.5793750Z test_sparse_csr_unary_out_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.5841220Z test_sparse_csr_unary_out_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.5887260Z test_sparse_csr_unary_out_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.5934050Z test_sparse_csr_unary_out_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.5981280Z test_sparse_csr_unary_out_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.6025760Z test_sparse_csr_unary_out_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.6070180Z test_sparse_csr_unary_out_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.6115510Z test_sparse_csr_unary_out_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.6160140Z test_sparse_csr_unary_out_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.6206290Z test_sparse_csr_unary_out_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.6250320Z test_sparse_csr_unary_out_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.6295950Z test_sparse_csr_unary_out_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.6340910Z test_sparse_csr_unary_out_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.6386360Z test_sparse_csr_unary_out_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.6433900Z test_sparse_csr_unary_out_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.6481330Z test_sparse_csr_unary_out_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.6525920Z test_sparse_csr_unary_out_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.6570780Z test_sparse_csr_unary_out_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.6616990Z test_sparse_csr_unary_out_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.6661860Z test_sparse_csr_unary_out_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.6707120Z test_sparse_csr_unary_out_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.6751990Z test_sparse_csr_unary_out_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.6793550Z test_sparse_csr_unary_out_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.6839670Z test_sparse_csr_unary_out_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.6884970Z test_sparse_csr_unary_out_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.6933730Z test_sparse_csr_unary_out_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.6981070Z test_sparse_csr_unary_out_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.7025500Z test_sparse_csr_unary_out_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.7070920Z test_sparse_csr_unary_out_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.7115660Z test_sparse_csr_unary_out_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.7160770Z test_sparse_csr_unary_out_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.7205730Z test_sparse_csr_unary_out_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.7250250Z test_sparse_csr_unary_out_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.7296610Z test_sparse_csr_unary_out_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.7342460Z test_sparse_csr_unary_out_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.7388520Z test_sparse_csr_unary_out_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.7436290Z test_sparse_csr_unary_out_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.7483280Z test_sparse_csr_unary_out_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.7528910Z test_sparse_csr_unary_out_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.7573330Z test_sparse_csr_unary_out_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.7618690Z test_sparse_csr_unary_out_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.7664240Z test_sparse_csr_unary_out_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.7709120Z test_sparse_csr_unary_out_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.7756060Z test_sparse_csr_unary_out_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.7801570Z test_sparse_csr_unary_out_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.7846360Z test_sparse_csr_unary_out_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.7891390Z test_sparse_csr_unary_out_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.7937670Z test_sparse_csr_unary_out_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.7984070Z test_sparse_csr_unary_out_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.8027890Z test_sparse_csr_unary_out_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.8073160Z test_sparse_csr_unary_out_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.8116860Z test_sparse_csr_unary_out_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.8160500Z test_sparse_csr_unary_out_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.8204660Z test_sparse_csr_unary_out_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.8248490Z test_sparse_csr_unary_out_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.8291560Z test_sparse_csr_unary_out_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.8336790Z test_sparse_csr_unary_out_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.8381360Z test_sparse_csr_unary_out_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.8426730Z test_sparse_csr_unary_out_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.8471360Z test_sparse_csr_unary_out_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.8513560Z test_sparse_csr_unary_out_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.8559260Z test_sparse_csr_unary_out_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.8690350Z test_sparse_csr_unary_out_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... expected failure (0.013s) 2022-05-18T07:35:20.8740510Z test_sparse_csr_unary_out_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.8785220Z test_sparse_csr_unary_out_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.8828980Z test_sparse_csr_unary_out_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.8872950Z test_sparse_csr_unary_out_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.8916590Z test_sparse_csr_unary_out_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.8958600Z test_sparse_csr_unary_out_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.9000950Z test_sparse_csr_unary_out_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.9045480Z test_sparse_csr_unary_out_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.9087930Z test_sparse_csr_unary_out_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.9134430Z test_sparse_csr_unary_out_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.9180720Z test_sparse_csr_unary_out_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.9224660Z test_sparse_csr_unary_out_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.9268640Z test_sparse_csr_unary_out_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.9313330Z test_sparse_csr_unary_out_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.9358080Z test_sparse_csr_unary_out_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.9404120Z test_sparse_csr_unary_out_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.9449300Z test_sparse_csr_unary_out_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.9493770Z test_sparse_csr_unary_out_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.9539600Z test_sparse_csr_unary_out_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.9584990Z test_sparse_csr_unary_out_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.9630830Z test_sparse_csr_unary_out_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:20.9676320Z test_sparse_csr_unary_out_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.9720950Z test_sparse_csr_unary_out_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.9764670Z test_sparse_csr_unary_out_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.9808860Z test_sparse_csr_unary_out_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.9853000Z test_sparse_csr_unary_out_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.9893800Z test_sparse_csr_unary_out_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.9938700Z test_sparse_csr_unary_out_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:20.9982760Z test_sparse_csr_unary_out_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.0027010Z test_sparse_csr_unary_out_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.0071410Z test_sparse_csr_unary_out_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.0116320Z test_sparse_csr_unary_out_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.0161200Z test_sparse_csr_unary_out_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.0205340Z test_sparse_csr_unary_out_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.0250470Z test_sparse_csr_unary_out_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.0295650Z test_sparse_csr_unary_out_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.0340780Z test_sparse_csr_unary_out_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.0391920Z test_sparse_csr_unary_out_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.0437940Z test_sparse_csr_unary_out_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.0461650Z test_sparse_csr_unary_out_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0483600Z test_sparse_csr_unary_out_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0505610Z test_sparse_csr_unary_out_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0527770Z test_sparse_csr_unary_out_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0549660Z test_sparse_csr_unary_out_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0572050Z test_sparse_csr_unary_out_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0593840Z test_sparse_csr_unary_out_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0615940Z test_sparse_csr_unary_out_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0638030Z test_sparse_csr_unary_out_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0660190Z test_sparse_csr_unary_out_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0682550Z test_sparse_csr_unary_out_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0704660Z test_sparse_csr_unary_out_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0726690Z test_sparse_csr_unary_out_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0749060Z test_sparse_csr_unary_out_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0771280Z test_sparse_csr_unary_out_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0793390Z test_sparse_csr_unary_out_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0815440Z test_sparse_csr_unary_out_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0837490Z test_sparse_csr_unary_out_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0859550Z test_sparse_csr_unary_out_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0881390Z test_sparse_csr_unary_out_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0903050Z test_sparse_csr_unary_out_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0925090Z test_sparse_csr_unary_out_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0947520Z test_sparse_csr_unary_out_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0969380Z test_sparse_csr_unary_out_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.0991440Z test_sparse_csr_unary_out_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T07:35:21.1038190Z test_sparse_csr_unary_out_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.1081840Z test_sparse_csr_unary_out_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.1125640Z test_sparse_csr_unary_out_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.1170380Z test_sparse_csr_unary_out_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.1213400Z test_sparse_csr_unary_out_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.1257530Z test_sparse_csr_unary_out_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.1301350Z test_sparse_csr_unary_out_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.1346670Z test_sparse_csr_unary_out_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.1391310Z test_sparse_csr_unary_out_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.1436420Z test_sparse_csr_unary_out_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.1480750Z test_sparse_csr_unary_out_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.1523810Z test_sparse_csr_unary_out_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.1566710Z test_sparse_csr_unary_out_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.1611750Z test_sparse_csr_unary_out_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.1655490Z test_sparse_csr_unary_out_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.1699120Z test_sparse_csr_unary_out_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.1741590Z test_sparse_csr_unary_out_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.1785210Z test_sparse_csr_unary_out_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.1829160Z test_sparse_csr_unary_out_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.1872770Z test_sparse_csr_unary_out_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.1918760Z test_sparse_csr_unary_out_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.1963440Z test_sparse_csr_unary_out_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.2007560Z test_sparse_csr_unary_out_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.2052130Z test_sparse_csr_unary_out_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.2096630Z test_sparse_csr_unary_out_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.2142940Z test_sparse_csr_unary_out_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.2188330Z test_sparse_csr_unary_out_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.2234540Z test_sparse_csr_unary_out_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.2282450Z test_sparse_csr_unary_out_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.2333440Z test_sparse_csr_unary_out_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.2381290Z test_sparse_csr_unary_out_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.2514510Z test_sparse_csr_unary_out_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... expected failure (0.013s) 2022-05-18T07:35:21.2565440Z test_sparse_csr_unary_out_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.2611700Z test_sparse_csr_unary_out_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.2656460Z test_sparse_csr_unary_out_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.2701300Z test_sparse_csr_unary_out_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.2745420Z test_sparse_csr_unary_out_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.2791210Z test_sparse_csr_unary_out_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.2833840Z test_sparse_csr_unary_out_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.2877780Z test_sparse_csr_unary_out_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.2921430Z test_sparse_csr_unary_out_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.2967020Z test_sparse_csr_unary_out_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.3011850Z test_sparse_csr_unary_out_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.3057060Z test_sparse_csr_unary_out_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.3102730Z test_sparse_csr_unary_out_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.3146050Z test_sparse_csr_unary_out_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.3193720Z test_sparse_csr_unary_out_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.3326480Z test_sparse_csr_unary_out_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... expected failure (0.013s) 2022-05-18T07:35:21.3376140Z test_sparse_csr_unary_out_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.3420630Z test_sparse_csr_unary_out_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.3464980Z test_sparse_csr_unary_out_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.3508690Z test_sparse_csr_unary_out_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.3553660Z test_sparse_csr_unary_out_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.3597060Z test_sparse_csr_unary_out_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.3645920Z test_sparse_csr_unary_out_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.3698460Z test_sparse_csr_unary_out_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.3749220Z test_sparse_csr_unary_out_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.3809090Z test_sparse_csr_unary_out_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.3847210Z test_sparse_csr_unary_out_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.3892230Z test_sparse_csr_unary_out_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.3937670Z test_sparse_csr_unary_out_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.3982060Z test_sparse_csr_unary_out_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.4025320Z test_sparse_csr_unary_out_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.4068850Z test_sparse_csr_unary_out_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.4112750Z test_sparse_csr_unary_out_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.4155860Z test_sparse_csr_unary_out_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.4198780Z test_sparse_csr_unary_out_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.4241880Z test_sparse_csr_unary_out_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.4284190Z test_sparse_csr_unary_out_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.4330710Z test_sparse_csr_unary_out_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.4377820Z test_sparse_csr_unary_out_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.4423770Z test_sparse_csr_unary_out_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.4472260Z test_sparse_csr_unary_out_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.4515150Z test_sparse_csr_unary_out_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.4558950Z test_sparse_csr_unary_out_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.4602510Z test_sparse_csr_unary_out_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.4645980Z test_sparse_csr_unary_out_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.4691610Z test_sparse_csr_unary_out_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.4735840Z test_sparse_csr_unary_out_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.4782250Z test_sparse_csr_unary_out_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.4832690Z test_sparse_csr_unary_out_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.4883470Z test_sparse_csr_unary_out_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.4930680Z test_sparse_csr_unary_out_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.4976310Z test_sparse_csr_unary_out_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.5021720Z test_sparse_csr_unary_out_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.5067030Z test_sparse_csr_unary_out_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.5111890Z test_sparse_csr_unary_out_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.5157560Z test_sparse_csr_unary_out_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.5202440Z test_sparse_csr_unary_out_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.5246680Z test_sparse_csr_unary_out_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.5294270Z test_sparse_csr_unary_out_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.5341920Z test_sparse_csr_unary_out_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.5390880Z test_sparse_csr_unary_out_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.5442310Z test_sparse_csr_unary_out_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.5488380Z test_sparse_csr_unary_out_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.5532930Z test_sparse_csr_unary_out_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.5577000Z test_sparse_csr_unary_out_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.5621440Z test_sparse_csr_unary_out_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.5665740Z test_sparse_csr_unary_out_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.5710350Z test_sparse_csr_unary_out_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.5754260Z test_sparse_csr_unary_out_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-05-18T07:35:21.5800450Z test_sparse_csr_unary_out_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.5854260Z test_sparse_csr_unary_out_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.5904310Z test_sparse_csr_unary_out_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.5953930Z test_sparse_csr_unary_out_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.6001580Z test_sparse_csr_unary_out_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.6051700Z test_sparse_csr_unary_out_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.6101590Z test_sparse_csr_unary_out_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.6151480Z test_sparse_csr_unary_out_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.6200160Z test_sparse_csr_unary_out_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.6252070Z test_sparse_csr_unary_out_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.6301850Z test_sparse_csr_unary_out_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.6352730Z test_sparse_csr_unary_out_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.6404810Z test_sparse_csr_unary_out_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.6454350Z test_sparse_csr_unary_out_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.6668000Z test_sparse_csr_unary_out_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:21.6800260Z test_sparse_csr_unary_out_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-05-18T07:35:21.6932690Z test_sparse_csr_unary_out_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-05-18T07:35:21.6994510Z test_sparse_csr_unary_out_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-05-18T07:35:21.7046390Z test_sparse_csr_unary_out_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.7095950Z test_sparse_csr_unary_out_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.7147230Z test_sparse_csr_unary_out_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.7197180Z test_sparse_csr_unary_out_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.7249090Z test_sparse_csr_unary_out_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.7300850Z test_sparse_csr_unary_out_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.7353120Z test_sparse_csr_unary_out_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.7416680Z test_sparse_csr_unary_out_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-05-18T07:35:21.7488860Z test_sparse_csr_unary_out_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-05-18T07:35:21.7555500Z test_sparse_csr_unary_out_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-05-18T07:35:21.7616590Z test_sparse_csr_unary_out_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-05-18T07:35:21.7695920Z test_sparse_csr_unary_out_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-05-18T07:35:21.7748350Z test_sparse_csr_unary_out_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.7803110Z test_sparse_csr_unary_out_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.7857390Z test_sparse_csr_unary_out_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.7911170Z test_sparse_csr_unary_out_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-05-18T07:35:21.7994690Z test_sparse_mm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-05-18T07:35:21.8074270Z test_sparse_mm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-05-18T07:35:21.8150230Z test_sparse_mm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-05-18T07:35:21.8231700Z test_sparse_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-05-18T07:35:21.9442630Z test_sparse_triangular_solve_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.121s) 2022-05-18T07:35:22.0621500Z test_sparse_triangular_solve_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.118s) 2022-05-18T07:35:22.1682980Z test_sparse_triangular_solve_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.106s) 2022-05-18T07:35:22.2685540Z test_sparse_triangular_solve_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.100s) 2022-05-18T07:35:22.2855000Z test_sum_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-05-18T07:35:22.3010530Z test_sum_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-05-18T07:35:22.3186530Z test_sum_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-05-18T07:35:22.3364080Z test_sum_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-05-18T07:35:22.3531210Z test_sum_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-05-18T07:35:22.3734840Z test_sum_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:22.3941370Z test_sum_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-05-18T07:35:22.4104280Z test_sum_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-05-18T07:35:22.4261900Z test_sum_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-05-18T07:35:22.4419300Z test_sum_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-05-18T07:35:22.4590190Z test_sum_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-05-18T07:35:22.4745850Z test_sum_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-05-18T07:35:22.5064160Z test_transpose_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.032s) 2022-05-18T07:35:22.5349500Z test_transpose_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.028s) 2022-05-18T07:35:22.5693630Z test_transpose_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.034s) 2022-05-18T07:35:22.6029830Z test_transpose_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.034s) 2022-05-18T07:35:22.6344600Z test_transpose_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.031s) 2022-05-18T07:35:22.6662370Z test_transpose_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.032s) 2022-05-18T07:35:22.6974770Z test_transpose_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.031s) 2022-05-18T07:35:22.7263120Z test_transpose_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.029s) 2022-05-18T07:35:22.7552540Z test_transpose_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.029s) 2022-05-18T07:35:22.7831830Z test_transpose_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.028s) 2022-05-18T07:35:22.8116020Z test_transpose_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.028s) 2022-05-18T07:35:22.8400920Z test_transpose_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.028s) 2022-05-18T07:35:22.8433510Z test_zero_to_zero_correspondence_unary_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.8465310Z test_zero_to_zero_correspondence_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.8602340Z test_zero_to_zero_correspondence_unary_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... expected failure (0.014s) 2022-05-18T07:35:22.8635100Z test_zero_to_zero_correspondence_unary_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.8665420Z test_zero_to_zero_correspondence_unary_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.8694990Z test_zero_to_zero_correspondence_unary_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.8725980Z test_zero_to_zero_correspondence_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.8755290Z test_zero_to_zero_correspondence_unary_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.8784630Z test_zero_to_zero_correspondence_unary_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.8812020Z test_zero_to_zero_correspondence_unary_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.8840980Z test_zero_to_zero_correspondence_unary_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.8870000Z test_zero_to_zero_correspondence_unary_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.8900050Z test_zero_to_zero_correspondence_unary_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.8930740Z test_zero_to_zero_correspondence_unary_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.8960080Z test_zero_to_zero_correspondence_unary_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.8991260Z test_zero_to_zero_correspondence_unary_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9021330Z test_zero_to_zero_correspondence_unary_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9051720Z test_zero_to_zero_correspondence_unary_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9082550Z test_zero_to_zero_correspondence_unary_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9116750Z test_zero_to_zero_correspondence_unary_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9147330Z test_zero_to_zero_correspondence_unary_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9177720Z test_zero_to_zero_correspondence_unary_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9209840Z test_zero_to_zero_correspondence_unary_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9240760Z test_zero_to_zero_correspondence_unary_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9271480Z test_zero_to_zero_correspondence_unary_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9301580Z test_zero_to_zero_correspondence_unary_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9332440Z test_zero_to_zero_correspondence_unary_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9365440Z test_zero_to_zero_correspondence_unary_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9397250Z test_zero_to_zero_correspondence_unary_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9428060Z test_zero_to_zero_correspondence_unary_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9459290Z test_zero_to_zero_correspondence_unary_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9490420Z test_zero_to_zero_correspondence_unary_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9521390Z test_zero_to_zero_correspondence_unary_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9553580Z test_zero_to_zero_correspondence_unary_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9585140Z test_zero_to_zero_correspondence_unary_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9618260Z test_zero_to_zero_correspondence_unary_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9650330Z test_zero_to_zero_correspondence_unary_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9681690Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9713580Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9744890Z test_zero_to_zero_correspondence_unary_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9775350Z test_zero_to_zero_correspondence_unary_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9806110Z test_zero_to_zero_correspondence_unary_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9836630Z test_zero_to_zero_correspondence_unary_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9868420Z test_zero_to_zero_correspondence_unary_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9901620Z test_zero_to_zero_correspondence_unary_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9932390Z test_zero_to_zero_correspondence_unary_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9963360Z test_zero_to_zero_correspondence_unary_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:22.9996120Z test_zero_to_zero_correspondence_unary_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0027720Z test_zero_to_zero_correspondence_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0058120Z test_zero_to_zero_correspondence_unary_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0088640Z test_zero_to_zero_correspondence_unary_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0119340Z test_zero_to_zero_correspondence_unary_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0149930Z test_zero_to_zero_correspondence_unary_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0180290Z test_zero_to_zero_correspondence_unary_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0211710Z test_zero_to_zero_correspondence_unary_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0242810Z test_zero_to_zero_correspondence_unary_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0273890Z test_zero_to_zero_correspondence_unary_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0304900Z test_zero_to_zero_correspondence_unary_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0337180Z test_zero_to_zero_correspondence_unary_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0368010Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0399320Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0429340Z test_zero_to_zero_correspondence_unary_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0461710Z test_zero_to_zero_correspondence_unary_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0492070Z test_zero_to_zero_correspondence_unary_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0522900Z test_zero_to_zero_correspondence_unary_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0554940Z test_zero_to_zero_correspondence_unary_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0603480Z test_zero_to_zero_correspondence_unary_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0618000Z test_zero_to_zero_correspondence_unary_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0648600Z test_zero_to_zero_correspondence_unary_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0678610Z test_zero_to_zero_correspondence_unary_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0708560Z test_zero_to_zero_correspondence_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0738360Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0768560Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0798370Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.0935780Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... expected failure (0.014s) 2022-05-18T07:35:23.0970560Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1002380Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1035650Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1067330Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1097550Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1126530Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1155570Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1183540Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1212150Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1243620Z test_zero_to_zero_correspondence_unary_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1273550Z test_zero_to_zero_correspondence_unary_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1304300Z test_zero_to_zero_correspondence_unary_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1333740Z test_zero_to_zero_correspondence_unary_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1364900Z test_zero_to_zero_correspondence_unary_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1394860Z test_zero_to_zero_correspondence_unary_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1425680Z test_zero_to_zero_correspondence_unary_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1455970Z test_zero_to_zero_correspondence_unary_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1486810Z test_zero_to_zero_correspondence_unary_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1516420Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1545780Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1575560Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1605200Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1634800Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1664510Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1694250Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1723520Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1753410Z test_zero_to_zero_correspondence_unary_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1786850Z test_zero_to_zero_correspondence_unary_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1816920Z test_zero_to_zero_correspondence_unary_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1845380Z test_zero_to_zero_correspondence_unary_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1875560Z test_zero_to_zero_correspondence_unary_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1908720Z test_zero_to_zero_correspondence_unary_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1938310Z test_zero_to_zero_correspondence_unary_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.1974350Z test_zero_to_zero_correspondence_unary_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2006080Z test_zero_to_zero_correspondence_unary_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2037530Z test_zero_to_zero_correspondence_unary_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2067670Z test_zero_to_zero_correspondence_unary_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2098300Z test_zero_to_zero_correspondence_unary_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2129470Z test_zero_to_zero_correspondence_unary_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2163440Z test_zero_to_zero_correspondence_unary_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2195200Z test_zero_to_zero_correspondence_unary_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2226530Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2368760Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... expected failure (0.014s) 2022-05-18T07:35:23.2400320Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2429360Z test_zero_to_zero_correspondence_unary_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2457540Z test_zero_to_zero_correspondence_unary_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2485630Z test_zero_to_zero_correspondence_unary_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2513310Z test_zero_to_zero_correspondence_unary_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2541720Z test_zero_to_zero_correspondence_unary_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2570210Z test_zero_to_zero_correspondence_unary_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2598320Z test_zero_to_zero_correspondence_unary_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2626790Z test_zero_to_zero_correspondence_unary_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2654600Z test_zero_to_zero_correspondence_unary_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2682250Z test_zero_to_zero_correspondence_unary_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2710350Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2738240Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2765720Z test_zero_to_zero_correspondence_unary_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2793560Z test_zero_to_zero_correspondence_unary_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2821290Z test_zero_to_zero_correspondence_unary_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2852430Z test_zero_to_zero_correspondence_unary_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2881640Z test_zero_to_zero_correspondence_unary_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2910020Z test_zero_to_zero_correspondence_unary_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2939670Z test_zero_to_zero_correspondence_unary_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2967840Z test_zero_to_zero_correspondence_unary_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.2998300Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3028310Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3057150Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3085630Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3113680Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3143340Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3170130Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3198130Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3226270Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3255490Z test_zero_to_zero_correspondence_unary_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3283650Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3312590Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3340440Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3369080Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3396480Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3424460Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3452070Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3479780Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3507510Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3535250Z test_zero_to_zero_correspondence_unary_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3564340Z test_zero_to_zero_correspondence_unary_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3593750Z test_zero_to_zero_correspondence_unary_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3622870Z test_zero_to_zero_correspondence_unary_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3652410Z test_zero_to_zero_correspondence_unary_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3681620Z test_zero_to_zero_correspondence_unary_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3710770Z test_zero_to_zero_correspondence_unary_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3740070Z test_zero_to_zero_correspondence_unary_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3769640Z test_zero_to_zero_correspondence_unary_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3798770Z test_zero_to_zero_correspondence_unary_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3828330Z test_zero_to_zero_correspondence_unary_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3857060Z test_zero_to_zero_correspondence_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.3986920Z test_zero_to_zero_correspondence_unary_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... expected failure (0.013s) 2022-05-18T07:35:23.4018970Z test_zero_to_zero_correspondence_unary_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4047890Z test_zero_to_zero_correspondence_unary_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4076670Z test_zero_to_zero_correspondence_unary_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4105770Z test_zero_to_zero_correspondence_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4133700Z test_zero_to_zero_correspondence_unary_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4161350Z test_zero_to_zero_correspondence_unary_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4188580Z test_zero_to_zero_correspondence_unary_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4216210Z test_zero_to_zero_correspondence_unary_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4244210Z test_zero_to_zero_correspondence_unary_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4273650Z test_zero_to_zero_correspondence_unary_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4303820Z test_zero_to_zero_correspondence_unary_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4332770Z test_zero_to_zero_correspondence_unary_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4361570Z test_zero_to_zero_correspondence_unary_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4388930Z test_zero_to_zero_correspondence_unary_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4418540Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4548190Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... expected failure (0.013s) 2022-05-18T07:35:23.4579690Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4609590Z test_zero_to_zero_correspondence_unary_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4638390Z test_zero_to_zero_correspondence_unary_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4667970Z test_zero_to_zero_correspondence_unary_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4695290Z test_zero_to_zero_correspondence_unary_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4723610Z test_zero_to_zero_correspondence_unary_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4751630Z test_zero_to_zero_correspondence_unary_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4780370Z test_zero_to_zero_correspondence_unary_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4808150Z test_zero_to_zero_correspondence_unary_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4838750Z test_zero_to_zero_correspondence_unary_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4866440Z test_zero_to_zero_correspondence_unary_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4895790Z test_zero_to_zero_correspondence_unary_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4925510Z test_zero_to_zero_correspondence_unary_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4953500Z test_zero_to_zero_correspondence_unary_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.4981190Z test_zero_to_zero_correspondence_unary_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5010190Z test_zero_to_zero_correspondence_unary_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5038510Z test_zero_to_zero_correspondence_unary_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5068650Z test_zero_to_zero_correspondence_unary_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5099780Z test_zero_to_zero_correspondence_unary_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5131450Z test_zero_to_zero_correspondence_unary_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5162280Z test_zero_to_zero_correspondence_unary_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5191930Z test_zero_to_zero_correspondence_unary_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5223030Z test_zero_to_zero_correspondence_unary_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5253890Z test_zero_to_zero_correspondence_unary_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5284340Z test_zero_to_zero_correspondence_unary_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5314460Z test_zero_to_zero_correspondence_unary_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5344660Z test_zero_to_zero_correspondence_unary_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5377070Z test_zero_to_zero_correspondence_unary_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5406470Z test_zero_to_zero_correspondence_unary_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5438320Z test_zero_to_zero_correspondence_unary_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5469620Z test_zero_to_zero_correspondence_unary_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5499370Z test_zero_to_zero_correspondence_unary_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5529770Z test_zero_to_zero_correspondence_unary_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5559720Z test_zero_to_zero_correspondence_unary_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5589400Z test_zero_to_zero_correspondence_unary_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5618850Z test_zero_to_zero_correspondence_unary_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5648760Z test_zero_to_zero_correspondence_unary_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5679450Z test_zero_to_zero_correspondence_unary_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5712900Z test_zero_to_zero_correspondence_unary_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5742880Z test_zero_to_zero_correspondence_unary_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5773410Z test_zero_to_zero_correspondence_unary_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5803050Z test_zero_to_zero_correspondence_unary_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5832360Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5862620Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5891190Z test_zero_to_zero_correspondence_unary_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5919380Z test_zero_to_zero_correspondence_unary_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5948790Z test_zero_to_zero_correspondence_unary_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.5978010Z test_zero_to_zero_correspondence_unary_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6007570Z test_zero_to_zero_correspondence_unary_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6046210Z test_zero_to_zero_correspondence_unary_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6066310Z test_zero_to_zero_correspondence_unary_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6095560Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6124570Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6153650Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6183320Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6212030Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6240680Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6270000Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6299120Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6328440Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6357530Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6388010Z test_zero_to_zero_correspondence_unary_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6416930Z test_zero_to_zero_correspondence_unary_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6446190Z test_zero_to_zero_correspondence_unary_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6475660Z test_zero_to_zero_correspondence_unary_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6506790Z test_zero_to_zero_correspondence_unary_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6535750Z test_zero_to_zero_correspondence_unary_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6564320Z test_zero_to_zero_correspondence_unary_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6593640Z test_zero_to_zero_correspondence_unary_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6625750Z test_zero_to_zero_correspondence_unary_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6655390Z test_zero_to_zero_correspondence_unary_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6685490Z test_zero_to_zero_correspondence_unary_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6715410Z test_zero_to_zero_correspondence_unary_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6745200Z test_zero_to_zero_correspondence_unary_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6774760Z test_zero_to_zero_correspondence_unary_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6806120Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6837810Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6869250Z test_zero_to_zero_correspondence_unary_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6899690Z test_zero_to_zero_correspondence_unary_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6930040Z test_zero_to_zero_correspondence_unary_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6960320Z test_zero_to_zero_correspondence_unary_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.6990150Z test_zero_to_zero_correspondence_unary_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.7019860Z test_zero_to_zero_correspondence_unary_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.7049730Z test_zero_to_zero_correspondence_unary_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.7079380Z test_zero_to_zero_correspondence_unary_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.7109460Z test_zero_to_zero_correspondence_unary_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:23.7138640Z test_zero_to_zero_correspondence_unary_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-05-18T07:35:24.4552920Z test_make_crow_indices (__main__.TestSparseCSRSampler) ... ok (0.741s) 2022-05-18T07:35:24.4592400Z test_clone_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-05-18T07:35:24.4625490Z test_clone_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.4662550Z test_clone_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-05-18T07:35:24.4698920Z test_clone_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-05-18T07:35:24.4734220Z test_clone_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.4769000Z test_clone_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.4802450Z test_clone_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.4834580Z test_clone_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.4867700Z test_clone_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.4902650Z test_clone_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.4940040Z test_clone_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-05-18T07:35:24.4977470Z test_clone_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.5012090Z test_clone_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-05-18T07:35:24.5045610Z test_clone_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.5084000Z test_clone_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-05-18T07:35:24.5120220Z test_clone_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-05-18T07:35:24.5155110Z test_clone_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.5190110Z test_clone_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.5225260Z test_clone_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.5259010Z test_clone_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.5290680Z test_clone_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.5322900Z test_clone_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.5354880Z test_clone_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.5391900Z test_clone_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-05-18T07:35:24.5431890Z test_clone_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-05-18T07:35:24.5470140Z test_clone_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.5507870Z test_clone_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-05-18T07:35:24.5546280Z test_clone_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-05-18T07:35:24.5601680Z test_clone_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-05-18T07:35:24.5640850Z test_clone_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-05-18T07:35:24.5675500Z test_clone_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.5708780Z test_clone_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.5744010Z test_clone_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.5776930Z test_clone_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.5812230Z test_clone_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.5853510Z test_clone_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-05-18T07:35:24.5890500Z test_clone_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-05-18T07:35:24.5924090Z test_clone_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.5960200Z test_clone_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.5995950Z test_clone_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-05-18T07:35:24.6030160Z test_clone_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.6067230Z test_clone_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-05-18T07:35:24.6103340Z test_clone_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-05-18T07:35:24.6136890Z test_clone_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.6167120Z test_clone_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.6196340Z test_clone_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.6227560Z test_clone_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.6259200Z test_clone_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-05-18T07:35:24.6635720Z test_empty_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.037s) 2022-05-18T07:35:24.7018440Z test_empty_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.038s) 2022-05-18T07:35:24.7404250Z test_empty_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.038s) 2022-05-18T07:35:24.7787860Z test_empty_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.038s) 2022-05-18T07:35:24.8162690Z test_empty_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.037s) 2022-05-18T07:35:24.8536240Z test_empty_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.037s) 2022-05-18T07:35:24.8908310Z test_empty_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.037s) 2022-05-18T07:35:24.9280600Z test_empty_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.037s) 2022-05-18T07:35:24.9647590Z test_empty_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.037s) 2022-05-18T07:35:25.0012240Z test_empty_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-05-18T07:35:25.0383660Z test_empty_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.037s) 2022-05-18T07:35:25.0758730Z test_empty_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.037s) 2022-05-18T07:35:25.1137180Z test_empty_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.038s) 2022-05-18T07:35:25.1509630Z test_empty_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.037s) 2022-05-18T07:35:25.1894930Z test_empty_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.038s) 2022-05-18T07:35:25.2284070Z test_empty_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-05-18T07:35:25.2661790Z test_empty_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.038s) 2022-05-18T07:35:25.3038470Z test_empty_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.038s) 2022-05-18T07:35:25.3418560Z test_empty_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.038s) 2022-05-18T07:35:25.3789760Z test_empty_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.037s) 2022-05-18T07:35:25.4168220Z test_empty_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.038s) 2022-05-18T07:35:25.4546780Z test_empty_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.038s) 2022-05-18T07:35:25.4928990Z test_empty_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.038s) 2022-05-18T07:35:25.5293310Z test_empty_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.037s) 2022-05-18T07:35:25.5387390Z test_empty_errors_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-05-18T07:35:25.5471620Z test_empty_errors_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-05-18T07:35:25.5547680Z test_empty_errors_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-05-18T07:35:25.5624200Z test_empty_errors_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-05-18T07:35:25.5702660Z test_empty_errors_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-05-18T07:35:25.5778750Z test_empty_errors_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-05-18T07:35:25.5854160Z test_empty_errors_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-05-18T07:35:25.5934540Z test_empty_errors_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-05-18T07:35:25.6009060Z test_empty_errors_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-05-18T07:35:25.6087230Z test_empty_errors_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-05-18T07:35:25.6165510Z test_empty_errors_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-05-18T07:35:25.6242040Z test_empty_errors_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-05-18T07:35:25.6318350Z test_empty_errors_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-05-18T07:35:25.6395700Z test_empty_errors_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-05-18T07:35:25.6470420Z test_empty_errors_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-05-18T07:35:25.6546850Z test_empty_errors_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-05-18T07:35:25.6625050Z test_empty_errors_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-05-18T07:35:25.6704030Z test_empty_errors_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-05-18T07:35:25.6780650Z test_empty_errors_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-05-18T07:35:25.6857190Z test_empty_errors_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-05-18T07:35:25.6940530Z test_empty_errors_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-05-18T07:35:25.7012130Z test_empty_errors_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-05-18T07:35:25.7087840Z test_empty_errors_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-05-18T07:35:25.7165030Z test_empty_errors_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-05-18T07:35:25.7179470Z test_layout_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-05-18T07:35:25.7191870Z test_layout_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-05-18T07:35:25.7205660Z test_layout_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-05-18T07:35:25.7223980Z test_layout_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-05-18T07:35:25.7339650Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:25.7448550Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:25.7562880Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:25.7679490Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:25.7794130Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:25.7908390Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:25.8021650Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:25.8129770Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:25.8237130Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:25.8347560Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:25.8456630Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:25.8569570Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:25.8685830Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:25.8793110Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:25.8908450Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:25.9024590Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:25.9143420Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:25.9263380Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:25.9381910Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:25.9488050Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:25.9600120Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:25.9705880Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:25.9822630Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:25.9930270Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.0043910Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.0152420Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.0269230Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.0382970Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:26.0499400Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:26.0612390Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.0727810Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.0835270Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.0942130Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.1048160Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.1158050Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.1265090Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.1378330Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.1483710Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:26.1596290Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.1714310Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:26.1828770Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.1945280Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:26.2057860Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.2167330Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.2272730Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:26.2375320Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:26.2479350Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:26.2587110Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.2699500Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.2806810Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.2922910Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.3035860Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.3149550Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.3265310Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.3379420Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.3491380Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.3606410Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.3709820Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.3820040Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.3927700Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.4042610Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.4151880Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.4266050Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.4381870Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.4495640Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.4608560Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.4721570Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.4829370Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.4938040Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.5048730Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.5158770Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.5262370Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:26.5371740Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.5475750Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:26.5590420Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.5706200Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:26.5819770Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.5932760Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.6045580Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.6152400Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.6260670Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.6366570Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:26.6472410Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:26.6577870Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:26.6687710Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.6793690Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:26.6909380Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.7024060Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.7138160Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:26.7255650Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:26.7367870Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.7478600Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.7584930Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.7690470Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:26.7796040Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:26.7909090Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.8021340Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.8129780Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.8243790Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.8356620Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.8470740Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.8597370Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:26.8706830Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.8815310Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.8921920Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.9025900Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:26.9135300Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.9244870Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.9366060Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.9467640Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.9594240Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-05-18T07:35:26.9710300Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.9824340Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:26.9940270Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.0052160Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.0160130Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.0265630Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:27.0376420Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.0487490Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.0591170Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.0700850Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.0807430Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:27.0919240Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.1032820Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.1145820Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.1260960Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.1370850Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.1476260Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.1585300Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.1693540Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.1798340Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:27.1902220Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:27.2013530Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.2119980Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.2238360Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.2348220Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.2463730Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.2573110Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.2680530Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.2786900Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:27.2913800Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.3000610Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:27.3106720Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:27.3215080Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.3327250Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.3433670Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.3551100Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:27.3677690Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:27.3785350Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.3898070Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.4010350Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.4118630Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.4228530Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.4335160Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.4445630Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.4553520Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.4665910Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.4774260Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.4886080Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.5004040Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.5121900Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:27.5236640Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.5350830Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.5470760Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:27.5583160Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.5696010Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.5810230Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.5924820Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.6038070Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:27.6153670Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.6271300Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:27.6389740Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.6505060Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:27.6624700Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:27.6737580Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.6844030Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.6951560Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.7057850Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:27.7163920Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.7269880Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:27.7387020Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.7491440Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.7602590Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.7715780Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.7827240Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.7939280Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.8051800Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.8161760Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.8272130Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.8377230Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:27.8496530Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:27.8606300Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.8726100Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:27.8837630Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.8952420Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.9068240Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.9184710Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.9298780Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.9415000Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.9524120Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.9634280Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.9741720Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.9852910Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:27.9962420Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.0077700Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.0187060Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.0301560Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.0422920Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:28.0535790Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.0646990Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.0756980Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.0861150Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:28.0965680Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:28.1070180Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:28.1187810Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.1287500Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.1400610Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.1508430Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.1624740Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:28.1735760Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.1846770Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.1954470Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.2063320Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.2166370Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:28.2272110Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:28.2376860Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:28.2480030Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:28.2583720Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:28.2689520Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.2792020Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:28.2907460Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.3019330Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.3128910Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.3239070Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.3353670Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.3459230Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.3565470Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.3672640Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.3772630Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:28.3872750Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:28.3982650Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.4089000Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.4205880Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:28.4319770Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.4435970Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:28.4551490Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.4664530Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.4772730Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.4889700Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.4998810Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.5108790Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.5218300Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.5334720Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.5446460Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.5565080Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:28.5682730Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:28.5799190Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:28.5916990Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:28.6031000Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.6139970Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.6261960Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.6363280Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.6472820Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.6582810Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.6700150Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:28.6807860Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.6923890Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.7038820Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.7155000Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.7269760Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.7381950Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.7489990Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.7596890Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.7704020Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.7815200Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.7925950Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.8042870Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.8153330Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.8274170Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:28.8387470Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.8496910Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.8605590Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.8715630Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.8827310Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.8934960Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.9041620Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.9152100Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.9257880Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:28.9369950Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.9487970Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:28.9588960Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.9700600Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.9808570Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:28.9918350Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.0029930Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.0134500Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:29.0243450Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:29.0344700Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:29.0453590Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.0561880Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.0674470Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.0780980Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.0894670Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.1015450Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:29.1126970Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.1240310Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.1353680Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.1463470Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.1572520Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.1684270Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.1793930Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.1902270Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.2015130Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.2123040Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.2236750Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.2352280Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.2467870Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.2579190Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.2688370Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.2794390Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:29.2901130Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.3005540Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:29.3129490Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.3220930Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.3331960Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.3439620Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.3550450Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.3658830Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.3763840Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:29.3867650Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:29.3975520Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.4078780Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:29.4179260Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:29.4276300Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:29.4372950Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:29.4471250Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:29.4582440Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.4689350Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.4803080Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.4914990Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.5029000Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.5140790Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.5252180Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.5360740Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.5474220Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.5585850Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.5695470Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.5805560Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.5923120Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:29.6034580Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.6151490Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:29.6269600Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:29.6384730Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.6503580Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:29.6620890Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:29.6732790Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.6837630Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.6945660Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.7052500Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.7154410Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:29.7259990Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:29.7357900Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-05-18T07:35:29.7466350Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.7579520Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.7691720Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.7804220Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.7924590Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:29.8030760Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.8143510Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.8254610Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.8363930Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.8471810Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.8587790Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.8696840Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.8815530Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:29.8933780Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:29.9046720Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.9167340Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:29.9283710Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-05-18T07:35:29.9394360Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.9503800Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.9625440Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.9723280Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:29.9833810Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-05-18T07:35:30.5183580Z 2022-05-18T07:35:30.5184530Z ---------------------------------------------------------------------- 2022-05-18T07:35:30.5185060Z Ran 2145 tests in 20.708s 2022-05-18T07:35:30.5185690Z 2022-05-18T07:35:30.5186330Z OK (skipped=171, expected failures=18) 2022-05-18T07:35:30.5186510Z 2022-05-18T07:35:30.5186610Z Generating XML reports... 2022-05-18T07:35:30.5187230Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRCPU-20220518073509.xml 2022-05-18T07:35:30.5187880Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRSampler-20220518073509.xml 2022-05-18T07:35:30.5188560Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCompressedCPU-20220518073509.xml 2022-05-18T07:35:30.9363690Z Running test_stateless ... [2022-05-18 07:35:30.935713] 2022-05-18T07:35:30.9365080Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 07:35:30.935838] 2022-05-18T07:35:32.5908820Z 2022-05-18T07:35:32.5909610Z Test results will be stored in test-reports/python-unittest/test_stateless 2022-05-18T07:35:32.5909950Z Running tests... 2022-05-18T07:35:32.5910350Z ---------------------------------------------------------------------- 2022-05-18T07:35:35.6762710Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... ok (3.085s) 2022-05-18T07:35:36.8467180Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... ok (1.170s) 2022-05-18T07:35:36.8863660Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.039s) 2022-05-18T07:35:36.8905760Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.004s) 2022-05-18T07:35:36.8929660Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-05-18T07:35:36.8937750Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.001s) 2022-05-18T07:35:36.8971420Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-05-18T07:35:37.0144590Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.117s) 2022-05-18T07:35:37.0221520Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.008s) 2022-05-18T07:35:37.0249600Z test_setattr (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-05-18T07:35:37.0335580Z 2022-05-18T07:35:37.0337030Z ---------------------------------------------------------------------- 2022-05-18T07:35:37.0338490Z Ran 10 tests in 4.434s 2022-05-18T07:35:37.0339980Z 2022-05-18T07:35:37.0340770Z OK (skipped=1) 2022-05-18T07:35:37.0341520Z 2022-05-18T07:35:37.0342200Z Generating XML reports... 2022-05-18T07:35:37.0343450Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20220518073532.xml 2022-05-18T07:35:37.0345650Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20220518073532.xml 2022-05-18T07:35:37.0347730Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20220518073532.xml 2022-05-18T07:35:37.3207850Z Running test_tensor_creation_ops ... [2022-05-18 07:35:37.320225] 2022-05-18T07:35:37.3208570Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_tensor_creation_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 07:35:37.320353] 2022-05-18T07:35:39.6754000Z 2022-05-18T07:35:39.6754810Z Test results will be stored in test-reports/python-unittest/test_tensor_creation_ops 2022-05-18T07:35:39.6755200Z Running tests... 2022-05-18T07:35:39.6755590Z ---------------------------------------------------------------------- 2022-05-18T07:35:39.6821040Z test_alias_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-05-18T07:35:39.6869730Z test_alias_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-05-18T07:35:39.6910400Z test_alias_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.6947790Z test_alias_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.6985700Z test_alias_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.7021430Z test_alias_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-05-18T07:35:39.7054420Z test_alias_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-05-18T07:35:39.7088720Z test_alias_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-05-18T07:35:39.7121150Z test_alias_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-05-18T07:35:39.7154610Z test_alias_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-05-18T07:35:39.7187600Z test_alias_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-05-18T07:35:39.7235120Z test_alias_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-05-18T07:35:39.7286420Z test_alias_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-05-18T07:35:39.7336210Z test_alias_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-05-18T07:35:39.7391180Z test_alias_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-05-18T07:35:39.7440890Z test_alias_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-05-18T07:35:39.7487870Z test_alias_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-05-18T07:35:39.7526910Z test_alias_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.7564830Z test_alias_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.7603200Z test_alias_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.7641670Z test_alias_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.7680760Z test_alias_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.7718240Z test_alias_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.7766370Z test_alias_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-05-18T07:35:39.7814570Z test_alias_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-05-18T07:35:39.7860530Z test_alias_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-05-18T07:35:39.7905260Z test_alias_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.7951480Z test_alias_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.7992780Z test_alias_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.8031610Z test_alias_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.8069910Z test_alias_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.8110500Z test_alias_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.8149770Z test_alias_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.8197250Z test_alias_from_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-05-18T07:35:39.8235120Z test_alias_from_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.8280520Z test_alias_from_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.8326600Z test_alias_from_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-05-18T07:35:39.8371330Z test_alias_from_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.8424210Z test_alias_from_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-05-18T07:35:39.8471820Z test_alias_from_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-05-18T07:35:39.8509430Z test_alias_from_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.8546090Z test_alias_from_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.8584040Z test_alias_from_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.8625120Z test_alias_from_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.8664490Z test_alias_from_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.8706820Z test_astensor_consistency_cpu (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:39.8738730Z test_copy_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-05-18T07:35:39.8772930Z test_copy_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-05-18T07:35:39.8806580Z test_copy_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-05-18T07:35:39.8838860Z test_copy_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-05-18T07:35:39.8870360Z test_copy_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-05-18T07:35:39.8900490Z test_copy_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-05-18T07:35:39.8927360Z test_copy_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-05-18T07:35:39.8954650Z test_copy_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-05-18T07:35:39.8981860Z test_copy_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-05-18T07:35:39.9011690Z test_copy_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-05-18T07:35:39.9041250Z test_copy_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-05-18T07:35:39.9175650Z test_copy_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-05-18T07:35:39.9307010Z test_copy_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... test_tensor_creation_ops.py:3866: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at ../aten/src/ATen/native/Copy.cpp:250.) 2022-05-18T07:35:39.9307580Z result = torch.asarray(cvt(original), **kwargs) 2022-05-18T07:35:39.9307800Z ok (0.013s) 2022-05-18T07:35:39.9437680Z test_copy_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-05-18T07:35:39.9574730Z test_copy_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.014s) 2022-05-18T07:35:39.9709490Z test_copy_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-05-18T07:35:39.9844910Z test_copy_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-05-18T07:35:39.9971350Z test_copy_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-05-18T07:35:40.0101140Z test_copy_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-05-18T07:35:40.0228160Z test_copy_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-05-18T07:35:40.0357500Z test_copy_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-05-18T07:35:40.0487670Z test_copy_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-05-18T07:35:40.0500980Z test_copy_from_dlpack_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:40.0513100Z test_copy_from_dlpack_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:40.0525180Z test_copy_from_dlpack_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:40.0536980Z test_copy_from_dlpack_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:40.0549150Z test_copy_from_dlpack_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:40.0560730Z test_copy_from_dlpack_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:40.0572640Z test_copy_from_dlpack_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:40.0584400Z test_copy_from_dlpack_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:40.0596330Z test_copy_from_dlpack_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:40.0608110Z test_copy_from_dlpack_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:40.0619890Z test_copy_from_dlpack_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:40.0745520Z test_copy_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-05-18T07:35:40.0875320Z test_copy_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-05-18T07:35:40.1006830Z test_copy_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-05-18T07:35:40.1140270Z test_copy_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-05-18T07:35:40.1271790Z test_copy_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-05-18T07:35:40.1399560Z test_copy_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-05-18T07:35:40.1521240Z test_copy_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-05-18T07:35:40.1654400Z test_copy_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-05-18T07:35:40.1783510Z test_copy_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-05-18T07:35:40.1911740Z test_copy_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-05-18T07:35:40.2038470Z test_copy_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-05-18T07:35:40.2052470Z test_copy_from_tensor_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:40.2064460Z test_copy_from_tensor_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:40.2077150Z test_copy_from_tensor_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:40.2090300Z test_copy_from_tensor_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:40.2101990Z test_copy_from_tensor_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:40.2115560Z test_copy_from_tensor_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:40.2127340Z test_copy_from_tensor_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:40.2138980Z test_copy_from_tensor_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:40.2151790Z test_copy_from_tensor_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:40.2165300Z test_copy_from_tensor_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:40.2176790Z test_copy_from_tensor_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:35:40.2221110Z test_copy_list_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:40.2265220Z test_copy_list_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:40.2309710Z test_copy_list_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-05-18T07:35:40.2355030Z test_copy_list_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:40.2400360Z test_copy_list_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:40.2451180Z test_copy_list_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:40.2481500Z test_copy_list_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:40.2522100Z test_copy_list_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:40.2562190Z test_copy_list_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:40.2598840Z test_copy_list_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:40.2638500Z test_copy_list_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:40.2677340Z test_copy_list_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-05-18T07:35:40.2801950Z test_copy_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-05-18T07:35:40.2924680Z test_copy_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-05-18T07:35:40.3057570Z test_copy_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-05-18T07:35:40.3193430Z test_copy_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-05-18T07:35:40.3324830Z test_copy_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-05-18T07:35:40.3452840Z test_copy_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-05-18T07:35:40.3582650Z test_copy_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-05-18T07:35:40.3701440Z test_copy_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-05-18T07:35:40.3822720Z test_copy_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-05-18T07:35:40.3945490Z test_copy_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-05-18T07:35:40.4067650Z test_copy_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-05-18T07:35:40.4188160Z test_copy_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-05-18T07:35:40.4217110Z test_retain_autograd_history_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-05-18T07:35:40.4243400Z test_retain_autograd_history_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-05-18T07:35:40.4315080Z test_unsupported_alias_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-05-18T07:35:40.4331600Z test_unsupported_alias_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:35:40.4353300Z test_byte_to_int_cpu (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-05-18T07:35:40.4594080Z test_invalid_positional_args_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.024s) 2022-05-18T07:35:40.4865300Z test_invalid_positional_args_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.027s) 2022-05-18T07:35:40.5141750Z test_invalid_positional_args_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.028s) 2022-05-18T07:35:40.5414750Z test_invalid_positional_args_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.027s) 2022-05-18T07:35:40.5684110Z test_invalid_positional_args_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.027s) 2022-05-18T07:35:40.5939620Z test_invalid_positional_args_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.025s) 2022-05-18T07:35:40.6187170Z test_invalid_positional_args_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.025s) 2022-05-18T07:35:40.6435900Z test_invalid_positional_args_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.025s) 2022-05-18T07:35:40.6697770Z test_invalid_positional_args_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.026s) 2022-05-18T07:35:40.6944150Z test_invalid_positional_args_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.025s) 2022-05-18T07:35:40.7220450Z test_invalid_positional_args_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.028s) 2022-05-18T07:35:40.7244020Z test_non_writable_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-05-18T07:35:40.7266520Z test_non_writable_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-05-18T07:35:40.7289090Z test_non_writable_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-05-18T07:35:40.7306070Z test_non_writable_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-05-18T07:35:40.7324700Z test_non_writable_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-05-18T07:35:40.7343950Z test_non_writable_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-05-18T07:35:40.7361740Z test_non_writable_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-05-18T07:35:40.7387590Z test_non_writable_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-05-18T07:35:40.7470560Z test_non_writable_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-05-18T07:35:40.7471600Z test_non_writable_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-05-18T07:35:40.7473060Z test_non_writable_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-05-18T07:35:40.7498820Z test_not_a_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-05-18T07:35:40.7537900Z test_not_a_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-05-18T07:35:40.7572760Z test_not_a_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-05-18T07:35:40.7616610Z test_not_a_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-05-18T07:35:40.7650910Z test_not_a_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-05-18T07:35:40.7759430Z test_not_a_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-05-18T07:35:40.7895420Z test_not_a_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-05-18T07:35:40.7943500Z test_not_a_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-05-18T07:35:40.7945200Z test_not_a_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-05-18T07:35:40.7946250Z test_not_a_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-05-18T07:35:40.7956590Z test_not_a_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-05-18T07:35:40.7994710Z test_requires_grad_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-05-18T07:35:40.8041660Z test_requires_grad_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-05-18T07:35:40.8092880Z test_requires_grad_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-05-18T07:35:40.8137710Z test_requires_grad_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-05-18T07:35:40.8184720Z test_requires_grad_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-05-18T07:35:40.8240530Z test_requires_grad_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-05-18T07:35:40.8286010Z test_requires_grad_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-05-18T07:35:40.8328790Z test_requires_grad_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-05-18T07:35:40.8368430Z test_requires_grad_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-05-18T07:35:40.8408820Z test_requires_grad_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-05-18T07:35:40.8444990Z test_requires_grad_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-05-18T07:35:40.8466170Z test_same_type_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-05-18T07:35:40.8493810Z test_same_type_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-05-18T07:35:40.8527020Z test_same_type_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-05-18T07:35:40.8555300Z test_same_type_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-05-18T07:35:40.8581940Z test_same_type_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-05-18T07:35:40.8608880Z test_same_type_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-05-18T07:35:40.8633970Z test_same_type_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-05-18T07:35:40.8658380Z test_same_type_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-05-18T07:35:40.8680440Z test_same_type_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-05-18T07:35:40.8704290Z test_same_type_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-05-18T07:35:40.8726650Z test_same_type_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-05-18T07:35:40.8817630Z test_shared_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.009s) 2022-05-18T07:35:40.8944620Z test_shared_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-05-18T07:35:40.9077770Z test_shared_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-05-18T07:35:40.9202310Z test_shared_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-05-18T07:35:40.9332100Z test_shared_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-05-18T07:35:40.9455030Z test_shared_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-05-18T07:35:40.9543710Z test_shared_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.009s) 2022-05-18T07:35:40.9632840Z test_shared_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.009s) 2022-05-18T07:35:40.9718400Z test_shared_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-05-18T07:35:40.9810840Z test_shared_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.009s) 2022-05-18T07:35:40.9901310Z test_shared_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.009s) 2022-05-18T07:35:40.9985040Z test_with_count_and_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-05-18T07:35:41.0123630Z test_with_count_and_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-05-18T07:35:41.0266290Z test_with_count_and_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-05-18T07:35:41.0390080Z test_with_count_and_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-05-18T07:35:41.0512320Z test_with_count_and_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-05-18T07:35:41.0628540Z test_with_count_and_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-05-18T07:35:41.0719290Z test_with_count_and_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.009s) 2022-05-18T07:35:41.0809730Z test_with_count_and_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.009s) 2022-05-18T07:35:41.0895420Z test_with_count_and_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-05-18T07:35:41.0982490Z test_with_count_and_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.009s) 2022-05-18T07:35:41.1077180Z test_with_count_and_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.009s) 2022-05-18T07:35:41.1109260Z test_with_count_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-05-18T07:35:41.1153610Z test_with_count_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-05-18T07:35:41.1202250Z test_with_count_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-05-18T07:35:41.1240970Z test_with_count_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-05-18T07:35:41.1279870Z test_with_count_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-05-18T07:35:41.1319110Z test_with_count_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-05-18T07:35:41.1357160Z test_with_count_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-05-18T07:35:41.1388960Z test_with_count_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-05-18T07:35:41.1422520Z test_with_count_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-05-18T07:35:41.1455920Z test_with_count_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-05-18T07:35:41.1490750Z test_with_count_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-05-18T07:35:41.1517830Z test_with_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-05-18T07:35:41.1555840Z test_with_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-05-18T07:35:41.1596210Z test_with_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-05-18T07:35:41.1639960Z test_with_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-05-18T07:35:41.1677240Z test_with_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-05-18T07:35:41.1714720Z test_with_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-05-18T07:35:41.1742120Z test_with_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-05-18T07:35:41.1769200Z test_with_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-05-18T07:35:41.1795500Z test_with_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-05-18T07:35:41.1821970Z test_with_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-05-18T07:35:41.1848070Z test_with_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-05-18T07:35:41.1877700Z test_empty_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.003s) 2022-05-18T07:35:41.1895540Z test_full_like_inference_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:35:41.1921870Z test_ones_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:35:41.1939540Z test_ones_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T07:35:41.1957130Z test_zeros_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:35:41.1973070Z test_zeros_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T07:35:41.2237490Z test_normal_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.026s) 2022-05-18T07:35:41.2493940Z test_normal_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.026s) 2022-05-18T07:35:41.3003390Z test_normal_std_error_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.051s) 2022-05-18T07:35:41.3055820Z test_rand_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.005s) 2022-05-18T07:35:41.3109000Z test_rand_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... ok (0.005s) 2022-05-18T07:35:41.3156440Z test_rand_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.005s) 2022-05-18T07:35:41.3200780Z test_rand_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.004s) 2022-05-18T07:35:41.3244400Z test_rand_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.004s) 2022-05-18T07:35:41.3318840Z test_randint_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.007s) 2022-05-18T07:35:41.3355030Z test_randint_inference_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.004s) 2022-05-18T07:35:41.3405550Z test_randn_cpu_bfloat16 (__main__.TestRandomTensorCreationCPU) ... ok (0.005s) 2022-05-18T07:35:41.3459370Z test_randn_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.005s) 2022-05-18T07:35:41.3515450Z test_randn_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... ok (0.006s) 2022-05-18T07:35:41.3565310Z test_randn_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.005s) 2022-05-18T07:35:41.3613910Z test_randn_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.005s) 2022-05-18T07:35:41.3656960Z test_randn_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.004s) 2022-05-18T07:35:41.3701070Z test_randn_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.004s) 2022-05-18T07:35:41.3721110Z test_random_neg_values_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:35:44.3448930Z test_randperm_cpu (__main__.TestRandomTensorCreationCPU) ... ok (2.973s) 2022-05-18T07:35:44.3495020Z test_randperm_device_compatibility_cpu (__main__.TestRandomTensorCreationCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T07:35:44.3941230Z test_uniform_from_to_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.045s) 2022-05-18T07:35:44.5492810Z test_uniform_from_to_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.155s) 2022-05-18T07:35:44.8480590Z test_uniform_from_to_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.299s) 2022-05-18T07:35:44.8506610Z test_arange_bfloat16_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-05-18T07:35:45.0142960Z test_arange_cpu (__main__.TestTensorCreationCPU) ... ok (0.163s) 2022-05-18T07:35:45.0160000Z test_arange_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.002s) 2022-05-18T07:35:45.0175270Z test_arange_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-05-18T07:35:45.0190150Z test_arange_device_vs_cpu_cpu_int32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-05-18T07:35:45.0204490Z test_arange_device_vs_cpu_cpu_int64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-05-18T07:35:45.0254120Z test_arange_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-05-18T07:35:45.0435670Z test_as_strided_neg_cpu (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-05-18T07:35:45.0520450Z test_as_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-05-18T07:35:45.0880650Z test_block_diag_cpu (__main__.TestTensorCreationCPU) ... ok (0.036s) 2022-05-18T07:35:45.0940270Z test_block_diag_scipy_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-05-18T07:35:45.0973270Z test_cartesian_prod_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-05-18T07:35:45.1125110Z test_cat2_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-05-18T07:35:45.1271740Z test_cat2_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-05-18T07:35:45.1407050Z test_cat2_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-05-18T07:35:45.1489760Z test_cat_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-05-18T07:35:45.1659810Z test_cat_bad_input_sizes_cpu (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-05-18T07:35:45.1679650Z test_cat_big_cpu (__main__.TestTensorCreationCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T07:35:45.1711130Z test_cat_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T07:35:45.1728440Z test_cat_different_devices_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:35:45.2081770Z test_cat_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.035s) 2022-05-18T07:35:45.2165230Z test_cat_empty_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-05-18T07:35:46.6319110Z test_cat_in_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (1.415s) 2022-05-18T07:35:46.6403270Z test_cat_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-05-18T07:35:46.6424800Z test_cat_out_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:35:46.6688230Z test_cat_out_cpu (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:640: UserWarning: An output with one or more elements was resized since it had shape [4, 6], which does not match the required output shape [8, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:35:46.6689080Z torch.cat([x, y], dim=0, out=y) 2022-05-18T07:35:46.6690390Z test_tensor_creation_ops.py:647: UserWarning: An output with one or more elements was resized since it had shape [2, 6], which does not match the required output shape [12, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T07:35:46.6691100Z torch.cat([y, z], out=z[:2, :]) 2022-05-18T07:35:46.6691290Z ok (0.026s) 2022-05-18T07:35:46.6730860Z test_cat_out_memory_format_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T07:35:46.6767420Z test_cat_preserve_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-05-18T07:35:46.6847990Z test_cat_scalars_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-05-18T07:35:46.6869120Z test_cat_stack_cross_devices_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:35:46.6934890Z test_combinations_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-05-18T07:35:46.6950730Z test_complex_type_conversions_cpu (__main__.TestTensorCreationCPU) ... skip: real and imag not implemented for complex (0.002s) 2022-05-18T07:35:46.7285430Z test_constructor_device_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.033s) 2022-05-18T07:35:46.7551940Z test_constructor_dtypes_cpu (__main__.TestTensorCreationCPU) ... ok (0.027s) 2022-05-18T07:35:46.7665650Z test_ctor_with_numpy_array_cpu (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-05-18T07:35:46.7685880Z test_device_rounding_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:35:46.7704280Z test_device_rounding_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:35:46.7730100Z test_diag_embed_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-05-18T07:35:46.7949160Z test_diagflat_cpu (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-05-18T07:35:46.8374290Z test_dsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.042s) 2022-05-18T07:35:46.8794480Z test_dsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.042s) 2022-05-18T07:35:46.9193700Z test_dsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.040s) 2022-05-18T07:35:46.9753910Z test_dstack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.056s) 2022-05-18T07:35:47.0303820Z test_dstack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.055s) 2022-05-18T07:35:47.0876980Z test_dstack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.057s) 2022-05-18T07:35:47.1439590Z test_dstack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.056s) 2022-05-18T07:35:47.2019100Z test_dstack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.058s) 2022-05-18T07:35:47.2377440Z test_dstack_cpu_int16 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:976: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-05-18T07:35:47.2378220Z input_t = [torch.tensor(random.uniform(0, 10), device=device, dtype=dtype) for i in range(num_tensors)] 2022-05-18T07:35:47.2378530Z ok (0.036s) 2022-05-18T07:35:47.2730120Z test_dstack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.035s) 2022-05-18T07:35:47.3084200Z test_dstack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.035s) 2022-05-18T07:35:47.3448720Z test_dstack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.036s) 2022-05-18T07:35:47.3810790Z test_dstack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.036s) 2022-05-18T07:35:47.4174170Z test_empty_full_cpu (__main__.TestTensorCreationCPU) ... ok (0.036s) 2022-05-18T07:35:47.4429000Z test_empty_overflow_cpu (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-05-18T07:35:47.4470070Z test_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-05-18T07:35:47.4510790Z test_empty_tensor_props_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-05-18T07:35:47.7304110Z test_eye_cpu (__main__.TestTensorCreationCPU) ... ok (0.279s) 2022-05-18T07:35:47.9889690Z test_fill_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.258s) 2022-05-18T07:35:47.9906290Z test_float_to_int_conversion_finite_cpu_bool (__main__.TestTensorCreationCPU) ... skip: Test is broken on MacOS, see https://github.com/pytorch/pytorch/issues/38752 (0.002s) 2022-05-18T07:35:47.9921920Z test_float_to_int_conversion_finite_cpu_int16 (__main__.TestTensorCreationCPU) ... skip: Test is broken on MacOS, see https://github.com/pytorch/pytorch/issues/38752 (0.002s) 2022-05-18T07:35:47.9937980Z test_float_to_int_conversion_finite_cpu_int32 (__main__.TestTensorCreationCPU) ... skip: Test is broken on MacOS, see https://github.com/pytorch/pytorch/issues/38752 (0.002s) 2022-05-18T07:35:47.9953720Z test_float_to_int_conversion_finite_cpu_int64 (__main__.TestTensorCreationCPU) ... skip: Test is broken on MacOS, see https://github.com/pytorch/pytorch/issues/38752 (0.002s) 2022-05-18T07:35:47.9969430Z test_float_to_int_conversion_finite_cpu_int8 (__main__.TestTensorCreationCPU) ... skip: Test is broken on MacOS, see https://github.com/pytorch/pytorch/issues/38752 (0.002s) 2022-05-18T07:35:47.9985100Z test_float_to_int_conversion_finite_cpu_uint8 (__main__.TestTensorCreationCPU) ... skip: Test is broken on MacOS, see https://github.com/pytorch/pytorch/issues/38752 (0.002s) 2022-05-18T07:35:48.0002770Z test_float_to_int_conversion_nonfinite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:35:48.0018670Z test_float_to_int_conversion_nonfinite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:35:48.0034200Z test_float_to_int_conversion_nonfinite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-05-18T07:35:48.0049670Z test_float_to_int_conversion_nonfinite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-05-18T07:35:48.0065700Z test_float_to_int_conversion_nonfinite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:35:48.0081000Z test_float_to_int_conversion_nonfinite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-05-18T07:35:48.0106590Z test_full_inference_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:35:48.0131880Z test_full_inference_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:35:48.0156710Z test_full_inference_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:35:48.0206800Z test_full_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-05-18T07:35:48.0764970Z test_hsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.056s) 2022-05-18T07:35:48.1301070Z test_hsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.053s) 2022-05-18T07:35:48.1800230Z test_hsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.050s) 2022-05-18T07:35:48.3041790Z test_hstack_column_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.124s) 2022-05-18T07:35:48.4332020Z test_hstack_column_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.129s) 2022-05-18T07:35:48.5612240Z test_hstack_column_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.128s) 2022-05-18T07:35:48.6903710Z test_hstack_column_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.129s) 2022-05-18T07:35:48.8192130Z test_hstack_column_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.129s) 2022-05-18T07:35:48.9210340Z test_hstack_column_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.102s) 2022-05-18T07:35:49.0226040Z test_hstack_column_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.101s) 2022-05-18T07:35:49.1267000Z test_hstack_column_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.104s) 2022-05-18T07:35:49.2292190Z test_hstack_column_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.102s) 2022-05-18T07:35:49.3309080Z test_hstack_column_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.102s) 2022-05-18T07:35:50.2816980Z test_kaiser_window_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.951s) 2022-05-18T07:35:50.9719510Z test_kaiser_window_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.690s) 2022-05-18T07:35:51.3357680Z test_kaiser_window_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.364s) 2022-05-18T07:35:51.3377220Z test_large_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:35:51.3395120Z test_large_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:35:51.5314620Z test_like_fn_stride_proparation_vs_tensoriterator_unary_op_cpu (__main__.TestTensorCreationCPU) ... ok (0.192s) 2022-05-18T07:35:51.5530330Z test_linlogspace_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-05-18T07:35:51.5698530Z test_linspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-05-18T07:35:54.1044170Z test_linspace_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (2.534s) 2022-05-18T07:35:56.5630220Z test_linspace_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (2.458s) 2022-05-18T07:35:58.9114790Z test_linspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (2.348s) 2022-05-18T07:36:01.3854500Z test_linspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (2.474s) 2022-05-18T07:36:01.4013240Z test_linspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-05-18T07:36:03.7922260Z test_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (2.391s) 2022-05-18T07:36:06.1059730Z test_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (2.314s) 2022-05-18T07:36:06.1215600Z test_linspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-05-18T07:36:06.1369350Z test_linspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-05-18T07:36:06.1389360Z test_linspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:06.1402380Z test_linspace_device_vs_cpu_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-05-18T07:36:06.1415160Z test_linspace_device_vs_cpu_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-05-18T07:36:06.1428120Z test_linspace_device_vs_cpu_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-05-18T07:36:06.1441720Z test_linspace_device_vs_cpu_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-05-18T07:36:06.1454170Z test_linspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-05-18T07:36:06.1467360Z test_linspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-05-18T07:36:06.1480350Z test_linspace_special_steps_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-05-18T07:36:06.1493230Z test_linspace_special_steps_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-05-18T07:36:06.1505610Z test_linspace_special_steps_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-05-18T07:36:06.1518090Z test_linspace_special_steps_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-05-18T07:36:06.1530810Z test_linspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-05-18T07:36:06.1544000Z test_linspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-05-18T07:36:06.4192200Z test_linspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.265s) 2022-05-18T07:36:06.5565610Z test_linspace_vs_numpy_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.137s) 2022-05-18T07:36:06.7157360Z test_linspace_vs_numpy_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.159s) 2022-05-18T07:36:06.8075900Z test_linspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.092s) 2022-05-18T07:36:06.8788580Z test_linspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.071s) 2022-05-18T07:36:06.8804560Z test_logspace_base2_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.002s) 2022-05-18T07:36:06.8818390Z test_logspace_base2_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-05-18T07:36:06.8949940Z test_logspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-05-18T07:36:06.9269790Z test_logspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.032s) 2022-05-18T07:36:06.9403690Z test_logspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-05-18T07:36:06.9534190Z test_logspace_cpu_int16 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:3151: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-05-18T07:36:06.9534830Z self.assertEqual(torch.tensor([2. ** (i / 8.) for i in range(49)], device=device, dtype=dtype), 2022-05-18T07:36:06.9535120Z ok (0.013s) 2022-05-18T07:36:06.9665020Z test_logspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-05-18T07:36:06.9795800Z test_logspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-05-18T07:36:06.9930260Z test_logspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-05-18T07:36:07.0065040Z test_logspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-05-18T07:36:07.0083490Z test_logspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:07.0097870Z test_logspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-05-18T07:36:07.0112110Z test_logspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-05-18T07:36:07.0126510Z test_logspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-05-18T07:36:07.0141050Z test_logspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-05-18T07:36:07.1698760Z test_logspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.156s) 2022-05-18T07:36:07.4206330Z test_logspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.251s) 2022-05-18T07:36:07.6692340Z test_logspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.248s) 2022-05-18T07:36:07.6750570Z test_meshgrid_default_indexing_cpu (__main__.TestTensorCreationCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/functional.py:478: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ../aten/src/ATen/native/TensorShape.cpp:2904.) 2022-05-18T07:36:07.6752160Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-05-18T07:36:07.6752460Z ok (0.006s) 2022-05-18T07:36:07.6816990Z test_meshgrid_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-05-18T07:36:07.6882430Z test_meshgrid_ij_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-05-18T07:36:07.6894250Z test_meshgrid_ij_indexing_is_default_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:07.6961950Z test_meshgrid_inconsistent_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-05-18T07:36:07.7030490Z test_meshgrid_inconsistent_dtype_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-05-18T07:36:07.7105290Z test_meshgrid_non_1d_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-05-18T07:36:07.7163710Z test_meshgrid_unsupported_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-05-18T07:36:07.7328200Z test_meshgrid_vs_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-05-18T07:36:07.7344110Z test_meshgrid_warns_if_no_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:07.7394850Z test_meshgrid_xy_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-05-18T07:36:07.7463730Z test_new_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-05-18T07:36:07.7620930Z test_new_methods_requires_grad_cpu (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-05-18T07:36:07.7682640Z test_new_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-05-18T07:36:07.7696100Z test_offset_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-05-18T07:36:07.7908700Z test_ones_cpu (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-05-18T07:36:07.7937230Z test_random_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-05-18T07:36:07.7961860Z test_random_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:07.7985520Z test_random_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:07.8008870Z test_random_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:07.8032080Z test_random_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:07.8056280Z test_random_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:07.8080090Z test_random_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:07.8103520Z test_random_default_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:07.8127300Z test_random_default_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:07.8151100Z test_random_default_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:07.8174720Z test_random_default_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:07.8198020Z test_random_default_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:07.8222270Z test_random_default_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:07.8245690Z test_random_default_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:07.8269470Z test_random_default_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:07.8292810Z test_random_default_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:08.4068190Z test_random_from_to_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.577s) 2022-05-18T07:36:08.4988940Z test_random_from_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.092s) 2022-05-18T07:36:08.5920480Z test_random_from_to_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.093s) 2022-05-18T07:36:08.6887160Z test_random_from_to_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.097s) 2022-05-18T07:36:08.7830840Z test_random_from_to_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.094s) 2022-05-18T07:36:09.3841850Z test_random_from_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.601s) 2022-05-18T07:36:09.9889500Z test_random_from_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.605s) 2022-05-18T07:36:10.0665650Z test_random_from_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.078s) 2022-05-18T07:36:10.6773090Z test_random_from_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.611s) 2022-05-18T07:36:11.2354860Z test_random_from_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.558s) 2022-05-18T07:36:11.2390210Z test_random_full_range_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-05-18T07:36:11.2424090Z test_random_full_range_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-05-18T07:36:11.2457770Z test_random_full_range_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-05-18T07:36:11.2492650Z test_random_full_range_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-05-18T07:36:11.2527530Z test_random_full_range_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-05-18T07:36:11.2561730Z test_random_full_range_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-05-18T07:36:11.2596110Z test_random_full_range_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-05-18T07:36:11.2632210Z test_random_full_range_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-05-18T07:36:11.2666640Z test_random_full_range_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-05-18T07:36:11.2966440Z test_random_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1926: 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 ../aten/src/ATen/native/DistributionTemplates.h:95.) 2022-05-18T07:36:11.2967200Z t.random_(to_) 2022-05-18T07:36:11.2967390Z ok (0.030s) 2022-05-18T07:36:11.3263240Z test_random_to_cpu_float16 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1926: 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 ../aten/src/ATen/native/DistributionTemplates.h:95.) 2022-05-18T07:36:11.3263930Z t.random_(to_) 2022-05-18T07:36:11.3264120Z ok (0.030s) 2022-05-18T07:36:11.3555150Z test_random_to_cpu_float32 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1926: 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 ../aten/src/ATen/native/DistributionTemplates.h:95.) 2022-05-18T07:36:11.3555830Z t.random_(to_) 2022-05-18T07:36:11.3556020Z ok (0.029s) 2022-05-18T07:36:11.3853160Z test_random_to_cpu_float64 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1926: 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 ../aten/src/ATen/native/DistributionTemplates.h:95.) 2022-05-18T07:36:11.3853860Z t.random_(to_) 2022-05-18T07:36:11.3854080Z ok (0.030s) 2022-05-18T07:36:11.4512290Z test_random_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.066s) 2022-05-18T07:36:11.5173690Z test_random_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.066s) 2022-05-18T07:36:11.5467480Z test_random_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-05-18T07:36:11.6099910Z test_random_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.063s) 2022-05-18T07:36:11.6644890Z test_random_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.054s) 2022-05-18T07:36:11.6691540Z test_range_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-05-18T07:36:11.6712530Z test_range_factories_64bit_indexing_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:36:11.6727770Z test_range_warning_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-05-18T07:36:11.7061910Z test_repeat_interleave_cpu (__main__.TestTensorCreationCPU) ... ok (0.033s) 2022-05-18T07:36:11.7395670Z test_roll_cpu (__main__.TestTensorCreationCPU) ... ok (0.033s) 2022-05-18T07:36:11.7537010Z test_signal_window_functions_window_bartlett_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-05-18T07:36:11.7675760Z test_signal_window_functions_window_bartlett_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-05-18T07:36:11.7766770Z test_signal_window_functions_window_bartlett_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-05-18T07:36:11.7926810Z test_signal_window_functions_window_blackman_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-05-18T07:36:11.8081460Z test_signal_window_functions_window_blackman_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-05-18T07:36:11.8170840Z test_signal_window_functions_window_blackman_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-05-18T07:36:11.8328780Z test_signal_window_functions_window_hamming_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-05-18T07:36:11.8474120Z test_signal_window_functions_window_hamming_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-05-18T07:36:11.8565020Z test_signal_window_functions_window_hamming_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-05-18T07:36:11.8716200Z test_signal_window_functions_window_hann_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-05-18T07:36:11.8864920Z test_signal_window_functions_window_hann_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-05-18T07:36:11.8955210Z test_signal_window_functions_window_hann_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-05-18T07:36:11.8995920Z test_simple_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-05-18T07:36:11.9119900Z test_stack_cpu (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-05-18T07:36:11.9261640Z test_stack_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-05-18T07:36:11.9595940Z test_strided_mismatched_stride_shape_cpu (__main__.TestTensorCreationCPU) ... ok (0.033s) 2022-05-18T07:36:11.9637910Z test_tensor_ctor_device_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-05-18T07:36:11.9701010Z test_tensor_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-05-18T07:36:12.3859200Z test_tensor_factories_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.416s) 2022-05-18T07:36:12.3910380Z test_tensor_factory_copy_var_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-05-18T07:36:12.4008380Z test_tensor_factory_cpu (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-05-18T07:36:12.4026870Z test_tensor_factory_gpu_type_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:36:12.4045690Z test_tensor_factory_gpu_type_inference_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T07:36:12.4100510Z test_tensor_factory_type_inference_cpu (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:2321: 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 ../torch/csrc/utils/tensor_new.cpp:204.) 2022-05-18T07:36:12.4102160Z self.assertIs(default_dtype, torch.tensor(((7, np.array(5)), (np.array(9), 5.))).dtype) 2022-05-18T07:36:12.4102430Z ok (0.005s) 2022-05-18T07:36:12.4115520Z test_tensor_from_non_writable_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-05-18T07:36:12.4142510Z test_tensor_from_sequence_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-05-18T07:36:12.4162910Z test_torch_complex_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:12.4182910Z test_torch_complex_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:12.4202820Z test_torch_complex_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:12.4297430Z test_torch_complex_floating_dtype_error_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-05-18T07:36:12.4391710Z test_torch_complex_floating_dtype_error_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-05-18T07:36:12.4485650Z test_torch_complex_floating_dtype_error_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-05-18T07:36:12.4581390Z test_torch_complex_floating_dtype_error_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-05-18T07:36:12.4673610Z test_torch_complex_floating_dtype_error_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-05-18T07:36:12.4772440Z test_torch_complex_floating_dtype_error_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-05-18T07:36:12.4864110Z test_torch_complex_floating_dtype_error_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-05-18T07:36:12.4958240Z test_torch_complex_floating_dtype_error_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-05-18T07:36:12.5103840Z test_torch_complex_out_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-05-18T07:36:12.5249300Z test_torch_complex_out_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-05-18T07:36:12.5439320Z test_torch_complex_same_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.019s) 2022-05-18T07:36:12.5629090Z test_torch_complex_same_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.019s) 2022-05-18T07:36:12.5656930Z test_torch_polar_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-05-18T07:36:12.5681190Z test_torch_polar_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:12.7678130Z test_trilu_indices_cpu (__main__.TestTensorCreationCPU) ... ok (0.200s) 2022-05-18T07:36:12.7722920Z test_triu_tril_bfloat16_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-05-18T07:36:12.7807450Z test_triu_tril_cpu (__main__.TestTensorCreationCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-05-18T07:36:12.7830020Z test_triu_tril_indices_bfloat16_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:12.7864130Z test_unpack_double_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-05-18T07:36:12.7896950Z test_unpack_double_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-05-18T07:36:12.8007160Z test_vander_cpu (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-05-18T07:36:12.8089410Z test_vander_types_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-05-18T07:36:12.8173790Z test_vander_types_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-05-18T07:36:12.8257230Z test_vander_types_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-05-18T07:36:12.8335560Z test_vander_types_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-05-18T07:36:12.8410580Z test_vander_types_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-05-18T07:36:12.8487420Z test_vander_types_cpu_int16 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:138: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-05-18T07:36:12.8488620Z pt_x = torch.tensor(x, device=device, dtype=dtype) 2022-05-18T07:36:12.8488890Z ok (0.008s) 2022-05-18T07:36:12.8563760Z test_vander_types_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-05-18T07:36:12.8640660Z test_vander_types_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-05-18T07:36:12.8721780Z test_vander_types_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-05-18T07:36:12.8802800Z test_vander_types_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-05-18T07:36:12.9149470Z test_vsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.035s) 2022-05-18T07:36:12.9480680Z test_vsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.033s) 2022-05-18T07:36:12.9792830Z test_vsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.031s) 2022-05-18T07:36:13.1174950Z test_vstack_row_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.138s) 2022-05-18T07:36:13.2564010Z test_vstack_row_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.139s) 2022-05-18T07:36:13.3958640Z test_vstack_row_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.139s) 2022-05-18T07:36:13.5359970Z test_vstack_row_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.140s) 2022-05-18T07:36:13.6737220Z test_vstack_row_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.138s) 2022-05-18T07:36:13.7679620Z test_vstack_row_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:976: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-05-18T07:36:13.7680290Z input_t = [torch.tensor(random.uniform(0, 10), device=device, dtype=dtype) for i in range(num_tensors)] 2022-05-18T07:36:13.7680610Z ok (0.094s) 2022-05-18T07:36:13.8614970Z test_vstack_row_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.093s) 2022-05-18T07:36:13.9550260Z test_vstack_row_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.093s) 2022-05-18T07:36:14.0477040Z test_vstack_row_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.093s) 2022-05-18T07:36:14.1398940Z test_vstack_row_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.092s) 2022-05-18T07:36:14.1458480Z test_zeros_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-05-18T07:36:14.1477300Z test_zeros_dtype_layout_device_match_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:14.1494910Z test_zeros_dtype_layout_device_match_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:14.1512970Z test_zeros_dtype_layout_device_match_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:14.1530840Z test_zeros_dtype_layout_device_match_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:14.1548440Z test_zeros_dtype_layout_device_match_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:14.1566970Z test_zeros_dtype_layout_device_match_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:14.1585750Z test_zeros_dtype_layout_device_match_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-05-18T07:36:14.1631360Z test_zeros_dtype_out_match_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-05-18T07:36:14.1725980Z test_zeros_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-05-18T07:36:14.3006400Z 2022-05-18T07:36:14.3007350Z ---------------------------------------------------------------------- 2022-05-18T07:36:14.3007720Z Ran 546 tests in 34.498s 2022-05-18T07:36:14.3007850Z 2022-05-18T07:36:14.3007940Z OK (skipped=66) 2022-05-18T07:36:14.3008060Z 2022-05-18T07:36:14.3008150Z Generating XML reports... 2022-05-18T07:36:14.3009220Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCPU-20220518073539.xml 2022-05-18T07:36:14.3009910Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestBufferProtocolCPU-20220518073539.xml 2022-05-18T07:36:14.3010600Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCPU-20220518073539.xml 2022-05-18T07:36:14.3011310Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCPU-20220518073539.xml 2022-05-18T07:36:14.3012000Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCPU-20220518073539.xml 2022-05-18T07:36:14.6465420Z Running test_tensorexpr ... [2022-05-18 07:36:14.645974] 2022-05-18T07:36:14.6466120Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_tensorexpr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 07:36:14.646127] 2022-05-18T07:36:16.4080200Z 2022-05-18T07:36:16.4080980Z Test results will be stored in test-reports/python-unittest/test_tensorexpr 2022-05-18T07:36:16.4081910Z Running tests... 2022-05-18T07:36:16.4082990Z ---------------------------------------------------------------------- 2022-05-18T07:36:16.4631160Z test_add_const_rhs (__main__.TestTensorExprFuser) ... ok (0.055s) 2022-05-18T07:36:16.4999230Z test_add_sub (__main__.TestTensorExprFuser) ... ok (0.037s) 2022-05-18T07:36:16.5897200Z test_alias_analysis_input_and_module (__main__.TestTensorExprFuser) ... ok (0.090s) 2022-05-18T07:36:16.6062040Z test_alias_analysis_inputs (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-05-18T07:36:18.4796880Z test_alias_analysis_module (__main__.TestTensorExprFuser) ... ok (1.873s) 2022-05-18T07:36:18.5374760Z test_all_combos (__main__.TestTensorExprFuser) ... ok (0.058s) 2022-05-18T07:36:18.5484380Z test_alpha (__main__.TestTensorExprFuser) ... ok (0.011s) 2022-05-18T07:36:19.0661690Z test_binary_ops (__main__.TestTensorExprFuser) ... ok (0.518s) 2022-05-18T07:36:19.1355280Z test_bitwise_ops (__main__.TestTensorExprFuser) ... ok (0.069s) 2022-05-18T07:36:19.2647640Z test_broadcast (__main__.TestTensorExprFuser) ... ok (0.129s) 2022-05-18T07:36:20.1436100Z test_broadcast3 (__main__.TestTensorExprFuser) ... ok (0.879s) 2022-05-18T07:36:20.1628560Z test_broadcast_2 (__main__.TestTensorExprFuser) ... ok (0.019s) 2022-05-18T07:36:23.5856880Z test_broadcast_big2 (__main__.TestTensorExprFuser) ... ok (3.423s) 2022-05-18T07:36:23.9842080Z test_cat (__main__.TestTensorExprFuser) ... ok (0.398s) 2022-05-18T07:36:24.3900440Z test_cat_empty_tensors (__main__.TestTensorExprFuser) ... ok (0.406s) 2022-05-18T07:36:24.8015560Z test_cat_negative_dim (__main__.TestTensorExprFuser) ... ok (0.411s) 2022-05-18T07:36:24.8029410Z test_cat_only (__main__.TestTensorExprFuser) ... skip: cat is broken with fusion group inlining disabled (0.001s) 2022-05-18T07:36:25.1873520Z test_cat_promote_inputs (__main__.TestTensorExprFuser) ... ok (0.384s) 2022-05-18T07:36:25.2200810Z test_cat_with_constant_dim (__main__.TestTensorExprFuser) ... ok (0.033s) 2022-05-18T07:36:25.2340350Z test_char (__main__.TestTensorExprFuser) ... ok (0.014s) 2022-05-18T07:36:25.3092800Z test_chunk (__main__.TestTensorExprFuser) ... ok (0.075s) 2022-05-18T07:36:25.3698110Z test_clamp (__main__.TestTensorExprFuser) ... ok (0.060s) 2022-05-18T07:36:25.3857400Z test_constant (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-05-18T07:36:25.3992570Z test_double (__main__.TestTensorExprFuser) ... ok (0.013s) 2022-05-18T07:36:25.4099570Z test_double_intrinsics (__main__.TestTensorExprFuser) ... ok (0.011s) 2022-05-18T07:36:25.4128690Z test_dynamic_shape (__main__.TestTensorExprFuser) ... skip: dynamic shapes are not quite there yet (0.003s) 2022-05-18T07:36:25.4412160Z test_easy (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-05-18T07:36:25.4636220Z test_eq (__main__.TestTensorExprFuser) ... ok (0.022s) 2022-05-18T07:36:25.4865460Z test_exp_pow (__main__.TestTensorExprFuser) ... ok (0.023s) 2022-05-18T07:36:25.5324750Z test_four_arg (__main__.TestTensorExprFuser) ... ok (0.046s) 2022-05-18T07:36:25.5555310Z test_ge (__main__.TestTensorExprFuser) ... ok (0.023s) 2022-05-18T07:36:25.5779560Z test_gt (__main__.TestTensorExprFuser) ... ok (0.022s) 2022-05-18T07:36:25.5792220Z test_guard_fails (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.001s) 2022-05-18T07:36:25.5814680Z test_half_bn_relu (__main__.TestTensorExprFuser) ... ok (0.002s) 2022-05-18T07:36:25.5876660Z test_half_gelu (__main__.TestTensorExprFuser) ... ok (0.006s) 2022-05-18T07:36:25.6012220Z test_int64_promotion (__main__.TestTensorExprFuser) ... ok (0.013s) 2022-05-18T07:36:25.6140650Z test_int_output (__main__.TestTensorExprFuser) ... ok (0.013s) 2022-05-18T07:36:25.6366270Z test_le (__main__.TestTensorExprFuser) ... ok (0.022s) 2022-05-18T07:36:25.8504570Z test_loop (__main__.TestTensorExprFuser) ... ok (0.214s) 2022-05-18T07:36:25.8730020Z test_lt (__main__.TestTensorExprFuser) ... ok (0.022s) 2022-05-18T07:36:25.8815700Z test_mask (__main__.TestTensorExprFuser) ... ok (0.008s) 2022-05-18T07:36:25.9224820Z test_min_max (__main__.TestTensorExprFuser) ... ok (0.041s) 2022-05-18T07:36:25.9356600Z test_min_max_reduction (__main__.TestTensorExprFuser) ... ok (0.013s) 2022-05-18T07:36:25.9484420Z test_min_max_reduction2 (__main__.TestTensorExprFuser) ... ok (0.013s) 2022-05-18T07:36:25.9636660Z test_min_max_reduction_dim1 (__main__.TestTensorExprFuser) ... ok (0.015s) 2022-05-18T07:36:26.0026910Z test_min_max_reduction_dim1_2 (__main__.TestTensorExprFuser) ... ok (0.039s) 2022-05-18T07:36:26.0130230Z test_multi_rand (__main__.TestTensorExprFuser) ... ok (0.010s) 2022-05-18T07:36:26.0598860Z test_multioutput (__main__.TestTensorExprFuser) ... ok (0.047s) 2022-05-18T07:36:26.1010920Z test_multiple_outputs (__main__.TestTensorExprFuser) ... ok (0.041s) 2022-05-18T07:36:26.1319920Z test_nans (__main__.TestTensorExprFuser) ... ok (0.031s) 2022-05-18T07:36:26.1555660Z test_ne (__main__.TestTensorExprFuser) ... ok (0.023s) 2022-05-18T07:36:26.1857340Z test_promotion (__main__.TestTensorExprFuser) ... ok (0.030s) 2022-05-18T07:36:26.7406320Z test_rand_like (__main__.TestTensorExprFuser) ... ok (0.555s) 2022-05-18T07:36:26.9944420Z test_rank_two (__main__.TestTensorExprFuser) ... ok (0.254s) 2022-05-18T07:36:27.0801430Z test_relu (__main__.TestTensorExprFuser) ... ok (0.086s) 2022-05-18T07:36:27.1776090Z test_remainder (__main__.TestTensorExprFuser) ... ok (0.097s) 2022-05-18T07:36:27.7184070Z test_reps (__main__.TestTensorExprFuser) ... ok (0.541s) 2022-05-18T07:36:27.7365490Z test_scalar (__main__.TestTensorExprFuser) ... ok (0.018s) 2022-05-18T07:36:27.7513710Z test_short (__main__.TestTensorExprFuser) ... ok (0.015s) 2022-05-18T07:36:27.7722780Z test_simple_add (__main__.TestTensorExprFuser) ... ok (0.021s) 2022-05-18T07:36:35.6864490Z test_slice (__main__.TestTensorExprFuser) ... ok (7.914s) 2022-05-18T07:36:35.7235640Z test_sliced_stride (__main__.TestTensorExprFuser) ... ok (0.037s) 2022-05-18T07:36:35.8585840Z test_softmax_cpu (__main__.TestTensorExprFuser) ... ok (0.135s) 2022-05-18T07:36:35.8591270Z test_softmax_cuda (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.001s) 2022-05-18T07:36:35.9117070Z test_strided_output_preserved (__main__.TestTensorExprFuser) ... ok (0.052s) 2022-05-18T07:36:35.9501020Z test_three_arg (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-05-18T07:36:36.1720620Z test_three_arg2 (__main__.TestTensorExprFuser) ... ok (0.222s) 2022-05-18T07:36:36.2190740Z test_transpose (__main__.TestTensorExprFuser) ... ok (0.047s) 2022-05-18T07:36:37.2540120Z test_unary_ops (__main__.TestTensorExprFuser) ... ok (1.035s) 2022-05-18T07:36:40.8675340Z test_unsqueeze (__main__.TestTensorExprFuser) ... ok (3.613s) 2022-05-18T07:36:40.8945600Z test_where (__main__.TestTensorExprFuser) ... ok (0.027s) 2022-05-18T07:36:40.9141990Z 2022-05-18T07:36:40.9143110Z ---------------------------------------------------------------------- 2022-05-18T07:36:40.9143460Z Ran 71 tests in 24.487s 2022-05-18T07:36:40.9143600Z 2022-05-18T07:36:40.9143690Z OK (skipped=4) 2022-05-18T07:36:40.9143830Z 2022-05-18T07:36:40.9143930Z Generating XML reports... 2022-05-18T07:36:40.9144480Z Generated XML report: test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20220518073616.xml 2022-05-18T07:36:41.2221490Z Running test_testing ... [2022-05-18 07:36:41.221813] 2022-05-18T07:36:41.2222160Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_testing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 07:36:41.221930] 2022-05-18T07:36:43.6196890Z 2022-05-18T07:36:43.6201820Z Test results will be stored in test-reports/python-unittest/test_testing 2022-05-18T07:36:43.6202280Z Running tests... 2022-05-18T07:36:43.6202770Z ---------------------------------------------------------------------- 2022-05-18T07:36:43.6242850Z test_bool (__main__.TestAssertClose) ... ok (0.004s) 2022-05-18T07:36:43.6278070Z test_default_tolerance_selection_mismatching_dtypes (__main__.TestAssertClose) ... ok (0.003s) 2022-05-18T07:36:44.1111390Z test_docstring_examples (__main__.TestAssertClose) ... ok (0.483s) 2022-05-18T07:36:44.1125300Z test_matching (__main__.TestAssertClose) ... ok (0.001s) 2022-05-18T07:36:44.1153120Z test_matching_atol (__main__.TestAssertClose) ... ok (0.003s) 2022-05-18T07:36:44.1183450Z test_matching_conjugate_bit (__main__.TestAssertClose) ... ok (0.003s) 2022-05-18T07:36:44.1239560Z test_matching_nan (__main__.TestAssertClose) ... ok (0.005s) 2022-05-18T07:36:44.1274370Z test_matching_nan_with_equal_nan (__main__.TestAssertClose) ... ok (0.003s) 2022-05-18T07:36:44.1303620Z test_matching_rtol (__main__.TestAssertClose) ... ok (0.003s) 2022-05-18T07:36:44.1323300Z test_meta (__main__.TestAssertClose) ... ok (0.002s) 2022-05-18T07:36:44.1346100Z test_mismatching_dtype (__main__.TestAssertClose) ... ok (0.002s) 2022-05-18T07:36:44.1378130Z test_mismatching_dtype_no_check (__main__.TestAssertClose) ... ok (0.003s) 2022-05-18T07:36:44.1425080Z test_mismatching_layout (__main__.TestAssertClose) ... test_testing.py:592: 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 ../aten/src/ATen/SparseCsrTensorImpl.cpp:68.) 2022-05-18T07:36:44.1425770Z sparse_csr = strided.to_sparse_csr() 2022-05-18T07:36:44.1425980Z ok (0.005s) 2022-05-18T07:36:44.1500400Z test_mismatching_layout_no_check (__main__.TestAssertClose) ... ok (0.007s) 2022-05-18T07:36:44.1526630Z test_mismatching_shape (__main__.TestAssertClose) ... ok (0.003s) 2022-05-18T07:36:44.1556060Z test_mismatching_stride (__main__.TestAssertClose) ... ok (0.003s) 2022-05-18T07:36:44.1590110Z test_mismatching_stride_no_check (__main__.TestAssertClose) ... ok (0.003s) 2022-05-18T07:36:44.1619830Z test_mismatching_types (__main__.TestAssertClose) ... ok (0.003s) 2022-05-18T07:36:44.1650380Z test_mismatching_types_subclasses (__main__.TestAssertClose) ... ok (0.003s) 2022-05-18T07:36:44.1671240Z test_mismatching_types_type_equality (__main__.TestAssertClose) ... ok (0.002s) 2022-05-18T07:36:44.1697710Z test_mismatching_values (__main__.TestAssertClose) ... ok (0.003s) 2022-05-18T07:36:44.1732660Z test_mismatching_values_atol (__main__.TestAssertClose) ... ok (0.003s) 2022-05-18T07:36:44.1767070Z test_mismatching_values_rtol (__main__.TestAssertClose) ... ok (0.003s) 2022-05-18T07:36:44.1780260Z test_none (__main__.TestAssertClose) ... ok (0.001s) 2022-05-18T07:36:44.1822440Z test_none_mismatch (__main__.TestAssertClose) ... ok (0.004s) 2022-05-18T07:36:44.1862900Z test_numpy (__main__.TestAssertClose) ... ok (0.004s) 2022-05-18T07:36:44.1882330Z test_only_atol (__main__.TestAssertClose) ... ok (0.002s) 2022-05-18T07:36:44.1902730Z test_only_rtol (__main__.TestAssertClose) ... ok (0.002s) 2022-05-18T07:36:44.1966530Z test_scalar (__main__.TestAssertClose) ... ok (0.006s) 2022-05-18T07:36:44.2000390Z test_unexpected_error_compare (__main__.TestAssertClose) ... ok (0.003s) 2022-05-18T07:36:44.2020340Z test_unexpected_error_originate (__main__.TestAssertClose) ... ok (0.002s) 2022-05-18T07:36:44.2054610Z test_unknown_layout (__main__.TestAssertClose) ... ok (0.003s) 2022-05-18T07:36:44.2081630Z test_unknown_type (__main__.TestAssertClose) ... ok (0.003s) 2022-05-18T07:36:44.2094920Z test_mapping_mismatching_keys (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-05-18T07:36:44.2113800Z test_mapping_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.002s) 2022-05-18T07:36:44.2125360Z test_sequence_mismatching_len (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-05-18T07:36:44.2142050Z test_sequence_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.002s) 2022-05-18T07:36:44.2202980Z test_abs_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.006s) 2022-05-18T07:36:44.2232370Z test_abs_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-05-18T07:36:44.2287900Z test_atol (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-05-18T07:36:44.2310000Z test_identifier_scalars (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-05-18T07:36:44.2354860Z test_identifier_tensor_likes (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-05-18T07:36:44.2401330Z test_mismatched_elements (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-05-18T07:36:44.2430630Z test_msg (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-05-18T07:36:44.2555640Z test_not_close (__main__.TestAssertCloseErrorMessage) ... ok (0.012s) 2022-05-18T07:36:44.2605580Z test_not_equal (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-05-18T07:36:44.2657330Z test_rel_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-05-18T07:36:44.2683630Z test_rel_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-05-18T07:36:44.2738230Z test_rtol (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-05-18T07:36:44.2791030Z test_zero_div_zero (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-05-18T07:36:44.2825820Z test_matching_per_channel (__main__.TestAssertCloseQuantized) ... ok (0.003s) 2022-05-18T07:36:44.2859190Z test_matching_per_tensor (__main__.TestAssertCloseQuantized) ... ok (0.003s) 2022-05-18T07:36:44.2883040Z test_mismatching_is_quantized (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-05-18T07:36:44.2910810Z test_mismatching_qscheme (__main__.TestAssertCloseQuantized) ... ok (0.003s) 2022-05-18T07:36:44.2944550Z test_matching (__main__.TestAssertCloseSparseBSC) ... ok (0.003s) 2022-05-18T07:36:44.2999800Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.005s) 2022-05-18T07:36:44.3057680Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.006s) 2022-05-18T07:36:44.3119490Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.006s) 2022-05-18T07:36:44.3154100Z test_matching (__main__.TestAssertCloseSparseBSR) ... ok (0.003s) 2022-05-18T07:36:44.3211570Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.006s) 2022-05-18T07:36:44.3265810Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.005s) 2022-05-18T07:36:44.3329500Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.006s) 2022-05-18T07:36:44.3362930Z test_matching_coalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-05-18T07:36:44.3392080Z test_matching_uncoalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-05-18T07:36:44.3446980Z test_mismatching_indices_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.005s) 2022-05-18T07:36:44.3480610Z test_mismatching_nnz (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-05-18T07:36:44.3513100Z test_mismatching_sparse_dims (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-05-18T07:36:44.3569580Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.005s) 2022-05-18T07:36:44.3603560Z test_matching (__main__.TestAssertCloseSparseCSC) ... ok (0.003s) 2022-05-18T07:36:44.3658600Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.005s) 2022-05-18T07:36:44.3715490Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.006s) 2022-05-18T07:36:44.3774810Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.006s) 2022-05-18T07:36:44.3809320Z test_matching (__main__.TestAssertCloseSparseCSR) ... ok (0.003s) 2022-05-18T07:36:44.3866580Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.006s) 2022-05-18T07:36:44.3920160Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.005s) 2022-05-18T07:36:44.3979770Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.006s) 2022-05-18T07:36:51.7145770Z test_filtering_env_var (__main__.TestFrameworkUtils) ... ok (7.316s) 2022-05-18T07:36:51.7204800Z test_default_names (__main__.TestTestParametrization) ... ok (0.005s) 2022-05-18T07:36:51.7222080Z test_modules_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.002s) 2022-05-18T07:36:51.7240120Z test_multiple_handling_of_same_param_error (__main__.TestTestParametrization) ... ok (0.002s) 2022-05-18T07:36:51.7280680Z test_name_fn (__main__.TestTestParametrization) ... ok (0.004s) 2022-05-18T07:36:51.7300380Z test_ops_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.002s) 2022-05-18T07:36:51.7312080Z test_subtest_expected_failure_x_1 (__main__.TestTestParametrization) ... ok (0.001s) 2022-05-18T07:36:51.7325380Z test_subtest_expected_failure_x_2 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-05-18T07:36:51.7336940Z test_subtest_expected_failure_x_3 (__main__.TestTestParametrization) ... ok (0.001s) 2022-05-18T07:36:51.7366360Z test_subtest_names (__main__.TestTestParametrization) ... ok (0.003s) 2022-05-18T07:36:51.7381790Z test_two_things_subtest_expected_failure_x_1_y_4 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-05-18T07:36:51.7397120Z test_two_things_subtest_expected_failure_x_1_y_5 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-05-18T07:36:51.7412020Z test_two_things_subtest_expected_failure_x_1_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-05-18T07:36:51.7425820Z test_two_things_subtest_expected_failure_x_2_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-05-18T07:36:51.7439650Z test_two_things_subtest_expected_failure_x_2_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-05-18T07:36:51.7454730Z test_two_things_subtest_expected_failure_x_2_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-05-18T07:36:51.7468480Z test_two_things_subtest_expected_failure_x_3_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-05-18T07:36:51.7481740Z test_two_things_subtest_expected_failure_x_3_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-05-18T07:36:51.7496520Z test_two_things_subtest_expected_failure_x_3_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-05-18T07:36:51.7535530Z test_default_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.004s) 2022-05-18T07:36:51.7566370Z test_dtypes_composition_invalid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.003s) 2022-05-18T07:36:51.7593570Z test_dtypes_composition_valid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.003s) 2022-05-18T07:36:51.7619180Z test_multiple_handling_of_same_param_error_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.003s) 2022-05-18T07:36:51.7661260Z test_name_fn_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.004s) 2022-05-18T07:36:52.4965990Z test_ops_composition_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.730s) 2022-05-18T07:36:52.4979820Z test_subtest_expected_failure_x_1_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-05-18T07:36:52.4993490Z test_subtest_expected_failure_x_2_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-05-18T07:36:52.5005010Z test_subtest_expected_failure_x_3_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-05-18T07:36:52.5034380Z test_subtest_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.003s) 2022-05-18T07:36:52.5049940Z test_two_things_subtest_expected_failure_x_1_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-05-18T07:36:52.5065100Z test_two_things_subtest_expected_failure_x_1_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-05-18T07:36:52.5080510Z test_two_things_subtest_expected_failure_x_1_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-05-18T07:36:52.5094850Z test_two_things_subtest_expected_failure_x_2_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-05-18T07:36:52.5108180Z test_two_things_subtest_expected_failure_x_2_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-05-18T07:36:52.5123870Z test_two_things_subtest_expected_failure_x_2_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-05-18T07:36:52.5137380Z test_two_things_subtest_expected_failure_x_3_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-05-18T07:36:52.5151100Z test_two_things_subtest_expected_failure_x_3_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-05-18T07:36:52.5166260Z test_two_things_subtest_expected_failure_x_3_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-05-18T07:36:52.5191100Z test_unparametrized_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-05-18T07:36:52.5241610Z test_assertEqual_numpy_cpu_bool (__main__.TestTestingCPU) ... ok (0.005s) 2022-05-18T07:36:52.5297110Z test_assertEqual_numpy_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.005s) 2022-05-18T07:36:52.5358710Z test_assertEqual_numpy_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.006s) 2022-05-18T07:36:52.5420400Z test_assertEqual_numpy_cpu_float16 (__main__.TestTestingCPU) ... ok (0.006s) 2022-05-18T07:36:52.5487630Z test_assertEqual_numpy_cpu_float32 (__main__.TestTestingCPU) ... ok (0.007s) 2022-05-18T07:36:52.5552530Z test_assertEqual_numpy_cpu_float64 (__main__.TestTestingCPU) ... ok (0.006s) 2022-05-18T07:36:52.5602920Z test_assertEqual_numpy_cpu_int16 (__main__.TestTestingCPU) ... ok (0.005s) 2022-05-18T07:36:52.5651720Z test_assertEqual_numpy_cpu_int32 (__main__.TestTestingCPU) ... ok (0.005s) 2022-05-18T07:36:52.5699750Z test_assertEqual_numpy_cpu_int64 (__main__.TestTestingCPU) ... ok (0.005s) 2022-05-18T07:36:52.5747950Z test_assertEqual_numpy_cpu_int8 (__main__.TestTestingCPU) ... ok (0.005s) 2022-05-18T07:36:52.5797980Z test_assertEqual_numpy_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.005s) 2022-05-18T07:36:52.5813090Z test_cuda_assert_should_not_stop_common_distributed_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:36:52.5827080Z test_cuda_assert_should_stop_common_device_type_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:36:52.5840400Z test_cuda_assert_should_stop_common_utils_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T07:36:52.6885270Z test_get_supported_dtypes_cpu (__main__.TestTestingCPU) ... ok (0.104s) 2022-05-18T07:36:52.7036740Z test_isclose_atol_rtol_greater_than_zero_cpu_bool (__main__.TestTestingCPU) ... ok (0.015s) 2022-05-18T07:36:52.7186330Z test_isclose_atol_rtol_greater_than_zero_cpu_float16 (__main__.TestTestingCPU) ... ok (0.015s) 2022-05-18T07:36:52.7339080Z test_isclose_atol_rtol_greater_than_zero_cpu_float32 (__main__.TestTestingCPU) ... ok (0.015s) 2022-05-18T07:36:52.7490890Z test_isclose_atol_rtol_greater_than_zero_cpu_float64 (__main__.TestTestingCPU) ... ok (0.015s) 2022-05-18T07:36:52.7642610Z test_isclose_atol_rtol_greater_than_zero_cpu_int16 (__main__.TestTestingCPU) ... ok (0.015s) 2022-05-18T07:36:52.7795600Z test_isclose_atol_rtol_greater_than_zero_cpu_int32 (__main__.TestTestingCPU) ... ok (0.015s) 2022-05-18T07:36:52.7947740Z test_isclose_atol_rtol_greater_than_zero_cpu_int64 (__main__.TestTestingCPU) ... ok (0.015s) 2022-05-18T07:36:52.8097980Z test_isclose_atol_rtol_greater_than_zero_cpu_int8 (__main__.TestTestingCPU) ... ok (0.015s) 2022-05-18T07:36:52.8247390Z test_isclose_atol_rtol_greater_than_zero_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.015s) 2022-05-18T07:36:52.8269980Z test_isclose_bool_cpu (__main__.TestTestingCPU) ... ok (0.002s) 2022-05-18T07:36:52.8411580Z test_isclose_complex_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.014s) 2022-05-18T07:36:52.8557010Z test_isclose_complex_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.014s) 2022-05-18T07:36:52.8571840Z test_isclose_equality_shortcut_cpu (__main__.TestTestingCPU) ... ok (0.002s) 2022-05-18T07:36:52.8633150Z test_isclose_float_cpu_float16 (__main__.TestTestingCPU) ... ok (0.006s) 2022-05-18T07:36:52.8694740Z test_isclose_float_cpu_float32 (__main__.TestTestingCPU) ... ok (0.006s) 2022-05-18T07:36:52.8753490Z test_isclose_float_cpu_float64 (__main__.TestTestingCPU) ... ok (0.006s) 2022-05-18T07:36:52.8790750Z test_isclose_integer_cpu_int16 (__main__.TestTestingCPU) ... ok (0.004s) 2022-05-18T07:36:52.8825830Z test_isclose_integer_cpu_int32 (__main__.TestTestingCPU) ... ok (0.003s) 2022-05-18T07:36:52.8860670Z test_isclose_integer_cpu_int64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-05-18T07:36:52.8896870Z test_isclose_integer_cpu_int8 (__main__.TestTestingCPU) ... ok (0.003s) 2022-05-18T07:36:52.8932220Z test_isclose_integer_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.003s) 2022-05-18T07:36:52.8950930Z test_isclose_nan_equality_shortcut_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.002s) 2022-05-18T07:36:52.8968480Z test_isclose_nan_equality_shortcut_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.002s) 2022-05-18T07:36:52.8986290Z test_isclose_nan_equality_shortcut_cpu_float16 (__main__.TestTestingCPU) ... ok (0.002s) 2022-05-18T07:36:52.9003310Z test_isclose_nan_equality_shortcut_cpu_float32 (__main__.TestTestingCPU) ... ok (0.002s) 2022-05-18T07:36:52.9020830Z test_isclose_nan_equality_shortcut_cpu_float64 (__main__.TestTestingCPU) ... ok (0.002s) 2022-05-18T07:36:52.9037050Z test_make_tensor_complex32_cpu (__main__.TestTestingCPU) ... ok (0.002s) 2022-05-18T07:36:52.9124790Z test_make_tensor_cpu_bool (__main__.TestTestingCPU) ... ok (0.009s) 2022-05-18T07:36:52.9228500Z test_make_tensor_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.010s) 2022-05-18T07:36:52.9332370Z test_make_tensor_cpu_float32 (__main__.TestTestingCPU) ... ok (0.010s) 2022-05-18T07:36:52.9425690Z test_make_tensor_cpu_int64 (__main__.TestTestingCPU) ... ok (0.009s) 2022-05-18T07:36:52.9885480Z 2022-05-18T07:36:52.9886160Z ---------------------------------------------------------------------- 2022-05-18T07:36:52.9886950Z Ran 161 tests in 9.323s 2022-05-18T07:36:52.9887170Z 2022-05-18T07:36:52.9887300Z OK (skipped=3, expected failures=12) 2022-05-18T07:36:52.9887460Z 2022-05-18T07:36:52.9887560Z Generating XML reports... 2022-05-18T07:36:52.9888150Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertClose-20220518073643.xml 2022-05-18T07:36:52.9888780Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20220518073643.xml 2022-05-18T07:36:52.9889450Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20220518073643.xml 2022-05-18T07:36:52.9890470Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20220518073643.xml 2022-05-18T07:36:52.9891160Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20220518073643.xml 2022-05-18T07:36:52.9891810Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20220518073643.xml 2022-05-18T07:36:52.9892450Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20220518073643.xml 2022-05-18T07:36:52.9893080Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20220518073643.xml 2022-05-18T07:36:52.9893710Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20220518073643.xml 2022-05-18T07:36:52.9894360Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20220518073643.xml 2022-05-18T07:36:52.9894980Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20220518073643.xml 2022-05-18T07:36:52.9895970Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20220518073643.xml 2022-05-18T07:36:52.9896710Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20220518073643.xml 2022-05-18T07:36:53.3849090Z Running test_type_hints ... [2022-05-18 07:36:53.384541] 2022-05-18T07:36:53.3849760Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_type_hints.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 07:36:53.384656] 2022-05-18T07:36:54.6235140Z 2022-05-18T07:36:54.6235540Z Running tests... 2022-05-18T07:36:54.6236250Z ---------------------------------------------------------------------- 2022-05-18T07:36:54.6236760Z Test results will be stored in test-reports/python-unittest/test_type_hints 2022-05-18T07:36:54.6255800Z test_doc_examples (__main__.TestTypeHints) 2022-05-18T07:36:54.6256820Z Run documentation examples through mypy. ... skip: need mypy (0.002s) 2022-05-18T07:36:54.6314760Z 2022-05-18T07:36:54.6317450Z ---------------------------------------------------------------------- 2022-05-18T07:36:54.6318070Z Ran 1 test in 0.002s 2022-05-18T07:36:54.6318290Z 2022-05-18T07:36:54.6318400Z OK (skipped=1) 2022-05-18T07:36:54.6318520Z 2022-05-18T07:36:54.6318850Z Generating XML reports... 2022-05-18T07:36:54.6319670Z Generated XML report: test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20220518073654.xml 2022-05-18T07:36:54.8054260Z Running test_type_promotion ... [2022-05-18 07:36:54.804786] 2022-05-18T07:36:54.8054950Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_type_promotion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 07:36:54.804911] 2022-05-18T07:36:56.5065110Z 2022-05-18T07:36:56.5065890Z Test results will be stored in test-reports/python-unittest/test_type_promotion 2022-05-18T07:36:56.5066240Z Running tests... 2022-05-18T07:36:56.5066800Z ---------------------------------------------------------------------- 2022-05-18T07:36:56.5111320Z test_add_wrapped_cpu (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-05-18T07:36:56.5413950Z test_alpha_mismatch_cpu (__main__.TestTypePromotionCPU) ... ok (0.030s) 2022-05-18T07:36:56.5619250Z test_alternate_result_cpu (__main__.TestTypePromotionCPU) ... ok (0.020s) 2022-05-18T07:36:56.5730750Z test_bfloat16_cpu (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-05-18T07:36:56.5887270Z test_booleans_cpu (__main__.TestTypePromotionCPU) ... test_type_promotion.py:352: UserWarning: This overload of add is deprecated: 2022-05-18T07:36:56.5887770Z add(Tensor input, Number alpha, Tensor other, *, Tensor out) 2022-05-18T07:36:56.5888090Z Consider using one of the following signatures instead: 2022-05-18T07:36:56.5888500Z add(Tensor input, Tensor other, *, Number alpha, Tensor out) (Triggered internally at ../torch/csrc/utils/python_arg_parser.cpp:1174.) 2022-05-18T07:36:56.5889760Z self.assertEqual(torch.add(torch.tensor(True, device=device), 2022-05-18T07:36:56.5890030Z ok (0.016s) 2022-05-18T07:36:56.5901850Z test_can_cast_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-05-18T07:36:56.6186250Z test_cat_different_dtypes_cpu (__main__.TestTypePromotionCPU) ... ok (0.028s) 2022-05-18T07:36:59.5088840Z test_cat_out_different_dtypes_cpu (__main__.TestTypePromotionCPU) ... ok (2.890s) 2022-05-18T07:36:59.5154530Z test_clamp_type_promotion_cpu_bool_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-05-18T07:36:59.5227830Z test_clamp_type_promotion_cpu_bool_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-05-18T07:36:59.5299510Z test_clamp_type_promotion_cpu_bool_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-05-18T07:36:59.5370900Z test_clamp_type_promotion_cpu_bool_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-05-18T07:36:59.5460230Z test_clamp_type_promotion_cpu_bool_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-05-18T07:36:59.5550470Z test_clamp_type_promotion_cpu_bool_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-05-18T07:36:59.5641520Z test_clamp_type_promotion_cpu_bool_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-05-18T07:36:59.5728820Z test_clamp_type_promotion_cpu_bool_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-05-18T07:36:59.5816120Z test_clamp_type_promotion_cpu_bool_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-05-18T07:36:59.5904920Z test_clamp_type_promotion_cpu_bool_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-05-18T07:36:59.5994120Z test_clamp_type_promotion_cpu_bool_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-05-18T07:36:59.6080940Z test_clamp_type_promotion_cpu_bool_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-05-18T07:36:59.6166710Z test_clamp_type_promotion_cpu_bool_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-05-18T07:36:59.6250270Z test_clamp_type_promotion_cpu_bool_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-05-18T07:36:59.6333830Z test_clamp_type_promotion_cpu_bool_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-05-18T07:36:59.6416600Z test_clamp_type_promotion_cpu_bool_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-05-18T07:36:59.6521510Z test_clamp_type_promotion_cpu_float32_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-05-18T07:36:59.6623640Z test_clamp_type_promotion_cpu_float32_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-05-18T07:36:59.6724710Z test_clamp_type_promotion_cpu_float32_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-05-18T07:36:59.6827590Z test_clamp_type_promotion_cpu_float32_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-05-18T07:36:59.6931820Z test_clamp_type_promotion_cpu_float32_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-05-18T07:36:59.7038190Z test_clamp_type_promotion_cpu_float32_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-05-18T07:36:59.7144570Z test_clamp_type_promotion_cpu_float32_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-05-18T07:36:59.7253650Z test_clamp_type_promotion_cpu_float32_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-05-18T07:36:59.7353610Z test_clamp_type_promotion_cpu_float32_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-05-18T07:36:59.7460030Z test_clamp_type_promotion_cpu_float32_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-05-18T07:36:59.7566330Z test_clamp_type_promotion_cpu_float32_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-05-18T07:36:59.7669230Z test_clamp_type_promotion_cpu_float32_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-05-18T07:36:59.7779910Z test_clamp_type_promotion_cpu_float32_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-05-18T07:36:59.7882250Z test_clamp_type_promotion_cpu_float32_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-05-18T07:36:59.7987470Z test_clamp_type_promotion_cpu_float32_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-05-18T07:36:59.8095360Z test_clamp_type_promotion_cpu_float32_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-05-18T07:36:59.8202830Z test_clamp_type_promotion_cpu_float64_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-05-18T07:36:59.8307020Z test_clamp_type_promotion_cpu_float64_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-05-18T07:36:59.8409100Z test_clamp_type_promotion_cpu_float64_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-05-18T07:36:59.8511050Z test_clamp_type_promotion_cpu_float64_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-05-18T07:36:59.8611210Z test_clamp_type_promotion_cpu_float64_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-05-18T07:36:59.8716070Z test_clamp_type_promotion_cpu_float64_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-05-18T07:36:59.8819670Z test_clamp_type_promotion_cpu_float64_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-05-18T07:36:59.8921200Z test_clamp_type_promotion_cpu_float64_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-05-18T07:36:59.9020090Z test_clamp_type_promotion_cpu_float64_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-05-18T07:36:59.9134170Z test_clamp_type_promotion_cpu_float64_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-05-18T07:36:59.9244930Z test_clamp_type_promotion_cpu_float64_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-05-18T07:36:59.9359390Z test_clamp_type_promotion_cpu_float64_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-05-18T07:36:59.9473580Z test_clamp_type_promotion_cpu_float64_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-05-18T07:36:59.9616570Z test_clamp_type_promotion_cpu_float64_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-05-18T07:36:59.9720590Z test_clamp_type_promotion_cpu_float64_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-05-18T07:36:59.9839760Z test_clamp_type_promotion_cpu_float64_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-05-18T07:36:59.9959890Z test_clamp_type_promotion_cpu_int32_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-05-18T07:37:00.0052680Z test_clamp_type_promotion_cpu_int32_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-05-18T07:37:00.0142780Z test_clamp_type_promotion_cpu_int32_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-05-18T07:37:00.0241040Z test_clamp_type_promotion_cpu_int32_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-05-18T07:37:00.0332550Z test_clamp_type_promotion_cpu_int32_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-05-18T07:37:00.0425010Z test_clamp_type_promotion_cpu_int32_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-05-18T07:37:00.0515490Z test_clamp_type_promotion_cpu_int32_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-05-18T07:37:00.0603320Z test_clamp_type_promotion_cpu_int32_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-05-18T07:37:00.0691540Z test_clamp_type_promotion_cpu_int32_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-05-18T07:37:00.0782460Z test_clamp_type_promotion_cpu_int32_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-05-18T07:37:00.0870530Z test_clamp_type_promotion_cpu_int32_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-05-18T07:37:00.0955110Z test_clamp_type_promotion_cpu_int32_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-05-18T07:37:00.1046140Z test_clamp_type_promotion_cpu_int32_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-05-18T07:37:00.1134800Z test_clamp_type_promotion_cpu_int32_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-05-18T07:37:00.1223700Z test_clamp_type_promotion_cpu_int32_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-05-18T07:37:00.1317900Z test_clamp_type_promotion_cpu_int32_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-05-18T07:37:00.5398230Z test_comparison_ops_with_type_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.408s) 2022-05-18T07:37:01.7157460Z test_complex_assertraises_cpu (__main__.TestTypePromotionCPU) ... ok (1.176s) 2022-05-18T07:37:01.7320820Z test_complex_half_cpu (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-05-18T07:37:01.7365920Z test_complex_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:01.7391480Z test_complex_scalar_mult_tensor_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-05-18T07:37:01.7435640Z test_computation_ignores_out_cpu (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-05-18T07:37:01.7494180Z test_create_bool_tensors_cpu (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-05-18T07:37:01.7541160Z test_div_promotion_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-05-18T07:37:01.7622530Z test_div_promotion_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-05-18T07:37:01.7657090Z test_div_promotion_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-05-18T07:37:01.7706240Z test_div_promotion_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-05-18T07:37:01.7751310Z test_div_promotion_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:01.7799540Z test_div_promotion_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-05-18T07:37:01.8236060Z test_div_promotion_inplace_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.044s) 2022-05-18T07:37:01.8276710Z test_div_promotion_inplace_cpu_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:01.8312960Z test_div_promotion_inplace_cpu_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:01.8633240Z test_div_promotion_inplace_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.032s) 2022-05-18T07:37:01.8948560Z test_div_promotion_inplace_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.031s) 2022-05-18T07:37:01.9269890Z test_div_promotion_inplace_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.032s) 2022-05-18T07:37:01.9587760Z test_div_promotion_inplace_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.032s) 2022-05-18T07:37:01.9905130Z test_div_promotion_inplace_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.032s) 2022-05-18T07:37:02.0222930Z test_div_promotion_out_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.032s) 2022-05-18T07:37:02.0260960Z test_div_promotion_out_cpu_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:02.0295640Z test_div_promotion_out_cpu_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-05-18T07:37:02.0615840Z test_div_promotion_out_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.032s) 2022-05-18T07:37:02.0933710Z test_div_promotion_out_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.032s) 2022-05-18T07:37:02.1256780Z test_div_promotion_out_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.032s) 2022-05-18T07:37:02.1579700Z test_div_promotion_out_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.032s) 2022-05-18T07:37:02.1898970Z test_div_promotion_out_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.032s) 2022-05-18T07:37:02.1931660Z test_float_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-05-18T07:37:02.1968860Z test_from_issue_cpu (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:02.1993790Z test_half_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-05-18T07:37:02.2034940Z test_indexing_cpu (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:02.2197660Z test_indexing_fail_cpu (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-05-18T07:37:02.2535970Z test_inplace_cpu (__main__.TestTypePromotionCPU) ... ok (0.034s) 2022-05-18T07:37:02.2558810Z test_int_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-05-18T07:37:02.2575730Z test_int_to_float_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-05-18T07:37:02.2801590Z test_integer_addcdiv_deprecated_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.022s) 2022-05-18T07:37:02.3024360Z test_integer_addcdiv_deprecated_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.022s) 2022-05-18T07:37:02.3250680Z test_integer_addcdiv_deprecated_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.023s) 2022-05-18T07:37:02.3473370Z test_integer_addcdiv_deprecated_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.022s) 2022-05-18T07:37:02.3694300Z test_integer_addcdiv_deprecated_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.022s) 2022-05-18T07:37:02.3739200Z test_lt_with_type_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-05-18T07:37:03.0898980Z test_many_promotions_cpu (__main__.TestTypePromotionCPU) ... ok (0.716s) 2022-05-18T07:37:03.1016540Z test_mixed_type_backward_cpu (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-05-18T07:37:03.1145290Z test_non_promoting_ops_cpu (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-05-18T07:37:03.1190820Z test_numpy_array_binary_ufunc_promotion_cpu_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-05-18T07:37:03.1233580Z test_numpy_array_binary_ufunc_promotion_cpu_bool_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.1283430Z test_numpy_array_binary_ufunc_promotion_cpu_bool_complex64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-05-18T07:37:03.1326570Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.1369600Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.1413260Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.1455720Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.1499110Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.1542540Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.1587570Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.1632250Z test_numpy_array_binary_ufunc_promotion_cpu_bool_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.1677420Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.1720090Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.1763130Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.1807060Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.1850440Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.1893250Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.1937740Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.1983130Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.2026750Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.2076180Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int8 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-05-18T07:37:03.2119830Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.2162880Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.2205810Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.2247900Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.2290260Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.2333000Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.2376910Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.2419980Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.2462550Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.2506310Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.2548980Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.2591370Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.2633810Z test_numpy_array_binary_ufunc_promotion_cpu_float16_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.2676930Z test_numpy_array_binary_ufunc_promotion_cpu_float16_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.2720510Z test_numpy_array_binary_ufunc_promotion_cpu_float16_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.2762220Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.2804860Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.2848190Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.2892130Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.2935060Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.2978460Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.3021890Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.3066990Z test_numpy_array_binary_ufunc_promotion_cpu_float16_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.3115150Z test_numpy_array_binary_ufunc_promotion_cpu_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-05-18T07:37:03.3159660Z test_numpy_array_binary_ufunc_promotion_cpu_float32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.3202890Z test_numpy_array_binary_ufunc_promotion_cpu_float32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.3245340Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.3291410Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.3335330Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.3379390Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.3424120Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.3467690Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.3512180Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.3556050Z test_numpy_array_binary_ufunc_promotion_cpu_float32_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.3599490Z test_numpy_array_binary_ufunc_promotion_cpu_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.3644690Z test_numpy_array_binary_ufunc_promotion_cpu_float64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.3689410Z test_numpy_array_binary_ufunc_promotion_cpu_float64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.3732460Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.3778980Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-05-18T07:37:03.3821520Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.3865330Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.3908000Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.3951350Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.3993850Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.4036520Z test_numpy_array_binary_ufunc_promotion_cpu_float64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.4079390Z test_numpy_array_binary_ufunc_promotion_cpu_int16_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.4124380Z test_numpy_array_binary_ufunc_promotion_cpu_int16_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.4168150Z test_numpy_array_binary_ufunc_promotion_cpu_int16_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.4215800Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float16 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-05-18T07:37:03.4259460Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.4303310Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.4345650Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.4389450Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.4432040Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.4476070Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.4519390Z test_numpy_array_binary_ufunc_promotion_cpu_int16_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.4562850Z test_numpy_array_binary_ufunc_promotion_cpu_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.4607510Z test_numpy_array_binary_ufunc_promotion_cpu_int32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.4650800Z test_numpy_array_binary_ufunc_promotion_cpu_int32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.4695350Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.4738300Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.4781190Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.4824260Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.4866860Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.4909450Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.4954030Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.4998710Z test_numpy_array_binary_ufunc_promotion_cpu_int32_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.5044130Z test_numpy_array_binary_ufunc_promotion_cpu_int64_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.5090480Z test_numpy_array_binary_ufunc_promotion_cpu_int64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-05-18T07:37:03.5134610Z test_numpy_array_binary_ufunc_promotion_cpu_int64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.5177880Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.5220660Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.5262690Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.5309210Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int16 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-05-18T07:37:03.5353790Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.5403330Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.5442050Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.5484770Z test_numpy_array_binary_ufunc_promotion_cpu_int64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.5527720Z test_numpy_array_binary_ufunc_promotion_cpu_int8_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.5570780Z test_numpy_array_binary_ufunc_promotion_cpu_int8_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.5613980Z test_numpy_array_binary_ufunc_promotion_cpu_int8_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.5656860Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.5700810Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.5743950Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.5786950Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.5829210Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.5872140Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.5913740Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.5956560Z test_numpy_array_binary_ufunc_promotion_cpu_int8_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.5999890Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.6043190Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.6086330Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.6129210Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.6171860Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.6214410Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.6257510Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.6300610Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.6343400Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.6391500Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int8 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-05-18T07:37:03.6435350Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-05-18T07:37:03.6465920Z test_promote_self_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-05-18T07:37:03.6484550Z test_promote_types_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-05-18T07:37:03.6520120Z test_result_type_cpu_bfloat16_bfloat16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.6565750Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:03.6603200Z test_result_type_cpu_bfloat16_bool (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.6639910Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:03.6676250Z test_result_type_cpu_bfloat16_complex128 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.6724630Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:03.6760540Z test_result_type_cpu_bfloat16_complex64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.6807050Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:03.6842490Z test_result_type_cpu_bfloat16_float16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.6883130Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:03.6918190Z test_result_type_cpu_bfloat16_float32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.6957420Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:03.6992930Z test_result_type_cpu_bfloat16_float64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.7031460Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:03.7066670Z test_result_type_cpu_bfloat16_int16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.7100690Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:03.7136990Z test_result_type_cpu_bfloat16_int32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.7174960Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:03.7211860Z test_result_type_cpu_bfloat16_int64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.7246550Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:03.7281810Z test_result_type_cpu_bfloat16_int8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.7316700Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:03.7352150Z test_result_type_cpu_bfloat16_uint8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.7387110Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:03.7422440Z test_result_type_cpu_bool_bfloat16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.7456700Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:03.7492090Z test_result_type_cpu_bool_bool (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.7518560Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:03.7555890Z test_result_type_cpu_bool_complex128 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.7595190Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:03.7632980Z test_result_type_cpu_bool_complex64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.7680000Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:03.7717510Z test_result_type_cpu_bool_float16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.7757760Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:03.7795940Z test_result_type_cpu_bool_float32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.7832390Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:03.7868130Z test_result_type_cpu_bool_float64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.7902690Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:03.7938360Z test_result_type_cpu_bool_int16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.7966420Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:03.8002190Z test_result_type_cpu_bool_int32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.8031630Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:03.8066400Z test_result_type_cpu_bool_int64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.8094650Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:03.8130320Z test_result_type_cpu_bool_int8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.8158720Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:03.8194630Z test_result_type_cpu_bool_uint8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.8221860Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:03.8258360Z test_result_type_cpu_complex128_bfloat16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.8304010Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:03.8339970Z test_result_type_cpu_complex128_bool (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.8379880Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:03.8415950Z test_result_type_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.8464970Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:03.8501270Z test_result_type_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.8550930Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:03.8586800Z test_result_type_cpu_complex128_float16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.8632260Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:03.8668260Z test_result_type_cpu_complex128_float32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.8713210Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:03.8749360Z test_result_type_cpu_complex128_float64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.8794410Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:03.8830670Z test_result_type_cpu_complex128_int16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.8870140Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:03.8905890Z test_result_type_cpu_complex128_int32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.8945640Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:03.8981590Z test_result_type_cpu_complex128_int64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.9021360Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:03.9057610Z test_result_type_cpu_complex128_int8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.9099680Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:03.9133740Z test_result_type_cpu_complex128_uint8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.9173910Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:03.9209730Z test_result_type_cpu_complex64_bfloat16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.9256960Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:03.9292610Z test_result_type_cpu_complex64_bool (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.9331960Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:03.9369200Z test_result_type_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.9418630Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-05-18T07:37:03.9454890Z test_result_type_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.9504090Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:03.9540200Z test_result_type_cpu_complex64_float16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.9586000Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:03.9622320Z test_result_type_cpu_complex64_float32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.9668610Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:03.9704880Z test_result_type_cpu_complex64_float64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.9749270Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:03.9785160Z test_result_type_cpu_complex64_int16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.9824980Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:03.9860920Z test_result_type_cpu_complex64_int32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.9900320Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:03.9936440Z test_result_type_cpu_complex64_int64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:03.9976460Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.0012330Z test_result_type_cpu_complex64_int8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.0051440Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.0087430Z test_result_type_cpu_complex64_uint8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.0126920Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.0162600Z test_result_type_cpu_float16_bfloat16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.0203570Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:04.0239410Z test_result_type_cpu_float16_bool (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.0274290Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.0310400Z test_result_type_cpu_float16_complex128 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.0356870Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:04.0392660Z test_result_type_cpu_float16_complex64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.0440800Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:04.0476660Z test_result_type_cpu_float16_float16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.0525210Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:04.0555520Z test_result_type_cpu_float16_float32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.0597030Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:04.0633210Z test_result_type_cpu_float16_float64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.0672950Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.0709050Z test_result_type_cpu_float16_int16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.0743970Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.0780400Z test_result_type_cpu_float16_int32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.0815920Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.0851440Z test_result_type_cpu_float16_int64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.0886810Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.0923180Z test_result_type_cpu_float16_int8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.0958150Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.0993910Z test_result_type_cpu_float16_uint8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.1029000Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.1064730Z test_result_type_cpu_float32_bfloat16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.1104970Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:04.1140860Z test_result_type_cpu_float32_bool (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.1175220Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.1211040Z test_result_type_cpu_float32_complex128 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.1255880Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:04.1291810Z test_result_type_cpu_float32_complex64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.1337060Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:04.1373010Z test_result_type_cpu_float32_float16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.1413600Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:04.1450210Z test_result_type_cpu_float32_float32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.1491340Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:04.1527060Z test_result_type_cpu_float32_float64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.1569430Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:04.1609050Z test_result_type_cpu_float32_int16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.1648840Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:04.1689220Z test_result_type_cpu_float32_int32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.1725450Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:04.1762420Z test_result_type_cpu_float32_int64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.1797560Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.1833330Z test_result_type_cpu_float32_int8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.1868410Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.1904020Z test_result_type_cpu_float32_uint8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.1938850Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.1974560Z test_result_type_cpu_float64_bfloat16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.2014710Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.2050460Z test_result_type_cpu_float64_bool (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.2084360Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.2119660Z test_result_type_cpu_float64_complex128 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.2164300Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:04.2199640Z test_result_type_cpu_float64_complex64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.2244930Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:04.2281120Z test_result_type_cpu_float64_float16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.2322620Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:04.2357890Z test_result_type_cpu_float64_float32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.2397140Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.2432750Z test_result_type_cpu_float64_float64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.2471340Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.2506670Z test_result_type_cpu_float64_int16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.2540150Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.2575810Z test_result_type_cpu_float64_int32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.2609400Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.2644880Z test_result_type_cpu_float64_int64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.2678950Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.2716090Z test_result_type_cpu_float64_int8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.2749800Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.2787100Z test_result_type_cpu_float64_uint8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.2820030Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.2857090Z test_result_type_cpu_int16_bfloat16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.2891900Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.2927660Z test_result_type_cpu_int16_bool (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.2956460Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.2992240Z test_result_type_cpu_int16_complex128 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.3031900Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.3067950Z test_result_type_cpu_int16_complex64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.3108220Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:04.3143770Z test_result_type_cpu_int16_float16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.3178310Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.3213920Z test_result_type_cpu_int16_float32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.3248530Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.3284250Z test_result_type_cpu_int16_float64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.3319440Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.3354930Z test_result_type_cpu_int16_int16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.3383740Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.3418910Z test_result_type_cpu_int16_int32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.3445920Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.3481260Z test_result_type_cpu_int16_int64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.3508650Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.3544100Z test_result_type_cpu_int16_int8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.3572630Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.3608600Z test_result_type_cpu_int16_uint8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.3636560Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.3672430Z test_result_type_cpu_int32_bfloat16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.3708120Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.3742750Z test_result_type_cpu_int32_bool (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.3770980Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.3807940Z test_result_type_cpu_int32_complex128 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.3848870Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:04.3884730Z test_result_type_cpu_int32_complex64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.3925230Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:04.3961480Z test_result_type_cpu_int32_float16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.3998270Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.4033440Z test_result_type_cpu_int32_float32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.4068370Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.4105130Z test_result_type_cpu_int32_float64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.4141270Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.4177140Z test_result_type_cpu_int32_int16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.4206960Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.4243270Z test_result_type_cpu_int32_int32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.4274380Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.4311700Z test_result_type_cpu_int32_int64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.4341070Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.4377580Z test_result_type_cpu_int32_int8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.4406510Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.4441760Z test_result_type_cpu_int32_uint8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.4469380Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.4505200Z test_result_type_cpu_int64_bfloat16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.4541430Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.4577900Z test_result_type_cpu_int64_bool (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.4606760Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.4642470Z test_result_type_cpu_int64_complex128 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.4682440Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.4718310Z test_result_type_cpu_int64_complex64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.4758430Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.4794950Z test_result_type_cpu_int64_float16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.4831780Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.4868380Z test_result_type_cpu_int64_float32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.4903610Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.4939970Z test_result_type_cpu_int64_float64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.4974760Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.5010640Z test_result_type_cpu_int64_int16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.5038570Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.5074290Z test_result_type_cpu_int64_int32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.5101680Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.5137820Z test_result_type_cpu_int64_int64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.5166650Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.5203180Z test_result_type_cpu_int64_int8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.5232570Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.5270380Z test_result_type_cpu_int64_uint8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.5299710Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.5336380Z test_result_type_cpu_int8_bfloat16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.5374910Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.5411040Z test_result_type_cpu_int8_bool (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.5440950Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.5476960Z test_result_type_cpu_int8_complex128 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.5518640Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:04.5555030Z test_result_type_cpu_int8_complex64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.5600370Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:04.5636340Z test_result_type_cpu_int8_float16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.5673340Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.5709160Z test_result_type_cpu_int8_float32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.5745070Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.5780620Z test_result_type_cpu_int8_float64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.5816090Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.5853880Z test_result_type_cpu_int8_int16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.5883860Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.5919620Z test_result_type_cpu_int8_int32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.5948300Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.5984190Z test_result_type_cpu_int8_int64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.6012610Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.6049780Z test_result_type_cpu_int8_int8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.6078170Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.6114450Z test_result_type_cpu_int8_uint8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.6143810Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.6180080Z test_result_type_cpu_uint8_bfloat16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.6215770Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.6251940Z test_result_type_cpu_uint8_bool (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.6279180Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.6315000Z test_result_type_cpu_uint8_complex128 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.6354070Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.6390250Z test_result_type_cpu_uint8_complex64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.6431730Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-05-18T07:37:04.6468300Z test_result_type_cpu_uint8_float16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.6504640Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.6541210Z test_result_type_cpu_uint8_float32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.6575310Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.6611850Z test_result_type_cpu_uint8_float64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.6646720Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-05-18T07:37:04.6682240Z test_result_type_cpu_uint8_int16 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.6711080Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.6746770Z test_result_type_cpu_uint8_int32 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.6774060Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.6810070Z test_result_type_cpu_uint8_int64 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.6838020Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.6874560Z test_result_type_cpu_uint8_int8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.6904020Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.6940510Z test_result_type_cpu_uint8_uint8 (__main__.TestTypePromotionCPU) 2022-05-18T07:37:04.6968850Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-05-18T07:37:04.7038210Z test_result_type_tensor_vs_scalar_cpu (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-05-18T07:37:07.3767830Z test_sparse_add_cpu (__main__.TestTypePromotionCPU) ... ok (2.673s) 2022-05-18T07:37:07.6885580Z test_sparse_div_cpu (__main__.TestTypePromotionCPU) ... ok (0.312s) 2022-05-18T07:37:07.6919520Z test_sparse_div_promotion_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-05-18T07:37:07.6952110Z test_sparse_div_promotion_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-05-18T07:37:07.6983610Z test_sparse_div_promotion_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-05-18T07:37:07.7015460Z test_sparse_div_promotion_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-05-18T07:37:07.7048020Z test_sparse_div_promotion_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-05-18T07:37:10.6236900Z test_sparse_mul_cpu (__main__.TestTypePromotionCPU) ... ok (2.919s) 2022-05-18T07:37:13.5669190Z test_sparse_sub_cpu (__main__.TestTypePromotionCPU) ... ok (2.943s) 2022-05-18T07:37:13.5689230Z test_transpose_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-05-18T07:37:13.5841530Z test_unary_op_out_casting_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) ... ok (0.015s) 2022-05-18T07:37:13.6062110Z test_unary_op_out_casting_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) ... ok (0.022s) 2022-05-18T07:37:13.6277530Z test_unary_op_out_casting_cpu_complex128_float32 (__main__.TestTypePromotionCPU) ... ok (0.021s) 2022-05-18T07:37:13.6490540Z test_unary_op_out_casting_cpu_complex128_float64 (__main__.TestTypePromotionCPU) ... ok (0.021s) 2022-05-18T07:37:13.6706440Z test_unary_op_out_casting_cpu_complex128_int64 (__main__.TestTypePromotionCPU) ... ok (0.021s) 2022-05-18T07:37:13.6921810Z test_unary_op_out_casting_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.021s) 2022-05-18T07:37:13.7075600Z test_unary_op_out_casting_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.015s) 2022-05-18T07:37:13.7291390Z test_unary_op_out_casting_cpu_complex64_float32 (__main__.TestTypePromotionCPU) ... ok (0.021s) 2022-05-18T07:37:13.7507300Z test_unary_op_out_casting_cpu_complex64_float64 (__main__.TestTypePromotionCPU) ... ok (0.021s) 2022-05-18T07:37:13.7721080Z test_unary_op_out_casting_cpu_complex64_int64 (__main__.TestTypePromotionCPU) ... ok (0.021s) 2022-05-18T07:37:13.7961470Z test_unary_op_out_casting_cpu_float32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.024s) 2022-05-18T07:37:13.8198510Z test_unary_op_out_casting_cpu_float32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.024s) 2022-05-18T07:37:13.8245220Z test_unary_op_out_casting_cpu_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-05-18T07:37:13.8488030Z test_unary_op_out_casting_cpu_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.024s) 2022-05-18T07:37:13.8727530Z test_unary_op_out_casting_cpu_float32_int64 (__main__.TestTypePromotionCPU) ... ok (0.024s) 2022-05-18T07:37:13.8968150Z test_unary_op_out_casting_cpu_float64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.024s) 2022-05-18T07:37:13.9209790Z test_unary_op_out_casting_cpu_float64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.024s) 2022-05-18T07:37:13.9455660Z test_unary_op_out_casting_cpu_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.024s) 2022-05-18T07:37:13.9506070Z test_unary_op_out_casting_cpu_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-05-18T07:37:13.9768890Z test_unary_op_out_casting_cpu_float64_int64 (__main__.TestTypePromotionCPU) ... ok (0.026s) 2022-05-18T07:37:14.0056450Z test_unary_op_out_casting_cpu_int64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.029s) 2022-05-18T07:37:14.0295490Z test_unary_op_out_casting_cpu_int64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.024s) 2022-05-18T07:37:14.0540350Z test_unary_op_out_casting_cpu_int64_float32 (__main__.TestTypePromotionCPU) ... ok (0.024s) 2022-05-18T07:37:14.0779420Z test_unary_op_out_casting_cpu_int64_float64 (__main__.TestTypePromotionCPU) ... ok (0.024s) 2022-05-18T07:37:14.0930040Z test_unary_op_out_casting_cpu_int64_int64 (__main__.TestTypePromotionCPU) ... ok (0.015s) 2022-05-18T07:37:14.0947150Z test_unsigned_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-05-18T07:37:14.1881690Z 2022-05-18T07:37:14.1882860Z ---------------------------------------------------------------------- 2022-05-18T07:37:14.1883350Z Ran 422 tests in 17.589s 2022-05-18T07:37:14.1883490Z 2022-05-18T07:37:14.1883560Z OK 2022-05-18T07:37:14.1883660Z 2022-05-18T07:37:14.1883760Z Generating XML reports... 2022-05-18T07:37:14.1884490Z Generated XML report: test-reports/python-unittest/test_type_promotion/TEST-TestTypePromotionCPU-20220518073656.xml 2022-05-18T07:37:14.4372410Z Running test_utils ... [2022-05-18 07:37:14.436730] 2022-05-18T07:37:14.4373090Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 07:37:14.436848] 2022-05-18T07:37:16.1121150Z 2022-05-18T07:37:16.1121880Z Test results will be stored in test-reports/python-unittest/test_utils 2022-05-18T07:37:16.1122210Z Running tests... 2022-05-18T07:37:16.1122630Z ---------------------------------------------------------------------- 2022-05-18T07:37:16.5473630Z test_assert_scriptable (__main__.TestAssert) ... ok (0.435s) 2022-05-18T07:37:16.5491120Z test_assert_true (__main__.TestAssert) ... ok (0.002s) 2022-05-18T07:37:16.5502240Z test_bottleneck_cpu_only (__main__.TestBottleneck) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68433 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-05-18T07:37:16.5509520Z test_bottleneck_cuda (__main__.TestBottleneck) ... skip: No CUDA (0.001s) 2022-05-18T07:37:16.5956980Z test_checkpoint (__main__.TestCheckpoint) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/amp/autocast_mode.py:198: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling 2022-05-18T07:37:16.5957730Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-05-18T07:37:16.5958030Z ok (0.045s) 2022-05-18T07:37:16.6057620Z test_checkpoint_module_list (__main__.TestCheckpoint) ... ok (0.010s) 2022-05-18T07:37:16.6102810Z test_checkpoint_no_tensors (__main__.TestCheckpoint) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/utils/checkpoint.py:25: UserWarning: None of the inputs have requires_grad=True. Gradients will be None 2022-05-18T07:37:16.6103470Z warnings.warn("None of the inputs have requires_grad=True. Gradients will be None") 2022-05-18T07:37:16.6103750Z ok (0.004s) 2022-05-18T07:37:16.6125190Z test_checkpoint_non_tensor (__main__.TestCheckpoint) ... ok (0.002s) 2022-05-18T07:37:16.6213580Z test_checkpoint_non_tensor_inputs_outputs (__main__.TestCheckpoint) ... ok (0.009s) 2022-05-18T07:37:16.6222290Z test_checkpoint_not_preserve_rng_state_and_without_reentrant (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-05-18T07:37:16.6259240Z test_checkpoint_partial_grad (__main__.TestCheckpoint) ... ok (0.004s) 2022-05-18T07:37:16.6422020Z test_checkpoint_rng_cpu (__main__.TestCheckpoint) ... ok (0.016s) 2022-05-18T07:37:16.6436870Z test_checkpoint_rng_cuda (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-05-18T07:37:16.6454010Z test_checkpoint_sequential_deprecated_multiple_args (__main__.TestCheckpoint) ... ok (0.002s) 2022-05-18T07:37:16.6466610Z test_checkpoint_sequential_deprecated_no_args (__main__.TestCheckpoint) ... ok (0.001s) 2022-05-18T07:37:16.6515910Z test_checkpoint_trigger (__main__.TestCheckpoint) ... ok (0.005s) 2022-05-18T07:37:16.6549180Z test_checkpoint_valid (__main__.TestCheckpoint) ... ok (0.003s) 2022-05-18T07:37:27.1888880Z test_smoke (__main__.TestCollectEnv) ... ok (10.534s) 2022-05-18T07:37:27.2358190Z test_cc_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.047s) 2022-05-18T07:37:27.2813780Z test_cpp_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.045s) 2022-05-18T07:37:29.5109830Z test_multi_drop (__main__.TestDataLoaderUtils) ... ok (2.229s) 2022-05-18T07:37:29.5126910Z test_multi_keep (__main__.TestDataLoaderUtils) ... skip: FIXME: Intermittent CUDA out-of-memory error on Windows and time-out under ASAN (0.001s) 2022-05-18T07:37:29.5165100Z test_random_seed (__main__.TestDataLoaderUtils) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/utils/data/dataloader.py:519: UserWarning: This DataLoader will create 4 worker processes in total. Our suggested max number of worker in current system is 3 (`cpuset` is not taken into account), which is smaller than what this DataLoader is going to create. Please be aware that excessive worker creation might get DataLoader running slow or even freeze, lower the worker number to avoid potential slowness/freeze if necessary. 2022-05-18T07:37:29.5165940Z warnings.warn(_create_warning_msg( 2022-05-18T07:37:55.4076850Z ok (25.895s) 2022-05-18T07:37:55.4103330Z test_single_drop (__main__.TestDataLoaderUtils) ... ok (0.002s) 2022-05-18T07:37:55.4113830Z test_single_keep (__main__.TestDataLoaderUtils) ... ok (0.001s) 2022-05-18T07:37:55.4169530Z test_external_module_register (__main__.TestExtensionUtils) ... ok (0.005s) 2022-05-18T07:37:55.4182420Z test_import_hipify (__main__.TestHipify) ... ok (0.001s) 2022-05-18T07:37:55.4218270Z test_check_onnx_broadcast (__main__.TestONNXUtils) ... ok (0.004s) 2022-05-18T07:37:55.4233800Z test_prepare_onnx_paddings (__main__.TestONNXUtils) ... ok (0.002s) 2022-05-18T07:38:13.0340600Z test_load_standalone (__main__.TestStandaloneCPPJIT) ... ok (17.610s) 2022-05-18T07:38:13.0525060Z 2022-05-18T07:38:13.0525780Z ---------------------------------------------------------------------- 2022-05-18T07:38:13.0526780Z Ran 30 tests in 56.931s 2022-05-18T07:38:13.0527080Z 2022-05-18T07:38:13.0527700Z OK (skipped=5) 2022-05-18T07:38:13.0528220Z 2022-05-18T07:38:13.0529030Z Generating XML reports... 2022-05-18T07:38:13.0529940Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestAssert-20220518073716.xml 2022-05-18T07:38:13.0530580Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCheckpoint-20220518073716.xml 2022-05-18T07:38:13.0531210Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCollectEnv-20220518073716.xml 2022-05-18T07:38:13.0533130Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCppExtensionUtils-20220518073716.xml 2022-05-18T07:38:13.0533870Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestDataLoaderUtils-20220518073716.xml 2022-05-18T07:38:13.0534480Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestExtensionUtils-20220518073716.xml 2022-05-18T07:38:13.0535050Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestHipify-20220518073716.xml 2022-05-18T07:38:13.0535620Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestONNXUtils-20220518073716.xml 2022-05-18T07:38:13.0536740Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestStandaloneCPPJIT-20220518073716.xml 2022-05-18T07:38:13.0537640Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestBottleneck-20220518073716.xml 2022-05-18T07:38:13.3815500Z Running test_vmap ... [2022-05-18 07:38:13.380939] 2022-05-18T07:38:13.3816190Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 07:38:13.381058] 2022-05-18T07:38:15.1221020Z 2022-05-18T07:38:15.1221770Z Test results will be stored in test-reports/python-unittest/test_vmap 2022-05-18T07:38:15.1222110Z Running tests... 2022-05-18T07:38:15.1222510Z ---------------------------------------------------------------------- 2022-05-18T07:38:15.1334950Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... test_vmap.py:376: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.1335620Z out = vmap(lambda z: z[0] + z[1])((x, y)) 2022-05-18T07:38:15.1336580Z test_vmap.py:378: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.1337130Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))((x, y)) 2022-05-18T07:38:15.1337940Z test_vmap.py:380: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.1338540Z out = vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-05-18T07:38:15.1339370Z test_vmap.py:383: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.1347980Z out = vmap(lambda z: z[0] + z[1])([x, y]) 2022-05-18T07:38:15.1348870Z test_vmap.py:385: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.1349410Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))([x, y]) 2022-05-18T07:38:15.1350210Z test_vmap.py:387: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.1350760Z out = vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, y]) 2022-05-18T07:38:15.1351570Z test_vmap.py:390: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.1352500Z out = vmap(lambda z: z['x'] + z['y'])({'x': x, 'y': y}) 2022-05-18T07:38:15.1353390Z test_vmap.py:392: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.1354050Z out = vmap(lambda z: z['x'] + z['y'], in_dims=(0,))({'x': x, 'y': y}) 2022-05-18T07:38:15.1354860Z test_vmap.py:394: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.1355530Z out = vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-05-18T07:38:15.1356380Z test_vmap.py:398: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.1357120Z out_fn = vmap(lambda z: z['x'][0] + z['x'][1][0] + z['y'][0] + z['y'][1]) 2022-05-18T07:38:15.1357410Z ok (0.011s) 2022-05-18T07:38:15.1431370Z test_backward_unsupported_interaction (__main__.TestVmapAPI) ... test_vmap.py:748: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.1431990Z vmap(backward_on_vmapped_tensor)(x) 2022-05-18T07:38:15.1432810Z test_vmap.py:754: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.1433350Z vmap(backward_with_vmapped_grad)(x, grad) 2022-05-18T07:38:15.1434160Z test_vmap.py:760: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.1434680Z vmap(completely_unrelated_backward)(y) 2022-05-18T07:38:15.1434900Z ok (0.010s) 2022-05-18T07:38:15.1455340Z test_batched_gradient_basic (__main__.TestVmapAPI) ... test_vmap.py:792: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.1456550Z jacobian = vmap(vjp_mul)(batched_v) 2022-05-18T07:38:15.1456780Z ok (0.002s) 2022-05-18T07:38:15.1471680Z test_constant_function (__main__.TestVmapAPI) ... test_vmap.py:63: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.1472300Z output = vmap(lambda x: torch.tensor(3.14))(torch.ones(3)) 2022-05-18T07:38:15.1472540Z ok (0.002s) 2022-05-18T07:38:15.1497210Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... test_vmap.py:41: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.1497840Z vmap(torch.mul)(x, y) 2022-05-18T07:38:15.1499340Z test_vmap.py:43: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.1499960Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-05-18T07:38:15.1500790Z test_vmap.py:45: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.1501470Z vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-05-18T07:38:15.1501710Z ok (0.002s) 2022-05-18T07:38:15.2603940Z test_fallback_atan2 (__main__.TestVmapAPI) ... test_vmap.py:554: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.2605140Z result = vmap(op, (2, 0))(x, y) 2022-05-18T07:38:15.2606050Z test_vmap.py:560: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.2606580Z result = vmap(vmap(op), (2, 0))(x, y) 2022-05-18T07:38:15.2607530Z test_vmap.py:566: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.2608050Z result = vmap(vmap(vmap(op)))(x, y) 2022-05-18T07:38:15.2608260Z ok (0.111s) 2022-05-18T07:38:15.2622500Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.002s) 2022-05-18T07:38:15.3519200Z test_fallback_masked_fill (__main__.TestVmapAPI) ... test_vmap.py:582: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.3519920Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-05-18T07:38:15.3520790Z test_vmap.py:582: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.3521340Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-05-18T07:38:15.3521590Z ok (0.089s) 2022-05-18T07:38:15.4900300Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... test_vmap.py:600: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5002500Z result = vmap(torch.var_mean)(tensor) 2022-05-18T07:38:15.5103500Z test_vmap.py:606: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5203850Z result = vmap(vmap(torch.var_mean))(tensor) 2022-05-18T07:38:15.5306020Z test_vmap.py:612: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5404960Z result = vmap(vmap(vmap(torch.var_mean)))(tensor) 2022-05-18T07:38:15.5409120Z ok (0.138s) 2022-05-18T07:38:15.5412110Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... ok (0.002s) 2022-05-18T07:38:15.5422160Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.050s) 2022-05-18T07:38:15.5760690Z test_fallback_zero_dim (__main__.TestVmapAPI) ... test_vmap.py:525: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5761330Z vmap(op, (0, None))(x, y) 2022-05-18T07:38:15.5762130Z test_vmap.py:527: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5762660Z vmap(op, (None, 0))(y, x) 2022-05-18T07:38:15.5763440Z test_vmap.py:529: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5763930Z vmap(op)(x, x) 2022-05-18T07:38:15.5764700Z test_vmap.py:534: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5765190Z vmap(op, (0, None))(x, y) 2022-05-18T07:38:15.5765960Z test_vmap.py:536: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5766460Z vmap(op, (None, 0))(y, x) 2022-05-18T07:38:15.5767230Z test_vmap.py:538: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5767720Z vmap(op)(x, x) 2022-05-18T07:38:15.5767900Z ok (0.034s) 2022-05-18T07:38:15.5779550Z test_func_with_no_inputs (__main__.TestVmapAPI) ... test_vmap.py:57: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5780110Z vmap(foo)() 2022-05-18T07:38:15.5780890Z test_vmap.py:60: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5781910Z vmap(bar)() 2022-05-18T07:38:15.5782100Z ok (0.002s) 2022-05-18T07:38:15.5797890Z test_functools_partial (__main__.TestVmapAPI) ... test_vmap.py:798: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5798530Z result = vmap(functools.partial(torch.mul, x))(y) 2022-05-18T07:38:15.5798760Z ok (0.002s) 2022-05-18T07:38:15.5867290Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... test_vmap.py:773: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5868080Z vmap(output_to_grad_is_vmapped)(input_tensor) 2022-05-18T07:38:15.5869440Z test_vmap.py:781: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5870030Z vmap(input_to_grad_is_vmapped)(input_tensor) 2022-05-18T07:38:15.5870260Z ok (0.007s) 2022-05-18T07:38:15.5905300Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... test_vmap.py:463: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5905940Z vmap(foo)(torch.randn([])) 2022-05-18T07:38:15.5906750Z test_vmap.py:465: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5907390Z vmap(foo, in_dims=(0,))(torch.randn([])) 2022-05-18T07:38:15.5908210Z test_vmap.py:467: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5908800Z vmap(foo, in_dims=(-1,))(x) 2022-05-18T07:38:15.5909560Z test_vmap.py:469: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5910060Z vmap(foo, in_dims=(2,))(y) 2022-05-18T07:38:15.5910840Z test_vmap.py:471: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5911370Z vmap(lambda z: z[0] + z[1], in_dims=([3, 0],))([x, y]) 2022-05-18T07:38:15.5912180Z test_vmap.py:473: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5912700Z vmap(foo, in_dims=(0,))(torch.randn(2, 3)) 2022-05-18T07:38:15.5913480Z test_vmap.py:474: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5914540Z vmap(foo, in_dims=(1,))(torch.randn(2, 3)) 2022-05-18T07:38:15.5914750Z ok (0.004s) 2022-05-18T07:38:15.5932910Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... test_vmap.py:407: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5933520Z vmap(torch.mul, [0, 0])(x, y) 2022-05-18T07:38:15.5934320Z test_vmap.py:409: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5934830Z vmap(torch.mul, set({0, 0}))(x, y) 2022-05-18T07:38:15.5935610Z test_vmap.py:411: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5936220Z vmap(torch.mul, 'lol')(x, y) 2022-05-18T07:38:15.5937280Z test_vmap.py:413: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5937860Z vmap(lambda z: z[0] + z[1], in_dims=[0, 0])([x, y]) 2022-05-18T07:38:15.5938690Z test_vmap.py:415: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.5939190Z vmap(torch.mul, (0, 0))(x, y) 2022-05-18T07:38:15.5939390Z ok (0.003s) 2022-05-18T07:38:15.6168940Z test_inplace_fallback_nary_different_levels (__main__.TestVmapAPI) ... test_vmap.py:707: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.6169610Z vmap(op, in_dims=(0, None))(x, y) 2022-05-18T07:38:15.6170430Z test_vmap.py:713: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.6170950Z vmap(vmap(op, in_dims=(0, None)))(x, y) 2022-05-18T07:38:15.6171750Z test_vmap.py:721: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.6172270Z vmap(op, in_dims=(None, 0))(x, y) 2022-05-18T07:38:15.6173060Z test_vmap.py:726: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.6173600Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 0))(x, y) 2022-05-18T07:38:15.6174550Z test_vmap.py:731: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.6175090Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 1))(x, y) 2022-05-18T07:38:15.6175910Z test_vmap.py:736: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.6177040Z vmap(vmap(op, in_dims=(None, 0)))(x, y) 2022-05-18T07:38:15.6177260Z ok (0.023s) 2022-05-18T07:38:15.7142150Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... test_vmap.py:672: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.7142830Z vmap(op, (2, 0))(x, y) 2022-05-18T07:38:15.7143620Z test_vmap.py:680: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.7144220Z vmap(vmap(op), (2, 0))(x, y) 2022-05-18T07:38:15.7145510Z test_vmap.py:688: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:15.7146070Z result = vmap(vmap(vmap(op)))(x, y) 2022-05-18T07:38:15.7146290Z ok (0.097s) 2022-05-18T07:38:16.0362740Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... test_vmap.py:631: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0363470Z result = vmap(op)(x) 2022-05-18T07:38:16.0364270Z test_vmap.py:638: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0364820Z result = vmap(op, out_dims=(1,))(x) 2022-05-18T07:38:16.0365670Z test_vmap.py:645: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0366180Z result = vmap(vmap(op))(x) 2022-05-18T07:38:16.0366960Z test_vmap.py:652: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0367470Z result = vmap(vmap(vmap(op)))(x) 2022-05-18T07:38:16.0367700Z ok (0.322s) 2022-05-18T07:38:16.0393920Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... test_vmap.py:446: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0394560Z vmap(torch.sum)(x, 0) 2022-05-18T07:38:16.0395390Z test_vmap.py:448: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0395930Z vmap(torch.sum, (0, 0))(x, 0) 2022-05-18T07:38:16.0396740Z test_vmap.py:450: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0397890Z vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, 1]) 2022-05-18T07:38:16.0398760Z test_vmap.py:452: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0399320Z vmap(torch.sum, (0, None))(x, 0) 2022-05-18T07:38:16.0399550Z ok (0.003s) 2022-05-18T07:38:16.0411170Z test_multiple_inputs (__main__.TestVmapAPI) ... test_vmap.py:78: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0411820Z output = vmap(torch.mul)(x, y) 2022-05-18T07:38:16.0412170Z ok (0.002s) 2022-05-18T07:38:16.0447310Z test_multiple_out_dims (__main__.TestVmapAPI) ... test_vmap.py:220: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0448020Z result = vmap(foo, out_dims=(0, 1))(x) 2022-05-18T07:38:16.0448890Z test_vmap.py:223: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0449570Z result = vmap(bar, out_dims=(-1, 0, 1, 2))(x, y) 2022-05-18T07:38:16.0449830Z ok (0.004s) 2022-05-18T07:38:16.0466740Z test_multiple_outputs (__main__.TestVmapAPI) ... test_vmap.py:86: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0467380Z outputs = vmap(foo)(x) 2022-05-18T07:38:16.0467600Z ok (0.002s) 2022-05-18T07:38:16.0487800Z test_multiple_outputs_error_cases (__main__.TestVmapAPI) ... test_vmap.py:106: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0488450Z vmap(returns_tuple_of_tensors)(x) 2022-05-18T07:38:16.0489300Z test_vmap.py:111: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0489850Z vmap(returns_list_of_two_tensors)(x) 2022-05-18T07:38:16.0490690Z test_vmap.py:113: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0491260Z vmap(returns_list_of_one_tensor)(x) 2022-05-18T07:38:16.0491510Z ok (0.002s) 2022-05-18T07:38:16.0507470Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... test_vmap.py:337: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0508130Z result = vmap(vmap(vmap(torch.mul), (1, 0)), (1, 2))(x, y) 2022-05-18T07:38:16.0508380Z ok (0.002s) 2022-05-18T07:38:16.0562030Z test_nested_out_dims (__main__.TestVmapAPI) ... test_vmap.py:236: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0563260Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y))(y) 2022-05-18T07:38:16.0564160Z test_vmap.py:241: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0564780Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y), out_dims=1)(y) 2022-05-18T07:38:16.0565650Z test_vmap.py:246: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0566380Z result = vmap(lambda y: vmap(lambda x: x, out_dims=-1)(y), out_dims=-1)(y) 2022-05-18T07:38:16.0567470Z test_vmap.py:253: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0568290Z result = vmap(lambda y: vmap(lambda x: x * y, out_dims=1)(x), out_dims=-1)(y) 2022-05-18T07:38:16.0568590Z ok (0.005s) 2022-05-18T07:38:16.0596410Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... test_vmap.py:127: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0597100Z output = vmap(lambda x: vmap(lambda y: x * y)(y))(x) 2022-05-18T07:38:16.0598070Z test_vmap.py:132: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0598760Z output = vmap(lambda x: vmap(lambda y: vmap(lambda z: x * y * z)(z))(y))(x) 2022-05-18T07:38:16.0599040Z ok (0.003s) 2022-05-18T07:38:16.0619020Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... test_vmap.py:118: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0619660Z output = vmap(vmap(torch.mul))(x, y) 2022-05-18T07:38:16.0620500Z test_vmap.py:121: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0621080Z output = vmap(vmap(vmap(torch.mul)))(x, y) 2022-05-18T07:38:16.0621340Z ok (0.002s) 2022-05-18T07:38:16.0965930Z test_nn_module (__main__.TestVmapAPI) ... test_vmap.py:804: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.0966540Z result = vmap(model)(tensor) 2022-05-18T07:38:16.0966820Z ok (0.035s) 2022-05-18T07:38:16.1016210Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... test_vmap.py:344: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1017010Z result = vmap(lambda x: x, in_dims=1, out_dims=1)(x) 2022-05-18T07:38:16.1018560Z test_vmap.py:349: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1019230Z result = vmap(lambda x: x, in_dims=2, out_dims=1)(x) 2022-05-18T07:38:16.1020140Z test_vmap.py:358: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1020770Z result = vmap(foo, in_dims=1, out_dims=1)(x) 2022-05-18T07:38:16.1021620Z test_vmap.py:362: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1022200Z result = vmap(foo, in_dims=2, out_dims=1)(x) 2022-05-18T07:38:16.1023240Z test_vmap.py:367: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1023870Z result = vmap(vmap(foo, 1, 1), 1, 1)(x) 2022-05-18T07:38:16.1024110Z ok (0.005s) 2022-05-18T07:38:16.1035100Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... test_vmap.py:28: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1035780Z output = vmap(lambda x: 3.14)(torch.ones(3)) 2022-05-18T07:38:16.1036650Z test_vmap.py:34: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1037230Z vmap(multiple_outputs)(torch.ones(3)) 2022-05-18T07:38:16.1037590Z ok (0.002s) 2022-05-18T07:38:16.1066690Z test_non_zero_in_dims (__main__.TestVmapAPI) ... test_vmap.py:310: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1067310Z output = vmap(lambda x: x, (1,))(tensor) 2022-05-18T07:38:16.1068160Z test_vmap.py:316: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1068820Z output = vmap(torch.mul, (0, 1))(x, y) 2022-05-18T07:38:16.1069660Z test_vmap.py:318: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1070220Z output = vmap(torch.mul, (1, 0))(x, y) 2022-05-18T07:38:16.1070460Z ok (0.003s) 2022-05-18T07:38:16.1091960Z test_none_in_dims (__main__.TestVmapAPI) ... test_vmap.py:326: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1092590Z output = vmap(torch.mul, (0, None))(x, y) 2022-05-18T07:38:16.1093500Z test_vmap.py:331: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1094520Z output = vmap(torch.mul, (0, None))(x, 2) 2022-05-18T07:38:16.1094780Z ok (0.002s) 2022-05-18T07:38:16.1183890Z test_nonzero_out_dims (__main__.TestVmapAPI) ... test_vmap.py:171: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1184550Z result = vmap(lambda x: x, out_dims=1)(tensor) 2022-05-18T07:38:16.1185390Z test_vmap.py:177: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1185980Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-05-18T07:38:16.1187160Z test_vmap.py:183: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1187940Z result = vmap(lambda x: x, out_dims=-1)(tensor) 2022-05-18T07:38:16.1188790Z test_vmap.py:190: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1189380Z result = vmap(lambda x, y: (x, y), out_dims=2)(tensor, other) 2022-05-18T07:38:16.1190210Z test_vmap.py:198: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1190800Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-05-18T07:38:16.1191640Z test_vmap.py:206: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1192190Z result = vmap(foo, out_dims=1)(x, y) 2022-05-18T07:38:16.1192440Z ok (0.009s) 2022-05-18T07:38:16.1201460Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... test_vmap.py:139: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1202080Z output = vmap(lambda x: vmap(lambda y: x)(y))(x) 2022-05-18T07:38:16.1202390Z ok (0.002s) 2022-05-18T07:38:16.1230020Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... test_vmap.py:423: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1230650Z vmap(torch.mul, (0,))(x, y) 2022-05-18T07:38:16.1231490Z test_vmap.py:425: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1232040Z vmap(torch.mul, (0, 0, 0))(x, y) 2022-05-18T07:38:16.1232860Z test_vmap.py:427: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1234420Z vmap(lambda z: z[0] + z[1], in_dims=([0],))([x, y]) 2022-05-18T07:38:16.1235370Z test_vmap.py:429: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1235940Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))([x, y]) 2022-05-18T07:38:16.1236770Z test_vmap.py:431: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1237320Z vmap(torch.mul, (0, 0))(x, y) 2022-05-18T07:38:16.1237550Z ok (0.003s) 2022-05-18T07:38:16.1333800Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... test_vmap.py:302: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1334580Z vmap(lambda x: x, out_dims=3)(x) 2022-05-18T07:38:16.1335440Z test_vmap.py:304: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1336100Z vmap(lambda x: x, out_dims=-4)(x) 2022-05-18T07:38:16.1336350Z ok (0.010s) 2022-05-18T07:38:16.1361600Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... test_vmap.py:285: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1363390Z vmap(lambda x: x, out_dims=(0, 0))(x) 2022-05-18T07:38:16.1364280Z test_vmap.py:287: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1364830Z vmap(lambda x: (x, x, x), out_dims=(0, 0, 0, 0))(x) 2022-05-18T07:38:16.1365640Z test_vmap.py:291: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1366160Z vmap(lambda x: (x, x), out_dims=(0,))(x) 2022-05-18T07:38:16.1366980Z test_vmap.py:293: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1367530Z vmap(lambda x: (x, x, x), out_dims=(0, 0))(x) 2022-05-18T07:38:16.1367760Z ok (0.003s) 2022-05-18T07:38:16.1379660Z test_out_dims_edge_case (__main__.TestVmapAPI) ... test_vmap.py:263: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1380290Z expected = vmap(foo, out_dims=1)(tensor) 2022-05-18T07:38:16.1381130Z test_vmap.py:264: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1382240Z result = vmap(foo, out_dims=(1,))(tensor) 2022-05-18T07:38:16.1382580Z ok (0.002s) 2022-05-18T07:38:16.1400440Z test_out_dims_must_be_int_or_tuple_of_int_err_msg (__main__.TestVmapAPI) ... test_vmap.py:271: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1401200Z vmap(lambda x: x, out_dims='lol')(tensor) 2022-05-18T07:38:16.1402040Z test_vmap.py:273: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1402710Z vmap(lambda x: x, out_dims=('lol',))(tensor) 2022-05-18T07:38:16.1403630Z test_vmap.py:275: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1404440Z vmap(lambda x: x, out_dims=None)(tensor) 2022-05-18T07:38:16.1405370Z test_vmap.py:277: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1405930Z vmap(lambda x: x, out_dims=(None,))(tensor) 2022-05-18T07:38:16.1406170Z ok (0.002s) 2022-05-18T07:38:16.1415600Z test_single_input (__main__.TestVmapAPI) ... test_vmap.py:72: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1416430Z output = vmap(square)(x) 2022-05-18T07:38:16.1416690Z ok (0.001s) 2022-05-18T07:38:16.1619790Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... test_vmap.py:150: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1620480Z vmap(torch.ravel)(tensor) 2022-05-18T07:38:16.1621320Z test_vmap.py:156: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1621880Z vmap(out_op)(tensor, tensor) 2022-05-18T07:38:16.1622700Z test_vmap.py:161: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1623280Z vmap(lambda t: torch.atleast_1d([t]))(tensor) 2022-05-18T07:38:16.1624130Z test_vmap.py:166: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1624680Z vmap(torch.Tensor.item)(tensor) 2022-05-18T07:38:16.1624910Z ok (0.020s) 2022-05-18T07:38:16.1681770Z test_add_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.006s) 2022-05-18T07:38:16.1724850Z test_binary_cross_entropy_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1726060Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-05-18T07:38:16.1726310Z ok (0.004s) 2022-05-18T07:38:16.1755740Z test_diagonal_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-05-18T07:38:16.1846810Z test_div_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.009s) 2022-05-18T07:38:16.1869150Z test_expand_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-05-18T07:38:16.1907850Z test_index_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.1908640Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-05-18T07:38:16.1908920Z ok (0.004s) 2022-05-18T07:38:16.1957360Z test_inplace_manyview_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-05-18T07:38:16.1999260Z test_inplace_on_view_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-05-18T07:38:16.2030150Z test_lgamma_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-05-18T07:38:16.2060210Z test_log1p_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-05-18T07:38:16.2089070Z test_log_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-05-18T07:38:16.2125680Z test_logsumexp_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-05-18T07:38:16.2148800Z test_max_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.2149490Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-05-18T07:38:16.2149770Z ok (0.002s) 2022-05-18T07:38:16.2169170Z test_median_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-05-18T07:38:16.2190560Z test_min_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-05-18T07:38:16.2269660Z test_mul_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.008s) 2022-05-18T07:38:16.2291220Z test_permute_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-05-18T07:38:16.2311580Z test_reshape_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-05-18T07:38:16.2346270Z test_select_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-05-18T07:38:16.2376580Z test_sigmoid_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-05-18T07:38:16.2412810Z test_slice_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-05-18T07:38:16.2436610Z test_stack_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-05-18T07:38:16.2491100Z test_sub_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-05-18T07:38:16.2541850Z test_symeig_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:2421: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-05-18T07:38:16.2542530Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-05-18T07:38:16.2542910Z L, _ = torch.symeig(A, upper=upper) 2022-05-18T07:38:16.2543240Z should be replaced with 2022-05-18T07:38:16.2544100Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-05-18T07:38:16.2544400Z and 2022-05-18T07:38:16.2544640Z L, V = torch.symeig(A, eigenvectors=True) 2022-05-18T07:38:16.2544900Z should be replaced with 2022-05-18T07:38:16.2545490Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:3041.) 2022-05-18T07:38:16.2546200Z return torch.symeig(x, eigenvectors=True)[0] 2022-05-18T07:38:16.2547570Z test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.2548690Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-05-18T07:38:16.2548940Z ok (0.005s) 2022-05-18T07:38:16.2563720Z test_threshold_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-05-18T07:38:16.2584540Z test_trace_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-05-18T07:38:16.2608720Z test_unrelated_output_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:2481: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.2609400Z result = vmap(vjp)(gy) 2022-05-18T07:38:16.2609650Z ok (0.002s) 2022-05-18T07:38:16.2632070Z test_unrelated_output_multiple_grad_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:2496: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.2632820Z result = vmap(vjp)(gy) 2022-05-18T07:38:16.2633660Z ok (0.002s) 2022-05-18T07:38:16.2648930Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-05-18T07:38:16.2661990Z test_vmap_fallback_check_ok (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:964: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:16.2662680Z vmap(op_using_fallback)(torch.rand(3)) 2022-05-18T07:38:16.2662950Z ok (0.001s) 2022-05-18T07:38:16.2744740Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.008s) 2022-05-18T07:38:16.3246270Z test_as_strided (__main__.TestVmapOperators) ... ok (0.050s) 2022-05-18T07:38:16.5148790Z test_binary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.190s) 2022-05-18T07:38:16.5397850Z test_bmm (__main__.TestVmapOperators) ... ok (0.025s) 2022-05-18T07:38:16.5470610Z test_cat (__main__.TestVmapOperators) ... ok (0.007s) 2022-05-18T07:38:16.5710440Z test_chunk (__main__.TestVmapOperators) ... ok (0.024s) 2022-05-18T07:38:16.5951610Z test_clamp (__main__.TestVmapOperators) ... ok (0.024s) 2022-05-18T07:38:16.6207620Z test_clone (__main__.TestVmapOperators) ... ok (0.025s) 2022-05-18T07:38:16.7141510Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.093s) 2022-05-18T07:38:16.7264690Z test_conj (__main__.TestVmapOperators) ... ok (0.012s) 2022-05-18T07:38:16.7390600Z test_contiguous (__main__.TestVmapOperators) ... ok (0.012s) 2022-05-18T07:38:16.7463580Z test_diagonal (__main__.TestVmapOperators) ... ok (0.007s) 2022-05-18T07:38:16.7704390Z test_dot (__main__.TestVmapOperators) ... ok (0.024s) 2022-05-18T07:38:16.7803730Z test_expand_as (__main__.TestVmapOperators) ... ok (0.010s) 2022-05-18T07:38:16.8036250Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.023s) 2022-05-18T07:38:16.8159650Z test_imag (__main__.TestVmapOperators) ... ok (0.012s) 2022-05-18T07:38:16.8181480Z test_is_complex (__main__.TestVmapOperators) ... ok (0.002s) 2022-05-18T07:38:16.8315200Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.013s) 2022-05-18T07:38:16.8341030Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.003s) 2022-05-18T07:38:16.8581560Z test_mm (__main__.TestVmapOperators) ... ok (0.024s) 2022-05-18T07:38:16.8706300Z test_movedim (__main__.TestVmapOperators) ... ok (0.012s) 2022-05-18T07:38:16.8945300Z test_mv (__main__.TestVmapOperators) ... ok (0.024s) 2022-05-18T07:38:16.9012050Z test_narrow (__main__.TestVmapOperators) ... ok (0.007s) 2022-05-18T07:38:16.9039320Z test_new_empty (__main__.TestVmapOperators) ... ok (0.003s) 2022-05-18T07:38:16.9204270Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.016s) 2022-05-18T07:38:16.9236830Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.003s) 2022-05-18T07:38:17.1765380Z test_no_random_op_support (__main__.TestVmapOperators) ... ok (0.253s) 2022-05-18T07:38:17.1882860Z test_real (__main__.TestVmapOperators) ... ok (0.012s) 2022-05-18T07:38:17.1952840Z test_reshape (__main__.TestVmapOperators) ... ok (0.007s) 2022-05-18T07:38:17.2039720Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.009s) 2022-05-18T07:38:17.2135470Z test_result_type (__main__.TestVmapOperators) ... ok (0.009s) 2022-05-18T07:38:17.2186730Z test_select (__main__.TestVmapOperators) ... ok (0.005s) 2022-05-18T07:38:17.2239680Z test_slice (__main__.TestVmapOperators) ... ok (0.005s) 2022-05-18T07:38:17.2761190Z test_split (__main__.TestVmapOperators) ... ok (0.052s) 2022-05-18T07:38:17.2815200Z test_squeeze (__main__.TestVmapOperators) ... ok (0.005s) 2022-05-18T07:38:17.2888310Z test_stack (__main__.TestVmapOperators) ... ok (0.007s) 2022-05-18T07:38:17.2906420Z test_stride (__main__.TestVmapOperators) ... ok (0.002s) 2022-05-18T07:38:17.3007580Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.010s) 2022-05-18T07:38:17.3059380Z test_t (__main__.TestVmapOperators) ... ok (0.005s) 2022-05-18T07:38:17.4410200Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.135s) 2022-05-18T07:38:17.4482230Z test_to (__main__.TestVmapOperators) ... ok (0.007s) 2022-05-18T07:38:17.4532280Z test_trace (__main__.TestVmapOperators) ... ok (0.005s) 2022-05-18T07:38:17.4609100Z test_transpose (__main__.TestVmapOperators) ... ok (0.008s) 2022-05-18T07:38:17.5934500Z test_unary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.132s) 2022-05-18T07:38:17.8036860Z test_unbind (__main__.TestVmapOperators) ... ok (0.210s) 2022-05-18T07:38:17.8092440Z test_unfold (__main__.TestVmapOperators) ... ok (0.006s) 2022-05-18T07:38:17.8261500Z test_view (__main__.TestVmapOperators) ... ok (0.017s) 2022-05-18T07:38:17.8461790Z test_view_as (__main__.TestVmapOperators) ... ok (0.020s) 2022-05-18T07:38:17.9420660Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.096s) 2022-05-18T07:38:17.9538740Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.012s) 2022-05-18T07:38:17.9555880Z test_vmap_fallback_check (__main__.TestVmapOperators) ... ok (0.002s) 2022-05-18T07:38:17.9568070Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... test_vmap.py:964: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-05-18T07:38:17.9568700Z vmap(op_using_fallback)(torch.rand(3)) 2022-05-18T07:38:17.9568950Z ok (0.001s) 2022-05-18T07:38:17.9903160Z 2022-05-18T07:38:17.9903930Z ---------------------------------------------------------------------- 2022-05-18T07:38:17.9904270Z Ran 125 tests in 2.835s 2022-05-18T07:38:17.9904470Z 2022-05-18T07:38:17.9904860Z OK 2022-05-18T07:38:17.9905000Z 2022-05-18T07:38:17.9905450Z Generating XML reports... 2022-05-18T07:38:17.9906000Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20220518073815.xml 2022-05-18T07:38:17.9906640Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCPU-20220518073815.xml 2022-05-18T07:38:17.9907280Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20220518073815.xml 2022-05-18T07:38:18.2207460Z Running test_xnnpack_integration ... [2022-05-18 07:38:18.220173] 2022-05-18T07:38:18.2208170Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_xnnpack_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 07:38:18.220353] 2022-05-18T07:38:19.4229930Z 2022-05-18T07:38:19.4230250Z Running tests... 2022-05-18T07:38:19.4230990Z Test results will be stored in test-reports/python-unittest/test_xnnpack_integration 2022-05-18T07:38:19.4231500Z ---------------------------------------------------------------------- 2022-05-18T07:38:19.4266300Z test_conv1d_basic (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T07:38:19.4307280Z test_conv1d_with_relu_fc (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T07:38:19.8617280Z test_conv2d (__main__.TestXNNPACKOps) ... [W TensorImpl.h:1393] Warning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (function operator()) 2022-05-18T07:38:19.9483840Z [W NNPACK.cpp:51] Could not initialize NNPACK! Reason: Unsupported hardware. 2022-05-18T07:38:20.2075390Z ok (0.777s) 2022-05-18T07:38:21.4827580Z test_conv2d_transpose (__main__.TestXNNPACKOps) ... ok (1.275s) 2022-05-18T07:38:21.4845460Z test_linear (__main__.TestXNNPACKOps) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.002s) 2022-05-18T07:38:21.5539840Z test_linear_1d_input (__main__.TestXNNPACKOps) ... ok (0.069s) 2022-05-18T07:38:21.7226730Z test_decomposed_linear (__main__.TestXNNPACKRewritePass) ... ok (0.169s) 2022-05-18T07:38:22.3561520Z test_linear (__main__.TestXNNPACKRewritePass) ... ok (0.633s) 2022-05-18T07:38:22.3639720Z test_combined_model (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.008s) 2022-05-18T07:38:23.5356910Z test_conv2d (__main__.TestXNNPACKSerDes) ... ok (1.172s) 2022-05-18T07:38:25.1808790Z test_conv2d_transpose (__main__.TestXNNPACKSerDes) ... ok (1.645s) 2022-05-18T07:38:25.1845300Z test_linear (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.004s) 2022-05-18T07:38:25.1933680Z 2022-05-18T07:38:25.1934450Z ---------------------------------------------------------------------- 2022-05-18T07:38:25.1934840Z Ran 12 tests in 5.762s 2022-05-18T07:38:25.1934990Z 2022-05-18T07:38:25.1935340Z OK (skipped=5) 2022-05-18T07:38:25.1935490Z 2022-05-18T07:38:25.1935900Z Generating XML reports... 2022-05-18T07:38:25.1936520Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20220518073819.xml 2022-05-18T07:38:25.1937250Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20220518073819.xml 2022-05-18T07:38:25.1937960Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20220518073819.xml 2022-05-18T07:38:25.1938710Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20220518073819.xml 2022-05-18T07:38:25.7372660Z 2022-05-18T07:38:25.7373000Z real 162m35.250s 2022-05-18T07:38:25.7373280Z user 234m35.855s 2022-05-18T07:38:25.7373510Z sys 31m30.730s 2022-05-18T07:38:25.7373910Z + assert_git_not_dirty 2022-05-18T07:38:25.7374470Z + [[ macos-11-py3-x86-64 != *rocm* ]] 2022-05-18T07:38:25.7374800Z + [[ macos-11-py3-x86-64 != *xla* ]] 2022-05-18T07:38:25.7382410Z ++ git status --porcelain 2022-05-18T07:38:27.1851290Z + git_status= 2022-05-18T07:38:27.1851980Z + [[ -n '' ]] 2022-05-18T07:38:27.1852170Z + [[ 1 == 1 ]] 2022-05-18T07:38:27.1852360Z + test_libtorch 2022-05-18T07:38:27.1852540Z + [[ 0 == \1 ]] 2022-05-18T07:38:27.1852760Z Testing custom script operators 2022-05-18T07:38:27.1853000Z + test_custom_script_ops 2022-05-18T07:38:27.1853520Z + echo 'Testing custom script operators' 2022-05-18T07:38:27.1853800Z + pushd test/custom_operator 2022-05-18T07:38:27.1854180Z + rm -rf build 2022-05-18T07:38:27.1854460Z ~/work/pytorch/pytorch/test/custom_operator ~/work/pytorch/pytorch 2022-05-18T07:38:27.1905120Z + mkdir build 2022-05-18T07:38:27.1945550Z + pushd build 2022-05-18T07:38:27.1946150Z ~/work/pytorch/pytorch/test/custom_operator/build ~/work/pytorch/pytorch/test/custom_operator ~/work/pytorch/pytorch 2022-05-18T07:38:27.1954750Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-05-18T07:38:27.2429770Z + SITE_PACKAGES=/usr/local/miniconda/envs/build/lib/python3.8/site-packages 2022-05-18T07:38:27.2430360Z + CMAKE_PREFIX_PATH=/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch 2022-05-18T07:38:27.2430710Z + cmake .. 2022-05-18T07:38:27.4760800Z -- The C compiler identification is AppleClang 13.0.0.13000029 2022-05-18T07:38:27.6405670Z -- The CXX compiler identification is AppleClang 13.0.0.13000029 2022-05-18T07:38:27.6715160Z -- Detecting C compiler ABI info 2022-05-18T07:38:28.9241590Z -- Detecting C compiler ABI info - done 2022-05-18T07:38:28.9346370Z -- Check for working C compiler: /Applications/Xcode_13.2.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - skipped 2022-05-18T07:38:28.9356170Z -- Detecting C compile features 2022-05-18T07:38:28.9370280Z -- Detecting C compile features - done 2022-05-18T07:38:28.9478800Z -- Detecting CXX compiler ABI info 2022-05-18T07:38:29.1575020Z -- Detecting CXX compiler ABI info - done 2022-05-18T07:38:29.1684650Z -- Check for working CXX compiler: /Applications/Xcode_13.2.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ - skipped 2022-05-18T07:38:29.1687740Z -- Detecting CXX compile features 2022-05-18T07:38:29.1697630Z -- Detecting CXX compile features - done 2022-05-18T07:38:29.2263030Z -- Looking for pthread.h 2022-05-18T07:38:29.4537750Z -- Looking for pthread.h - found 2022-05-18T07:38:29.4544880Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-05-18T07:38:29.7394210Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2022-05-18T07:38:29.7411850Z -- Found Threads: TRUE 2022-05-18T07:38:29.8661530Z CMake Warning at /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-05-18T07:38:29.8662140Z static library kineto_LIBRARY-NOTFOUND not found. 2022-05-18T07:38:29.8662410Z Call Stack (most recent call first): 2022-05-18T07:38:29.8662970Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-05-18T07:38:29.8663330Z CMakeLists.txt:9 (find_package) 2022-05-18T07:38:29.8663480Z 2022-05-18T07:38:29.8663490Z 2022-05-18T07:38:29.8682400Z -- Found Torch: /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib/libtorch.dylib 2022-05-18T07:38:29.8687460Z -- Configuring done 2022-05-18T07:38:29.8956880Z -- Generating done 2022-05-18T07:38:29.9057570Z -- Build files have been written to: /Users/runner/work/pytorch/pytorch/test/custom_operator/build 2022-05-18T07:38:29.9158730Z + make VERBOSE=1 2022-05-18T07:38:29.9260160Z /usr/local/miniconda/envs/build/bin/cmake -S/Users/runner/work/pytorch/pytorch/test/custom_operator -B/Users/runner/work/pytorch/pytorch/test/custom_operator/build --check-build-system CMakeFiles/Makefile.cmake 0 2022-05-18T07:38:29.9461290Z /usr/local/miniconda/envs/build/bin/cmake -E cmake_progress_start /Users/runner/work/pytorch/pytorch/test/custom_operator/build/CMakeFiles /Users/runner/work/pytorch/pytorch/test/custom_operator/build//CMakeFiles/progress.marks 2022-05-18T07:38:29.9608020Z /Applications/Xcode_13.2.1.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all 2022-05-18T07:38:29.9641900Z /Applications/Xcode_13.2.1.app/Contents/Developer/usr/bin/make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/depend 2022-05-18T07:38:29.9677250Z cd /Users/runner/work/pytorch/pytorch/test/custom_operator/build && /usr/local/miniconda/envs/build/bin/cmake -E cmake_depends "Unix Makefiles" /Users/runner/work/pytorch/pytorch/test/custom_operator /Users/runner/work/pytorch/pytorch/test/custom_operator /Users/runner/work/pytorch/pytorch/test/custom_operator/build /Users/runner/work/pytorch/pytorch/test/custom_operator/build /Users/runner/work/pytorch/pytorch/test/custom_operator/build/CMakeFiles/custom_ops.dir/DependInfo.cmake --color= 2022-05-18T07:38:29.9879810Z Dependee "/Users/runner/work/pytorch/pytorch/test/custom_operator/build/CMakeFiles/custom_ops.dir/DependInfo.cmake" is newer than depender "/Users/runner/work/pytorch/pytorch/test/custom_operator/build/CMakeFiles/custom_ops.dir/depend.internal". 2022-05-18T07:38:29.9880670Z Dependee "/Users/runner/work/pytorch/pytorch/test/custom_operator/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/runner/work/pytorch/pytorch/test/custom_operator/build/CMakeFiles/custom_ops.dir/depend.internal". 2022-05-18T07:38:30.6180480Z Scanning dependencies of target custom_ops 2022-05-18T07:38:30.6281440Z /Applications/Xcode_13.2.1.app/Contents/Developer/usr/bin/make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/build 2022-05-18T07:38:30.8446400Z [ 25%] Building CXX object CMakeFiles/custom_ops.dir/op.cpp.o 2022-05-18T07:38:30.8455910Z /Applications/Xcode_13.2.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dcustom_ops_EXPORTS -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -isysroot /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -mmacosx-version-min=10.9 -fPIC -std=gnu++14 -o CMakeFiles/custom_ops.dir/op.cpp.o -c /Users/runner/work/pytorch/pytorch/test/custom_operator/op.cpp 2022-05-18T07:38:43.2921940Z [ 50%] Linking CXX shared library libcustom_ops.dylib 2022-05-18T07:38:43.2928320Z /usr/local/miniconda/envs/build/bin/cmake -E cmake_link_script CMakeFiles/custom_ops.dir/link.txt --verbose=1 2022-05-18T07:38:43.3085040Z /Applications/Xcode_13.2.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -isysroot /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -mmacosx-version-min=10.9 -dynamiclib -Wl,-headerpad_max_install_names -o libcustom_ops.dylib -install_name @rpath/libcustom_ops.dylib CMakeFiles/custom_ops.dir/op.cpp.o -Wl,-rpath,/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib/libc10.dylib /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib/libtorch.dylib /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib/libtorch_cpu.dylib /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib/libc10.dylib 2022-05-18T07:38:43.4305350Z [ 50%] Built target custom_ops 2022-05-18T07:38:43.4312550Z /Applications/Xcode_13.2.1.app/Contents/Developer/usr/bin/make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/depend 2022-05-18T07:38:43.4351570Z cd /Users/runner/work/pytorch/pytorch/test/custom_operator/build && /usr/local/miniconda/envs/build/bin/cmake -E cmake_depends "Unix Makefiles" /Users/runner/work/pytorch/pytorch/test/custom_operator /Users/runner/work/pytorch/pytorch/test/custom_operator /Users/runner/work/pytorch/pytorch/test/custom_operator/build /Users/runner/work/pytorch/pytorch/test/custom_operator/build /Users/runner/work/pytorch/pytorch/test/custom_operator/build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake --color= 2022-05-18T07:38:43.4566590Z Dependee "/Users/runner/work/pytorch/pytorch/test/custom_operator/build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake" is newer than depender "/Users/runner/work/pytorch/pytorch/test/custom_operator/build/CMakeFiles/test_custom_ops.dir/depend.internal". 2022-05-18T07:38:43.4567460Z Dependee "/Users/runner/work/pytorch/pytorch/test/custom_operator/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/runner/work/pytorch/pytorch/test/custom_operator/build/CMakeFiles/test_custom_ops.dir/depend.internal". 2022-05-18T07:38:44.0555160Z Scanning dependencies of target test_custom_ops 2022-05-18T07:38:44.0656160Z /Applications/Xcode_13.2.1.app/Contents/Developer/usr/bin/make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/build 2022-05-18T07:38:44.2841270Z [ 75%] Building CXX object CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-05-18T07:38:44.2848500Z /Applications/Xcode_13.2.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -isysroot /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -mmacosx-version-min=10.9 -std=gnu++14 -o CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -c /Users/runner/work/pytorch/pytorch/test/custom_operator/test_custom_ops.cpp 2022-05-18T07:38:56.2480290Z [100%] Linking CXX executable test_custom_ops 2022-05-18T07:38:56.2487140Z /usr/local/miniconda/envs/build/bin/cmake -E cmake_link_script CMakeFiles/test_custom_ops.dir/link.txt --verbose=1 2022-05-18T07:38:56.2647130Z /Applications/Xcode_13.2.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -isysroot /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -mmacosx-version-min=10.9 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -o test_custom_ops -Wl,-rpath,/Users/runner/work/pytorch/pytorch/test/custom_operator/build -Wl,-rpath,/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib libcustom_ops.dylib /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib/libtorch.dylib /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib/libtorch_cpu.dylib /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib/libc10.dylib /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib/libc10.dylib 2022-05-18T07:38:56.3807090Z [100%] Built target test_custom_ops 2022-05-18T07:38:56.3816430Z /usr/local/miniconda/envs/build/bin/cmake -E cmake_progress_start /Users/runner/work/pytorch/pytorch/test/custom_operator/build/CMakeFiles 0 2022-05-18T07:38:56.4001610Z + popd 2022-05-18T07:38:56.4002240Z + python test_custom_ops.py -v 2022-05-18T07:38:56.4002580Z ~/work/pytorch/pytorch/test/custom_operator ~/work/pytorch/pytorch 2022-05-18T07:38:57.5841580Z 2022-05-18T07:38:57.5842290Z Test results will be stored in test-reports/python-unittest/test_custom_ops 2022-05-18T07:38:57.5842640Z Running tests... 2022-05-18T07:38:57.5843030Z ---------------------------------------------------------------------- 2022-05-18T07:38:57.7239790Z test_calling_custom_op (__main__.TestCustomOperators) ... ok (0.140s) 2022-05-18T07:38:57.8144600Z test_calling_custom_op_inside_script_module (__main__.TestCustomOperators) ... ok (0.090s) 2022-05-18T07:38:57.8166960Z test_calling_custom_op_string (__main__.TestCustomOperators) ... ok (0.002s) 2022-05-18T07:38:57.8247140Z test_calling_custom_op_with_autograd (__main__.TestCustomOperators) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/autograd/__init__.py:173: UserWarning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (Triggered internally at ../torch/csrc/autograd/engine.cpp:995.) 2022-05-18T07:38:57.8248140Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T07:38:57.8249190Z ok (0.008s) 2022-05-18T07:38:57.8273120Z test_calling_custom_op_with_autograd_in_nograd_mode (__main__.TestCustomOperators) ... ok (0.003s) 2022-05-18T07:38:57.8287600Z test_custom_library_is_loaded (__main__.TestCustomOperators) ... ok (0.001s) 2022-05-18T07:38:57.8459800Z test_saving_and_loading_script_module_with_custom_op (__main__.TestCustomOperators) ... ok (0.017s) 2022-05-18T07:38:57.8539850Z 2022-05-18T07:38:57.8541050Z ---------------------------------------------------------------------- 2022-05-18T07:38:57.8542850Z Ran 7 tests in 0.262s 2022-05-18T07:38:57.8543420Z 2022-05-18T07:38:57.8545600Z OK 2022-05-18T07:38:57.8546080Z 2022-05-18T07:38:57.8546360Z Generating XML reports... 2022-05-18T07:38:57.8547000Z Generated XML report: test-reports/python-unittest/test_custom_ops/TEST-TestCustomOperators-20220518073857.xml 2022-05-18T07:38:58.0350970Z + python model.py --export-script-module=model.pt 2022-05-18T07:38:59.2165370Z + build/test_custom_ops ./model.pt 2022-05-18T07:38:59.5931410Z [W engine.cpp:995] Warning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (function operator()) 2022-05-18T07:38:59.7635620Z ok 2022-05-18T07:38:59.7666280Z + popd 2022-05-18T07:38:59.7666760Z + assert_git_not_dirty 2022-05-18T07:38:59.7666990Z ~/work/pytorch/pytorch 2022-05-18T07:38:59.7667680Z + [[ macos-11-py3-x86-64 != *rocm* ]] 2022-05-18T07:38:59.7668390Z + [[ macos-11-py3-x86-64 != *xla* ]] 2022-05-18T07:38:59.7676930Z ++ git status --porcelain 2022-05-18T07:39:00.0631180Z + git_status= 2022-05-18T07:39:00.0632170Z + [[ -n '' ]] 2022-05-18T07:39:00.0632380Z + cleanup 2022-05-18T07:39:00.0632560Z + retcode=0 2022-05-18T07:39:00.0632750Z + set +x 2022-05-18T07:39:00.0632930Z EXITED_USER_LAND 2022-05-18T07:39:00.0738090Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master 2022-05-18T07:39:00.0738440Z with: 2022-05-18T07:39:00.0740130Z github-token: *** 2022-05-18T07:39:00.0740370Z env: 2022-05-18T07:39:00.0740530Z IN_CI: 1 2022-05-18T07:39:00.0740710Z IS_GHA: 1 2022-05-18T07:39:00.0740910Z GIT_DEFAULT_BRANCH: master 2022-05-18T07:39:00.0741150Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T07:39:00.0741410Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T07:39:00.0741670Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T07:39:00.0741890Z TEST_CONFIG: default 2022-05-18T07:39:00.0742090Z SHARD_NUMBER: 1 2022-05-18T07:39:00.0742270Z NUM_TEST_SHARDS: 2 2022-05-18T07:39:00.0742470Z PR_BODY: 2022-05-18T07:39:00.0742670Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T07:39:00.0742910Z CONDA_PKGS_DIR: /Users/runner/conda_pkgs_dir 2022-05-18T07:39:00.0743130Z ##[endgroup] 2022-05-18T07:39:00.0803370Z ##[group]Run nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a 2022-05-18T07:39:00.0803650Z with: 2022-05-18T07:39:00.0803820Z shell: bash 2022-05-18T07:39:00.0804010Z timeout_minutes: 10 2022-05-18T07:39:00.0804210Z max_attempts: 5 2022-05-18T07:39:00.0804400Z retry_wait_seconds: 30 2022-05-18T07:39:00.0804830Z command: set -x 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-05-18T07:39:00.0805240Z polling_interval_seconds: 1 2022-05-18T07:39:00.0805450Z warning_on_retry: true 2022-05-18T07:39:00.0805760Z continue_on_error: false 2022-05-18T07:39:00.0805970Z env: 2022-05-18T07:39:00.0806510Z IN_CI: 1 2022-05-18T07:39:00.0806800Z IS_GHA: 1 2022-05-18T07:39:00.0806990Z GIT_DEFAULT_BRANCH: master 2022-05-18T07:39:00.0807230Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T07:39:00.0807490Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T07:39:00.0807750Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T07:39:00.0808340Z TEST_CONFIG: default 2022-05-18T07:39:00.0808540Z SHARD_NUMBER: 1 2022-05-18T07:39:00.0808720Z NUM_TEST_SHARDS: 2 2022-05-18T07:39:00.0808910Z PR_BODY: 2022-05-18T07:39:00.0809110Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T07:39:00.0809350Z CONDA_PKGS_DIR: /Users/runner/conda_pkgs_dir 2022-05-18T07:39:00.0810030Z GITHUB_TOKEN: *** 2022-05-18T07:39:00.0810250Z ##[endgroup] 2022-05-18T07:39:00.3504120Z 2022-05-18T07:39:00.3638020Z + python3 -m pip install requests==2.26.0 2022-05-18T07:39:03.1920800Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:39:03.5655870Z Collecting requests==2.26.0 2022-05-18T07:39:03.6099890Z Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-05-18T07:39:03.6293630Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 KB 3.6 MB/s eta 0:00:00 2022-05-18T07:39:03.7255610Z Collecting urllib3<1.27,>=1.21.1 2022-05-18T07:39:03.7309680Z Using cached urllib3-1.26.9-py2.py3-none-any.whl (138 kB) 2022-05-18T07:39:03.7688390Z Collecting idna<4,>=2.5 2022-05-18T07:39:03.7738520Z Using cached idna-3.3-py3-none-any.whl (61 kB) 2022-05-18T07:39:03.8231470Z Collecting certifi>=2017.4.17 2022-05-18T07:39:03.8300950Z Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB) 2022-05-18T07:39:03.8770460Z Collecting charset-normalizer~=2.0.0 2022-05-18T07:39:03.8818570Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-05-18T07:39:04.0085940Z Installing collected packages: certifi, urllib3, idna, charset-normalizer, requests 2022-05-18T07:39:04.0113560Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:39:04.0270130Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:39:04.1423910Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:39:04.2676490Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:39:04.3180160Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:39:04.3822600Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:39:04.3869430Z Successfully installed certifi-2021.10.8 charset-normalizer-2.0.12 idna-3.3 requests-2.26.0 urllib3-1.26.9 2022-05-18T07:39:04.6786260Z WARNING: You are using pip version 22.0.4; however, version 22.1 is available. 2022-05-18T07:39:04.6787690Z You should consider upgrading via the '/usr/local/opt/python@3.9/bin/python3.9 -m pip install --upgrade pip' command. 2022-05-18T07:39:04.8058080Z ++ python3 .github/scripts/get_workflow_job_id.py 2342799949 'GitHub Actions 40' 2022-05-18T07:39:05.9310820Z + GHA_WORKFLOW_JOB_ID=6483080160 2022-05-18T07:39:05.9312610Z + echo '::set-output name=job-id::6483080160' 2022-05-18T07:39:06.6270020Z Command completed after 1 attempt(s). 2022-05-18T07:39:06.6270900Z 2022-05-18T07:39:06.6418140Z Prepare all required actions 2022-05-18T07:39:06.6419240Z Getting action download info 2022-05-18T07:39:06.9022600Z Download action repository 'seemethere/upload-artifact-s3@v4' (SHA:c1c31f57581a11fe6d4d052da6276adb2df71f1e) 2022-05-18T07:39:07.4731660Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-05-18T07:39:07.9380620Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-05-18T07:39:07.9380970Z with: 2022-05-18T07:39:07.9381170Z use-gha: true 2022-05-18T07:39:07.9381420Z file-suffix: test-default-1-2-macos-11_6483080160 2022-05-18T07:39:07.9381710Z env: 2022-05-18T07:39:07.9381880Z IN_CI: 1 2022-05-18T07:39:07.9382080Z IS_GHA: 1 2022-05-18T07:39:07.9382300Z GIT_DEFAULT_BRANCH: master 2022-05-18T07:39:07.9382660Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T07:39:07.9383000Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T07:39:07.9383300Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T07:39:07.9383630Z TEST_CONFIG: default 2022-05-18T07:39:07.9383840Z SHARD_NUMBER: 1 2022-05-18T07:39:07.9384020Z NUM_TEST_SHARDS: 2 2022-05-18T07:39:07.9384280Z PR_BODY: 2022-05-18T07:39:07.9384540Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T07:39:07.9385340Z CONDA_PKGS_DIR: /Users/runner/conda_pkgs_dir 2022-05-18T07:39:07.9385810Z ##[endgroup] 2022-05-18T07:39:07.9484140Z ##[group]Run actions/upload-artifact@v2 2022-05-18T07:39:07.9484390Z with: 2022-05-18T07:39:07.9484680Z name: test-jsons-runattempt1-test-default-1-2-macos-11_6483080160.zip 2022-05-18T07:39:07.9484980Z retention-days: 14 2022-05-18T07:39:07.9485190Z if-no-files-found: warn 2022-05-18T07:39:07.9485390Z path: test/**/*.json 2022-05-18T07:39:07.9485580Z env: 2022-05-18T07:39:07.9485740Z IN_CI: 1 2022-05-18T07:39:07.9485910Z IS_GHA: 1 2022-05-18T07:39:07.9486130Z GIT_DEFAULT_BRANCH: master 2022-05-18T07:39:07.9486370Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T07:39:07.9486620Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T07:39:07.9486880Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T07:39:07.9487110Z TEST_CONFIG: default 2022-05-18T07:39:07.9487310Z SHARD_NUMBER: 1 2022-05-18T07:39:07.9487500Z NUM_TEST_SHARDS: 2 2022-05-18T07:39:07.9487670Z PR_BODY: 2022-05-18T07:39:07.9487870Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T07:39:07.9488120Z CONDA_PKGS_DIR: /Users/runner/conda_pkgs_dir 2022-05-18T07:39:07.9488470Z ##[endgroup] 2022-05-18T07:39:08.5223680Z With the provided path, there will be 4 files uploaded 2022-05-18T07:39:08.5224750Z Starting artifact upload 2022-05-18T07:39:08.5226010Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging 2022-05-18T07:39:08.5227010Z Artifact name is valid! 2022-05-18T07:39:08.8609220Z Container for artifact "test-jsons-runattempt1-test-default-1-2-macos-11_6483080160.zip" successfully created. Starting upload of file(s) 2022-05-18T07:39:09.3996960Z Total size of all the files uploaded is 35685 bytes 2022-05-18T07:39:09.3997830Z File upload process has finished. Finalizing the artifact upload 2022-05-18T07:39:09.5036160Z Artifact has been finalized. All files have been successfully uploaded! 2022-05-18T07:39:09.5036460Z 2022-05-18T07:39:09.5037370Z The raw size of all the files that were specified for upload is 329509 bytes 2022-05-18T07:39:09.5038330Z The size of all the files that were uploaded is 35685 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2022-05-18T07:39:09.5038670Z 2022-05-18T07:39:09.5039290Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 2022-05-18T07:39:09.5040470Z 2022-05-18T07:39:09.5040950Z Artifact test-jsons-runattempt1-test-default-1-2-macos-11_6483080160.zip has been successfully uploaded! 2022-05-18T07:39:09.5188610Z ##[group]Run actions/upload-artifact@v2 2022-05-18T07:39:09.5188980Z with: 2022-05-18T07:39:09.5189300Z name: test-reports-runattempt1-test-default-1-2-macos-11_6483080160.zip 2022-05-18T07:39:09.5189650Z retention-days: 14 2022-05-18T07:39:09.5189920Z if-no-files-found: error 2022-05-18T07:39:09.5190200Z path: test/**/*.xml 2022-05-18T07:39:09.5190440Z env: 2022-05-18T07:39:09.5190830Z IN_CI: 1 2022-05-18T07:39:09.5191040Z IS_GHA: 1 2022-05-18T07:39:09.5191290Z GIT_DEFAULT_BRANCH: master 2022-05-18T07:39:09.5191590Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T07:39:09.5192170Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T07:39:09.5192500Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T07:39:09.5192780Z TEST_CONFIG: default 2022-05-18T07:39:09.5193000Z SHARD_NUMBER: 1 2022-05-18T07:39:09.5193260Z NUM_TEST_SHARDS: 2 2022-05-18T07:39:09.5193510Z PR_BODY: 2022-05-18T07:39:09.5193750Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T07:39:09.5194070Z CONDA_PKGS_DIR: /Users/runner/conda_pkgs_dir 2022-05-18T07:39:09.5194320Z ##[endgroup] 2022-05-18T07:39:10.1758170Z With the provided path, there will be 969 files uploaded 2022-05-18T07:39:10.1761780Z Starting artifact upload 2022-05-18T07:39:10.1762830Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging 2022-05-18T07:39:10.1763540Z Artifact name is valid! 2022-05-18T07:39:10.3548270Z Container for artifact "test-reports-runattempt1-test-default-1-2-macos-11_6483080160.zip" successfully created. Starting upload of file(s) 2022-05-18T07:39:20.3832490Z Total file count: 969 ---- Processed file #109 (11.2%) 2022-05-18T07:39:30.4099620Z Total file count: 969 ---- Processed file #228 (23.5%) 2022-05-18T07:39:40.4096290Z Total file count: 969 ---- Processed file #350 (36.1%) 2022-05-18T07:39:50.4889800Z Total file count: 969 ---- Processed file #474 (48.9%) 2022-05-18T07:40:00.4955390Z Total file count: 969 ---- Processed file #589 (60.7%) 2022-05-18T07:40:10.4947290Z Total file count: 969 ---- Processed file #721 (74.4%) 2022-05-18T07:40:20.5737330Z Total file count: 969 ---- Processed file #848 (87.5%) 2022-05-18T07:40:30.5728620Z Total file count: 969 ---- Processed file #959 (98.9%) 2022-05-18T07:40:31.6002050Z Total size of all the files uploaded is 652089 bytes 2022-05-18T07:40:31.6002690Z File upload process has finished. Finalizing the artifact upload 2022-05-18T07:40:31.6894280Z Artifact has been finalized. All files have been successfully uploaded! 2022-05-18T07:40:31.6894530Z 2022-05-18T07:40:31.6894690Z The raw size of all the files that were specified for upload is 8924854 bytes 2022-05-18T07:40:31.6895160Z The size of all the files that were uploaded is 652089 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2022-05-18T07:40:31.6895470Z 2022-05-18T07:40:31.6897250Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 2022-05-18T07:40:31.6897670Z 2022-05-18T07:40:31.6898150Z Artifact test-reports-runattempt1-test-default-1-2-macos-11_6483080160.zip has been successfully uploaded! 2022-05-18T07:40:31.7078940Z ##[group]Run set -x 2022-05-18T07:40:31.7079230Z set -x 2022-05-18T07:40:31.7079470Z python3 -m pip install -r requirements.txt 2022-05-18T07:40:31.7079750Z python3 -m pip install boto3==1.19.12 2022-05-18T07:40:31.7080070Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-05-18T07:40:31.7406540Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T07:40:31.7406810Z env: 2022-05-18T07:40:31.7406990Z IN_CI: 1 2022-05-18T07:40:31.7407600Z IS_GHA: 1 2022-05-18T07:40:31.7407790Z GIT_DEFAULT_BRANCH: master 2022-05-18T07:40:31.7408050Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T07:40:31.7408310Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T07:40:31.7408570Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T07:40:31.7408800Z TEST_CONFIG: default 2022-05-18T07:40:31.7409000Z SHARD_NUMBER: 1 2022-05-18T07:40:31.7409180Z NUM_TEST_SHARDS: 2 2022-05-18T07:40:31.7409430Z PR_BODY: 2022-05-18T07:40:31.7409630Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T07:40:31.7409870Z CONDA_PKGS_DIR: /Users/runner/conda_pkgs_dir 2022-05-18T07:40:31.7410120Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T07:40:31.7410330Z BRANCH: master 2022-05-18T07:40:31.7410510Z PR_NUMBER: 2022-05-18T07:40:31.7410740Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T07:40:31.7410950Z TAG: 2022-05-18T07:40:31.7411130Z WORKFLOW_ID: 2342799949 2022-05-18T07:40:31.7411680Z GITHUB_TOKEN: *** 2022-05-18T07:40:31.7411950Z AWS_ACCESS_KEY_ID: *** 2022-05-18T07:40:31.7412290Z AWS_SECRET_ACCESS_KEY: *** 2022-05-18T07:40:31.7412520Z GHA_WORKFLOW_JOB_ID: 6483080160 2022-05-18T07:40:31.7412910Z ##[endgroup] 2022-05-18T07:40:31.7817900Z + python3 -m pip install -r requirements.txt 2022-05-18T07:40:32.4913330Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:40:32.6881540Z Ignoring dataclasses: markers 'python_version < "3.7"' don't match your environment 2022-05-18T07:40:32.7568520Z Collecting astunparse 2022-05-18T07:40:32.8018080Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-05-18T07:40:32.8321890Z Collecting expecttest 2022-05-18T07:40:32.8370120Z Using cached expecttest-0.1.3-py3-none-any.whl (6.5 kB) 2022-05-18T07:40:32.8702830Z Collecting future 2022-05-18T07:40:32.8821670Z Downloading future-0.18.2.tar.gz (829 kB) 2022-05-18T07:40:32.9212450Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 829.2/829.2 KB 24.4 MB/s eta 0:00:00 2022-05-18T07:40:33.1778940Z Preparing metadata (setup.py): started 2022-05-18T07:40:35.0463270Z Preparing metadata (setup.py): finished with status 'done' 2022-05-18T07:40:35.7409470Z Collecting numpy 2022-05-18T07:40:35.7525520Z Downloading numpy-1.22.3-cp39-cp39-macosx_10_14_x86_64.whl (17.6 MB) 2022-05-18T07:40:36.1222730Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.6/17.6 MB 38.5 MB/s eta 0:00:00 2022-05-18T07:40:36.4603230Z Collecting psutil 2022-05-18T07:40:36.4737270Z Downloading psutil-5.9.0-cp39-cp39-macosx_10_9_x86_64.whl (238 kB) 2022-05-18T07:40:36.4965470Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 238.6/238.6 KB 12.3 MB/s eta 0:00:00 2022-05-18T07:40:36.6225770Z Collecting pyyaml 2022-05-18T07:40:36.6350380Z Downloading PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl (197 kB) 2022-05-18T07:40:36.7007130Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 197.6/197.6 KB 3.0 MB/s eta 0:00:00 2022-05-18T07:40:36.7052500Z Requirement already satisfied: requests in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 8)) (2.26.0) 2022-05-18T07:40:36.7059010Z Requirement already satisfied: setuptools in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 9)) (60.10.0) 2022-05-18T07:40:36.7437980Z Collecting six 2022-05-18T07:40:36.7551800Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-05-18T07:40:36.8375020Z Collecting types-dataclasses 2022-05-18T07:40:36.8492550Z Downloading types_dataclasses-0.6.5-py3-none-any.whl (2.8 kB) 2022-05-18T07:40:36.8935560Z Collecting typing_extensions 2022-05-18T07:40:36.8981250Z Using cached typing_extensions-4.2.0-py3-none-any.whl (24 kB) 2022-05-18T07:40:36.9114230Z Requirement already satisfied: wheel<1.0,>=0.23.0 in /usr/local/lib/python3.9/site-packages (from astunparse->-r requirements.txt (line 2)) (0.37.1) 2022-05-18T07:40:36.9492580Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.9/site-packages (from requests->-r requirements.txt (line 8)) (1.26.9) 2022-05-18T07:40:36.9505060Z Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/site-packages (from requests->-r requirements.txt (line 8)) (2021.10.8) 2022-05-18T07:40:36.9522400Z Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.9/site-packages (from requests->-r requirements.txt (line 8)) (2.0.12) 2022-05-18T07:40:36.9541410Z Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.9/site-packages (from requests->-r requirements.txt (line 8)) (3.3) 2022-05-18T07:40:37.0389950Z Building wheels for collected packages: future 2022-05-18T07:40:37.0402140Z Building wheel for future (setup.py): started 2022-05-18T07:40:39.7168770Z Building wheel for future (setup.py): finished with status 'done' 2022-05-18T07:40:39.7202830Z Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491070 sha256=ae78ddfff551d6c88cbd655336ba98aac7f6fdaa9e473271df88f2cfe8e874ae 2022-05-18T07:40:39.7205410Z Stored in directory: /Users/runner/Library/Caches/pip/wheels/2f/a0/d3/4030d9f80e6b3be787f19fc911b8e7aa462986a40ab1e4bb94 2022-05-18T07:40:39.7269570Z Successfully built future 2022-05-18T07:40:39.7919510Z Installing collected packages: types-dataclasses, typing_extensions, six, pyyaml, psutil, numpy, future, expecttest, astunparse 2022-05-18T07:40:39.7949990Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:40:39.8049300Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:40:39.8273600Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:40:39.8457450Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:40:39.9269050Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:40:40.1290540Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:40:42.9674940Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:40:43.5971390Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:40:43.6103710Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:40:43.6350510Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:40:43.6465930Z Successfully installed astunparse-1.6.3 expecttest-0.1.3 future-0.18.2 numpy-1.22.3 psutil-5.9.0 pyyaml-6.0 six-1.16.0 types-dataclasses-0.6.5 typing_extensions-4.2.0 2022-05-18T07:40:43.8119630Z WARNING: You are using pip version 22.0.4; however, version 22.1 is available. 2022-05-18T07:40:43.8120530Z You should consider upgrading via the '/usr/local/opt/python@3.9/bin/python3.9 -m pip install --upgrade pip' command. 2022-05-18T07:40:44.0348060Z + python3 -m pip install boto3==1.19.12 2022-05-18T07:40:44.6564040Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:40:45.7000730Z Collecting boto3==1.19.12 2022-05-18T07:40:45.7403900Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-05-18T07:40:45.7577660Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.8/131.8 KB 9.8 MB/s eta 0:00:00 2022-05-18T07:40:45.8123510Z Collecting s3transfer<0.6.0,>=0.5.0 2022-05-18T07:40:45.8230050Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-05-18T07:40:45.8319890Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.5/79.5 KB 13.0 MB/s eta 0:00:00 2022-05-18T07:40:46.8371020Z Collecting botocore<1.23.0,>=1.22.12 2022-05-18T07:40:46.8487120Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-05-18T07:40:47.0135480Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/8.1 MB 50.1 MB/s eta 0:00:00 2022-05-18T07:40:47.1217570Z Collecting jmespath<1.0.0,>=0.7.1 2022-05-18T07:40:47.1494730Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-05-18T07:40:47.2061420Z Collecting python-dateutil<3.0.0,>=2.1 2022-05-18T07:40:47.2165660Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-05-18T07:40:47.2291560Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 KB 27.0 MB/s eta 0:00:00 2022-05-18T07:40:47.2350390Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /usr/local/lib/python3.9/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.9) 2022-05-18T07:40:47.5574710Z Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.9/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-05-18T07:40:47.6853740Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-05-18T07:40:47.6879080Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:40:47.7746580Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:40:47.8192380Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:40:48.8231810Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:40:48.8896300Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:40:48.9966370Z DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 2022-05-18T07:40:49.0074970Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-05-18T07:40:49.1658020Z WARNING: You are using pip version 22.0.4; however, version 22.1 is available. 2022-05-18T07:40:49.1686810Z You should consider upgrading via the '/usr/local/opt/python@3.9/bin/python3.9 -m pip install --upgrade pip' command. 2022-05-18T07:40:49.3358600Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-05-18T07:41:27.5737760Z [scribe] Scribe access token not provided, sending report via boto3... 2022-05-18T07:41:27.5738590Z 2022-05-18T07:41:27.5739220Z ----- Historic stats comparison result ------ 2022-05-18T07:41:27.5739430Z 2022-05-18T07:41:27.5739700Z job: macos-11-py3-x86-64-test 2022-05-18T07:41:27.5740000Z commit: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T07:41:27.5740200Z 2022-05-18T07:41:27.5740390Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-05-18T07:41:27.5740800Z 2022-05-18T07:41:27.5740930Z : (master) 2022-05-18T07:41:27.5741180Z | 2022-05-18T07:41:27.5741450Z * 3b2375291a (HEAD) total time 8124.31s 2022-05-18T07:41:27.5741770Z * 6e3391a7c3 (base) 1 report, total time 3943.55s 2022-05-18T07:41:27.5742290Z * 48581d74ad 1 report, total time 3945.94s 2022-05-18T07:41:27.5742780Z * c35bd8d423 2 reports, total time 6342.82s ± 2618.54s 2022-05-18T07:41:27.5743130Z * f6beda89c6 1 report, total time 4062.47s 2022-05-18T07:41:27.5743450Z * ee080918df 1 report, total time 3795.29s 2022-05-18T07:41:27.5743790Z * bbaefdf6b5 0 reports 2022-05-18T07:41:27.5744050Z * 7c52f204e0 0 reports 2022-05-18T07:41:27.5744330Z * e0451d8022 0 reports 2022-05-18T07:41:27.5744590Z * 4e2f5507d0 1 report, total time 4140.77s 2022-05-18T07:41:27.5744910Z * b64845eb18 1 report, total time 4011.78s 2022-05-18T07:41:27.5745360Z | 2022-05-18T07:41:27.5745580Z : 2022-05-18T07:41:27.5745730Z 2022-05-18T07:41:27.5746080Z Removed (across 240 suites) 36099 tests, totaling -4646.40s ± 16.68s 2022-05-18T07:41:27.5746460Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-05-18T07:41:27.5747020Z Added (across 321 suites) 40551 tests, totaling +8124.31s 2022-05-18T07:41:27.7135580Z Post job cleanup. 2022-05-18T07:41:27.7788800Z ##[group]Removing uncompressed packages to trim down cache folder... 2022-05-18T07:41:27.7810590Z Removing "/Users/runner/conda_pkgs_dir/blas-1.0-openblas" 2022-05-18T07:41:27.8013580Z Removing "/Users/runner/conda_pkgs_dir/bzip2-1.0.8-h1de35cc_0" 2022-05-18T07:41:27.8175220Z Removing "/Users/runner/conda_pkgs_dir/c-ares-1.18.1-hca72f7f_0" 2022-05-18T07:41:27.8411150Z Removing "/Users/runner/conda_pkgs_dir/ca-certificates-2021.10.8-h033912b_0" 2022-05-18T07:41:27.8561680Z Removing "/Users/runner/conda_pkgs_dir/ca-certificates-2022.4.26-hecd8cb5_0" 2022-05-18T07:41:27.8721440Z Removing "/Users/runner/conda_pkgs_dir/certifi-2021.10.8-py38h50d1736_2" 2022-05-18T07:41:27.8880840Z Removing "/Users/runner/conda_pkgs_dir/certifi-2021.10.8-py38hecd8cb5_2" 2022-05-18T07:41:27.9033340Z Removing "/Users/runner/conda_pkgs_dir/cffi-1.15.0-py38hc55c11b_1" 2022-05-18T07:41:27.9220410Z Removing "/Users/runner/conda_pkgs_dir/cmake-3.19.6-h04fa861_0" 2022-05-18T07:41:28.4137370Z Removing "/Users/runner/conda_pkgs_dir/dataclasses-0.8-pyh6d0b6a4_7" 2022-05-18T07:41:28.4255250Z Removing "/Users/runner/conda_pkgs_dir/expat-2.4.4-he9d5cce_0" 2022-05-18T07:41:28.4537770Z Removing "/Users/runner/conda_pkgs_dir/freetype-2.11.0-hd8bbffd_0" 2022-05-18T07:41:28.4761490Z Removing "/Users/runner/conda_pkgs_dir/giflib-5.2.1-haf1e3a3_0" 2022-05-18T07:41:28.4930060Z Removing "/Users/runner/conda_pkgs_dir/intel-openmp-2021.4.0-hecd8cb5_3538" 2022-05-18T07:41:28.5075430Z Removing "/Users/runner/conda_pkgs_dir/jpeg-9e-hca72f7f_0" 2022-05-18T07:41:28.5251970Z Removing "/Users/runner/conda_pkgs_dir/krb5-1.19.2-hcd88c3b_0" 2022-05-18T07:41:28.5632390Z Removing "/Users/runner/conda_pkgs_dir/lcms2-2.12-hf1fd2bf_0" 2022-05-18T07:41:28.5783400Z Removing "/Users/runner/conda_pkgs_dir/libcurl-7.82.0-h6dfd666_0" 2022-05-18T07:41:28.5932860Z Removing "/Users/runner/conda_pkgs_dir/libcxx-12.0.0-h2f01273_0" 2022-05-18T07:41:28.6384690Z Removing "/Users/runner/conda_pkgs_dir/libedit-3.1.20210910-hca72f7f_0" 2022-05-18T07:41:28.6567830Z Removing "/Users/runner/conda_pkgs_dir/libev-4.33-h9ed2024_1" 2022-05-18T07:41:28.6695670Z Removing "/Users/runner/conda_pkgs_dir/libffi-3.3-hb1e8313_2" 2022-05-18T07:41:28.6856960Z Removing "/Users/runner/conda_pkgs_dir/libgfortran-3.0.1-h93005f0_2" 2022-05-18T07:41:28.6980740Z Removing "/Users/runner/conda_pkgs_dir/libiconv-1.16-hca72f7f_2" 2022-05-18T07:41:28.7149310Z Removing "/Users/runner/conda_pkgs_dir/libnghttp2-1.46.0-ha29bfda_0" 2022-05-18T07:41:28.7311340Z Removing "/Users/runner/conda_pkgs_dir/libopenblas-0.3.18-h9a5756b_0" 2022-05-18T07:41:28.7452090Z Removing "/Users/runner/conda_pkgs_dir/libpng-1.6.37-ha441bb4_0" 2022-05-18T07:41:28.7661660Z Removing "/Users/runner/conda_pkgs_dir/libssh2-1.10.0-h0a4fc7d_0" 2022-05-18T07:41:28.8042980Z Removing "/Users/runner/conda_pkgs_dir/libtiff-4.2.0-h87d7836_0" 2022-05-18T07:41:28.8207050Z Removing "/Users/runner/conda_pkgs_dir/libuv-1.40.0-haf1e3a3_0" 2022-05-18T07:41:28.8361180Z Removing "/Users/runner/conda_pkgs_dir/libwebp-1.2.2-h56c3ce4_0" 2022-05-18T07:41:28.8508830Z Removing "/Users/runner/conda_pkgs_dir/libwebp-base-1.2.2-hca72f7f_0" 2022-05-18T07:41:28.8668250Z Removing "/Users/runner/conda_pkgs_dir/lz4-c-1.9.3-h23ab428_1" 2022-05-18T07:41:28.8838250Z Removing "/Users/runner/conda_pkgs_dir/mkl-2021.2.0-hecd8cb5_269" 2022-05-18T07:41:28.9018970Z Removing "/Users/runner/conda_pkgs_dir/mkl-include-2021.2.0-hecd8cb5_269" 2022-05-18T07:41:28.9280860Z Removing "/Users/runner/conda_pkgs_dir/ncurses-6.3-hca72f7f_2" 2022-05-18T07:41:29.3060970Z Removing "/Users/runner/conda_pkgs_dir/ninja-1.10.2-hecd8cb5_5" 2022-05-18T07:41:29.3177980Z Removing "/Users/runner/conda_pkgs_dir/ninja-base-1.10.2-haf03e11_5" 2022-05-18T07:41:29.3315010Z Removing "/Users/runner/conda_pkgs_dir/numpy-1.18.5-py38h00fe2a6_0" 2022-05-18T07:41:29.3437190Z Removing "/Users/runner/conda_pkgs_dir/numpy-base-1.18.5-py38hc72aeb7_0" 2022-05-18T07:41:29.4748600Z Removing "/Users/runner/conda_pkgs_dir/openssl-1.1.1o-hca72f7f_0" 2022-05-18T07:41:29.5045180Z Removing "/Users/runner/conda_pkgs_dir/openssl-1.1.1o-hfe4f2af_0" 2022-05-18T07:41:29.5399450Z Removing "/Users/runner/conda_pkgs_dir/pillow-9.0.1-py38hde71d04_0" 2022-05-18T07:41:29.5796570Z Removing "/Users/runner/conda_pkgs_dir/pip-21.2.4-py38hecd8cb5_0" 2022-05-18T07:41:29.7445650Z Removing "/Users/runner/conda_pkgs_dir/pkg-config-0.29.2-h3efe00b_8" 2022-05-18T07:41:29.7570370Z Removing "/Users/runner/conda_pkgs_dir/pycparser-2.21-pyhd3eb1b0_0" 2022-05-18T07:41:29.7722220Z Removing "/Users/runner/conda_pkgs_dir/python-3.8.13-hdfd78df_0" 2022-05-18T07:41:30.0733760Z Removing "/Users/runner/conda_pkgs_dir/python_abi-3.8-2_cp38" 2022-05-18T07:41:30.0857740Z Removing "/Users/runner/conda_pkgs_dir/pyyaml-5.3.1-py38haf1e3a3_1" 2022-05-18T07:41:30.1031430Z Removing "/Users/runner/conda_pkgs_dir/readline-8.1.2-hca72f7f_1" 2022-05-18T07:41:30.1228900Z Removing "/Users/runner/conda_pkgs_dir/rhash-1.4.1-hbcfaee0_1" 2022-05-18T07:41:30.1410370Z Removing "/Users/runner/conda_pkgs_dir/setuptools-46.0.0-py38_0" 2022-05-18T07:41:30.1801120Z Removing "/Users/runner/conda_pkgs_dir/setuptools-61.2.0-py38hecd8cb5_0" 2022-05-18T07:41:30.2770870Z Removing "/Users/runner/conda_pkgs_dir/six-1.16.0-pyhd3eb1b0_1" 2022-05-18T07:41:30.3017540Z Removing "/Users/runner/conda_pkgs_dir/sqlite-3.38.3-h707629a_0" 2022-05-18T07:41:30.3290390Z Removing "/Users/runner/conda_pkgs_dir/tk-8.6.11-h3fd3227_1" 2022-05-18T07:41:30.4486510Z Removing "/Users/runner/conda_pkgs_dir/typing_extensions-4.1.1-pyh06a4308_0" 2022-05-18T07:41:30.4612860Z Removing "/Users/runner/conda_pkgs_dir/wheel-0.36.2-pyhd3deb0d_0" 2022-05-18T07:41:30.4800160Z Removing "/Users/runner/conda_pkgs_dir/wheel-0.37.1-pyhd3eb1b0_0" 2022-05-18T07:41:30.5013650Z Removing "/Users/runner/conda_pkgs_dir/xz-5.2.5-hca72f7f_1" 2022-05-18T07:41:30.5311330Z Removing "/Users/runner/conda_pkgs_dir/yaml-0.2.5-haf1e3a3_0" 2022-05-18T07:41:30.5436040Z Removing "/Users/runner/conda_pkgs_dir/zlib-1.2.12-h4dc903c_2" 2022-05-18T07:41:30.5579130Z Removing "/Users/runner/conda_pkgs_dir/zstd-1.4.9-h322a384_0" 2022-05-18T07:41:30.5750860Z ##[endgroup] 2022-05-18T07:41:30.5974810Z Post job cleanup. 2022-05-18T07:41:30.6126560Z Post job cleanup. 2022-05-18T07:41:31.0667420Z [command]/usr/local/bin/git version 2022-05-18T07:41:31.0777000Z git version 2.35.1 2022-05-18T07:41:31.0914090Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/cb273ac8-21f7-43ee-bcc9-6561bb142b26/.gitconfig' 2022-05-18T07:41:31.0935340Z Temporarily overriding HOME='/Users/runner/work/_temp/cb273ac8-21f7-43ee-bcc9-6561bb142b26' before making global git config changes 2022-05-18T07:41:31.0936070Z Adding repository directory to the temporary git global config as a safe directory 2022-05-18T07:41:31.0945830Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pytorch/pytorch 2022-05-18T07:41:31.1075670Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-05-18T07:41:31.1313750Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-05-18T07:41:31.3380240Z Entering 'android/libs/fbjni' 2022-05-18T07:41:31.3574430Z Entering 'third_party/FP16' 2022-05-18T07:41:31.3760680Z Entering 'third_party/FXdiv' 2022-05-18T07:41:31.3949580Z Entering 'third_party/NNPACK' 2022-05-18T07:41:31.4140780Z Entering 'third_party/QNNPACK' 2022-05-18T07:41:31.4330460Z Entering 'third_party/XNNPACK' 2022-05-18T07:41:31.4553550Z Entering 'third_party/benchmark' 2022-05-18T07:41:31.4746300Z Entering 'third_party/cpuinfo' 2022-05-18T07:41:31.4947750Z Entering 'third_party/cub' 2022-05-18T07:41:31.5146510Z Entering 'third_party/cudnn_frontend' 2022-05-18T07:41:31.5341350Z Entering 'third_party/eigen' 2022-05-18T07:41:31.5544280Z Entering 'third_party/fbgemm' 2022-05-18T07:41:31.5763400Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T07:41:31.5989010Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T07:41:31.6209020Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T07:41:31.6420340Z Entering 'third_party/flatbuffers' 2022-05-18T07:41:31.6613700Z Entering 'third_party/fmt' 2022-05-18T07:41:31.6811290Z Entering 'third_party/foxi' 2022-05-18T07:41:31.7008470Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T07:41:31.7211380Z Entering 'third_party/gloo' 2022-05-18T07:41:31.7406020Z Entering 'third_party/googletest' 2022-05-18T07:41:31.7601650Z Entering 'third_party/ideep' 2022-05-18T07:41:31.7828180Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T07:41:31.8042810Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T07:41:31.8251010Z Entering 'third_party/ios-cmake' 2022-05-18T07:41:31.8433880Z Entering 'third_party/kineto' 2022-05-18T07:41:31.8616780Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T07:41:31.8797170Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T07:41:31.8986690Z Entering 'third_party/nccl/nccl' 2022-05-18T07:41:31.9176990Z Entering 'third_party/neon2sse' 2022-05-18T07:41:31.9365500Z Entering 'third_party/onnx' 2022-05-18T07:41:31.9612650Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T07:41:31.9818450Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T07:41:32.0013950Z Entering 'third_party/onnx-tensorrt' 2022-05-18T07:41:32.0213270Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T07:41:32.0440050Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T07:41:32.0650220Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T07:41:32.0852760Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T07:41:32.1060260Z Entering 'third_party/pocketfft' 2022-05-18T07:41:32.1242420Z Entering 'third_party/protobuf' 2022-05-18T07:41:32.1463270Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T07:41:32.1668510Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T07:41:32.1874560Z Entering 'third_party/psimd' 2022-05-18T07:41:32.2059880Z Entering 'third_party/pthreadpool' 2022-05-18T07:41:32.2245840Z Entering 'third_party/pybind11' 2022-05-18T07:41:32.2439890Z Entering 'third_party/python-enum' 2022-05-18T07:41:32.2629200Z Entering 'third_party/python-peachpy' 2022-05-18T07:41:32.2816190Z Entering 'third_party/python-six' 2022-05-18T07:41:32.3000720Z Entering 'third_party/sleef' 2022-05-18T07:41:32.3189350Z Entering 'third_party/tbb' 2022-05-18T07:41:32.3373320Z Entering 'third_party/tensorpipe' 2022-05-18T07:41:32.3582460Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T07:41:32.3793070Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T07:41:32.3995560Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T07:41:32.4209040Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T07:41:32.4415330Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T07:41:32.4620070Z Entering 'third_party/zstd' 2022-05-18T07:41:32.4849980Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-05-18T07:41:32.4922340Z http.https://github.com/.extraheader 2022-05-18T07:41:32.4944430Z [command]/usr/local/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-05-18T07:41:32.5059480Z [command]/usr/local/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-05-18T07:41:32.6091290Z Entering 'android/libs/fbjni' 2022-05-18T07:41:32.6203850Z http.https://github.com/.extraheader 2022-05-18T07:41:32.6362350Z Entering 'third_party/FP16' 2022-05-18T07:41:32.6472790Z http.https://github.com/.extraheader 2022-05-18T07:41:32.6627710Z Entering 'third_party/FXdiv' 2022-05-18T07:41:32.6734940Z http.https://github.com/.extraheader 2022-05-18T07:41:32.6883120Z Entering 'third_party/NNPACK' 2022-05-18T07:41:32.6991730Z http.https://github.com/.extraheader 2022-05-18T07:41:32.7179260Z Entering 'third_party/QNNPACK' 2022-05-18T07:41:32.7293120Z http.https://github.com/.extraheader 2022-05-18T07:41:32.7440330Z Entering 'third_party/XNNPACK' 2022-05-18T07:41:32.7548430Z http.https://github.com/.extraheader 2022-05-18T07:41:32.7711920Z Entering 'third_party/benchmark' 2022-05-18T07:41:32.7821280Z http.https://github.com/.extraheader 2022-05-18T07:41:32.7968090Z Entering 'third_party/cpuinfo' 2022-05-18T07:41:32.8076320Z http.https://github.com/.extraheader 2022-05-18T07:41:32.8226140Z Entering 'third_party/cub' 2022-05-18T07:41:32.8334950Z http.https://github.com/.extraheader 2022-05-18T07:41:32.8484320Z Entering 'third_party/cudnn_frontend' 2022-05-18T07:41:32.8592880Z http.https://github.com/.extraheader 2022-05-18T07:41:32.8747250Z Entering 'third_party/eigen' 2022-05-18T07:41:32.8857240Z http.https://github.com/.extraheader 2022-05-18T07:41:32.9019470Z Entering 'third_party/fbgemm' 2022-05-18T07:41:32.9135050Z http.https://github.com/.extraheader 2022-05-18T07:41:32.9291650Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T07:41:32.9404950Z http.https://github.com/.extraheader 2022-05-18T07:41:32.9564150Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T07:41:32.9679630Z http.https://github.com/.extraheader 2022-05-18T07:41:32.9836110Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T07:41:32.9950390Z http.https://github.com/.extraheader 2022-05-18T07:41:33.0112080Z Entering 'third_party/flatbuffers' 2022-05-18T07:41:33.0225300Z http.https://github.com/.extraheader 2022-05-18T07:41:33.0386260Z Entering 'third_party/fmt' 2022-05-18T07:41:33.0498570Z http.https://github.com/.extraheader 2022-05-18T07:41:33.0652930Z Entering 'third_party/foxi' 2022-05-18T07:41:33.0763720Z http.https://github.com/.extraheader 2022-05-18T07:41:33.0908070Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T07:41:33.1013970Z http.https://github.com/.extraheader 2022-05-18T07:41:33.1162230Z Entering 'third_party/gloo' 2022-05-18T07:41:33.1267990Z http.https://github.com/.extraheader 2022-05-18T07:41:33.1410280Z Entering 'third_party/googletest' 2022-05-18T07:41:33.1515340Z http.https://github.com/.extraheader 2022-05-18T07:41:33.1665240Z Entering 'third_party/ideep' 2022-05-18T07:41:33.1783170Z http.https://github.com/.extraheader 2022-05-18T07:41:33.1931070Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T07:41:33.2039440Z http.https://github.com/.extraheader 2022-05-18T07:41:33.2189290Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T07:41:33.2300820Z http.https://github.com/.extraheader 2022-05-18T07:41:33.2458410Z Entering 'third_party/ios-cmake' 2022-05-18T07:41:33.2567440Z http.https://github.com/.extraheader 2022-05-18T07:41:33.2712590Z Entering 'third_party/kineto' 2022-05-18T07:41:33.2820660Z http.https://github.com/.extraheader 2022-05-18T07:41:33.2969060Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T07:41:33.3083870Z http.https://github.com/.extraheader 2022-05-18T07:41:33.3235920Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T07:41:33.3345790Z http.https://github.com/.extraheader 2022-05-18T07:41:33.3501270Z Entering 'third_party/nccl/nccl' 2022-05-18T07:41:33.3615050Z http.https://github.com/.extraheader 2022-05-18T07:41:33.3766640Z Entering 'third_party/neon2sse' 2022-05-18T07:41:33.3877140Z http.https://github.com/.extraheader 2022-05-18T07:41:33.4024310Z Entering 'third_party/onnx' 2022-05-18T07:41:33.4133130Z http.https://github.com/.extraheader 2022-05-18T07:41:33.4298980Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T07:41:33.4415440Z http.https://github.com/.extraheader 2022-05-18T07:41:33.4567250Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T07:41:33.4678120Z http.https://github.com/.extraheader 2022-05-18T07:41:33.4832830Z Entering 'third_party/onnx-tensorrt' 2022-05-18T07:41:33.4941710Z http.https://github.com/.extraheader 2022-05-18T07:41:33.5088620Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T07:41:33.5198040Z http.https://github.com/.extraheader 2022-05-18T07:41:33.5355790Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T07:41:33.5466480Z http.https://github.com/.extraheader 2022-05-18T07:41:33.5617660Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T07:41:33.5730970Z http.https://github.com/.extraheader 2022-05-18T07:41:33.5891300Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T07:41:33.6005300Z http.https://github.com/.extraheader 2022-05-18T07:41:33.6175700Z Entering 'third_party/pocketfft' 2022-05-18T07:41:33.6285930Z http.https://github.com/.extraheader 2022-05-18T07:41:33.6441050Z Entering 'third_party/protobuf' 2022-05-18T07:41:33.6549140Z http.https://github.com/.extraheader 2022-05-18T07:41:33.6700960Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T07:41:33.6809410Z http.https://github.com/.extraheader 2022-05-18T07:41:33.6956540Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T07:41:33.7073390Z http.https://github.com/.extraheader 2022-05-18T07:41:33.7226950Z Entering 'third_party/psimd' 2022-05-18T07:41:33.7338370Z http.https://github.com/.extraheader 2022-05-18T07:41:33.7483270Z Entering 'third_party/pthreadpool' 2022-05-18T07:41:33.7590510Z http.https://github.com/.extraheader 2022-05-18T07:41:33.7736370Z Entering 'third_party/pybind11' 2022-05-18T07:41:33.7847590Z http.https://github.com/.extraheader 2022-05-18T07:41:33.7993710Z Entering 'third_party/python-enum' 2022-05-18T07:41:33.8105180Z http.https://github.com/.extraheader 2022-05-18T07:41:33.8257830Z Entering 'third_party/python-peachpy' 2022-05-18T07:41:33.8367430Z http.https://github.com/.extraheader 2022-05-18T07:41:33.8514530Z Entering 'third_party/python-six' 2022-05-18T07:41:33.8625610Z http.https://github.com/.extraheader 2022-05-18T07:41:33.8776270Z Entering 'third_party/sleef' 2022-05-18T07:41:33.8886840Z http.https://github.com/.extraheader 2022-05-18T07:41:33.9040670Z Entering 'third_party/tbb' 2022-05-18T07:41:33.9151650Z http.https://github.com/.extraheader 2022-05-18T07:41:33.9298860Z Entering 'third_party/tensorpipe' 2022-05-18T07:41:33.9405230Z http.https://github.com/.extraheader 2022-05-18T07:41:33.9552670Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T07:41:33.9660750Z http.https://github.com/.extraheader 2022-05-18T07:41:33.9808320Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T07:41:33.9916900Z http.https://github.com/.extraheader 2022-05-18T07:41:34.0066380Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T07:41:34.0179070Z http.https://github.com/.extraheader 2022-05-18T07:41:34.0329270Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T07:41:34.0440590Z http.https://github.com/.extraheader 2022-05-18T07:41:34.0589260Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T07:41:34.0699230Z http.https://github.com/.extraheader 2022-05-18T07:41:34.0854660Z Entering 'third_party/zstd' 2022-05-18T07:41:34.0963420Z http.https://github.com/.extraheader 2022-05-18T07:41:34.1482810Z Cleaning up orphan processes